@font-face {font-family: 'MuseoSans';src: url('../fonts/exljbris-museosansrounded-300.eot');src: url('../fonts/exljbris-museosansrounded-300.eot') format('embedded-opentype'), url('../fonts/exljbris-museosansrounded-300.woff') format('woff'), url('../fonts/exljbris-museosansrounded-300.ttf') format('truetype'), url('../fonts/exljbris-museosansrounded-300.svg') format('svg');font-weight: normal;font-style: normal;}

@font-face {font-family: 'MuseoSansBold';src: url('../fonts/exljbris-museosansrounded-700.otf') format('opentype'); font-weight: normal;font-style: normal;}

@font-face { font-family: 'HelveticaNeueLT-Thin'; src: url('../fonts/HelveticaNeueLT-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLT-Thin.woff') format('woff'), url('../fonts/HelveticaNeueLT-Thin.ttf') format('truetype'), url('../fonts/HelveticaNeueLT-Thin.svg#HelveticaNeueLT-Thin') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'HelveticaNeueLT-Light'; src: url('../fonts/HelveticaNeueLT-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLT-Light.woff') format('woff'), url('../fonts/HelveticaNeueLT-Light.ttf') format('truetype'), url('../fonts/HelveticaNeueLT-Light.svg#HelveticaNeueLT-Light') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'HWTGothicRound'; src: url('../fonts/HWTGothicRound.eot?#iefix') format('embedded-opentype'), url('../fonts/HWTGothicRound.otf') format('opentype'), url('../fonts/HWTGothicRound.woff') format('woff'), url('../fonts/HWTGothicRound.ttf') format('truetype'), url('../fonts/HWTGothicRound.svg#HWTGothicRound') format('svg'); font-weight: normal; font-style: normal; }

video {
 
  vertical-align: baseline;
  position:relative;
  z-index:1;
}

.video-container {
    position:relative;
    z-index:1;
    /*margin-left:12px;
    margin-top:-30px;
    margin-bottom:-150px;*/
    display: inline-block;
}
.phone-video {
    width:330px;    
    background-position: -58px 17px;
    background-size: 416px 673px;
    /*background-image: url("../img/phone_holder.png");*/
    background-repeat: no-repeat;
    
}
.phone-video video {
    margin-left:-380px;
    margin-top:-550px;
    margin-bottom:15px;
}

html, button, input, select, textarea {
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.4;
}

#smalllogo {
    display:none;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
 background: #f2c2c9;
 color: #a4003a;
 text-shadow: none;
}
::selection {
	background: #16a085;
	color: #a4003a;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -moz-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -ms-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -o-linear-gradient(left, #fff, #e6e6e6, #fff);
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}

