body {
    background: #710086;
    color: #fff;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

.smallfont {
	font-size:10px;
}


@font-face {
    font-family: 'segoe_wpbold';
    src: url('../fonts/segoewp-bold-webfont.eot');
    src: url('../fonts/segoewp-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/segoewp-bold-webfont.woff2') format('woff2'),
         url('../fonts/segoewp-bold-webfont.woff') format('woff'),
         url('../fonts/segoewp-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'segoe_wplight';
    src: url('../fonts/segoewp-light-webfont.eot');
    src: url('../fonts/segoewp-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/segoewp-light-webfont.woff2') format('woff2'),
         url('../fonts/segoewp-light-webfont.woff') format('woff'),
         url('../fonts/segoewp-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/*Haloween Font
---------------------------------------------*/

@font-face {
    font-family: 'penakutregular';
    src: url('../fonts/penakut-webfont.eot');
    src: url('../fonts/penakut-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/penakut-webfont.woff2') format('woff2'),
         url('../fonts/penakut-webfont.woff') format('woff'),
         url('../fonts/penakut-webfont.ttf') format('truetype'),
         url('../fonts/penakut-webfont.svg#penakutregular') format('svg');
}



strong {
    font-family: 'segoe_wpbold';
}

header .slogan p, .nav li a, .quote p, .tweet p, .tweet small, .phone-box h3, .phone-box p, .sharing-is-carring h1, .sharing-is-carring p, .bleblo h1, .bleblo p, .subscribe h3, .subscribe p, form input {
    font-family: 'segoe_wplight';
}

/* Header 
---------------------------------------------*/

header #logo {

    margin: 26px 0 20px;
}

header .slogan {

    width: 155px;
    margin-top:20px; 
}

header .slogan p {

    font-size: 18.1px;
}

header #logo, header .slogan {

    margin-left: 2px;
}

header .social {

    margin: 32px 24px 0 73px;
    position: relative;
}

nav {
    margin-top: 38px;
}

.nav li a {

    font-size: 24px;
    color: #fff;
    margin-right: 21px;
    padding: 0;
}

.nav li a:hover {

    background: none;
}

.navbar-toggle {

    border: 1px solid #FFF;
}

.navbar-toggle span {

    background: #FFF;
}

/*Content
---------------------------------------------*/

.quote p {

    font-size: 20px;
    margin: 0;
}

.author {

    margin-bottom: 21px;
}

.author p {

    font-size: 15px;
}

.phone {

    position: relative;
    bottom: 202px;
    left: -4px;
    z-index: -1;
}

.tweet p {

    font-size: 22px;
    margin: 0;
}

.tweet img {

    margin-top: 34px;
}

.tweet small {

    font-size: 12px;
}

.quote, .tweet {

    position: relative;
    top: 210px;
}

.middle-shadow {

    margin: -180px 0 0;
}

.middle-shadow img {

    margin: 0 auto;
}

.phone-box h3 {

    font-size: 33px;
}

.phone-box, .phone-box p {

    position: relative;
}

.phone-box p {

    top: 14px;
    font-size: 22px;
    max-width: 223px;
}

.phone-box .shadow {

    position: absolute;
    bottom: 37px;
    right: 0;
    left: -56px;
    z-index: -1;
}

.sharing-is-carring h1 {

    max-width: 167px;
}

.sharing-is-carring h1, .bleblo h1 {

    font-size: 48.41px;

}

.sharing-is-carring .octopus {

    background: url(../images/octopus.png) no-repeat;
    width: 77px;
    height: 98px;
    margin: 32px 0 0 28px;
    display: block;
}


.subscribe {

    width: 282px;
}

.subscribe h3 {

    font-size: 33px;
}

.subscribe p {

    font-size: 16px;
}

form input {

    height: 39px;
    background: transparent;
    border: 1px solid #fff;
    font-size: 20px;
    color: #fff;
    margin-bottom: 9px;
}

form ::-webkit-input-placeholder { /* WebKit browsers */

    color:   #fff;
}
form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */

   color:    #fff;
   opacity:  1;
}
form ::-moz-placeholder { /* Mozilla Firefox 19+ */

   color:    #fff;
   opacity:  1;
}
form :-ms-input-placeholder { /* Internet Explorer 10+ */

   color:    #fff;
}

form input[type="checkbox"]{

    height: 20px;
    float: left;
    margin: 0;
}

form span {

    font-size: 12px;
    float: left;
    line-height: 20px;
    margin: 0px 6px;
}

form button {

    color: #710086;
    font-size: 30px;
    height: 41px;
    margin-top: 5px;
}

.padding-off {

    padding: 0;
}

.padding-right-off {

    padding-right: 0;
}

.space {

    margin: 128px 0 59px;
}

/*Footer
---------------------------------------------*/

footer {

    background: #000;
}

/* Social Icons and Buttons
---------------------------------------------*/
.fb-icon, .twitter-icon {

    background: url(../images/social-icons.png) no-repeat;
    display: block;
    float: left;
}

.fb-icon {

    width: 20px;
    height: 25px;
    margin-right: 30px;
}

.twitter-icon {

    background-position: 0px -26px;
    width: 27px;
    height: 25px;
}

.tweet .twitter-icon {
    margin: -10px 0 0 -30px;
}

.fb-btn, .twitter-btn {
    background: url(../images/social-buttons.png) no-repeat;
    display: block;
    width: 131px;
    height: 40px;
}

.twitter-btn {
    background-position: 0px -42px
}

/*Haloween
---------------------------------------------*/

.indiegogo {
	background-color:#fff;
	min-height: 800px;
	padding-top:80px;
}

.indiegogo .col-lg-7 .col-lg-6 {
    padding: 0;
}

.indiegogo-phone-sm {
	background-image: url(../indiegogo/images/phonecampaign.png);
	      width: 100%;
	background-repeat: no-repeat;
	padding: 300px 0 0 0;
	margin: 0;
}

.indiegogo-phone {
	background-image: url(../indiegogo/images/background-bleblo-iphone.png);
	width: 960px;
	height: 586px;
}


.indiegogo-txt-share{
	background-image: url(../indiegogo/images/text-brush-share.png);
	width: 448px;
	height: 248px;
	margin: 10px 0 0 0;
}

.indiegogo-txt-everyone-has-something-to-share {
	font-family: segoe_wplight;
	font-size: 32px;
	line-height: 34px;
	letter-spacing: -2px;
	color: #000;
	text-align: center;
	margin: 20px 0 0 -50px;
}

.indiegogo-retro-rollers {
	background-image: url(../indiegogo/images/retro-roller-skates.png);
	width: 377px;
	height: 211px;
	margin: 30px 0 0 80px;
}

.indiegogo-logo {
	background-image: url(../indiegogo/images/logo-indiegogo.png);
	width: 136px;
	height: 71px;	
	margin-top: 40px;

}
.indiegogo-campaign-details {
	font-family: segoe_wplight;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -1px;
	color: #000;	
	margin-top: 20px;
}

.indiegogo_bleblo_the_app_for_collectors {
	font-family: segoe_wplight;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -1px;
	color: #fff;	
	margin-top: 380px;
}


.indiegogo-social-buttons {
	width: 290px;	
		font-family: segoe_wplight;
	font-size: 12px;
	line-height: 14px;
	color: #000;
}
.indiegogo-email {
	width: 290px;
	height: 85px;	
			font-family: segoe_wplight;
			margin-top: 20px;
	font-size: 14px;
	line-height: 14px;
	color: #000;
}
.indiegogo-blog-details {
	font-family: segoe_wplight;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: -1px;
	color: #000;	
	
}

.indiegogo-form-textbox {
	background-color: #ff1f88;
	border: 0 none;
	color: #fff;
	width: 245px;
	height: 42px; 
	padding-left: 10px;
	font-size: 18px;
	border-style: none;
	box-shadow: none;
}


.indiegogo-txt p {
    font-size: 48px;
    line-height: 57px;
}

.indiegogo-txt p strong {
    font-size: 76px;
}

.indiegogo-txt p, .indiegogo-txt p strong {
    font-family: 'penakutregular';
}

.indiegogo-bleblo {
    margin-top: 32px;
}

.indiegogo-bleblo-txt p, .indiegogo .txt p, .download p {
    font-family: 'segoe_wplight';
}

.indiegogo-bleblo-txt p, .indiegogo-bleblo-txt p strong {
    font-size: 35px;
    line-height: 35px;
}

.indiegogo .txt p {
    font-size: 21px;
}

.download {
    margin: 100px 0 46px;
}

.download p {
    font-size: 21px;
}


/*Responsive corections
---------------------------------------------*/
@media (min-width: 1200px) {

    .container {

        width: 960px;
    }
}


@media (max-width: 993px) {



    header #logo, header .slogan {

        width: 248px;
        margin: 20px auto 0;
    }

    nav {
        margin: 0 0 20px;
    }


    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }



    .phone{

        bottom: 70px;
    }

    .phone img {

        width: 100%;
        margin-left: 50px;
    }

    .middle-shadow {

        margin: -50px 0 0;
    }

    .quote, .tweet {

        top: 110px;
    }
}

@media (max-width: 991px) {

    .navbar-header {

        position: relative;
        top: -120px;
    }

    header .social {

        margin: 0;
        top: -100px;
        float: none;
    }
}

@media (max-width: 767px){
    
   
    .navbar-header {

        top: -120px;
    }

    .phone-box {

        width: 225px;
        margin: 20px auto 0;
    }

    .quote {

        max-width: 325px;
    }
    
    .tweet {

        width: 225px;
    }

    .quote, .tweet {

        top: 0;
        margin: 0 auto 40px;
    }
}

@media (max-width: 430px){
    
    .navbar-header {

        top: -10px;
    }

    header .social {

        top: 0px;
    }
}

@media (max-width: 320px) {
    
    .subscribe {

        margin: 0 0 0 -19px;
    }
}

img
{
 max-width:100%; 
 max-height:100%;   
}