/* Base Styles */
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #ffffff; }

html {
  font-size: 62.5%;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  height: 100%; }

body {
  line-height: 1.45em;
  font-size: 15px;
  color: #404040;
  font-family: Helvetica, Arial, sans-serif;
  min-height: 100%; }

/* HTML5 Elements */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
  display: block; }

/* Forms and Inputs */
form {
  margin: 0;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  background: #d6d6d6; }

button, input {
  line-height: normal; }

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

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

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

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

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

select, input[type=file] {
  height: 27px;
  height: auto;
  line-height: 27px; }

input, textarea {
  height: 32px;
  padding: 4px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  color: #202020;
  font-family: "adobe-garamond-pro";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.040em;
  text-transform: capitalize; }

input[type=password]:focus, input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, textarea:focus {
  outline: none; }

input[type=checkbox], input[type=radio] {
  height: 16px;
  line-height: 16px;
  vertical-align: middle; }

input[type=checkbox] {
  -webkit-appearance: checkbox; }

input[type=file] {
  cursor: pointer;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0; }

input[type=submit] {
  cursor: pointer; }

::-webkit-input-placeholder {
  color: #404040 !important; }

:-moz-placeholder {
  color: #404040 !important; }

select {
  font-size: 13px;
  display: inline-block;
  color: #222;
  font-family: Helvetica,Arial,sans-serif;
  vertical-align: top;
  height: 22px;
  line-height: 22px;
  padding: 2px;
  padding: initial;
  border: 1px solid #ccc;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px; }

@-moz-document url-prefix() {
  select {
    padding: 6px; } }

/* Firefox fix */
select:focus, select.focus {
  outline: none; }

textarea {
  min-height: 72px; }

img {
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic; }

ul, ol {
  margin: 0 0 20px 20px;
  padding: 0; }

ul li {
  margin-bottom: 5px; }

#page ul li {
  margin-bottom: 0px; }

ul {
  list-style: disc outside none; }

.documentation-header {
  margin-bottom: 30px !important; }

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: "adobe-garamond-pro";
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #313131;
  text-transform: uppercase; }

h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 40px; }

h2 {
  font-weight: 400;
  font-size: 28px;
  line-height: 32px; }

h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 27px; }

h4 {
  font-size: 13px;
  line-height: 18px; }

h5 {
  font-size: 12px;
  line-height: 18px; }

h6 {
  font-size: 10px;
  line-height: 18px; }

h1 .note, h2 .note, h3 .note, h4 .note, h5 .note, h6 .note {
  margin-left: 8px;
  font-weight: 400;
  font-size: 12px; }