img {
	vertical-align: middle;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   General styles
   ========================================================================== */

html, body {
	height: 100%;
}
body {
  	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
.col-md-4 {
	padding-bottom: 30px;
}
.row {
	margin-right: 0px;
	margin-left: -15px;
}
.modal-header {
	background: #34b1c4;
}
.modal-header h4 {
	color: white;
	font-weight: 700;
	letter-spacing: 1px;
}
.modal-footer {
	background: #34b1c4;
}
.navbar-default .navbar-nav > li > a {
	font-family: 'HelveticaNeueLT-Light';
  	color: #222222;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #38b5c9;
  background-color: #fff;
  
  
}
.navbar-default {
	background-color: #fff;
	padding: 15px 0;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
	font-weight: 500;
}
.navbar-default .navbar-brand {
	font-weight: 700;
	font-size: 26px;
	color: #666;
}
.navbar-brand .fa {
	color: #38b5c9;
}
.navbar-toggle {
	border-color: transparent;
	border: 0px solid transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #38b5c9;	
}
a img {
	background: white;
}
.odd a img {
	background: #f5f5f5;
}
/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-weight: 200;
	color: #555;
}
h2 {
	font-size: 34px;
	color: #666;
	font-weight: 500;
}
h3 {
	font-size: 24px;
	font-weight: 500;
}
/* Paragraph & Typographic */
p {
	line-height: 26px;
	margin-bottom: 20px;
}
p.large {
	font-size: 18px;
	margin-bottom: 50px;
}
.centered {
	text-align: center;
}
strong {
	font-weight: 700;
}
em {
	font-weight: 300;
}
pre {
	background: #ebebeb;
	border: none;
	font-family: "Monaco";
	font-size: 16px;
	color: #666;
	padding: 20px;
	line-height: 28px;
}
small {
	font-size: 12px;
}
blockquote, blockquote p {
	line-height: 28px;
	color: #999;
	font-weight: 300;
	font-style: italic;
}
blockquote {
	position: relative;
	margin: 0 0 40px -30px;
	padding-left: 30px;
	border-left: 5px solid #3498db;
}
blockquote cite {
	position: absolute;
	bottom: -25px;
	right: 0;
	font-size: 12px;
	font-style: italic;
	color: #333;
	font-weight: 300;
}
blockquote cite:before {
	content: "-- "
}
/* Images */
.overflow-image {
	margin-top: -65px;
}

/* Links */
.navbar a {
	color: #4abcc5;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
.navbar a:hover, a:focus {
	color: #c0392b;
	text-decoration: none;
	outline: 0;
}
.navbar a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
/* ==========================================================================
   Wrap Sections
   ========================================================================== */


#headerwrap img {
  opacity: 0.5;
  overflow:hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index:-1;
}

#headerwrap {    
    overflow: hidden;
    padding-top: 250px;
	text-align: center;
	background-attachment: relative;
	background-position: center top;
	min-height: 600px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 100px;
	margin-top: 0px;
	display: inline-block;
	position: relative;
}
#headerwrap h1 {
	color: #fff;
	font-family: 'MuseoSans';
	font-size: 44px;
	font-weight: 400;
	letter-spacing: 0px;
	padding-bottom: 20px;

}
#headerwrap p {
	color: #fff;
	font-size: 22px;
	letter-spacing: 1px;
	font-family: 'HelveticaNeueLT-Light';
}
#headerwrap .btn {
	font-weight: 500;
	font-size: 17px;
	margin: 20px 0;
	background-color: rgba(255,255,255,0);
	color: #fff;
	border: 1px solid #fff;
}
#headerwrap .btn:hover, #headerwrap .btn:focus {
	color: #555;
	background-color: #fff;
	outline: 0px;
	border: 1px solid #fff;
}
#glean {
	padding-top: 150px;
    padding-right: 0;
    padding-left: 0;
    margin-top: -50px;
    margin-bottom: 50px;
    position: relative;
}
#glean .container {
	width: 100%;
	background-color: #0d76ff;
}
.mainlink .mainlink:hover .mainlink:focus {
    text-decoration: none;
}
#glean p:hover p:focus {
    text-decoration: none;
}
#glean h3:hover h3:focus {
    text-decoration:none;
}
#glean p {
    color:white;
    text-decoration: none;
}
#glean h3 {
    text-decoration: none;
}
#glean img {
    border:none;
    background-color:transparent;
}
#glean img.main {
    width: 550px;
	margin-top: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -430px;
}
.glean-right {
    padding-left: 180px;
    padding-top: 50px;
    padding-bottom: 70px;
    color: white;
}

.glean-right h3 {
	color: white;
	font-size: 28px;
	font-family: 'MuseoSans';
}

.glean-right p {
	font-size: 16px;
	font-family: 'HelveticaNeueLT-Light';
}


