/* Add here all your css styles (customizations) */
.item {
	padding: 50px 0;
	background-repeat: no-repeat;
	background-position: center top;
}

.item h2 {
	font-size: 48px;
	line-height: 56px;
	font-style: italic;
	color: #fff;
	text-shadow: 0 3px 2px rgba(0,0,0,.35);
	padding-left: 30px;
	padding-top: 30px;
}

.item img {
	max-width: 100%;
	height: auto;
	box-shadow: 14px 14px 19px -1px rgba(0,0,0,0.75);	
}

.blue-bg {
	background-color: #3482d7;	
}

#carousel:hover .da-arrows span {
	opacity: 0.8;
}
#carousel:hover .da-arrows span:hover{
	opacity: 1;
}

.slider-inner {
	margin-bottom: 40px;	
}

.sm-margin-bottom-60 {
	margin-bottom: 40px;	
}

.btn-red {
	background-color: #e74c3c;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
	padding: 4px 15px;
	margin: 10px 0;
}

.btn-red:hover, .btn-red:focus {
	color: #fff;
	background-color: #F21E53;
	text-decoration: none;
}

.funny-boxes h2 {
	font-weight: bold	
}

.funny-boxes-img img {
	-webkit-box-shadow: 3px 4px 7px rgba(0,0,0,.35);
	-moz-box-shadow: 3px 4px 7px rgba(0,0,0,.35);
	box-shadow: 3px 4px 7px rgba(0,0,0,.35);
}

.funny-boxes-green {
	background: #73be29;
}

.funny-boxes-blue {
	background: #3498db;
}

@media (min-width: 1200px) {
	.wide-width {
		width: auto;
	}	
}

@media (min-width: 1400px) {
	.wide-width {
		width: 1400px;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.item h2 {
		font-size: 200%;
		line-height: 1;
		text-align: center;
	}	
}

.copyright { font-size: 14px; }
.copyright p span { font-size: 14px;}