html{
    background-color: #fff;
}

html, body{
    min-height: 100%;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px!important;
    color: #777777!important;
    margin: 0;
    padding: 0;
}
body{
    background-color: transparent !important;
    overflow: visible;
}

#back-top {
	position: fixed;
	bottom: 30px;
	right: 10px;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 48px;
	height: 48px;
	display: block;
	margin-bottom: 7px;
	background: url(../img/anchor.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
        opacity: 0.4;
}
#back-top a:hover span {
	opacity: 2;
}

.navbar {
    margin-bottom: 0px!important;
}

footer{
    color: #777777;
    font-size: 10px;
}
footer a{
    color: #777777!important;
    text-decoration: none;
}
footer a:hover{
    color: #ff9700!important;
    text-decoration: none;
}
footer div{
    margin-top: 15px;
    color: #777777!important;
}
footer div:last-child{
    margin-top: 0;
}
#footerLink{
    text-align: center;
    padding-right: 0;
    font-weight: 100;
    background-color: #ff9700;
    height: 36px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 15px;
    color: #FFF!important;
    padding-top: 10px;
}
#footerLink a{
    text-decoration: none;
    color: #FFF!important;
}
#footerLink a:hover{
    text-decoration: none;
    color: #FFF!important;
}

#page{
    display: inline-block;
    width: 100%;
}

@media (max-width: 767px) {
    #footerLink{
        margin-top: 15px;
    }
    #menuTop{
        height: 120px;
    }
}

@media (max-width: 991px) AND (min-width: 768px) {
    #footerLink{
        margin-top: 15px;
    }
    #menuTop{
        height: 100px;
    }
}
@media (min-width: 992px) AND (max-width: 1200px){
    .container {
        width: 980px!important;
    }
    #footerLink{
        margin-top: 15px;
    }
    #page {
    }
    #menuTop{
        height: 150px;
    }
}

@media (min-width: 1201px) {
    #page {
    }
    .container {
        width: 1200px!important;
        padding-top: 10px;
    }
    #menuTop{
        height: 150px;
    }

}