@import url(http://netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

body{
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
}

#canvas{
	overflow: hidden;
    position:relative;
	width:100%;
    height:200px;              
}
.canvas-wrap{
    position:relative;
	height:200px;        
}
.canvas-content{
	position: absolute;
	top: 60px;
	right: 50px;
	left: 50px;
	z-index:2000;
	color: #000;
}

.logo h3{
	font-size: 18px;
	margin-top: 5px;
}

.logo img{
	width: 100%;
	max-width: 487px;
}

.contact{
	text-align: right;
}

.contact h2{
	margin-top: 2px;
}

#menu{
	background: #eee;
	padding: 30px;
}

.navbar{
	padding: 15px;
	margin-bottom: 0px;
	text-transform: uppercase;
	border-radius: 0px;
}

.nav li a{
	color: #333 !important;
	font-size: 18px;
	transition: 0.3s all;
}

.nav li a:hover{
	font-size: 18px;
	background: #be131a !important;
	color: #fff !important;
}
.slider, .promola{
	padding-left: 0px;
	padding-right: 0px;
}

.promola{
}

.promola-content{
	background: url(../images/polecamy.png);
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 200px;
}

.bx-wrapper {
    max-width: 100% !important;
}

#content-container{
	padding: 30px;
	border-top: 1px solid #ddd;
}

.content h1{
	text-align: center;
}

.content{
	text-align: justify;
}

#info-container{
	background: url('../images/bg.png');
	padding: 30px;
	border-top: 1px solid #ddd;
}

.info{
	padding: 30px;
	text-align: center;
}

.info h2{
	font-size: 68px;
	margin-bottom: 30px;
}

.btn-more{
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	transition: 0.3s all;
}

.btn-more:hover{
	background: #be131a;
	color: #fff;
}

#logo-slider{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#footer{
	font-size: 14px;
	color: #666;
	padding: 15px;
}

@media screen and (max-width: 768px){
	#canvas{
		display: none !important;
	}
	.contact{
		display: none !important;
	}
}


/* TO TOP */
#toTop{
	position: fixed;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
	display: none;
	background: #000;
	color: #fff;
	border: none;
	font-size: 19px;
	border-radius: 0px;
	opacity: 0.6;
	transition: 0.5s all;
}
#toTop:hover{
	opacity: 1;
}


hr.style-eight {
    padding: 0;
    border: none;
    border-top: medium double #ccc;
    color: #ccc;
    text-align: center;
}
hr.style-eight:after {
    content: "H";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}