#services {
	background: url(../img/bg.jpg) no-repeat center center fixed;
	padding: 60px 0;
	text-align: center;
	background-size: cover;
}
#services .fa {
	color: #c0ed5d;
}
#services hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}
#services p {
	text-align: center;
	color: #fff;
}
#services H2 {
	color: #fff;
}
#services H3 {
	color: #fff;
}
#team {
	background: url(../img/bg.jpg) no-repeat center center fixed;
	padding: 60px 0;
	text-align: center;
	background-size: cover;
}
#team hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}
#team H2 {
	color: #fff;
}
#team p {
	color: #fff;
}
#team H4 {
	padding-top: 10px;
	color: #fff;
	font-weight:bold;
}
#team p.large {
	margin-top: 60px;
	margin-bottom: 30px;
}
#team .fa {
	width: 30px;
	height: 30px;
	margin: 0 3px;
	border-radius: 100%;
	font-size: 15px;
	line-height: 30px;
	outline: 0;
	color: #fff;
	background-color: #67c5d3;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
#team .fa:hover {
	background-color: #2ea0b1;
}
#portfolio {
	background-color: #fff;
	padding: 60px 0;
}
#portfolio .btn-default {
	border: 0;
}
#contact {
	background: #fff;
	padding: 60px 0;
	text-align: center;
}
#contact .form {
	padding: 30px 0;
}
#contact .fa {
	color: #3ab7cb;
	margin-bottom: 10px;
}
#contact .btn {
	font-weight: 500;
	font-size: 18px;
	margin-top: 50px;
	background-color: #3ab7cb;
	color: #fff;
	border: 0;
}
#contact .btn:hover, #contact .btn:focus {
	background-color: #329cad;
	outline: 0px;
}
#greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	padding: 50px 0;
	border-bottom: 1px solid #eee;
	text-align: center;
}
#greywrap .btn {
	font-family: "Raleway";
	font-weight: 300;
	font-size: 20px;
	margin: 0 25px;
	background-color: #fff;
	border-color: #e2e2e2;
	color: #888;
	border-bottom: 0;
	letter-spacing: 1px;
}
#greywrap .btn:hover, #greywrap .btn:focus {
	margin: 0 25px;
	background-color: #fff;
	border-color: #a5cdd5;
	border-bottom: 0;
	outline: 0px;
	color: #a5cdd5;
}
#greywrap h2 {
	font-size: 30px;
}
#greywrap .callout {
	margin-bottom: 20px;
}
#greywrap p {
	font-size: 30px;
}
#greywrap .fa {
	font-size: 18px;
	margin-right: 4px;
}
#footerwrap {
        margin-top:-10px;
	background: #FFF;
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#footerwrap .col-md-4 {
    margin-bottom:-20px;
    padding-bottom:5px;
}

#footerwrap .row {
    margin-bottom:15px;
}

#footerwrap span.copyright {
	line-height: 40px;
	color: #888;
	font-weight: 400;
}
#footerwrap span.copyright a {
	color: #888;
	border-bottom: 1px dotted;
}
#footerwrap span.copyright a:hover {
	color: #3ab7cb;
	text-decoration: none;
}
#footerwrap h4 {
	color: white;
}
ul.social-buttons {
	margin: 0;
}
ul.social-buttons li a {
	font-size: 24px;
	outline: 0;
	color: #999;
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	color: #3ab7cb;
}
/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
	color: #999;
}
.white p {
	padding-top: 25px;
}

/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
	border: 1px solid #ddd;
}
.grid figure img {
	width: 100%;
	display: block;
	position: relative;
	
}
.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background-color: #34b1c4;
}
.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 1px;
}
.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}
/* Caption Style */
.mask figure {
	overflow: hidden;
}
.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.no-touch .mask figure:hover img, .mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}
.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .mask figure:hover figcaption, .mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.mask figcaption a {
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 30px;
}

