@import url('styles/boots-bones.css');
/*
Theme Name: Naked Wordpress
Theme URI: http://bckmn.com/naked-wordpress
Author: J Beckman
Author URI: http://bckmn.com
Description: A super bare theme for designers who don't know Wordpress PHP but want to build with Wordpress.
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */
@font-face {
    font-family: 'living_spaces_normalnormal';
    src: url('living_spaces_normal-webfont.eot');
    src: url('living_spaces_normal-webfont.eot#iefix') format('embedded-opentype'),
         url('living_spaces_normal-webfont.woff') format('woff'),
         url('living_spaces_normal-webfont.ttf') format('truetype'),
         url('living_spaces_normal-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'living_spaces_semiboldbold';
    src: url('living_spaces_semibold-webfont.eot');
    src: url('living_spaces_semibold-webfont.eot#iefix') format('embedded-opentype'),
         url('living_spaces_semibold-webfont.woff') format('woff'),
         url('living_spaces_semibold-webfont.ttf') format('truetype'),
         url('living_spaces_semibold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'living_spaces_boldbold';
    src: url('living_spaces_bold-webfont.eot');
    src: url('living_spaces_bold-webfont.eot#iefix') format('embedded-opentype'),
         url('living_spaces_bold-webfont.woff') format('woff'),
         url('living_spaces_bold-webfont.ttf') format('truetype'),
         url('living_spaces_bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
 
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
    margin-top:0px;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
overflow:scroll;
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
 
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */


  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #58798E;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 7px 20px;
  letter-spacing: 2px;
  margin-top: 10px;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text], input[type=email], textarea {
  color: #37445C;
  border: none;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  min-width: 100px;
  /* max-width: 457px; */
  width: 100%;
  max-height: 21px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}

.slide-info p.center {
    text-align:center;
    padding-top:20px;
}
/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", Helvetica, sans-serif;
  line-height: 26.64px;
  font-size: 18px;
  font-size: 1.8rem;
    overflow:hidden;
    font-weight:300;
}
body {
    background-color: #EA6045;
  -webkit-animation: pulse 50s infinite alternate;
    -moz-animation: pulse 50s infinite alternate;
    animation: pulse 50s infinite alternate;
}
body.blog {
	overflow:visible;
}

.blog-background {
background: url(images/bg1.png) fixed;
   

}


@-webkit-keyframes pulse {
  0% {background-color: #ffe897;}
  25% {background-color: #ff9797;}
  50% {background-color: #be97ff;}
  75% {background-color: #97ff97;}
  100% {background-color: #FFFF97;}
}
@-moz-keyframes pulse {
      0% {background-color: #ffe897;}
  25% {background-color: #ff9797;}
  50% {background-color: #be97ff;}
  75% {background-color: #97ff97;}
  100% {background-color: #FFFF97;}
}

@keyframes pulse {
     0% {background-color: #ffe897;}
  25% {background-color: #ff9797;}
  50% {background-color: #be97ff;}
  75% {background-color: #97ff97;}
  100% {background-color: #FFFF97;}
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "living_spaces_normalnormal", Helvetica, sans-serif;
  letter-spacing:4px;
}
h1 {
    font-family: "living_spaces_normalnormal", Helvetica, sans-serif !important; 
  line-height: 70px;
  font-size: 60px;
  font-size: 6.0rem;
    padding-top: 15px;
    
}
h2 {
  line-height: 40px;
  font-size: 26px;
  font-size: 2.6rem;
    text-transform:uppercase;
}
h3 {
  line-height: 35px;
  font-size: 22px;
  font-size: 2.2rem;
}
h4 {
  line-height: 18px;
  font-size: 12px;
  font-size: 1.2rem;
}
.larger {
	font-size: 30px;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
    font-family: 'open sans', 'helvetica', sans-serif;
  font-weight: 600;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}

.hidden {
	display:none;
}

img.HM {
width: 35px;
padding: 5px;
opacity: .25;
}

img.MC {
width: 90px;
padding: 8px 5px 7px 7px;
opacity: .5;
}
/* Links */

a:hover,
a:focus,
a:active {
opacity:.6;
}


/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.center {
  text-align: center;
}

span.times {
font-size: 20px;
}
img.hype {
height: 23px;
margin-bottom: -5px;
opacity: .8;
}
/* Header
-------------------------------------------------------------- */
.site-title a{
  text-transform: uppercase;
  font-size: 4em;
  text-align: center;
}
.site-title a:hover{
}
.site-description{
  font-style: italic;
}
header {
 
  background: transparent;
  margin: 0 auto 20px auto;
}
header .gravatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  float: right;
}
header #brand {
  margin:1em 0;
}
header #brand h1 {
  font-weight: 900;
  color: #565656;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.45em;
}
header #brand h1 a {
  color: #565656;
  text-decoration: none;
}
header #brand h1 span {
  font-weight: 200;
  color: #888888;
  text-transform: lowercase;
}
header nav {
  font-family: "Open Sans", Helvetica, sans-serif;
    font-weight:300;
}
.menu-main-nav-container, .menu-main-container {
  float: right;
}
header nav ul {
  list-style: none;
  margin: 0;
}
header nav ul li {
  float: left;
  margin: 2px 10px 0 0;
}
header nav ul li a {
  color: #888888;
  font-size: 14px;
}
/* Posts/Articles
-------------------------------------------------------------- */
article {
  padding: 20px;
  margin-bottom: 80px;
     background-color: rgba(255, 255, 255, 0.56);

    border-radius: 10px;
}

@-webkit-keyframes meditate {
  0% {background-color: #FFF7DB;}
  25% {background-color: #FFDBF3;}
  50% {background-color: #F0DBFF;}
  75% {background-color: #DBFFDB;}
  100% {background-color: #FFFFDB;}
}
@-moz-keyframes meditate {
      0% {background-color: #FFF7DB;}
  25% {background-color: #FFDBF3;}
  50% {background-color: #F0DBFF;}
  75% {background-color: #DBFFDB;}
  100% {background-color: #FFFFDB;}
}

@keyframes meditate {
     0% {background-color: #FFF7DB;}
  25% {background-color: #FFDBF3;}
  50% {background-color: #F0DBFF;}
  75% {background-color: #DBFFDB;}
  100% {background-color: #FFFFDB;}
}


article .title {
  color: #827E70;
	font-family: 'living_spaces_boldbold';
  line-height: 50px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
      -webkit-animation: intimidate 50s infinite alternate;
    -moz-animation: intimidate 50s infinite alternate;
    animation: intimidate 50s infinite alternate;
}
article .title a, article p, article h1, article h2, article h3, article .meta a, article .the-content a {
  text-decoration: none;
  color: #827E70;
    -webkit-animation: intimidate 50s infinite alternate;
    -moz-animation: intimidate 50s infinite alternate;
    animation: intimidate 50s infinite alternate;
}
article .title a:hover {
  color: #007998;
}
article .post-meta {
  margin-bottom: 30px;
  font-size: 13px;
  text-align: center;
  font-family: "Open Sans", 'Helvetica', sans-serif;
  font-style:italic;
  font-weight: 300;
    -webkit-animation: intimidate 50s infinite alternate;
    -moz-animation: intimidate 50s infinite alternate;
    animation: intimidate 50s infinite alternate;
}
article .post-meta a {
  color: #827E70;
  text-decoration: none;
    -webkit-animation: intimidate 50s infinite alternate;
    -moz-animation: intimidate 50s infinite alternate;
    animation: intimidate 50s infinite alternate;
}
article .post-meta a:hover {
  color: #827E70;
}
article .the-content a {
  font-weight: 900;
  text-decoration: none;
}
article .the-content p {
  color: #827E70;
  text-align: justify;
}

@-webkit-keyframes intimidate {
  0% {color: #827E70;}
  25% {color: #786571;}
  50% {color: #72667A;}
  75% {color: #687A68;}
  100% {color: #787865;}
}
@-moz-keyframes intimidate {
      0% {color: #827E70;}
  25% {color: #786571;}
  50% {color: #72667A;}
  75% {color: #687A68;}
  100% {color: #787865;}
}

@keyframes intimidate {
     0% {color: #827E70;}
  25% {color: #786571;}
  50% {color: #72667A;}
  75% {color: #687A68;}
  100% {color: #787865;}
}
article .the-content img {
  width: 100%;
  height: auto;
}
article .meta {
  line-height: 14.8px;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .9px;
}
article .meta div {
  margin:1px auto;
}
article .meta .post-categories {
  list-style: none;
    text-align:center;
  margin: 0 0 10px 0;
}
article .meta .post-categories li {
  display: inline-block;
  margin-right: 10px;
}
/* Page loop styling */
.page article {
  border-bottom: none;
}
.page article .title {
  margin-bottom: 40px;
}
/* Pagination */
#pagination {
  margin-bottom: 40px;
  width: 100%;
}
#pagination .past-page {
  float: right;
  width: 49%;
  text-align:right;
}
#pagination .next-page {
  float: left;
  width: 50%;

  height: 100px;
}
.next-page a, .past-page a {
  font-size: 4em;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 300;
  padding: 10%;
    opacity:.45;
}
.next-page a:hover, .past-page a:hover {
    opacity:.75;
}

div.the-content {
width: 100%;
    font-size: 17px;
font-weight: 400;
}

/* Comments */
h3#comments {
  margin-bottom: 80px;
  font-size: 16px;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist .comment {
  margin: 0 0 40px 50px;
  padding: 20px;
  position: relative;
  list-style: none;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment .children {
  margin-top: 40px;
}
.commentlist .comment-author {
  float: left;
  margin-right: 10px;
}
.commentlist .comment-author img {
  position: absolute;
  left: -50px;
  top: 5px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment-author .says {
  display: none;
}
.comment-meta {
  font-size: 12px;
  margin-bottom: 10px;
}
.comment-subscription-form,
.comment-subscription-form {
  margin-bottom: 0;
  font-size: 14px;
}
#respond {
  margin-bottom: 80px;
}
#respond > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
#respond form label {
  color: #888888;
}
footer {
  text-align: center;
  padding-bottom: 40px;
  font-size: 12px;
}
/* Misc & mixens
-------------------------------------------------------------- */
.addthis.social-main {
width: 50px;
margin:0 0;
position: fixed;
padding: 5px;
}
.addthis.social-journal {
width: 100px;
margin:0 0;

padding: 5px;
float:left;
  
}
.addthis {
	width: 50px;
margin: 0 auto;
	
	text-align:center;

}
.addthis a {
	opacity:.5;
}
.addthis a:hover {
	opacity:1;
}
div#disqus_thread {
opacity: .6;
}
div#disqus_thread .active .publisher-nav-color::after {
background: rgb(90, 90, 98) !important;
}
.site-footer{
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.clear {
  clear: both;
}
/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}



#superContainer {
    height: 100%;
    position: relative;
	
	/* Touch detection for Windows 8 */
	-ms-touch-action: none; 
}
.section h1 {
  
font-size: 60px;
line-height: 60px;
}
.section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align:center;
}
#section0 {
    background-image:url(images/bg1-1200.png);
    background-size:cover;
	background-position:bottom;

}
.section label {
    font-weight: lighter;
text-align: justify;
 letter-spacing: 1px;
font-size: 15px;
line-height: 45px;
    font-weight:300;
}
.section p {
padding: 30px 20px 0px;
font-weight: lighter;
text-align: justify;
 letter-spacing: 1px;
font-size: 15px;
line-height: 24px;
    font-weight:300;
}

.fifty {
width: 50%;
margin: 0 auto;
}

p.seventy {
width: 70%;
margin: 0 auto;
}
#section2 {
    background-image:url(images/bg2-1200.png);
    background-size:cover;
	background-position:bottom;
  
}

  img.rabbl {
width: 61px;
margin-bottom: -7px;
}
#section3 {
    background-image:url(images/bg3-1200.png);
    background-size:cover;
	background-position:bottom;
  
}

#section3 div.tableCell {
padding-bottom: 7%;
}

.slide {
    float: left;
}
.slide, .slidesContainer {
    height: 100%;
    display: block;
}
.slides {
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.section.table, .slide.table {
    display: table;
    width: 100%;
}
.tableCell {
    display: table-cell;
    width: 100%;
    height: 100% !important;
	vertical-align:middle;
}
.slidesContainer {
    float: left;
    position: relative;
}
.controlArrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
	opacity:.5;
}
.controlArrow:hover {
	opacity:1.0;
}
.controlArrow.prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent rgba(160, 192, 204, 0.62) transparent transparent;
}
.controlArrow.next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent rgba(160, 192, 204, 0.62);
}

.scrollable {
    overflow: scroll;
}
.easing {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
#fullPage-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fullPage-nav.right {
    right: 17px;
}
#fullPage-nav.left {
    left: 17px;
}
.fullPage-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fullPage-slidesNav.bottom {
    bottom: 17px;
}
.fullPage-slidesNav.top {
    top: 17px;
}
#fullPage-nav ul,
.fullPage-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fullPage-nav li,
.fullPage-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fullPage-slidesNav li {
    display: inline-block;
}
#fullPage-nav li a,
.fullPage-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fullPage-nav li .active span,
.fullPage-slidesNav .active span {
    background: #333;
}
#fullPage-nav span,
.fullPage-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.fullPage-tooltip {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    top: -2px;
}
.fullPage-tooltip.right {
    right: 20px;
}
.fullPage-tooltip.left {
    left: 20px;
}



.slide-info {
	width: 90%;
	margin:0 auto;
    opacity:.78;
	
}

.slide-info span {
    font-family:"living_spaces_boldbold", "open sans", sans-serif;
}

.slide-info h1, .slide-info h2, .slide-info h3, .slide-info p, #myMenu li a, #myMenu li a:visited, .section p, .section p a, .section p a:visited, .inner-shape, .slide-info a, .slide-info a:visited, .next-page a, .past-page a, label, .slidenav h2, .slidenav h2 a, a:visited, a {
    color:#ffe897 !important;
    text-decoration:none;
	 -webkit-animation: morph 50s infinite alternate !important;
    -moz-animation: morph 50s infinite alternate !important;
    animation: morph 50s infinite alternate !important;
}
slide-info h1 {
     font-family: "living_spaces_semiboldbold", Helvetica, sans-serif; 
}
@-webkit-keyframes morph {
 0% {color: #ffe897;}
  25% {color: #ff9797;}
  50% {color: #be97ff;}
  75% {color: #97ff97;}
  100% {color: #FFFF97;}

}
@-moz-keyframes morph {
     0% {color: #ffe897;}
  25% {color: #ff9797;}
  50% {color: #be97ff;}
  75% {color: #97ff97;}
  100% {color: #FFFF97;}

}

@keyframes morph {
     0% {color: #ffe897;}
  25% {color: #ff9797;}
  50% {color: #be97ff;}
  75% {color: #97ff97;}
  100% {color: #FFFF97;}
}

svg {
    height: 200px;
    width: 400px;
     fill:#ffe897;
	 -webkit-animation: change 50s infinite alternate;
    -moz-animation: change 50s infinite alternate;
    animation: change 50s infinite alternate;
}
div#mc_embed_signup_scroll {
  padding-top: 20px;
}

.slidenav {
    padding-top:15px;
}
path.inner-shape {
	 fill:rgba(185, 198, 238, 0.57);
	 }
.portals-inner {
	 fill:rgba(185, 198, 238, 0.4);
	 }
path.inner-shape:hover {
	 fill:rgba(185, 198, 238, 1.0);
	 }
	 
	svg#portals2013final_xA0_Image_1_ {
width: 35px;
height: 35px;
}

@-webkit-keyframes change {
 0% {fill: #ffe897;}
  25% {fill: #ff9797;}
  50% {fill: #be97ff;}
  75% {fill: #97ff97;}
  100% {fill: #FFFF97;}

}
@-moz-keyframes change {
     0% {fill: #ffe897;}
  25% {fill: #ff9797;}
  50% {fill: #be97ff;}
  75% {fill: #97ff97;}
  100% {fill: #FFFF97;}

}

@keyframes change {
     0% {fill: #ffe897;}
  25% {fill: #ff9797;}
  50% {fill: #be97ff;}
  75% {fill: #97ff97;}
  100% {fill: #FFFF97;}
}


#social-nav {
    position:fixed;
    width:100%;
    z-index:2000;
}
.social, .portals, #social-nav  {
	
	
}
.portalslink {
    position: absolute;
	z-index:3000;
    right:0;
	 width: 35px;
}
ul.social {
	float:left;
    width: 100px;
}
ul.portals, ul.portalslink {
	float:right;
	padding: 5px;
    
}

ul.portals li, ul.portalslink li {
	float:right;
}
ul.social, ul.portals, ul.portalslink {
list-style: none;
margin: 0;
}

.social li {
float: left;
}

ul.portalslink li {
    padding-right:10px;
    opacity:0;
}
ul#myMenu {
    text-align: center;
margin: 0 auto;
width: 700px;
padding: 5px 0px;
}

#masthead #social-nav {
 
position:static;
	
}
#myMenu li {
display: inline;
padding: 13px;
text-transform: uppercase;
    font-family:"living_spaces_boldbold", "open sans", sans-serif;
font-size: 17px;
opacity:.6;
    letter-spacing:2px;

}
#myMenu li:hover {
    opacity:.85;
}

#masthead div.logo {
padding-top: 10px;
}

.logo svg {
width: 100%;
}
.slb_viewer_layout {
top: 31px !important;
}
/* #Media Queries
================================================== */
@media only screen 
and (min-width : 1224px) {
	   #section0 {
    background-image:url(images/bg1.png);
    background-size:cover;
}
#section2 {
    background-image:url(images/bg2.png);
    background-size:cover;
}   
#section3 {
    background-image:url(images/bg3.png);
    background-size:cover;
}
	.section h1 {
  
font-size: 60px;
line-height: 60px;
}
}
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px)  {
	.blog-background {
background: url(images/bg1-1024.png) fixed;
    background-size:cover;
   

}
 .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
  
     .fifty {
width: 85%;
padding: 0px;
}
    
 
    .section p {
padding: 20px 0px 0px;

}
	.section h1 {
  
font-size: 60px;
line-height: 60px;
}
    #section0 {
    background-image:url(images/bg1-1024.png);
    background-size:cover;
}
#section2 {
    background-image:url(images/bg2-1024.png);
    background-size:cover;
}
#section3 {
    background-image:url(images/bg3-1024.png);
    background-size:cover;
}
	  #myMenu li {
display: inline;
padding: 13px;
text-transform: uppercase;
font-family: "living_spaces_boldbold", "open sans", sans-serif;
font-size: 17px;
opacity: .6;
letter-spacing: 2px;
}
	.slide-info {
width: 80%;
margin: 0 auto;
opacity: .78;
}
}
.partners {
  margin-top: 30px;
}
 img.mailchimp {
  width: 225px;
  padding: 10px 10px 20px 10px;
}

img.hypem {
  padding: 20px 20px 30px 20px;
  width: 235px;
}

img.high {
  width: 100px;
    padding-right: 10px;
}

img.beard {
  width: 100px;
  padding-left: 25px;
  padding-right: 10px;
}

img.bobo {
  width: 132px;
  padding-left: 20px;
    padding-right: 15px;
}
img.justins {
  margin: 20px;
  border: 5px solid #fff;
  width: 150px;
}

img.novation {
  padding: 0px 0px 25px;
  width: 246px;
}

.mc-field-group {
  text-align: center;
  max-width: 810px;
  margin: 0 auto;
  padding: 4px;
}
  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {
	  .blog-background {
background: url(images/bg1-800.png) fixed;
    background-size:cover;
   

}
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
     .fifty {
width: 85%;

}
	.section h1 {
		font-size:35px;
		line-height:30px;
	}
	.section h2 {
		font-size:20px;
		line-height:30px;
	}
	
	img.rabbl {
width: 45px;
margin-bottom: 7px;
}
   .section p {
padding: 20px 0px 0px;
font-weight: lighter;
text-align: justify;
letter-spacing: 1px;
font-size: 14px;
line-height: 21px;
font-weight: 400;
}  
	#section0 {
    background-image:url(images/bg1-800.png);
    background-size:cover;
}
#section2 {
    background-image:url(images/bg2-800.png);
    background-size:cover;
}
#section3 {
    background-image:url(images/bg3-800.png);
    background-size:cover;
}
    #myMenu li {
display: inline;
padding: 4px;
text-transform: uppercase;
font-family: "living_spaces_boldbold", "open sans", sans-serif;
font-size: 14px;
opacity: .6;
letter-spacing: 2px;
}
    .logo svg {
width: 62%;
height: 142px;
}
	.slide-info {
width: 80%;
margin: 0 auto;
opacity: .78;
}
  }
@media only screen 
and (min-width : 320px) 
and (max-width : 480px) {
	.blog-background {
background: url(images/bg1-1024.png) fixed;
   

}
  body, article .post-meta{
      font-size: 1.2em;
      line-height: 1.5em;
    }
    article .title{
      font-size: 2em;
      line-height: 1.5em;
    }
    .site-title{
      font-size: 6px !important;
      line-height: 30px;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
#section0 {
    background-image:url(images/bg1-500.png);
    background-size:cover;
}
#section2 {
    background-image:url(images/bg2-500.png);
    background-size:cover;
}
#section3 {
    background-image:url(images/bg3-500.png);
    background-size:cover;
}
     .fifty {
width: 85%;
}
  .section p {
padding: 5px 0px 0px;
font-weight: lighter;
text-align: justify;
letter-spacing: 1px;
font-size: 12px;
line-height: 15px;
font-weight: 400;
}  
.social, .portals, .portalslink, .addthis.social-main, .addthis.social-journal, ul.social, ul.portals {
	width:0px;
       display:none;
    }
    #masthead ul#myMenu, ul#myMenu {
        width: 100%;
		z-index:9000;
		
    }
    #myMenu li, #masthead #myMenu li{
font-size: 14px;
opacity: .6;
letter-spacing: 2px;
padding: 4px;
}
.controlArrow.next {
right: 7px;
border-width: 15px 0 15px 15px;
}
.controlArrow.prev {
left: 7px;
border-width: 15px 15px 15px 0;
}
.section h1 {
		font-size:30px;
		line-height:33px;
	}
	.section h2, .section h3 {
	font-family: "open sans", "helvetica", sans-serif;
		font-size:11px;
		line-height:15px;
	}
img.rabbl {
width: 45px;
margin-bottom: -5px;
}
.logo svg {
width: 62%;
height: 100px;
}
#section3 div.tableCell {
padding-bottom: 120px;
}
}