/*!
 *  Font Awesome 4.4.0 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('http://www.sonylounge.com.au/skin/frontend/sony/default/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('http://www.sonylounge.com.au/skin/frontend/sony/default/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('http://www.sonylounge.com.au/skin/frontend/sony/default/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('http://www.sonylounge.com.au/skin/frontend/sony/default/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('http://www.sonylounge.com.au/skin/frontend/sony/default/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('http://www.sonylounge.com.au/skin/frontend/sony/default/fonts/fontawesome-webfont.svg?v=4.4.0#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.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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.0 */
.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-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  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 {
  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: #ffffff;
}
/* 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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}

/*!
 * fullPage 2.7.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

@media print {
    html.fp-enabled,
    .fp-enabled body{
        overflow: visible !important;
        height: auto !important;
    }

    html {
        background: #fff;
        width: auto;
        height: auto;
        overflow: visible;
    }
    body {
        background: #fff;
        font-size: 20pt;
        width: auto;
        height: auto;
        border: 0;
        margin: 0 5%;
        padding: 0;
        overflow: visible;
        float: none !important;
    }

    #fp-nav,
    .fp-slidesNav,
    .fp-controlArrow{
        display: none !important;
    }
    /* Need to reduce the size of the fonts for printing */
    h1 { font-size: 28pt !important;  }
    h2 { font-size: 24pt !important; }
    h3 { font-size: 22pt !important; }
    h4 { font-size: 22pt !important; font-variant: small-caps; }
    h5 { font-size: 21pt !important; }
    h6 { font-size: 20pt !important; font-style: italic; }

    .fp-section,
    .fp-tableCell,
    .slimScrollDiv,
    .fp-scrollable{
        width: 100% !important;
        height: auto !important;
        display: block !important;
        position:relative;
        float: none !important;
    }
    .fp-slidesContainer{
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;

        -webkit-transition: none !important;
           -moz-transition: none !important;
            -ms-transition: none !important;
                transition: none !important;
    }

    .fp-slides,
    .fp-slidesContainer{
        height: auto !important;
        width: 100% !important;
        float: none !important;
        overflow: hidden !important;
    }
    .fp-slides{
        height: 800px !important;
        width: 800px !important;
    }
    .fp-slide{
        float: none !important;
        width: 100% !important;
        position: static !important;
    }
    .fullpage-wrapper{
         float: none !important;

        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;

      -webkit-transition: none !important;
       -moz-transition: none !important;
        -ms-transition: none !important;
            transition: none !important;

        position: static !important;
        width: auto !important;
        height: auto !important;

        left: 0 !important;
        top: 0 !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        padding: 0 !important;
        zoom: 1 !important;

        overflow: visible !important;
        display: block !important;

        text-align: left !important;
    }
    .fp-section{
        page-break-after: always !important;
    }
    .fp-slide{
        page-break-after: always !important;
    }

}
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 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;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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 {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    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 {
  0% {
    -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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -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(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -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(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -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 {
  0%, 100% {
    -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 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);
  }

  100% {
    -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);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .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);
  }

  100% {
    -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 {
  0% {
    -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);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -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);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .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(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .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(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    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);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    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);
  }

  100% {
    -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(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

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

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

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

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

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -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(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -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(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -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 {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-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-transition-timing-function: ease-in;
            transition-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);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-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-transition-timing-function: ease-in;
            transition-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);
  }

  100% {
    -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 {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-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-transition-timing-function: ease-in;
            transition-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);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-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-transition-timing-function: ease-in;
            transition-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);
  }

  100% {
    -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 {
  0% {
    -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;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -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;
  }

  100% {
    -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-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -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;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -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;
  }

  100% {
    -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-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -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;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -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;
  }

  100% {
    -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 {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

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

  100% {
    -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 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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;
  }

  100% {
    -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;
  }

  100% {
    -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 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    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 {
  0% {
    opacity: 1;
  }

  100% {
    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 {
  0% {
    opacity: 1;
  }

  100% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

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

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

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

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .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.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .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.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .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.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .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.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}


@-webkit-keyframes effectRotate{
	
	0%{
		opacity:0;
		-webkit-transform:scale(0);
		-moz-transform:scale(0);
		-ms-transform:scale(0);
		transform:scale(0)
		-webkit-transform: rotateY(0);
		-moz-transform: rotateY(0);
		-ms-transform: rotateY(0);
		transform: rotateY(0);
	}
	100%{
		opacity:1;
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		transform:scale(1)
		-webkit-transform: rotateY(360deg);
		-moz-transform: rotateY(360deg);
		-ms-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
	}
@keyframes effectRotate{
	
	0%{
	opacity:0;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0)
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
	}
	50%{
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	-ms-transform:scale(0.5);
	transform:scale(0.5)
	}
	100%{
	opacity:1;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1)
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
	}
}
/* 
Version: 1.0
Author: Themevast
 */
@font-face {
  font-family: 'Rockwell-Bold';
  src: url("http://www.sonylounge.com.au/skin/frontend/sony/default/fonts/Rockwell-Bold.eot?#iefix") format("embedded-opentype"), url("http://www.sonylounge.com.au/skin/frontend/sony/default/fonts/Rockwell-Bold.woff") format("woff"), url("http://www.sonylounge.com.au/skin/frontend/sony/default/fonts/Rockwell-Bold.ttf") format("truetype"), url("http://www.sonylounge.com.au/skin/frontend/sony/default/fonts/Rockwell-Bold.svg#Rockwell-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url("http://www.sonylounge.com.au/skin/frontend/sony/default/fonts/icomoon.eot?uk6u90");
  src: url("http://www.sonylounge.com.au/skin/frontend/sony/default/fonts/icomoon.eot?uk6u90#iefix") format("embedded-opentype"), url("http://www.sonylounge.com.au/skin/frontend/sony/default/fonts/icomoon.ttf?uk6u90") format("truetype"), url("http://www.sonylounge.com.au/skin/frontend/sony/default/fonts/icomoon.woff?uk6u90") format("woff"), url("http://www.sonylounge.com.au/skin/frontend/sony/default/fonts/icomoon.svg?uk6u90#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shopping226:before {
  content: "\e900";
}

.icon-play:before {
  content: "\e052";
}

.icon-apps:before {
  content: "\e1ff";
}

.icon-view_headline:before {
  content: "\e300";
}

.icon-magnifier13:before {
  content: "\e600";
}

.icon-user146:before {
  content: "\e601";
}

.icon-supermarket24:before {
  content: "\e602";
}

.icon-home3:before {
  content: "\e603";
}

.icon-auricular6:before {
  content: "\e604";
}

.icon-envelope54:before {
  content: "\e605";
}

.icon-situation:before {
  content: "\e606";
}

.icon-squares36:before {
  content: "\e607";
}

.icon-buy5:before {
  content: "\e608";
}

/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  color: #555;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2f2f2f;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: %;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

p {
  margin: 0 0 9px;
}

.lead {
  margin-bottom: 18px;
  font-size: 14.95px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-warning {
  color: #fff;
}

.text-danger {
  color: #fff;
}

.text-success {
  color: #fff;
}

.text-info {
  color: #fff;
}

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}

h4,
h5,
h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}

h1, .h1 {
  font-size: 33px;
}

h2, .h2 {
  font-size: 27px;
}

h3, .h3 {
  font-size: 23px;
}

h4, .h4 {
  font-size: 17px;
}

h5, .h5 {
  font-size: 13px;
}

h6, .h6 {
  font-size: 12px;
}

h1 small, .h1 small {
  font-size: 23px;
}

h2 small, .h2 small {
  font-size: 17px;
}

h3 small, .h3 small,
h4 small, .h4 small {
  font-size: 13px;
}

.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-bottom: 18px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 16.25px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

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

address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0px;
}

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre.prettyprint {
  margin-bottom: 18px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before, .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 480px) {
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11 {
    float: left;
  }

  .col-xs-1 {
    width: 8.33333%;
  }

  .col-xs-2 {
    width: 16.66667%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.33333%;
  }

  .col-xs-5 {
    width: 41.66667%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 58.33333%;
  }

  .col-xs-8 {
    width: 66.66667%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-10 {
    width: 83.33333%;
  }

  .col-xs-11 {
    width: 91.66667%;
  }

  .col-xs-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

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

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

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

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

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

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 18px;
}
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
  padding: 9px 8px 11px 18px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #d6d4d4;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #d6d4d4;
}
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #d6d4d4;
}
.table .table {
  background-color: #fff;
}

.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #d6d4d4;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #d6d4d4;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #55c65e;
  border-color: #48b151;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
  background-color: #42c04c;
  border-color: #419f49;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f3515c;
  border-color: #d4323d;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
  background-color: #f13946;
  border-color: #c32933;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fe9126;
  border-color: #e4752b;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
  background-color: #fe840d;
  border-color: #da681c;
}

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #d6d4d4;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857;
  color: #9c9b9b;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d6d4d4;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 44px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 44px;
  line-height: 44px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #fff;
}
.has-warning .form-control {
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-warning .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #fe9126;
}

.has-error .help-block,
.has-error .control-label {
  color: #fff;
}
.has-error .form-control {
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-error .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #f3515c;
}

.has-success .help-block,
.has-success .control-label {
  color: #fff;
}
.has-success .form-control {
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-success .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #55c65e;
}

.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn, .btn-remove, .btn-previous, .btn-remove2, .btn-edit {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus, .btn-remove:focus, .btn-previous:focus, .btn-remove2:focus, .btn-edit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn-remove:hover, .btn-previous:hover, .btn-remove2:hover, .btn-edit:hover, .btn:focus, .btn-remove:focus, .btn-previous:focus, .btn-remove2:focus, .btn-edit:focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn-remove:active, .btn-previous:active, .btn-remove2:active, .btn-edit:active, .btn.active, .active.btn-remove, .active.btn-previous, .active.btn-remove2, .active.btn-edit {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .disabled.btn-remove, .disabled.btn-previous, .disabled.btn-remove2, .disabled.btn-edit, .btn[disabled], [disabled].btn-remove, [disabled].btn-previous, [disabled].btn-remove2, [disabled].btn-edit, fieldset[disabled] .btn, fieldset[disabled] .btn-remove, fieldset[disabled] .btn-previous, fieldset[disabled] .btn-remove2, fieldset[disabled] .btn-edit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.open .btn-default.dropdown-toggle {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active {
  background-image: none;
}
.open .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.open .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active, .btn-primary.active {
  background-image: none;
}
.open .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active {
  background-image: none;
}
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #fff;
  background-color: #46a74e;
  border-color: #3e9546;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: #fff;
  background-color: #3a8a41;
  border-color: #2c6a31;
}
.open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3a8a41;
  border-color: #2c6a31;
}
.btn-success:active, .btn-success.active {
  background-image: none;
}
.open .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #46a74e;
  border-color: #3e9546;
}

.btn-info {
  color: #fff;
  background-color: #5192f3;
  border-color: #3983f1;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: #fff;
  background-color: #2b7af0;
  border-color: #0f62de;
}
.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #2b7af0;
  border-color: #0f62de;
}
.btn-info:active, .btn-info.active {
  background-image: none;
}
.open .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5192f3;
  border-color: #3983f1;
}

.btn-link {
  color: #555;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #2f2f2f;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -10px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}

.visible-xs {
  display: none !important;
}

tr.visible-xs {
  display: none !important;
}

th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }

  tr.visible-xs.visible-sm {
    display: table-row !important;
  }

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }

  tr.visible-xs.visible-md {
    display: table-row !important;
  }

  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }

  tr.visible-xs.visible-lg {
    display: table-row !important;
  }

  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}

tr.visible-sm {
  display: none !important;
}

th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }

  tr.visible-sm.visible-xs {
    display: table-row !important;
  }

  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }

  tr.visible-sm.visible-md {
    display: table-row !important;
  }

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }

  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}

tr.visible-md {
  display: none !important;
}

th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }

  tr.visible-md.visible-xs {
    display: table-row !important;
  }

  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }

  tr.visible-md.visible-sm {
    display: table-row !important;
  }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }

  tr.visible-md.visible-lg {
    display: table-row !important;
  }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}

tr.visible-lg {
  display: none !important;
}

th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }

  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }

  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }

  tr.visible-lg.visible-md {
    display: table-row !important;
  }

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  tr.hidden-xs {
    display: none !important;
  }

  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }

  tr.hidden-xs.hidden-sm {
    display: none !important;
  }

  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }

  tr.hidden-xs.hidden-md {
    display: none !important;
  }

  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }

  tr.hidden-xs.hidden-lg {
    display: none !important;
  }

  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }

  tr.hidden-sm.hidden-xs {
    display: none !important;
  }

  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }

  tr.hidden-sm {
    display: none !important;
  }

  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }

  tr.hidden-sm.hidden-md {
    display: none !important;
  }

  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }

  tr.hidden-sm.hidden-lg {
    display: none !important;
  }

  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }

  tr.hidden-md.hidden-xs {
    display: none !important;
  }

  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }

  tr.hidden-md.hidden-sm {
    display: none !important;
  }

  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  tr.hidden-md {
    display: none !important;
  }

  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }

  tr.hidden-md.hidden-lg {
    display: none !important;
  }

  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }

  tr.hidden-lg.hidden-xs {
    display: none !important;
  }

  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }

  tr.hidden-lg.hidden-sm {
    display: none !important;
  }

  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }

  tr.hidden-lg.hidden-md {
    display: none !important;
  }

  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }

  tr.hidden-lg {
    display: none !important;
  }

  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

tr.visible-print {
  display: none !important;
}

th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

  .hidden-print {
    display: none !important;
  }

  tr.hidden-print {
    display: none !important;
  }

  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/* Extend - Css3 - Animation ==================================================*/
.box-shadow, .block, .opc, .products-grid .item-inner, .product-view .product-view-info, .categories-grid .list-item, .postWrapper, .box-comment {
  -webkit-box-shadow: 0px 2px 5px -1px #dddddd;
  box-shadow: 0px 2px 5px -1px #dddddd;
}

.transition, .border-effect:before, .border-effect:after, button.button span span, .header-toplinks .my_account a, .header-cart-mini a.shopping-cart, .header-cart-mini:hover a.shopping-cart .cart-qty, .products-grid .item-inner, .nav_megamenu div.megamenu .level-top a, .nav_megamenu div.megamenu .level-top span.block-title, .categories-grid .list-item, .products-grid .item, .dailydeals .sale-title a, .banner_content1 .banner_content img, .banner_content1 .banner_content a:before, .banner-static-top .banner-box1 a, .banner-static-top .banner-box2, .banner-static-top .banner-box2 a, .banner-static-top .banner-box3 a, .banner-content a, .new-product-side2 a.new-product-side2-link, .banner-left a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.icon, .categories-grid .list-item .box-links .showmore:after, .categories-grid .list-item .box-links .showless:after, .bx-title a:after, .blog-content .item a.view-more:after, .banner-static-top .banner-box2 a:after {
  font-family: "icomoon";
  content: "\e052";
  font-size: 26px;
}

.item-shadow, .nav_megamenu div.megamenu div.dropdown, .products-grid .item:hover .item-inner, .banner-static-top .banner-box2:hover, .banner-static-top .banner-box3:hover a, .banner-left a:hover {
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}

.item-shadow-out, .product_custom .products-grid .item .item-inner:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.border-radius, .blog-content .item a.view-more, .freeshipping a {
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.border-effect {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}
.border-effect:before, .border-effect:after {
  content: "";
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  position: absolute;
  display: block;
}
.border-effect:before {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: auto;
  height: auto;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border-effect:after {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: auto;
  height: auto;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.border-effect:hover:before, .border-effect:hover:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* Global ==================================================*/
* {
  margin: 0;
  padding: 0;
}

body {
  font: normal 14px/1.55 "Roboto", sans-serif;
  text-align: left;
  background: #eee;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 80%;
  height: auto;
}

a {
  color: #555;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #c40000;
}

span.color {
  color: #444;
}

a:focus,
:focus {
  outline: 0;
}

/* Headings */
h1, h2, h3,
h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  line-height: 1.35;
}

h1 {
  font-size: 20px;
  font-weight: normal;
}

h2 {
  font-size: 18px;
  font-weight: normal;
}

h3 {
  font-size: 16px;
  font-weight: normal;
}

h4 {
  font-size: 14px;
  font-weight: normal;
}

h5 {
  font-size: 12px;
  font-weight: normal;
}

h6 {
  font-size: 11px;
  font-weight: normal;
}

/* Forms */
fieldset {
  border: 0;
}

legend {
  display: none;
}

/* Table */
table {
  border: 0;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}

caption, th, td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

/* Content */
p {
  margin: 0;
}

strong {
  font-weight: bold;
}

address {
  font-style: normal;
  line-height: 1.35;
}

cite {
  font-style: normal;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after {
  content: '';
}

small, big {
  font-size: 1em;
}

/*sup           { font-size:1em; vertical-align:top; }*/
/* Lists */
ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt, dd {
  line-height: 25px;
}

/* Tools */
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.nobr {
  white-space: nowrap !important;
}

.wrap {
  white-space: normal !important;
}

.a-left {
  text-align: left !important;
}

.a-center {
  text-align: center !important;
}

.a-right {
  text-align: right !important;
}

.v-top {
  vertical-align: top;
}

.v-middle {
  vertical-align: middle;
}

.f-left,
.left {
  float: left !important;
}

.f-right,
.right {
  float: right !important;
}

.f-none {
  float: none !important;
}

.f-fix {
  float: left;
  width: 100%;
}

.no-display {
  display: none;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-bg {
  background: none !important;
}

/* ======================================================================================= */
/* Layout ================================================================================ */
.wrapper {
  overflow: hidden;
}

.page-print {
  background: #fff;
  padding: 25px 30px;
  text-align: left;
}

.page-empty {
  background: #fff;
  padding: 20px;
  text-align: left;
}

.page-popup {
  background: #fff;
  padding: 25px 30px;
  text-align: left;
}

.main {
  margin: 40px auto 0;
  min-height: 400px;
  text-align: left;
}

.cms-index-index .main {
  margin-top: 0;
  margin-bottom: 0;
}

/* Content Columns */
.col2-set {
  margin-bottom: 20px;
}
.col2-set .col-narrow {
  width: 32%;
}
.col2-set .col-wide {
  width: 65%;
}

.col3-set .col-1 {
  float: left;
  width: 32%;
}
.col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2%;
}
.col3-set .col-3 {
  float: right;
  width: 32%;
}

.col4-set .col-1 {
  float: left;
  width: 23.5%;
}
.col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%;
}
.col4-set .col-3 {
  float: left;
  width: 23.5%;
}
.col4-set .col-4 {
  float: right;
  width: 23.5%;
}

/* Global Styles ========================================================================= */
/* Form Elements */
input,
select,
textarea,
button {
  vertical-align: middle;
  color: #2f2f2f;
  outline: 0;
}

input.input-text,
select, textarea {
  background: #fff;
  border: 1px solid #eee;
}

input.input-text,
textarea {
  padding: 5px;
}

select {
  padding: 1px;
}

select option {
  padding-right: 10px;
}

select.multiselect option {
  border-bottom: 1px solid #b6b6b6;
  padding: 2px 5px;
}

select.multiselect option:last-child {
  border-bottom: 0;
}

textarea {
  overflow: auto;
}

input.radio {
  margin-right: 3px;
}

input.checkbox {
  margin-right: 3px;
}

input.qty {
  width: 2.5em !important;
}

button.button {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: #000000;
  cursor: pointer;
}
button.button span span {
  display: inline-block;
  padding: 8px 30px;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  line-height: 20px;
  font-size: 14px;
  border: 3px solid #575757;
}
button.button:hover span span {
  background-color: #454545;
  border-color: #2a2a2a;
  color: #fff;
}
button.button.disabled span {
  border-color: #bbb !important;
  background: #bbb !important;
}

button.btn-cart span {
  padding: 1px 0;
  border-top: 0px solid #ddd;
  border-bottom: 0px solid #ddd;
  display: block;
}
button.btn-cart span span {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  border: none;
  line-height: 40px;
  color: #ffffff;
  padding: 0 30px;
  border-top: 0px solid #ddd;
  border-bottom: 0px solid #ddd;
}
button.btn-cart:hover span {
  /*border-color: #c40000;*/
  color: #ffffff !important;
  background: #454545 !important;
}

button.btn-checkout {
  width: 100%;
}
button.btn-checkout span span {
  padding: 20px 25px;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  border: none;
  background: #c40000;
  display: block;
}
button.btn-checkout:hover span span {
  background: #333;
}

p.control input.checkbox,
p.control input.radio {
  margin-right: 6px;
}

/* Form lists */
/* Grouped fields */
.form-list li {
  margin: 0 0 8px;
}
.form-list li label {
  color: #666;
  font-weight: bold;
  position: relative;
  z-index: 0;
  margin-top: 10px;
}
.form-list li label.required em {
  float: right;
  font-style: normal;
  color: #c40000;
  position: absolute;
  top: 0;
  right: -8px;
}
.form-list li.control label {
  float: none;
}
.form-list li.control input.radio,
.form-list li.control input.checkbox {
  margin-right: 6px;
}
.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto;
}
.form-list li.wide textarea,
.form-list li.wide select,
.form-list li.wide .input-box,
.form-list li.wide input.input-text {
  width: 100%;
}
.form-list li.additional-row {
  border-top: 1px solid #ebebeb;
  margin-top: 10px;
  padding-top: 7px;
}
.form-list li.additional-row .btn-remove {
  float: right;
  margin: 5px 0 0;
}
.form-list .form-list .input-box {
  display: block;
  clear: both;
  width: 100%;
}
.form-list .field {
  float: left;
  width: 100%;
}
.form-list input.input-text {
  width: 100%;
}
.form-list textarea {
  width: 100%;
  height: 10em;
}
.form-list select {
  width: 100%;
}
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
  width: auto;
}
.form-list .name-prefix {
  width: 65px;
}
.form-list .name-prefix select {
  width: 55px;
}
.form-list .name-prefix input.input-text {
  width: 49px;
}
.form-list .name-suffix {
  width: 65px;
}
.form-list .name-suffix select {
  width: 55px;
}
.form-list .name-suffix input.input-text {
  width: 49px;
}
.form-list .customer-name-prefix-middlename .name-firstname {
  width: 140px;
}
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
  width: 124px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname {
  width: 140px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text {
  width: 124px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname {
  width: 205px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
  width: 189px;
}
.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text {
  width: 189px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px;
}
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px;
}
.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename {
  width: 210px;
}
.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
  width: 205px;
}
.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename .name-middlename input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
  width: 189px;
}
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
  float: left;
  width: 85px;
}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
  width: 60px;
}
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
  width: 46px;
}
.form-list .customer-dob .dob-year {
  width: 140px;
}
.form-list .customer-dob .dob-year input.input-text {
  width: 134px;
}
.form-list .customer-dob input.input-text {
  display: block;
  width: 74px;
}
.form-list .customer-dob label {
  font-size: 10px;
  font-weight: normal;
  color: #888;
}

#login-form .form-list .input-box,
#login-form .form-list input.input-text {
  width: 100%;
  height: 30px;
}

.form-list-narrow li {
  margin-bottom: 0;
}
.form-list-narrow li .input-box {
  margin-bottom: 6px;
}
.form-list-narrow li.wide .input-box,
.form-list-narrow li.wide select,
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea {
  width: 254px;
}

.buttons-set {
  clear: both;
  margin: 20px 0 0;
  padding: 8px 0 0;
  border-top: 1px solid #ebebeb;
  text-align: right;
}
.buttons-set p.required {
  margin: 0 0 10px;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
}

.buttons-set-order {
  margin: 10px 0 0;
}
.buttons-set-order .please-wait {
  padding: 12px 7px 0 0;
}

.fieldset {
  border: 1px solid #ebebeb;
  padding: 25px 25px 16px 25px;
  margin: 28px 0;
  background: #fff;
}
.fieldset .legend {
  float: left;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #ebebeb;
  background: #fff;
  margin: -42px 0 0 0;
  padding: 7px 15px;
  position: relative;
}

/* Form Validation */
.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  padding-left: 17px;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/validation_advice_bg.gif) 2px 0 no-repeat;
  color: #c40000;
}

.validation-failed {
  border: 1px dashed #c40000 !important;
  background: #fff !important;
}

p.required {
  font-size: 11px;
  text-align: right;
  color: #c40000;
}

/* Expiration date and CVV number validation fix */
.v-fix {
  float: left;
}
.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative;
}

/* Global Messages  */
.success {
  font-weight: bold;
}

.error {
  font-weight: bold;
}

.messages {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  overflow: hidden;
}
.messages ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  border: 1px solid #ebebeb;
  min-height: 24px !important;
  padding: 8px 8px 8px 32px !important;
  font-size: 11px !important;
  font-weight: normal !important;
  color: #333;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  background-position: 5px 10px;
}

.error-msg {
  background-image: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/i_msg-error.gif);
}

.success-msg {
  background-image: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/i_msg-success.gif);
}