h1 .note a, h2 .note a, h3 .note a, h4 .note a, h5 .note a, h6 .note a {
  color: #ef8d00; }

p, #page p {
  margin: 0 0 20px 0;
  font-family: "pragmatica-web";
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.020em;
  color: #313131; }

/* Links and Buttons */
a {
  color: #ef8d00;
  text-decoration: none; }

a:hover {
  color: #ef8d00; }

a.btn, input.btn {
  display: block;
  width: auto;
  height: 32px;
  padding: 0px 10px 0px 10px;
  background: #ef8d00;
  color: #FFFFFF;
  font-family: "pragmatica-web";
  font-weight: 400;
  font-size: 12px;
  line-height: 12px !important;
  letter-spacing: 0.100em;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s; }

a.btn:hover, input.btn:hover {
  background: #313131; }

a.important {
  font-family: "adobe-garamond-pro";
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.075em;
  text-transform: uppercase; }

a.continue {
  display: block;
  float: right;
  font-family: "adobe-garamond-pro";
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  margin-top: 30px; }

.btn.secondary {
  background: #eee;
  color: #555; }

a.btn:hover:disabled, input.btn:hover:disabled {
  cursor: default; }

input.disabled.btn:hover {
  background-color: #ef8d00;
  color: #fff; }

.btn:disabled, .disabled {
  cursor: default; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #333333; }

.accent-color {
  color: #ef8d00 !important; }

#zoom-image {
  -webkit-border-radius: 0 2px 0 0;
  -moz-border-radius: 0 2px 0 0;
  border-radius: 0 2px 0 0; }

/* Tables */
table {
  width: 100%;
  border-spacing: 0; }

table tr td {
  border-top: 1px solid #dddddd; }

table tr td, table tr th {
  padding: 10px;
  text-align: left; }

table tr td:first-child, table tr th:first-child {
  padding-left: 0px; }

table tr td:last-child, table tr th:last-child {
  padding-right: 0px; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

/* Icons */
.icon-social {
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  margin-right: 10px;
  margin-bottom: 10px; }

.icon-social {
  filter: alpha(opacity=75);
  -khtml-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75; }

.icon-social:hover {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.icon-social.twitter {
  display: block;
  width: 19px;
  height: 22px;
  background: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/twitter.png?v=4794638361892427676") no-repeat; }

.icon-social.facebook {
  display: block;
  width: 13px;
  height: 22px;
  background: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/facebook.png?v=8476017013419612459") no-repeat; }

.icon-social.pinterest {
  display: block;
  width: 18px;
  height: 22px;
  background: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/pinterest.png?v=4497999678079826301") no-repeat; }

.icon-cart {
  float: right;
  display: block;
  width: 21px;
  height: 18px;
  margin: 0px 0px 0px 10px; }

.icon-cart {
  background: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/cart.png?v=3039174197082985996") no-repeat;
  background-position: 0 0; }

#social {
  padding: 20px 0px 10px 0px; }

#social .a2a_dd {
  color: #363636;
  font-family: "pragmatica-web";
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.020em;
  text-transform: uppercase;
  padding-top: 3px; }

#social .a2a_dd span {
  display: none; }

.icon-products {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4wLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL1RSLzIwMDEvUkVDLVNWRy0yMDAxMDkwNC9EVEQvc3ZnMTAuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4wIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Y2lyY2xlLCBlbGxpcHNlLCBsaW5lLCBwYXRoLCBwb2x5Z29uLCBwb2x5bGluZSwgcmVjdCwgdGV4dCB7IGZpbGw6ICM5OGE3YjUgIWltcG9ydGFudDsgfTwvc3R5bGU+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjNTI2MDY2IiBkPSJNOS4xLDEzLjZjLTAuNCwwLTAuNy0wLjEtMS0wLjRMMS45LDYuOWwwLjIsMS44YzAsMC4yLDAuMiwwLjUsMC4zLDAuN2w2LjUsNi41QzksMTYsOS4zLDE2LDkuNCwxNS45DQoJCWw0LjctNC43YzAuMi0wLjIsMC4yLTAuNCwwLTAuNmwtMC43LTAuN2wtMy4zLDMuM0M5LjksMTMuNCw5LjUsMTMuNiw5LjEsMTMuNnoiLz4NCgk8cGF0aCBmaWxsPSIjNTI2MDY2IiBkPSJNNy43LDAuNkM3LjUsMC41LDcuMiwwLjMsNywwLjNMMy41LDBjMCwwLDAsMC0wLjEsMEMzLjIsMCwyLjksMC4xLDIuOCwwLjJMMiwxQzEuOCwxLjIsMS43LDEuNSwxLjcsMS43DQoJCWwwLjMsMy41YzAsMC4yLDAuMiwwLjUsMC4zLDAuN2w2LjUsNi41YzAuMSwwLjEsMC4yLDAuMSwwLjMsMC4xYzAuMSwwLDAuMiwwLDAuMy0wLjFsNC43LTQuN2MwLjItMC4yLDAuMi0wLjQsMC0wLjZMNy43LDAuNnoNCgkJIE0zLjIsMS41YzAuMi0wLjIsMC40LTAuMywwLjYtMC4zczAuNCwwLjEsMC42LDAuM2MwLjMsMC4zLDAuMywwLjksMCwxLjJDNC4zLDIuOSw0LjEsMywzLjgsM1MzLjQsMi45LDMuMiwyLjcNCgkJQzIuOSwyLjQsMi45LDEuOSwzLjIsMS41eiIvPg0KPC9nPg0KPC9zdmc+DQo="); }

.icon-pages {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48c3R5bGUgdHlwZT0idGV4dC9jc3MiPmNpcmNsZSwgZWxsaXBzZSwgbGluZSwgcGF0aCwgcG9seWdvbiwgcG9seWxpbmUsIHJlY3QsIHRleHQgeyBmaWxsOiAjOThhN2I1ICFpbXBvcnRhbnQ7IH08L3N0eWxlPjxwYXRoIGZpbGw9IiM1MjYwNjYiIGQ9Ik01IDloLTN2MWgzdi0xem0xLTJoLTR2MWg0di0xem0tNCA1aDN2LTFoLTN2MXptOCAyLjA0NmwtOS4wMDItLjA0Ni0uMDA0LTloMy4wMDZ2LTNoNnYyaDF2LTEuOTU0bC0xLjA4LTEuMDQ2aC02LjkybC0yLjk5OCAyLjk4Ni0uMDAyIDExLjAxNGgxMXYtNGwtMSAxLjA0NnYyem0tNi45OTYtMTEuNjA1djEuNTg2aC0xLjYwOGwxLjYwOC0xLjU4NnptMi45ODcgOS4wNThsMi4yMDYtLjA1OSA2LjgwNS01LjU1NC0xLjY4OS0yLjEwNC02LjgwNSA1LjU1NC0uNTE3IDIuMTYzem0xLjE2OS0xLjcxNWwuODMxLS4xNTYuMTU1LjgzNS0xLjIwMS41NjUuMjE1LTEuMjQ0eiIvPjwvc3ZnPg=="); }

.icon-collections {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4wLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL1RSLzIwMDEvUkVDLVNWRy0yMDAxMDkwNC9EVEQvc3ZnMTAuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4wIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Y2lyY2xlLCBlbGxpcHNlLCBsaW5lLCBwYXRoLCBwb2x5Z29uLCBwb2x5bGluZSwgcmVjdCwgdGV4dCB7IGZpbGw6ICM5OGE3YjUgIWltcG9ydGFudDsgfTwvc3R5bGU+DQo8cGF0aCBmaWxsPSIjNTI2MDY2IiBkPSJNNy41LDEuNUwwLDMuNWgwdjguOWw3LDIuMVY1LjdMMiw0LjVsNS41LTEuNmw2LjMsMS42bDAuMSwwTDgsNS43djguOGw4LTIuMVYzLjlMNy41LDEuNXogTTE0LDguMWwtNCwwLjgNCglWNy4zbDQtMC44VjguMXoiLz4NCjwvc3ZnPg0K"); }

/* Tags */
.tags {
  margin: 0 0 0 12px;
  padding: 0;
  right: 24px;
  bottom: -12px;
  list-style: none; }

.tags li {
  margin-bottom: 5px !important; }

.tags li, .tags a {
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 11px; }

.tags a {
  margin: 0 15px 15px 0;
  padding: 0 10px 0 12px;
  background: #ECECEC;
  color: #666666;
  text-decoration: none;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

.tags a:before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent #ECECEC transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0; }

.tags a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff; }

.tags a:hover, .tags li.active a {
  background: #CCCCCC;
  color: #333333; }

.tags a:hover:before, .tags li.active a:before {
  border-color: transparent #CCCCCC transparent transparent; }

/* Helper Classes */
.row:before, .row:after, .clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden; }

.clearfix:after, .row:after {
  clear: both; }

.clearfix, .row {
  zoom: 1; }

.p0 {
  margin-bottom: 0px !important; }

.p5 {
  margin-bottom: 5px !important; }

.p10 {
  margin-bottom: 10px !important; }

.p15 {
  margin-bottom: 15px !important; }

.p20 {
  margin-bottom: 20px !important; }

.p25 {
  margin-bottom: 25px !important; }

.p30 {
  margin-bottom: 30px !important; }

.p40 {
  margin-bottom: 40px !important; }

.p50 {
  margin-bottom: 50px !important; }

.p60 {
  margin-bottom: 60px !important; }

.fr {
  float: right !important; }

.fl {
  float: left !important; }

.fn {
  float: none !important; }

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

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

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

.hidden {
  display: none !important; }

.border-top {
  border-top: 1px solid #dddddd; }

.border-right {
  border-right: 1px solid #dddddd; }

.border-bottom {
  border-bottom: 1px solid #dddddd; }

.border-left {
  border-left: 1px solid #dddddd; }

.display-table {
  display: table !important;
  width: 100%; }

.display-table-cell {
  display: table-cell !important;
  vertical-align: middle; }

.table {
  display: table;
  margin: 0 auto; }

.fixed {
  position: fixed; }

hr.divider {
  margin: 15px 0;
  background: #dddddd;
  height: 1px;
  border: 0; }

/* Grid System */
.wrapper {
  width: 1100px;
  margin: 0 auto;
  padding: 0 0px; }

.toolbar-wrapper {
  height: 108px;
  position: relative; }

#transparency > .row:before, #transparency > .row:after {
  content: "";
  display: table; }

#transparency > .row:after {
  clear: both; }

#transparency > .row {
  zoom: 1; }

.toolbar {
  width: 518px;
  float: right;
  padding: 19px 0 0 0; }

footer {
  width: 1100px;
  margin: 0 auto; }

.row {
  margin: 0 0 30px 0; }

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
  display: block;
  float: left;
  margin: 0 15px; }

.inner-left {
  margin-left: 0px !important; }

.inner-right {
  margin-right: 0px !important; }

.span1 {
  width: 58px; }

.span2 {
  width: 150px; }

.span3 {
  width: 242px; }

.span4 {
  width: 334px; }

.span5 {
  width: 426px; }

.span6 {
  width: 518px; }

.span7 {
  width: 610px; }

.span8 {
  width: 702px; }

.span9 {
  width: 794px; }

.span10 {
  width: 886px; }

.span11 {
  width: 978px; }

.span12 {
  width: 1070px; }

/* Lists */
ul.unstyled, ol.unstyled {
  margin: 0;
  list-style: none outside none; }

ul.unstyled > li, ol.unstyled > li {
  list-style: none; }

ul.horizontal > li, ol.horizontal > li {
  display: block;
  float: left; }

ul.vertical > li, ol.vertical > li {
  display: block;
  float: none; }

ul.horizontal-inline, ol.horizontal-inline {
  text-align: center; }

ul.horizontal-inline > li, ol.horizontal-inline > li {
  display: inline;
  margin: 0 5px; }

ul.expanded > li, ol.expanded > li {
  margin-bottom: 10px; }

/* Toolbar */
.toolbar {
  color: #404040;
  font-size: 14px;
  letter-spacing: 0.020em; }

.toolbar ul.unstyled {
  display: block;
  overflow: hidden;
  clear: both; }

.toolbar .purchase-message {
  display: block;
  overflow: hidden;
  clear: both;
  font-family: "adobe-garamond-pro";
  /*font-style:italic;*/
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #ef8d00; }

.toolbar .purchase-message a {
  color: #ef8d00;
  padding: 5px 0px 5px 0px; }

.toolbar .search-field {
  display: block;
  overflow: hidden;
  clear: both; }

.toolbar li, .toolbar .search, .toolbar .purchase-message span {
  float: right;
  line-height: 15px;
  list-style: none;
  padding: 5px 7px 0px 7px;
  margin-bottom: 0 !important; }

.toolbar li.toolbar-cart {
  padding: 5px 0px 0px 7px; }

.toolbar li a:after {
  color: #404040 !important;
  content: "|";
  margin: 0px 0px 0px 7px; }

.toolbar li.toolbar-cart a:after {
  display: none; }

.toolbar a {
  position: relative;
  color: #404040;
  font-family: "adobe-garamond-pro";
  font-weight: 400; }

.toolbar a.standard {
  display: block; }

.toolbar a.mobile {
  display: none; }

.toolbar a:hover {
  color: #ef8d00; }

.toolbar .search {
  position: relative; }

.toolbar .search_box {
  background: #ebebeb;
  height: 23px;
  width: 200px;
  padding: 0 31px 0 10px;
  border: none;
  vertical-align: middle;
  line-height: normal;
  color: #404040 !important;
  border-radius: 10px;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  font-family: "adobe-garamond-pro";
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.020em; }

.toolbar .search_box:focus {
  width: 220px; }

.toolbar #go {
  position: absolute;
  background: none;
  right: 0px;
  width: 31px;
  height: 23px;
  border: none;
  box-shadow: none;
  padding: 0px !important; }

.toolbar .or {
  color: #888;
  display: inline-block; }

.toolbar-cart, .toolbar-customer {
  float: right !important; }

.toolbar-customer {
  padding-left: 0  !important; }

#cart-animation {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 15;
  text-align: center;
  line-height: 25px;
  background: #ef8d00 !important;
  color: #fff !important;
  font-weight: bold;
  border: 3px solid #ef8d00;
  font-size: 16px; }

#cart-count {
  opacity: 0;
  color: #ff9900;
  display: block;
  width: 15px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  margin: 14px 0 0 0px;
  transition: opacity 0.2s ease-out;
  position: absolute;
  right: 4px;
  text-align: center;
  top: -16px; }

.has-items #cart-count {
  opacity: 1; }

.toolbar .logged-in {
  text-align: right;
  color: #404040;
  font-family: "adobe-garamond-pro";
  font-weight: 400;
  margin: 5px 0px 0px 0px; }

#customer_logout_link {
  color: #ff9900; }

.toolbar .logged-in span {
  color: #ff9900; }

.toolbar-customer .account {
  display: none;
  width: 345px;
  height: 350px;
  position: absolute;
  z-index: 10000;
  top: 20px;
  right: 20px;
  background: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/account-bg.png?v=8038459697647509955") no-repeat; }

.toolbar-customer .account .content {
  position: relative;
  width: 305px;
  height: 350px;
  padding: 50px 20px 0px 20px; }

.toolbar-customer .account .content .create-account {
  display: block;
  overflow: hidden;
  color: #414141;
  font-family: "garamond-premier-pro";
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.020em;
  text-transform: capitalize;
  margin: 55px 0px 0px 0px; }

.toolbar-customer .account .content .create-account p {
  color: #414141;
  font-family: "garamond-premier-pro";
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.020em;
  text-transform: capitalize;
  margin: 5px 0px 10px 0px !important; }

.toolbar-customer .account .content .create-account:after {
  display: none; }

.toolbar-customer .account .content .create-account a#customer_register_link {
  display: table-cell;
  width: 180px;
  height: 32px;
  background: #ef8d00;
  color: #FFFFFF;
  font-family: "pragmatica-web";
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.100em;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s; }

.toolbar-customer .account .content .create-account a#customer_register_link:hover {
  background: #313131; }

.toolbar-customer .account .content .create-account a#customer_register_link:after {
  display: none; }

.toolbar-customer .account .content .discount-message {
  position: absolute;
  left: 0px;
  bottom: 10px;
  padding: 0px 10px 5px 10px;
  color: #313131;
  font-family: "pragmatica-web";
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.020em;
  text-transform: uppercase; }

.toolbar-customer .account .content .discount-message a {
  color: #313131;
  font-weight: 600; }

.toolbar-customer .account .content .discount-message a span {
  padding: 2px 4px 2px 4px;
  background: #ef8d00;
  color: #FFFFFF;
  font-family: "pragmatica-web";
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.100em;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s; }

.toolbar-customer .account .content .discount-message a:after {
  display: none; }

.toolbar-customer .account input#customer_email {
  display: block;
  width: 296px;
  background: #d6d6d6;
  color: #202020;
  font-family: "adobe-garamond-pro";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.040em;
  text-transform: capitalize;
  margin: 0px 0px 10px 0px; }

input[type="email"] {
  text-transform: none !important; }

.toolbar-customer .account input#customer_password {
  display: block;
  width: 296px;
  background: #d6d6d6;
  color: #202020;
  font-family: "adobe-garamond-pro";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.040em;
  text-transform: capitalize;
  margin: 0px 0px 10px 0px; }

.toolbar-customer .account input.submitbtn {
  display: table-cell;
  float: right;
  width: 127px;
  height: 32px;
  background: #ef8d00;
  color: #FFFFFF;
  font-family: "pragmatica-web";
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.100em;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  margin: 3px 0px 0px 0px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s; }

.toolbar-customer .account input.submitbtn:hover {
  background: #313131; }

.toolbar-customer .account a.forgot {
  color: #ef8d00; }

.toolbar-customer .account a.forgot:after {
  display: none; }

.toolbar-customer .account a.forgot:hover {
  color: #404040; }

.toolbar-email .email_update {
  display: none;
  width: 324px;
  height: 143px;
  position: absolute;
  z-index: 10000;
  top: 20px;
  right: 20px;
  background: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/email-updates-bg.png?v=18101605476014935036") no-repeat; }

.toolbar-email .email_update .content {
  padding: 50px 9px 0px 9px; }

.toolbar-email .email_update .content form {
  display: block;
  overflow: hidden; }

.toolbar-email .email_update .content input#customer_email_address {
  display: inline-block;
  float: left;
  width: 215px;
  background: #d6d6d6;
  color: #202020;
  font-family: "adobe-garamond-pro";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.040em;
  text-transform: capitalize;
  margin: 0px 0px 10px 0px; }

.toolbar-email .email_update .content input.btn {
  display: inline-block;
  float: left;
  width: 81px;
  height: 40px;
  background: #ef8d00;
  color: #FFFFFF;
  font-family: "pragmatica-web";
  font-weight: 400;
  font-size: 12px;
  line-height: 12px !important;
  letter-spacing: 0.100em;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s; }

.toolbar-email .email_update .content input.btn:hover {
  background: #313131; }

.toolbar-email .email_update .content .email-message {
  display: block;
  overflow: hidden;
  color: #414141;
  font-family: "garamond-premier-pro";
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.020em;
  text-transform: uppercase; }

.toolbar-cart .cart {
  display: none;
  width: 175px;
  height: 185px;
  position: absolute;
  z-index: 10000;
  top: 20px;
  right: 0px;
  background: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/cart-bg.png?v=9270178034688243750") no-repeat; }

.toolbar-cart .cart .content {
  padding: 50px 9px 0px 15px; }

.toolbar-cart .cart .cartcount {
  color: #414141;
  font-family: "garamond-premier-pro";
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.020em;
  text-transform: uppercase;
  text-align: center; }

.toolbar-cart .cart .cartcount span {
  margin-left: 5px; }

.toolbar-cart .cart .continue-shopping {
  display: block;
  color: #414141;
  font-family: "garamond-premier-pro";
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.020em;
  text-transform: capitalize;
  padding: 10px 0px 10px 0px; }

.toolbar-cart .cart .checkout {
  display: block;
  width: 125px;
  height: 42px;
  padding: 10px 10px 0px 10px;
  background: #ef8d00;
  color: #FFFFFF;
  font-family: "pragmatica-web";
  font-weight: 400;
  font-size: 12px;
  line-height: 12px !important;
  letter-spacing: 0.100em;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s; }

.toolbar-cart .cart .checkout:hover {
  background: #313131; }

.message {
  display: none;
  width: 250px;
  height: 120px;
  position: absolute;
  z-index: 10000;
  top: 15%;
  left: 50%;
  margin-left: -125px;
  background: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/message-bg.png?v=4776104102185619817") no-repeat;
  background-size: 100% 100%;
  padding: 20px 0px 20px 0px;
  text-align: center; }

.message .checkout {
  display: block;
  float: center;
  width: 125px;
  height: 32px;
  padding: 10px 10px 0px 10px;
  background: #ef8d00;
  color: #FFFFFF;
  font-family: "pragmatica-web";
  font-weight: 400;
  font-size: 12px;
  line-height: 12px !important;
  letter-spacing: 0.100em;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
  margin: 0px auto; }

.message .checkout:hover {
  background: #313131; }

/* Header */
.logo {
  float: left;
  max-width: 310px; }

.logo a img, .logo h1 a {
  display: block;
  margin: 0 auto; }

.logo a img, .logo h1 a:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.logo h1 {
  text-align: center; }

.logo {
  padding: 24px 0 0 0; }

.logo h1 {
  margin: 0;
  border: 0; }

.logo h1 a {
  text-decoration: none;
  font-size: 58px;
  line-height: 58px;
  color: #333333;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: bold; }

.logo h1 a:hover {
  text-decoration: none;
  color: #333333; }

.logo a, .logo img {
  display: block;
  margin: 0; }

/* Navigation */
nav {
  font-family: "pragmatica-web";
  font-weight: 300;
  padding: 40px 0px 10px 0px; }

#nav .span12 {
  margin: 0px 0px 0px 0px; }

nav {
  position: relative; }

nav > ul > li {
  margin-bottom: 0; }

nav > ul > li > a {
  text-decoration: none;
  color: #7d7d7d;
  display: block;
  padding: 0px 50px 0px 0px;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.010em;
  text-transform: lowercase;
  height: 20px; }

nav.main > ul > li:last-of-type > a {
  padding: 0px 0px 0px 0px; }

nav > ul > li > a.current {
  color: #ef8d00; }

nav > ul > li:hover > a {
  color: #ef8d00;
  text-decoration: none; }

nav > ul > li.dropdown {
  position: relative;
  margin: 15px 0px 0px 0px; }

nav > ul > li.dropdown > .dropdown {
  background: rgba(239, 141, 0, 0.82);
  list-style: none outside none;
  display: none;
  position: absolute;
  min-width: 200px;
  z-index: 99999;
  top: 100%;
  left: 0%;
  margin-left: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1); }

nav > ul > li.dropdown:hover > .dropdown {
  display: block;
  z-index: 999999; }

nav > ul > li.dropdown li {
  list-style: none;
  border-bottom: 1px solid rgba(35, 31, 32, 0.53);
  padding: 5px 15px;
  margin-bottom: 0px; }

nav > ul > li.dropdown li:last-of-type {
  border-bottom: none; }

nav > ul > li.dropdown li a {
  font-family: "adobe-garamond-pro";
  font-weight: 400;
  font-size: 16px;
  line-height: 14px !important;
  letter-spacing: 0.050em;
  text-transform: lowercase;
  color: #FFFFFF; }

nav > ul > li.dropdown li a:hover {
  color: #FFFFFF; }

nav > ul > li.dropdown > .dropdown {
  margin-left: 0; }

nav > ul > li.dropdown:hover > .dropdown {
  display: block;
  z-index: 999999;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); }

nav > ul {
  text-align: left; }

nav.main > ul > li {
  float: none !important;
  display: inline-block !important; }

nav > ul > li.dropdown > .dropdown {
  text-align: left; }

nav > ul > li.dropdown > .dropdown > li {
  display: block; }

nav.mobile {
  display: none;
  border: none; }

nav.mobile > ul > li > a {
  line-height: 30px;
  height: 30px; }

nav.mobile select {
  height: 30px;
  line-height: 30px;
  width: 100%; }

/* Sidebar Navigation */
nav.sidebar-nav {
  margin: 15px 15px 0px 0px; }

nav.sidebar-nav > ul {
  margin: 0 0 0px 0px; }

nav.sidebar-nav > ul > li {
  display: block !important;
  margin-bottom: 5px;
  list-style: none;
  border-bottom: 1px solid #b6b6b6; }

nav.sidebar-nav > ul > li:last-of-type {
  border-bottom: none; }

nav.sidebar-nav > ul > li a {
  display: inline-block !important; }

nav.sidebar-nav > ul > li.has-sub > ul {
  border-top: 1px solid #b6b6b6; }

nav.sidebar-nav > ul > li.has-sub > a:after {
  position: absolute;
  content: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/arrow-dark-down.png?v=6525184403010132337");
  width: 7px;
  height: 4px;
  margin: -2px 0px 0px 5px; }

nav.sidebar-nav > ul > li > ul > li.has-sub > a:after {
  position: absolute;
  content: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/arrow-dark-down.png?v=6525184403010132337");
  width: 7px;
  height: 4px;
  margin: -2px 0px 0px 5px; }

nav.sidebar-nav ul li.title {
  font-family: "pragmatica-web";
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.010em;
  color: #5A5A5A;
  text-transform: uppercase;
  margin-bottom: 10px; }

nav.sidebar-nav ul ul {
  display: none;
  margin: 0 0 0px 0px; }

nav.sidebar-nav ul ul ul {
  display: block;
  margin: 5px 0px 0px 20px; }

nav.sidebar-nav ul li a.active + ul {
  display: block; }

nav.sidebar-nav ul ul li {
  list-style: none; }

nav.sidebar-nav > ul > li a {
  font-family: "adobe-garamond-pro";
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.050em;
  color: #5A5A5A;
  padding: 5px 0px 5px 0px;
  text-transform: none;
  width: 100%; }

nav.sidebar-nav > ul > li a span {
  width: 90%;
  display: inline-block; }

nav.sidebar-nav > ul > li.has-sub ul li.has-sub a {
  width: auto; }

nav.sidebar-nav > ul > li.has-sub ul li.has-sub a span {
  width: auto;
  display: inline-block; }

nav.sidebar-nav > ul > li > ul > li a {
  font-size: 15px;
  line-height: 15px; }

nav.sidebar-nav li a:hover, nav.sidebar-nav li a.active {
  color: #ef8d00; }

/* Promotion */
.promotion {
  width: 100%;
  height: 52px;
  background: #545454;
  box-shadow: 0px 5px 9px 0px rgba(18, 18, 19, 0.27);
  font-family: "adobe-garamond-pro";
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.025em;
  color: #FFFFFF;
  text-align: center; }

.promotion .content {
  margin: 0px auto;
  padding: 17px 0px 0px 0px;
  width: 80%; }

.promotion a {
  display: block;
  width: 100%;
  height: 52px;
  text-decoration: none;
  color: #FFFFFF;
  padding: 0px 5px 0px 5px; }

.promotion a:hover, .promotion span {
  text-decoration: none;
  color: #FFFFFF;
  padding: 0px 5px 0px 5px; }

.promotion span:after {
  content: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/promotion-arrow-right-white.png?v=7075863916158055688");
  width: 8px;
  height: 15px;
  margin: 0px 0px 0px 15px; }

/* Mobile Top & Navigation */
.mobile-top {
  display: none;
  width: 100%;
  height: 22px;
  background: #f09b0e;
  font-family: "adobe-garamond-pro";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.020em;
  color: #FFFFFF;
  text-transform: lowercase;
  text-align: center; }

.mobile-top .content {
  margin: 0px auto;
  width: 210px; }

.mobile-top a, .mobile-top a:hover, .mobile-top span {
  text-decoration: none;
  color: #FFFFFF;
  padding: 0px 5px 0px 5px; }

.toolbar-wrapper a.mobile-menu-icon {
  display: none;
  position: absolute;
  width: 38px;
  height: 50px;
  right: 0px;
  top: 110px; }

a.mobile-menu-icon {
  display: block; }

/* Footer */
footer {
  padding: 20px 0 0px; }

footer .span3 {
  width: 210px;
  min-height: 275px;
  margin: 0 0px;
  padding: 0 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.35); }

footer .span3:nth-of-type(5) {
  border-right: none; }

footer > .row > .span12 {
  padding: 30px 0 0; }

footer .row {
  margin-bottom: 0; }

footer p {
  font-family: "garamond-premier-pro";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.020em;
  color: #8c8c8c;
  margin: 0 0 15px; }

footer p.member-discount {
  display: block;
  width: 212px;
  height: auto;
  overflow: hidden;
  margin-top: 60px;
  line-height: 14px; }

footer a.btn {
  display: block;
  width: 90px;
  height: auto;
  padding: 10px;
  margin-top: 10px; }

footer a.btn:hover {
  color: #FFFFFF; }

footer a.btn2 {
  display: block;
  width: 150px;
  height: auto;
  padding: 10px;
  margin-top: 10px;
  background: #ef8d00;
  color: #FFFFFF;
  font-family: "pragmatica-web";
  font-weight: 400;
  font-size: 12px;
  line-height: 12px !important;
  letter-spacing: 0.100em;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s; }

footer a.btn2:hover {
  color: #FFFFFF;
  background: #313131; }

footer i {
  color: #585858; }

footer h1, footer h2, footer h3, footer h4, footer h5 {
  color: #ef8d00;
  margin: 0 0 10px 0; }

footer a {
  font-family: "garamond-premier-pro";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.020em;
  color: #8c8c8c; }

footer a:hover {
  color: #ef8d00; }

footer h4 {
  font-family: "pragmatica-web";
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.020em;
  text-transform: uppercase; }

footer ul {
  margin: 0 0 15px 0 !important; }

footer ul li {
  margin: 0 0 0 0; }

.copyright {
  display: block;
  width: 100%;
  height: 17px;
  background: #595959; }

/* Homepage */
.home .span7 {
  width: 565px;
  margin: 0px 85px 0px 0px; }

.home .span7 .featured-collections .product {
  width: 272px;
  height: 250px;
  margin: 0px 10px 0px 0px;
  padding: 0px 0px 0px 0px !important; }

.home .span7 .featured-collections ul {
  position: relative;
  float: left;
  list-style: none;
  width: 272px;
  height: 250px;
  margin: 0px 10px 0px 0px; }

.home .span7 .featured-collections .product .image {
  width: 200px;
  height: 200px; }

.home .span7 .featured-collections .product .details {
  min-height: 20px !important; }

.home .span7 .featured-collections .product .details .title {
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  margin-bottom: 10px; }

.home .span5 {
  width: 450px;
  margin: 0px 0px 0px 0px; }

.more {
  display: block;
  overflow: hidden;
  width: 422px;
  height: 320px;
  background: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/more-bg.png?v=8073108740513406589") no-repeat;
  background-position: 0px 60px;
  margin: 0px 0px 50px 0px; }

.more .heading {
  display: block;
  font-family: "adobe-garamond-pro";
  font-weight: 400;
  font-size: 34px;
  line-height: 38px;
  letter-spacing: 0.075em;
  color: #414141;
  text-transform: uppercase;
  padding-bottom: 20px; }

.home .span5 .more .product {
  width: 200px;
  height: 130px;
  margin: 0px 10px 0px 0px;
  padding: 0px 0px 0px 0px !important; }

.home .span5 .more ul {
  position: relative;
  float: left;
  list-style: none;
  width: 200px;
  height: 130px;
  margin: 0px 10px 0px 0px; }

.home .span5 .more .product .image {
  width: 90px;
  height: 90px;
  margin: 0px 0px 0px 75px; }

.home .span5 .more .product .details {
  margin: 0px 0px 0px 20px;
  min-height: 15px !important; }

.home .span5 .more .product .details .title {
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  margin-bottom: 10px; }

.home .span5 .more ul.more2 .image {
  width: 90px;
  height: 90px;
  margin: 0px 0px 0px 75px !important; }

.home .span5 .more ul.more2 .details {
  margin: 0px 0px 0px 30px; }

.home .span5 .more ul.more4 .image {
  width: 90px;
  height: 90px;
  margin: 0px 0px 0px 75px !important; }

.home .span5 .more ul.more4 .details {
  margin: 0px 0px 0px 30px; }

.call-to-action {
  display: block;
  overflow: hidden;
  width: 437px;
  height: 217px;
  background: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/cta-bg.png?v=7909809796845173761") no-repeat;
  background-position: 0 0;
  margin: 0px 0px 50px 0px; }

.call-to-action .content {
  padding: 27px 27px 0px 27px; }

.call-to-action .content span.line1 {
  display: block;
  font-family: "adobe-garamond-pro";
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0.075em;
  color: #000000;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px; }

.call-to-action .content span.line2 {
  display: block;
  font-family: "adobe-garamond-pro";
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0.075em;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px; }

.call-to-action .content span.line3 {
  display: block;
  font-family: "adobe-garamond-pro";
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0.075em;
  color: #000000;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px; }

.call-to-action .content a {
  display: block;
  float: left;
  width: 136px;
  padding: 10px 0px 10px 0px;
  background: #313131;
  color: #FFFFFF;
  font-family: "pragmatica-web";
  font-weight: 400;
  font-size: 14px;
  line-height: 14px !important;
  letter-spacing: 0.100em;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s; }

.call-to-action .content a:hover {
  background: #313131; }

.email-signup {
  display: block;
  overflow: hidden; }

.email-signup .content .title {
  display: block;
  font-family: "adobe-garamond-pro";
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.075em;
  color: #000000;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px; }

.email-signup .content .title span {
  font-family: "garamond-premier-pro";
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.075em;
  color: #cd9546;
  text-transform: uppercase; }

.email-signup .content .form {
  display: block; }

.email-signup .content input#customer_email_address {
  display: inline-block;
  float: left;
  width: 304px;
  background: #d6d6d6;
  color: #202020;
  font-family: "adobe-garamond-pro";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.040em;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px; }

.email-signup .content input.btn {
  display: inline-block;
  float: left;
  width: 128px;
  height: 40px;
  background: #ef8d00;
  color: #FFFFFF;
  font-family: "pragmatica-web";
  font-weight: 400;
  font-size: 12px;
  line-height: 12px !important;
  letter-spacing: 0.100em;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s; }

.email-signup .content input.btn:hover {
  background: #313131; }

/* Product & Collections */
.product {
  position: relative;
  padding: 15px;
  float: left; }

.product .image {
  position: relative;
  overflow: hidden;
  z-index: 8888;
  margin: 0 0 5px; }

.product .image a {
  text-align: center; }

.image a#placeholder.zoom, .thumbs .image a {
  text-align: left; }

.product .image.loading {
  background-position: 50% 50%; }

.product img {
  margin: 0 auto; }

.product img, .product .image a {
  display: block;
  margin: 0 auto; }

.product a {
  text-decoration: none; }

.product .details {
  text-align: left;
  min-height: 67px; }

.product .details a {
  display: block;
  padding: 5px 0; }

.product .vendor {
  display: block;
  margin: 0;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.040em;
  text-transform: uppercase;
  display: block;
  color: #ef8d00;
  font-family: "pragmatica-web";
  font-weight: 400; }

.product .title {
  display: block;
  margin: 0;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.040em;
  text-transform: uppercase;
  display: block;
  color: #ef8d00;
  font-family: "pragmatica-web";
  font-weight: 400; }

.product .vendor {
  font-size: 13px;
  margin-bottom: 2px; }

.product .circle, #product .circle {
  position: absolute;
  text-transform: uppercase;
  z-index: 9999;
  font-size: 11px;
  line-height: 14px;
  right: -10px;
  top: -10px;
  color: white !important;
  padding: 17px 10px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font-weight: 700;
  -webkit-font-smoothing: subpixel-antialiased; }

.product .circle.sale, #product .circle.sale {
  font-family: helvetica;
  background-color: #ef8d00;
  opacity: .9;
  filter: alpha(opacity=90);
  -webkit-font-smoothing: subpixel-antialiased; }

.breadcrumb {
  background: #ef8d00;
  font-family: "adobe-garamond-pro";
  font-weight: 400;
  font-size: 16px;
  padding: 3px 0px 3px 6px;
  letter-spacing: 0.050em;
  color: #FFFFFF;
  margin: 0 0 5px 0; }

.breadcrumb .arrow-space {
  margin: -2px 3px 0;
  font-size: 12px; }

.breadcrumb a {
  color: #FFFFFF; }

.breadcrumb span:last-of-type a {
  font-weight: bold; }

.details .title {
  display: block;
  margin: 0;
  font-family: "pragmatica-web";
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.050em;
  text-transform: uppercase;
  color: #ef8d00; }

.details .price {
  font-family: "pragmatica-web";
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.020em;
  color: #5A5A5A; }

#product .row {
  margin: 0px 0px 0px 0px; }

#product .row .span12 {
  width: 1100px;
  margin: 0px 0px 0px 0px; }

#product .product {
  padding: 0px 0px 0px 0px !important; }

#product .product .span2 {
  margin: 0px 0px 0px 0px; }

#product .product .span2 nav {
  padding: 0px 0px 0px 0px; }

#product .product .span10 {
  width: 920px;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 15px;
  background: #FFFFFF; }

#product .product .span10 .span10 {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: #FFFFFF; }

#product .product .span10 .span3 {
  width: 200px; }

#product .product .span10 .span5.last {
  padding-top: 40px;
  margin: 0px 0px 0px 0px; }

#product .featured {
  position: relative;
  margin: 30px 0px 15px 0px; }

#product .featured .magnify {
  display: block;
  position: absolute;
  z-index: 3000;
  width: 35px;
  height: 30px;
  top: 10px;
  left: 10px;
  background: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/magnify-bg.png?v=10260845786670332109") repeat; }

#product h1 {
  float: left;
  width: 100%;
  height: auto;
  font-family: "adobe-garamond-pro";
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0.075em;
  color: #313131;
  text-transform: uppercase;
  margin-bottom: 15px; }

#product .product-type, #product .item-number, #product .item-meta {
  font-family: "pragmatica-web";
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.020em;
  color: #363636;
  text-transform: uppercase;
  margin-bottom: 3px; }

.purchase h2.price {
  font-family: "pragmatica-web";
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.075em;
  color: #313131;
  text-transform: uppercase; }

.purchase h2.member-price {
  font-family: "pragmatica-web";
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.020em;
  color: #ef8d00;
  text-transform: uppercase; }

.purchase h2.member-price a {
  font-family: "adobe-garamond-pro";
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  margin-left: 20px; }

#product .description {
  font-family: "pragmatica-web";
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.020em;
  color: #313131;
  margin-bottom: 15px; }

#product .description span.about {
  display: block;
  font-family: "garamond-premier-pro";
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.020em;
  color: #313131;
  margin-bottom: 15px; }

#product .thumbs .image.span1 {
  margin-bottom: 15px;
  border: 1px dotted rgba(0, 0, 0, 0.5); }

#product .thumbs .image:nth-child(3n+4) {
  clear: left; }

#product #shopify-product-reviews .spr-container {
  border: 1px solid #121212 !important;
  padding: 12px 24px 24px 24px !important;
  font-family: "pragmatica-web";
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.020em;
  color: #313131;
  margin-bottom: 15px; }

#product #shopify-product-reviews .spr-container .spr-header h2.spr-header-title {
  font-family: "pragmatica-web";
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.020em;
  color: #363636;
  text-transform: uppercase; }

#product h3.collection-title {
  font-family: "pragmatica-web";
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.020em;
  color: #ef8d00;
  text-transform: uppercase;
  margin-bottom: 15px !important; }

.product-options {
  padding: 0px 0 5px;
  margin-bottom: 15px; }

.product-options.no-options {
  padding: 0px 0 5px;
  border-top: none; }

.product-options label {
  display: block;
  margin-bottom: 3px;
  font-family: "pragmatica-web";
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.020em;
  color: #363636;
  text-transform: uppercase; }

.product-options select {
  margin-bottom: 20px; }

.product-options textarea {
  width: 30px;
  line-height: 18px;
  height: 18px;
  min-height: 18px;
  margin-bottom: 20px; }

#quantity {
  width: 40px;
  margin-bottom: 20px; }

@-moz-document url-prefix() {
  .product-options select {
    height: 30px;
    line-height: 30px; } }

/* Firefox fix */
#collection .row {
  margin: 0px 0px 0px 0px;
  position: relative; }

#collection .row .span12 {
  width: 1100px;
  margin: 0px 0px 0px 0px; }

#collection .products .span2 {
  margin: 0px 0px 0px 0px; }

#collection .products .span2 nav {
  padding: 0px 0px 0px 0px; }

#collection .products .span10 {
  width: 930px;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  background: #FFFFFF; }

#collection .products .span10 .span3 {
  width: 200px;
  border-bottom: 1px dotted #cac9ca;
  border-right: 1px dotted #cac9ca;
  margin: 0px 0px 0px 0px !important; }

#collection .products .span10 .span3:nth-of-type(5) {
  border-right: none; }

#collection .products .span10 .span3:nth-of-type(15), #collection .products .span10 .span3:nth-of-type(20), #collection .products .span10 .span3:nth-of-type(25), #collection .products .span10 .span3:nth-of-type(30) {
  border-right: none; }

#collection .products .span10 .span3:nth-of-type(27), #collection .products .span10 .span3:nth-of-type(28), #collection .products .span10 .span3:nth-of-type(29), #collection .products .span10 .span3:nth-of-type(30) {
  border-bottom: none; }

#collection h1 {
  display: block;
  float: left;
  width: 65%;
  height: auto;
  min-height: 43px;
  font-family: "adobe-garamond-pro";
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0.075em;
  color: #313131;
  text-transform: uppercase;
  background: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/page-title-bg.png?v=16406551106414966726") bottom no-repeat;
  padding: 0px 0px 5px 0px;
  margin: 10px 0px 10px 0px; }

#collection .browse-tags {
  display: block;
  float: right;
  width: 27%;
  height: 35px;
  font-family: "garamond-premier-pro";
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.015em;
  color: #404040;
  padding: 10px 0px 25px 10px; }

#collection .browse-tags .title {
  display: inline-block;
  float: left;
  margin-right: 5px;
  font-family: "pragmatica-web";
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.015em;
  color: #eb9720; }

#collection .browse-tags .sort-by-buttons {
  display: inline-block;
  float: left; }

#collection .browse-tags .sort-by-buttons a {
  cursor: pointer;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-family: "garamond-premier-pro";
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.015em;
  color: #404040; }

#collection .browse-tags .sort-by button:hover {
  color: #eb9720; }

#collection .browse-tags .sort-by-buttons a img {
  margin: 0px 0px 0px 2px; }

