@import url('https://fonts.googleapis.com/css?family=Raleway&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&subset=latin-ext');

html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	font-family: 'Open Sans', sans-serif;
}
.footer {
	width: 100%;
	height: auto;
	margin-top:30px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.footer > .container {
	padding:0 15px;
	padding-top:15px;
	padding-bottom:15px;
}

h1, h2, h3, h4 {
	font-family: 'Raleway', sans-serif;
}

.nav-wrapper {
	height:100%;
	padding-top:120px;
}

.nav-wrapper-sub {
	padding-top:120px;
}

.navbar {
	margin:0;
	z-index:2;
	min-height:120px;
	width:100%;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.navbar.affix {
	top: 0;
	min-height:80px;
	z-index:10;
}

.navbar-default {
	background:rgba(255,255,255,0.75);
	-background:none;
	border-radius:0;
	border:none;
}
.navbar.affix.navbar-default {
	background: rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.navbar-collapse {
	margin-top:0px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;

	-webkit-animation-delay:1s;
	-moz-animation-delay:1s;
	-o-animation-delay:1s;
	animation-delay:1s;
}
@media only screen and (min-width : 992px) {
	.navbar.affix .navbar-collapse {
		margin-top:30px;
	}
}

.navbar > .container {
	height:100%;
}
.navbar-header {
	height:100%;
}
.navbar-brand {
	height:100%;
	padding:10px 15px;

	-webkit-animation-delay:1s;
	-moz-animation-delay:1s;
	-o-animation-delay:1s;
	animation-delay:1s;
}
.navbar-brand-logo {
	height:60px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.navbar.affix .navbar-brand-logo {
	height:60px;
}

.navbar-nav > li > a {
	margin-left:1px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #eee;
	background-color: #337ab7;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #eee;
	background-color: #337ab7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	color: #eee;
	background-color: #337ab7;
}
.dropdown-menu > li > a:hover {
	color: #eee;
	background-color: #337ab7;
}
.navbar-default .navbar-nav > li > a {
	color:#333;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	-color: #333;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #eee;
	background-color: #337ab7;
}





@media only screen and (min-width : 320px) {
	.navbar-brand {
		padding:10px;
	}
	.navbar-brand-logo {
		height:60px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	.navbar-brand {
		padding:10px 15px;
	}
	.navbar-brand-logo {
		height:75px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.navbar-brand-logo {
		height:90px;
	}
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.navbar-brand-logo {
		height:100px;
	}
	.navbar-collapse {
		margin-top:70px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}


.swiper-container {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	padding:0 !important;
	z-index:1;
}
.swiper-slide {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}
.swiper-slide .bg-fill {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	z-index:1;
}
.swiper-slide .bg-fill-overlay {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-image: url("/img/pattern-gray.png");
	background-repeat: repeat;
	background-position:0% 0%;
	z-index:2;
}
.swiper-slide .caption {
	display:none;
	-background:rgba(0,0,0,0.5);
	padding:25px 0;
	z-index:3;

	--webkit-animation-delay:0.35s;
	--moz-animation-delay:0.35s;
	--o-animation-delay:0.35s;
	-animation-delay:0.35s;

	width:100%;
	position:absolute;
	bottom:50px;
}
.swiper-slide .caption h1 {
	color:#fff;
	font-weight:bold;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.swiper-slide .caption h2, .swiper-slide .caption h3, .swiper-slide .caption h4 {
	color:#fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.social-buttons {
	font-size:36px;
}
.social-buttons a {
	color:#337ab7;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.social-buttons a:hover {
	color:#5bc0de;
}

.container-content {
	padding-top:30px;
	padding-bottom:30px;
}

.page-header {
	color:#337ab7;
	font-weight:bold;
	border-bottom:1px solid #ddd;
	-text-align:center;
}


.social-buttons-top {
	font-size:24px;
}

.top-contact-bar {
	background:rgba(0,0,0,0.7);
	font-size:15px;
}
.top-contact-bar a {
	color:#ccc;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.top-contact-bar a:hover {
	color:#337ab7;
}
.img-shadow {
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
}