* {
	margin:0;
	padding:0;
	outline: none;
	border: none;
}
body{
	font-size: 13px;
	font-weight: normal;
	background-color: #eeeeee;
	font-family: "Tahoma";
}

.ratio{
    overflow: hidden;
}

.no-border{
	border: 0 !important;
}

.no-padding{
	padding: 0 !important;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

img{
	max-width: 100%;
}

ul{
	list-style-type: none;
}

ul li{
	display: inline-block;
	margin: 0;
}

/* ----- HEADER ----- */

.thead{
	background-color: #d32f2f;
}

.thead h1{
	font-size: 3.5em;
	font-weight: bold;
	color: #fff200;
	text-transform: uppercase;
	margin: 20px 0;
}

.bhead{
	background-color: #f44336;
}

.bhead .navbar{
	margin-bottom: 0;
	border-radius: 0;
}

.bhead .navbar-default{
    background-color: transparent;
    border-color: transparent;
}

.bhead .navbar-default .container-fluid{
	padding-right: 0;
}

.bhead .navbar-default .navbar-nav>li>a{
	text-transform: uppercase;
	color: white;
	padding: 29px 15px;
}

.bhead .navbar-default .navbar-nav>.active>a, .bhead .navbar-default .navbar-nav>.active>a:focus, .bhead .navbar-default .navbar-nav>.active>a:hover{
	color: #fff200;
    background-color: transparent;
}

.bhead .navbar-default .navbar-nav>.open>a, .bhead .navbar-default .navbar-nav>.open>a:focus, .bhead .navbar-default .navbar-nav>.open>a:hover{
	background: transparent;
	color: white;
}

.bhead .navbar-default .navbar-nav li:hover ul.dropdown-menu{
	display: block;
}

.bhead .navbar-default .navbar-nav li ul.dropdown-menu li{
    display: block;
}

.bhead .navbar-brand{
	height: auto;
	padding: 6px 0;
}

.bhead .navbar-right>li>a>i{
	margin-right: 10px;
	font-size: 1.4em;
}

.navbar-form{
    padding: 26px 0;
    margin: 0;
    margin-left: 100px;
	border: 0;
}

.navbar-form .form-group{
	position: relative;
}

.navbar-form .form-group button[type=submit]{
    padding: 3px 5px;
    position: absolute;
    top: 0;
    right: 0;
}

.navbar-form .form-group i{
    color: #919191;
}

.navbar-form input{
    color: #919191;
    font-size: 0.9em;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    height: 25px;
	padding: 0 20px 0 7px;
}

.navbar-right .navbar-form{
	display: block;
}

.navbar-header .navbar-form{
    display: none;
}

section.banner{
	margin: 22px 45px 0;
}

section.banner .theme-default .nivoSlider{
	border-radius: 5px;
}

section.banner .theme-default .nivo-directionNav a{
	width: 9px;
    height: 17px;
}

section.banner .theme-default .nivo-directionNav a.nivo-prevNav{
    background-position: 0 0;
}

section.banner .theme-default .nivo-directionNav a.nivo-nextNav{
    background-position: -11px 0;
}
/* ----- END HEADER ----- */

/* ----- FOOTER ----- */
footer{
	background-color: #212121;
	color: white;
	text-align: center;
}

footer .fixed-footer{
	background-color: #f44336;
    margin-top: -47px;
	font-size: 15px;
	min-height: 95px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

footer .fixed-footer ul li span.label{
	color: #fff200;
	font-size: 15px;
	font-weight: normal;
}

footer .top-footer img{
    width: 190px;
    margin: 60px 0 20px 0;
}

footer .top-footer h1{
	font-weight: bold;
}

footer .top-footer h3{
	font-size: 22px;
    margin: 30px 0 60px 0
}

footer .bot-footer{
	background-color: #2c2c2c;
	padding: 20px 0;
}

footer .bot-footer .container{
	margin-top: 10px;
}

footer .bot-footer p{
	color: #fff200;
	margin: 0;
}

footer .bot-footer ul{
	margin: 0;
}

footer .bot-footer ul li{
	margin-right: 15px;
}

footer .bot-footer ul li:last-child{
	margin-right: 0;
}
/* ----- END FOOTER ----- */

/* Form css */
.btn-default, .btn-default:hover, .btn-default:focus {
    color: white;
    background-color: #f44336;
    border-color: transparent;
    padding: 5px 40px;
	outline: none;
}

.form-control{
    font-size: 13px;
    border-color: #e2e2e2;
    box-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.form-control:active, .form-control:focus{
    box-shadow: none !important;
	border-color: #fbccd6;
}

@media only screen and (max-width: 1199px){
	.container{
		width: 100%;
	}
}

@media only screen and (max-width: 991px){
	.thead h1{
		font-size: 2.5em;
	}

    .bhead .navbar-default .navbar-nav>li>a{
	    padding: 29px 10px;
    }

    .bhead .navbar-right .navbar-form{
	    margin-left: 20px;
    }

    .bhead .navbar-toggle{
        margin: 21px 15px;
    }
}

@media only screen and (max-width: 767px) {
	.bhead .navbar-default .navbar-nav>li>a{
		padding: 5px 0;
	}

	.bhead .navbar-nav.navbar-right{
		padding: 0 15px;
	}

	.bhead .navbar-right .navbar-form{
		margin-left: 0;
	    padding: 0;
	    width: 300px;
		border: 0;
	}

    .bhead .navbar-default li:hover ul.dropdown-menu, .bhead .navbar-default li.dropdown ul.dropdown-menu{
		display: none !important;
	}

    .bhead .navbar-default .navbar-nav .open ul.dropdown-menu{
	    display: block !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
	    color: white;
    }

    .thead h1{
	    font-size: 1.3em;
    }

    .bhead .navbar-toggle{
	    margin: 15px;
    }

    .navbar-brand>img{
	    width: 80px;
    }

    .navbar-right .navbar-form{
		display: none;
	}

    .navbar-header{
	    position: relative;
    }

    .navbar-header .navbar-form{
        display: block;
	    position: absolute;
	    top: 32%;
	    left: 35%;
	    margin: 0;
	    width: 40%;
    }

    .navbar-form{
	    padding: 0;
	    float: left;
    }

    footer .top-footer h1{
	    font-size: 1.5em;
    }

    footer .top-footer h3{
	    font-size: 1.2em;
    }

    footer .fixed-footer ul li span, footer .fixed-footer ul li span.label{
	    font-size: 1em;
    }

    footer .fixed-footer{
	    padding: 10px 0;
    }

    footer .fixed-footer ul li{
	    display: block;
	    text-align: left;
    }

    footer .top-footer img{
        width: 150px;
        margin: 30px 0 10px 0;
    }

    footer .top-footer h3{
        margin: 15px 0 20px 0;
    }

    footer .fixed-footer{
	    margin-top: -55px;
    }
}

@media only screen and (max-width: 450px) {
	footer .bot-footer p{
		width: 100%;
		margin-bottom: 15px;
	}

	footer .bot-footer ul{
		width: 100%;
	}

    footer .bot-footer{
	    padding: 7px 0 15px;
    }

    footer .fixed-footer ul li span, footer .fixed-footer ul li span.label{
	    font-size: 0.85em;
    }
}