@-moz-document url-prefix() {
  #collection .browse-tags label {
    margin: 7px 8px 0 0; }

  #collection .browse-tags select {
    float: right;
    height: 30px !important;
    line-height: 30px !important; } }

.pagination {
  text-align: right;
  margin: 20px 0 30px 0;
  padding: 0;
  clear: both; }

.pagination li {
  display: inline;
  padding: 0 12px;
  font-size: 14px; }

.pagination li span {
  color: #404040; }

.pagination li a {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 10px;
  background: #ef8d00;
  color: #FFFFFF;
  font-family: "pragmatica-web";
  font-weight: 400;
  font-size: 12px;
  line-height: 12px !important;
  letter-spacing: 0.100em;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s; }

.pagination li a:hover {
  text-decoration: none;
  background: #313131; }

/* Cart */
#cart .buttons {
  margin-top: 30px; }

#cart .extra-checkout-buttons {
  float: right;
  text-align: right;
  padding-top: 15px; }

#cart .extra-checkout-buttons input {
  border: none;
  box-shadow: none;
  height: 42px; }

#cart .qty {
  text-align: center; }

#cart .price, #cart .remove {
  text-align: right; }

#cart .price {
  white-space: nowrap; }

#checkout {
  float: right;
  margin-left: 15px; }