.note-msg,
.notice-msg {
  background-image: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/i_msg-note.gif);
}

/* BreadCrumbs */
.breadcrumbs {
  margin-top: 30px;
}

.breadcrumbs li {
  display: inline;
}
.breadcrumbs li span {
  margin: 0 2px;
}
.breadcrumbs li strong {
  font-weight: normal;
  text-decoration: underline;
}
.breadcrumbs li a {
  color: #555;
}
.breadcrumbs li a:hover {
  color: #c40000;
}

/* Page Heading */
.page-title {
  width: 100%;
  overflow: hidden;
  padding-bottom: 0;
  margin: 0 0 25px;
}
.page-title h1, .page-title h2 {
  color: #333;
  font-size: 32px;
  position: relative;
  font-weight: bold;
}
.page-title .separator {
  margin: 0 3px;
}
.page-title .link-rss {
  float: right;
  margin: 7px 0 0;
}

.title-buttons {
  text-align: right;
}
.title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
  float: left;
}

.sub-title {
  clear: both;
  padding: 15px 0 0;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 6px;
  color: #e25203;
}

/* Toolbar */
.toolbar {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.toolbar a {
  font-weight: normal;
  color: #333;
}
.toolbar label {
  font-weight: normal;
  color: #333;
}
.toolbar .pager {
  display: none;
}

.toolbar-bottom .toolbar {
  margin: 0;
}
.toolbar-bottom .toolbar .pager {
  display: block;
}
.toolbar-bottom .toolbar .sorter {
  display: none;
}

/* Pager */
.pager {
  text-align: center;
  margin: 15px 0 0;
}
.pager .amount {
  float: right;
  margin: 0;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
}
.pager .pages {
  text-align: center;
  padding: 0;
  float: left;
}
.pager .pages strong {
  display: none;
}
.pager .pages ol {
  display: inline-block;
  margin: 0;
}
.pager .pages ol li {
  float: left;
  margin-right: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #333;
  background: #fff;
}
.pager .pages ol li a {
  display: block;
}
.pager .pages ol li a:hover {
  color: #fff;
  text-decoration: none;
}
.pager .pages ol li:hover, .pager .pages ol li.current {
  background: #333;
  color: #fff;
}

/* Sorter */
.sorter {
  margin: 0 0 30px 0;
}
.sorter .limiter {
  background: #fff;
  padding: 4px 10px;
  float: right;
}
.sorter .limiter label {
  display: none;
}
.sorter .limiter select {
  padding: 0;
  margin: 0 0 0 10px;
  vertical-align: middle;
  font-size: 13px;
  padding: 10px;
  border: none;
  background: none;
  color: #333;
}
.sorter .view-mode {
  float: left;
}
.sorter .view-mode label {
  display: none;
}
.sorter .view-mode a {
  text-decoration: none;
}
.sorter .view-mode span {
  float: left;
  margin: 2px 5px 0 0;
}
.sorter .view-mode .grid, .sorter .view-mode .list {
  float: left;
  color: #666;
  font-weight: normal;
  text-align: center;
  position: relative;
  font-size: 0;
  line-height: 48px;
  width: 48px;
}
.sorter .view-mode .grid:before, .sorter .view-mode .list:before {
  position: absolute;
  content: "\e1ff";
  top: 0;
  left: 0;
  font-family: "icomoon";
  font-size: 32px;
  background: #fff;
  color: #333;
  width: 48px;
}
.sorter .view-mode .list {
  margin-left: 10px;
}
.sorter .view-mode .list:before {
  background-position: 100% 0;
  content: "\e300";
}
.sorter .view-mode strong.grid:before {
  background: #333;
  color: #fff;
}
.sorter .view-mode strong.list:before {
  background: #333;
  color: #fff;
}
.sorter .view-mode a.grid:hover:before {
  background: #333;
  color: #fff;
}
.sorter .view-mode a.list:hover:before {
  background: #333;
  color: #fff;
}
.sorter .sort-by {
  float: left;
  margin-left: 210px;
  padding: 4px 10px;
  background: #fff;
}
.sorter .sort-by label {
  display: none;
}
.sorter .sort-by select {
  padding: 0;
  margin: 0 0 0 10px;
  vertical-align: middle;
  font-size: 13px;
  display: inline-block;
  padding: 10px;
  border: none;
  background: none;
}

.pager li > a, .pager li span {
  display: inline;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}

/* ============================================ */
.data-table {
  width: 100%;
  background: #fff;
  border: 1px solid #ebebeb;
}
.data-table td {
  padding: 10px;
  vertical-align: top;
}
.data-table th {
  font-weight: normal;
  padding: 15px 10px;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
}
.data-table thead th {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 18px;
}
.data-table tbody td {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
  content: ':';
}
.data-table tbody tr {
  border-bottom: 1px solid #ebebeb;
}

/* Generic Info Box */
.info-box {
  background: #fff url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/bkg_block-title.gif) 0 0 repeat-x;
  border: 1px solid #d0cbc1;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

.info-table th {
  font-weight: bold;
  padding: 2px 15px 2px 0;
}
.info-table td {
  padding: 2px 0;
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
  cursor: pointer;
}
tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/bkg_collapse.gif) 0 5px no-repeat;
  cursor: pointer;
}
tr.show-details .summary-collapse {
  background-position: 0 -52px;
}
tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465;
}
tr.summary-details-first td {
  border-top: 1px solid #ebebeb;
}
tr.summary-details-excluded {
  font-style: italic;
}

/* Shopping cart tax info */
.cart-tax-info {
  display: block;
  padding-right: 20px;
}
.cart-tax-info .cart-price {
  padding-right: 20px;
}
.cart-tax-info .price {
  display: inline !important;
  font-weight: normal !important;
}

.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/bkg_collapse.gif) 100% 5px no-repeat;
  cursor: pointer;
}
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important;
}

.cart-tax-total-expanded {
  background-position: 100% -52px;
}

/* Class: std - styles for admin-controlled content */
.std .subtitle {
  padding: 0;
}
.std ol.ol {
  list-style: decimal outside;
}
.std ul.disc {
  list-style: disc outside;
}
.std dl dt {
  font-weight: bold;
}
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
  padding: 0;
}
.std ul {
  list-style: disc outside;
}
.std ol {
  list-style: decimal outside;
}
.std ul ul {
  list-style-type: circle;
}
.std dt {
  font-weight: bold;
}
.std blockquote {
  font-style: italic;
}
.std address {
  font-style: normal;
}
.std b,
.std strong {
  font-weight: bold;
}

/* Misc */
.links li {
  display: inline;
}
.links li.first {
  padding-left: 0 !important;
}
.links li.last {
  padding-right: 0 !important;
}

.link-print {
  font-weight: bold;
  color: #dc6809;
}

.link-rss {
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/i_rss.gif) 0 2px no-repeat;
  padding-left: 18px;
  line-height: 14px;
  white-space: nowrap;
}

.btn, .btn-remove, .btn-previous, .btn-remove2, .btn-edit {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}

.btn-remove {
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/btn_remove.gif) 0 0 no-repeat;
}

.btn-previous {
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/btn_previous.gif) 0 0 no-repeat;
}

.btn-remove2 {
  width: 16px;
  height: 16px;
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/btn_trash.gif) 0 0 no-repeat;
  margin: 0 auto;
}

.btn-edit {
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/btn_edit.gif) 0 0 no-repeat;
}

.cards-list dt {
  margin: 5px 0 0;
}

.cards-list .offset {
  padding: 2px 0 2px 20px;
}

.separator {
  margin: 0 3px;
}

.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/bkg_divider1.gif) 0 50% repeat-x;
  text-indent: -999em;
  overflow: hidden;
}

/* Global site notices */
.global-site-notice {
  border: 1px solid #ebebeb;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f;
}
.global-site-notice .notice-inner {
  width: 100%;
  margin: 0 auto;
  padding: 12px 0 12px 80px;
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/i_notice.gif) 20px 25px no-repeat;
  text-align: left;
}
.global-site-notice .notice-inner p {
  margin: 0;
  border: 1px dotted #cccc73;
  padding: 10px;
}
.global-site-notice .notice-inner .actions {
  padding-top: 10px;
}

/* Cookie Notice */
.notice-cookie {
  position: fixed;
  z-index: 9999;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  opacity: 0.95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  /* IE8 */
}

/* Demo Notice */
.demo-notice {
  margin: 0;
  padding: 6px 10px;
  background: #d75f07;
  font-size: 12px;
  line-height: 1.15;
  border: 0;
  text-align: center;
  color: #fff;
}
.demo-notice .notice-inner {
  width: auto;
  padding: 0;
  background: none;
  text-align: center;
}
.demo-notice .notice-inner p {
  padding: 0;
  border: 0;
}

/* Navigation Default Magento*/
#nav {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  font-size: 13px;
}
#nav li {
  position: relative;
  text-align: left;
  float: left;
}
#nav li.active a {
  color: #c40000;
}
#nav li.over {
  z-index: 998;
}
#nav li.over a {
  color: #c40000;
}
#nav li ul span {
  white-space: normal;
}
#nav li ul li.parent a {
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/bkg_nav2.gif) 100% 100% no-repeat;
}
#nav li ul li.parent li a {
  background: none;
}
#nav li ul.shown-sub, #nav li div.shown-sub {
  left: 0;
  z-index: 999;
}
#nav li .shown-sub ul.shown-sub {
  left: 100px;
}
#nav li .shown-sub li div.shown-sub {
  left: 100px;
}
#nav a {
  display: block;
  line-height: 1.3em;
  text-decoration: none;
  float: left;
  padding: 5px 12px 6px 8px;
  color: #555;
  font-weight: bold;
}
#nav a a:hover {
  display: block;
  color: #c40000;
}
#nav span {
  display: block;
  cursor: pointer;
  white-space: nowrap;
}
#nav ul {
  position: absolute;
  width: 15em;
  top: 27px;
  left: -10000px;
  border: 1px solid #899ba5;
}
#nav ul ul, #nav ul div {
  top: 5px;
}
#nav ul li, #nav ul li.active {
  float: none;
  margin: 0;
  padding-bottom: 1px;
  background: #ecf3f6 url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/bkg_nav1.gif) 0 100% repeat-x;
}
#nav ul .last {
  background: #ecf3f6;
  padding-bottom: 0;
}
#nav ul .last li span {
  padding: 3px 15px 4px 15px;
}
#nav ul a, #nav ul a:hover {
  float: none;
  padding: 0;
  background: none;
}
#nav ul li a {
  font-weight: normal !important;
  background: #ecf3f6;
}
#nav ul li a:hover {
  background: #c40000;
  color: #333;
}
#nav div {
  position: absolute;
  width: 15em;
  top: 27px;
  left: -10000px;
  border: 1px solid #899ba5;
}
#nav div ul {
  position: static;
  width: auto;
  border: none;
}

/* Sidebar =============================================================================== */
.block {
  margin: 0 0 30px;
  background: #fff;
  padding: 20px;
}
.block .block-title {
  padding-bottom: 5px;
}
.block .block-title strong {
  font-weight: bold;
  font-size: 32px;
  color: #333;
  text-align: left;
  line-height: 40px;
  letter-spacing: -1px;
}
.block .block-title a {
  text-decoration: none;
}
.block .block-subtitle {
  margin: 0;
  padding: 0 0 9px;
  font-size: 1em;
  font-weight: bold;
  color: #0a263c;
}
.block .block-content {
  padding: 0;
  margin-top: 15px;
}
.block .block-content li.item {
  padding: 0;
}
.block .btn-remove,
.block .btn-edit {
  float: right;
  margin: 1px 0 2px 5px;
}
.block .actions {
  padding: 6px 9px;
  text-align: right;
}
.block .actions a {
  float: left;
}
.block .actions button.button {
  float: right;
}
.block .empty {
  margin: 0;
  padding: 0;
}

.checkout-onepage-index .col-right .block .block-content {
  padding: 0;
}
.checkout-onepage-index .main {
  padding-top: 40px;
}

/* Block: Related */
.block-related .block-content li.item {
  margin-bottom: 15px;
  position: relative;
}
.block-related .block-content li.item .product-image {
  float: left;
  margin-right: 15px;
}

/* Mini Products List */
.block-cart .mini-products-list .product-details .product-name {
  word-wrap: break-word;
}
.block-cart .mini-products-list .product-details .nobr {
  white-space: normal !important;
}
.block-cart .mini-products-list .product-details .nobr small {
  word-wrap: break-word;
}

/* Block: Account */
.block-account {
  border-color: #bbb;
}
.block-account .block-content li a {
  display: block;
  border-bottom: 1px solid #ebebeb;
  padding: 5px 0;
  text-decoration: none !important;
}
.block-account .block-content li a:hover {
  text-decoration: underline;
}
.block-account .block-content li.last a {
  border-bottom: 0;
}
.block-account .block-content li .current {
  border-bottom: 1px solid #ebebeb;
  padding: 5px 0;
}
.block-account .block-content li .current strong {
  font-weight: normal;
  color: #f33636;
}
.block-account .block-content li .current.last {
  border-bottom: 0;
}

/* Block: Layered Navigation */
.block-layered-nav {
  border: 0;
}
.block-layered-nav .block-title {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.block-layered-nav .block-title strong {
  font-weight: bold;
  font-size: 26px;
  color: #333;
  position: relative;
  padding-left: 60px;
}
.block-layered-nav .block-title strong:before {
  position: absolute;
  top: -20px;
  left: 0;
  content: "\e608";
  font-size: 25px;
  font-family: "icomoon";
  width: 48px;
  height: 67px;
  background: #c40000;
  color: #fff;
  display: inline-block;
  line-height: 67px;
  text-align: center;
}
.block-layered-nav .block-subtitle {
  display: none;
}
.block-layered-nav .block-content {
  padding-left: 15px;
  background: none;
  box-shadow: none;
}
.block-layered-nav dt {
  padding-bottom: 0;
  position: relative;
}
.block-layered-nav dt span {
  text-transform: capitalize;
  font-size: 18px;
  position: relative;
  padding-bottom: 10px;
}
.block-layered-nav dd {
  padding: 0 0 10px;
}
.block-layered-nav dd ol {
  padding: 10px 0;
}
.block-layered-nav dd li {
  display: inline;
  line-height: 25px;
  text-align: right;
}
.block-layered-nav dd li a {
  color: #666;
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: capitalize;
  width: 80%;
}
.block-layered-nav dd li a:hover {
  text-decoration: underline;
}
.block-layered-nav dl {
  margin: 0;
}
.block-layered-nav .currently li {
  padding: 5px 0;
  position: relative;
  z-index: 1;
  line-height: 1.5;
}
.block-layered-nav .currently .label {
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
.block-layered-nav .currently .value {
  display: inline-block;
  vertical-align: top;
}
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
  position: absolute;
  right: 4px;
  top: 9px;
  margin: 0;
}
.block-layered-nav .currently .btn-previous {
  right: 17px;
}
.block-layered-nav .actions {
  font-size: 11px;
  padding: 4px 5px 4px 9px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  text-align: right;
}
.block-layered-nav .actions a {
  float: none;
}

/* Block: Cart */
.block-cart .summary {
  background: #fff;
  padding: 2px 8px 8px;
  margin: -1px 0 0;
  position: relative;
  z-index: 1;
}
.block-cart .amount {
  margin: 0;
}
.block-cart .amount a {
  font-weight: bold;
}
.block-cart .subtotal {
  margin: 5px 0 0;
  padding: 2px 0;
  background: #fbebd9;
  text-align: center;
}
.block-cart .subtotal .price {
  font-weight: bold;
}
.block-cart .actions .paypal-logo {
  float: left;
  width: 100%;
  margin: 3px 0 0;
  text-align: right;
}
.block-cart .actions .paypal-logo .paypal-or {
  clear: both;
  display: block;
  padding: 0 55px 8px 0;
}

/* Block: Wishlist */
.block-wishlist .actions {
  text-align: right;
}
.block-wishlist .actions a {
  float: none;
}

/* Block: Compare Products */
.page-popup .link-print {
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/i_print.gif) 0 2px no-repeat;
  padding: 2px 0 2px 25px;
  font-weight: bold;
  color: #1e7ec8;
}

.compare-table {
  border: 0;
}
tr
.compare-table thead.first td, tr
.compare-table thead.first th {
  border: 0;
  background: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.compare-table tbody th, .compare-table tbody td {
  padding: 10px;
  border: 0;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.compare-table tbody td.last {
  border: 1px solid #ebebeb;
}
.compare-table tbody tr.last th, .compare-table tbody tr.last td {
  border: 1px solid #ebebeb;
}
.compare-table .btn-remove {
  float: right;
  background-image: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/btn_remove2.gif);
  width: 72px;
  height: 15px;
}
.compare-table tr.add-to-row td {
  text-align: center;
}
.compare-table tr.add-to-row td p {
  margin: 0;
}
.compare-table tr.first td {
  text-align: center;
}
.compare-table tr.first td .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px;
  color: #203548;
}
.compare-table tr.first td .product-name a {
  color: #333;
}
.compare-table tr.first td .ratings {
  width: 160px;
  margin: 0 auto;
}

/* Block: Poll */
.block-poll .block-subtitle {
  font-size: 12px;
}
.block-poll label {
  color: #777;
  font-weight: bold;
}
.block-poll input.radio {
  float: left;
  margin: 1px -18px 0 0;
}
.block-poll .label {
  display: block;
  margin-left: 18px;
}
.block-poll li {
  padding: 3px 9px;
}
.block-poll .actions {
  margin: 5px 0 0;
}
.block-poll button.button span {
  border-color: 1px solid #ebebeb;
  background: #618499;
}
.block-poll .answer {
  font-weight: bold;
}
.block-poll .votes {
  float: right;
  margin-left: 10px;
}

/* Block: Orders and Returns */
.block-gr-search li {
  padding: 3px 9px;
}
.block-gr-search button.button span {
  border-color: 1px solid #ebebeb;
  background: #618499;
}

/* Block: Tags */
.block-tags .block-content .tags-list {
  background: none;
  border: 0;
  font-size: 12px;
}
.block-tags .block-content a {
  color: #555;
}
.block-tags .actions {
  text-align: right;
}
.block-tags .actions a {
  float: none;
}

/* Block: Subscribe */
.block-subscribe .block-content {
  border: 1px solid #ebebeb;
  padding: 15px;
}
.block-subscribe label {
  color: #727272;
  font-size: 13px;
  font-weight: normal;
}
.block-subscribe input.input-text {
  border: 0;
  color: #fff;
  display: block;
  float: left;
  height: 38px;
  padding-left: 10px;
  width: 100%;
  background: #383838;
  margin-bottom: 15px;
}
.block-subscribe .action {
  padding: 0;
}

/* Block: Reorder */
.block-reorder input.checkbox {
  float: left;
  margin: 2px -20px 0 0;
}
.block-reorder .product-name {
  margin-left: 20px;
}
.block-reorder .validation-advice {
  margin: 3px 9px 7px;
}

/* Block: Banner */
.block-banner {
  border: 0;
}
.block-banner .block-content {
  padding: 0;
  text-align: center;
}

/* Block: Login */
.block-login .block-content {
  padding: 5px 10px;
}
.block-login label {
  font-weight: bold;
  color: #666;
}
.block-login input.input-text {
  display: block;
  width: 167px;
  margin: 3px 0;
}
.block-login .actions {
  background: none;
  padding: 0;
  margin: 3px 0 0;
}
.block-login .actions button.button span {
  border-color: 1px solid #ebebeb;
  background: #618499;
}

/* Paypal */
.sidebar .paypal-logo {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.sidebar .paypal-logo a {
  float: none;
}

/* ======================================================================================= */
/* Rating */
.no-rating {
  margin: 0;
}

.ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 7px 0;
}
.ratings strong {
  float: left;
  margin: 1px 3px 0 0;
}
.ratings .rating-links {
  margin: 0;
}
.ratings .rating-links .separator {
  margin: 0 2px;
}
.ratings .rating-box {
  width: 71px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/bkg_rating.gif) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.ratings .rating-box .rating {
  float: left;
  height: 12px;
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/bkg_rating.gif) 0 100% repeat-x;
}

.ratings-table th, .ratings-table td {
  font-size: 11px;
  line-height: 1.15;
  padding: 3px 0;
}

/* Availability */
.availability {
  margin: 0;
}
.availability span {
  font-weight: bold;
}
.availability.out-of-stock span {
  color: #d83820;
}

.availability-only {
  margin: 10px 0 7px;
  line-height: 16px;
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/i_availability_only.gif) 0 50% no-repeat;
  padding-left: 15px;
}
.availability-only span, .availability-only a {
  border-bottom: 1px dashed #751d02;
  color: #000;
}
.availability-only a {
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat;
  cursor: pointer;
  padding-right: 15px;
  text-decoration: none;
}
.availability-only .expanded {
  background-position: 100% -15px;
}
.availability-only strong {
  color: #be2c00;
}

.availability-only-details {
  margin: 0 0 7px;
}
.availability-only-details th {
  background: #d2d6d9;
  font-size: 10px;
  padding: 0 8px;
}
.availability-only-details td {
  background: #ebf0f3;
  border-bottom: 1px solid #fff;
  font-size: 11px;
  padding: 2px 8px 1px;
}
.availability-only-details tr.odd td.last {
  color: #d95e00;
  font-weight: bold;
}

/* Alerts */
.alert-price {
  margin: 0;
  font-size: 11px;
}

.alert-stock {
  margin: 0;
  font-size: 11px;
}

/********** < Product Prices */
.price {
  white-space: nowrap !important;
}

.price-box {
  margin-bottom: 5px;
}
.price-box p {
  display: inline;
}
.price-box p.special-price {
  margin-right: 7px;
}
.price-box .price {
  color: #c40000;
  font-family: "Lato", sans-serif;
}

/* Regular price */
.regular-price .price {
  font-weight: bold;
  font-size: 20px;
  color: #333;
}

.block .regular-price,
.block .regular-price .price {
  color: #333;
}

/* Old price */
.old-price {
  margin: 0;
}
.old-price .price-label {
  display: none;
}
.old-price .price {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
  position: relative;
  top: -1px;
}

/* Special price */
.special-price {
  margin: 0;
  padding: 3px 0;
}
.special-price .price-label {
  display: none;
}
.special-price .price {
  font-weight: bold;
  font-size: 20px;
  color: #333;
}

/* Minimal price (as low as) */
.minimal-price {
  margin: 0;
}
.minimal-price .price-label {
  white-space: nowrap;
}

.minimal-price-link {
  display: block;
}
.minimal-price-link .label {
  color: #1e7ec8;
}
.minimal-price-link .price {
  font-weight: normal;
  color: #1e7ec8;
}

/* Excluding tax */
.price-excluding-tax {
  display: block;
  color: #999;
}
.price-excluding-tax .label {
  white-space: nowrap;
  color: #999;
}
.price-excluding-tax .price {
  font-size: 13px;
  font-weight: normal;
  color: #c76200;
}

/* Including tax */
.price-including-tax {
  display: block;
  color: #999;
}
.price-including-tax .label {
  white-space: nowrap;
  color: #999;
}
.price-including-tax .price {
  font-size: 13px;
  font-weight: bold;
  color: #c76200;
}

/* Configured price */
.configured-price {
  margin: 0;
}
.configured-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.configured-price .price {
  font-weight: bold;
}

/* FPT */
.weee {
  display: block;
  font-size: 11px;
  color: #444;
}
.weee .price {
  font-size: 11px;
  font-weight: normal;
}

/* Excl tax (for order tables) */
.price-excl-tax {
  display: block;
}
.price-excl-tax .label {
  display: block;
  white-space: nowrap;
}
.price-excl-tax .price {
  display: block;
}

/* Incl tax (for order tables) */
.price-incl-tax {
  display: block;
}
.price-incl-tax .label {
  display: block;
  white-space: nowrap;
}
.price-incl-tax .price {
  display: block;
  font-weight: bold;
}

/* Price range */
.price-from {
  margin: 0;
}
.price-from .price-label {
  font-weight: bold;
  white-space: nowrap;
}

.price-to {
  margin: 0;
}
.price-to .price-label {
  font-weight: bold;
  white-space: nowrap;
}

/* Price notice next to the options */
.price-notice {
  padding-left: 10px;
  color: #999;
}
.price-notice .price {
  font-weight: bold;
  color: #2f2f2f;
}

/* Price as configured */
.price-as-configured {
  margin: 0;
}
.price-as-configured .price-label {
  font-weight: bold;
  white-space: nowrap;
}

.price-box-bundle {
  padding: 0 0 10px 0;
}
.price-box-bundle .price-box {
  margin: 0 !important;
  padding: 0 !important;
}
.price-box-bundle .price {
  color: #555;
}

/* Tier Prices */
.product-pricing {
  margin: 10px 0;
  padding: 10px;
  background-color: #f4f7f7;
  border: 1px solid #ebebeb;
  color: #424242;
}

