/******************************************************************
Site Name: Dandy Cotton Candy
Author: Pat Brumfield / Mattson Creative

Stylesheet: Main Stylesheet

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

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

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

[hidden] {
  display: none; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #fff; }

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
  background: #fff; }

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

::-moz-selection {
  background: #111;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #111;
  color: #fff;
  text-shadow: none; }

a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

a:focus {
  outline: none; }

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

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

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  clear: both; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

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

small {
  font-size: 85%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

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

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

table button, table input {
  *overflow: auto; }

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

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

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

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

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

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

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

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

td {
  vertical-align: top; }

/*********************
TOOLS
*********************/
.group {
  zoom: 1; }
  .group:before, .group:after {
    content: "";
    display: table; }
  .group:after {
    clear: both; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY & ICONS
*********************/
@font-face {
  font-family: "social-icons";
  src: url("../fonts/social-icons.eot");
  src: url("../fonts/social-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/social-icons.ttf") format("truetype"), url("../fonts/social-icons.svg#social-icons") format("svg"), url("../fonts/social-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "social-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "social-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: "f"; }

.icon-pinterest:before {
  content: "p"; }

.icon-twitter:before {
  content: "t"; }

.icon-instagram:before {
  content: "i"; }

h2 {
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased; }

h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  letter-spacing: 1px; }

h3 a {
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -transition: color 0.2s ease;
  transition: color 0.2s ease; }

h3 a:hover {
  color: #727272; }

.home .back {
  fill: #fce9f2; }

.home .fore {
  fill: #f8c8dd; }

.home .icon {
  fill: #f391bc; }

.home .text {
  fill: #ec008c; }

.home #nav a, .home #menu svg path {
  color: #ec008c;
  fill: #ec008c; }

#home .btn.bg {
  background-color: #f391bc; }
  #home .btn.bg:hover {
    background-color: #ec008c; }

.about .back {
  fill: #e9f7fd; }

.about .fore {
  fill: #c8ebfa; }

.about .icon {
  fill: #8ed8f8; }

.about .text {
  fill: #00aeef; }

.about #nav a, .about #menu svg path {
  color: #00aeef;
  fill: #00aeef; }

#about h2, footer.about p, footer.about a, footer.about a:visited {
  color: #00aeef; }

footer.about a:hover {
  color: #8ed8f8; }

#about .btn.bg {
  background-color: #8ed8f8; }
  #about .btn.bg:hover {
    background-color: #c8ebfa; }

.cotton-candy .back {
  fill: #f0deec; }

.cotton-candy .fore {
  fill: #daabcf; }

.cotton-candy .icon {
  fill: #b756a0; }

.cotton-candy .text {
  fill: #6e2877; }

.cotton-candy #nav a, .cotton-candy #menu svg path {
  color: #6e2877;
  fill: #6e2877; }

#cotton-candy h2, #cotton-candy a, footer.cotton-candy p, footer.cotton-candy a, footer.cotton-candy a:visited {
  color: #6e2877; }

footer.cotton-candy a:hover {
  color: #b756a0; }

#cotton-candy h3 span {
  color: #b756a0; }

#cotton-candy .btn.bg {
  background-color: #b756a0; }
  #cotton-candy .btn.bg:hover {
    background-color: #daabcf; }

.private-label .back {
  fill: #e9f7fd; }

.private-label .fore {
  fill: #c8ebfa; }

.private-label .icon {
  fill: #8ed8f8; }

.private-label .text {
  fill: #00aeef; }

.private-label #nav a, .private-label #menu svg path {
  color: #00aeef;
  fill: #00aeef; }

#private-label h2, #private-label a, footer.private-label p, footer.private-label a, footer.private-label a:visited {
  color: #00aeef; }

#private-label a:hover,
footer.private-label a:hover {
  color: #8ed8f8;
  text-decoration: none; }

.shop .back {
  fill: #fce9f2; }

.shop .fore {
  fill: #f8c8dd; }

.shop .icon {
  fill: #f391bc; }

.shop .text {
  fill: #ec008c; }

.shop #nav a, .shop #menu svg path {
  color: #ec008c;
  fill: #ec008c; }

#shop h2, #shop a, footer.shop p, footer.shop a, footer.shop a:visited {
  color: #ec008c; }

#shop a:hover,
footer.shop a {
  color: #f391bc;
  text-decoration: none; }

.q-a .back {
  fill: #f0deec; }

.q-a .fore {
  fill: #daabcf; }

.q-a .icon {
  fill: #b756a0; }

.q-a .text {
  fill: #6e2877; }

.q-a #nav a, .q-a #menu svg path {
  color: #6e2877;
  fill: #6e2877; }

#q-a h2, footer.q-a p, footer.q-a a, footer.q-a a:visited {
  color: #6e2877; }

footer.q-a a:hover {
  color: #b756a0; }

.contact .back {
  fill: #fce9f2; }

.contact .fore {
  fill: #f8c8dd; }

.contact .icon {
  fill: #f391bc; }

.contact .text {
  fill: #ec008c; }

.contact #nav a, .contact #menu svg path {
  color: #ec008c;
  fill: #ec008c; }

#contact h2, #contact h3, #contact a, footer.contact p, footer.contact a, footer.contact a:visited {
  color: #ec008c; }

#contact a:hover,
footer.contact a:hover {
  color: #f391bc;
  text-decoration: none; }

html {
  background: #fff; }

body {
  background: none;
  color: #727272;
  font: 16px/150% "proxima-nova-soft", "Futura-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative; }

header {
  width: 100%;
  height: auto;
  position: fixed;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }
  @media (min-width: 1000px) {
    header {
      height: 175px; } }
  header #clouds-top {
    height: 175px;
    width: 3000px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  header #logo {
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 102;
    -webkit-transition: all 0.5s ease;
    -transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: -5px;
    height: 170px;
    width: 170px; }
    @media (min-width: 1000px) {
      header #logo {
        margin: 0; } }
    header #logo svg {
      width: 100%;
      height: 100%; }
  header #logo-circle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: white;
    width: 170px;
    height: 170px;
    border-radius: 50%; }
  header #menu {
    font-family: "proxima-nova-soft", "Futura-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 20px;
    display: block;
    z-index: 3;
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0; }
    @media (min-width: 1000px) {
      header #menu {
        display: none; } }
  header ul {
    margin: 0 auto;
    top: -100vh;
    height: 100vh;
    width: 100%;
    background: #fff;
    padding: 0;
    position: absolute;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 1000px) {
      header ul {
        top: 0;
        display: block;
        margin: 0 0 0 -30px;
        height: auto;
        width: auto;
        background: none;
        position: relative;
        padding: 10px 0 0;
        z-index: 3; } }
    header ul.showing {
      top: 0; }
    @media (min-width: 1000px) {
      header ul.active {
        text-align: left;
        margin-left: 30%; } }
    header ul li {
      list-style: none;
      display: block; }
      @media (min-width: 1000px) {
        header ul li {
          display: inline-block; } }
      header ul li a, header ul li a:visited {
        line-height: 180%;
        text-decoration: none;
        padding: 11px 20px;
        font-family: "proxima-nova-soft", "Futura-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1px;
        -webkit-transition: all 0.2s ease;
        -transition: all 0.2s ease;
        transition: all 0.2s ease; }

h2 {
  font-size: 36px;
  line-height: 110%;
  font-weight: bold; }

.block {
  width: 100%;
  min-height: 100%;
  z-index: 10;
  position: relative;
  overflow-x: hidden; }
  .block .content {
    width: 90%;
    margin: 0 5%;
    padding: 200px 0 0; }
    @media (min-width: 560px) {
      .block .content {
        width: 90%;
        margin: 0 5%; } }
    @media (min-width: 1000px) {
      .block .content {
        width: 80%;
        margin: 0 10%; } }
    .block .content.flex {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      justify-content: center; }
    .block .content .text {
      width: 100%; }
      @media (min-width: 560px) {
        .block .content .text {
          width: 70%;
          margin-right: 5%; } }
    .block .content img.bg-img {
      width: 100%;
      height: auto;
      border-radius: 50%;
      margin-right: -50%;
      display: block; }
      @media (min-width: 560px) {
        .block .content img.bg-img {
          width: 50%;
          margin-right: -25%; } }
  .block h3 span {
    display: block;
    font-weight: 100;
    color: #949494; }
  .block p {
    font: 100 24px/150% "proxima-nova";
    /* Be VERY careful with this, breaks normal words wh_erever */
    /* Non standard for webkit */ }
    .block p strong {
      font-family: "proxima-nova-soft"; }
    .block p small {
      font-size: 0.5em;
      color: #949494; }
  .block .btn {
    font-family: "proxima-nova-soft", "Futura-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block; }
    .block .btn.bg {
      color: white;
      padding: 0.25rem 1.5rem;
      border-radius: 1.5rem; }
  .block#home {
    background: url("../images/home-bg.gif") no-repeat center;
    background-size: cover; }
    .block#home .content {
      width: 100%;
      overflow-x: hidden;
      height: 100vh;
      margin: 0;
      padding: 0;
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: center;
      align-content: center;
      background: url("../images/home-bg-clouds.jpg") no-repeat center;
      background-size: contain; }
    .block#home img.hero {
      width: 130%;
      height: auto;
      display: block;
      position: relative; }
      @media (min-width: 560px) {
        .block#home img.hero {
          width: 100%;
          margin: 0; } }
    .block#home .image {
      background: url("../images/hero.png") no-repeat center;
      background-size: contain;
      width: 100%;
      height: 100%; }
      @media (min-width: 560px) {
        .block#home .image {
          height: calc( 100vh - 350px); } }
    .block#home p {
      width: 100%;
      text-align: center;
      position: absolute;
      left: 0;
      bottom: 15%; }
      .block#home p .btn {
        max-width: 75%;
        margin: 0 auto; }
  .block#q-a p {
    margin-top: 0;
    display: none; }
  .block#q-a a {
    color: #727272;
    text-decoration: none;
    font: 400 24px/150% "proxima-nova-soft";
    display: block;
    margin: 1em 0 0; }
  .block#contact .content {
    padding-bottom: 225px; }
  .block#contact h3 {
    margin-top: 3em;
    margin-bottom: 1em; }
  .block#contact p {
    margin-top: 0; }
  .block#contact a {
    font: 100 30px/150% "proxima-nova";
    /* Be VERY careful with this, breaks normal words wh_erever */
    /* Non standard for webkit */ }

.col {
  width: 100%;
  margin-top: 3em;
  overflow-x: hidden; }
  @media (min-width: 560px) {
    .col {
      width: 47.5%;
      margin-left: 0;
      float: left; } }
  @media (min-width: 560px) {
    .col:last-child {
      margin-left: 5%; } }
  .col img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 1em; }

.cols-3 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  @media (min-width: 1000px) {
    .cols-3 {
      flex-flow: row nowrap; } }
  .cols-3 div {
    flex-grow: 1; }
    @media (min-width: 1000px) {
      .cols-3 div {
        flex-shrink: 1;
        flex-grow: 1; } }
#cotton-candy h2 {
  margin-bottom: 2rem;
  width: 100%;
  text-align: center; }

#cotton-candy h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 1rem;
  text-transform: none;
  letter-spacing: 0; }
  #cotton-candy h3 span {
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase; }

#cotton-candy p {
  margin-top: 0; }
  #cotton-candy p small {
    line-height: 120% !important; }

#cotton-candy .item {
  background: url(../images/asterisk-purple.svg) no-repeat 50% 100%;
  padding-bottom: 3rem;
  width: 90%;
  margin: 0 5% 2rem;
  text-align: center; }
  @media (min-width: 560px) {
    #cotton-candy .item {
      width: 30%;
      margin: 0 1.5%; } }
  #cotton-candy .item img {
    width: 100%;
    height: auto;
    margin: 1rem 0 2rem;
    border-radius: 50%;
    display: block; }
    #cotton-candy .item img.bucket {
      border-radius: 0; }

#cotton-candy a {
  text-decoration: none; }

#private-label .text {
  margin-right: 0;
  margin-left: 5%;
  text-align: right;
  order: 2; }

#private-label img.bg-img {
  order: 1;
  margin-right: 0;
  margin-left: -50%; }
  @media (min-width: 560px) {
    #private-label img.bg-img {
      margin-left: -25%; } }
#shop a {
  display: inline-block;
  width: 50%;
  max-width: 200px;
  position: relative; }
  #shop a img {
    width: 100%;
    height: auto;
    display: block; }

#shop a:hover img {
  opacity: 0.5; }

footer {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 2rem;
  z-index: 100;
  font-size: 14px;
  color: #fff;
  height: auto;
  overflow: hidden;
  pointer-events: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end; }
  @media (min-width: 560px) {
    footer {
      position: fixed;
      height: 175px;
      padding: 0 5%; } }
  @media (min-width: 1000px) {
    footer {
      padding: 0 10%; } }
  footer #clouds-bot {
    position: absolute;
    width: 3000px;
    height: 175px;
    bottom: 0;
    left: -35%;
    z-index: 10; }
  footer p {
    z-index: 11;
    margin: 0 0 20px;
    position: relative;
    color: #ec008c;
    order: 3; }
    @media (min-width: 560px) {
      footer p {
        order: 1;
        width: 33.333%;
        margin: 0 0 10px; } }
  footer a, footer a:visited {
    -webkit-transition: color 0.2s ease;
    -transition: color 0.2s ease;
    transition: color 0.2s ease;
    color: #ec008c;
    pointer-events: auto; }
    footer a:hover, footer a:active, footer a:visited:hover, footer a:visited:active {
      text-decoration: none;
      color: #f391bc; }
  footer ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
    z-index: 12;
    position: relative;
    display: flex;
    flex-flow: row no-wrap; }
    @media (min-width: 560px) {
      footer ul {
        width: 33.333%;
        bottom: 10px;
        margin: 0; } }
    footer ul.text {
      justify-content: flex-start;
      order: 1; }
      @media (min-width: 560px) {
        footer ul.text {
          justify-content: flex-end;
          order: 3; } }
    footer ul.social {
      justify-content: flex-start;
      order: 2; }
      @media (min-width: 560px) {
        footer ul.social {
          justify-content: center;
          order: 2;
          bottom: 3px; } }
      footer ul.social a {
        text-decoration: none;
        font-size: 30px; }
    footer ul li {
      margin: 0 10px 0 0; }
      @media (min-width: 560px) {
        footer ul li {
          margin: 0 0 0 10px; } }
form {
  margin-bottom: 200px; }
  form h3 {
    margin-bottom: 1rem; }
  form label {
    display: block; }
    form label:not(.error) {
      margin-top: 1rem; }
    form label:first-child {
      margin-top: 0; }
    form label.error {
      font-weight: bold;
      color: #f391bc; }
  form input, form textarea {
    display: block;
    width: 100%;
    padding: 0.5rem;
    border-radius: 5px;
    background: white;
    border: 2px solid #bababa;
    margin-bottom: 0; }
    form input:invalid, form textarea:invalid {
      background-color: #fce9f2; }
    form input.error, form textarea.error {
      border-color: #f391bc; }
    form input[type="submit"], form textarea[type="submit"] {
      display: inline-block;
      width: auto;
      background: #f391bc;
      color: white;
      border: 0;
      margin-top: 1rem; }
      form input[type="submit"]:hover, form textarea[type="submit"]:hover {
        background: #ec008c; }
  form textarea {
    height: 120px; }

.flexslider {
  border-radius: 30px;
  overflow: hidden; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  overflow-y: scroll;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  display: block; }
  .popup.active, .popup:target {
    opacity: 1;
    pointer-events: auto; }
  @media (min-width: 1000px) {
    .popup {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      align-content: center; } }
  .popup div {
    border-radius: 2rem;
    top: 5vh;
    left: 5vw;
    width: 90vw;
    height: auto;
    margin-bottom: 5vh;
    position: relative;
    padding: 2rem;
    background-color: #b756a0;
    color: white; }
    .popup div .close {
      position: absolute;
      top: 2.7rem;
      right: 2rem;
      font-size: 40pt;
      transform: rotate(45deg);
      text-decoration: none;
      color: white; }
  .popup h2 {
    font-weight: 700; }
  .popup p {
    font: 100 24px/150% "proxima-nova";
    /* Be VERY careful with this, breaks normal words wh_erever */
    /* Non standard for webkit */ }
    .popup p small {
      font-size: 0.625em;
      line-height: 130%; }
  .popup ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
    .popup ul li {
      font-weight: 100;
      text-align: center;
      width: 48%;
      margin: 0 1% 1rem; }
      @media (min-width: 560px) {
        .popup ul li {
          width: 32%;
          margin: 0 0.6666% 1rem; } }
      @media (min-width: 1000px) {
        .popup ul li {
          width: 15%;
          margin: 0 0.8333%; } }
    .popup ul img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 50%;
      margin: 0 0 1rem; }

/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

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

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

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: block;
  -webkit-backface-visibility: hidden;
  position: relative; }

.flexslider .slides img {
  width: 100%;
  display: block; }

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

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

* html .flexslider .slides {
  height: 1%; }

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

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  line-height: 1;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(255, 255, 255, 0.8); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.7); }

.flex-control-paging li a.flex-active {
  background: #fff;
  background: white;
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

@media print {
  /******************************************************************
Site Name: Dandy Cotton Candy
Author: Pat Brumfield / Mattson Creative

Stylesheet: Print Stylesheet

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
