/*
@font-face {
    font-family: 'Netto';
    src: url("../fonts/nettoweb.eot");
    src: url("../fonts/nettoweb.eot?#iefix") format("embedded-opentype"), url("../fonts/nettoweb.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Netto';
    src: url("../fonts/nettoweb-bold.eot");
    src: url("../fonts/nettoweb-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/nettoweb-bold.woff") format("woff");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Netto';
    src: url("../fonts/nettoweb-light.eot");
    src: url("../fonts/nettoweb-light.eot?#iefix") format("embedded-opentype"), url("../fonts/nettoweb-light.woff") format("woff");
    font-weight: 300;
    font-style: normal
}
*/




/*!
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
	/*font-family: 'Netto', "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    color: #606060;
    font-size: 18px;
    font-weight: 400;

}

html {
    height: 100%;
}


.container {
    max-width: 830px;
    width: auto;  
}


#wrap{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -60px 0;
    /* Pad bottom by footer height */
    padding: 0px 140px 60px 20px;
}

#socialbanner{
    left:auto !important;
    position:fixed;
    right:0%;
    top: 20%;
	max-height: 50px;
    z-index:100;

    /*
    background: #f2f3f2;
    border-top-left-radius:18px;
    border-bottom-left-radius:18px; 
    */
}

#socialbanner .heading{
    font-size: 37px;
    margin-right:-3px; 
    font-weight: 800;
    text-transform: uppercase;
    color: #abe4ff;  
}

#socialbanner ul{
    list-style: none;
}


#navigation .container-fluid{
 margin-top: 7.5px;   
    margin-left:auto;

}
#navigation .navbar-brand {
    margin-top: -70px;
    margin-left: 20%;
}

#navigation .navbar-header p{
  
  font-weight: 800;
  line-height: 1.0;
  word-wrap: normal;
  white-space: normal;
  text-transform: uppercase;
    font-size: 36px;
}

#navigation li a{
  
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}



.scroll-top{
    position:fixed;
    bottom:0;
    right:6%;
    z-index:100;
    background: #f2f3f2;
    font-size:24px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;   
}


#landingpage .section-content{
    padding-left: 15px;
    padding-right: 0px;
}



#landingpage .fixedgutter > [class*='col-'] {
    padding-left: 0px;
    
    padding-right: 0px;
    padding-bottom: 32px;
}

#landingpage .btn{
    height:257px;
    width:257px;
    color: white;
    border-radius: 16.2px;
}



#landingpage .btn-subtitle{
    vertical-align:bottom;
	position: absolute;
    bottom: 12%;
    width: 90%;
    left: 2px;
    padding: 10px 10px 0px 10px;
}
#landingpage .btn p{
    font-weight: 800;
    line-height: 1.0;
    word-wrap: normal;
    white-space: normal;
    text-transform: uppercase;
}

#landingpage .btn .subtitle{
    font-weight: 600;
    font-size: 26px;
    font-style: italic;
    
    text-align: center;
    text-transform: none;
    

    bottom: : 10%;
}




/*
@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}


*/


.jumbotron p{
    font-size: 18px;
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */


.jumbo-section {
    
	}
.jumbo-section .container{

}



.section{
    margin-top: 76px;
}


.section .section-content{
    border-radius: 16.2px;
    padding-left:42px;
}

.section-heading{
    font-size: 49px;
    font-weight: 800;
    text-transform: uppercase;
    margin-left: 24px;
}
.section-subheading{
    font-size: 26px;
    font-weight: 600;
    font-style: italic;
    color: white;
}

.section .featurette-heading{
    font-size: 24px;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
}

.section .row{
    padding-left: 0px;
    padding-top: 25px;
}







.footer-section {
	padding-top:3em;
	padding-bottom:5em;

    background: #fff;
}



div .vertical-center {
  /*margin-bottom: 0;*/ /* Remove the default bottom margin of .jumbotron */
}

.vertical-center {
  min-height: 80%;  /* Fallback for vh unit */
  min-height: 80vh; /* You might also want to use
                        'height' property instead.
                        
                        Note that for percentage values of
                        'height' or 'min-height' properties,
                        the 'height' of the parent element
                        should be specified explicitly.
  
                        In this case the parent of '.vertical-center'
                        is the <body> element */

  /* Make it a flex container */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
  
  /* Align the bootstrap's container vertically */
    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
  
  /* In legacy web browsers such as Firefox 9
     we need to specify the width of the flex container */
  width: 100%;
  
  /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
     hence the bootstrap's container won't be aligned to the center anymore.
  
     Therefore, we should use the following declarations to get it centered again */
         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;
}




.btn-twitter {
    background: #00acee;
    border-radius: 11px;
    border-width: 0px !important;
    color: #fff !important;
}
.btn-twitter:link, .btn-twitter:visited {
    color: #fff
}
.btn-twitter:active, .btn-twitter:hover {
    background: #0087bd !important;
    color: #fff !important;
}
.btn-facebook {
    background: #4663a8 !important;
    border-radius: 11px;
    border-width: 0px !important;
    color: #fff !important;
}
.btn-facebook:link, .btn-facebook:visited {
    color: #fff
}
.btn-facebook:active, .btn-facebook:hover {
    background: #30477a !important;
    color: #fff !important;
}
.fb_iframe_widget iframe{
    left:4px !important;
}

.btn-youtube {
    background: #ee4d58 !important;
    border-radius: 11px;
    border-width: 0px !important;
    color: #fff !important;
}
.btn-youtube:link, .btn-youtube:visited {
    color: #fff
}
.btn-youtube:active, .btn-youtube:hover {
    background: #ec4c68 !important;
    color: #fff !important;
}

.btn-newsletter {
    background: #8eed58 !important;
    border-radius: 11px;
    border-width: 0px !important;
    color: #fff !important;
}
.btn-newsletter:link, .btn-newsletter:visited {
    color: #fff
}
.btn-newsletter:active, .btn-newsletter:hover {
    background: #ec4c68 !important;
    color: #fff !important;
}

.btn-pinterest {
    background: #ee4d58 !important;
    border-radius: 11px;
    border-width: 0px !important;
    color: #fff !important;
}
.btn-pinterest:link, .btn-pinterest:visited {
    color: rgb(240,50,40);
}
.btn-pinterest:active, .btn-pinterest:hover {
    background: #FFFFFF !important;
    color: #fff !important;
}






/*

APP SPECIFC CSS
*/


/* MAIN BUTTONS */
#btn_howto{
    font-size: 52px;
    background-color: #99eae6;
}