#update-cart {
  float: right; }

#cart .image {
  text-align: center; }

#cart .image a, #cart .image img {
  margin: 0;
  border: none; }

#cart a .variant_title {
  display: block;
  color: #404040; }

#cart .item {
  max-width: 400px; }

#cart .item-description {
  font-size: 12px; }

#cart table tr td {
  border-top: none; }

#cart table tr:first-child td {
  border-top: 1px dotted #cac9ca; }

#cart table tr:last-child td {
  border-top: 1px dotted #cac9ca; }

.subtext.success {
  font-weight: 700;
  color: #40954a; }

div.errors, .subtext.error {
  font-weight: 600;
  color: #FF0000; }

div.errors {
  position: relative; }

.account div.errors {
  position: absolute;
  top: 170px; }

div.errors ul, div.errors ul li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none; }

#note, #giftmessage {
  margin-top: 10px; }

.cart-buttons {
  float: right !important; }

/* Blog / Articles / Search */
#blog .pagination {
  margin-top: 40px; }

#blog .article, .article-body {
  padding-right: 40px; }

.sidebar h3 {
  font-size: 18px; }

.sidebar .article {
  margin: 0 0 15px; }

.sidebar .article a {
  display: block; }

.sidebar .tags li {
  margin: 0; }

.article h1 {
  font-size: 26px; }

.article h1 a {
  display: block;
  color: #ef8d00; }

.article h1 .article-title {
  display: block; }

.article h1 .date, .article-body h1 .date {
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif; }

.article .continue {
  display: block;
  margin-top: 15px; }

#article .comment {
  margin-bottom: 15px; }

#article .comment_form {
  margin-top: 30px; }

#article .comment_form .subtext {
  margin-bottom: 15px; }

#article .comment_form label {
  display: block; }

#article .comment_form .text {
  margin-bottom: 15px;
  display: block; }

#article h2.comment-title {
  font-size: 20px; }

#article #comment_body {
  width: 100%;
  height: 200px; }

#article h3.author {
  font-size: 14px;
  font-style: italic; }

#article-content h1 {
  color: #333333;
  font-size: 36px;
  line-height: 36px; }

#article-content h2 {
  color: #333333;
  font-size: 28px;
  line-height: 36px; }

#article-content h3 {
  color: #333333;
  font-size: 28px;
  line-height: 28px; }

#search .results .thumbnail a {
  display: block;
  float: right; }

#search .search-border {
  border-bottom: 1px solid #dddddd; }

#search .results .thumbnail a {
  float: none; }

#search .search-field {
  position: relative;
  height: 60px;
  line-height: 60px; }

#search .search_box {
  height: 34px;
  padding: 0 10px 0 31px;
  border: none;
  vertical-align: middle;
  line-height: normal;
  color: #404040 !important;
  border: 1px solid #dddddd; }

#search #go {
  position: absolute;
  width: 14px;
  height: 14px;
  border: none;
  margin: 19px 0 0 4px;
  box-shadow: none; }

/* Page / Article content */
#page img[style="float: right;"], .article img[style="float: right;"] {
  margin-left: 30px;
  margin-bottom: 30px; }

#page img[style="float: left;"], .article img[style="float: left;"] {
  margin-right: 30px;
  margin-bottom: 30px; }

/* Customer Pages */
#customer-account p, #customer-order p {
  line-height: 14px; }

#login, #recover-password, #register, #customer-reset-password .row .span4, #customer-activate .row .span4 {
  float: none !important;
  margin: 0px auto !important; }

#register select {
  height: 35px; }

#login input.text {
  width: 220px; }

#customer-activate .create-password {
  margin-bottom: 30px; }

#customer-activate .label, #customer-login .label, #customer-reset-password .label, #customer-register .label {
  display: block; }

#customer-activate .text, #customer-login .text, #customer-reset-password .text, #customer-register .text {
  display: block;
  margin-bottom: 15px; }

#customer-login .action_bottom, #customer-register .action_bottom {
  margin-top: 15px; }

#order_cancelled {
  margin-bottom: 30px; }

#customer-addresses .add-new-address {
  display: block; }

.action_bottom span {
  line-height: 40px; }

/* IE Fixes */
.ie8 .product .circle, .ie8 #product .circle {
  right: 0;
  top: 0;
  padding: 8px 12px; }

.ie8 nav > ul > li > a {
  text-decoration: none;
  color: #7d7d7d;
  display: block;
  padding: 0px 50px 0px 0px;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.010em;
  text-transform: lowercase;
  height: 20px; }

.ie8 nav > ul > li.dropdown > .dropdown {
  background: #f19c21;
  list-style: none outside none;
  display: none;
  position: absolute;
  min-width: 200px;
  z-index: 99999;
  top: 100%;
  left: 0%;
  margin-left: 15px; }

.ie8 nav > ul > li.dropdown li {
  list-style: none;
  border-bottom: 1px solid #FFFFFF;
  padding: 5px 15px;
  margin-bottom: 0px; }

.ie8 #collection h1, .ie8 #collection .browse-tags {
  display: block;
  float: none;
  width: 100%; }

.ie8 .flexslider-container-featured {
  display: none; }

.ie7 nav > ul > li {
  float: left !important;
  display: inline-block !important; }

/* FancyBox */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none; }

* html #fancybox-loading {
  position: absolute;
  margin-top: 0; }

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/fancybox.png?5734&v=7977272252295562115"); }

#fancybox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 999999;
  display: none; }

* html #fancybox-overlay {
  position: absolute;
  width: 100%; }

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none; }

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 20px;
  z-index: 999999;
  display: none; }

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); }

#fancybox-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  outline: 0;
  overflow: hidden; }

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent; }

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-image: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/fancybox.png?5734&v=7977272252295562115");
  background-position: -40px 0;
  cursor: pointer;
  z-index: 1103;
  display: none; }

#fancybox_error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 7px;
  margin: 0; }

#fancybox-content {
  height: auto;
  width: auto;
  padding: 0;
  margin: 0; }

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic; }

#fancybox-frame {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0;
  display: block; }

#fancybox-title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: Arial;
  font-size: 12px;
  z-index: 1102; }