.tier-prices {
  margin: 10px 0;
  padding: 10px;
  background-color: #f4f7f7;
  border: 1px solid #ebebeb;
  color: #424242;
}
.tier-prices li {
  line-height: 1.4;
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/i_tier.gif) no-repeat 0 3px;
  padding: 2px 0 2px 10px;
}
.tier-prices .benefit {
  font-style: italic;
  font-weight: bold;
  color: #2f2f2f;
}
.tier-prices .price {
  font-weight: bold;
  color: #2f2f2f;
}

.tier-prices-grouped li {
  padding: 2px 0;
  color: #e26703;
}
.tier-prices-grouped li .price {
  font-weight: bold;
}

/* Send a Friend */
.send-friend .form-list {
  overflow: hidden;
}
.send-friend .form-list li {
  margin-right: -15px;
}
.send-friend .form-list li p {
  margin: 0 15px 0 0;
}
.send-friend .form-list li .field {
  width: 315px;
}
.send-friend .form-list li .input-box {
  width: 300px;
}
.send-friend .form-list li input.input-text,
.send-friend .form-list li textarea {
  width: 294px;
}
.send-friend .form-list li.wide .input-box {
  width: 612px;
}
.send-friend .form-list li.wide textarea {
  width: 609px;
}
.send-friend .buttons-set .limit {
  float: right;
  margin: 0 7px 0 0;
  font-size: 11px;
  line-height: 21px;
}

/* Cart - Checkout */
/* Product Tags */
.tags-list {
  display: block;
  font-size: 13px;
  border: 1px solid #c1c4bc;
  background: #f8f7f5;
  padding: 10px;
}
.tags-list li {
  display: inline !important;
  margin: 0 4px 0 0;
}
.tags-list li a {
  color: #1b2d3b;
}

/* Advanced Search */
.advanced-search .form-list label {
  width: 160px;
  padding-right: 10px;
}
.advanced-search .form-list .input-box, .advanced-search .form-list .input-range {
  float: left;
  clear: none;
}

.advanced-search-amount {
  margin: 0 0 10px;
}

.advanced-search-summary {
  margin: 10px 0;
  border: 1px solid #e9d7c9;
  background: #fff6f1;
  padding: 10px;
}
.advanced-search-summary ul {
  float: left;
  width: 49%;
}
.advanced-search-summary strong {
  color: #E17C24;
  padding-left: 15px;
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/i_search_criteria.gif) 0 3px no-repeat;
}
.advanced-search-summary p {
  clear: both;
  font-weight: bold;
  margin: 0;
}

/* Sitemap */
.page-sitemap .links {
  text-align: right;
}
.page-sitemap .links a {
  text-decoration: none;
  position: relative;
}
.page-sitemap .links a:hover {
  text-decoration: underline;
}
.page-sitemap .sitemap {
  margin: 12px;
}
.page-sitemap .sitemap a {
  color: #1b2d3b;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}
.page-sitemap .sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: bold;
}
.page-sitemap .sitemap li.level-0 a {
  color: #1e7ec8;
}

/* RSS */
.rss-title h1 {
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px;
}

.rss-table .link-rss {
  display: block;
  line-height: 1.55;
  background-position: 0 4px;
}

/* Shopping Cart ========================================================================= */
.cart .page-title {
  border-bottom: 0;
  margin: 0 0 10px;
  text-align: left;
}
.cart .page-title h1 {
  float: none;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 10px;
  background-color: #f4f4f4;
  border: 1px solid #ebebeb;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 30px;
}

.display-both-prices .cart-table {
  float: none;
  width: 100%;
}

.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}

.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}

.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
}

.display-both-prices .crosssell {
  clear: right;
  float: right;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
}
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
.checkout-types li:first-child {
  margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
.checkout-types.top li {
  display: inline-block;
}
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
.checkout-types.top .bml_button img {
  display: block;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  width: 150px;
  display: block;
  text-align: center;
  float: right;
}

.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

@media only screen and (max-width: 670px) {
  .checkout-types {
    float: none;
    text-align: center;
  }

  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }

  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .btn-checkout {
    width: 100%;
  }
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}

.cart-table h2 {
  color: #636363;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}

.cart-table tfoot tr {
  background: none;
}

.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}

.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
}

.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}

.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.cart-table .product-cart-sku {
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px;
}

.cart-table .product-cart-sku .label {
  font-weight: 600;
}

.cart-table .btn-empty {
  float: left;
}

.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}

.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #333;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}

.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #333;
  border-bottom: none;
  right: -15px;
  top: 6px;
}

.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}

.cart-table .cart-links > li > a {
  display: block;
}

.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}

.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}

.cart-table .product-cart-actions .qty {
  height: 30px;
  border-color: silver;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3em;
}

.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}

.cart-table .item-options {
  padding-left: 15px;
}

@media only screen and (max-width: 770px) {
  .cart-table th {
    font-size: 12px;
  }

  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }

  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
}
@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table colgroup, .cart-table thead {
    display: none;
  }

  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }

  .cart-table tr:last-child {
    margin-bottom: 0;
  }

  .cart-table tfoot tr {
    padding-bottom: 0;
  }

  .cart-table td {
    border: none;
    display: block;
  }

  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }

  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }

  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    padding-right: 5px;
    text-transform: uppercase;
  }

  .cart-table td.product-cart-price {
    text-align: left;
  }

  .cart-table h2 {
    font-size: 12px;
  }

  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }

  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }

  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }

  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }

  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }

  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }

  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }

  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%;
  }

  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }

  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }

  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }

  .cart-table .product-cart-actions .button {
    display: none;
  }

  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: 5px 5px 2px 7px;
  }

  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }

  .cart-table .product-cart-actions {
    text-align: left;
  }

  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }

  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
  }

  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }

  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }

  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }

  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.crosssell {
  margin-top: 20px;
}
.crosssell .block {
  margin: 0 0 20px;
  padding: 0;
  background: none;
  box-shadow: none;
}
.crosssell .products-grid {
  margin-top: 15px;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount, .cart .shipping {
  margin-bottom: 30px;
}
.cart .discount .block, .cart .shipping .block {
  margin: 0 0 15px;
  padding: 0;
  background: none;
  box-shadow: none;
}
.cart .discount .block .block-title strong, .cart .shipping .block .block-title strong {
  font-size: 26px;
}
.cart .discount .discount-form, .cart .shipping .shipping-form {
  padding: 15px;
  background: #fff;
}
.cart .discount label, .cart .shipping label {
  font-weight: normal;
}
.cart .discount .input-box {
  margin: 8px 0 0;
  width: 100%;
}
.cart .discount input.input-text {
  width: 100%;
  padding: 7px 5px;
  background: #f2f2f2;
}
.cart .shipping .sp-methods {
  margin: 10px 0 0;
  padding: 5px 0 0;
}
.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button {
  float: left;
}

/* Shopping Cart Totals */
.cart .totals .totals-title {
  margin-bottom: 20px;
  color: #333;
  font-size: 26px;
  text-transform: capitalize;
  font-weight: bold;
}
.cart .totals table {
  width: 100%;
  background: #fff;
}
.cart .totals td {
  padding: 15px 15px 15px 7px;
  color: #666;
  font-size: 16px;
  border-bottom: 1px solid #e9e9e9;
}
.cart .totals tfoot th {
  padding: 5px 15px 5px 7px;
}
.cart .totals tfoot td {
  text-transform: uppercase;
}
.cart .totals tfoot th strong {
  font-size: 20px;
  font-weight: normal;
  color: #222;
}
.cart .totals tfoot td strong {
  font-size: 20px;
  font-weight: normal;
  color: #222;
}
.cart .totals .checkout-types {
  font-size: 13px;
  padding: 8px 15px 15px;
  background: #fff;
  text-align: right;
}
.cart .totals .checkout-types li {
  clear: both;
  margin: 10px 0;
  text-align: center;
}

/* Options Tool Tip */
.item-options dt {
  font-weight: bold;
  font-style: italic;
}
.item-options dd {
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated {
  cursor: help;
}
.truncated a.dots, .truncated a.details {
  cursor: help;
}
.truncated .truncated_full_value {
  position: relative;
  z-index: 999;
}
.truncated .truncated_full_value .item-options {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999;
  width: 250px;
  padding: 8px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}
.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
}
.truncated .show .item-options {
  top: -20px;
  left: 50%;
}

.col-left .truncated .show .item-options {
  left: 15px;
  top: 7px;
}

.col-right .truncated .show .item-options {
  left: -240px;
  top: 7px;
}

/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label {
  font-weight: bold;
  color: #666;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list {
  padding-left: 20px;
}
.sp-methods .form-list li {
  margin: 0 0 8px;
}
.sp-methods select.month {
  width: 154px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 3em !important;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
}
.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right;
}
.sp-methods .checkmo-list address {
  float: left;
}
.sp-methods .centinel-logos a {
  margin-right: 3px;
}
.sp-methods .centinel-logos img {
  vertical-align: middle;
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

.please-wait {
  float: right;
}

.please-wait img {
  vertical-align: middle;
}

.cvv-what-is-this {
  font-size: 11px;
  cursor: help;
  margin-left: 10px;
}

/* Tooltip */
.tool-tip {
  border: 1px solid #7BA7C9;
  background: #EAF6FF;
  padding: 15px 20px;
  position: absolute;
  z-index: 9999;
}
.tool-tip .btn-close {
  margin: -9px -14px 0;
  text-align: right;
}
.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 15px;
  height: 15px;
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/btn_window_close.gif) 100% 0 no-repeat;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}
.tool-tip .tool-tip-content {
  padding: 5px;
}

/* Gift Messages */
.gift-messages h3 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403;
}
.gift-messages p.control {
  color: #8e8d8b;
}

.gift-messages-form {
  position: relative;
}
.gift-messages-form label {
  float: none !important;
  position: static !important;
}
.gift-messages-form h4 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403;
}
.gift-messages-form .whole-order {
  margin: 0 0 25px;
}
.gift-messages-form .item {
  margin: 0 0 10px;
}
.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px;
}
.gift-messages-form .item .product-image {
  margin: 0 0 7px;
}
.gift-messages-form .item .number {
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #8a8987;
}
.gift-messages-form .item .details {
  margin-left: 90px;
}
.gift-messages-form .item .details .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}
.gift-messages-form .item .details .form-list .field {
  width: 255px;
}
.gift-messages-form .item .details .form-list .input-box {
  width: 240px;
}
.gift-messages-form .item .details .form-list input.input-text {
  width: 234px;
}
.gift-messages-form .item .details .form-list li.wide .input-box {
  width: 500px;
}
.gift-messages-form .item .details .form-list li.wide textarea {
  width: 494px;
}

.gift-message-link {
  font-size: 11px;
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/bkg_collapse-gm.gif) 100% 6px no-repeat;
  padding-right: 7px;
}
.gift-message-link.expanded {
  background-position: 100% -40px;
}

.gift-message-row {
  background: #f2efe9;
}
.gift-message-row .btn-close {
  float: right;
  width: 16px;
  height: 16px;
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/btn_gm-close.gif) 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}

/* Checkout Agreements */
.checkout-agreements li {
  margin: 30px 0;
}
.checkout-agreements .agreement-content {
  overflow: auto;
  height: 12em;
  padding: 10px;
  background-color: #fbfaf6;
  border: 1px solid #bbb6a5;
}
.checkout-agreements .agree {
  margin: 0;
  padding: 10px 0 10px 11px;
}
.checkout-agreements .agree input.checkbox {
  margin-right: 6px;
}
.checkout-agreements .agree label {
  font-weight: bold;
  color: #666;
}

.opc .checkout-agreements {
  border: 1px solid #d9dde3;
  border-width: 0 1px;
  padding: 5px 30px;
}
.opc .checkout-agreements li {
  margin: 20px 0 0;
}
.opc .checkout-agreements .agreement-content {
  background-color: #fff;
  border-color: #e4e4e4;
  padding: 5px;
}
.opc .checkout-agreements .agree {
  padding-left: 6px;
}

/* Centinel */
.centinel .authentication {
  border: 1px solid #ddd;
  background: #fff;
}
.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.opc .centinel {
  border: 1px solid #bbb6a5;
  border-width: 0 1px 1px;
  padding: 10px 30px;
}

/* Generic Info Set */
.info-set {
  background: #fbfaf6 url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/bkg_checkout.gif) 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px;
}
.info-set h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}
.info-set h3, .info-set h4 {
  font-size: 13px;
  font-weight: bold;
  color: #E26703;
}
.info-set h2 a, .info-set h3 a, .info-set h4 a {
  font-weight: normal;
}
.info-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  background: #f9f3e3;
  border-bottom: 1px solid #bbafa0;
  position: relative;
}
.info-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c;
}
.info-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}
.info-set .box {
  margin: 0 0 15px;
}
.info-set .box h2 {
  color: #e26703;
}
.info-set .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #1e7ec8 !important;
}
.info-set .data-table .product-name a {
  font-weight: bold !important;
}
.info-set .data-table .item-options {
  margin: 5px 0 0;
}

/********** Common Checkout Styles > */
/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
}
.block-progress dt {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 6px;
  padding: 5px 8px;
  color: #333;
  background: #fff;
}
.block-progress dd {
  background: #fff;
  border: 1px solid #eee;
  padding: 8px 13px;
  margin: 0 0 6px;
}
.block-progress dt.complete {
  margin: 0;
  background: #fff;
  color: #333;
}
.block-progress p {
  margin: 0;
}
.block-progress .cards-list dt {
  background: none;
  border: 0 none;
  color: inherit;
  font-size: 12px;
  margin: 5px 0;
  padding: 0;
}
.block-progress .cards-list dd {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.block-progress .cards-list .info-table th {
  font-weight: normal;
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a, .opc-block-progress dt.complete .separator {
  display: inline;
}
.opc-block-progress dt a, .opc-block-progress dt .separator {
  display: none;
}

.opc {
  background: #fff;
  padding: 15px;
  position: relative;
}
.opc .buttons-set {
  margin-top: 0;
  padding-top: 2em;
}
.opc .buttons-set p.required {
  margin: 0;
  padding: 0 0 10px;
}
.opc .buttons-set .back-link small {
  display: none;
}
.opc .buttons-set .back-link a {
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/i_arrow-top.gif) 0 50% no-repeat;
  padding-left: 16px;
}
.opc .buttons-set.disabled button.button {
  display: none;
}
.opc .buttons-set .please-wait {
  height: 21px;
  line-height: 21px;
}
.opc .ul {
  list-style: disc outside;
}
.opc .ul li {
  list-style: inside;
}
.opc .step-title {
  border-bottom: 1px solid #ddd;
  text-align: right;
  margin-bottom: 10px;
}
.opc .step-title .number {
  float: left;
  background: #e9e9e9;
  border: #e9e9e9;
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 10px 0 0;
  font-size: 12px;
  color: #333;
}
.opc .step-title h2 {
  float: left;
  margin: 0;
  color: #333;
  line-height: 35px;
  font-size: 16px;
}
.opc .step-title a {
  display: none;
  float: right;
  font-size: 11px;
  line-height: 16px;
}
.opc .allow .step-title .number {
  background: #c40000;
  border: 1px solid #c40000;
}
.opc .allow .step-title h2 {
  color: #333;
}
.opc .active .step-title .number {
  background: #c40000;
  border-color: #c40000;
  color: #fff;
}
.opc .step {
  background: #fff;
  padding: 15px;
  position: relative;
  margin-bottom: 10px;
}
.opc .step .tool-tip {
  right: 30px;
}
.opc input.radio {
  float: left;
  margin: 5px 5px 0 0;
}
.opc #checkout-step-billing input.radio {
  margin: 12px 5px 0 0;
}
.opc .gift-messages-form {
  margin: 0 -30px;
  background: #f6f1eb;
  border: 1px solid #e9e4de;
  border-width: 1px 0;
  padding: 22px 24px 22px 30px;
}
.opc .gift-messages-form .inner-box {
  padding: 5px;
  height: 260px;
  overflow: auto;
}

#opc-login .buttons-set {
  border-top: 0;
}
#opc-login h3 {
  font-size: 13px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 2px;
  text-transform: uppercase;
}
#opc-login h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  color: #2f2f2f;
}

#opc-shipping_method .buttons-set {
  border-top: 0;
}

#opc-review .step {
  border: 0;
}
#opc-review .product-name {
  font-weight: bold;
  color: #0a263c;
}
#opc-review .item-options {
  margin: 5px 0 0;
}
#opc-review .buttons-set p {
  margin: 0;
  line-height: 40px;
}
#opc-review .buttons-set .please-wait {
  height: 40px;
  line-height: 40px;
}
#opc-review .authentication {
  margin: 0 auto;
  width: 570px;
}
#opc-review .warning-message {
  color: #222;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px 0;
}

/* Multiple Addresses Checkout */
.checkout-progress {
  padding: 0 90px;
  margin: 0 0 20px;
}
.checkout-progress li {
  float: left;
  width: 19%;
  margin: 0 3px 0 0;
  border-top: 10px solid #333;
  padding: 2px 0 0;
  font-weight: bold;
  text-align: center;
}
.checkout-progress li.active {
  border-top-color: #c40000;
  color: #c40000;
}

.multiple-checkout h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}
.multiple-checkout h3, .multiple-checkout h4 {
  font-size: 13px;
  font-weight: bold;
  color: #E26703;
}
.multiple-checkout h2 a, .multiple-checkout h3 a, .multiple-checkout h4 a {
  font-weight: normal;
}
.multiple-checkout .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #1e7ec8 !important;
}
.multiple-checkout .data-table .product-name a {
  font-weight: bold !important;
}
.multiple-checkout .data-table .item-options {
  margin: 5px 0 0;
}
.multiple-checkout .gift-messages {
  margin: 15px 0 0;
}
.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 20px;
}
.multiple-checkout .col2-set, .multiple-checkout .col3-set {
  background: #fbfaf6 url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/bkg_checkout.gif) 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px;
}
.multiple-checkout .col2-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  background: #f9f3e3;
  border-bottom: 1px solid #bbafa0;
  position: relative;
}
.multiple-checkout .col2-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c;
}
.multiple-checkout .col2-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}
.multiple-checkout .box {
  margin: 0 0 15px;
}
.multiple-checkout .box h2 {
  color: #e26703;
}
.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 27px 7px 0 0;
}
.multiple-checkout .place-order .grand-total {
  float: right;
  height: 71px;
  font-size: 1.5em;
  padding: 0 0 0 21px;
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/bkg_grand-total.gif) 0 0 no-repeat;
  overflow: hidden;
}
.multiple-checkout .place-order .grand-total .inner {
  float: left;
  height: 57px;
  padding: 14px 21px 0 0;
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/bkg_grand-total.gif) 100% 0 no-repeat;
}
.multiple-checkout .place-order .grand-total .inner div {
  display: inline;
}
.multiple-checkout .place-order .grand-total big {
  display: inline;
  margin-right: 12px;
}
.multiple-checkout .place-order .grand-total .price {
  color: #E26703;
}
.multiple-checkout .place-order .grand-total button.button span {
  font-size: 16px;
}
.multiple-checkout .place-order .grand-total button.button span span {
  padding: 0 45px 0 36px;
}

/* Step 1 */
#multiship-addresses-table td {
  padding: 10px;
}
#multiship-addresses-table tfoot td {
  padding: 5px 10px;
}

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
  width: 100%;
  overflow: hidden;
}
.multiple-checkout .gift-messages-form .item .details .form-list li {
  margin-right: -15px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .field {
  width: 230px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
  width: 215px;
}
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
  width: 209px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
  width: 445px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
  width: 439px;
}

.checkout-multishipping-shipping .box-sp-methods {
  border: 1px solid #d9d2be;
  background: #f9f3e3;
  padding: 13px;
  position: relative;
}
.checkout-multishipping-shipping .box-sp-methods .pointer {
  position: absolute;
  top: -20px;
  right: -40px;
  width: 178px;
  height: 41px;
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/bkg_sp-methods.gif) 0 0 no-repeat;
  overflow: hidden;
}

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
  position: relative;
}

/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
.account-login .content {
  min-height: 345px;
  padding: 14px 21px;
  border: 1px solid #ebebeb;
  border-bottom: 0;
  background: #fff;
}
.account-login .content h2 {
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 14px;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #ebebeb;
  background-position: 0 1px;
  background-repeat: no-repeat;
  text-transform: uppercase;
}
.account-login .buttons-set {
  border: 1px solid #ebebeb;
  margin: 0;
  padding: 8px 13px;
  background: #fff;
}
.account-login .buttons-set a {
  line-height: 39px;
}

/* Captcha ================================================================================ */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

.captcha-image {
  float: left;
  display: inline;
  margin: 0;
  position: relative;
  width: 258px;
}
.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

.registered-users .captcha-image {
  margin: 0;
}

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}
.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
  }
  0% {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  0% {
    transform: rotate(-360deg);
  }
}
/* Remember Me Popup ===================================================================== */
.window-overlay {
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/window_overlay.png) repeat;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990;
}

.remember-me label {
  float: none;
  margin: 0 6px;
}

.remember-me-popup {
  background: #fff;
  border: 1px solid #ebebeb;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -85px 0 0 -200px;
  width: 400px;
  text-align: left;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  z-index: 1000;
}
.remember-me-popup h3 {
  background: #d9e5ee;
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
  padding: 5px 10px;
}
.remember-me-popup .remember-me-popup-head {
  position: relative;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
}
.remember-me-popup .remember-me-popup-body {
  padding: 10px;
}
.remember-me-popup .remember-me-popup-body a {
  display: inline-block;
  height: 19px;
  border: 1px solid #de5400;
  background: #f18200;
  padding: 0 8px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}

/* Remember Me Popup ===================================================================== */
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
  float: none;
  margin: 0;
}

/********** < Dashboard */
.dashboard .welcome-msg {
  margin: 0 8em 1.5em 0;
}
.dashboard .welcome-msg p {
  margin: 0;
}
.dashboard .col2-set {
  margin: 0 0 15px;
}

/* General Box */
.box-account {
  border: 1px solid #ddd;
  padding: 15px;
  margin: 0 0 20px;
  background: #fff;
}
.box-account .box-head {
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px;
  text-align: right;
}
.box-account .box-head h2 {
  float: left;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.dashboard .box .box-title {
  padding: 0 0 2px;
  margin: 0 0 8px;
  text-align: right;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}
.dashboard .box-info h4 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.dashboard .box-reviews .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #666;
}
.dashboard .box-reviews .details {
  margin-left: 20px;
}
.dashboard .box-reviews li.item {
  margin: 0 0 7px;
}
.dashboard .box-reviews li.item.last {
  margin: 0;
}
.dashboard .box-reviews .ratings {
  margin: 7px 0 0;
}
.dashboard .box-tags .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #0a263c;
}
.dashboard .box-tags .details {
  margin-left: 20px;
}
.dashboard .box-tags li.item {
  margin: 0 0 7px;
}
.dashboard .box-tags li.item.last {
  margin: 0;
}
.dashboard .box-tags .tags strong {
  display: inline;
}
.dashboard .box-tags .tags ul {
  display: inline;
}
.dashboard .box-tags .tags ul li {
  display: inline;
}

/* Address Book */
.addresses-list {
  padding: 15px;
  background: #fff;
}
.addresses-list h2 {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}
.addresses-list h3 {
  font-weight: bold;
  font-size: 13px;
}
.addresses-list address {
  margin: 0 0 3px;
}
.addresses-list p {
  margin: 0;
}
.addresses-list a {
  font-weight: normal;
}
.addresses-list .link-remove {
  color: #646464;
}
.addresses-list .separator {
  margin: 0 3px;
}
.addresses-list li.item {
  padding: 10px 13px;
  margin: 0 0 10px;
}
.addresses-list li.empty {
  background: none;
  border: 0;
  padding: 0;
}
.addresses-list li.empty p {
  font-weight: bold;
}
.addresses-list .addresses-additional li.item {
  background: none;
  border: 0;
  padding: 0;
}

/* Order View */
.order-info {
  background: #dee5e8;
  border: 1px solid #ebebeb;
  padding: 4px 8px;
  margin: 0 0 8px;
}
.order-info dt, .order-info dd, .order-info ul, .order-info li {
  display: inline;
}
.order-info .current {
  font-weight: bold;
}
.order-info li {
  margin: 0 3px;
}

.order-date {
  margin: 10px 0;
}

.order-info-box {
  background: #fff url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/bkg_block-title.gif) 0 0 repeat-x;
  border: 1px solid #d0cbc1;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.order-info-box h2 {
  font-weight: bold;
  font-size: 13px;
}
.order-info-box .box-payment p {
  margin: 0 0 3px;
}
.order-info-box .box-payment th {
  font-weight: bold;
  padding-right: 7px;
}

.order-items {
  width: 100%;
  overflow-x: auto;
}
.order-items h2, .order-items h3 {
  clear: none;
  font-weight: bold;
  font-size: 13px;
  padding: 0;
  margin: 0 0 5px;
  color: #0a263c;
}
.order-items .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
}
.order-items .link-print {
  color: #1e7ec8;
  font-weight: normal;
}
.order-items .order-links {
  text-align: right;
}

