/*************************************************************************************************************************
Screen smaller than 680px
*************************************************************************************************************************/
@media all and (max-width: 680px) {

  /* Overall */
  .container {margin: 0 auto; padding: 60px 0 0 0; width: 95%; overflow: hidden; background: #fff;}
  .header {position: relative; width: 100%; margin: 0 auto;}
  .section,
  .section-wide {clear: both; width: 94%; margin: 3%;}
  .aside {clear: both; width: 94%; margin: 3%; border: 1px solid #111;}
  .footer {clear: both; overflow: hidden; margin: 0 auto; width: 100%; border-top: 3px solid #111; border-bottom: 1px solid #111; font-size: .9em;}

  /* .header */
  .header h1,
  .header h5 {font-size: 2.6em; text-transform: uppercase; text-align: center; margin: 20px 0 0 0;}
  .header-title {color: #000; display: block; margin: 0 auto;}
  .header-desc {text-align: center; font-size: .9em; text-transform: uppercase;}

  /* .nav */
  .tinynav {display: block; width: 94%; margin: 2% 3%;}
  .nav {position: fixed; overflow: hidden; width: 100%; background: #fff; text-align: center; text-transform: uppercase; clear: both; line-height: 1em; font-size: .9em; font-weight: 700; z-index: 9999; -webkit-box-shadow: 0px 1px 5px 0px #aaa; box-shadow: 0px 1px 5px 0px #aaa;}
  .nav ul {list-style: none; text-align: left; display: none;}
  .nav a {display: block; padding: 15px 15px;}
  .nav a:hover {}

  /* .header-meta */
  .header-meta {background: #111; padding: 1%; width: 92%; margin: 20px auto;}
  .header-meta-inner {border: 1px solid #fff; padding: 20px; color: #fff;}
  .header-newsletter {padding: 10px 0;}
  .header-newsletter-input {padding: 8px; border-color: transparent; margin-right: 10px; width: 90%; font-family: 'Open Sans', Lucida Sans Unicode, Lucida Grande, Arial, Verdana, Sans-serif;}
  .header-newsletter-button {padding: 8px 12px !important; font-family: 'Open Sans', Lucida Sans Unicode, Lucida Grande, Arial, Verdana, Sans-serif; font-weight: 700; text-transform: uppercase;}

  /* #mc-embedded-subscribe-form */
  .header-meta-inner #mc-embedded-subscribe-form {background: url('images/newsletter_bg.png') no-repeat left top; padding: 10px 0 10px 50px;}
  .header-meta-inner #mc-embedded-subscribe-form h2 {font-size: 1.2em;}
  .header-meta-inner #mc-embedded-subscribe-form .indicates-required {font-size: .8em; font-style: italic;}
  .header-meta-inner #mc-embedded-subscribe-form .indicates-required .asterisk {color: #f00;}
  .header-meta-inner #mc-embedded-subscribe-form .mc-field-group {margin: 10px 0;}
  .header-meta-inner #mc-embedded-subscribe-form .mc-field-group input {width: 90%; font-family: 'Open Sans', Lucida Sans Unicode, Lucida Grande, Arial, Verdana, Sans-serif;}
  .header-meta-inner #mc-embedded-subscribe-form .clear .button {font-family: 'Open Sans', Lucida Sans Unicode, Lucida Grande, Arial, Verdana, Sans-serif; font-weight: 700; text-transform: uppercase;}
  .header-meta-inner #mc-embedded-subscribe-form .mc-field-group label {margin: 0;}
  .header-meta-inner #mc-embedded-subscribe-form .clear {display: inline-block;}

  /* .flexslider */
  .flexslider {margin: 0 auto 40px auto; padding: 0; clear: both;}
  .flexslider .flexslides > li {list-style: none; display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
  .flexslider .flexslides img {display: block; width: 100%; height: auto;}
  .flex-pauseplay span {text-transform: capitalize;}

  /* Clearfix for the .slides element */
  .flexslides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
  html[xmlns] .flexslides {display: block;}
  * html .flexslides {height: 1%;}

  /* No JavaScript Fallback */
  /* If you are not using another script, such as Modernizr, make sure you
  * include js that eliminates this class on page load */
  .no-js .flexslides > li:first-child {display: block;}

  /* .flexslider theme */
  .flexslider {width: 94%; padding-bottom: 40px; background: #fff; position: relative; zoom: 1;}
  .flexslider .flexslides {zoom: 1;}
  .flexslider .flexslides > li {position: relative;}
  .flexslider .flexslides li img {width: 100%; height: auto;}
  .flex-container {zoom: 1; position: relative;}

  .flex-caption {zoom: 1;}
  .flex-caption {display: none; position: absolute; top: 20%; right: 80px; width: 40%; height: 30%; color: #111; z-index: 8;}
  .flex-caption h3 {text-align: center; text-transform: uppercase; font-size: 2.4em; color: #111; background: rgba(255,255,255,.8); opacity: .8; padding: 5%;}
  .flex-caption h3 a {color: #111;}

  .flex-direction-nav {display: block; list-style: none;}
  .flex-direction-nav li a.flex-next,
  .flex-direction-nav li a.flex-prev {display: none;}
  .flexslider:hover > .flex-direction-nav li a {display: block;}
  .flex-direction-nav li a.flex-next {position: absolute; right: 0; top: 45%; z-index: 100; width: 64px; height: 64px; background: #fff url('images/slide_nav.gif') no-repeat -64px 0; text-indent: -9999px; cursor: pointer;}
  .flex-direction-nav li a.flex-prev {position: absolute; left: 0; top: 45%; z-index: 100; width: 64px; height: 64px; background: #fff url('images/slide_nav.gif') no-repeat 0 0; text-indent: -9999px; cursor: pointer;}

  .flex-control-nav {list-style: none; position: absolute; bottom: 0; z-index: 100; width: 100%; text-align: center;}
  .flex-control-nav li {display: inline-block;}
  .flex-control-nav li a {cursor: pointer; display: block; width: 16px; height: 16px; background: #ddd; text-indent: -9999em; margin: 0 3px; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;}
  .flex-control-nav li a:hover,
  .flex-control-nav li a.flex-active {background: #ff4669;}

  /* .post-content */
  .post-content {}
  .post-content #mc-embedded-subscribe-form {margin: 30px auto; background: #fff; width: 95%; border: 1px solid #eee;}
  .post-content #mc-embedded-subscribe-form h2 {font-size: 1.2em; padding: 20px; border-bottom: 1px solid #eee; text-align: center; text-transform: uppercase;}
  .post-content #mc-embedded-subscribe-form p {margin-bottom: 10px; padding: 0 20px; text-align: center;}
  .post-content #mc-embedded-subscribe-form .indicates-required {font-size: .9em; font-style: italic; padding: 0 20px;}
  .post-content #mc-embedded-subscribe-form .indicates-required .asterisk {color: #f00;}
  .post-content #mc-embedded-subscribe-form .mc-field-group {clear: both; padding: 3% 1%; text-align: center;}
  .post-content #mc-embedded-subscribe-form .mc-field-group label {margin: 0;}
  .post-content #mc-embedded-subscribe-form .mc-field-group input {width: 80%; padding: 2%; font-family: 'Open Sans', Lucida Sans Unicode, Lucida Grande, Arial, Verdana, Sans-serif;}
  .post-content #mc-embedded-subscribe-form .clear .button {font-family: 'Open Sans', Lucida Sans Unicode, Lucida Grande, Arial, Verdana, Sans-serif; font-weight: 700; text-transform: uppercase;}
  .post-content #mc-embedded-subscribe-form #mc-embedded-subscribe {width: 100%; padding: 2% 0; font-size: 1.2em;}
  .post-content #mc-embedded-subscribe-form .clear {}

  /* .footer */
  .footer-inner {overflow: hidden; padding: 30px 0; line-height: 1.8em;}
  .footer-widget {clear: both; padding: 3% 3% 5% 3%;}
  p.footer-copy {clear: both; width: 95%; font-size: .9em; overflow: hidden; padding: 10px 0; margin: 0 auto; text-align: center;}
  p.footer-copy .footer-credit {display: block; width: 55px; height: 11px; margin: 5px auto; background: url('images/footer_credit.png') no-repeat 0 0; text-indent: -9999px;}

  /* .footer-instagram */
  .footer-instagram {clear: both;}
  .footer-instagram-widget {width: 100%;}
  .footer-instagram-widget h4 {text-align: center;}
  .footer-instagram-widget #ace-instafeed .insta-img {width: 20%; margin: 0;}

  /* Shortcodes */
  .left,
  .right,
  .col1,
  .col2,
  .col3,
  .col3-2,
  .col3-1,
  .col4-1,
  .col4-2,
  .col4-3,
  .col4-4,
  .col5-1,
  .col5-2,
  .col5-3,
  .col5-4,
  .col5-5 {clear: both; line-height: 1.8em;}

  .pullquote {width: 85% !important;}

  .sc-slide {position: relative; overflow: hidden; width: 100% !important; height: auto !important; margin: 0 0 20px 0; padding: 0;}

}

/*************************************************************************************************************************
Screen between 681px and 980px
*************************************************************************************************************************/
@media all and (min-width: 681px) and (max-width: 980px) {

  /* Overall */
  .container {margin: 0 auto; padding: 60px 0 0 0; width: 95%; overflow: hidden; background: #fff;}
  .header {position: relative; width: 100%; margin: 0 auto;}
  .section {float: left; width: 55%; margin: 3%;}
  .section-wide {clear: both; width: 94%; margin: 3% auto;}
  .aside {float: right; width: 30%; margin: 3%; border: 1px solid #111; font-size: .9em;}
  .footer {clear: both; overflow: hidden; margin: 0 auto; width: 100%; border-top: 3px solid #111; border-bottom: 1px solid #111; font-size: .9em;}

  /* .header */
  .header h1,
  .header h5 {font-size: 3.4em; text-transform: uppercase; text-align: center; margin: 20px 0 0 0;}
  .header-title {color: #000; display: block; margin: 0 auto;}
  .header-desc {text-align: center; font-size: 1em; text-transform: uppercase;}

  /* .header-meta */
  .header-meta {background: #111; padding: 1%; width: 92%; margin: 20px auto;}
  .header-meta-inner {border: 1px solid #fff; padding: 20px; color: #fff;}
  .header-newsletter {background: url('images/newsletter_bg.png') no-repeat left center; padding: 10px 0 10px 50px;}
  .header-newsletter-input {padding: 8px; border-color: transparent; margin-right: 10px; width: 30%; font-family: 'Open Sans', Lucida Sans Unicode, Lucida Grande, Arial, Verdana, Sans-serif;}
  .header-newsletter-button {padding: 8px 12px !important; font-family: 'Open Sans', Lucida Sans Unicode, Lucida Grande, Arial, Verdana, Sans-serif; font-weight: 700; text-transform: uppercase;}

  /* #mc-embedded-subscribe-form */
  .header-meta-inner #mc-embedded-subscribe-form {background: url('images/newsletter_bg.png') no-repeat left top; padding: 10px 0 10px 50px;}
  .header-meta-inner #mc-embedded-subscribe-form h2 {font-size: 1.2em;}
  .header-meta-inner #mc-embedded-subscribe-form .indicates-required {font-size: .8em; font-style: italic;}
  .header-meta-inner #mc-embedded-subscribe-form .indicates-required .asterisk {color: #f00;}
  .header-meta-inner #mc-embedded-subscribe-form .mc-field-group {display: inline-block;  margin: 5px 10px 5px 0;}
  .header-meta-inner #mc-embedded-subscribe-form .mc-field-group input {font-family: 'Open Sans', Lucida Sans Unicode, Lucida Grande, Arial, Verdana, Sans-serif;}
  .header-meta-inner #mc-embedded-subscribe-form .clear .button {font-family: 'Open Sans', Lucida Sans Unicode, Lucida Grande, Arial, Verdana, Sans-serif; font-weight: 700; text-transform: uppercase;}
  .header-meta-inner #mc-embedded-subscribe-form .mc-field-group label {margin: 0;}
  .header-meta-inner #mc-embedded-subscribe-form .clear {display: inline-block;}

  /* .nav */
  .tinynav {display: none;}
  .nav {position: fixed; width: 100%; background: #fff; text-align: center; text-transform: uppercase; clear: both; line-height: 1em; font-size: .9em; font-weight: 700; z-index: 9999; -webkit-box-shadow: 0px 1px 5px 0px #aaa; box-shadow: 0px 1px 5px 0px #aaa;}
  .nav ul {list-style: none; text-align: left; display: inline-block;}
  .nav a {display: block; padding: 15px 15px;}
  .nav a:hover {}

  /* .flexslider */
  .flexslider {margin: 0 auto 40px auto; padding: 0; clear: both;}
  .flexslider .flexslides > li {list-style: none; display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
  .flexslider .flexslides img {display: block; width: 100%; height: auto;}
  .flex-pauseplay span {text-transform: capitalize;}

  /* Clearfix for the .slides element */
  .flexslides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
  html[xmlns] .flexslides {display: block;}
  * html .flexslides {height: 1%;}

  /* No JavaScript Fallback */
  /* If you are not using another script, such as Modernizr, make sure you
  * include js that eliminates this class on page load */
  .no-js .flexslides > li:first-child {display: block;}

  /* .flexslider theme */
  .flexslider {width: 94%; padding-bottom: 40px; background: #fff; position: relative; zoom: 1;}
  .flexslider .flexslides {zoom: 1;}
  .flexslider .flexslides > li {position: relative;}
  .flexslider .flexslides li img {width: 100%; height: auto;}
  .flex-container {zoom: 1; position: relative;}

  .flex-caption {zoom: 1;}
  .flex-caption {position: absolute; top: 20%; right: 80px; width: 40%; height: 30%; color: #111; z-index: 8;}
  .flex-caption h3 {text-align: center; text-transform: uppercase; font-size: 2.4em; color: #111; background: rgba(255,255,255,.8); opacity: .8; padding: 5%;}
  .flex-caption h3 a {color: #111;}

  .flex-direction-nav {display: block; list-style: none;}
  .flex-direction-nav li a.flex-next,
  .flex-direction-nav li a.flex-prev {display: none;}
  .flexslider:hover > .flex-direction-nav li a {display: block;}
  .flex-direction-nav li a.flex-next {position: absolute; right: 0; top: 45%; z-index: 100; width: 64px; height: 64px; background: #fff url('images/slide_nav.gif') no-repeat -64px 0; text-indent: -9999px; cursor: pointer;}
  .flex-direction-nav li a.flex-prev {position: absolute; left: 0; top: 45%; z-index: 100; width: 64px; height: 64px; background: #fff url('images/slide_nav.gif') no-repeat 0 0; text-indent: -9999px; cursor: pointer;}

  .flex-control-nav {list-style: none; position: absolute; bottom: 0; z-index: 100; width: 100%; text-align: center;}
  .flex-control-nav li {display: inline-block;}
  .flex-control-nav li a {cursor: pointer; display: block; width: 16px; height: 16px; background: #ddd; text-indent: -9999em; margin: 0 3px; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;}
  .flex-control-nav li a:hover,
  .flex-control-nav li a.flex-active {background: #ff4669;}

  /* .post-content */
  .post-content {}
  .post-content #mc-embedded-subscribe-form {margin: 30px auto; background: #fff; width: 70%; border: 1px solid #eee;}
  .post-content #mc-embedded-subscribe-form h2 {font-size: 1.2em; padding: 30px; border-bottom: 1px solid #eee; text-align: center; text-transform: uppercase;}
  .post-content #mc-embedded-subscribe-form p {margin-bottom: 10px; padding: 0 30px; text-align: center;}
  .post-content #mc-embedded-subscribe-form .indicates-required {font-size: .9em; font-style: italic; padding: 0 30px;}
  .post-content #mc-embedded-subscribe-form .indicates-required .asterisk {color: #f00;}
  .post-content #mc-embedded-subscribe-form .mc-field-group {float: left; width: 48%; padding: 3% 1%; text-align: center;}
  .post-content #mc-embedded-subscribe-form .mc-field-group label {margin: 0; clear: both;}
  .post-content #mc-embedded-subscribe-form .mc-field-group input {width: 80%; padding: 2%; font-family: 'Open Sans', Lucida Sans Unicode, Lucida Grande, Arial, Verdana, Sans-serif;}
  .post-content #mc-embedded-subscribe-form .clear .button {font-family: 'Open Sans', Lucida Sans Unicode, Lucida Grande, Arial, Verdana, Sans-serif; font-weight: 700; text-transform: uppercase;}
  .post-content #mc-embedded-subscribe-form #mc-embedded-subscribe {width: 100%; padding: 2% 0; font-size: 1.2em;}
  .post-content #mc-embedded-subscribe-form .clear {}

  /* .footer */
  .footer-inner {overflow: hidden; padding: 30px 0; line-height: 1.8em;}
  .footer-widget {float: left; display: block; width: 44%; padding: 0 3%;}
  p.footer-copy {clear: both; width: 95%; font-size: .9em; overflow: hidden; padding: 10px 0; margin: 0 auto;}
  p.footer-copy .footer-credit {display: block; float: right; width: 55px; height: 11px; margin: 5px 0; background: url('images/footer_credit.png') no-repeat 0 0; text-indent: -9999px;}

  /* .footer-instagram */
  .footer-instagram {clear: both;}
  .footer-instagram-widget {width: 100%;}
  .footer-instagram-widget h4 {text-align: center;}
  .footer-instagram-widget #ace-instafeed .insta-img {width: 20%; margin: 0;}

  /* Shortcodes */
  .left {width: 49%; float: left; line-height: 1.8em;}
  .right {width: 49%; float: right; line-height: 1.8em;}

  .col1 {width: 32%; float: left; line-height: 1.8em;}
  .col2 {width: 32%; padding: 0 2%; float: left; line-height: 1.8em;}
  .col3 {width: 32%; float: right; line-height: 1.8em;}

  .col3-2 {width: 64%; float: left; line-height: 1.8em;}
  .col3-1 {width: 32%; float: right; line-height: 1.8em;}

  .col4-1 {width: 24%; float: left; line-height: 1.8em;}
  .col4-2,
  .col4-3 {width: 24%; padding: 0 0 0 2%; float: left; line-height: 1.8em;}
  .col4-4 {width: 24%; float: right; line-height: 1.8em;}

  .col5-1 {width: 18%; float: left; line-height: 1.8em;}
  .col5-2,
  .col5-3,
  .col5-4 {width: 18%; padding: 0 0 0 2%; float: left; line-height: 1.8em;}
  .col5-5 {width: 18%; float: right; line-height: 1.8em;}

  .pullquote {width: 85% !important;}

  .sc-slide {position: relative; overflow: hidden; width: 100% !important; height: auto !important; margin: 0 0 20px 0; padding: 0;}

}

/*************************************************************************************************************************
Screen larger than 981px
*************************************************************************************************************************/
@media all and (min-width: 981px) {

  /* Overall */
  .container {margin: 0 auto; padding: 60px 0 0 0; width: 1040px; overflow: hidden; background: #fff;}
  .header {position: relative; width: 1020px; margin: 0 auto;}
  .section {float: left; width: 640px; margin: 20px;}
  .section-wide {clear: both; width: 980px; margin: 20px auto;}
  .aside {float: right; width: 300px; margin: 20px; border: 1px solid #111; font-size: .9em;}
  .footer {clear: both; overflow: hidden; margin: 0 auto; width: 100%; border-top: 3px solid #111; border-bottom: 1px solid #111; font-size: .9em;}

  /* .header */
  .header h1,
  .header h5 {font-size: 4em; text-transform: uppercase; text-align: center; margin: 20px 0 0 0;}
  .header-title {color: #000; display: block; margin: 0 auto;}
  .header-desc {text-align: center; font-size: 1.2em; text-transform: uppercase;}

  /* .header-meta */
  .header-meta {background: #111; padding: 5px; width: 970px; margin: 20px auto;}
  .header-meta-inner {border: 1px solid #fff; padding: 20px; color: #fff;}
  .header-newsletter {background: url('images/newsletter_bg.png') no-repeat left center; padding: 10px 0 10px 50px;}
  .header-newsletter-input {padding: 8px; border-color: transparent; margin-right: 10px; width: 40%; font-family: 'Open Sans', Lucida Sans Unicode, Lucida Grande, Arial, Verdana, Sans-serif;}
  .header-newsletter-button {padding: 8px 12px !important; font-family: 'Open Sans', Lucida Sans Unicode, Lucida Grande, Arial, Verdana, Sans-serif; font-weight: 700; text-transform: uppercase;}

  /* #mc-embedded-subscribe-form */
  .header-meta-inner #mc-embedded-subscribe-form {background: url('images/newsletter_bg.png') no-repeat left top; padding: 10px 0 10px 50px;}
  .header-meta-inner #mc-embedded-subscribe-form h2 {font-size: 1.2em;}
  .header-meta-inner #mc-embedded-subscribe-form .indicates-required {font-size: .8em; font-style: italic;}
  .header-meta-inner #mc-embedded-subscribe-form .indicates-required .asterisk {color: #f00;}
  .header-meta-inner #mc-embedded-subscribe-form .mc-field-group {display: inline-block;  margin: 5px 10px 5px 0;}
  .header-meta-inner #mc-embedded-subscribe-form .mc-field-group input {font-family: 'Open Sans', Lucida Sans Unicode, Lucida Grande, Arial, Verdana, Sans-serif;}
  .header-meta-inner #mc-embedded-subscribe-form .clear .button {font-family: 'Open Sans', Lucida Sans Unicode, Lucida Grande, Arial, Verdana, Sans-serif; font-weight: 700; text-transform: uppercase;}
  .header-meta-inner #mc-embedded-subscribe-form .mc-field-group label {margin: 0;}
  .header-meta-inner #mc-embedded-subscribe-form .clear {display: inline-block;}

  /* .nav */
  .tinynav {display: none;}
  .nav {position: fixed; width: 100%; background: #fff; text-align: center; text-transform: uppercase; clear: both; line-height: 1em; font-size: .9em; font-weight: 700; z-index: 9999; -webkit-box-shadow: 0px 1px 5px 0px #aaa; box-shadow: 0px 1px 5px 0px #aaa;}
  .nav ul {list-style: none; text-align: left; display: inline-block;}
  .nav a {display: block; padding: 15px 15px;}
  .nav a:hover {}

  /* .flexslider */
  .flexslider {margin: 0 auto 40px auto; padding: 0; clear: both;}
  .flexslider .flexslides > li {list-style: none; display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
  .flexslider .flexslides img {display: block; width: 100%; height: auto;}
  .flex-pauseplay span {text-transform: capitalize;}

  /* Clearfix for the .slides element */
  .flexslides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
  html[xmlns] .flexslides {display: block;}
  * html .flexslides {height: 1%;}

  /* No JavaScript Fallback */
  /* If you are not using another script, such as Modernizr, make sure you
  * include js that eliminates this class on page load */
  .no-js .flexslides > li:first-child {display: block;}

  /* .flexslider theme */
  .flexslider {width: 980px; min-height: 450px; padding-bottom: 40px; background: #fff; position: relative; zoom: 1;}
  .flexslider .flexslides {zoom: 1;}
  .flexslider .flexslides > li {position: relative;}
  .flexslider .flexslides li img {width: 100%; height: auto;}
  .flex-container {zoom: 1; position: relative;}

  .flex-caption {zoom: 1;}
  .flex-caption {position: absolute; top: 20%; right: 80px; width: 40%; height: 30%; color: #111; z-index: 8;}
  .flex-caption h3 {text-align: center; text-transform: uppercase; font-size: 2.4em; color: #111; background: rgba(255,255,255,.8); opacity: .8; padding: 5%;}
  .flex-caption h3 a {color: #111;}

  .flex-direction-nav {display: block; list-style: none;}
  .flex-direction-nav li a.flex-next,
  .flex-direction-nav li a.flex-prev {display: none;}
  .flexslider:hover > .flex-direction-nav li a {display: block;}
  .flex-direction-nav li a.flex-next {position: absolute; right: 0; top: 45%; z-index: 100; width: 64px; height: 64px; background: #fff url('images/slide_nav.gif') no-repeat -64px 0; text-indent: -9999px; cursor: pointer;}
  .flex-direction-nav li a.flex-prev {position: absolute; left: 0; top: 45%; z-index: 100; width: 64px; height: 64px; background: #fff url('images/slide_nav.gif') no-repeat 0 0; text-indent: -9999px; cursor: pointer;}

  .flex-control-nav {list-style: none; position: absolute; bottom: 0; z-index: 100; width: 100%; text-align: center;}
  .flex-control-nav li {display: inline-block;}
  .flex-control-nav li a {cursor: pointer; display: block; width: 16px; height: 16px; background: #ddd; text-indent: -9999em; margin: 0 5px; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;}
  .flex-control-nav li a:hover,
  .flex-control-nav li a.flex-active {background: #ff4669;}

  /* .post-content */
  .post-content {}
  .post-content #mc-embedded-subscribe-form {margin: 30px auto; background: #fff; width: 70%; border: 1px solid #eee;}
  .post-content #mc-embedded-subscribe-form h2 {font-size: 1.2em; padding: 30px; border-bottom: 1px solid #eee; text-align: center; text-transform: uppercase;}
  .post-content #mc-embedded-subscribe-form p {margin-bottom: 10px; padding: 0 30px; text-align: center;}
  .post-content #mc-embedded-subscribe-form .indicates-required {font-size: .9em; font-style: italic; padding: 0 30px;}
  .post-content #mc-embedded-subscribe-form .indicates-required .asterisk {color: #f00;}
  .post-content #mc-embedded-subscribe-form .mc-field-group {float: left; width: 48%; padding: 3% 1%; text-align: center;}
  .post-content #mc-embedded-subscribe-form .mc-field-group label {margin: 0;}
  .post-content #mc-embedded-subscribe-form .mc-field-group input {width: 80%; padding: 2%; font-family: 'Open Sans', Lucida Sans Unicode, Lucida Grande, Arial, Verdana, Sans-serif;}
  .post-content #mc-embedded-subscribe-form .clear .button {font-family: 'Open Sans', Lucida Sans Unicode, Lucida Grande, Arial, Verdana, Sans-serif; font-weight: 700; text-transform: uppercase;}
  .post-content #mc-embedded-subscribe-form #mc-embedded-subscribe {width: 100%; padding: 2% 0; font-size: 1.2em;}
  .post-content #mc-embedded-subscribe-form .clear {}

  /* .footer */
  .footer-inner {overflow: hidden; padding: 30px 0; line-height: 1.8em;}
  .footer-widget {float: left; display: block; width: 44%; padding: 0 3%;}
  p.footer-copy {clear: both; width: 980px; font-size: .9em; overflow: hidden; padding: 10px 0; margin: 0 auto;}
  p.footer-copy .footer-credit {display: block; float: right; width: 55px; height: 11px; margin: 5px 0; background: url('images/footer_credit.png') no-repeat 0 0; text-indent: -9999px;}

  /* .footer-instagram */
  .footer-instagram {clear: both;}
  .footer-instagram-widget {width: 100%;}
  .footer-instagram-widget h4 {text-align: center;}
  .footer-instagram-widget #ace-instafeed .insta-img {width: 10%; margin: 0;}

  /* Shortcodes */
  .left {width: 49%; float: left; line-height: 1.8em;}
  .right {width: 49%; float: right; line-height: 1.8em;}

  .col1 {width: 32%; float: left; line-height: 1.8em;}
  .col2 {width: 32%; padding: 0 2%; float: left; line-height: 1.8em;}
  .col3 {width: 32%; float: right; line-height: 1.8em;}

  .col3-2 {width: 64%; float: left; line-height: 1.8em;}
  .col3-1 {width: 32%; float: right; line-height: 1.8em;}

  .col4-1 {width: 24%; float: left; line-height: 1.8em;}
  .col4-2,
  .col4-3 {width: 24%; padding: 0 0 0 2%; float: left; line-height: 1.8em;}
  .col4-4 {width: 24%; float: right; line-height: 1.8em;}

  .col5-1 {width: 18%; float: left; line-height: 1.8em;}
  .col5-2,
  .col5-3,
  .col5-4 {width: 18%; padding: 0 0 0 2%; float: left; line-height: 1.8em;}
  .col5-5 {width: 18%; float: right; line-height: 1.8em;}

  .sc-slide {position: relative; overflow: hidden; width: 100%; margin: 0 0 20px 0; padding: 0;}

}


/* Overall */
body {font: 400 .9em 'Open Sans', Lucida Sans Unicode, Lucida Grande, Arial, Verdana, Sans-serif; color: #444; background: #fff; -ms-word-wrap: break-word; word-wrap: break-word;}
body p {margin-bottom: 20px; line-height: 2em;}
.back-top {display: none; font-size: 2em; color: #000; position: fixed; bottom: 10px; right: 10px; cursor: pointer; z-index: 9999;}

/* hgroup */
h1,
h2,
h3,
h4,
h5,
h6 {line-height: 1.2em; margin-bottom: 15px; font-family: 'Droid Serif', Serif; font-weight: 400; -ms-word-wrap: break-word; word-wrap: break-word;}
h1 {font-size: 2em; color: #ff4669;}
h2 {font-size: 2em; color: #ff4669;}
h3 {font-size: 1.8em; color: #555;}
h4 {font-size: 1.8em; color: #555;}
h5 {font-size: 1.6em; color: #222;}
h6 {font-size: 1.4em; color: #222;}

/* Links */
a {color: #ff4669; text-decoration: none; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
a:active {color: #000;}
a:hover {color: #222;}

/* .header-banner */
.header-banner {margin: 20px auto; text-align: center;}

/* .nav */
.nav .current-menu-item > a,
.nav .current-menu-ancestor > a,
.nav .current_page_item > a,
.nav .current_page_ancestor > a {background-color: #eee;}

.nav li {display: inline-block; float: left; position: relative; z-index: 100;}
.nav li:hover {background: #fff;}

.nav ul ul a {}

.nav ul ul {position: absolute; width: 200px; background: #fff; border-top: 1px solid #eee; z-index: 1000;}
.nav ul ul li {display: block; float: none; border-bottom: 1px solid #eee; border-left: 1px solid #eee; border-right: 1px solid #eee;}
.nav ul ul ul {position: absolute; left: 198px; top: -1px;}

.nav ul ul {opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; zoom: 0; visibility: hidden; height: 0;}
.nav li:hover > ul {opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; zoom: 1; visibility: visible; height: auto;}

.nav ul li.has-sub > a {background-image: url('images/menu_down.gif'); background-repeat: no-repeat; background-position: right center;}
.nav ul ul li.has-sub > a {background-image: url('images/menu_right.gif'); background-repeat: no-repeat; background-position: right center;}

/* .article */
.article-page {position: relative !important; overflow: visible !important; margin-bottom: 0 !important;}
.sticky {}
.article-pages {border: none !important; margin-bottom: 20px !important;}
.article {margin-bottom: 80px; overflow: hidden; clear: both; border-bottom: 1px solid #111;}
.article .post-thumb {padding: 2px; border: 1px solid #ddd;}
.article .post-thumbnail {border: 0;}
.article .post-header {margin-bottom: 30px;}
.article .post-title {font-size: 2.6em; text-align: center; margin-bottom: 5px; line-height: 1.2em;}
.article .post-header-meta {text-align: center; color: #222;}
.article .post-meta {clear: both; overflow: hidden; padding: 20px 0 10px 0;}

.article .archives {overflow: hidden; clear: both; padding: 10px 0;}
.article .archives .archives-box {width: 45%; float: left; padding: 2px;}

/* .article misc */
.article blockquote {display: block; clear: both; margin: 20px 0; padding: 0 20px 0 40px; background: url('images/blockquote.png') no-repeat 0 0; font-style: italic; color: #888;}
.article blockquote p {padding: 0;}
.article ul {margin: 0 0 20px 45px; list-style: circle outside;}
.article ol {margin: 0 0 20px 45px; list-style: decimal outside;}
.article li {margin: 3px 0; line-height: 1.8em;}
.article .post-author-bio {clear: both; overflow: hidden; background: #f9f9f9; border: 1px solid #ddd; padding: 20px;}

/* .article misc */
.breadcrumb {padding: 5px 10px; margin-bottom: 30px; font-size: .85em; background: #fafafa; border: 1px solid #eee;}

.pagetitle {padding: 20px 0; font-size: .8em; color: #999; text-transform: uppercase; letter-spacing: .2em;}
.pagetitle-desc {font-size: .9em; font-style: italic;}

.page-pagination {clear: both; padding: 5px 0; line-height: 1em;}
.page-pagination .page-pagination-title {font-weight: bold;}
.page-pagination .page-pagination-number {display: inline-block; border: 1px solid #ccc; padding: 5px 8px;}
.page-pagination a .page-pagination-number {}
.page-pagination a .page-pagination-number:hover {}

.pagination {clear: both; font-size: .85em; padding: 10px 0; overflow: hidden; list-style: none;}
.pagination a:hover,
.pagination .current {padding: 5px 10px; margin-right: 5px; background: #ff4669; color: #fff; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}
.pagination a {padding: 5px 10px; margin-right: 5px; background: #ccc; color: #000; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}

.post-footer {clear: both; padding: 20px 0; margin: 10px 0; overflow: hidden; border-top: 1px solid #eee; border-bottom: 1px solid #eee;}
.post-footer h5 {margin-top: 20px; font-size: 2em;}
.post-footer ul {margin: 0; list-style: none;}
.post-footer ul li {margin: 5px 0;}

.post-banner {margin: 20px auto;}

ul.post-related {list-style: none; font-size: .8em;}
ul.post-related li {width: 15%; float: left; margin: 0 2%;}
ul.post-related li img {display: block; margin: 0 auto;} 

.footer-navi {clear: both; overflow: hidden; padding: 0 !important; margin-bottom: 20px;}
.footer-navi li.previous {float: left;}
.footer-navi li.next {float: right;}

/* .gallery */
.gallery {clear: both; overflow: hidden; margin: 15px 0;}
.gallery .gallery-item {display: inline-block; text-align: center; vertical-align: top; width: 100%;}
.gallery-columns-2 .gallery-item {max-width: 50%;}
.gallery-columns-3 .gallery-item {max-width: 33.33%;}
.gallery-columns-4 .gallery-item {max-width: 25%;}
.gallery-columns-5 .gallery-item {max-width: 20%;}
.gallery-columns-6 .gallery-item {max-width: 16.66%;}
.gallery-columns-7 .gallery-item {max-width: 14.28%;}
.gallery-columns-8 .gallery-item {max-width: 12.5%;}
.gallery-columns-9 .gallery-item {max-width: 11.11%;}
.gallery-caption {}
.gallery dl {margin: 0;}
.gallery a {padding: 5px; display: block;}
.gallery a img {max-width: 100%; height: auto; border: none !important;}
.gallery-caption {font-size: .9em;}

/* .side-widget */
.side-widget {margin: 24px 24px 30px 24px; padding-bottom: 20px; overflow: hidden; border-bottom: 1px solid #111; clear: both;}
.textwidget {overflow: hidden; margin-bottom: 10px; clear: both;}
.side-widget h3 {font: 700 1.3em 'Open Sans', Lucida Sans Unicode, Lucida Grande, Arial, Verdana, Sans-serif; text-transform: uppercase; text-align: center; margin-bottom: 20px;}
.side-widget select {width: 90%;}
.side-widget ol,
.side-widget ul {clear: both; list-style: none;}
.side-widget ol.children,
.side-widget ul.children {clear: both; list-style: none; margin-left: 20px;}
.side-widget ol li,
.side-widget ul li {margin: 5px 0; line-height: 1.8em;}

/* .sideform */
.sideform {clear: both; overflow: hidden; text-align: center;}
.sidetext {width: 60%; margin: 2px auto; color: #888; border: 1px solid #bbb;}

/***** WIDGET *****/
/* .location */
.location {}
.location li {padding-left: 30px;}
.location li.address {background: url('images/info_icons.png') no-repeat 0 -96px;}
.location li.email {background: url('images/info_icons.png') no-repeat 0 4px;}
.location li.phone {background: url('images/info_icons.png') no-repeat 0 -28px;}
.location li.fax {background: url('images/info_icons.png') no-repeat 0 -60px;}

/* #mc-embedded-subscribe-form */
.side-widget #mc-embedded-subscribe-form {text-align: center;}
.side-widget #mc-embedded-subscribe-form h2 {font-size: 1.2em;}
.side-widget #mc-embedded-subscribe-form .indicates-required {font-size: .9em; font-style: italic;}
.side-widget #mc-embedded-subscribe-form .indicates-required .asterisk {color: #f00;}
.side-widget #mc-embedded-subscribe-form .mc-field-group {clear: both; margin: 5px 0 5px 0;}
.side-widget #mc-embedded-subscribe-form .mc-field-group label {margin: 0;}
.side-widget #mc-embedded-subscribe-form .mc-field-group input {width: 90%; padding: 3%; font-family: 'Open Sans', Lucida Sans Unicode, Lucida Grande, Arial, Verdana, Sans-serif;}
.side-widget #mc-embedded-subscribe-form .clear .button {font-family: 'Open Sans', Lucida Sans Unicode, Lucida Grande, Arial, Verdana, Sans-serif; font-weight: 700; text-transform: uppercase;}
.side-widget #mc-embedded-subscribe-form #mc-embedded-subscribe {width: 96%; padding: 4%;}
.side-widget #mc-embedded-subscribe-form .clear {}

/* .social-icons */
/*
ul.social-icons li {float: left; list-style: none;}
.social-twitter,
.social-facebook,
.social-email,
.social-rss,
.social-google,
.social-flickr,
.social-linkedin,
.social-youtube,
.social-vimeo,
.social-instagram,
.social-pinterest,
.social-bloglovin {display: block; width: 48px; height: 48px; float: left; background: url('images/social_icons.png') no-repeat; text-indent: -9999px;}
.social-twitter {background-position: 0 0; background-color: #ccc; margin-right: 10px;}
.social-facebook {background-position: 0 -68px; margin-right: 10px;}
.social-email {background-position: 0 -136px; margin-right: 10px;}
.social-rss {background-position: 0 -204px;}
.social-google {background-position: 0 -272px; margin-right: 10px;}
.social-flickr {background-position: 0 -340px; margin-right: 10px;}
.social-linkedin {background-position: 0 -408px; margin-right: 10px;}
.social-youtube {background-position: 0 -476px; margin-right: 10px;}
.social-vimeo {background-position: 0 -544px; margin-right: 10px;}
.social-instagram {background-position: 0 -612px; margin-right: 10px;}
.social-bloglovin {background-position: 0 -680px; margin-right: 10px;}
.social-pinterest {background-position: 0 -749px; margin-right: 10px;}
*/

/* .social-icons */
ul.social-icons li {float: left; border: none !important; list-style: none;}
.social-twitter,
.social-facebook,
.social-email,
.social-rss,
.social-google,
.social-flickr,
.social-linkedin,
.social-youtube,
.social-vimeo,
.social-instagram,
.social-pinterest,
.social-bloglovin,
.social-tumblr {display: block; width: 48px; height: 48px; float: left; background: url('images/social_icons.png') no-repeat; text-indent: -9999px;}
.social-twitter {background-position: 0 0; background-color: #ccc; margin-right: 10px;}
.social-facebook {background-position: 0 -68px; margin-right: 10px;}
.social-email {background-position: 0 -136px; margin-right: 10px;}
.social-rss {background-position: 0 -204px;}
.social-google {background-position: 0 -272px; margin-right: 10px;}
.social-flickr {background-position: 0 -340px; margin-right: 10px;}
.social-linkedin {background-position: 0 -408px; margin-right: 10px;}
.social-youtube {background-position: 0 -476px; margin-right: 10px;}
.social-vimeo {background-position: 0 -544px; margin-right: 10px;}
.social-instagram {background-position: 0 -612px; margin-right: 10px;}
.social-bloglovin {background-position: 0 -680px; margin-right: 10px;}
.social-pinterest {background-position: 0 -749px; margin-right: 10px;}
.social-tumblr {background-position: 0 -807px; margin-right: 10px;}

/* .footer */
.footer-icons {clear: both; overflow: hidden; padding: 10px 0; text-align: center; border-bottom: 1px solid #111;}
ul.footer-icons-list {list-style: none; display: inline-block;}
ul.footer-icons-list li {float: left;}
ul.footer-icons-list li a {padding: 0;}
ul.footer-icons-list li .footer-twitter,
ul.footer-icons-list li .footer-facebook,
ul.footer-icons-list li .footer-pinterest,
ul.footer-icons-list li .footer-instagram,
ul.footer-icons-list li .footer-google,
ul.footer-icons-list li .footer-flickr,
ul.footer-icons-list li .footer-linkedin,
ul.footer-icons-list li .footer-youtube,
ul.footer-icons-list li .footer-vimeo,
ul.footer-icons-list li .footer-bloglovin,
ul.footer-icons-list li .footer-rss,
ul.footer-icons-list li .footer-tumblr,
ul.footer-icons-list li .footer-email {display: block; width: 34px; height: 34px; margin: 5px; text-indent: -9999em;}
ul.footer-icons-list li .footer-twitter {background-color: #ff4669; background-image: url('images/footer_icons.png'); background-repeat: no-repeat; background-position: 5px 4px;}
ul.footer-icons-list li .footer-facebook {background-color: #ff4669; background-image: url('images/footer_icons.png'); background-repeat: no-repeat; background-position: -29px 4px;}
ul.footer-icons-list li .footer-pinterest {background-color: #ff4669; background-image: url('images/footer_icons.png'); background-repeat: no-repeat; background-position: -63px 4px;}
ul.footer-icons-list li .footer-instagram {background-color: #ff4669; background-image: url('images/footer_icons.png'); background-repeat: no-repeat; background-position: -98px 4px;}
ul.footer-icons-list li .footer-google {background-color: #ff4669; background-image: url('images/footer_icons.png'); background-repeat: no-repeat; background-position: -131px 4px;}
ul.footer-icons-list li .footer-flickr {background-color: #ff4669; background-image: url('images/footer_icons.png'); background-repeat: no-repeat; background-position: -174px 4px;}
ul.footer-icons-list li .footer-linkedin {background-color: #ff4669; background-image: url('images/footer_icons.png'); background-repeat: no-repeat; background-position: -216px 4px;}
ul.footer-icons-list li .footer-youtube {background-color: #ff4669; background-image: url('images/footer_icons.png'); background-repeat: no-repeat; background-position: -257px 4px;}
ul.footer-icons-list li .footer-vimeo {background-color: #ff4669; background-image: url('images/footer_icons.png'); background-repeat: no-repeat; background-position: -299px 4px;}
ul.footer-icons-list li .footer-bloglovin {background-color: #ff4669; background-image: url('images/footer_icons.png'); background-repeat: no-repeat; background-position: -340px 4px;}
ul.footer-icons-list li .footer-rss {background-color: #ff4669; background-image: url('images/footer_icons.png'); background-repeat: no-repeat; background-position: -380px 4px;}
ul.footer-icons-list li .footer-email {background-color: #ff4669; background-image: url('images/footer_icons.png'); background-repeat: no-repeat; background-position: -421px 4px;}
ul.footer-icons-list li .footer-tumblr {background-color: #ff4669; background-image: url('images/footer_icons.png'); background-repeat: no-repeat; background-position: -461px 4px;}

.footer-widget h4 {font: 700 1.3em 'Open Sans', Lucida Sans Unicode, Lucida Grande, Arial, Verdana, Sans-serif; text-transform: uppercase; margin-bottom: 10px;}
.footer-widget ul {clear: both; list-style: none;}
.footer-widget ul li {margin: 5px 0; line-height: 1.8em;}
.footer-widget select {width: 98%;}
.footer-widget p {margin-bottom: 10px; line-height: 1.8em;}


/* .comment-box */
.comment-box {clear: both; margin-top: 20px; padding: 0 10px; overflow: hidden;}
.comment-box h4 {font-size: 1.4em; margin: 10px 0;}
#commentform label {display: inline-block; margin: 0; vertical-align: top;}
#respond {padding: 10px; background: #fff;}
p.comment-inputs {margin-bottom: 10px;}
.required-input {color: #f00;}
.comment-input {width: 50%;}
.comment-textarea {width: 95%; height: 80px;}
.comment-input,
.comment-textarea {border: 1px solid #ccc; padding: 5px; color: #999; font: normal .85em Verdana, Tahoma, Arial, San-serif;}
.avatar {margin-right: 20px; float: left; border: 1px solid #999;}
.comment-meta {clear: both; overflow: hidden;}
.comment-meta h6 {font-size: 1em; margin-bottom: 3px;}
.comment-meta small {font-style: italic; color: #999; font-size: .85em;}
ol.commentlist {margin: 0;}
ol.commentlist li {border-bottom: 1px solid #ddd; margin-bottom: 20px; list-style: none;}
ol.commentlist li p {padding: 5px 0; margin: 0 0 10px 55px; line-height: 1.8em;}
ol.commentlist li ul {padding: 0;}
ol.commentlist li ul.children li {border: none; border-left: 1px solid #ddd; padding: 0 0 0 30px; margin: 0; list-style: none;}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist .parent {}
ol.commentlist .comment-content {overflow: hidden;}
ol.commentlist .comment {overflow: hidden; padding: 10px 0;}
ol.commentlist .children {}
ol.commentlist .pingback {}
ol.commentlist .bypostauthor {}
ol.commentlist .comment-author {}
ol.commentlist .comment-author-admin {}
ol.commentlist .alt {}
ol.commentlist .odd {}
ol.commentlist .even {}
ol.commentlist .thread-alt {}
ol.commentlist .thread-odd {}
ol.commentlist .thread-even {}
ol.commentlist li ul.children .alt {}
ol.commentlist li ul.children .odd {}
ol.commentlist li ul.children .even {}
ol.commentlist .vcard {}
ol.commentlist .vcard cite.fn {}
ol.commentlist .vcard span.says {}
ol.commentlist .vcard img.photo {}
ol.commentlist .vcard img.avatar {}
ol.commentlist .vcard cite.fn a.url {}
a.comment-reply-link {background: #ff4669; color: #fff; padding: 2px 5px; font: normal .7em Verdana, Tahoma, Arial, San-serif;}
a#cancel-comment-reply-link {background: #ff4669; color: #fff; padding: 2px 5px; font: normal .5em Verdana, Tahoma, Arial, San-serif;}
a.comment-reply-link {float: right;}
.comment-pagination {clear: both; overflow: hidden; margin: 10px 0;}

/* #wp-calendar */
#wp-calendar {text-align: center; width: 100%; font-size: .9em; background: #fff;}
#wp-calendar caption {font-weight: bold; background: #fff; text-align: center; padding: 5px 0; border-top: 1px solid #eee; border-left: 1px solid #eee; border-right: 1px solid #eee;}
#wp-calendar th {font-style: normal; text-transform: capitalize; padding: 2px; border-right: 1px solid #eee;}
#wp-calendar td {font-style: normal; padding: 2px; border-right: 1px solid #eee;}
#wp-calendar tr {border-top: 1px solid #eee; border-left: 1px solid #eee;}
#wp-calendar tfoot td {border-bottom: 1px solid #eee;}

/* img */
img {max-width: 100%; height: auto;}
img.aligncenter {display: block; margin: 0 auto 10px auto;}
img.alignright {display: inline; margin: 0 0 10px 20px;}
img.alignleft {display: inline; margin: 0 20px 10px 0;}
.aligncenter,
.centered {display: block; margin: 0 auto 10px auto;}
.alignleft {float: left; margin: 0 20px 10px 0;}
.alignright {float: right; margin: 0 0 10px 20px;}
.attachment-caption {text-align: center; font-weight: 700;}
.attachment-desc {text-align: center;}

/* .wp-caption */
.aligncenter,
div.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.wp-caption {background: #efefef; padding: 1%; text-align: center; max-width: 96%;}
.wp-caption img {border: 0;}
.wp-caption .wp-caption-text {font-size: 0.85em; line-height: 1.2em; padding: 3px 0; margin: 0;}

/* .screen-reader-text */
.screen-reader-text {display: none;}
.screen-reader-text:focus {}

/* Input and label */
select:focus,
textarea:focus,
input:focus {border: 1px solid #888; -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .2); box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .2);}

label {display: inline-block; margin-right: 20px; vertical-align: top;}
select,
textarea,
input {border: 1px solid #ccc; color: #888; padding: 5px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
input[type=submit] {border: 1px solid #ddd; color: #555; cursor: pointer; padding: 5px 10px;
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
input[type=submit]:hover {border: 1px solid #aaa;
 -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .2); box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .2);
background: #fff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.input-button {border: 1px solid #ccc; color: #555; cursor: pointer; background: #eee; padding: 4px 10px 6px 10px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.input-button:hover {border: 1px solid #aaa; background: #ccc;}

/* Misc */
.side-widget ul:last-child,
.side-widget ol:last-child,
.side-widget dl:last-child {margin: 0;}
.hidden {display: none;}
.success {color: #159776;}
.error {color: #d70a16;}
.require {color: #d70a16; }
.focused {border: 1px solid #888; -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .2); box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .2);}
.highlight {background: #efefef; padding: 0 2px;}
.button {padding: 1px 5px;}
.fade {filter: alpha(opacity=50); opacity: .5;}
.clearfix {clear: both; height: 10px;}
.split-columns {overflow: auto; width: 100%; margin-bottom: 15px;}
.shadow {-webkit-box-shadow: 0 0 5px 0 #aaa; box-shadow: 0 0 5px 0 #aaa;}
.transparency {background-color: rgba(255, 255, 255, .8);}
.noborder,
.noborder tbody,
.noborder thead,
.noborder tfoot,
.noborder tr,
.noborder td,
.noborder th {border: none;}
.radius-50 {-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;}
.radius-30 {-moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px;}
.radius-20 {-moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;}
.radius-10 {-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;}
.radius-8 {-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;}
.radius-4 {-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
.radius-2 {-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}
.width-100 {width: 100%;}
.width-95 {width: 95%;}
.width-90 {width: 90%;}
.width-85 {width: 85%;}
.width-80 {width: 80%;}
.width-75 {width: 75%;}
.width-70 {width: 70%;}
.width-65 {width: 65%;}
.width-60 {width: 60%;}
.width-55 {width: 55%;}
.width-50 {width: 50%;}
.width-45 {width: 45%;}
.width-40 {width: 40%;}
.width-35 {width: 35%;}
.width-30 {width: 30%;}
.width-25 {width: 25%;}
.width-20 {width: 20%;}
.width-15 {width: 15%;}
.width-10 {width: 10%;}

/* Shortcodes */

.tooltip {cursor: pointer; border-bottom: 1px dashed #ccc;}
.tooltip:hover span.tip {margin-left: 20px; opacity: 1; display: inline-block; border: 1px solid #ddd; background: #fff; padding: 5px 10px; color: #333; font-size: .9em;}
.tip {position: absolute; margin-left: -9999em; opacity: 0; max-width: 300px; z-index: 1000;}
.tip:before {position: absolute; top: 5px; display: inline-block; border-top: 6px solid transparent; border-right:6px solid #555; border-bottom: 6px solid transparent; left: -6px; content: '';}
.tip:after {position: absolute; top: 5px; display: inline-block; border-top: 6px solid transparent; border-right: 6px solid #fff; border-bottom: 6px solid transparent; left: -6px; content: '';}

.accordion-wrap {position: relative;}
.accordion-title {padding: 10px 10px 10px 30px; font-weight: 400; background: #ff4669 url('images/accordion_closed.gif') no-repeat 10px 12px; color: #fff; cursor: pointer; margin-bottom: 5px; line-height: 1em;}
.accordion-open {background: #222 url('images/accordion_opened.gif') no-repeat 10px 15px;}
.accordion-content {padding-bottom: 15px; width: 100%; line-height: 1.8em;}

.post-button {display: inline-block; line-height: 1em; padding: 8px 10px; color: #fff; background: #ff4669;}
.post-button:hover {background: #222; color: #fff;}

#contact-form {overflow: hidden;}
.contact-form-text {width: 90%; margin-bottom: 10px;}
.contact-form-textarea {width: 90%; height: 150px; margin-bottom: 10px;}
.notification_error {font-size: .9em; border: 1px solid #ffe432; background: #fff3a0; padding: 5px;}
.contact-form-sending {display: inline-block; width: 16px; height: 16px; background: url('images/loading.gif') no-repeat 0 0; text-indent: -9999em;}

.pullquote {font-size: 1.4em;}

.warning,
.question,
.disclaim {display: block; padding: 10px 10px 10px 30px; overflow: hidden; line-height: 1.8em;}
.warning {border: 1px solid #eed3d7; background: #f2dede url('images/warning.png') no-repeat 5px 12px; color: #b94a48;}
.question {border: 1px solid #bce8f1; background: #d9edf7 url('images/question.png') no-repeat 5px 12px; color: #3a87ad;}
.disclaim {border: 1px solid #fbeee0; background: #fcf8e3 url('images/disclaim.png') no-repeat 5px 12px; color: #c09853;}

.warning p:last-child,
.question p:last-child,
.disclaim p:last-child,
.warning ul:last-child,
.question ol:last-child,
.disclaim dl:last-child {margin: 0;}

.rslides {position: relative; overflow: hidden; width: 100%; padding: 0; margin: 0 !important; list-style: none !important;}
.rslides li {-webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0;}
.rslides li:first-child {position: relative; display: block; float: left;}
.rslides li p.caption {background: #000; zoom: 1;}
.rslides li p.caption {text-align: center; font-size: .9em; margin: 0; position: absolute; bottom: 0; background: rgba(0,0,0,.5); color: #fff; width: 96%; z-index: 8; padding: 2%; opacity: .8; text-align: left !important;}
.rslides img {display: block; height: auto; float: left; width: 100%; border: 0;}

.sc-slide {margin: 0 0 20px 0;}
.sc-slide .rslides_tabs {list-style: none; margin: 0; text-align: center;}
.sc-slide .rslides_tabs li {display: inline-block; line-height: 1em; zoom: 1; *display: inline;}
.sc-slide .rslides_tabs li a {display: block; width: 12px; height: 12px; background: #ccc; margin: 0 5px; text-indent: -9999em; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;}
.sc-slide .rslides_tabs li.rslides_here a {background: #ff4669;}

/* Jetpack */
.jetpack_subscription_widget {text-align: center;}
.jetpack_subscription_widget #subscribe-email,
.jetpack_subscription_widget #subscribe-submit {margin-bottom: 10px;}
.jetpack_subscription_widget #subscribe-email input {width: 85%; padding: 4%;}
.jetpack_subscription_widget #subscribe-submit input {width: 95%;}