.fancybox-title-inside {
  padding: 10px 0;
  text-align: center;
  color: #333; }

.fancybox-title-outside {
  padding-top: 5px;
  color: #FFF;
  text-align: center;
  font-weight: bold; }

.fancybox-title-over {
  color: #FFF;
  text-align: left; }

#fancybox-title-wrap {
  display: inline-block; }

#fancybox-title-wrap span {
  height: 32px;
  float: left; }

#fancybox-title-left {
  padding-left: 15px;
  background-image: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/fancybox.png?5734&v=7977272252295562115");
  background-position: -40px -90px;
  background-repeat: no-repeat; }

#fancybox-title-main {
  font-weight: bold;
  line-height: 29px;
  background-image: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/fancybox-x.png?v=5675824228467121135");
  background-position: 0 -40px;
  color: #FFF; }

#fancybox-title-right {
  padding-left: 15px;
  background-image: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/fancybox.png?5734&v=7977272252295562115");
  background-position: -55px -90px;
  background-repeat: no-repeat; }

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: 0;
  z-index: 1102;
  display: none; }

#fancybox-left {
  left: 0; }

#fancybox-right {
  right: 0; }

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block; }

#fancybox-left-ico {
  background-image: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/fancybox.png?5734&v=7977272252295562115");
  background-position: -40px -30px; }

#fancybox-right-ico {
  background-image: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/fancybox.png?5734&v=7977272252295562115");
  background-position: -40px -60px; }

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible; }

#fancybox-left:hover span {
  left: 20px; }

#fancybox-right:hover span {
  left: auto;
  right: 20px; }

/* FlexSlider - Homepage */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flexslider {
  width: 1200px;
  margin: 0px auto 20px auto;
  padding: 0px 0px 0px 0px;
  overflow: hidden; }

.flexslider .slides li {
  width: 100%;
  max-height: 600px;
  float: left;
  display: block;
  position: relative; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  margin-bottom: 0px !important; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  min-width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  margin: 0 auto; }

.flexslider .slides li .bg {
  min-width: 100%;
  height: auto; }

.flexslider .slides li .container {
  position: absolute;
  width: 1200px;
  height: auto;
  top: 0px;
  left: 50%;
  margin-left: -600px;
  display: block;
  overflow: hidden; }

.flexslider .slides li .container .content {
  position: relative;
  width: 35%;
  height: auto;
  float: right;
  display: block;
  overflow: hidden;
  padding: 70px 0px 0px 0px; }

.flexslider .slides li .container .content a {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden; }

.flexslider .slides li .container .content .heading {
  display: block;
  overflow: hidden;
  color: #FFFFFF;
  font-family: "adobe-garamond-pro";
  font-weight: 400;
  font-size: 45px;
  line-height: 47px;
  letter-spacing: 0.015em;
  margin: 0px 0px 0px 0px;
  text-transform: none; }

.flexslider .slides li .container .content .heading2 {
  display: block;
  overflow: hidden;
  color: #1B1B1B;
  font-family: "adobe-garamond-pro";
  font-weight: 400;
  font-size: 45px;
  line-height: 47px;
  letter-spacing: 0.015em;
  margin: 0px 0px 35px 0px;
  text-transform: none; }

.flexslider .slides li .container .content .additional-description {
  display: block;
  overflow: hidden;
  color: #1B1B1B;
  font-family: "pragmatica-web";
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px;
  width: 75%; }

.flexslider .slides li .container .content span.link {
  display: block;
  overflow: hidden;
  color: #302f2f;
  font-family: "pragmatica-web";
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.100em;
  text-transform: uppercase; }

.flexslider .slides li .container .content span.link:after {
  content: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/arrow-right-black.png?v=5343627310545003244");
  width: 5px;
  height: 10px;
  margin: 0px 0px 0px 5px; }

.flex-pauseplay span {
  text-transform: capitalize; }

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.no-js .slides > li:first-child {
  display: block; }

.flexslider {
  background: #fff;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides > li {
  position: relative; }

.flex-container {
  zoom: 1;
  position: relative; }

.flex-caption {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  zoom: 1; }

.flex-caption {
  width: 96%;
  padding: 2%;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
  font-size: 14px;
  line-height: 18px; }

.flex-controls {
  position: absolute;
  bottom: 35px;
  right: 15px;
  width: 100%; }

.flex-controls ol {
  float: right; }

.flex-controls ol li {
  display: inline-block;
  float: left;
  margin-right: 10px; }

.flex-controls ol li a {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  -moz-opacity: .50;
  -webkit-opacity: .50;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  line-height: 10px;
  font-size: 0px; }

.flex-controls ol li a.active {
  display: block;
  background: white;
  -moz-opacity: 1.0;
  -webkit-opacity: 1.0;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  line-height: 10px;
  font-size: 0px; }

/* FlexSlider - Collections */
.flexslider-container-featured {
  position: absolute;
  top: 120px;
  right: 0px; }

.flex-container-featured a:active, .flexslider-featured a:active, .flex-container-featured a:focus, .flexslider-featured a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flexslider-featured {
  width: 460px;
  margin: 0 0 20px 0;
  padding: 0;
  overflow: hidden;
  position: relative; }

.flexslider-featured .slides .product {
  width: 430px;
  padding: 0px 0px 0px 0px !important; }

.flexslider-featured .slides li {
  width: 1903px;
  float: left;
  display: block;
  position: relative; }

.flexslider-featured .slides li .product .collection-description {
  font-size: 20px;
  line-height: 24px;
  padding: 20px 60px 20px 50px; }

.flexslider-featured .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  margin-bottom: 0px !important; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider {
  background: #fff;
  position: relative;
  zoom: 1; }

.flexslider-featured .slides {
  zoom: 1; }

.flexslider-featured .slides > li {
  position: relative; }

.flex-container-featured {
  zoom: 1;
  position: relative; }

.flex-caption {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  zoom: 1; }

.flex-caption {
  width: 96%;
  padding: 2%;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
  font-size: 14px;
  line-height: 18px; }

.flex-direction-nav {
  height: 0;
  width: 440px;
  display: block;
  position: absolute;
  top: 35%;
  z-index: 10000; }

.flex-direction-nav li {
  margin-bottom: 0; }

.flex-direction-nav li a {
  width: 18px;
  height: 34px;
  display: block;
  position: absolute;
  cursor: pointer;
  text-indent: -999em; }

.flex-direction-nav li .disabled {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default; }

.flex-direction-nav li .prev {
  left: 0px;
  background: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/slide-left.png?v=4629507643812011448") no-repeat; }

.flex-direction-nav li .next {
  right: 0px;
  background: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/slide-right.png?v=14883399443651112184") no-repeat; }

/* Desktop Slim */
@media only screen and (min-width: 768px) and (max-width: 1026px) {
  .wrapper, footer {
    width: 768px; }

  .span1 {
    width: 34px; }

  .span2 {
    width: 92px; }

  .span3 {
    width: 162px; }

  .span4 {
    width: 226px; }

  .span5 {
    width: 290px; }

  .span6 {
    width: 354px; }

  .span7 {
    width: 418px; }

  .span8 {
    width: 482px; }

  .span9 {
    width: 546px; }

  .span10 {
    width: 610px; }

  .span11 {
    width: 674px; }

  .span12 {
    width: 738px; }

  footer .span3 {
    width: 170px;
    min-height: 300px;
    margin: 0 0px;
    padding: 0 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.35); }

  nav > ul > li > a {
    text-decoration: none;
    color: #404040;
    display: block;
    padding: 0px 25px 0px 0px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.010em;
    text-transform: lowercase;
    height: 20px; }

  .toolbar {
    width: 450px;
    float: right;
    padding: 19px 0 0 0; }

  /* Homepage */
  .flexslider {
    width: 768px;
    margin: 0px auto 20px auto;
    padding: 0px 0px 0px 0px;
    overflow: hidden; }

  .flexslider .slides li .container {
    position: absolute;
    width: 768px;
    height: auto;
    top: 0px;
    left: 50%;
    margin-left: -384px;
    display: block;
    overflow: hidden; }

  .flexslider .slides li .container .content {
    position: relative;
    width: 35%;
    height: auto;
    float: right;
    display: block;
    overflow: hidden;
    padding: 30px 0px 0px 0px; }

  .flexslider .slides li .container .content a {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden; }

  .flexslider .slides li .container .content .heading {
    display: block;
    overflow: hidden;
    color: #FFFFFF;
    font-family: "adobe-garamond-pro";
    font-weight: 400;
    font-size: 40px;
    line-height: 42.5px;
    letter-spacing: 0.015em;
    margin: 0px 0px 0px 0px; }

  .flexslider .slides li .container .content .heading2 {
    display: block;
    overflow: hidden;
    color: #1B1B1B;
    font-family: "adobe-garamond-pro";
    font-weight: 400;
    font-size: 40px;
    line-height: 42.5px;
    letter-spacing: 0.015em;
    margin: 0px 0px 10px 0px; }

  .flexslider .slides li .container .content .additional-description {
    display: block;
    width: 65%;
    overflow: hidden;
    color: #1B1B1B;
    font-family: "pragmatica-web";
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px; }

  .flexslider .slides li .container .content span.link {
    display: block;
    overflow: hidden;
    color: #302f2f;
    font-family: "pragmatica-web";
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.100em;
    text-transform: uppercase; }

  .home .span7 {
    width: 400px;
    margin: 0px 0px 0px 0px; }

  .home .span7 .featured-collections .product {
    width: 190px;
    height: 250px;
    margin: 0px 10px 0px 0px; }

  .home .span7 .featured-collections ul {
    position: relative;
    float: left;
    list-style: none;
    width: 190px;
    height: 250px;
    margin: 0px 10px 0px 0px; }

  .home .span7 .featured-collections .product .image {
    width: 150px;
    height: 150px; }

  .home .span5 {
    width: 360px;
    margin: 0px 0px 0px 0px; }

  .more {
    display: block;
    overflow: hidden;
    width: 360px;
    height: 280px;
    background: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/more-bg.png?v=8073108740513406589") no-repeat;
    background-size: 100% 100%;
    background-position: 0px 40px;
    margin: 0px 0px 40px 0px; }

  .more .heading {
    display: block;
    font-family: "adobe-garamond-pro";
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.075em;
    color: #414141;
    text-transform: uppercase; }

  .home .span5 .more .product {
    width: 160px;
    height: 110px;
    margin: 0px 10px 10px 0px; }

  .home .span5 .more ul {
    position: relative;
    float: left;
    list-style: none;
    width: 160px;
    height: 110px;
    margin: 0px 10px 10px 0px; }

  .home .span5 .more .product .image {
    width: 80px;
    height: 800px;
    margin: 0px 0px 0px 50px; }

  .home .span5 .more .product .details {
    margin: 0px 0px 0px 20px; }

  .home .span5 .more ul.more2 .image {
    width: 80px;
    height: 80px;
    margin: 0px 0px 0px 60px !important; }

  .home .span5 .more ul.more2 .details {
    margin: 0px 0px 0px 30px; }

  .home .span5 .more ul.more4 .image {
    width: 80px;
    height: 80px;
    margin: 0px 0px 0px 60px !important; }

  .home .span5 .more ul.more4 .details {
    margin: 0px 0px 0px 30px; }

  .call-to-action {
    display: block;
    overflow: hidden;
    width: 360px;
    height: 217px;
    background: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/cta-bg.png?v=7909809796845173761") no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    margin: 0px 0px 40px 0px; }

  .call-to-action .content {
    padding: 17px 17px 0px 17px; }

  .call-to-action .content span.line1 {
    display: block;
    font-family: "adobe-garamond-pro";
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.075em;
    color: #000000;
    text-transform: uppercase;
    margin: 0px 0px 5px 0px; }

  .call-to-action .content span.line2 {
    display: block;
    font-family: "adobe-garamond-pro";
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.075em;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0px 0px 5px 0px; }

  .call-to-action .content span.line3 {
    display: block;
    font-family: "adobe-garamond-pro";
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.075em;
    color: #000000;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px; }

  /* Collection */
  #collection .row {
    margin: 0px 0px 0px 0px; }

  #collection .row .span12 {
    width: 768px;
    margin: 0px 0px 0px 0px; }

  #collection .products .span2 {
    margin: 0px 0px 0px 0px; }

  #collection .products .span2 nav {
    padding: 0px 0px 0px 0px; }

  #collection .products .span10 {
    width: 650px;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 15px;
    background: #FFFFFF; }

  #collection .products .span10 .span3 {
    width: 160px; }

  #collection .browse-tags {
    width: 40%; }

  #collection h1 {
    width: 55%; }

  .flexslider-featured {
    width: 320px; }

  .flexslider-featured .slides .product, .flex-direction-nav {
    width: 300px; }

  .flexslider-featured .slides li .product .collection-description {
    font-size: 14px;
    line-height: 18px;
    padding: 20px 60px 20px 50px; }

  /* Product */
  #product .row {
    margin: 0px 0px 0px 0px; }

  #product .row .span12 {
    width: 768px;
    margin: 0px 0px 0px 0px; }

  #product .product .span2 {
    margin: 0px 0px 0px 0px; }

  #product .product .span2 nav {
    padding: 0px 0px 0px 0px; }

  #product .product .span10 {
    width: 650px;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 15px;
    background: #FFFFFF; }

  #product .product .span10 .span10 {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #FFFFFF; }

  #product .product .span10 .span3 {
    width: 130px; } }