.order-additional {
  margin: 15px 0;
}

/* Order Gift Message */
.gift-message dt strong {
  color: #666;
}
.gift-message dd {
  font-size: 13px;
  margin: 5px 0 0;
}

/* Order Comments */
.order-about dt {
  font-weight: bold;
}
.order-about dd {
  font-size: 13px;
  margin: 0 0 7px;
}

.tracking-table {
  margin: 0 0 15px;
}
.tracking-table th {
  font-weight: bold;
  white-space: nowrap;
}

.tracking-table-popup {
  width: 100%;
}
.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap;
  padding: 1px 8px;
}
.tracking-table-popup td {
  padding: 1px 8px;
}

/* Order Print Pages */
.page-print .print-head {
  margin: 0 0 15px;
}
.page-print .print-head .logo {
  float: left;
}
.page-print .print-head address {
  float: left;
  margin-left: 15px;
}
.page-print h1 {
  font-size: 16px;
  font-weight: bold;
}
.page-print h2, .page-print h3 {
  font-size: 13px;
  font-weight: bold;
}
.page-print h2.h2 {
  font-size: 16px;
  font-weight: bold;
}
.page-print .order-date {
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/bkg_divider1.gif) 0 100% repeat-x;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.page-print .col2-set {
  margin: 0 0 10px;
}
.page-print .gift-message-link {
  display: none;
}
.page-print .price-excl-tax, .page-print .price-incl-tax {
  display: block;
  white-space: nowrap;
}
.page-print .cart-price, .page-print .price-excl-tax .label, .page-print .price-incl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .price {
  display: inline;
}

/* Price Rewrites */
/* My Wishlist */
.my-wishlist .data-table td {
  padding: 10px;
}
.my-wishlist .product-image {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 0 5px;
}
.my-wishlist textarea {
  display: block;
  width: 97%;
  height: 109px;
}
.my-wishlist .buttons-set {
  margin-top: 2em;
}
.my-wishlist .buttons-set button.button {
  float: none;
}
.my-wishlist .buttons-set .btn-add span, .my-wishlist .buttons-set .btn-share span {
  border-color: #406a83;
  background: #618499;
}

#wishlist-table .add-to-links {
  white-space: nowrap;
}

/* My Tags */
.my-tag-edit {
  float: left;
  margin: 0 0 10px;
}
.my-tag-edit .btn-remove {
  float: right;
  margin: 4px 0 0 5px;
}

#my-tags-table {
  clear: both;
}
#my-tags-table td {
  padding: 10px;
}
#my-tags-table .add-to-links {
  white-space: nowrap;
}

/* My Reviews */
#my-reviews-table td {
  padding: 10px;
}

.review-customer-index .pager {
  background: #fff;
  margin-bottom: 15px;
  padding: 15px;
}
.review-customer-index .pager .pages {
  float: none;
  clear: both;
  border-top: 1px solid #eee;
  text-align: right;
}

.product-review .product-img-box {
  float: left;
  width: 140px;
}
.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
  height: 125px;
}
.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px;
}
.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}
.product-review .product-details {
  margin-left: 150px;
}
.product-review .product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.product-review h3 {
  font-size: 12px;
  margin: 0 0 3px;
  color: #2f2f2f;
}
.product-review .ratings-table {
  margin: 0 0 10px;
}
.product-review dt {
  font-weight: bold;
}
.product-review dd {
  font-size: 13px;
  margin: 5px 0 0;
}

/* Billing Agreements */
.billing-agreements .info-box {
  margin: 15px 0;
}
.billing-agreements .form-list li select {
  float: left;
}
.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px;
}
.billing-agreements .table-caption {
  font-weight: bold;
  font-size: 13px;
}

/* ======================================================================================= */
/* MAP Popup============================================================================== */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
  text-shadow: 0 1px 0 #fff;
}

.map-popup {
  background: #fff;
  border: 1px solid #aaa;
  margin: 12px 0 0;
  position: absolute;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  text-align: left;
  width: 300px;
  z-index: 100;
}

.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  width: 260px;
}
.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 0 #f6f6f6;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}

.map-popup-arrow {
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/map_popup_arrow.gif) no-repeat;
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px;
}

.map-popup-close {
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px;
}

.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right;
  text-align: center;
}
.map-popup-checkout span {
  display: block;
}
.map-popup-checkout .paypal-or {
  clear: both;
  display: block;
}
.map-popup-checkout .paypal-logo {
  margin: 0 0 5px;
}
.map-popup-checkout li {
  list-style: none;
}

.map-popup-price {
  margin: 5px 0 0;
}
.map-popup-price .price-box {
  margin: 0;
  padding: 0;
}
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 0;
}

.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word;
}

.map-popup-only-text {
  border-top: 1px solid #ddd;
}

/* ======================================================================================= */
/* Sample Data============================================================================ */
.home-callout {
  margin-bottom: 12px;
}
.home-callout img {
  display: block;
}

.home-spot {
  float: left;
  width: 470px;
  margin-left: 20px;
}

.best-selling h3 {
  margin: 12px 0 6px 0;
  color: #e25203;
  font-size: 1.2em;
}
.best-selling table {
  border-top: 1px solid #ccc;
}
.best-selling tr.odd {
  background: #eee url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}
.best-selling tr.even {
  background: #fff url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
}
.best-selling td {
  width: 50%;
  border-bottom: 1px solid #ccc;
  padding: 8px 10px 8px 8px;
  font-size: 11px;
}
.best-selling .product-img {
  float: left;
  border: 2px solid #dcdcdc;
}
.best-selling .product-description {
  margin-left: 107px;
  line-height: 1.3em;
}
.best-selling a.product-name {
  color: #203548;
}

.home-spot .best-selling a.product-name:hover {
  color: #203548;
}

.guest-select {
  width: 305px !important;
}

/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

/* ======================================================================================= */
/* Header ==================================================*/
header {
  background: #fff;
}

.header_menu {
  background: #fff;
}

.cms-index-index .top_header > .fa-bars {
  display: none;
}
.cms-index-index .top_header .top_header_menu {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.top_header {
  position: relative;
}
.top_header > .fa-bars {
  font-size: 22px;
  color: #fff;
  position: absolute;
  top: -84px;
  left: 15px;
  cursor: pointer;
}
.top_header .top_header_menu {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background: #222;
  z-index: 99;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.top_header.highlight .top_header_menu {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.top_header.highlight > .fa-bars:before {
  content: "\f00d";
}

.banner-content3 .banner-box .main-img,
.dropdown .bestsellerproduct {
  padding-left: 0;
}

.header-wrapper .col {
  padding: 0;
}

.main-logo {
  text-align: left;
}

.header-topmenu {
  padding: 30px 0px;
  background: #000000;
}
.header-topmenu .main-logo strong {
  display: none;
}

.header-language,
.header-currency {
  float: right;
}

.header-quick-access {
  position: relative;
  display: table;
  width: 100%;
}
.header-quick-access a {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #999;
}

/*-------------------------------Language-currency-----------------------------------------*/
.sub-currency li {
  margin: 0 11px;
  float: left;
  line-height: 50px;
}
.sub-currency li a {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.header-quick-access > div {
  border-left: 1px solid #e7e7e7;
  padding-left: 5px;
}
.header-quick-access .header-currency {
  padding: 0 18px 0 15px;
}
.header-quick-access label {
  display: none;
}
.header-quick-access .drop-trigger {
  position: relative;
  line-height: 25px;
}
.header-quick-access .drop-trigger > a {
  font-weight: 500;
  font-size: 16px;
  color: #999;
  text-transform: uppercase;
  line-height: 93px;
  display: inline-block;
  width: 90px;
  text-align: center;
}
.header-quick-access .drop-trigger .sub-menu.sub-lang li {
  float: left;
  line-height: 50px;
}
.header-quick-access .drop-trigger .sub-menu.sub-currency {
  right: 0;
  min-width: 182px;
}
.header-quick-access .drop-trigger .sub-menu a {
  font-weight: 700;
  font-size: 12px;
  display: block;
  margin-bottom: 0;
}
.header-quick-access .drop-trigger .sub-menu a:hover {
  color: #222;
}
.header-quick-access .drop-trigger:hover .sub-menu {
  display: block;
}
.header-quick-access .sub-lang a {
  margin-left: 20px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.header-toplinks {
  margin-left: 10%;
  float: left;
}
.header-toplinks .my_account a {
  font-size: 17px;
  color: #fff;
}
.header-toplinks .my_account a .fa {
  font-size: 16px;
}
.header-toplinks .my_account a:hover {
  color: #c40000;
}
.header-toplinks .my_account p {
  color: #999;
  font-size: 14px;
  line-height: 18px;
}
.header-toplinks > span {
  font-weight: bold;
  font-size: 18px;
  font-weight: 500;
  color: #999999;
}
.header-toplinks .links {
  left: 50%;
  padding: 5px 15px;
  margin-left: -70px;
  min-width: 140px;
  text-align: left;
}
.header-toplinks .links li {
  display: block;
  line-height: 2;
}

.quick-access-sub {
  float: right;
}
.quick-access-sub li {
  display: none;
}
.quick-access-sub li.first {
  display: block;
}
.quick-access-sub li a {
  font-size: 14px;
  color: #666;
  text-transform: capitalize;
  line-height: 50px;
  margin-right: 30px;
}
.quick-access-sub li a:hover {
  color: #222;
}
.quick-access-sub li a:before {
  font-family: "FontAwesome";
  content: "\f08a";
  margin-right: 7px;
}

/*-------------------------------Welcome msg!-----------------------------------------*/
p.welcome-msg {
  float: right;
  margin: 0;
  margin: 0 50px 0 0;
}

/*-------------------------------Top Links!-----------------------------------------*/
.header .header-inner {
  padding: 20px 0;
}
.header .page-header-content {
  position: relative;
  width: 100%;
}
.header .header-static {
  text-align: center;
  padding: 16px 0;
}
.header .header-static .box {
  display: inline-block;
  border-left: 2px solid #444444;
  color: #444;
  padding-left: 20px;
}

.header-cart-mini {
  float: right;
}
.header-cart-mini a.shopping-cart {
  color: #ddd;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  line-height: 45px;
  background: #111;
  border: 1px solid #ffffff;
  padding: 0 27px;
  display: inline-flex;
}
.header-cart-mini a.shopping-cart span {
  font-size: 18px;
  position: relative;
  line-height: 45px;
  display: inline-block;
  float: left;
}
.header-cart-mini a.shopping-cart span.cart-qty {
  width: 30px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: -18px;
  left: 0;
  text-align: center;
}
.header-cart-mini a.shopping-cart span.cart-qty:after {
  content: "";
  border: solid 4px transparent;
  border-top: solid 5px #C40000 !important;
  position: absolute;
  bottom: -8px;
  left: 6px;
}
.header-cart-mini a.shopping-cart span.title {
  font-size: 13px;
  text-transform: uppercase;
  margin-left: 10px;
}
.header-cart-mini:hover a.shopping-cart {
  color: #fff;
}
.header-cart-mini:hover a.shopping-cart .cart-qty {
  top: -13px;
}

.cart-qty {
  background: #c40000;
}

.mini-products-list .product-image {
  float: left;
  width: 50px;
}
.mini-products-list .product-details {
  margin-left: 60px;
}

.search-below-768px {
  display: none;
}

/* Category Page - Products ========================================================================= */
.category-products .products-grid .item button.btn-cart span span {
  padding: 0 15px;
}

.category-title {
  border: 0;
  margin: 0 0 7px;
  display: none;
}

.category-image {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
.category-image img {
  width: 100%;
}

.category-description {
  margin: 0 0 10px;
}

.category-products {
  margin-bottom: 22px;
}

/* Content Styles ================================================================= */
.product-name {
  margin: 0;
  font-size: 1em;
}
.product-name a {
  color: #444;
  font-size: 14px;
  font-weight: 400;
}
.product-name a:hover {
  color: #c40000;
}

.banner-new:hover .box-images img {
  opacity: 0.8;
}

.catalog-product-view .categories-img {
  display: none;
}

/* View Type: Grid */
.category-products .products-grid .item {
  position: relative;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}

.products-grid .item {
  padding-top: 10px;
}
.products-grid .item-inner {
  position: relative;
  background: #fff;
  text-align: left;
  margin-bottom: 30px;
  overflow: hidden;
}
.products-grid .item-inner:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  position: absolute;
  z-index: -1;
}
.products-grid .item-inner .box-images {
  position: relative;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.products-grid .item-inner .box-images .product-image {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.products-grid .item-inner .product-shop {
  text-align: left;
  padding: 0 15px;
}
.products-grid .item-inner .product-shop .product-name a {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products-grid .item-inner .product-shop .product-name a:hover {
  color: #c40000;
}
.products-grid .item-inner .product-shop .sub-name {
  font-weight: 300;
  font-size: 15px;
  color: #999;
  margin-bottom: 7px;
}
.products-grid .item-inner .product-shop .ratings {
  margin: 4px 0 0;
}
.products-grid .item-inner .product-shop .price-box {
  margin-bottom: 13px;
}
.products-grid .item-inner .product-shop .ratings .rating-links .separator, .products-grid .item-inner .product-shop .ratings .rating-links .add-review {
  display: none;
}
.products-grid .item-inner .add-to-links {
  width: 100%;
  line-height: 30px;
  padding: 0 0 27px 0;
}
.products-grid .item-inner .add-to-links:after {
  display: table;
  content: "";
  clear: both;
}
.products-grid .item-inner .add-to-links li {
  float: left;
}
.products-grid .item-inner .add-to-links li:last-child {
  float: right;
}
.products-grid .item-inner .add-to-links li.wishlist {
  float: right;
}
.products-grid .item-inner .add-to-links li a {
  color: #333;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 42px;
  display: block;
  margin-left: 15px;
  padding: 0 20px;
  background: #eee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products-grid .item-inner .add-to-links li a:hover {
  color: #fff;
  background: #000000;
}

.new-sale {
  position: absolute;
  top: 0;
  left: 0;
}

.label-new, .label-sale {
  z-index: 99;
  color: #fff;
  text-align: center;
  padding-left: 8px;
  display: block;
  font-size: 14px;
  width: 70px;
  height: 25px;
  background: #c40000;
  position: relative;
}
.label-new:after, .label-sale:after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  z-index: -1;
  border-right: 20px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
}

.label-sale {
  margin-bottom: 3px;
    line-height: 1.8;
}
.label-sale:after {
  border-top: 25px solid #c40000;
}

.label-new {
  width: 50px;
  background: #333;
  font-size: 13px;
  line-height: 25px;
}
.label-new:after {
  border-top: 25px solid #333;
}

/* View Type: List */
.products-list li.item {
  margin-bottom: 30px;
}
.products-list li.item .item-inner {
  position: relative;
  padding: 15px;
  background: #fff;
  overflow: hidden;
}
.products-list li.item .product-images {
  overflow: hidden;
}
.products-list li.item .box-images {
  overflow: visible;
  margin: 0;
}
.products-list li.item .product-name a {
  font-size: 18px;
  font-weight: bold;
}
.products-list li.item .sub-name {
  font-weight: 300;
  font-size: 15px;
  color: #999;
  margin-bottom: 7px;
}
.products-list .desc {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.products-list .desc a {
  color: #c40000;
  margin-left: 3px;
}
.products-list .desc a:hover {
  text-decoration: underline;
}
.products-list .ratings {
  margin: 10px 0 0;
}
.products-list .ratings .rating-links a {
  color: #333;
  line-height: 15px;
}
.products-list .ratings .rating-links a:hover {
  text-decoration: underline;
}
.products-list .add-to-links li {
  float: left;
}
.products-list .add-to-links li.cart {
  float: left;
}
.products-list .add-to-links li a {
  color: #333;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 46px;
  display: block;
  margin-left: 15px;
  padding: 0 20px;
  background: #eee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products-list .add-to-links li a:hover {
  color: #fff;
  background: #c40000;
}

/* Product View ========================================================================== */
.product-view .product-img-box .product-image {
  padding: 10px;
  background: #fff;
}
.product-view .product-img-box .more-views h2 {
  display: none;
}
.product-view .product-img-box .more-views .thumbnail-item, .product-view .product-img-box .more-views ul li {
  padding: 5px;
  background: #fff;
}
.product-view .ratings .rating-links a {
  color: #333;
  line-height: 15px;
}
.product-view .ratings .rating-links a:hover {
  text-decoration: none;
  text-decoration: underline;
}
.product-view .product-name a:hover {
  text-decoration: underline;
}
.product-view .product-shop a.nobr {
  color: #90b37f;
}
.product-view .product-shop a.nobr:hover {
  color: #e66b6b;
  text-decoration: none;
}

.product-view .product-shop .product-name {
  margin-top: 10px;
}
.product-view .product-shop .product-name h1 {
  margin: 0;
  font-weight: bold;
  color: #444;
}
.product-view .product-shop .sub-name {
  font-size: 15px;
  color: #999;
  margin-bottom: 15px;
}
.product-view .product-shop .availability {
  margin: 10px 0;
}
.product-view .product-shop .short-description {
  margin: 15px 0;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.product-view .product-shop .short-description h3 {
  margin-bottom: 10px;
}
.product-view .product-shop .price-box {
  margin: 10px 0 0 0;
}
.product-view .product-shop .availability {
  font-size: 14px;
}
.product-view .product-shop .availability span {
  font-weight: normal;
  color: #c40000;
  font-size: 16px;
}
.product-view .add-to-links li a {
  color: #555555;
  font-weight: normal;
  font-size: 14px;
  position: relative;
}
.product-view .add-to-links li a .fa {
  margin-right: 10px;
}
.product-view .email-friend a {
  color: #555555;
  font-weight: normal;
  font-size: 14px;
  position: relative;
}
.product-view .email-friend a .fa {
  margin-right: 10px;
}
.product-view .add-to-links a:hover,
.product-view .email-friend a:hover {
  color: #c40000;
}

/* Email to a Friend */
.product-view .product-view-info {
  background: #fff;
  padding: 15px;
}
.product-view .add-to-box {
  margin-top: 20px;
}
.product-view .add-to-cart {
  margin: 0;
  background: #f2f2f2;
  text-align: center;
  padding: 15px;
}
.product-view .add-to-cart .box-text {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}
.product-view .add-to-cart .box-text span {
  color: #c40000;
}
.product-view .add-to-cart .input-content label {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
.product-view .add-to-cart .input-content .box-qty {
  width: 60px;
  height: 38px;
  border: 1px solid #cccccc;
  display: inline-block;
}
.product-view .add-to-cart .input-content .box-qty .qty {
  float: left;
  padding: 7px 0 8px;
  text-align: center;
  width: 40px !important;
  border: none;
  border-right: 1px solid #ccc;
}
.product-view .add-to-cart .input-content .box-qty .qty-arrows {
  width: 18px;
  float: left;
}
.product-view .add-to-cart .input-content .box-qty .qty-arrows input.qty-decrease {
  width: 18px;
  height: 18px;
  display: block;
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/btn-qty.png) 100% 100% no-repeat #333333;
  border: none;
  border-top: 1px solid #ccc;
}
.product-view .add-to-cart .input-content .box-qty .qty-arrows input.qty-increase {
  width: 18px;
  height: 18px;
  display: block;
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/btn-qty.png) 100% 0 no-repeat #c40000;
  border: none;
}
.product-view .add-to-cart button.btn-cart {
  width: 100%;
  margin-top: 15px;
}
.product-view .add-to-cart button.btn-cart span span {
  padding: 2px 15px;
  font-size: 17px;
  display: block;
  background: #333;
  text-transform: uppercase;
  color: #fff;
}
.product-view .add-to-cart button.btn-cart span span:after {
  display: none;
}
.product-view .add-to-cart button.btn-cart:hover span span {
  background: #333;
  color: #fff;
}

.product-view .product-shop .special-price .price {
  font-size: 32px;
}

.addthis_native_toolbox {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.addthis_native_toolbox .addthis_button_pinterest_pinit {
  display: none;
}

.product-options {
  position: relative;
  background: #f2f2f2;
  padding: 15px;
  clear: both;
}
.product-options dt {
  padding: 10px 0 0;
  font-weight: normal;
}
.product-options dt label {
  font-weight: bold;
  color: #2f2f2f;
}
.product-options dt label.required em {
  color: #eb340a;
  margin-left: 5px;
}
.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0;
}
.product-options dd .qty-holder label {
  vertical-align: middle;
}
.product-options dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
  color: #2f2f2f;
}
.product-options dd {
  padding: 5px 0;
  margin: 0;
}
.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.product-options dd input.input-text {
  width: 98%;
}
.product-options dd input.datetime-picker {
  width: 150px;
}
.product-options dd .time-picker {
  display: -moz-inline-box;
  display: inline-block;
  padding: 2px 0;
  vertical-align: middle;
}
.product-options dd textarea {
  width: 98%;
  height: 8em;
}
.product-options dd select {
  width: 99%;
  padding: 5px 0;
}
.product-options dd .multiselect option {
  border-bottom: 1px dotted #d9e5ee;
  padding: 2px 4px;
}
.product-options ul.options-list {
  margin-right: 5px;
}
.product-options ul.options-list li {
  line-height: 1.5;
  padding: 2px 0;
}
.product-options ul.options-list input.radio, .product-options ul.options-list input.checkbox {
  float: left;
  margin-top: 3px;
}
.product-options ul.options-list .label {
  display: block;
  margin-left: 18px;
}
.product-options ul.options-list label {
  font-weight: normal;
}
.product-options ul.validation-failed {
  padding: 0 7px;
}
.product-options p.note {
  margin: 0;
  font-size: 11px;
}
.product-options p.required {
  position: absolute;
  right: 20px;
  top: 20px;
}

.product-options-bottom {
  background: none;
  border-top: 0;
}
.product-options-bottom .product-pricing {
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #e26703;
}
.product-options-bottom .tier-prices {
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #e26703;
}
.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}
.product-options-bottom .tier-prices .price, .product-options-bottom .tier-prices .benefit {
  color: #e26703;
}
.product-options-bottom .price-box {
  display: none;
}
.product-options-bottom .add-to-links {
  display: none;
}

.product-options-bottom .price-label {
  float: left;
  padding-right: 5px;
}
.product-options-bottom .price-tax {
  float: left;
}

.product-collateral {
  margin: 30px 0;
}
.product-collateral .box-tabs {
  background: #fff;
}

.product-tabs {
  overflow: hidden;
  margin: 0;
  border-bottom: 1px solid #eee;
}
.product-tabs li {
  float: left;
  font-size: 1.1em;
  line-height: 1em;
}
.product-tabs a {
  display: block;
  padding: 7px 20px;
  font-size: 18px;
  color: #333;
  text-decoration: none;
  line-height: 35px;
  text-transform: capitalize;
  font-weight: bold;
}
.product-tabs a:hover, .product-tabs li.active a {
  color: #c40000;
}

.product-tabs-content {
  width: 100%;
  padding: 20px;
  background: #fff;
}
.product-tabs-content h2 {
  margin-bottom: 10px;
}
.product-tabs-content .data-table th {
  text-align: left;
  border-right: 1px solid #eee;
}
.product-tabs-content .data-table td {
  padding: 15px;
}
.product-tabs-content .box-tags .form-add label {
  display: none;
}

#product_tabs_description_contents h2 {
  display: none;
}

.box-reviews {
  background: #fff;
  padding: 15px;
}

#product-review-table {
  margin: 10px 0;
  width: auto;
}

.review-col2 h3, .review-col2 h4 {
  font-size: 13px;
  font-weight: normal;
}

.box-tags .input-box {
  margin-bottom: 10px;
}
.box-tags input.input-text {
  width: 50%;
  display: block;
  height: 40px;
}
.box-tags p.note {
  margin: 10px 0;
}

#product-review-table .item {
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}
#product-review-table .item:first-child {
  border-top: 1px solid #ebebeb;
}

.stars-wrapper span.vote {
  float: left;
  margin-right: 10px;
  font-weight: normal;
  font-size: 14px;
}
.stars-wrapper .value {
  color: #aaa;
  cursor: pointer;
  float: left;
  font-size: 1.16em;
  margin-right: 5px;
}

.box-reviews .stars-wrapper .value i {
  position: relative;
  transition: color 100ms ease 0s;
  z-index: 4;
}
.box-reviews .stars-wrapper .value i.active {
  color: #ffd322;
}

/* Grouped Product */
.product-view .grouped-items-table .price-box {
  margin: 0;
  padding: 0;
}
.product-view .box-additional .data-table th, .product-view .box-additional .data-table td {
  line-height: 1.25;
}

/* Megamenu ===========================================================*/
.nav-container {
  position: relative;
}

/*Header sticky */
.fix-nav {
  z-index: 999;
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
}
.fix-nav .nav_megamenu .megamenu .level-top a, .fix-nav .nav_megamenu .megamenu .level-top span.block-title {
  padding: 12px 20px;
}
.fix-nav .nav_megamenu .megamenu .dropdown {
  top: 56px;
}

.nav_megamenu {
  position: relative;
  font-size: 13px;
  margin: auto;
  padding: 0;
  float: left;
  width: 100%;
  text-align: center;
}
.nav_megamenu div.megamenu {
  float: left;
}
.nav_megamenu div.nav_product .dropdown {
  width: 100% !important;
  left: 0 !important;
}
.nav_megamenu div.megamenu .level-top {
  position: relative;
}
.nav_megamenu div.megamenu .hot, .nav_megamenu div.megamenu .new {
  display: none;
}
.nav_megamenu div.megamenu:hover .level-top .new, .nav_megamenu div.megamenu:hover .level-top .hot {
  top: -10px;
}
.nav_megamenu div.megamenu.active .level-top .new, .nav_megamenu div.megamenu.active .level-top .hot {
  top: -10px;
}

.fix-nav div.megamenu .hot, .fix-nav div.megamenu .new {
  top: 0;
}

.nav_megamenu div.megamenu .level-top a, .nav_megamenu div.megamenu .level-top span.block-title {
  padding: 0px 32px;
  line-height: 70px;
  display: block;
  float: left;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  border: none;
}
.nav_megamenu div.megamenu .level-top a > .fa, .nav_megamenu div.megamenu .level-top span.block-title > .fa {
  margin-left: 5px;
  font-size: 20px;
}
.nav_megamenu div.megamenu.active .level-top a {
  background: #000000;
  color: #fff;
}
.nav_megamenu div.megamenu .level-top a:hover, .nav_megamenu div.megamenu .level-top span.block-title:hover {
  background: #000000;
  color: #fff;
}
.nav_megamenu #megamenu_link ul li a:hover {
  color: #fff;
}
.nav_megamenu div.megamenu.act .level-top a {
  color: #fff;
  background: #000000;
}
.nav_megamenu div.megamenu.megamenu_no_child .level-top a > .fa {
  display: none;
}
.nav_megamenu div.megamenu div.dropdown {
  position: absolute;
  background-color: #fff;
  text-align: left;
  margin: 0;
  z-index: 99;
  top: 70px;
  margin-left: -1px;
  width: 1085px;
  max-height: 0;
  overflow: hidden;
}
.nav_megamenu div.megamenu:hover div.dropdown {
  display: inline-block;
  max-height: 900px;
  -webkit-transition: 1s;
  transition: 1s;
}
.nav_megamenu div.dropdown a {
  display: block;
  line-height: 25px;
}
.nav_megamenu .dropdown-parent div.dropdown {
  width: 100% !important;
  clear: both;
  right: 0;
  left: auto !important;
}
.nav_megamenu .itemMenu a.level1 {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.nav_megamenu .itemMenu a.level2, .nav_megamenu .itemMenu a.level3 {
  font-weight: 500;
  font-size: 14px;
  color: #999;
  line-height: 28px;
  padding-left: 10px;
}
.nav_megamenu .itemMenu a:hover {
  color: #c40000;
}
.nav_megamenu div.column {
  float: left;
  width: 140px;
  margin-right: 30px;
}
.nav_megamenu div.column.last {
  border-right: 0 none;
  margin-right: 0;
  padding-right: 0;
}
.nav_megamenu div.column.blockright {
  width: 300px;
}
.nav_megamenu div.itemSubMenu {
  padding-top: 5px;
  margin-bottom: 15px;
}
.nav_megamenu .block2 {
  width: 100%;
  text-align: center;
}
.nav_megamenu .block2 img {
  margin: 0 10px 30px;
}
.nav_megamenu div.dropdown .block1 {
  padding: 47px 30px;
  overflow: hidden;
  float: left;
}
.nav_megamenu div.dropdown .block1 .block-contain {
  padding: 25px;
}
.nav_megamenu div.dropdown .blockright img {
  max-width: 100%;
}
.nav_megamenu #megamenu_link {
  padding: 0;
}
.nav_megamenu #megamenu_link p a {
  float: left;
  position: relative;
}
.nav_megamenu #megamenu_link .level-top ul li {
  float: left;
  list-style: none;
}
.nav_megamenu #megamenu_link .level-top ul li a {
  float: left;
  padding: 0 10px;
  display: block;
}
.nav_megamenu #megamenu_extra .dropdown {
  width: 970px !important;
}
.nav_megamenu .clearBoth {
  clear: both;
}