/* CUSTOM STYLE SHEET */
.navbar-brand img {
	margin-top: -20px;
}
.efamblr-logo {
	position: absolute;
	left: 0; right: 0;
	top: 10px;
}
header.clearfix {
	max-width: 620px;
	display: inline-block;
}
.circle-arrow {
	height: 68px;
	width: 68px;
	background: url('../img/down-arrow.png') #0d76ff no-repeat center center;
	border-radius: 68px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
	position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -34px;
    margin-bottom: -34px;
    cursor: pointer;
}
.red {
	background-color: #f05a25;
}
.apple-link {
	height: 45px;
	width: 45px;
	background: url('../img/apple.png') #449def no-repeat center center;
	border-radius: 45px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
	display: inline-block;
	margin-right: 10px;
}
.android-link {
	height: 45px;
	width: 45px;
	background: url('../img/android.png') #52b151 no-repeat center center;
	border-radius: 45px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
	display: inline-block;
}
#defumblr {
    /*margin-top: 50px;*/
    padding-top: 160px;
    padding-left: 0;
    padding-right: 0;
    position:relative;
    margin-bottom: 50px;
    margin-top: -30px;
}
.fullbody {
    height: 900px;
    overflow:hidden;
    position:relative;
    left: 0;
    margin-bottom:-900px;
    bottom:60px;
    z-index:0;
    opacity: 0.06;
 }
#defumblr h3:hover h3:focus {
    margin-top:-30px;
}

#defumblr .container {
	width: 100%;
	background-color: #f05a25;
	height: 450px;
}


#defumblr h3 {
	color: white;
	font-size: 28px;
	font-family: 'MuseoSans';
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 10px;
}
#defumblr p {
	font-family: 'HelveticaNeueLT-Light';
	font-size: 18px;
	color: white;	
	max-width: 350px;
}

#defumblr img {
	border:none;
    background-color:transparent;
}

#defumblr h3:hover h3:focus {
	text-decoration: none;
}

#defumblr img.main {
	position:absolute;
	margin-left: -375px;
	bottom: -90px;
	margin-top: 0;
	left: 50%;
}

#defumblr img.side {
	position:absolute;
	margin-left: -410px;
	bottom: 0;
	left: 50%;

}
.defumblr-container-right {
	padding-left: 0;
    padding-top: 50px;
    padding-bottom: 70px;
    color: white;
    text-align: left;
}

.defumblr-android-link {
	height: 67px;
	width: 66px;
	background: url('../img/google-play-icon.png') #f05a25 no-repeat center center;
	margin-left: -8px;
	
	display: inline-block;
}
.play-store {
	position: relative;
}

.play-store p{
	top: -5px;
	position: absolute;
	display: inline-block;
	
}
#defumblr .player-container {
	margin-bottom: -455px;
	
	position: relative;
}

.featured-list {
	margin-top: 40px;
	margin-bottom: 40px;
}

.featured-list h3 {
	font-family: 'HWTGothicRound';
	font-size: 20px;
	font-weight: 100;
}

.list-inline > ul{
	text-align: center;
	padding: 0;
	list-style: none;
}

.contents-list {
	text-align: center;
}

.contents-list li{
	
	margin: 0 4%;
	text-align: center;
	
	padding-bottom: 20px;
	vertical-align: center;
	background-image: url('../img/shadow.png'); 
	background-repeat: no-repeat;
	background-position: center 100%;
	background-size: 100% 15px;
}




img.play-btn {
	box-shadow: 0px 0px 47px 3px rgba(0, 0, 0, 0.75);
	position: absolute;
	left: 50%; top: 50%;
	margin-left: -86.5px;
	margin-top: -19.5px;
}

.ekko-lightbox .modal-header {
	display: none;
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.circle-arrow.up-arrow {
	display: none;
}
.mobile-player {
	display: none;
}
#headerwrap .circle-arrow {
	z-index: 5;
}
/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */


@media screen and (max-width:1050px), screen and (max-device-width:1050px) {
body .header {
	background-attachment: scroll;
}

}


/*Video displacement below 916px */
@media screen and (max-width:916px) {

.phone-video video {
	margin-bottom: 45px;
}	

}

/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait) {
.header {
	background-attachment: scroll;
}

.phone-video video {
	margin-top: 195px;
}

}