/* Tablet Landscape */
@media only screen and (min-width: 600px) and (max-width: 797px) {
  nav.main {
    display: none; }

  .toolbar-wrapper {
    height: 160px; }

  .promotion {
    width: 100%;
    height: 52px;
    background: #545454;
    box-shadow: 0px 5px 9px 0px rgba(18, 18, 19, 0.27);
    font-family: "adobe-garamond-pro";
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-align: center; }

  .promotion .content {
    margin: 0px auto;
    padding: 19.5px 0px 0px 0px;
    width: 80%; }

  .toolbar-wrapper a.mobile-menu-icon {
    display: block;
    top: 70px;
    right: 20px; }

  .mobile-top {
    display: block; }

  .toolbar .purchase-message span {
    display: none; }

  .toolbar a.standard {
    display: none; }

  .wrapper, footer {
    width: 600px; }

  .toolbar {
    width: 250px; }

  footer .span3 {
    width: 250px;
    min-height: 275px;
    margin: 0 0px;
    padding: 0 10px;
    border-right: none; }

  .span1 {
    width: 20px; }

  .span2 {
    width: 70px; }

  .span3 {
    width: 120px; }

  .span4 {
    width: 170px; }

  .span5 {
    width: 220px; }

  .span6 {
    width: 270px; }

  .span7 {
    width: 320px; }

  .span8 {
    width: 370px; }

  .span9 {
    width: 420px; }

  .span10 {
    width: 470px; }

  .span11 {
    width: 520px; }

  .span12 {
    width: 570px; }

  #blog .sidebar {
    display: none; }

  #blog .span9 {
    width: 570px; }

  .more {
    background: none; }

  .home .span5 .more ul {
    position: relative;
    float: left;
    list-style: none;
    width: 160px;
    height: 130px;
    margin: 0px 10px 0px 0px; }

  #collection .row .span12 {
    width: 600px; }

  #collection .products .span10 {
    width: 575px; }

  #collection .products .span10 .span3 {
    width: 110px !important; }

  #collection .products .span2, #product .product .span2 {
    display: none; }

  .flexslider-featured {
    width: 280px; }

  .flexslider-featured .slides .product, .flex-direction-nav {
    width: 250px; }

  .flexslider-featured .slides li .product .collection-description {
    font-size: 12px;
    line-height: 16px;
    padding: 20px 50px 20px 40px; }

  #product .row .span12 {
    width: 600px; }

  #product .product .span10 .span10, #product .product .span10 {
    width: 575px; }

  #product .product .span10 .span5 {
    width: 270px; }

  #product .product .span10 .span5.last {
    padding-top: 20px; }

  #product .product .span10 .span3 {
    width: 242px !important; }

  #product h1 {
    font-size: 22px;
    line-height: 22px; }

  /* Homepage */
  .flexslider {
    width: 600px;
    margin: 0px auto 20px auto;
    padding: 0px 0px 0px 0px;
    overflow: hidden; }

  .flexslider .slides li .container {
    position: absolute;
    width: 600px;
    height: auto;
    top: 0px;
    left: 50%;
    margin-left: -300px;
    display: block;
    overflow: hidden; }

  .flexslider .slides li .container .content {
    position: relative;
    width: 35%;
    height: auto;
    float: right;
    display: block;
    overflow: hidden;
    padding: 20px 0px 0px 0px; }

  .flexslider .slides li .container .content a {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden; }

  .flexslider .slides li .container .content .heading {
    display: block;
    overflow: hidden;
    color: #FFFFFF;
    font-family: "adobe-garamond-pro";
    font-weight: 400;
    font-size: 30px;
    line-height: 32.5px;
    letter-spacing: 0.015em;
    margin: 0px 0px 0px 0px; }

  .flexslider .slides li .container .content .heading2 {
    display: block;
    overflow: hidden;
    color: #1B1B1B;
    font-family: "adobe-garamond-pro";
    font-weight: 400;
    font-size: 30px;
    line-height: 32.5px;
    letter-spacing: 0.015em;
    margin: 0px 0px 10px 0px; }

  .flexslider .slides li .container .content .additional-description {
    display: block;
    width: 75%;
    overflow: hidden;
    color: #1B1B1B;
    font-family: "pragmatica-web";
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px; }

  .flexslider .slides li .container .content span.link {
    display: block;
    overflow: hidden;
    color: #302f2f;
    font-family: "pragmatica-web";
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.100em;
    text-transform: uppercase; } }
/* Mobile Landscape */
@media only screen and (min-width: 510px) and (max-width: 629px) {
  nav.main {
    display: none; }

  .toolbar-wrapper a.mobile-menu-icon {
    display: block;
    top: 130px; }

  .mobile-top {
    display: block; }

  .promotion {
    width: 100%;
    height: 52px;
    background: #545454;
    box-shadow: 0px 5px 9px 0px rgba(18, 18, 19, 0.27);
    font-family: "adobe-garamond-pro";
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-align: center; }

  .promotion .content {
    margin: 0px auto;
    padding: 12px 0px 0px 0px;
    width: 80%; }

  .promotion span:after {
    content: ""; }

  .cart-buttons {
    float: left !important; }

  .checkout-buttons textarea {
    width: 96%; }

  #update-cart {
    float: left !important; }

  .display-table-cell, .display-table-cell {
    display: block !important; }

  .featured-product-image {
    width: 100%; }

  .wrapper, .toolbar, footer {
    width: 480px; }

  .logo {
    max-width: 480px;
    float: left;
    padding-bottom: 10px; }

  .toolbar {
    padding-bottom: 10px; }

  .toolbar li.toolbar-cart {
    padding: 5px 0px 0px 0px; }

  .toolbar li, .toolbar .search, .toolbar .purchase-message span {
    float: left !important;
    line-height: 15px;
    list-style: none;
    padding: 5px 0px 5px 0px;
    margin-bottom: 0 !important; }

  .toolbar .purchase-message span {
    display: none; }

  .toolbar a.standard {
    display: none; }

  footer .span3 {
    width: 480px;
    min-height: 100%;
    margin: 0 0px;
    padding: 10px;
    border-right: none; }

  .span1 {
    width: 10px; }

  .span2 {
    width: 50px; }

  .span3 {
    width: 90px; }

  .span4 {
    width: 130px; }

  .span5 {
    width: 170px; }

  .span6 {
    width: 450px; }

  .span7 {
    width: 250px; }

  .span8 {
    width: 290px; }

  .span9 {
    width: 330px; }

  .span10 {
    width: 370px; }

  .span11 {
    width: 410px; }

  .span12 {
    width: 450px; }

  #blog .sidebar {
    display: none; }

  #blog .span9 {
    width: 450px; }

  #cart .item-description {
    display: none; }

  #article .sidebar {
    display: none; }

  #article .article {
    width: 450px; }

  /* Homepage */
  .flexslider {
    width: 480px;
    margin: 0px auto;
    padding: 0px 0px 20px 0px;
    overflow: hidden; }

  .flexslider .slides li .container {
    position: absolute;
    width: 480px;
    height: auto;
    top: 0px;
    left: 50%;
    margin-left: -240px;
    display: block;
    overflow: hidden; }

  .flexslider .slides li .container .content {
    position: relative;
    width: 36%;
    height: auto;
    float: right;
    display: block;
    overflow: hidden;
    padding: 10px 0px 0px 0px; }

  .flexslider .slides li .container .content a {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden; }

  .flexslider .slides li .container .content .heading {
    display: block;
    overflow: hidden;
    color: #FFFFFF;
    font-family: "adobe-garamond-pro";
    font-weight: 400;
    font-size: 30px;
    line-height: 32.5px;
    letter-spacing: 0.015em;
    margin: 0px 0px 0px 0px; }

  .flexslider .slides li .container .content .heading2 {
    display: block;
    overflow: hidden;
    color: #1B1B1B;
    font-family: "adobe-garamond-pro";
    font-weight: 400;
    font-size: 30px;
    line-height: 32.5px;
    letter-spacing: 0.015em;
    margin: 0px 0px 10px 0px; }

  .flexslider .slides li .container .content .additional-description {
    display: block;
    width: 85%;
    overflow: hidden;
    color: #1B1B1B;
    font-family: "pragmatica-web";
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px; }

  .flexslider .slides li .container .content span.link {
    display: block;
    overflow: hidden;
    color: #302f2f;
    font-family: "pragmatica-web";
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.100em;
    text-transform: uppercase; }

  .home .span7 {
    width: 450px;
    margin: 0px 0px 0px 0px; }

  .home .span7 .featured-collections .product {
    width: 190px;
    height: 250px;
    margin: 0px 10px 0px 0px; }

  .home .span7 .featured-collections ul {
    position: relative;
    float: left;
    list-style: none;
    width: 190px;
    height: 250px;
    margin: 0px 10px 0px 0px; }

  .home .span7 .featured-collections .product .image {
    width: 150px;
    height: 150px; }

  .home .span5 {
    width: 450px;
    margin: 0px 0px 0px 0px; }

  .more {
    display: block;
    overflow: hidden;
    width: 360px;
    height: 280px;
    background: none;
    margin: 0px 0px 40px 0px; }

  .more .heading {
    display: block;
    font-family: "adobe-garamond-pro";
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.075em;
    color: #414141;
    text-transform: uppercase; }

  .home .span5 .more .product {
    width: 160px;
    height: 130px;
    margin: 0px 10px 10px 0px; }

  .home .span5 .more ul {
    position: relative;
    float: left;
    list-style: none;
    width: 160px;
    height: 130px;
    margin: 0px 10px 0px 0px; }

  .home .span5 .more .product .image {
    width: 100px;
    height: 100px;
    margin: 0px 0px 0px 20px; }

  .home .span5 .more .product .details {
    margin: 0px 0px 0px 20px; }

  .home .span5 .more .product:nth-child(3) .image {
    width: 100px;
    height: 100px;
    margin: 0px 0px 0px 30px; }

  .home .span5 .more .product:nth-child(3) .details {
    margin: 0px 0px 0px 30px; }

  .home .span5 .more .product:nth-child(6) .image {
    width: 100px;
    height: 100px;
    margin: 0px 0px 0px 30px; }

  .home .span5 .more .product:nth-child(6) .details {
    margin: 0px 0px 0px 30px; }

  .call-to-action {
    display: block;
    overflow: hidden;
    width: 360px;
    height: 217px;
    background: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/cta-bg.png?v=7909809796845173761") no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    margin: 0px 0px 40px 0px; }

  .call-to-action .content {
    padding: 17px 17px 0px 17px; }

  .call-to-action .content span.line1 {
    display: block;
    font-family: "adobe-garamond-pro";
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.075em;
    color: #000000;
    text-transform: uppercase;
    margin: 0px 0px 5px 0px; }

  .call-to-action .content span.line2 {
    display: block;
    font-family: "adobe-garamond-pro";
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.075em;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0px 0px 5px 0px; }

  .call-to-action .content span.line3 {
    display: block;
    font-family: "adobe-garamond-pro";
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.075em;
    color: #000000;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px; }

  /* Collection */
  .flexslider-container-featured {
    position: relative;
    top: 0px;
    left: 0px; }

  .flexslider-featured {
    width: 480px;
    margin: 0 0 20px 0;
    padding: 0;
    overflow: hidden;
    position: relative; }

  .flexslider-featured .slides .product {
    width: 480px; }

  .flexslider-featured .slides li .product .collection-description {
    font-size: 12px;
    line-height: 16px;
    padding: 20px 50px 20px 40px; }

  .flex-direction-nav {
    height: 0;
    width: 480px;
    display: block;
    position: absolute;
    top: 35%;
    z-index: 10000; }

  #collection .row {
    margin: 0px 0px 0px 0px; }

  #collection .browse-tags, #collection h1 {
    width: 100%; }

  #collection .row .span12 {
    width: 480px;
    margin: 0px 0px 0px 0px; }

  #collection .products .span2 {
    display: none; }

  #collection .products .span10 {
    width: 480px;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 15px;
    background: #FFFFFF; }

  #collection .products .span10 .span3 {
    width: 200px;
    border: none; }

  #collection h1 {
    float: none !important;
    width: 100%; }

  #collection .browse-tags {
    float: none !important;
    display: block;
    padding: 10px 0px 10px 0px !important;
    width: 100%; }

  #collection .browse-tags label {
    display: none; }

  #collection .browse-tags select {
    width: 100%;
    height: 30px !important;
    line-height: 30px !important; }

  /* Product */
  #product .row {
    margin: 0px 0px 0px 0px; }

  #product .row .span12 {
    width: 505px;
    margin: 0px 0px 0px 0px; }

  #product .product .span2 {
    display: none; }

  #product .product .span10 {
    width: 480px;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 15px;
    background: #FFFFFF; }

  #product .product .span10 .span10 {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #FFFFFF; }

  #product .product .span10 .span3 {
    width: 200px; }

  #product .product .span10 .span5.last {
    padding-top: 20px; }

  #product .thumbs .image:nth-child(3n+4) {
    clear: none; }

  #product .thumbs .image:nth-child(6n+7) {
    clear: left; }

  #product .thumbs .last-in-row {
    padding-right: 15px; }

  #product .thumbs .image:nth-child(6n+6) {
    padding-right: 0; }

  .featured-product-image {
    margin-top: 10px; }

  .product-options {
    padding: 0px 0 20px;
    margin-bottom: 15px; }

  .product-options.no-options {
    padding: 0px 0 20px;
    border-top: none; } }