div.megamenu.level0 {
  position: relative;
}
div.megamenu ul.level0 {
  position: absolute;
  left: 0;
  top: 82px;
  padding: 0;
  border: 1px solid #eee;
  text-align: left;
  width: 200px;
  background: #fff;
  display: none;
}
div.megamenu:hover ul.level0 {
  display: block;
}
div.megamenu ul.level0 li.level1 {
  position: relative;
  padding: 0 10px;
}
div.megamenu ul.level0 li.level1 a {
  display: block;
  line-height: 30px;
  border-bottom: 1px solid #eee;
  text-transform: capitalize;
}
div.megamenu ul.level0 li.level1.last a {
  border: none;
}
div.megamenu ul.level0 li.level1.parent:before {
  content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 5px;
  color: #ddd;
  font-size: 12px;
}
div.megamenu ul.level0 li.level1 ul.level1 {
  position: absolute;
  left: 100%;
  top: 0;
  width: 200px;
  padding: 15px;
  border: 1px solid #eee;
  background: #fff;
  display: none;
}
div.megamenu ul.level0 li.level1:hover ul.level1 {
  display: block;
}

/*Custommenu*/
.custom-menu-wrapper .menu-col .menu-custom-title .fa {
  float: left;
  font-size: 23px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eee;
  border-radius: 5px;
  text-align: center;
  margin-right: 15px;
}
.custom-menu-wrapper .menu-col:hover .menu-custom-title .fa {
  background: #333;
  color: #fff;
  border-color: #333;
}
.custom-menu-wrapper .menu-col .menu-custom-title h3 {
  position: relative;
  float: left;
  margin-top: 10px;
  padding-bottom: 5px;
}
.custom-menu-wrapper .menu-col .menu-custom-title h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background: #ddd;
}
.custom-menu-wrapper .menu-col a {
  display: inline-block;
  color: #aaa;
}
.custom-menu-wrapper .menu-col a:hover {
  text-decoration: underline;
}
.custom-menu-wrapper .menu-col .menu-custom-des {
  clear: both;
  padding-top: 15px;
}

.nav_megamenu .block2 .banner-custom {
  margin-top: 20px;
}
.nav_megamenu .block2 .banner-custom img {
  margin: 0;
}

.navbar {
  border-radius: 0;
  margin: 0;
  z-index: 99;
  border: none;
}

#navbar-inner.navbar-inactive .mobilemenu {
  display: none;
}
#navbar-inner.navbar-active .mobilemenu {
  display: block;
}

.nav-collapse {
  text-align: left;
}

.navbar .nav > li {
  padding: 10px 30px 20px 0;
}

/*----------- Mobile Menu -------------*/
.menu-mobile {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

#nav-mobilemenu {
  height: auto;
  display: none;
  float: left;
  width: 100%;
  margin: 0;
  max-height: 375px;
  overflow: auto;
}

.navbar-inner {
  border: 0 !important;
  box-shadow: none !important;
  padding: 0;
  height: 50px;
}

.navbar .btn-navbar {
  margin: 17px 10px 0 0;
  border: 0 !important;
  box-shadow: none !important;
  float: right;
  cursor: pointer;
}

.navbar .brand {
  color: #999;
  text-transform: capitalize;
  height: auto;
  line-height: 20px;
  text-shadow: none;
  font-size: 20px;
  padding: 15px 0;
  float: left;
  font-weight: bold;
}

.mobilemenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.mobilemenu ul {
  padding: 0;
  margin: 0;
  float: left;
  display: inline-block;
  width: 100%;
}
.mobilemenu li {
  border-bottom: 1px solid #333;
  cursor: pointer;
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
  position: relative;
}
.mobilemenu li div {
  padding: 20px;
  background: #aef;
  display: block;
  clear: both;
  float: left;
  width: 360px;
}
.mobilemenu a {
  text-decoration: none;
  font-size: 14px;
  line-height: 40px;
  font-weight: normal;
  color: #999;
  margin: 0;
  text-transform: capitalize;
  cursor: pointer;
}
.mobilemenu li.blog a {
  border: none;
}
.mobilemenu ul a {
  color: #999;
}
.mobilemenu a:hover {
  text-decoration: underline;
}
.mobilemenu li ul li {
  font-size: 0.9em;
}
.mobilemenu ul a {
  padding-left: 25px;
}
.mobilemenu ul ul a {
  padding-left: 40px;
}
.mobilemenu ul ul ul a {
  padding-left: 55px;
}
.mobilemenu ul ul ul ul a {
  padding-left: 70px;
}
.mobilemenu ul ul ul ul ul a {
  padding-left: 85px;
}
.mobilemenu span.head {
  position: absolute;
  top: 8px;
  right: 3px;
}
.mobilemenu span.head a {
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/menu_down.png) no-repeat 50% 50%;
  color: #333333;
  display: block;
  height: 15px;
  padding: 0;
  width: 15px;
  border: 0;
}
.mobilemenu li.active > span.head a, .mobilemenu li.selected span.head a {
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/menu_up.png) no-repeat 50% 50%;
}

/* Vmegamenu ==================================================*/
.nav-vcontainer {
  padding: 20px 0 0;
  margin-bottom: 30px;
}

.vmegamenu-title {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  display: none;
}
.vmegamenu-title h2 {
  font-weight: bold;
  font-size: 26px;
  color: #333;
  position: relative;
  padding-left: 60px;
}
.vmegamenu-title h2:before {
  position: absolute;
  top: -20px;
  left: 0;
  content: "\e607";
  font-size: 25px;
  font-family: "icomoon";
  width: 48px;
  height: 67px;
  background: #c40000;
  color: #fff;
  display: inline-block;
  line-height: 67px;
  text-align: center;
}

.vmegamenu-contain {
  margin-bottom: 20px;
}

.nav_vmegamenu li {
  padding: 0 10px;
}
.nav_vmegamenu li.parent {
  position: relative;
}
.nav_vmegamenu li.parent > a {
  display: block;
  position: relative;
}
.nav_vmegamenu li.parent > a:after {
  margin-top: -5px;
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/menu_down.png) 0 0 no-repeat;
  content: "";
  width: 12px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 44px;
  color: #666;
  font-size: 16px;
  line-height: 16px;
}
.nav_vmegamenu li.parent:hover > a:after {
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/menu_up.png) 0 50% no-repeat;
}
.nav_vmegamenu li ul {
  position: absolute;
  width: 200px;
  padding: 20px 10px;
  border: 1px solid #eee;
  left: 100%;
  top: 0px;
  margin-left: -10px;
  z-index: 999;
  background: #fff;
  display: none;
}
.nav_vmegamenu li ul li a {
  line-height: 25px;
  color: #666;
  font-size: 14px;
}
.nav_vmegamenu li ul li:hover > a {
  color: #c40000;
}
.nav_vmegamenu li ul li.parent a:after {
  top: 11px;
  right: 0;
}
.nav_vmegamenu li a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  text-transform: capitalize;
  line-height: 40px;
  margin-bottom: 10px;
}
.nav_vmegamenu li.level0 > a {
  font-weight: bold;
  font-size: 18px;
  color: #999;
  padding-left: 40px;
  margin: 0;
  line-height: 63px;
}
.nav_vmegamenu > li:hover > ul.level0 {
  display: block;
}
.nav_vmegamenu > li > ul.level0 > li:hover ul.level1, .nav_vmegamenu > li > ul.level0 > li ul.level1 > li:hover ul.level2 {
  display: block;
}
.nav_vmegamenu > li.level0 {
  padding: 0;
}
.nav_vmegamenu > li.level0:hover > a {
  color: #fff;
  background: #2d2d2d;
}

.box-link li a {
  display: block;
  line-height: 25px;
}

.categories-grid .list-item {
  margin-bottom: 30px;
  background: #fff;
}
.categories-grid .list-item .box-links {
  padding-top: 15px;
  padding-bottom: 15px;
}
.categories-grid .list-item .box-links .level-top {
  margin-bottom: 10px;
  position: relative;
}
.categories-grid .list-item .box-links .level-top:before {
  width: 35px;
  height: 7px;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  content: "";
  position: absolute;
  top: 18px;
  left: -50px;
}
.categories-grid .list-item .box-links .level-top a {
  font-weight: bold;
  font-size: 28px;
  color: #222222;
  letter-spacing: -1px;
}
.categories-grid .list-item .box-links .level-top a:hover {
  color: #c40000;
}
.categories-grid .list-item .box-links ul.sub_cat li a {
  color: #666666;
  line-height: 25px;
}
.categories-grid .list-item .box-links ul.sub_cat li a:hover {
  color: #c40000;
}
.categories-grid .list-item .box-links ul.sub_cat.open {
  height: 125px;
  overflow: auto;
}
.categories-grid .list-item .box-links ul.sub_cat.open > li > a {
  color: #333;
}
.categories-grid .list-item .box-links ul.sub_cat.open ul {
  padding-left: 10px;
}
.categories-grid .list-item .box-links .showmore, .categories-grid .list-item .box-links .showless {
  display: inline-block;
  margin-top: 30px;
  line-height: 30px;
  color: #333333;
  font-size: 16px;
}
.categories-grid .list-item .box-links .showmore:after, .categories-grid .list-item .box-links .showless:after {
  float: right;
  font-size: 18px;
  color: #c40000;
  margin-left: 3px;
}
.categories-grid .list-item .box-links .showmore:hover, .categories-grid .list-item .box-links .showless:hover {
  color: #c40000;
}

#search_mini_form {
  border: 2px solid #ffffff;
  margin-bottom: 0px;
}
#search_mini_form:after {
  display: table;
  content: "";
  clear: both;
}

.form-search {
  position: relative;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.form-search label {
  font-weight: normal;
  margin: 0;
  color: #666;
  font-size: 14px;
}
.form-search #cat {
  float: left;
  width: auto !important;
  border-right: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 99;
}
.form-search .dd-select {
  background: none !important;
  border: none;
}
.form-search .dd-selected {
  background: none;
  border: none;
  text-align: center;
  box-shadow: none;
  font-weight: normal;
  color: #777777;
  line-height: 25px;
  padding: 0 23px 0 0;
}
.form-search input.input-text {
  width: 100%;
  border: none;
  font-size: 14px;
  color: #666;
  box-shadow: none !important;
  line-height: 41px;
  height: 41px;
  padding: 0;
  padding-left: 208px;
  position: relative;
}
.form-search button.button {
  position: absolute;
  top: -2px;
  right: -2px;
  margin: 0;
}
.form-search button.button span span {
  background: #515151;
  color: #fff;
  border: none;
  line-height: 43px;
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 10px;
}
.form-search button.button:hover span span {
  background: #c40000;
}
.form-search button.button .fa {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 20px;
  color: #666;
  display: none;
}
.form-search .dd-pointer {
  right: 15px;
  color: #333;
  border: solid 4px transparent;
}
.form-search #cat .dd-options {
  border: 1px solid #eee;
  box-shadow: none;
  height: 435px;
  overflow: auto !important;
}
.form-search #cat a.dd-option {
  background: none;
  border-bottom: 1px solid #eee;
  color: #777;
  font-size: 13px;
}
.form-search #cat a.dd-option:hover {
  color: #c40000;
}
.form-search .dd-pointer-down {
  border-top: solid 4px #666 !important;
}
.form-search .dd-pointer-down.dd-pointer-up {
  border-bottom: solid 4px #666 !important;
  border-top: none !important;
  margin-top: -4px;
}
.form-search #cat a.dd-option label {
  font-weight: 600;
}
.form-search .search-autocomplete {
  background: #fff;
  border: 1px solid #eee;
  padding: 10px;
}
.form-search .search-autocomplete ul li {
  padding-left: 5px;
  cursor: default;
}
.form-search .search-autocomplete ul li.selected {
  background: #eee;
}

.search-keyword a {
  color: #555;
  font-weight: 500;
}
.search-keyword a:hover {
  text-decoration: underline;
}
.search-keyword .title {
  font-weight: bold;
}

