
footer {max-width:1140px;background-color: #949EAA;display: -webkit-flex;display: flex;-webkit-flex-direction: row;flex-direction: row;font-family: 'Lato', sans-serif; margin: 0 auto;padding: 40px;flex-wrap: wrap;justify-content: space-between;align-items: center;}
footer ul {list-style-type: none;margin-left: -15px;}
footer a {color: #ffffff;text-decoration: none;}
span { font-weight: 800; }

body {background: #ccc;
	margin: 0;
}

main{
	margin:0 auto;
	max-width: 1140px;
    font-family: 'Quicksand', sans-serif;
    color:#000;
    background-color: #fff;
    padding:10px; 
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000;
}

nav li {
    float: left;
}

nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

nav li a:hover {
    background-color: #111;
}

img{
	width:100%;
	height: auto;
}

figcaption{    float: right;
    font-size: .7em;
    margin-top: -125px;
    color: #000;}


hr.style5 {
    margin: 20px  auto;
    max-width: 400px;
    background-color: #fff;
    border-top: 2px dashed #8c8b8b;
}

#fluffy {
    width: 350px; height: 120px;
    
    background: #f2f9fe;
    background: linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
    background: -webkit-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
    background: -moz-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
    background: -ms-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
    background: -o-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
    
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    
    position: absolute;
    top: 600px;
    right:100px;
    margin: 0 auto;
    z-index:1;
}

#fluffy:after, #fluffy:before {
    content: '';
    position: absolute;
    background: #f2f9fe;
    z-index: -1
}

#fluffy:after {
    width: 100px; height: 100px;
    top: -50px; left: 50px;
    
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

#fluffy:before {
    width: 180px; height: 180px;
    top: -90px; right: 50px;
    
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
}

.shadow {
    width: 350px;
    position: absolute; bottom: -10px; 
    background: #000;
    z-index: -1;
    
    box-shadow: 0 0 25px 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 25px 8px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 25px 8px rgba(0, 0, 0, 0.4);
    
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.videoHolder{
    margin:0 auto;
    background-color: #999;
    padding:60px;
    max-width: 700px;
}

@media screen and (max-width:450px) {
    #fluffy{width: 77px; height: 30px;}
    #fluffy:after {width: 25px; height: 25px;top: -12px; left: 12px;border-radius: 25px;-webkit-border-radius: 25px;-moz-border-radius: 25px;}
    #fluffy:before {width: 45px; height: 45px;top: -22px; right: 12px;border-radius: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;} 
    .shadow {width: 87px;position: absolute; bottom: -10px; background: #000;z-index: -1;box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.4);-moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.4);-webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.4);border-radius: 12%;-moz-border-radius: 12%;-webkit-border-radius: 12%;
}