body {
	/*background: url("../images/bg.jpg") center;*/
	background-size: cover;
	background-attachment: fixed;
	background: #000;
	color: #fff;
	padding-bottom: 30px;
	padding-top: 50px;
	font-family: 'Roboto', sans-serif;
}

.page-header {
	font-family: 'Berkshire Swash', cursive;
	font-size: 5vw;
	border: none;
	color: #fff;
}

h2 {
	font-weight: bold;
	font-family: 'Berkshire Swash', cursive;
	margin-bottom: 20px;
}

.block-item-quotes h3 {
	font-family: 'Berkshire Swash', cursive;
	font-size: 2.5vw;
	margin: 0;
	color: #fff;
}

@media (min-width: 992px) {
	.block-item-quotes h3 {
		font-size: 30px;
	}

	.page-header {
		font-size: 60px;
	}
}

p {
	text-align: left;
	margin-bottom: 20px;
}

a {
	color: #F4A460;
}

a:hover {
	color: #F4A460;
}

.nav-pills {
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 50px;
}

/* Style all font awesome icons */
.fa {
	padding: 20px;
	font-size: 30px;
	width: 70px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	/*background: #f3e5ab;*/
	/*color: #492817;*/
	background: #fff;
	color: #000;
}

/* Add a hover effect if you want */
.fa:hover {
	/*background: #492817;*/
	/*color: #f3e5ab;*/
	/*background: #000;*/
	/*color: #fff;*/
	opacity: 0.8;
}

.nav > li > a {
	/*color: #f3e5ab !important;*/
	color: #fff !important;
	font-size: 17px;
	background: none !important;
	margin: 5px;
	padding: 10px;
}

.square-hover:before, .square-hover:after {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-style: solid;
	/*border-color: #f3e5ab;*/
	border-color: #fff;
}

.square-hover:before {
	border-width: 2px 0 2px 0;
	transform: scaleX(0);
}

.square-hover:after {
	border-width: 0 2px 0 2px;
	transform: scaleY(0);
}

.square-hover:hover:before, .square-hover:hover:after, .active .square-hover:before, .active .square-hover:before {
	transform: scale(1, 1);
}

.square-hover:before, .square-hover:after {
	content: '';
	position: absolute;
	transition: transform .5s ease;
}
@media (max-width: 991px) {
	.footer-block{
		margin:10px 0;
	}
	.footer-contact{
		text-align: center !important;
	}
}
@media (min-width: 992px) {
	.footer .footer-text {
		position: absolute;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
		overflow: auto;
		right: 0;
		text-align: left;
	}
}

.footer .footer-text a {
	/*color: #f3e5ab;*/
	/*color: #fff;*/
	font-size: 16px;
}

.image-wrap {
	position: relative;
	/*margin-bottom: 20px;*/
}

.in-image {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 27%;
}

.navbar-default {
	background-color: rgba(47, 47, 47, 0.98);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.content {
	/*-webkit-box-shadow: 0px 0px 40px 5px rgba(0,0,0,0.75);*/
	/*-moz-box-shadow: 0px 0px 40px 5px rgba(0,0,0,0.75);*/
	/*box-shadow: 0px 0px 40px 5px rgba(0,0,0,0.75);*/
	background: #000; /* #f3e5ab */
	color: #fff; /* #492817 */
	margin-bottom: 15px;
	padding-bottom: 50px;
	border-bottom: 2px solid #fff;
}

.block-item {
	padding-top: 75px;
}

@media (max-width: 991px) {

	.block-item {
		padding-top: 50px;
	}
	.fa{
		margin-bottom: 10px;
	}
}
.block-item-quotes {
	/*background: #3b1e0f;*/
	padding: 25px 0;
}

.flag {
	width: 24px;
	height: 16px;
}
.footer-email{
	font-size: 14px !important;
}
.footer-block p{
	margin: 0;
}

.dropdown.open > .dropdown-toggle > .caret{
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