/*----------------------------------------------- Banner Slider -----------------------------------------------*/
/* Direction Nav */
.nivo-directionNav a {
  float: left;
  width: 60px;
  height: 60px;
  display: block;
  cursor: pointer;
  font-size: 0;
  color: #fff;
  background: #242424;
  text-align: center;
  font-size: 0;
  line-height: 57px;
  margin-top: -50px;
  z-index: 99;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.nivo-directionNav a:before {
  font-family: "FontAwesome";
  display: block;
  font-size: 36px;
}
.nivo-directionNav a:hover {
  background: #c40000;
  color: #fff;
}
.nivo-directionNav .nivo-nextNav {
  -webkit-transform: translate(200px, 0);
  -ms-transform: translate(200px, 0);
  transform: translate(200px, 0);
  right: 60px;
}
.nivo-directionNav .nivo-nextNav:before {
  content: "\f105";
}
.nivo-directionNav .nivo-prevNav {
  -webkit-transform: translate(-200px, 0);
  -ms-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
  left: 60px;
}
.nivo-directionNav .nivo-prevNav:before {
  content: "\f104";
}

/* Control Nav */
.banner-slideshow {
  position: relative;
}
.banner-slideshow:hover .nivo-directionNav a {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.nivoslider {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
}
.nivoslider img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.nivo-controlNav {
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 20px;
}
.nivo-controlNav a {
  border: 0 none;
  display: inline-block;
  height: 7px;
  margin: 0 2px;
  text-indent: -9999px;
  width: 20px;
  cursor: pointer;
  position: relative;
  z-index: 9;
  background: rgba(255, 255, 255, 0.8);
}
.nivo-controlNav a:hover, .nivo-controlNav a.active {
  background-color: #db4c52;
}

.nivo-caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.nivo-caption .LeftToRight .title {
  position: absolute;
  left: 50%;
  margin-left: -340px;
  top: 200px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  border-bottom: 3px solid yellow;
  padding-right: 20px;
  z-index: 99;
  -webkit-animation: fadeInDown 0.5s ease-in-out;
  -moz-animation: fadeInDown 0.5s ease-in-out;
  -ms-animation: fadeInDown 0.5s ease-in-out;
  animation: fadeInDown 0.5s ease-in-out;
}
.nivo-caption .readmore {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.nivo-caption .readmore a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  color: #fff;
  font-family: "icomoon";
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nivo-caption .RightToLeft {
  position: absolute;
  left: 50%;
  margin-left: -210px;
  top: 50%;
  font-weight: 500;
}
.nivo-caption .RightToLeft .title {
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 70px;
  padding: 0 20px;
  background: #c40000;
  z-index: 99;
  -webkit-animation: fadeInLeft 1s ease-in-out;
  -moz-animation: fadeInLeft 1s ease-in-out;
  -ms-animation: fadeInLeft 1s ease-in-out;
  animation: fadeInLeft 1s ease-in-out;
  letter-spacing: -1px;
}
.nivo-caption .RightToLeft .description {
  z-index: 99;
  text-align: left;
  width: 80%;
  font-size: 22px;
  color: #fff;
  background: #000;
  padding: 10px 20px;
  line-height: 20px;
  -webkit-animation: fadeInLeft 2s ease-in-out;
  -moz-animation: fadeInLeft 2s ease-in-out;
  -ms-animation: fadeInLeft 2s ease-in-out;
  animation: fadeInLeft 2s ease-in-out;
}
.nivo-caption .RightToLeft .readmore {
  z-index: 99;
  -webkit-animation: fadeIn 2s ease-in-out;
  -moz-animation: fadeIn 2s ease-in-out;
  -ms-animation: fadeIn 2s ease-in-out;
  animation: fadeIn 2s ease-in-out;
  display: inline-block;
  margin-top: 30px;
}
.nivo-caption .RightToLeft .readmore a {
  color: #fff;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #c40000;
  padding: 11px 50px 11px 30px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.nivo-caption .RightToLeft .readmore a:after {
  font-family: "icomoon";
  content: "\e052";
  font-size: 22px;
  margin-left: 7px;
  position: absolute;
  right: 15px;
  top: 5px;
}
.nivo-caption .RightToLeft .readmore a:hover {
  background: #000;
  color: #fff;
}

/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: auto !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}
.nivo-box img {
  display: block;
}

.nivo-html-caption {
  display: none;
}

.col-2 .bx-title span {
  background: #ac2d34;
  color: #fff;
}

.col-3 .bx-title span {
  background: #222222;
  color: #fff;
}

.col-4 .bx-title span {
  background: #de6f25;
  color: #fff;
}

.col-4 .col-main {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 5px;
}

.col-5 .bx-title span {
  background: #167aa2;
  color: #fff;
}

/*Bx slider*/
.bx-title {
  margin-bottom: 0px;
  position: relative;
  text-align: left;
}
.bx-title:after {
  display: table;
  content: "";
  clear: both;
}
.bx-title h2 {
  font-weight: bold;
  font-size: 30px;
  color: #333;
  text-align: left;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.bx-title span {
  font-size: 80px;
  color: #222;
  background: #e4d136;
  line-height: 130px;
  width: 130px;
  text-align: center;
  float: left;
  font-family: 'Rockwell-Bold';
  letter-spacing: -5px;
}
.bx-title a {
  font-weight: 500;
  font-size: 16px;
  color: #333;
  float: right;
  line-height: 40px;
  letter-spacing: -0.7px;
}
.bx-title a:after {
  color: #c40000;
  float: right;
  font-size: 16px;
  margin-left: 3px;
}
.bx-title a:hover {
  color: #c40000;
}

.owl-controls .owl-nav:after {
  display: table;
  content: "";
  clear: both;
}
.owl-controls .owl-nav .owl-prev, .owl-controls .owl-nav .owl-next {
  float: left;
  width: 60px;
  height: 100px;
  display: block;
  cursor: pointer;
  font-size: 0;
  color: #fff;
  background: #242424;
  text-align: center;
  font-size: 0;
  line-height: 100px;
  margin-top: -62px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.owl-controls .owl-nav .owl-prev:before, .owl-controls .owl-nav .owl-next:before {
  font-family: "FontAwesome";
  display: block;
  font-size: 36px;
}
.owl-controls .owl-nav .owl-prev:hover, .owl-controls .owl-nav .owl-next:hover {
  border-color: #c40000;
  background: #c40000;
  color: #fff;
}
.owl-controls .owl-nav .owl-prev {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  left: 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.owl-controls .owl-nav .owl-prev:before {
  content: "\f104";
}
.owl-controls .owl-nav .owl-next {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  right: 0;
}
.owl-controls .owl-nav .owl-next:before {
  content: "\f105";
}

.owl-theme:hover .owl-controls .owl-prev, .owl-theme:hover .owl-controls .owl-next {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*Categories Tabs ========================================*/
.cattabproducts {
  position: relative;
  min-height: 250px;
  margin-bottom: 10px;
}
.cattabproducts .bx-title {
  margin-bottom: 70px;
}

ul.cattabs {
  position: absolute;
  top: 40px;
  right: 0;
}
ul.cattabs li {
  float: left;
  margin: 0 0 0 5px;
  cursor: pointer;
  padding: 4px 10px;
  position: relative;
  z-index: 9;
  font-size: 13px;
  font-weight: 400;
  color: #555;
}
ul.cattabs li:last-child {
  padding-right: 0;
}
ul.cattabs li.active, ul.cattabs li:hover {
  color: #f33636;
}
ul.cattabs li.active:after, ul.cattabs li:hover:after {
  display: block !important;
}

.cattabproducts .owl-controls .owl-nav {
  top: -93px;
}

.cattabproducts .ajax_loading {
  position: absolute;
}

/*Products Tabs ========================================*/
.producttabs-container {
  overflow: hidden;
  margin-bottom: 20px;
  min-height: 330px;
  position: relative;
}
.producttabs-container .ajax_loading {
  position: absolute;
}

#tabs-title {
  text-align: center;
  position: relative;
  margin-bottom: 33px;
}
#tabs-title li {
  display: inline-block;
  margin: 0 0px;
}
#tabs-title li h3 {
  color: #333;
  text-shadow: none;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  padding: 0 10px;
  text-transform: uppercase;
  line-height: 32px;
}
#tabs-title li h3:before {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  border-bottom: 0px solid #c40000;
  color: #ffffff;
  background: #000000;
  content: attr(data-content);
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  transition: width 0.5s;
}
#tabs-title li h3:hover:before {
  width: 100%;
}
#tabs-title li.active h3:before, #tabs-title li h3:hover:before {
  width: 100%;
}

.products-grid .item {
  padding-top: 10px;
  padding-bottom: 15px;
}
.products-grid .item:hover {
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

.producttabs-products .products-grid .item .item-inner {
  margin-top: 20px;
}
.producttabs-products .products-grid .item .item-inner:first-child {
  margin: 0;
}

/*FeaturedProducts ========================================*/
/*BestsellerProducts ========================================*/
.bestsellerproduct {
  margin-bottom: 10px;
}

/*Saleproducts  ========================================*/
.saleproducts {
  margin-bottom: 30px;
}
.saleproducts .bx-title h2 {
  float: left;
}
.saleproducts .item-inner:after {
  display: table;
  content: "";
  clear: both;
}
.saleproducts .item-inner .product-shop p.short-description {
  color: #888;
  line-height: 18px;
  margin-bottom: 20px;
}

/*Mostviewproducts  ========================================*/
.product_custom {
  margin-bottom: 30px;
}
.product_custom .products-grid .item {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 0;
}
.product_custom .products-grid .item > div:last-child {
  border: 0;
}
.product_custom .products-grid .item .item-inner {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  box-shadow: none;
  border-bottom: 1px solid #e5e5e5;
}
.product_custom .products-grid .item .item-innerdiv:last-child {
  border: 0;
}
.product_custom .products-grid .item .item-inner .product-shop {
  padding: 0;
}
.product_custom .products-grid .item .item-inner .box-images {
  padding: 10px 0;
  margin-bottom: 0;
}
.product_custom .products-grid .item .item-inner .box-images .product-image {
  border: 0;
}
.product_custom .products-grid .item .item-inner .product-name {
  margin-top: 18px;
}
.product_custom .products-grid .item .item-inner .product-name a {
  font-size: 16px;
  line-height: 16px;
}
.product_custom .products-grid .item .item-inner .add-to-links {
  display: inline-block;
  padding-bottom: 10px;
}
.product_custom .products-grid .item .item-inner .add-to-links li.wishlist {
  float: left;
}
.product_custom .products-grid .item .item-inner .add-to-link {
  padding-bottom: 0;
}

/*Newproducts  ========================================*/
.newproducts {
  margin-bottom: 30px;
}

/*randomproduct  ========================================*/
.randomproduct {
  margin-bottom: 30px;
}

/*Related Slider ========================================*/
.relatedslider .bx-title h2 {
  margin-left: 0;
  line-height: 50px;
}
.relatedslider .price-box {
  padding-bottom: 20px;
}
.relatedslider .products-grid .product-name {
  margin: 15px 0 0;
}
.relatedslider .related-subtitle {
  margin-bottom: 10px;
  text-align: left;
}
.relatedslider input.checkbox {
  display: inline-block;
  margin: 0 0 0 5px;
}

/*Uplsell Slider ========================================*/
.upsellslider {
  overflow: hidden;
  margin-top: 30px;
}
.upsellslider .bx-title h2 {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  text-align: left;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.upsellslider .products-grid .item-inner {
  margin-bottom: 0;
}
.upsellslider .products-grid .item-inner .special-price .price {
  font-size: 20px !important;
}

/*Cloud Zoom Thumnail Slider ========================================*/
.more-views .owl-controls {
  display: none;
}
.more-views .owl-controls .owl-nav .owl-prev, .more-views .owl-controls .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  line-height: 29px;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.more-views .owl-controls .owl-nav .owl-prev:before, .more-views .owl-controls .owl-nav .owl-next:before {
  font-size: 12px;
}
.more-views .owl-controls .owl-nav .owl-prev {
  top: 50%;
  right: auto;
  left: 0;
  margin-left: 0px;
  margin-top: -15px;
}
.more-views .owl-controls .owl-nav .owl-next {
  right: 0;
  top: 50%;
  margin-right: 0px;
  margin-top: -15px;
}
.more-views:hover .owl-controls {
  display: block;
}
.more-views ul li {
  float: left;
  margin-right: 7px;
}

/*Deal Products ========================================*/
.dailydeals .sale-title {
  position: absolute;
  top: -95px;
  z-index: 99;
  right: 30px;
}
.dailydeals .sale-title a {
  font-size: 20px;
  font-weight: 500;
  color: #222;
}
.dailydeals .sale-title a:after {
  font-family: "icomoon";
  content: "\e052";
  vertical-align: top;
  font-size: 21px;
  margin-left: 5px;
  color: #ac2d34;
}
.dailydeals .sale-title a:hover {
  color: #c40000;
}
.dailydeals .products-grid .item .item-inner {
  margin-bottom: 28px;
  border: 1px solid #ddd;
  padding: 0;
}
.dailydeals .products-grid .item .item-inner .name-link {
  background: #eee;
  max-height: 81px;
  overflow: hidden;
}
.dailydeals .products-grid .item .item-inner .name-link .name {
  float: left;
  padding: 17px 0 8px 15px;
}
.dailydeals .products-grid .item .item-inner .name-link .add-to-links {
  width: auto;
  float: right;
  padding: 0;
}
.dailydeals .products-grid .item .item-inner .name-link .add-to-links button.btn-cart span span {
  font-size: 32px;
  width: 81px;
  height: 81px;
  line-height: 78px;
  border-left: 1px solid #ddd;
}
.dailydeals .products-grid .item .item-inner .name-link .add-to-links button.btn-cart span span:after {
  display: none;
}
.dailydeals .products-grid .item .item-inner .name-link .add-to-links button.btn-cart:hover span span {
  background: #ac2d34;
  color: #fff;
  border-color: #ac2d34;
}
.dailydeals .products-grid .item .item-inner .name-link .add-to-links li {
  display: inline-block;
  float: left;
}
.dailydeals .products-grid .item .item-inner .name-link .add-to-links li a {
  width: 80px;
  height: 80px;
  display: block;
  border-left: 1px solid #ddd;
  text-align: center;
  font-size: 20px;
  line-height: 81px;
  color: #999;
}
.dailydeals .products-grid .item .item-inner .name-link .add-to-links li a:hover {
  background: #ac2d34;
  color: #fff;
  border-color: #ac2d34;
}
.dailydeals .products-grid .item .item-inner .daily_deal_main {
  padding: 15px 0 15px 15px;
}
.dailydeals .products-grid .item .item-inner .daily_deal_main .box-images {
  width: 48.5%;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.dailydeals .products-grid .item .item-inner .daily_deal_main .product-shop .short-des {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.dailydeals .products-grid .item .item-inner .daily_deal_main .product-shop .short-des ul li {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  line-height: 24px;
}
.dailydeals .products-grid .item .item-inner .daily_deal_main .product-shop .short-des ul li:first-child {
  margin-top: 10px;
}
.dailydeals .box-timer {
  margin-bottom: 3px;
}
.dailydeals .box-timer .timer-view:after {
  display: table;
  content: "";
  clear: both;
}
.dailydeals .box-timer .timer-view > div {
  float: left;
  font-weight: 700;
  color: #333;
  line-height: 56px;
  height: 56px;
  width: 64px;
  font-family: Lato;
  font-size: 16px;
  text-align: left;
  position: relative;
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/timer.png) no-repeat -113px top transparent;
  letter-spacing: -0.8px;
}
.dailydeals .box-timer .timer-view > div .count {
  margin-left: 13px;
  font-family: Lato;
}
.dailydeals .box-timer .timer-view > div span {
  width: 100%;
  display: block;
}
.dailydeals .box-timer .timer-view > div span.title {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  position: absolute;
  bottom: -2px;
  left: 10px;
  line-height: 14px;
}
.dailydeals .box-timer .timer-view > div:first-child {
  background-position: 0 0;
}
.dailydeals .box-timer .timer-view > div:first-child .count {
  margin-left: 6px !important;
}
.dailydeals .products-grid .item-inner .box-images {
  margin-bottom: 10px;
}
.dailydeals h2.product-name a {
  font-size: 18px;
  font-weight: bold;
}
.dailydeals .sub-name {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  color: #888;
}
.dailydeals .price-box {
  padding-bottom: 21px;
}
.dailydeals .owl-controls {
  display: none;
}
.dailydeals .owl-controls .owl-nav .owl-prev {
  top: 50%;
  right: auto;
  left: 0;
  margin-left: -20px;
  margin-top: -60px;
}
.dailydeals .owl-controls .owl-nav .owl-next {
  right: 0;
  top: 50%;
  margin-right: -20px;
  margin-top: -60px;
}
.dailydeals:hover .owl-controls {
  display: block;
}

/*Brandlogo Slider ========================================*/
.brandlogo-wrapper {
  margin: 0;
  padding: 20px 0 80px;
}
.brandlogo-wrapper .item a {
  display: block;
  margin-bottom: 1px;
}
.brandlogo-wrapper .brandlogo-contain {
  overflow: hidden;
}

/*================================================================================*/
/* Homepage Blog Content ==================================================*/
.block-blog .block-content {
  padding-left: 15px;
}
.block-blog .block-content h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

.blog-wrapper {
  background: #fff;
  padding: 15px 0 15px;
}

.blog-content {
  margin: 0;
}
.blog-content .right .blog-2 .item-inner, .blog-content .right .blog-3 .item-inner {
  margin-bottom: 25px;
}
.blog-content .item-inner {
  border: 1px solid #dfdfdf;
  position: relative;
}
.blog-content .item-inner p.timer {
  display: inline-block;
  background: #000;
  color: #eee;
  line-height: 50px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 25px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.blog-content .item-inner p.timer .fa {
  color: #eee;
  font-size: 16px;
  font-weight: 400;
  padding: 16px 0 18px;
  vertical-align: top;
}
.blog-content .item-inner .box-info1 {
  padding: 24px 30px 32px;
}
.blog-content .item-inner .box-info1 p.author {
  font-size: 16px;
  color: #c40000;
  font-weight: 400;
  margin-bottom: 10px;
}
.blog-content .item-inner .box-info1 p.author .fa {
  color: #c40000;
  font-size: 16px;
}
.blog-content .item-inner .box-info1 .des {
  margin-bottom: 10px;
}
.blog-content .item-inner .box-info1 .des p {
  font-size: 14px;
  color: #888;
  line-height: 22px;
}
.blog-content .item-inner .box-info1 p.link-more a {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.blog-content .item-inner .box-info1 p.link-more a:after {
  font-family: "icomoon";
  content: "\e052";
  vertical-align: top;
  font-size: 16px;
  margin-left: 5px;
}
.blog-content .item-inner .box-info1 p.link-more a:hover:after {
  color: #c40000;
}
.blog-content .item-inner .box-info {
  padding: 16px 20px 3px;
}
.blog-content .item-inner .box-info .user-view {
  display: inline-block;
  width: 100%;
}
.blog-content .item-inner .box-info h3.title {
  font-size: 18px;
  font-weight: 500;
}
.blog-content .item-inner .box-info p.author {
  font-size: 14px;
  color: #888;
  font-weight: 400;
  margin-bottom: 13px;
}
.blog-content .item-inner .box-info p.author .fa {
  color: #888;
  font-size: 14px;
  vertical-align: middle;
}
.blog-content .item-inner .box-info .des {
  margin-bottom: 20px;
}
.blog-content .item-inner .box-info .des p {
  font-size: 14px;
  color: #888;
  line-height: 22px;
}
.blog-content .item-inner .box-info p.link-more {
  float: right;
}
.blog-content .item-inner .box-info p.link-more a {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.blog-content .item-inner .box-info p.link-more a:after {
  font-family: "icomoon";
  content: "\e052";
  vertical-align: top;
  font-size: 14px;
  margin-left: 5px;
  display: inline-block;
  margin-top: 1px;
}
.blog-content .item-inner .box-info p.link-more a:hover:after {
  color: #c40000;
}
.blog-content .item-inner h3.title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 6px;
}
.blog-content .item a.post-name {
  margin: 15px 0;
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
.blog-content .item a.post-name:hover {
  text-decoration: underline;
  color: #c40000;
}
.blog-content .item .show-cat {
  padding: 5px 30px;
  background: #222;
  color: #fff;
  display: inline-block;
  margin-left: -40px;
  font-size: 18px;
}
.blog-content .item .time-line > div {
  display: inline-block;
  color: #666666;
}
.blog-content .item .time-line > div a {
  color: #666;
}
.blog-content .item .time-line > div a:hover {
  color: #c40000;
}
.blog-content .item .time-line > div.date {
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
}
.blog-content .item .time-line > div.date:after {
  width: 1px;
  height: 15px;
  background: #c1c1c1;
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
}
.blog-content .item .post-content {
  margin: 25px 0;
  color: #333;
}
.blog-content .item a.view-more {
  padding: 7px 22px;
  background: #f4f4f4;
  color: #333;
  display: inline-block;
  text-transform: capitalize;
  line-height: 25px;
}
.blog-content .item a.view-more:after {
  float: right;
  font-size: 18px;
  color: #c40000;
  margin-left: 5px;
}
.blog-content .item a.view-more:hover {
  background: #c40000;
  color: #fff;
}
.blog-content .item a.view-more:hover:after {
  color: #fff;
}
.blog-content .fa {
  color: #666;
  margin-right: 7px;
}
.blog-content div.item p.author {
  color: #666;
  font-size: 12px;
  margin-bottom: 0;
  margin-left: 1px;
  float: left;
}
.blog-content div.item p.author .fa {
  margin-right: 3px;
  vertical-align: text-bottom;
}
.blog-content div.item p.comment {
  font-size: 12px;
  color: #666;
  margin: 0;
}
.blog-content div.item p.comment a {
  margin-left: 3px;
}
.blog-content div.item p.des {
  margin: 0;
}
.blog-content div.item .des {
  margin-bottom: 10px;
}
.blog-content div.item .des p {
  margin: 0;
  color: #666;
  font-size: 13px;
}
.blog-content .owl-controls {
  display: none;
}
.blog-content:hover .owl-controls {
  display: block;
}

.block-blog .menu-recent ul li {
  padding: 5px 0;
}
.block-blog .menu-recent ul li a,
.block-blog .menu-categories ul li a, .block-blog .menu-tags ul li a {
  color: #666;
  text-transform: capitalize;
  padding: 5px 0;
}
.block-blog .menu-recent ul li a:hover, .block-blog .menu-categories ul li a:hover,
.block-blog .menu-tags ul li a:hover {
  color: #c40000;
}

.blog-content .box-info .des img {
  display: none;
}

.postContent img {
  margin-bottom: 15px;
}

/* Blog Page ==================================================*/
.postWrapper {
  margin-bottom: 25px;
  float: left;
  width: 100%;
  background: #fff;
  padding: 15px;
}

.postTitle {
  margin: 15px 0 0;
}
.postTitle h2 {
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0 0 15px;
  color: #333;
  font-weight: bold;
  padding-bottom: 5px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.postTitle h3 {
  font-size: 11px;
  margin: 0px;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
  color: #888;
  font-style: italic;
  font-weight: normal;
  margin-top: 10px;
}

.blog-index-list .sorter .sort-by {
  margin: 0;
}

.postTitle a {
  color: #333;
}
.postTitle a:hover {
  text-decoration: underline;
}

.postContent {
  padding-bottom: 10px;
}
.postContent a.aw-blog-read-more {
  display: inline-block;
  padding: 5px 12px;
  border: 2px solid #333;
  color: #fff;
  margin-top: 10px;
  color: #333;
}
.postContent a.aw-blog-read-more:hover {
  background: #c40000;
  border-color: #c40000;
  color: #fff;
}

.postDetails {
  margin-bottom: 15px;
}
.postDetails span {
  margin-right: 5px;
  font-size: 12px;
  color: #8a8a8a;
}
.postDetails span .fa {
  margin-right: 3px;
}
.postDetails span a {
  color: #8a8a8a;
}
.postDetails span a:hover {
  color: #c40000;
}

.postBookmarks {
  padding-bottom: 10px;
}
.postBookmarks h4 {
  font-size: 12px;
  font-weight: bold;
}

.box-comment {
  background: #fff;
  padding: 15px;
  margin-top: 30px;
  clear: both;
}
.box-comment .post-title-comment h2 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 22px;
}

.commentWrapper {
  padding-bottom: 15px;
}

.commentContent {
  padding-bottom: 0px;
}

.commentDetails {
  margin-bottom: 5px;
  padding: 0px;
}
.commentDetails h4.username {
  display: inline;
}

.postError {
  font-size: 16px;
}

.tags {
  font-weight: bold;
  padding-bottom: 10px;
}
.tags UL {
  display: inline;
}
.tags UL LI {
  font-weight: normal;
  display: inline;
  padding-right: 6px;
}
.tags h4 {
  font-size: 12px;
  font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
  margin: 0;
}

.tagcloud {
  /* text-align:center; */
}

.tag-count-1 {
  font-size: 1em !important;
}

.tag-count-2 {
  font-size: 1.2em !important;
}

.tag-count-3 {
  font-size: 1.4em !important;
}

.tag-count-4 {
  font-size: 1.6em !important;
}

.tag-count-5 {
  font-size: 1.8em !important;
}

.tag-count-6, .tag-count-7, .tag-count-8, .tag-count-9, .tag-count-10 {
  font-size: 2em !important;
}

.block-blog .head h4 {
  padding-left: 20px;
}

.postWrapper .poster {
  display: inline;
}

.input-box.aw-blog-comment-area {
  width: 100%;
}

.widget-latest li {
  font-size: 12px;
  padding: 5px 10px;
}

.block-blog .menu-categories {
  margin: 0 0 15px;
}

A.awblog_current_comment {
  text-decoration: none !important;
  font-weight: bold !important;
}

.blog-post-view textarea {
  width: 100% !important;
}

/* Cloudzoom ==================================================*/
.cloud-zoom-lens {
  border: 1px solid #ccc;
  margin: -1px;
  /* Set this to minus the border thickness. */
  background-color: #fff;
  cursor: move;
}

/* This is for the title text. */
.cloud-zoom-title {
  position: absolute !important;
  background-color: #000;
  color: #fff;
  padding: 5px;
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  top: 0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
  overflow: hidden;
  box-shadow: 0px 5px 18px #ddd;
  -webkit-box-shadow: 0px 5px 18px #ddd;
  -moz-box-shadow: 0px 5px 18px #ddd;
}

/* This is the loading message. */
.cloud-zoom-loading {
  color: white;
  background: #222;
  padding: 3px;
  border: 1px solid #000;
  display: none;
}

.product-view .product-img-box .product-image-zoom {
  border: 2px solid #CCCCCC;
}

.lightbox {
  display: none;
}

/*##########--------------##########*/
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9999;
  text-align: center;
  line-height: 0;
}
#lightbox img {
  width: auto;
  height: auto;
}
#lightbox a img {
  border: none;
}

#outerImageContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

#imageContainer {
  padding: 10px;
}

#loading {
  /* background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/loading.gif) 50% 50% no-repeat;*/
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

#hoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#imageContainer > #hoverNav {
  left: 0;
}

#hoverNav a {
  outline: none;
}

#prevLink, #nextLink {
  width: 49%;
  height: 100%;
  background-image: url(data:image/gif;base64,AAAA);
  /* Trick IE into showing hover */
  display: block;
}

#prevLink {
  left: 0;
  float: left;
}

#nextLink {
  right: 0;
  float: right;
}

#prevLink:hover, #prevLink:visited:hover {
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
}

#imageData {
  padding: 0 10px;
  color: #666;
}
#imageData #imageDetails {
  width: 80%;
  float: left;
  text-align: left;
}
#imageData #caption {
  font-weight: bold;
}
#imageData #numberDisplay {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 500px;
  background-color: #000;
}

/* Ajax Cart Mini - Loadding ==================================================*/
#wraper_ajax.loadding_ajaxcart, .ajax_loading, .loadding {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #666;
  background-color: #fff;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  position: fixed;
  display: none;
  z-index: 999;
  -webkit-box-shadow: 1px 1px 5px 1px #ddd;
  box-shadow: 1px 1px 5px 1px #ddd;
}

.wrapper_inboxCart {
  position: fixed;
  width: 320px;
  height: auto;
  background: #fff;
  z-index: 999999;
  border: 1px solid #ddd;
  opacity: 1;
  top: 50%;
  margin-top: -100px;
  left: 50%;
  margin-left: -120px;
  display: block;
  padding: 0;
}

.wrapper_inboxCart p.info {
  color: #262626;
  font-size: 13px;
  background: #fff;
  border: 1px solid #efefef;
  padding: 12px 10px;
  text-align: center;
  margin: 0;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.51);
}

/* top cart  */
.header-cart-mini .top-cart-content {
  width: 270px;
  position: absolute;
  z-index: 99;
  top: 45px;
  right: 0;
  border: 1px solid #eee;
  background: #fff;
  padding: 15px;
  text-align: left;
  display: none;
}
.header-cart-mini:hover .top-cart-content {
  display: block;
}