#btn_tools{
    font-size: 48px;
    background-color: #ffce00;
}

#btn_faqs{
    font-size: 46px;
    background-color: #ffb29f;
}
#btn_bonus{
    font-size: 58px;
    background-color: #c2e99a;
}

#btn_support{
    font-size: 46px;

    background-color: #abe4ff;
}

#btn_makingof{
    font-size: 53px;
    background-color: #d9b7d6;
}



/* ANCHOR SECTIONS */
.howto-section .section-content{
    background: #99eae6;
}
.howto-section .section-heading{
    color: #99eae6;
}
.howto-section .row{
    padding-top: 35px;
}


.tools-section .section-content{
    background: #ffce00;
}
.tools-section .section-heading{
    color: #ffce00;
}


.faqs-section .section-content{
    background: #ffb29f;
}

.faqs-section .section-heading{
    color: #ffb29f;
}



.bonus-section .section-content{ 
    background: #c2e99a;
}
.bonus-section .section-heading{ 
    color: #c2e99a;
}



.support-section .section-content{ 
    background: #abe4ff;
}
.support-section .section-heading{ 
    color: #abe4ff;
}



.makingof-section .section-content{
    background: #d9b7d6;
}

.makingof-section .section-heading{
    color: #d9b7d6;
}


.youtube-howto iframe{
    border-radius: 12px; border-width: 6px !important; border-style: solid !important; border-color: white;
}

.img-circle{
    /*position:absolute; */
    /*left:28%;bottom:0%;*/
    width:150px;
    height: 150px;
    border-color:white; border-width: 6px; border-style:solid; border-radius:50%; box-shadow:0px 0px 15px 0px white;
}
.img-circle img{
    position:absolute; 
    bottom:15%;/* top:25%;*/
    border-width: 0px; border-style:none; border-radius:50%;
    max-width: 150px;
    max-height: 150px;
}




/*
@media(max-width:736px) {

	#wrap {
		transform: translate(-10%, -10%) scale(0.8, 0.8);
-moz-transform: translate(-10%, -10%) scale(0.8, 0.8);
-ms-transform: translate(-10%, -10%) scale(0.85, 0.8);
-webkit-transform: translate(-10%, -10%) scale(0.8, 0.8);
-o-transform: translate(-10%, -10%) scale(0.8, 0.8);
	}

    #landingpage .btn{
    	height:128px;
    	width:128px;
    	border-radius: 16.2px;
	}

	#landingpage .btn .subtitle{
    	font-weight: 600;
   	 font-size: 13px;
	}
	#btn_howto{
    	font-size: 26px;
	}
	#btn_tools{
    font-size: 21px;
	}
	#btn_bonus{
    font-size: 24px;
	}
	#btn_faqs{
    font-size: 38px;
	}

	#btn_support{
    	font-size: 27px;
	}

	#btn_makingof{
    font-size: 26px;
	}

#socialbanner .heading{
    font-size: 18px;
    margin-right:-3px; 
    font-weight: 800;
    text-transform: uppercase;
    color: #abe4ff;  
}
#socialbanner img{
	max-width:50%;
    width:50%;
	height: 50%;
   
}

}
*/