/* Mobile Portrait */
@media only screen and (max-width: 509px) {
  #checkout-link {
    display: none; }

  nav.main, nav.sidebar-nav {
    display: none; }

  nav > ul > li > a {
    font-size: 15px; }

  .toolbar-wrapper a.mobile-menu-icon, .mobile-top {
    display: block; }

  .promotion {
    width: 100%;
    height: 52px;
    background: #545454;
    box-shadow: 0px 5px 9px 0px rgba(18, 18, 19, 0.27);
    font-family: "adobe-garamond-pro";
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-align: center; }

  .promotion .content {
    margin: 0px auto;
    padding: 12px 0px 0px 0px;
    width: 80%; }

  .promotion span:after {
    content: ""; }

  .display-table-cell, .display-table-cell {
    display: block !important; }

  .featured-product-image {
    width: 100%; }

  .wrapper {
    padding: 0; }

  .wrapper, .toolbar, footer {
    width: 320px; }

  footer {
    padding: 0px 0px 0px 0px; }

  .span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
    width: 290px;
    float: none; }

  .logo {
    max-width: 260px;
    float: none;
    padding-bottom: 10px; }

  textarea {
    width: 260px; }

  .toolbar {
    padding-bottom: 10px; }

  .toolbar li.toolbar-cart {
    padding: 5px 0px 0px 0px; }

  .toolbar li, .toolbar .search {
    float: left !important;
    line-height: 15px;
    list-style: none;
    padding: 5px 0px 5px 0px;
    margin-bottom: 0 !important; }

  .toolbar .purchase-message span {
    display: none; }

  .toolbar a.standard {
    display: none; }

  footer .span3 {
    width: 290px;
    min-height: 100%;
    margin: 0 0px;
    padding: 10px;
    border-right: none; }

  #blog .sidebar {
    display: none; }

  #blog .span9 {
    width: 290px; }

  /* Homepage */
  .flexslider {
    width: 100%;
    margin: 0px auto 20px auto;
    padding: 0px 0px 0px 0px;
    overflow: hidden; }

  .flexslider .slides li .container {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0px;
    left: 50%;
    margin-left: -50%;
    display: block;
    overflow: hidden; }

  .flexslider .slides li .container .content {
    position: relative;
    width: 35%;
    height: auto;
    float: right;
    display: block;
    overflow: hidden;
    padding: 10px 0px 0px 0px; }

  .flexslider .slides li .container .content a {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden; }

  .flexslider .slides li .container .content .heading {
    display: block;
    overflow: hidden;
    color: #FFFFFF;
    font-family: "adobe-garamond-pro";
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.015em;
    margin: 0px 0px 0px 0px; }

  .flexslider .slides li .container .content .heading2 {
    display: block;
    overflow: hidden;
    color: #1B1B1B;
    font-family: "adobe-garamond-pro";
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.015em;
    margin: 0px 0px 10px 0px; }

  .flexslider .slides li .container .content .additional-description {
    display: block;
    width: 90%;
    overflow: hidden;
    color: #1B1B1B;
    font-family: "pragmatica-web";
    font-weight: 300;
    font-size: 8px;
    line-height: 8px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px; }

  .flexslider .slides li .container .content span.link {
    display: block;
    overflow: hidden;
    color: #302f2f;
    font-family: "pragmatica-web";
    font-weight: 400;
    font-size: 8px;
    line-height: 8px;
    letter-spacing: 0.100em;
    text-transform: uppercase; }

  .flexslider .slides li .container .content span.link:after {
    content: none;
    background: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/arrow-right-black.png?v=5343627310545003244");
    background-size: 100% 100%;
    width: 4px;
    height: 8px;
    margin: 0px 0px 0px 5px; }

  .flex-controls {
    position: absolute;
    bottom: 25px;
    right: 5px;
    width: 100%; }

  .flex-controls ol li {
    display: inline-block;
    float: left;
    margin-right: 5px; }

  .flex-controls ol li a {
    display: block;
    background: rgba(255, 255, 255, 0.5);
    -moz-opacity: .50;
    -webkit-opacity: .50;
    height: 5px;
    width: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 5px;
    font-size: 0px; }

  .flex-controls ol li a.active {
    display: block;
    background: white;
    -moz-opacity: 1.0;
    -webkit-opacity: 1.0;
    height: 5px;
    width: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 5px;
    font-size: 0px; }

  .home .span7, .home .span7 .row {
    width: 100%;
    margin: 0px 0px 0px 0px; }

  .home .span7 .featured-collections .product {
    width: 50%;
    height: auto;
    margin: 0px 10px 0px 0px; }

  .home .span7 .featured-collections ul {
    position: relative;
    float: left;
    list-style: none;
    width: 50%;
    height: auto;
    margin: 0px 0px 15px 0px; }

  .home .span7 .featured-collections .product .image {
    width: 120px;
    height: auto;
    margin: 0px 0px 0px 10px; }

  .home .span7 .featured-collections .product .details .title {
    font-size: 9px;
    line-height: 9px;
    font-weight: 600;
    margin-bottom: 10px; }

  .home .span5 {
    width: 100%;
    margin: 0px 0px 0px 0px; }

  .more {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    background: none;
    margin: 0px 0px 20px 0px; }

  .more .heading {
    display: block;
    font-family: "adobe-garamond-pro";
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.075em;
    color: #414141;
    text-transform: uppercase; }

  .home .span5 .more ul {
    position: relative;
    float: left;
    list-style: none;
    width: 50%;
    height: auto;
    margin: 0px 0px 10px 0px; }

  .home .span5 .more .product {
    width: 100%;
    height: auto;
    margin: 0px 0px 10px 0px; }

  .home .span5 .more .product .image {
    width: 100px;
    height: 100px;
    margin: 0px 0px 0px 20px !important; }

  .home .span5 .more .product .details {
    margin: 0px 0px 0px 0px; }

  .home .span5 .more .product .details .title {
    font-size: 9px;
    line-height: 9px;
    font-weight: 600;
    margin-bottom: 10px; }

  .home .span5 .more ul.more2 .image {
    width: 100px;
    height: 100px;
    margin: 0px 0px 0px 30px !important; }

  .home .span5 .more ul.more2 .details {
    margin: 0px 0px 0px 0px; }

  .home .span5 .more ul.more4 .image {
    width: 100px;
    height: 100px;
    margin: 0px 0px 0px 30px !important; }

  .home .span5 .more ul.more4 .details {
    margin: 0px 0px 0px 0px; }

  .call-to-action {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: 170px;
    background: url("//cdn.shopify.com/s/files/1/0761/3295/t/10/assets/cta-bg.png?v=7909809796845173761") no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    margin: 0px 0px 30px 0px; }

  .call-to-action .content {
    padding: 15px 15px 0px 15px; }

  .call-to-action .content span.line1 {
    display: block;
    font-family: "adobe-garamond-pro";
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.075em;
    color: #000000;
    text-transform: uppercase;
    margin: 0px 0px 5px 0px; }

  .call-to-action .content span.line2 {
    display: block;
    font-family: "adobe-garamond-pro";
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.075em;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0px 0px 5px 0px; }

  .call-to-action .content span.line3 {
    display: block;
    font-family: "adobe-garamond-pro";
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.075em;
    color: #000000;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px; }

  .call-to-action .content a {
    display: block;
    float: left;
    width: 136px;
    padding: 8px 0px 8px 0px;
    background: #313131;
    color: #FFFFFF;
    font-family: "pragmatica-web";
    font-weight: 400;
    font-size: 11px;
    line-height: 11px !important;
    letter-spacing: 0.100em;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s; }

  .email-signup .content .title {
    display: block;
    font-family: "adobe-garamond-pro";
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.075em;
    color: #000000;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px; }

  .email-signup .content .title span {
    font-family: "garamond-premier-pro";
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.075em;
    color: #cd9546;
    text-transform: uppercase; }

  .email-signup .content .form {
    display: block; }

  .email-signup .content input#customer_email_address {
    display: inline-block;
    float: left;
    width: 202px;
    background: #d6d6d6;
    color: #202020;
    font-family: "adobe-garamond-pro";
    font-weight: 400;
    font-size: 9px;
    letter-spacing: 0.040em;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px; }

  .email-signup .content input.btn {
    display: inline-block;
    float: left;
    width: 86px;
    height: 32px;
    background: #ef8d00;
    color: #FFFFFF;
    font-family: "pragmatica-web";
    font-weight: 400;
    font-size: 9px;
    line-height: 9px !important;
    letter-spacing: 0.100em;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s; }

  /* Collection */
  .flexslider-container-featured {
    position: relative;
    top: 0px;
    left: 0px; }

  .flexslider-featured {
    width: 320px;
    height: auto;
    margin: 0 0 0px 0;
    padding: 0;
    overflow: hidden;
    position: relative; }

  .flexslider-featured .slides .product {
    width: 320px; }

  .flexslider-featured .slides li .product .collection-description {
    font-size: 12px;
    line-height: 16px;
    padding: 20px 50px 20px 40px; }

  .flex-direction-nav {
    height: 0;
    width: 320px;
    display: block;
    position: absolute;
    top: 35%;
    z-index: 10000; }

  #collection .row {
    margin: 0px 0px 0px 0px; }

  #collection .row .span12 {
    width: 100%;
    margin: 0px 0px 0px 0px; }

  #collection .products .span2 {
    margin: 0px 0px 0px 0px; }

  #collection .products .span2 nav {
    padding: 0px 0px 0px 0px; }

  #collection .products .span10 {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    background: #FFFFFF; }

  #collection .products .span10 .span3 {
    width: 160px;
    border: none !important;
    float: left !important; }

  #collection h1 {
    float: none !important;
    width: 100%;
    font-size: 22px;
    line-height: 22px; }

  #collection .browse-tags {
    float: none !important;
    display: block;
    padding: 10px 0px 10px 0px !important;
    width: 300px !important; }

  #collection .browse-tags label {
    display: none; }

  #collection .browse-tags select {
    width: 100%;
    height: 30px;
    line-height: 30px; }

  .product .details {
    min-height: 80px; }

  /* Product */
  #product .row {
    margin: 0px 0px 0px 0px; }

  #product .row .span12 {
    width: 100%;
    margin: 0px 0px 0px 0px; }

  #product .product .span2 {
    margin: 0px 0px 0px 0px; }

  #product .product .span2 nav {
    padding: 0px 0px 0px 0px; }

  #product .product .span10 {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    background: #FFFFFF; }

  #product .product .span10 .span10 {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #FFFFFF; }

  #product .product .span10 .span3 {
    width: 110px;
    border: none !important;
    float: left !important; }

  #product .product .span10 .span5.last {
    padding-top: 10px; }

  #product .product .span10 .span5 .social {
    margin-bottom: 20px; }

  #product .thumbs {
    margin: 0 0 15px 0; }

  #product .thumbs .image {
    margin-bottom: 0; }

  #product .thumbs .image a {
    max-width: 60px;
    float: left;
    margin: 0 15px 15px 0; }

  #product h1 {
    font-size: 22px;
    line-height: 22px; }

  #content {
    min-height: 0px !important; }

  .featured-product-image {
    margin-top: 10px; }

  #cart .item-description, #cartform .image {
    display: none; }

  #cartform .item {
    padding-left: 0; } }
/* ANIMATE.css */
body {
  -webkit-backface-visibility: hidden; }

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

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

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

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

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

@-o-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;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes shake {
  0%,100% {
    -webkit-transform: translateX(0); }

  10%,30%,50%,70%,90% {
    -webkit-transform: translateX(-10px); }

  20%,40%,60%,80% {
    -webkit-transform: translateX(10px); } }

@-moz-keyframes shake {
  0%,100% {
    -moz-transform: translateX(0); }

  10%,30%,50%,70%,90% {
    -moz-transform: translateX(-10px); }

  20%,40%,60%,80% {
    -moz-transform: translateX(10px); } }

@-o-keyframes shake {
  0%,100% {
    -o-transform: translateX(0); }

  10%,30%,50%,70%,90% {
    -o-transform: translateX(-10px); }

  20%,40%,60%,80% {
    -o-transform: translateX(10px); } }

@keyframes shake {
  0%,100% {
    transform: translateX(0); }

  10%,30%,50%,70%,90% {
    transform: translateX(-10px); }

  20%,40%,60%,80% {
    transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes bounce {
  0%,20%,50%,80%,100% {
    -webkit-transform: translateY(0); }

  40% {
    -webkit-transform: translateY(-30px); }

  60% {
    -webkit-transform: translateY(-15px); } }

@-moz-keyframes bounce {
  0%,20%,50%,80%,100% {
    -moz-transform: translateY(0); }

  40% {
    -moz-transform: translateY(-30px); }

  60% {
    -moz-transform: translateY(-15px); } }

@-o-keyframes bounce {
  0%,20%,50%,80%,100% {
    -o-transform: translateY(0); }

  40% {
    -o-transform: translateY(-30px); }

  60% {
    -o-transform: translateY(-15px); } }

@keyframes bounce {
  0%,20%,50%,80%,100% {
    transform: translateY(0); }

  40% {
    transform: translateY(-30px); }

  60% {
    transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce; }

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

  10%,20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }

  30%,50%,70%,90% {
    -webkit-transform: scale(1.1) rotate(3deg); }

  40%,60%,80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }

  100% {
    -webkit-transform: scale(1) rotate(0); } }