@media screen and (max-width:769px) {
#defumblr h3 {
    margin-top:20px;
}
.video-container {
   margin:0;
}
.phone-video {
    width:200px;
    margin:0;
    background-position: -42px 33px;
    background-size: 331px 534px;
    /*background-image: url("../img/phone_holder.png");*/
    background-repeat: no-repeat;
}
.phone-video video {
    width:140px;
    margin-left:-27px;
    margin-top:8px;
    margin-bottom:0;
}
.video-container {
    margin-left:20px;
    margin-bottom:0px;
}
.glean-right p {
    max-width:500px;
    margin-right:auto;
    margin-left:auto;
}
    #smalllogo {
	display:inline;
    }
	.circle-arrow.up-arrow {
		display: block;
	}
	.mobile-player {
		display: none;
	}
	.circle-arrow.up-arrow {
		display: inline-block;
	}
	#headerwrap {
	    padding-top: 150px;
	}
	#headerwrap h1 {
		font-size: 28px;
		text-align: center;
		padding-right: 40px;
		padding-left: 40px;
	}
	#headerwrap p {
		font-size: 16px;
		text-align: center;
		padding-right: 40px;
		padding-left: 40px;
	}

	.navbar-brand img {
		height: 30px;
	}
	.circle-arrow {
		height: 40px;
	    width: 40px;
	    border-radius: 40px;
	    bottom: 46px;
	    left: auto;
	    right: 0;
	    margin-left: 0;
	    margin-right: 10px;
	}
	#glean {
		padding-top: 0;
    	margin-bottom: 0;
    	margin-top: 0;
	}
	#glean img.main {
		width: 250px;
	    left: 50%;
	    margin-left: -125px;
	    bottom: 0;
	}
	.glean-right {
		padding: 0;
	    text-align: center;
	    padding-top: 100px;
	    padding-bottom: 270px;
	}
	.glean-right img {
		width: 110px;
	}
	.glean-right h3 {
		font-size: 18px;
	}
	.glean-right p {
		font-size: 12px;
		padding-top: 0;
	}
	.apple-link, .android-link {
		height: 40px;
	    width: 40px;
	    border-radius: 40px;
	    background-size: 15px;
	}

	#defumblr {
		margin-top: 0;
    	padding-top: 0;
    	margin-bottom: 0;
	}
	h2.centered {
		display: none;
	}
	
	#defumblr .container {
		margin-bottom: 0;
		padding-bottom: 80px;
		height: 580px;
		text-align: center;
		padding-top: 100px;
	}


	.defumblr-container-right {
		padding: 0;
	    text-align: center;
	    padding-bottom: 270px;
		padding-left: 10%;
    	padding-right: 10%;
    	width: 100%;
	}

	#defumblr h3 {
		font-size: 18px;
	}
	#defumblr p {
		font-size: 12px;
		padding-top: 0;
		text-align: center;
		margin: auto;
	}

	.defumblr-android-link {
		height: 50px;
	    width: 50px;
	    border-radius: 50px;
	}

	.play-store p {
		visibility: hidden;
	}

	#defumblr img.main {
		width: 200px;
	    left: 50%;
	    margin-left: -110px;
	    bottom: -25px;
	    overflow: hidden;

	}

	#defumblr img.side {
		width: 50px;
	    left: 50%;
	    margin-left: -125px;
	    bottom: 0;
	}

	.defumblr-container-right img {
		width: 110px;

	}

	.mobile-player {
		position: relative;
	}
	.mobile-player img.bg {
		box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.35);
	}
	img.play-btn {
		width: 120px;
	    margin-left: -60px;
	    bottom: 20px;
	    top: auto;
	}
	.circle-arrow {
		background-size: 15px;
	}
	.circle-arrow.up-arrow {
		background: url('../img/up-arrow.png') white no-repeat center center;
	}
	#headerwrap {
		min-height: 450px;
	}
	.glean-right {
		padding-left: 10%;
    	padding-right: 10%;
    	width: 100%;
	}
	.navbar-default {
		padding: 0;
	}
	.navbar-brand img {
		margin-top: -10px
	}
}