.top-subtotal {
  margin: 15px 0 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
  border-top: 1px solid #eee;
  clear: both;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.top-cart-content li.item {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
.top-cart-content .product-details {
  position: relative;
}
.top-cart-content .product-details .btn-remove {
  position: absolute;
  right: 0;
  top: 4px;
}
.top-cart-content .product-details .btn-edit {
  position: absolute;
  right: 15px;
  top: 4px;
}
.top-cart-content .actions {
  padding: 0;
  float: right;
  margin: 10px 0 0;
}

.top-cart-contain .product-details .price {
  width: auto;
  font-size: 15px;
  font-weight: bold;
}

.top-subtotal span {
  font-weight: bold;
  font-size: 15px;
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap iframe, .fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-nav {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-nav span {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer {
  position: relative;
}

.fancybox-inner {
  position: relative;
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("http://www.sonylounge.com.au/skin/frontend/sony/default/images/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("http://www.sonylounge.com.au/skin/frontend/sony/default/images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("http://www.sonylounge.com.au/skin/frontend/sony/default/images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("http://www.sonylounge.com.au/skin/frontend/sony/default/images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* Content ==================================================*/
.col2-set .col-1, .col2-set .col-2 {
  width: 50%;
  float: left;
}

.sub-lang li.selected a,
.sub-currency li a:hover,
.sub-currency li.selected a {
  color: #222;
}

.container {
  padding: 0;
}

.container-inner {
  padding: 0 100px;
}

.header_toplink {
  border-bottom: 1px solid #e7e7e7;
}

.header_hotline {
  line-height: 50px;
  color: #666;
  float: left;
  border-left: 1px solid #e7e7e7;
  margin-left: 15px;
  padding-left: 38px;
}
.header_hotline .span1 {
  color: #222;
}

.link-follow {
  float: left;
}
.link-follow li {
  line-height: 49px;
  float: left;
  display: block;
  font-size: 15px;
  margin-right: 35px;
}
.link-follow li a {
  color: #666;
  position: relative;
}
.link-follow li a span {
  opacity: 0;
  width: 60px;
  height: auto;
  line-height: 20px;
  padding: 1px 7px;
  left: 50%;
  margin-left: -30px;
  text-transform: none;
  font-size: 12px;
  color: #FFF;
  font-weight: normal;
  text-align: center;
  background: #ac2d34 none repeat scroll 0% 0%;
  text-indent: 0px;
  position: absolute;
  pointer-events: none;
  bottom: 45px;
}
.link-follow li a:hover {
  color: #222;
}

.dropdown .products-grid {
  border: 0;
  padding-top: 35px;
}

.banner_bottom {
  text-align: center;
}
.banner_bottom .col {
  padding: 0;
}
.banner_bottom .col p {
  font-size: 16px;
  font-weight: 500;
  color: #999;
  line-height: 92px;
  background: #333;
  border-right: 1px solid #555;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banner_bottom .col p .fa {
  font-size: 28px;
  vertical-align: sub;
}
.banner_bottom .col p:hover {
  background: #000;
  color: #ddd;
}
.banner_bottom .col.col-4 p {
  border: 0;
}

.banner-content1 {
  margin-bottom: 35px;
  display: inline-block;
  width: 100%;
}
.banner-content1 .banner-box {
  min-height: 375px;
  position: relative;
}
.banner-content1 .banner-box .content {
  position: absolute;
  top: 0;
  left: 15px;
  right: 0;
  bottom: 0;
}
.banner-content1 .banner-box {
  background: #ac2d34;
}
.banner-content1 .banner-box.banner-box1 a:hover {
  color: #222;
}
.banner-content1 .banner-box img {
  right: -6px;
  top: 8px;
}
.banner-content1 .banner-box h2 {
  color: #fff;
  letter-spacing: -2px;
  line-height: 47px;
}
.banner-content1 .banner-box h2.second {
  padding-left: 90px;
  margin-bottom: 54px;
}
.banner-content1 .banner-box h2.first {
  padding-top: 25.5%;
}
.banner-content1 .banner-box a {
  font-size: 16px;
  color: #fff;
}
.banner-content1 .banner-box a:after {
  font-family: "icomoon";
  content: "\e052";
  font-size: 16px;
  margin-left: 3px;
}
.banner-content1 .banner-box a:hover {
  color: #fff;
}
.banner-content1 .banner-box2 {
  background: #222222;
  text-align: center;
  color: #fff;
}
.banner-content1 .banner-box2 h2 {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 0px 56px;
  line-height: 38px;
  letter-spacing: -2px;
  padding-top: 107px;
  text-transform: uppercase;
  margin-bottom: 29px;
}
.banner-content1 .banner-box2 h2 span {
  color: #e4d136;
}
.banner-content1 .banner-box2 p {
  font-size: 16px;
  font-weight: 700;
}
.banner-content1 .banner-box3 {
  background: #e4d136;
}
.banner-content1 .banner-box3 img {
  right: 0;
  bottom: -3px;
  top: auto;
}
.banner-content1 .banner-box3 h2 {
  color: #222;
}
.banner-content1 .banner-box3 a {
  color: #222;
}
.banner-content1 img {
  position: absolute;
}
.banner-content1 h2 {
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
}

.banner-content2 {
  margin-bottom: 35px;
  display: inline-block;
  width: 100%;
}
.banner-content2 .banner-box {
  padding: 0;
  overflow: hidden;
}
.banner-content2 .banner-box .content {
  position: absolute;
  z-index: 9;
}
.banner-content2 .banner-box .content h2 {
  font-size: 70px;
  font-weight: 700;
  color: #222;
  text-transform: capitalize;
  letter-spacing: -3px;
  line-height: 50px;
  margin-left: -3px;
}
.banner-content2 .banner-box .content h3 {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  text-transform: capitalize;
  letter-spacing: -2px;
  margin-bottom: 44px;
}
.banner-content2 .banner-box .content a {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  text-transform: capitalize;
  margin-left: 1px;
}
.banner-content2 .banner-box .content a:after {
  font-family: "icomoon";
  content: "\e052";
  font-size: 16px;
  margin-left: 3px;
}
.banner-content2 .banner-box .content a:hover {
  color: #c40000 !important;
}
.banner-content2 .banner-box .main-img {
  position: absolute;
  z-index: 8;
}
.banner-content2 .banner-box.banner-box1 .content {
  right: 25px;
  top: 34%;
}
.banner-content2 .banner-box.banner-box1 .main-img {
  bottom: -1px;
  left: 12%;
}
.banner-content2 .banner-box.banner-box2 .content {
  left: 6%;
  top: 34%;
}
.banner-content2 .banner-box.banner-box2 .content h2, .banner-content2 .banner-box.banner-box2 .content h3, .banner-content2 .banner-box.banner-box2 .content a {
  color: #fff;
}
.banner-content2 .banner-box.banner-box2 .main-img {
  top: 0;
  right: 6px;
}

.banner-content3 {
  margin-bottom: 36px;
}
.banner-content3 .banner-box {
  padding: 0;
  position: relative;
  width: 100%;
  display: block;
}

.banner-content3 .banner-box .main-img {
  position: absolute;
  bottom: 0px;
  left: 48px;
}

/* header social */
.vmenu_header ul.link-follow {
  padding: 15px 0 24px 40px;
  border-top: 1px solid #393939;
}
.vmenu_header ul.link-follow li {
  display: inline-block;
  font-size: 30px;
  margin-right: 24px;
}
.vmenu_header ul.link-follow li a {
  color: #999;
  position: relative;
}
.vmenu_header ul.link-follow li a:hover {
  color: #fff;
}
.vmenu_header ul.link-follow li a:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.vmenu_header ul.link-follow li a span {
  opacity: 0;
  width: 60px;
  height: auto;
  line-height: 20px;
  padding: 1px 7px;
  left: 50%;
  margin-left: -30px;
  text-transform: none;
  font-size: 12px;
  color: #FFF;
  font-weight: normal;
  text-align: center;
  background: #c40000 none repeat scroll 0% 0%;
  text-indent: 0px;
  position: absolute;
  pointer-events: none;
  bottom: 45px;
}
.vmenu_header ul.link-follow li a span:before, .vmenu_header ul.link-follow li a span:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.1);
  margin-left: -5px;
}
.vmenu_header ul.link-follow li a span:after {
  bottom: -4px;
  border-top: 5px solid #c40000;
}

.banner_content2 {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.banner_content2 .banner_box {
  position: relative;
}
.banner_content2 .banner_box:hover .detail {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner_content2 .banner_box:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.banner_content2 .banner_box .detail {
  z-index: 99;
  position: absolute;
  background: #fff;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  margin-top: -168px;
  margin-left: -168px;
  width: 336px;
  height: 336px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner_content2 .banner_box .detail p.time {
  color: #333;
  font-size: 14px;
  display: inline-block;
  padding: 57px 30px 23px;
  position: relative;
  margin-bottom: 38px;
}
.banner_content2 .banner_box .detail p.time:after,
.banner_content2 .banner_box .detail p.info:after {
  position: absolute;
  content: "";
  width: 180px;
  height: 0;
  border-top: 1px solid #c7c7c7;
  bottom: 0;
  left: 50%;
  -ms-transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
}
.banner_content2 .banner_box .detail h3 {
  font-size: 18px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
}
.banner_content2 .banner_box .detail p.info {
  position: relative;
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.banner_content2 .banner_box .detail a {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #c40000;
}
.banner_content2 .banner_box .detail a:hover {
  text-decoration: underline;
}

.container-inner-maxwidth {
  margin-left: -100px;
  margin-right: -100px;
}
.container-inner-maxwidth .col-sm-4 {
  padding: 0;
}
.container-inner-maxwidth .col-sm-4 img {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.banner_content1 {
  margin-bottom: 30px;
}
.banner_content1 .banner_content {
  overflow: hidden;
  position: relative;
}
.banner_content1 .banner_content:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.banner_content1 .banner_content a {
  display: block;
  position: relative;
}
.banner_content1 .banner_content a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 /* background: rgba(0, 0, 0, 0.4);*/
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 9;
}
.banner_content1 .banner_content:hover a:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-wrapper {
  margin-bottom: 20px;
}

/* Banner Static Top*/
.banner-static-top .banner-box1 a {
  display: block;
}
.banner-static-top .banner-box1:hover a {
  -webkit-transform: translate(-5px, 0);
  -ms-transform: translate(-5px, 0);
  transform: translate(-5px, 0);
}
.banner-static-top .banner-box2 {
  position: relative;
}
.banner-static-top .banner-box2 a {
  position: absolute;
  bottom: 20px;
  left: -10px;
  padding: 10px 30px 10px 20px;
  text-align: center;
  background: #c40000;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  color: #fff;
  line-height: 25px;
}
.banner-static-top .banner-box2 a:hover {
  background: #fff;
  color: #c40000;
}
.banner-static-top .banner-box2 a:after {
  float: right;
  margin-left: 7px;
  font-size: 16px;
}
.banner-static-top .banner-box2:hover a {
  left: 0;
}
.banner-static-top .banner-box3 a {
  display: block;
}

/* Home Banner Content1 */
.banner-content {
  margin-bottom: 50px;
}
.banner-content .banner-box {
  padding: 0;
}
.banner-content a {
  display: block;
}
.banner-content a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*Sidebar left*/
.cms-index-index .col-left.sidebar {
  padding-top: 14px;
}

/* About Us */
.about-page .block-title {
  width: 100%;
  border-bottom: 2px solid #ccc;
  margin: 25px 0 17px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
}
.about-page .block-title h2 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding: 0px 20px;
  min-width: 200px;
}
.about-page .block-title h2:after {
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: -7px;
  left: 0px;
  content: '';
  background: #db4c52;
}
.about-page .col-sm-8 img {
  float: left;
  margin: 0px 20px 20px 0px;
  max-width: 380px;
  border: 1px solid #bebebe;
}

.red-color {
  color: #000000;
}

.about-page p {
  line-height: 22px;
  font-size: 13px;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.service-box li, .leadership-block li {
  width: 48%;
  margin: 10px 0;
}

.service-box .icon-block {
  margin: 0px 20px 20px 0px;
  padding: 2px;
  border-radius: 50%;
}
.service-box .icon-block .fa {
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 36px;
  line-height: 80px;
  border: 3px solid #e2e2e2;
  color: #fff;
  background: #c40000;
}
.service-box .icon-block span {
  display: none;
}

.leadership-block li img {
  float: left;
  margin: 0px 30px 30px 0px;
  max-width: 300px;
}

.service-box li h3, .leadership-block li h3 {
  font-weight: 400;
  font-size: 18px;
}

.read-btn {
  display: inline-block;
  padding: 4px 10px;
  font-size: 11px;
  text-transform: uppercase;
  background: #c40000;
  color: #fff;
}
.read-btn:hover {
  background: #333;
  color: #fff;
}

/*Contact Us*/
.contact-page .fieldset {
  margin: 0;
}
.contact-page .maps {
  background: #fff;
  padding: 10px;
}
.contact-page .maps p {
  margin: 0;
}

.list-info {
  background: #fff;
  padding: 15px;
}
.list-info li {
  clear: both;
  padding-bottom: 20px;
}

.info-content em {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #eee;
  float: left;
  margin-right: 15px;
  margin: 0 15px 30px 0;
  font-size: 0;
}
.info-content:hover em {
  background: #c40000;
  color: #fff;
}
.info-content em:before {
  font-size: 14px;
}
.info-content em.fa-envelope:before {
  font-size: 12px;
}
.info-content h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
}
.info-content a {
  color: #666;
}
.info-content a:hover {
  text-decoration: underline;
}
.info-content a .des-info {
  color: #fff;
}

.bx-wrapper .products-grid .item {
  width: 214px;
  float: left;
}

/*-----------------------------------------------------------------------*/
/*Social Right*/
.block-social-right {
  right: 0;
  position: fixed;
  top: 150px;
  width: 45px;
  z-index: 999;
}

.social-icon {
  background: url("http://www.sonylounge.com.au/skin/frontend/sony/default/images/social-icons.png") 0 0 no-repeat;
  display: block;
  float: right;
  width: 43px;
  height: 43px;
  margin-bottom: 2px;
}

.social-text {
  float: left;
  font-size: 11px;
  margin: 13px 0 11px 44px;
  white-space: nowrap;
  color: #fff;
}

.social-icons a:hover {
  text-decoration: none;
}

#facebook-btn span {
  background-position: 13px 7px;
}

#linkedin-btn span {
  background-position: 12px -266px;
}

#twitter-btn span {
  background-position: 13px -39px;
}

#youtube-btn span {
  background-position: 12px -230px;
}

#pinterest-btn span {
  background-position: 12px -181px;
}

#googleplus-btn span {
  background-position: 13px -132px;
}

#instagram-btn span {
  background-position: 10px -300px;
}

#flickr-btn span {
  background-position: 10px -335px;
}

#web-btn span {
  background-position: 10px -403px;
}

#mail-btn span {
  background-position: 10px -369px;
}

#facebook-btn .social-icon {
  background-color: #3B5998;
}

#linkedin-btn .social-icon {
  background-color: #6eb8da;
}

#twitter-btn .social-icon {
  background-color: #62BDB2;
}

#googleplus-btn .social-icon, #pinterest-btn .social-icon {
  background-color: #DB4A39;
}

#youtube-btn .social-icon {
  background-color: #C4302B;
}

#instagram-btn .social-icon {
  background-color: #D2C5B3;
}

#flickr-btn .social-icon {
  background-color: #E4006B;
}

#mail-btn .social-icon {
  background-color: #2A056F;
}

#web-btn .social-icon {
  background-color: #000;
}

#popup-newsletter {
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/bg-popup-newsletter.jpg) 90% 60px #f1f1f1 no-repeat;
  padding: 100px 50px 30px;
  position: relative;
}
#popup-newsletter .block-title strong {
  color: #aaa;
  font-size: 39px;
  position: relative;
  padding-bottom: 5px;
}
#popup-newsletter .block-title strong span {
  color: #222;
}
#popup-newsletter .block-title strong:before {
  content: "";
  width: 60px;
  height: 3px;
  background: #cecece;
  position: absolute;
  bottom: 0;
  left: 0;
}
#popup-newsletter .form-subscribe-header {
  margin-top: 10px;
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
}
#popup-newsletter .form-subscribe-header p {
  margin: 0;
}
#popup-newsletter .form-subscribe-header p span {
  color: #ff0000;
  margin: 0 3px;
}
#popup-newsletter .input-box {
  width: 50%;
  margin: 10px 0 15px;
}
#popup-newsletter input.input-text {
  width: 100%;
  padding: 10px;
  line-height: 25px;
}
#popup-newsletter button.button span span {
  padding: 12px 25px;
  background: #69ae2c;
  border-radius: 3px;
  text-transform: capitalize;
  font-size: 20px;
}
#popup-newsletter button.button:hover span span {
  background: #333;
}
#popup-newsletter .subscribe-bottom {
  position: absolute;
  bottom: 30px;
  left: 50px;
}
#popup-newsletter .subscribe-bottom input {
  margin: -3px 5px 0 0;
}

.fancybox-nav {
  display: none;
}

.quickview-index-ajax .themes-demo-wrap {
  display: none;
}
.quickview-index-ajax.page-empty {
  padding: 0;
}

/*Banner Freeshipping Homepage1 */
.freeshipping {
  position: relative;
}
.freeshipping a {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  right: 150px;
  color: #fff;
  background: #22a9e1;
  padding: 12px 40px;
  z-index: 99;
  font-size: 16px;
}
.freeshipping a:hover {
  color: #fff;
  background: #c40000;
}

/*Block New Product*/
.new-product-side2 {
  position: relative;
}
.new-product-side2 a.new-product-side2-link {
  position: absolute;
  left: 0px;
  bottom: 15px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  padding: 5px 15px;
  background: #f0e80b;
}
.new-product-side2 a.new-product-side2-link:hover {
  color: #c40000;
  background: #fff;
}
.new-product-side2:hover a.new-product-side2-link {
  left: 15px;
}

.banner-left {
  margin-bottom: 45px;
}
.banner-left a {
  display: block;
}
.banner-left img {
  width: 100%;
}

.footer-wrapper {
  background: #000000;
  margin-top: 10px;
}

.footer-copyright {
  padding: 20px 0 20px;
  text-align: center;
  color: #666666;
}
.footer-copyright .footer_links {
  text-align: right;
  color: #888;
}
.footer-copyright .footer_links a {
  color: #888;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 27px;
  text-decoration: none;
  border-left: 1px solid #4e4e4e;
  margin-right: 26px;
  display: inline-block;
  line-height: 13px;
}
.footer-copyright .footer_links a.fisrt {
  border: 0;
}
.footer-copyright .footer_links a.last {
  margin-right: 0;
}
.footer-copyright .footer_links a:hover {
  color: #fff;
}

.footer_contact {
  color: #888888;
}
.footer_contact em {
  width: 30px;
  text-align: left;
  color: #bbb;
}
.footer_contact em.fa-map-marker {
  font-size: 20px;
  padding-left: 3px;
}
.footer_contact em.fa-fax {
  font-size: 14px;
}
.footer_contact em.fa-envelope {
  font-size: 12px;
  padding-left: 2px;
}
.footer_contact span {
  color: #bbb;
}
.footer_contact li {
  line-height: 28px;
}

.subcribe-info {
  border: 0px solid #434343;
  position: relative;
  margin-bottom: 20px;
}
.subcribe-info input {
  width: 100%;
  background: none;
  border: 0;
  line-height: 46px;
  padding: 0 0 0 20px;
  color: #fff;
  border: 1px solid #434343;
  margin-bottom: 8px;
}
.subcribe-info button {
 /* position: absolute;
  top: 10px;
  right: 0;
  border-left: 1px solid #434343;*/
  
}
.subcribe-info button span span {
  padding: 0;
  line-height: 28px;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  padding: 8px 30px;
  background: #ffffff;
}
.subcribe-info button:hover span span {
  background: #333333 !important;
  color: #fff;
}

/* Block Contact and Newsletter*/
.footer-information {
  border-bottom: 1px solid #393939;
  padding: 20px 0px 00px;
}
.footer-information .footer-link p.title_newsletter {
  font-size: 14px;
  color: #888;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
}
.footer-information .footer-link h3 {
  padding-top: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer-information .footer-link ul {
  line-height: 30px;
}
.footer-information .footer-link a {
  font-weight: 400;
  color: #888;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-information .footer-link a:hover {
  color: #eee;
  padding-left: 12px;
}
.footer-information .contact-block:before {
  right: 0;
  background: #fff;
}
.footer-information .contact-block a {
  display: inline-block;
  padding: 0 !important;
  margin-bottom: 14px;
}
.footer-information .contact-block h2 {
  font-weight: bold;
  font-size: 40px;
  color: #111;
}
.footer-information .contact-block h2 span {
  color: #888;
}
.footer-information .contact-block h5 {
  font-weight: bold;
  font-size: 16px;
  color: #c40000;
  margin-bottom: 19px;
  line-height: 1.45;
}
.footer-information .contact-block p {
  line-height: 20px;
  color: #888;
  margin-bottom: 20px;
  font-style: italic;
  font-size: 16px;
}
.footer-information .contact-block ul.contact-adress {
  font-weight: 500;
  line-height: 1.9;
}
.footer-information .contact-block ul.contact-adress li span {
  font-size: 0;
}
.footer-information .contact-block ul.contact-adress li span:before {
  font-size: 16px;
  padding-right: 15px;
  position: relative;
  top: 1px;
}
.footer-information .contact-block ul.contact-adress li span.icon-situation:before {
  content: "\e606";
}
.footer-information .contact-block ul.contact-adress li span.icon-auricular6:before {
  content: "\e604";
}
.footer-information .contact-block ul.contact-adress li span.icon-envelope54:before {
  content: "\e605";
}

.newsletter-contact {
  background: #222222;
  padding: 60px 0px 36px;
}
.newsletter-contact .title-newsletter h3 {
  text-transform: uppercase;
  color: #d6d932;
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 50px;
}
.newsletter-contact .title-newsletter h3 .color {
  color: #ddd;
}
.newsletter-contact .title-newsletter h3 .white {
  color: #fff;
  font-weight: 700;
}
.newsletter-contact .title-newsletter h3 .bold {
  font-weight: 700;
}
.newsletter-contact .newsletter-block:before {
  left: 0;
  background: #e6e6e6;
}
.newsletter-contact .newsletter-block h2 {
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  margin-bottom: 35px;
}
.newsletter-contact .newsletter-block button.button span span {
  font-weight: bold;
  border-width: 2px 2px 2px 2px;
  border-color: #c40000;
  color: #fff;
  background: #c40000;
  font-size: 20px;
  padding: 13px 42px;
}
.newsletter-contact .newsletter-block button.button:hover span span {
  border-color: #000;
  color: #fff;
  background: #000;
}
.newsletter-contact .newsletter-block form {
  display: block;
  margin-bottom: 25px;
  text-align: right;
}
.newsletter-contact .newsletter-block form .input-mail {
  width: 59%;
  padding: 12px 10px 12px 20px;
  font-weight: normal;
  font-size: 16px;
  font-weight: 500;
  color: #ccc;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: none;
  margin-right: 12px;
  height: 50px;
  /* firefox 19+ */
  /* ie */
}
.newsletter-contact .newsletter-block form .input-mail -webkit-input-placeholder {
  color: #ccc;
}
.newsletter-contact .newsletter-block form .input-mail -moz-placeholder {
  color: #ccc;
}
.newsletter-contact .newsletter-block form .input-mail -ms-input-placeholder {
  color: #ccc;
}
.newsletter-contact .newsletter-block form .input-mail -moz-placeholder {
  color: #ccc;
}
.newsletter-contact .newsletter-block form .submit {
  padding: 8px 33px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
  border: 3px solid #575757;
  background: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.newsletter-contact .newsletter-block form .submit:hover {
  background: #c40000;
  border-color: #c40000;
  color: #fff;
}
.newsletter-contact .newsletter-block p {
  font-weight: 500;
  color: #999999;
}
.newsletter-contact .footer-support {
  float: right;
  text-align: right;
}
.newsletter-contact .footer-support h2 {
  font-weight: 500;
  font-size: 40px;
  color: #f4f4f4;
  margin: 5px 0 12px 0;
}
.newsletter-contact .footer-support p {
  font-weight: 500;
  font-size: 16px;
  color: #888;
}
.newsletter-contact .footer-support p span {
  color: #ccc;
  text-decoration: underline;
}

/* ======================================================================================= */
/*Back to Top*/
#back-top {
  bottom: 10%;
  position: fixed;
  right: 20px;
  z-index: 999;
  cursor: pointer;
  font-size: 36px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #c40000;
  border: 0px solid #333;
  background: #ffffff;
  border-radius: 50%;
}
#back-top .icon-play {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}
#back-top:hover {
  color: #333;
}

/*footer-copyright*/
.footer-copyright .copyright {
  color: #666666;
  line-height: 87px;
  margin-bottom: 0;
}
.footer-copyright a {
  color: #666666;
  text-decoration: underline;
}
.footer-copyright a:hover {
  color: #ffffff;
}

/*footer-payment*/
.footer-payment {
  float: right;
  padding: 35px 0px 0;
}
.footer-payment a {
  font-size: 0;
  display: block;
  width: 50px;
  height: 31px;
  float: left;
  margin-right: 5px;
  background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/icon.png) no-repeat;
}
.footer-payment a.visa {
  background-position: 0 0;
}
.footer-payment a.mastercard {
  background-position: -59px 0;
}
.footer-payment a.paypal {
  background-position: -119px 0;
}
.footer-payment a.meastro {
  background-position: -238px 0;
}
.footer-payment a.american-express {
  background-position: -178px 0;
}
.footer-payment a.discover {
  background-position: -297px 0;
  margin-right: 0;
}