@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }

  10%,20% {
    -moz-transform: scale(0.9) rotate(-3deg); }

  30%,50%,70%,90% {
    -moz-transform: scale(1.1) rotate(3deg); }

  40%,60%,80% {
    -moz-transform: scale(1.1) rotate(-3deg); }

  100% {
    -moz-transform: scale(1) rotate(0); } }

@-o-keyframes tada {
  0% {
    -o-transform: scale(1); }

  10%,20% {
    -o-transform: scale(0.9) rotate(-3deg); }

  30%,50%,70%,90% {
    -o-transform: scale(1.1) rotate(3deg); }

  40%,60%,80% {
    -o-transform: scale(1.1) rotate(-3deg); }

  100% {
    -o-transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    transform: scale(1); }

  10%,20% {
    transform: scale(0.9) rotate(-3deg); }

  30%,50%,70%,90% {
    transform: scale(1.1) rotate(3deg); }

  40%,60%,80% {
    transform: scale(1.1) rotate(-3deg); }

  100% {
    transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes swing {
  20%,40%,60%,80%,100% {
    -webkit-transform-origin: top center; }

  20% {
    -webkit-transform: rotate(15deg); }

  40% {
    -webkit-transform: rotate(-10deg); }

  60% {
    -webkit-transform: rotate(5deg); }

  80% {
    -webkit-transform: rotate(-5deg); }

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

@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg); }

  40% {
    -moz-transform: rotate(-10deg); }

  60% {
    -moz-transform: rotate(5deg); }

  80% {
    -moz-transform: rotate(-5deg); }

  100% {
    -moz-transform: rotate(0deg); } }

@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg); }

  40% {
    -o-transform: rotate(-10deg); }

  60% {
    -o-transform: rotate(5deg); }

  80% {
    -o-transform: rotate(-5deg); }

  100% {
    -o-transform: rotate(0deg); } }

@keyframes swing {
  20% {
    transform: rotate(15deg); }

  40% {
    transform: rotate(-10deg); }

  60% {
    transform: rotate(5deg); }

  80% {
    transform: rotate(-5deg); }

  100% {
    transform: rotate(0deg); } }

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

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

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }

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

@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%); }

  15% {
    -moz-transform: translateX(-25%) rotate(-5deg); }

  30% {
    -moz-transform: translateX(20%) rotate(3deg); }

  45% {
    -moz-transform: translateX(-15%) rotate(-3deg); }

  60% {
    -moz-transform: translateX(10%) rotate(2deg); }

  75% {
    -moz-transform: translateX(-5%) rotate(-1deg); }

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

@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%); }

  15% {
    -o-transform: translateX(-25%) rotate(-5deg); }

  30% {
    -o-transform: translateX(20%) rotate(3deg); }

  45% {
    -o-transform: translateX(-15%) rotate(-3deg); }

  60% {
    -o-transform: translateX(10%) rotate(2deg); }

  75% {
    -o-transform: translateX(-5%) rotate(-1deg); }

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

@keyframes wobble {
  0% {
    transform: translateX(0%); }

  15% {
    transform: translateX(-25%) rotate(-5deg); }

  30% {
    transform: translateX(20%) rotate(3deg); }

  45% {
    transform: translateX(-15%) rotate(-3deg); }

  60% {
    transform: translateX(10%) rotate(2deg); }

  75% {
    transform: translateX(-5%) rotate(-1deg); }

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

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

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }

  50% {
    -webkit-transform: scale(1.1); }

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

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }

  50% {
    -moz-transform: scale(1.1); }

  100% {
    -moz-transform: scale(1); } }

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }

  50% {
    -o-transform: scale(1.1); }

  100% {
    -o-transform: scale(1); } }

@keyframes pulse {
  0% {
    transform: scale(1); }

  50% {
    transform: scale(1.1); }

  100% {
    transform: scale(1); } }

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }

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

@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out; }

  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out; }

  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in; }

  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in; }

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

@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out; }

  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out; }

  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in; }

  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in; }

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

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }

  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }

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

.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }

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

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }

  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }

  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }

  70% {
    -o-transform: perspective(400px) rotateX(10deg); }

  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    transform: perspective(400px) rotateX(-10deg); }

  70% {
    transform: perspective(400px) rotateX(10deg); }

  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

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

@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }

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

@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }

  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }

  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }

  70% {
    -o-transform: perspective(400px) rotateY(10deg); }

  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    transform: perspective(400px) rotateY(-10deg); }

  70% {
    transform: perspective(400px) rotateY(10deg); }

  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

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

@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

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

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

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

  100% {
    opacity: 1; } }

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }

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

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }

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

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }

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

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }

  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }

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

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }

  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }

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

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

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

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

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

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

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

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

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

  100% {
    opacity: 1;
    transform: translateY(0); } }

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

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

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

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }

  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

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

  100% {
    opacity: 1;
    transform: translateX(0); } }

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

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

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

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }

  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }

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

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

  100% {
    opacity: 0; } }

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

  100% {
    opacity: 0; } }

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

  100% {
    opacity: 0; } }

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

  100% {
    opacity: 0; } }

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }

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

@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }

  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }

@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }

  100% {
    opacity: 0;
    -o-transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }

  100% {
    opacity: 0;
    transform: translateY(-20px); } }

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }

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

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }

  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }

  100% {
    opacity: 0;
    -o-transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }

  100% {
    opacity: 0;
    transform: translateY(20px); } }

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }

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

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }

  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }

  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }

  100% {
    opacity: 0;
    transform: translateX(-20px); } }

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }

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

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }

  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }

  100% {
    opacity: 0;
    -o-transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }

  100% {
    opacity: 0;
    transform: translateX(20px); } }

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }

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

@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }

  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }

  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }

  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }

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

@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }

  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }

  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }

  100% {
    opacity: 0;
    transform: translateY(2000px); } }

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }

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

@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }

  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }

  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }

  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }

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

@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }

  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }

  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }

  100% {
    opacity: 0;
    transform: translateX(2000px); } }

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

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }

  70% {
    -webkit-transform: scale(0.9); }

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

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }

  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }

  70% {
    -moz-transform: scale(0.9); }

  100% {
    -moz-transform: scale(1); } }

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }

  50% {
    opacity: 1;
    -o-transform: scale(1.05); }

  70% {
    -o-transform: scale(0.9); }

  100% {
    -o-transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }

  50% {
    opacity: 1;
    transform: scale(1.05); }

  70% {
    transform: scale(0.9); }

  100% {
    transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }

  80% {
    -webkit-transform: translateY(10px); }

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

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }

  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }

  80% {
    -moz-transform: translateY(10px); }

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

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }

  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }

  80% {
    -o-transform: translateY(10px); }

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

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }

  60% {
    opacity: 1;
    transform: translateY(-30px); }

  80% {
    transform: translateY(10px); }

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

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }

  80% {
    -webkit-transform: translateY(-10px); }

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

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }

  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }

  80% {
    -moz-transform: translateY(-10px); }

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

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }

  60% {
    opacity: 1;
    -o-transform: translateY(30px); }

  80% {
    -o-transform: translateY(-10px); }

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

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }

  60% {
    opacity: 1;
    transform: translateY(30px); }

  80% {
    transform: translateY(-10px); }

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

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

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }

  80% {
    -webkit-transform: translateX(-10px); }

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

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }

  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }

  80% {
    -moz-transform: translateX(-10px); }

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

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }

  60% {
    opacity: 1;
    -o-transform: translateX(30px); }

  80% {
    -o-transform: translateX(-10px); }

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

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }

  60% {
    opacity: 1;
    transform: translateX(30px); }

  80% {
    transform: translateX(-10px); }

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

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

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }

  80% {
    -webkit-transform: translateX(10px); }

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

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }

  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }

  80% {
    -moz-transform: translateX(10px); }

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

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }

  60% {
    opacity: 1;
    -o-transform: translateX(-30px); }

  80% {
    -o-transform: translateX(10px); }

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

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }

  60% {
    opacity: 1;
    transform: translateX(-30px); }

  80% {
    transform: translateX(10px); }

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

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

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }

  25% {
    -webkit-transform: scale(0.95); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }

@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1); }

  25% {
    -moz-transform: scale(0.95); }

  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }

  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }

@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1); }

  25% {
    -o-transform: scale(0.95); }

  50% {
    opacity: 1;
    -o-transform: scale(1.1); }

  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    transform: scale(1); }

  25% {
    transform: scale(0.95); }

  50% {
    opacity: 1;
    transform: scale(1.1); }

  100% {
    opacity: 0;
    transform: scale(0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut; }

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

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }

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

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }

  20% {
    opacity: 1;
    -moz-transform: translateY(20px); }

  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0); }

  20% {
    opacity: 1;
    -o-transform: translateY(20px); }

  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }

  20% {
    opacity: 1;
    transform: translateY(20px); }

  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

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

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

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }

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

@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0); }

  20% {
    opacity: 1;
    -moz-transform: translateY(-20px); }

  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0); }

  20% {
    opacity: 1;
    -o-transform: translateY(-20px); }

  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }

  20% {
    opacity: 1;
    transform: translateY(-20px); }

  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

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

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }

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

@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0); }

  20% {
    opacity: 1;
    -moz-transform: translateX(20px); }

  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0); }

  20% {
    opacity: 1;
    -o-transform: translateX(20px); }

  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }

  20% {
    opacity: 1;
    transform: translateX(20px); }

  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

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

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }

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

@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0); }

  20% {
    opacity: 1;
    -moz-transform: translateX(-20px); }

  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0); }

  20% {
    opacity: 1;
    -o-transform: translateX(-20px); }

  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }

  20% {
    opacity: 1;
    transform: translateX(-20px); }

  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

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

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0; }

  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

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

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

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

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

@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }

  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }

@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; }

  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }

  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }

  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }

  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }

  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }

  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }

  20%,60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }

  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }

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

@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }

  20%,60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }

  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }

  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }

  100% {
    -moz-transform: translateY(700px);
    opacity: 0; } }

@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }

  20%,60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }

  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }

  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }

  100% {
    -o-transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  20%,60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  100% {
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }

@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); } }

@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg); }

  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }

  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }

.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }

@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); }

  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg); } }

@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); }

  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }

  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.animated.lightSpeedIn {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }

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

@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.lightSpeedOut {
  -webkit-animation-duration: .25s;
  -moz-animation-duration: .25s;
  -o-animation-duration: .25s;
  animation-duration: .25s; }

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg); }

  10% {
    -webkit-transform: skewX(-8deg); }

  20% {
    -webkit-transform: skewX(7deg); }

  30% {
    -webkit-transform: skewX(-6deg); }

  40% {
    -webkit-transform: skewX(5deg); }

  50% {
    -webkit-transform: skewX(-4deg); }

  60% {
    -webkit-transform: skewX(3deg); }

  70% {
    -webkit-transform: skewX(-2deg); }

  80% {
    -webkit-transform: skewX(1deg); }

  90% {
    -webkit-transform: skewX(0deg); }

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

@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg); }

  10% {
    -moz-transform: skewX(-8deg); }

  20% {
    -moz-transform: skewX(7deg); }

  30% {
    -moz-transform: skewX(-6deg); }

  40% {
    -moz-transform: skewX(5deg); }

  50% {
    -moz-transform: skewX(-4deg); }

  60% {
    -moz-transform: skewX(3deg); }

  70% {
    -moz-transform: skewX(-2deg); }

  80% {
    -moz-transform: skewX(1deg); }

  90% {
    -moz-transform: skewX(0deg); }

  100% {
    -moz-transform: skewX(0deg); } }

@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg); }

  10% {
    -o-transform: skewX(-8deg); }

  20% {
    -o-transform: skewX(7deg); }

  30% {
    -o-transform: skewX(-6deg); }

  40% {
    -o-transform: skewX(5deg); }

  50% {
    -o-transform: skewX(-4deg); }

  60% {
    -o-transform: skewX(3deg); }

  70% {
    -o-transform: skewX(-2deg); }

  80% {
    -o-transform: skewX(1deg); }

  90% {
    -o-transform: skewX(0deg); }

  100% {
    -o-transform: skewX(0deg); } }

@keyframes wiggle {
  0% {
    transform: skewX(9deg); }

  10% {
    transform: skewX(-8deg); }

  20% {
    transform: skewX(7deg); }

  30% {
    transform: skewX(-6deg); }

  40% {
    transform: skewX(5deg); }

  50% {
    transform: skewX(-4deg); }

  60% {
    transform: skewX(3deg); }

  70% {
    transform: skewX(-2deg); }

  80% {
    transform: skewX(1deg); }

  90% {
    transform: skewX(0deg); }

  100% {
    transform: skewX(0deg); } }

.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.wiggle {
  -webkit-animation-duration: .75s;
  -moz-animation-duration: .75s;
  -o-animation-duration: .75s;
  animation-duration: .75s; }
