/*!
 * Start Bootstrap - Logo Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}

.navbar-fixed-top .nav {
    padding: 0px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}

.page-bottom{ color:#ddd;
background-color:#222!important;
}


.btn.btn-circle { border-radius: 50px; }
.btn.btn-outline { background-color: transparent; }

.page-bottom a:link{color:#dddddd;
text-decoration: none;}
.page-bottom a:active{ color:#dddddd;}
.page-bottom a:visited{ color:#dddddd;}
.page-bottom a:hover{color:#ffffff;}

.well{background-color: transparent;}



@media(min-width:768px) {
    body {
        padding-top: 50px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
        padding: 0px 0;
    }
	
}



.btn-share {
    background-color: #222;
    border-color: #CCCCCC;
    color: #333333;
}


/*!

.btn-twitter {
    background-color: #3399CC !important;
    width: 51px;
    color:#FFFFFF!important;
}

.btn-facebook {
    background-color: #3D5B96 !important;
    width: 51px;
    color:#FFFFFF!important;
}


.btn-google {
    background-color: #DD3F34 !important;
    width: 51px;
    color:#FFFFFF!important;
}

.btn-linkedin {
    background-color: #1884BB !important;
    width: 51px;
    color:#FFFFFF!important;
}

.btn-pinterest {
    background-color: #CC1E2D !important;
    width: 51px;
    color:#FFFFFF!important;
}

.btn-mail {
    background-color: #FFC90E !important;
    width: 51px;
    color:#FFFFFF!important;
}

.btn-whatsapp {
    background-color: #5cbe4a; !important;
    width: 51px;
    color:#FFFFFF!important;
}

*/

.dropdown-menu {
    min-width: 0px !important;
}