/* Fixed Mobile*/
@media (max-width: 1835px) {
  .products-grid .item-inner .add-to-links li.wishlist {
    float: left;
  }
}
@media (max-width: 1777px) {
  .nav_vmegamenu li.level0 > a {
    font-size: 14px;
    padding-left: 14px;
  }

  .nav_vmegamenu li.level0 > a span.icon_vmegamenu {
    display: none;
  }

  .cms-index-index .nav-inner {
    padding: 0;
    margin-top: 36px;
  }

  .nav_megamenu div.megamenu .level-top a, .nav_megamenu div.megamenu .level-top span.block-title {
    padding: 0 30px;
  }

  .banner-slideshow-col .col1 {
    width: 15.58%;
  }
}
@media (max-width: 1680px) {
  .banner_content2 .banner_box:hover .detail {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .banner_content2 .banner_box1 .detail {
    margin-left: -145px;
  }

  .banner_content2 .banner_box3 .detail {
    margin-left: -191px;
  }

  .products-grid .item button.btn-cart span span {
    padding: 0 15px;
  }

  .dailydeals .box-timer .timer-view > div:first-child span.day {
    font-size: 60px;
  }

  .banner-slideshow-col .col1 {
    width: 15.48%;
  }

  .header-toplinks {
    margin-left: 0;
  }

  .container-inner {
    padding: 0 50px;
  }

  .products-list .desc {
    min-height: 84px;
  }

  .footer-information {
    padding: 20px 0 0px;
  }

  .brandlogo-wrapper {
    padding: 33px 0 26px;
  }

  .dailydeals .products-grid .item .item-inner .daily_deal_main .product-shop .short-des {
    margin-bottom: 8px;
  }

  .dailydeals .price-box {
    padding-bottom: 5px;
    margin: 0 !important;
  }

  .products-grid .item-inner .product-shop .product-name a {
    font-size: 16px;
  }

  .vmenu_header ul.link-follow {
    padding: 22px 0 23px 40px;
  }

  .nav_vmegamenu li.level0 > a {
    line-height: 40px;
  }

  .category-products .products-grid .item {
    width: 20%;
  }

  .blog-content li.item .box-info {
    padding-top: 10px;
  }

  .nav_megamenu div.megamenu .level-top a {
    padding: 0 20px;
  }

  .categories-grid .list-item .box-links .level-top {
    margin-bottom: 0;
  }

  .categories-grid .list-item .box-links .showmore, .categories-grid .list-item .box-links .showless {
    bottom: -15px;
  }

  .blog-content li.item a.post-name {
    margin: 15px 0 0;
  }

  .blog-content li.item .post-content {
    margin: 10px 0;
  }

  .form-search button.button .fa,
  .header-quick-access .drop-trigger > a,
  .header-cart-mini a.shopping-cart {
    padding: 0 10px;
  }
}
@media (min-width: 1300px) and (max-width: 1680px) {
  .blog-content .item a.post-name {
    line-height: 20px;
    font-size: 18px;
    margin-top: 0;
  }

  .blog-content .item .box-info {
    padding-top: 15px;
  }
}
@media (max-width: 1440px) {
  .cat2 .cattabproducts .bx-title h2 {
    background-image: none;
    padding-left: 30px;
  }

  .title_banner,
  .cattabs-products {
    width: 50%;
  }

  .nav_megamenu div.megamenu .level-top a {
    padding: 0 15px;
  }

  .blog-content .item a.view-more,
  .blog-content .item .time-line > div {
    line-height: 40px;
  }

  .categories-grid .list-item .box-links .level-top a {
    font-size: 20px;
  }

  .categories-grid .list-item .box-links ul.sub_cat li a {
    line-height: 30px;
  }

  .category-products .products-grid .item {
    width: 25%;
  }

  .categories-grid .replace-ajax {
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    padding-bottom: 30px;
  }

  .categories-grid .list-item .box-links .showmore, .categories-grid .list-item .box-links .showless {
    margin-top: 10px;
  }

  .categories-grid .list-item .box-links ul.sub_cat.open {
    height: 210px;
  }
}
@media (max-width: 1366px) {
  .catalog-category-view .nav-inner {
    padding-top: 0;
    margin-top: 0;
  }

  .cat2 .cattabs-products button.btn-cart {
    display: none;
  }

  .products-list .desc {
    min-height: 105px;
  }

  .top_header .fa-bars1 {
    top: -59px;
  }

  .dailydeals .products-grid .item .item-inner .daily_deal_main .product-shop .short-des ul li {
    line-height: 23px;
  }

  .blog-content .item-inner .box-info h3.title {
    font-size: 15px;
  }

  .blog-content .item-inner .box-info1 {
    padding: 13px 30px 10px;
  }

  .blog-content .item-inner .box-info1 .des {
    margin-bottom: 0;
  }

  .blog-content .item-inner .box-info1 .des p {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-content .item-inner h3.title {
    font-size: 19px;
  }

  .blog-content .item-inner .box-info1 p.author,
  .blog-content .item-inner .box-info .user-view,
  .blog-content .item-inner .box-info1 p.link-more a {
    display: none;
  }

  .dailydeals .products-grid .item .item-inner .daily_deal_main .product-shop .short-des ul li:first-child {
    margin-top: 0;
  }

  .banner-content3 {
    margin-bottom: 15px;
  }

  .dailydeals .products-grid .item .item-inner .name-link {
    max-height: 70px;
  }

  .dailydeals .products-grid .item .item-inner .name-link .add-to-links li a,
  .dailydeals .products-grid .item .item-inner .name-link .add-to-links button.btn-cart span span {
    width: 70px;
    height: 70px;
    line-height: 68px;
  }

  .banner-content3 .banner-box .main-img {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    bottom: -61px;
    left: -60px;
  }

  .banner-content2 {
    margin-bottom: 15px;
  }

  .banner-content2 .banner-box .content h3 {
    margin-bottom: 28px;
  }

  .banner-content2 .banner-box.banner-box1 .main-img {
    bottom: -57px;
    left: 5%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .banner-content2 .banner-box .content h2 {
    font-size: 48px;
    margin-left: -2px;
  }

  .banner-content1 .banner-box h2.second {
    margin-bottom: 23px;
  }

  .banner-content1 .banner-box h2 {
    line-height: 31px;
  }

  .banner-content1 .banner-box1 img {
    top: -88px !important;
  }

  .banner-content1 .banner-box2 h2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-top: 59px;
  }

  .banner-content1 .banner-box img {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    right: -101px;
    top: -113px;
  }

  .banner-content1 .banner-box h2.first {
    padding-top: 12%;
  }

  .banner-content1 h2 {
    font-size: 30px;
    line-height: 22px;
  }

  .banner-content1 .banner-box {
    min-height: 190px;
  }

  .bx-title span {
    font-size: 56px;
    width: 91px;
    line-height: 91px;
  }

  .bx-title h2 {
    font-size: 21px;
    line-height: 91px;
  }

  .banner-wrapper {
    max-height: 577px;
    overflow: hidden;
  }

  .nav_vmegamenu li.level0 > a {
    line-height: 42px;
  }

  .nav_vmegamenu li.level0 > a {
    font-size: 15px;
  }

  .nav_megamenu div.megamenu div.dropdown {
    /*top: 96px;*/
  }

  .header-quick-access .drop-trigger .sub-menu {
    top: 60px;
  }

  .footer-payment {
    padding: 17px 0;
  }

  .footer-copyright .copyright {
    line-height: 66px;
  }

  .newsletter-contact {
    padding: 30px 0 6px;
  }

  .footer-information .footer-link h3 {
    margin-bottom: 20px;
  }

  .footer-information .contact-block h5,
  .footer-information .contact-block p {
    margin-bottom: 20px;
  }

  .newsletter-contact .title-newsletter h3 {
    font-size: 21px;
  }

  .blog-content li.item .show-cat {
    display: none;
  }

  .nav_megamenu div.megamenu .level-top a.about_us {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .blog-content .item a.post-name {
    font-size: 15px;
  }

  .blog-content .item .post-content {
    margin-top: 10px;
  }

  .blog-content .item a.post-name {
    margin-bottom: 10px;
  }

  .blog-content li.item .box-info {
    padding-top: 0;
  }

  .blog-content li.item a.post-name {
    margin: 0 0 0;
  }

  .blog-content .item .box2 {
    padding: 0;
  }

  .blog-content .item .box-info .information {
    padding-bottom: 10px;
  }

  .blog-content .item .post-content {
    max-height: 68px;
    overflow: hidden;
  }

  .col2-left-layout .main .row > div.col-lg-2 {
    width: 25%;
  }

  .col2-left-layout .main .row > div.col-lg-10 {
    width: 75%;
  }

  .categories-grid .list-item .box-links {
    padding-left: 0;
  }

  .categories-grid .list-item .box-links .level-top:before {
    left: -40px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .banner_content2 .banner_box:hover .detail {
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
  }

  .dailydeals .box-timer .timer-view > div:first-child span.day {
    font-size: 40px;
    line-height: 90px;
  }

  .dailydeals .box-timer .timer-view > div:first-child span.title {
    font-size: 20px;
  }

  .dailydeals .box-timer .timer-view > div .count {
    font-size: 25px;
  }

  .dailydeals .box-timer .timer-view > div span.title {
    font-size: 12px;
  }

  .dailydeals .sale-title h2 {
    font-size: 16px;
  }

  .dailydeals .sale-title a {
    display: none;
  }

  .link-follow li {
    margin-right: 30px;
  }

  .postContent {
    min-height: 118px;
  }

  .form-search .dd-select {
    width: 140px !important;
  }
}
@media (max-width: 1199px) {
  .header-topmenu {
    padding-bottom: 30px;
  }

  #search_mini_form {
    margin-bottom: 30px;
  }

  .main-logo {
    text-align: center;
    margin-bottom: 30px;
  }

  .cat2 ul.cattabs {
    right: auto;
    left: 10px;
    top: 24px;
  }

  .cat2 .cattabproducts .bx-title h2 {
    color: #000;
    padding-bottom: 20px;
    background: none;
    padding-left: 10px;
  }

  .cat2 ul.cattabs li {
    margin: 0 10px 0 0;
  }

  .title_banner .col-left {
    width: 100%;
  }

  .title_banner .col-right {
    display: none;
  }

  .title_banner {
    width: 30%;
  }

  .cattabs-products {
    width: 70%;
  }

  .banner-slideshow-col .col-3 {
    width: 28.7%;
  }

  .banner-slideshow-col .col-2 {
    width: 71.3%;
  }

  .banner-slideshow-col .col1 {
    width: 0;
  }

  .form-search input.input-text {
    padding-left: 155px;
  }

  .header-cart-mini a.shopping-cart span.title,
  .header_hotline .span2 {
    display: none;
  }

  .cms-index-index .top_header .fa-bars1 {
    display: block;
  }

  .header_vmegamenu,
  .banner_bottom {
    display: none;
  }

  .blog-content .item-inner .box-info .user-view {
    display: inline-block;
  }

  .blog-content .item-inner .box-info {
    padding: 13px 5px 3px;
  }

  .blog-content .item-inner .box-info h3.title {
    font-size: 14px;
  }

  .nav-container,
  .nav_megamenu {
    display: none !important;
  }

  .top_header .top_header_menu {
    width: 370px;
  }

  .banner-content1 .banner-box img {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    right: -86px;
    top: -65px !important;
    bottom: auto;
  }

  .cattabproducts .products-grid .item-inner .product-shop .sub-name,
  .banner-content2 .banner-box1 .content h3,
  .banner-content2 .banner-box1 .content h2,
  .banner-content2 .banner-box .content a {
    display: none;
  }

  .banner-content3 .banner-box .main-img {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    bottom: -103px;
    left: -130px;
  }

  .banner-content1 {
    margin-bottom: 25px;
  }

  .cms-index-index .top_header .fa-cog {
    display: block;
  }
  .cms-index-index .top_header .top_header_menu {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .cms-index-index .top_header.highlight .top_header_menu {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .newsletter-block .input-mail {
    width: 100% !important;
    margin: 0 0 15px;
  }

  .newsletter-contact {
    padding: 45px 0 0;
  }

  .newsletter-contact .title-newsletter h3 {
    font-size: 25px;
    line-height: 35px;
  }

  .blog-content .item a.view-more,
  .blog-content .item .time-line > div {
    line-height: 70px;
  }

  .categories-grid .left .list-item {
    padding-left: 0;
  }

  .categories-grid .replace-ajax .des-menu {
    padding-right: 0;
  }

  .banner-static-top .col-sm-4 .banner-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-static-top .col-sm-4 h3 {
    margin-top: 5px;
  }

  .category-products .products-grid .item {
    width: 33.3333%;
  }

  .categories-grid .list-item .box-links .level-top a {
    font-size: 28px;
    margin-bottom: 28px;
  }

  .nivo-caption .LeftToRight .title {
    margin-left: -240px;
    top: 100px;
  }
}
@media (max-width: 992px) {
  .quick-access-sub {
    padding-left: 22px;
  }

  .quick-access-sub li a:hover,
  .sub-lang li.selected a, .sub-currency li a:hover, .sub-currency li.selected a {
    color: #eee;
  }

  .cattabproducts .bx-title h2 {
    margin-left: 0;
  }

  .cat1 .cattabproducts .bx-title {
    background-image: none;
  }

  .dailydeals .box-timer .timer-view > div:first-child span.day {
    font-size: 40px;
    line-height: 90px;
  }

  .dailydeals .box-timer .timer-view > div:first-child span.title {
    font-size: 20px;
  }

  .dailydeals .box-timer .timer-view > div .count {
    font-size: 25px;
  }

  .dailydeals .box-timer .timer-view > div span.title {
    font-size: 12px;
  }

  .dailydeals .sale-title h2 {
    font-size: 16px;
  }

  .dailydeals .sale-title a {
    display: none;
  }

  .quick-access-sub,
  .header-quick-access > div {
    float: left;
    width: 100%;
    border-bottom: 1px solid #222;
    border-left: 1px solid #e7e7e7;
  }

  .respon {
    float: right;
    position: relative;
  }
  .respon.active .header-quick-access {
    display: block;
  }

  .respon .fa-cogs {
    cursor: pointer;
    display: block !important;
    font-size: 15px;
    color: #666;
    line-height: 50px;
    padding: 0 17px;
  }
  .respon .fa-cogs:hover {
    background: #000;
    color: #fff;
  }

  .header-quick-access {
    position: absolute;
    width: 220px;
    background: #000;
    z-index: 99;
    right: 0;
    top: 50px;
    display: none;
  }

  .nav-mobilemenu-container {
    margin-bottom: 10px;
  }

  .blog-content .item-inner .box-info1 {
    padding: 13px 20px 10px;
  }

  .cattabproducts .owl-controls .owl-nav .owl-next, .bestsellerproduct .owl-controls .owl-nav .owl-next {
    right: -10px;
  }

  .blog-content .item-inner {
    margin-bottom: 25px;
  }

  .blog-content .item-inner .box-info {
    padding: 16px 20px 3px;
  }

  .blog-content .item-inner .box-info1 p.author, .blog-content .item-inner .box-info .user-view, .blog-content .item-inner .box-info1 p.link-more a {
    display: inline-block;
  }

  .banner-content3 .banner-box .main-img {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    bottom: -123px;
    left: -170px;
  }

  .banner-content1 .banner-box img {
    display: none;
  }

  .banner-content1 .banner-box2 h2 {
    padding: 50px 0 0;
  }

  .banner-wrapper,
  .header-wrapper {
    display: block;
  }

  .catalog-product-view .product-view-info .col-sm-12 {
    clear: both;
    display: inline-block;
    width: 100%;
  }

  .categories-grid {
    margin-bottom: 30px;
  }

  .newproducts {
    margin-bottom: 25px;
  }

  .brandlogo-wrapper {
    padding: 40px 0 25px;
  }

  .blog-content .item a.view-more,
  .blog-content .item .time-line > div {
    line-height: 40px;
  }

  .blog-content .item a.post-name {
    margin-top: 0;
  }

  .categories-grid .list-item .box-links .level-top img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .categories-grid .list-item .box-links ul.sub_cat li a {
    line-height: 25px;
  }

  .categories-grid .replace-ajax .des-menu {
    padding-bottom: 0;
    border: 0;
  }

  .banner-static-top .row {
    background: #fff;
  }

  .banner-static-top .col-sm-4:hover {
    background: none;
  }

  .form-search button.button .fa {
    line-height: 70px;
  }

  .postContent {
    min-height: 160px;
  }

  .category-products .products-grid .item {
    width: 50%;
  }

  .header-quick-access .drop-trigger .sub-menu,
  .quick-access-sub {
    top: 70px;
  }

  .blog-content li.item a.post-name {
    margin: 15px 0;
  }

  .blog-content li.item .box-info {
    padding-top: 10px;
  }

  .blog-content li.item .show-cat {
    display: inline-block;
  }

  /* .categories-grid .list-item { min-height: 616px; } */
  .categories-grid .list-item .box-img img {
    width: 100%;
  }

  .categories-grid .list-item .box-links .showmore, .categories-grid .list-item .box-links .showless {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 10px;
  }

  .header {
    padding: 70px 0 0;
  }

  .navbar .btn-navbar {
    font-size: 20px;
    color: #999;
    padding: 9px 0 9px 0;
    float: right;
    margin: 0;
  }

  .cms-index-index .col-left.sidebar {
    padding-top: 0;
  }

  .col-left.sidebar .dailydeals .products-grid .item-inner .product-shop {
    line-height: 1;
  }
  .col-left.sidebar .dailydeals .products-grid .item-inner .product-shop .sub-name {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .col-left.sidebar .dailydeals .products-grid .item-inner .product-shop .price {
    font-size: 16px !important;
  }

  .col-left.sidebar {
    padding-top: 0;
  }

  .bx-title h2 {
    font-size: 27px;
  }

  .box-timer .timer-view > div {
    font-size: 10px;
  }

  .nivo-directionNav a {
    display: none;
  }

  .nivo-caption .RightToLeft {
    top: 40%;
  }

  .box-related {
    clear: both;
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .product_custom .products-grid .item .item-inner .add-to-links li.wishlist {
    display: none;
  }

  .banner_content2 .banner_box:hover .detail {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }

  .banner_content2 .banner_box1 .detail {
    margin-left: -120px;
  }

  .banner_content2 .banner_box3 .detail {
    margin-left: -215px;
  }

  .cat2 .cattabs-products {
    width: 100%;
  }

  .cat2 .col-right2 {
    display: none;
  }

  .header-toplinks .my_account a {
    font-size: 15px;
  }

  .header-toplinks .my_account p {
    font-size: 14px;
  }

  .container-inner {
    padding: 0 10px;
  }

  .form-search input.input-text {
    padding-left: 15px;
  }

  .form-search #cat {
    display: none;
  }

  .newsletter-block .input-mail {
    margin-bottom: 15px;
  }

  .product_custom .products-grid .item .item-inner .box-images {
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }
  .product_custom .products-grid .item .item-inner .product-shop {
    margin-left: 0;
  }

  .freeshipping a {
    right: 50px;
  }
}
@media (max-width: 767px) {
  .product_custom .products-grid .item .item-inner .add-to-links {
    padding-bottom: 25px;
  }

  .product_custom .products-grid .item .item-inner .box-images .product-image {
    border-bottom: 1px solid #eee;
  }

  .banner_content2 .banner_box:hover .detail {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .banner_content2 .banner_box1 .detail {
    margin-left: -168px;
  }

  .banner_content2 .banner_box3 .detail {
    margin-left: -168px;
  }

  .container-inner-maxwidth .col-sm-4 {
    margin-bottom: 20px;
  }

  .banner_content1 img {
    width: 100%;
  }

  .banner_content1 .banner_content {
    margin-bottom: 20px;
  }

  .block-layered-nav {
    margin-top: 20px;
  }

  .footer-copyright {
    padding: 20px 0 0;
  }

  .footer-copyright .footer_links a.fisrt {
    padding-left: 0;
  }

  .footer-copyright .footer_links {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .cat2 .category1 .cattabproducts {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
  }

  .main-content .cat1 {
    display: none;
  }

  .dailydeals {
    margin-bottom: 40px;
  }

  #search_mini_form {
    margin-top: 10px;
  }

  .form-search input.input-text {
    padding-left: 208px;
  }

  .main-logo a {
    z-index: 9;
  }

  .container-inner {
    padding: 0 15px;
  }

  .main-logo a {
    display: inline-block;
    position: relative;
  }

  .main-logo {
    text-align: center;
  }

  .blog-wrapper {
    padding: 15px 0px !important;
  }

  .banner_left_home {
    margin-bottom: 25px;
  }

  .banner-content2 .banner-box1,
  .col-1 .bx-title {
    margin-bottom: 15px;
  }

  .banner-content3 .banner-box .main-img,
  .banner-content1 {
    display: none;
  }

  .catalog-product-view .product-view-info .col-sm-7 {
    z-index: 9;
  }

  .newsletter-contact .newsletter-block form {
    text-align: left;
  }

  .newsletter-contact .title-newsletter h3 {
    margin-bottom: 20px;
  }

  .blog-content .item .box2 {
    padding: 0 30px;
  }

  .blog-content .item .box-info .time-line {
    position: static;
    width: 100%;
    margin-top: 25px;
  }

  .categories-grid .right.replace-ajax {
    background: none !important;
  }

  .banner-static-top .col-sm-4 .banner-box {
    margin: 0;
    border-bottom: 1px solid #d9d9d9;
    border-right: 0;
  }

  .relatedslider {
    display: none;
  }

  .header-cart-mini .top-cart-content {
    right: 0;
  }

  .newsletter-contact .footer-support {
    float: left;
    text-align: left;
  }

  .brandlogo-wrapper {
    border-bottom: 1px solid #eee;
  }

  .freeshipping {
    display: none;
  }

  .banner-content a img {
    width: 100%;
  }

  .blog-content li.item .show-cat {
    display: none;
  }

  .blog-content li.item .post-content {
    margin: 15px 0;
  }

  .top_cart_header {
    text-align: center;
  }
  .top_cart_header .header-cart-mini {
    float: none;
    margin-top: 20px;
    display: inline-block;
  }

  .static_block_top {
    display: none !important;
  }

  .header {
    margin: 0;
  }

  .search-below-768px {
    display: block;
  }

  .banner-static-top {
    text-align: center;
  }

  .banner-left {
    display: none;
  }

  .nivo-caption .LeftToRight .title {
    top: 30px;
    margin-left: -100px;
  }
  .nivo-caption .LeftToRight .description {
    bottom: 30px;
  }
  .nivo-caption .LeftToRight .readmore {
    bottom: 42px;
  }
  .nivo-caption .RightToLeft {
    top: 50px;
  }
  .nivo-caption .RightToLeft .title {
    font-size: 36px;
    line-height: 40px;
  }
  .nivo-caption .RightToLeft .description {
    font-size: 16px;
    line-height: 20px;
  }

  .banner-static-top .banner-box2 a {
    padding: 5px 15px 5px 10px;
    font-size: 12px;
    line-height: 20px;
  }

  .footer-information .footer-support,
  .footer-payment {
    float: left;
    text-align: left;
    padding-top: 0;
  }

  .footer-information .footer-link h3 {
    margin-top: 15px;
  }

  .product-view .add-to-cart .input-content, .product-view .add-to-cart button.button {
    margin-bottom: 10px;
  }

  .header-topmenu {
    padding-bottom: 30px;
  }
}
@media (max-width: 680px) {
  .header_hotline {
    display: none;
  }

  .form-search input.input-text {
    padding-left: 20px;
  }

  .form-search #cat {
    display: none;
  }

  .new-product-side2 a.new-product-side2-link {
    font-size: 12px;
  }

  .page-header-content {
    text-align: center;
  }
  .page-header-content .quick-access {
    float: none;
    width: 144px;
    margin: auto;
  }

  .header a.logo {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .banner_content2 .banner_box:hover .detail {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .banner_content2 .banner_box1 .detail {
    margin-left: -168px;
  }

  .banner_content2 .banner_box3 .detail {
    margin-left: -168px;
  }

  .cat2 .cattabs-products {
    width: 100%;
  }

  .cat2 .col-right2 {
    display: none;
  }

  .top_header .top_header_menu {
    width: 100%;
  }

  .blog-content .item-inner p.timer {
    line-height: 34px;
    font-size: 11px;
    padding: 0 5px;
  }

  .blog-content .item-inner p.timer .fa {
    padding: 9px 0 11px;
  }

  .main-logo img {
    max-width: 175px;
  }

  .dailydeals .products-grid .item-inner .product-shop {
    margin-left: 0;
  }

  .dailydeals .products-grid .item .item-inner .daily_deal_main .box-images {
    width: 100%;
  }

  .footer-copyright .copyright {
    line-height: 30px;
    padding: 20px 0;
  }

  .bx-title h2 {
    font-size: 20px;
    margin-left: 10px;
  }

  .categories-grid .replace-ajax {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }

  .category-products .products-grid .item {
    width: 100%;
  }

  .form-search #cat,
  .nivo-caption {
    display: none !important;
  }

  .quick-access-sub {
    right: 50%;
    margin-right: -125px;
  }

  .products-grid .item-inner .box-images,
  .products-list li.item .box-images {
    margin-bottom: 15px;
  }
  .products-grid .item-inner .box-images img,
  .products-list li.item .box-images img {
    width: 100%;
  }

  .block-newproduct-content {
    margin-bottom: 30px;
  }

  .freeshipping {
    margin-bottom: 30px;
  }
  .freeshipping a {
    display: none;
  }

  .product-view .product-shop .product-name {
    margin: 20px 0 0;
  }

  .banner-static-top .banner-box {
    margin-bottom: 20px;
  }
  .banner-static-top .banner-box img {
    width: 100%;
  }
  .banner-static-top .banner-box3 {
    margin-bottom: 0;
  }

  .newsletter-block .input-mail {
    width: 100%;
    margin: 0 0 15px;
  }
}
@media (max-width: 380px) {
  .header-quick-access .access {
    text-align: center;
  }
  .header-quick-access .hotline {
    display: none;
  }
  .header-quick-access .language-currency {
    float: right;
  }
  #tabs-title li h3 { font-size: 15px;}
}

/*# sourceMappingURL=styles.css.map */

.home_fullban {
   background: url(http://www.sonylounge.com.au/skin/frontend/sony/default/images/fullban1.jpg);   
   background-repeat:no-repeat;
    /* custom background-position */
    background-position:100% 100%;
	background-size: cover;
	text-align: center;
}
.home_fullban,
.content-a {
    width:100%;
    height:100%;
    overflow:hidden;
	/*min-height: 440px;*/
	margin: 10px 0;
	border:1px solid rgba(255,255,255, 0.5);
	border-left:0;
	border-right:0;
}
.home_fullban.overflow,
.home_fullban.overflow .content-a {
    height:auto;
    min-height:100%;
}
.home_fullban .content-a {
	display:table;
}
.home_fullban .content-b {
	display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    width: 62%;
    padding: 5% 0;
    margin: auto;
}
.home_fullban .content-b h3{
	display: block;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 600;
}
.home_fullban .content-b p{
	font-size: 20px;
	color: #ffffff;
}

.social img:hover{
	opacity: 0.7;
}.product-view .paypal-logo { margin-top: 15px;}.product-view .paypal-or {     padding-top: 7px; display: inline-block;}

.mostviewproducts .regular-price .price, .bestsellerproduct .regular-price .price, .saleproducts .regular-price .price {font-size: 20px !important;}

.product-view .regular-price .price { font-size: 32px;}

.mostviewproducts .products-grid .product-name, .bestsellerproduct .products-grid .product-name, .saleproducts .products-grid .product-name { min-height: auto; line-height: 1.5;}

.products-grid .product-name { min-height: 65px;}

.producttabs-products .product-name {    min-height: 63px;}

a.know_more {
  padding: 0;
  line-height: 28px;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  padding: 8px 30px;
  background: #ffffff;
}
a.know_more:hover {
  background: #000000 !important;
  color: #fff;
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(http://www.sonylounge.com.au/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(http://www.sonylounge.com.au/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(http://www.sonylounge.com.au/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(http://www.sonylounge.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(http://www.sonylounge.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(http://www.sonylounge.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(http://www.sonylounge.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(http://www.sonylounge.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(http://www.sonylounge.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

  100% {
    opacity: 0;
  }
}

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

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

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

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

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("http://www.sonylounge.com.au/skin/frontend/sony/default/themevast/plugin/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

