body{
    background-color: #eae8e2;
    /*font-family: "Arial", Georgia, Serif;*/
    font-family: 'Roboto', sans-serif;
    /*overflow-x:hidden;*/

}
html, body {
    /*height: 100%;*/
    overflow-x:hidden;
    /*-webkit-font-smoothing: antialiased*/
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Roboto', sans-serif;
}
.container-fluid{

    margin-left: 2%;
    margin-right: 2%;
}
.separator{

    height: 2px;
    background: #DFDFDF;
}

.social-strip{
    float:right;
}
#introduction{
    text-align: center;
    /*-moz-transition: opacity 0.4s ease-in-out;*/
    /*-o-transition: opacity 0.4s ease-in-out;*/
    /*-webkit-transition: opacity 0.4s ease-in-out;*/
    /*transition: opacity 0.4s ease-in-out;*/
    /*opacity:1;*/
    display:none;
    width:100%;
    height:22%;
    min-height: 180px;
    background: rgba(0, 0, 0, 0.8);
    border-top: solid 1px black;
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.1),0 -1px 0 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom: 0;
    left:0;
    z-index:2;
}

#intro-more,#intro-signup{
    width: 10em;
    margin-bottom: 1%;
    font-size:1em;
    border-radius: 5px;
    font-weight:600;
}
#intro-more{
    color: #333;
    background: #f0f0f0;
    border-color:#f0f0f0;
}
#intro-signup{
    background: red;
    border-color: red;
    color: white;
}
#close{
    float:left;
    margin-left:1%;
    top: 20px;
    cursor:pointer;
    font-size:2em;
    width: 2em;
    height:2em;
    color:white;
}
#pitch{
    color: white;
    font-size: 3em;
    opacity: 1;
    margin-top:1%;
}
#fb-like-container {
    padding-top: 16px;
    width: 90px;
    height: 50px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: white;
    margin-left: 50%;
    margin-right: 50%;
    margin-top: 0.7%;
}

#fb-like-inner-container {
    /** Prevents popup from showing up after user hits like**/
    overflow: hidden;
}

.fb-like-popup {
    /** Scales FB button x2 **/
    transform: scale(2.0);
    -ms-transform: scale(2.0);
    -webkit-transform: scale(2.0);
    -o-transform: scale(2.0);
    -moz-transform: scale(2.0);
}

#popover{
    width:100%;
    background-color:red;
    height:50px;
    transition: height 0.25s ease-in;
}
.fadein, .fadeout {
    opacity: 0;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.fadein {
    opacity: 1;
}
#floating-sharing-icons{
    position:fixed;
    z-index: 100;
    bottom: 0;
    text-align: center;
    width:100%;
}

.floating-icon{
    width:20%;
    float:left;
    display:inline;
    color:white;
    font-size:2.5em;
}
.floating-icon i{
    color: white !important;
}

#fb-float{
    background-color: #3B5998;
}
#tw-float{
    background-color: #4099FF;
}
#gg-float{
    background-color: #dd4b39;
}
#bacon-float{
    background-color: #3E74A2;
}
#email-float{
    background-color: #036838;
}
/* Small devices (tablets, 768px and up) */
/*@media (min-width: @screen-sm-min) {  }*/

/* Medium devices (desktops, 992px and up) */
/*@media (min-width: @screen-md-min) {  }*/

@media (min-width: 1200px) {

    .left-margin{
        margin-left: auto;
    }
    .social-strip{
        margin-right: 96px;
    }

}


@media (orientation:landscape) {
    #floating-sharing-icons{
        display:none;
    }
    .hashtags{
        display:inline-block ;
    }
}
@media screen and (min-width : 415px){
    #floating-sharing-icons{
        display:none;
    }
    .hashtags{
        display:inline-block;
    }
}

.custom > .modal-content {
    background: transparent;
    border: none;
}