body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #000;
	background-color: rgba(1,74,173,0.2);
}

h1, h2, h3, h4, h5, h6 {
	color: #004990;
	font-family: 'Open Sans';
	font-weight: 600;
}

p {
	text-align: justify;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	 -moz-transition: all 0.3s ease-out;
	   -o-transition: all 0.3s ease-out;
	      transition: all 0.3s ease-out;
		  color: #337ab7;
}

a:hover {
	text-decoration: none;
	color: #ffe716;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none!important;
}
img {
	width: 100%;
	height: auto;
}

.btn-primary{
	background-color: #004990;
	border: none;
	border-radius: 0px;
	padding:10px;
	color: #fff;
	font-size: 16px;
	text-shadow: none;
	font-weight: 300;
}

.btn-primary:hover{
	background-color: #ffe716;
	color: #004990;
}

header .logo-container {
	text-align: right;
	margin-right: 50px;
}

header .logo-container a {
	display: inline-block;
	width: 45%;
	max-width: 200px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}
header .logo-container a:last-child {
	margin-left: 50px;
}

.home-header {
	background-image: url('../images/home-header.jpg');
	background-position: center;
	background-size: cover;
	height: 82vh;
}
.nav-link {
    display: block;
	padding: 14px
}
.menubar {
	width:99%;
}
.modal-title {
    padding-right: 0;
	font-size: 18px;
}
.modal-lg {
    max-width: 900px;
}
/* .navbar-expand-lg .navbar-collapse {
	height:5vh;
} */
.nav-item {
	color:#004990;
	font-weight: 200;
}
.nav-item:hover {
	color: #004990;
}
.nav-link:focus, .nav-link:hover {
    text-decoration: none;
    background-color: #ffe411;
}
.navbar {
	margin-bottom: 0px;
	margin-top: 0;
}

#static-menubar {
	border-bottom: 1px solid #ececec;
	background-color: #fff;
	z-index: 999;
	width: 100%;
	position: sticky;
    top: 0;
}

#static-menubar .navbar {
	margin-top: 40px;
}

.static-menubar-home {
	border-bottom: 1px solid #ececec;
	background-color: #fff;
	z-index: 999;
	width: 100%;
	opacity: 0;
	height: 0;
	position:fixed;
	top:0;
}

#static-menubar-home .container {
	display: none;
}

#static-menubar-home .navbar {
	margin-top: 40px;
}

.affix {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: none;
}

#static-menu-home.affix {
	opacity: 1!important;
	height: auto;
}

#static-menubar .navbar-expand-lg , #static-menubar-home .navbar-expand-lg  {
	margin-top: 0;
	float: right;
}

.navbar-expand-lg  {
	background-color: rgba(255,255,255,0.7);
	border: none;
	border-radius: 0px;
}

.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-expand-lg  .nav-link.active {
	background-color: #ffe716;
	color: #004990;
}

.navbar-expand-lg  .navbar-nav>li>a {
	padding-right: 15px;
	padding-left: 15px;
	font-weight: 300;
	color: #004990;
}

.navbar-expand-lg  .navbar-nav>li>a:hover, .navbar-expand-lg  .navbar-nav>li>a:focus, .navbar-expand-lg  .navbar-nav>li>a:active {
	background-color: #ffe716;
	color: #004990;
}

.home-header-bottom {
	text-align: center;
	padding-bottom: 20px;
	width: 100%;
	background-color: rgba(1,46,101,1);
}

.home-header-bottom h1{
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-size: 35px;
	padding-top: 10px;
	margin-bottom: 0;
	margin-top:0px;
}

.home-header-bottom h1 span {
	color: #ffe716;
}

.home-header-bottom p{
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	padding-top: 10px;
	text-align: center;
}

.home-header-bottom .btn-primary{
	background-color: #fff;
	border: none;
	border-radius: 0px;
	padding: 3px;
	color: #004990;
	font-size: 16px;
	text-shadow: none;
	font-weight: 400;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	width: 150px;
}

.home-header-bottom i {
	font-size: 50px;
	color: #fff;
}

.home-header-bottom i:hover {
	color: #ffe716;
}

.home-services {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
}

.home-services .col-md-6:first-child {
	padding-left: 0;
}

.home-services .col-md-6:last-child {
	padding-right: 0;
}

.home-services .services.card {
	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius:0;
}

.home-services h2{
	padding-bottom: 20px;
	font-size: 40px;
}

.home-services ul {
	padding-left: 0px;
}

.home-services li {
	list-style: none;
	padding: 5px;
	margin-bottom: 20px;
	font-size: 20px;
}

.home-services li a {
	color: #000;
}

.home-services li a:hover {
	color: #004990;
}

.home-services li p {
	padding: 0px;
}

.about-header {
	height: 400px;
	background-image: url('../images/about-us1.jpg');
	background-position: center;
	background-size: cover;
	position: relative;
}

.competitions-header {
	height: 400px;
	background-image: url('../images/competitions.jpg');
	background-position: center;
	background-size: cover;
	position: relative;
}

.contact-header {
	height: 400px;
	background-image: url('../images/contact-us.jpg');
	background-position: center;
	background-size: cover;
	position: relative;
}

.travels-header {
	height: 400px;
	background-image: url('../images/our-travel.jpg');
	background-position: center;
	background-size: cover;
	position: relative;
}

.specials-header {
	height: 400px;
	background-image: url('../images/specials.jpg');
	background-position: center;
	background-size: cover;
	position: relative;
}

.modal-content {
	border: none;
	border-radius: 0px;
	text-align: center;
}

.modal-content .btn-primary{
	background-color: #ffe716;
	color: #004990;
}

.home-about {
	padding-top: 20px;
	padding-bottom: 40px;
	background-color: #fff;
	margin-bottom: 60px;
	padding-left: 30px;
	padding-right: 30px;
}

.home-about h2{
	font-size: 45px;
	padding-bottom: 20px;
}

.home-about p {
	padding-right: 30px;
	margin-bottom: 8px;
}

.home-specials {
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 60px;
	margin-bottom: 20px;
	text-align: left;
}

.home-specials .specials {
	margin-top: 0px;
	margin-bottom: 0px;
}

.home-specials .specials h2 {
	padding-bottom: 20px;
}

.home-specials .specials h2, .home-specials .travels h2 {
	font-size: 45px;
	margin-bottom: 0px;
}

.home-specials .specials {
	padding-bottom: 0px!important;
	padding-top: 0px!important;
	padding-left: 30px;
	padding-right: 30px;
}

.home-specials .specials p{
	padding-bottom: 20px;
}

.home-specials .specials .special {
	background-color: #fff;
	margin-bottom: 40px;
	box-shadow: 0 0 10px #ededed;
	padding: 0;
	position: relative;
}

.home-specials .specials .special .tag {
	position: absolute;
	padding: 5px;
	margin: 0;
	background-color: #004990;
	color: #fff;
	font-weight: 600;
	left: 0;
	top: 0;
	z-index: 998;
}

.home-specials .specials .special .price {
	font-size: 35px;
	font-weight: 700;
	font-family: 'Open Sans';
	line-height: 25px;
}

.home-specials .specials .special .price span {
	font-size: 15px;
}

.home-specials .specials .special p {
	color: #fff;
	padding-bottom: 0;
}

.home-specials .specials .special .details {
	padding: 5px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.home-specials .specials .special h4 {
	color: #fff;
	font-size: 22px;
	margin-top: 0;
	min-height: 50px;
	font-weight: 700;
}


.home .travels.card {
    background-color: #fff;
    padding-top: 20px;
    /* padding-bottom: 91px; */
    padding-left: 15px;
    padding-right: 15px;
    min-height: 81vh;
	border-radius: 0;
}

.travels .travel-item {
	text-align: left;
	min-height: 172px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

.travels .travel-item h4 {
	margin-top: 0;
	font-size: 18px;
}

.travels p .btn-primary {
	margin-left: 15px;
}

.ourtravels {
	background-color: #fff;
	margin-top: 40px;
	margin-bottom: 40px;
}

.ourtravels .travels .travel-item {
	clear: none;
	min-height: 545px;
	padding: 10px;
	border: 1px solid #ececec;
}

.travel-modal p, .travel-modal ul{
	text-align: justify;
}

.carousel-indicators li {
	margin-bottom: 0;
}

.carousel-caption {
    position: absolute;
    right: 0; 
    bottom: 0px; 
    left: 0; 
    z-index: 10;
    padding-top: 0px; 
    padding-bottom: 0px; 
    color: #fff;
    text-align: center;
    bottom: 0;
    background-color: #000;
}

.carousel-indicators {
	display: none;
}

.travel-modal .carousel {
	margin-bottom: 20px;
}

.travel-modal .col-md-6 {
	padding-left: 0;
}

.travels .travel-item .img-wrapper {
	position: relative;
	display: inline-block;
}

.travels .travel-item .img-wrapper .date {
	position: absolute;
	z-index: 998;
	top: 0px;
	left: 0px;
	padding: 4px;
	background-color: #ffe716;
	color: #004990;
}

.ourtravels .travels .travel-item .img-wrapper .date {
	position: absolute;
	z-index: 998;
	top: 0px;
	left: 0px;
	padding: 10px;
	margin: 0px;
	background-color: #ffe716;
	color: #004990;
}

.travels .travel-item .caption {
	padding-top: 0px;
	margin-top: 0px!important;
	text-align: left;
	font-size: 12px;
	font-style: italic;
}

.travels .travel-item .content-wrapper {
	display: inline-block;
	position: relative;
}

.travels .travel-item .content-wrapper .btn-primary {
	padding: 5px;
	font-size: 14px;
}

.ourtravels .travels .travel-item p {
	margin-top: 0px;
	padding: 10px;
}

.ourtravels .travels .travel-item .btn-primary {
	margin-left: 10px;
    color: #fff;
}


.ourtravels {
    padding: 15px;
}

.ourtravels h2 {
	font-size: 40px;
	margin-bottom: 20px;
	/* padding-left: 20px; */
}

.call-to-action {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #004990;
}

.call-to-action h2 {
	text-align: right;
	color: #fff;
	font-size: 50px;
}

.call-to-action .btn-primary {
	background-color: #fff;
	padding: 15px;
	font-size: 25px;
	color: #004990;
	font-weight: 600;
	margin-top: 10px;
}

.about {
	padding: 40px 15px;
	background-color: #fff;
	margin-top: 40px;
	margin-bottom: 40px;
}

.about .about-text {
	padding-right: 80px;
	padding-left: 80px;
}

.about ul {
    padding-left: 100px;
	margin-bottom:0;
}

.about h2 {
	font-size: 40px;
	margin-bottom: 20px;
	padding-left: 80px;
}

.about-staff {
	padding-bottom: 40px;
	text-align: center;
	background-color: #fff;
	margin-bottom: 40px;
	padding-left: 80px;
	padding-right: 80px;
}

.about-staff h4 {
	font-size: 40px;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 40px;
}

.about-staff img {
	padding: 10px;
	padding-bottom: 0;
}

.about-staff p {
	font-size: 20px;
}

.about-staff .name {
	text-align: center;
	background-color: #004990;
	color: #fff;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

.about-staff .position {
	text-align: center;
	background-color: #ececec;
	color: #004990;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0;
	font-size: 14px;
}
.banner p {
	color:#00397b;
	font-weight:500;
}
.specials {
	padding-top: 20px;
	padding-bottom: 40px;
	background-color: #fff;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.specials h2 {
	font-size: 40px;
	margin-bottom: 20px;
}

.specials .special-desc {
	padding-bottom: 15px;
}

.specials .special .details {
	padding: 5px;
	padding-top: 15px;
	padding-bottom: 10px; 
	/*min-height: 230px;*/
}

.gallery .col-md-3 {
	/*padding-top: 30px;*/
	/*padding-bottom: 30px;*/
	padding-left: 0;
	padding-right: 0;
}
.gallery {
	margin-top: 10px;
}
.specials-heading {
	background-image: url('/images/specials/april/header.jpg');
	background-size: cover;
	background-position: center;
	height: 600px;
	/*text-align: center;*/
	padding-top: 20px;
	position: relative;
}

.specials-heading h2 {
	padding: 20px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 300;
	color: #fff;
	font-size: 50px;
	display: inline-block;
	position: absolute;
	right: 5%;
	top: 40px;
	text-align: right;
	background-color: #005b90;
}

.specials-heading img {
	width: 15%;
	display: inline-block;
	margin-top: 100px;
	margin-right: 60px;
}

.specials-heading h3 {
	padding: 20px;
	margin-top: 0;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 700;
	color: #fff;
	font-size: 35px;
	background-color: #208d6e;
	position: absolute;
	right: 80px;
	top: 110px;
}

.specials-heading .dot {
	position: relative;
	z-index: 2;
    top: 100px;
    left: 850px;
	text-align: center;
	background-color: #ffe411;
	width: 140px;
	height: 140px;
	padding: 15px;
	border-radius:100%;
	font-size: 18px!important;
	font-weight: 700;
	color: #004990!important;
	border:2px solid #fff;
	-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}

.specials-heading .dot2 {
	position: absolute;
	z-index: 1;
   	bottom: 10px;
    left: 900px;
	text-align: center;
	background-color: red;
	width: 140px;
	height: 140px;
	padding: 20px 5px;
	border-radius:100%;
	font-size: 18px;
	font-weight: 700;
	color: #fff!important;
	border:2px solid #fff;
	text-transform: uppercase;
	line-height: 1;
	-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
}

.specials-heading .dot2 span {
	font-size: 40px;
	margin-bottom: 0;
}

.absolute-desc {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 25px;
	text-align: center;
	margin-bottom: 0;
	line-height: 25px;
}

.header-caption img {
	position: relative;
}

.header-caption {
    color: #fff!important;
    text-align: center!important;
    width: 100%;
    height: auto;
	padding:30px 20px; 
    margin-bottom: 30px;
}

.header-caption.second {
	background-color: #2c92cb;
	color: #fff!important;
	text-align: center!important;
	width: 100%;
	height: auto;
	padding: 10px;
	margin-bottom: 20px;
}

.header-caption.short {
	background-color: #18bcd9;
	text-align: center!important;
	width: 100%;
	height: auto;
	padding: 10px;
	margin-bottom: 20px;
}

.header-caption h2 {
	color: #fff;
	font-size: 40px;
	margin: 0;
}

.header-caption h3 {
	font-size: 35px;
	color: #fff;
	margin: 0;
}

.header-caption p {
	text-align: center;
	font-size: 18px;
	margin-top: 0;
	/*padding: 20px;*/
}

.header-caption p.valid {
	font-size: 15px;
}

.header-caption.blue .btn-primary {
	background-color: #004990;
	color: #fff;
	font-weight: 800;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
}

.header-caption.second .btn-primary {
	background-color: #7daa33;
	color: #fff;
	font-weight: 800;
	padding: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 20px;
}

.header-caption.short .btn-primary {
	background-color: #f05d2e;
	color: #fff;
	font-weight: 800;
	padding: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 20px;
}

.header-caption .btn-primary {
	background-color: #ffe716;
	color: #e06c2c;
	font-weight: 800;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
}

.special {
	margin-bottom: 30px;
	box-shadow: 0 0 10px #ededed;
	position: relative;
}

.stars {
	position: absolute;
	top: 0;
	left: 0px;
	padding: 5px;
}

.stars.left.sml {
	position: absolute;
	top: 0;
	left: 0px;
	padding: 3px;
}

.stars.right.sml {
	position: absolute;
	top: 0;
	right: 0px;
	left: auto;
	padding: 3px;
	color: #fff;
}

.stars.left.sml i, .stars.right.sml i {
	font-size: 10px;
	color: #fff;
	padding: 3px;
}

.stars.right {
	position: absolute;
	top: 0;
	right: 15px;
	left: auto;
	padding: 10px;
}

.stars.orange {
	background-color: orange;
}

.stars.red {
	background-color: #ef413d;
	left: 15px;
}

.stars i, .stars.right i {
	font-size: 15px;
	color: #fff;
	padding: 3px;
}

.dot {
	position: absolute;
	top: 60px;
	left: 10px;
	text-align: center!important;
	background-color: rgba(255, 255, 255, 0.6);
	width: 80px;
	height: 80px;
	padding: 15px;
	border-radius:100%;
	font-size: 12px!important;
	font-weight: 700;
	color: #000!important;
}

.dot p {
	text-transform: uppercase;
	text-align: center;
}

.value-add {
	position: absolute;
	top: 10px;
	left: 20px;
	color: #fff;
}

.specials-dot2 {
	position: absolute;
	z-index: 1;
   	top: 10px;
    left:auto;
    right: 0;
	text-align: center;
	width: 90px;
	height: 90px;
	padding:15px 10px ;
	border-radius:100%;
	font-size: 18px;
	font-weight: 700;
	color: #000!important;
	background-color: rgba(255,255,255,0.7);
	/*border:2px solid #fff;*/
	text-transform: uppercase;
}

.specials-dot2.right {
	top: 80px;
	width: 80px;
	height: 80px;
}

.specials-dot2 p {
	color: #000!important;
	text-align: center;
}

.specials-dot3 {
	position: absolute;
	z-index: 1;
   	top: 10px;
    left: 0px;
	text-align: center;
	width: 100px;
	height: 95px;
	padding:15px 10px ;
	border-radius:100%;
	font-size: 18px;
	font-weight: 700;
	color: #000!important;
	background-color: rgba(255,255,255,0.5);
	border:2px solid #fff;
	text-transform: uppercase;
	line-height: 1;
	-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
}
.details.short h4 {
	font-size: 15px;
}

.valid {
	min-height: 30px;
}

.special h4 {
	color: #fff;
	font-size: 22px;
	margin-top: 0;
	min-height: 50px;
	font-weight: 700;
}

.special h4>span {
	position: absolute;
	right: 25px;
}

.special h4>img {
	width: 10%;
	position: absolute;
	right: 0;
	vertical-align: middle;
}

.special p {
	color: #fff;
}

.specials .special .tag {
	position: absolute;
	padding: 5px;
	margin: 0;
	background-color: #004990;
	color: #fff;
	font-weight: 600;
	left: 15;
	top: 0;
	z-index: 998;
}

.special p.place {
	font-weight: 700;
	margin-bottom: 0;
	font-size: 20px!important;
	text-align: left;
}

.special .nights {
	font-size: 14px;
}

.specials .special .price {
	font-size: 30px;
	font-weight: 700;
	font-family: 'Open Sans';
	line-height: 20px;
}

.specials .special .price span {
	font-size: 15px;
}

.special .valid {
	font-size: 11px;
}

.specials .special p {
	color: #fff;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 10px;
}

.specials-call-to-action {
	padding-top: 80px;
}

.specials-call-to-action p {
	text-align: center;
}

.specials-main{
	background-image: url('../images/specials/specials-main.jpg');
	background-size: cover;
	background-position: center;
	height: 500px;
	position: relative;
}

.specials-main h2{
	font-size: 35px;
	color: #fff;
	background-color: rgba(0,57,123,0.8);
	position: absolute;
	top: 20px;
	right:200px;
	padding: 10px;	
}

.specials-main h3{
	font-size: 35px;
	color: #fff;
	background-color: rgba(0,57,123,0.8);
	position: absolute;
	top: 78px;
	right: 50px;
	padding: 10px;	
}

.specials-main p{
	position: absolute;
	bottom: 0;
	right: 10px;
	text-align: center;
	background-color: #ffe411;
	padding: 45px 15px 45px 15px;
	border-radius:100%;
	font-size: 18px;
	font-weight: 700;
}

.specials-main-desc{
	background-color: #00397b;
	background-size: cover;
	padding: 40px 40px 40px 40px;
	text-align: center;
	margin-bottom: 40px;
}

.specials-main-desc h2{
	color: #fff;
	font-size: 30px;
}

.specials-main-desc h2 strong{
	color: #fff;
	font-size: 40px;
}

.specials-main-desc p{
	color: #fff;
	text-align: center;
	font-size: 20px;
}

.specials-main-desc .btn-primary{
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 5px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 20px;
}

.specials-main-desc .btn-primary:hover{
	color: #fff;
}

.competitions {
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: justify;
	background-color: #fff;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-left: 80px;
	padding-right: 80px;
}

.competitions h2 {
	font-size: 40px;
	margin-bottom: 20px;
}

.competitions h3 {
    padding-bottom: 15px;
    font-size: 40px;
    padding-top: 15px;
    margin-bottom: 0;
}

.competition .col-md-3, .competition .col-md-6 {
	padding-left: 0;
	padding-right: 10;
}

.winners-header{
	margin-bottom: 20px;
	border-bottom: 5px solid #ed008c;
}

.winner {
    background-color: #ececec;
    min-height: 680px;
    height: auto;
    margin-bottom: 30px;
}

.winners img{
	width: 100%;
}

.winners h5{
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	background-color: #004a91;
	background-size: cover;
	padding: 10px;
}

.winners p{
	font-size: 15px;
	padding-bottom: 0px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 0;
	text-align: left!important;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.competition img {
	border: 1px solid #ececec;
	margin-bottom: 10px;
}

.competition h5 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.contact .section {
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 40px;
	min-height: 660px;
}

.contact-form label, .contact-form input, .contact-form select, .contact-form textarea{
	padding: 5px;
	display: block;
	width: 80%;
}

.contact-form select {
	background-color: #fff;
	border-radius: 0px;
}

.contact-form textarea {
	height: 150px;
	margin-bottom: 10px;
}

.contact-form .btn-primary {
	width: 200px;
}

#email2 {
	display: none;
}

.sent {
  padding: 20px 20px;
  text-align: center;
  background-color: #CBF5E5;
  border-radius: 4px;
  color: #1b8c61;
  border: 1px solid #B8E7D5;
  display: none;
  margin: 10px 0;
  clear: both;
}

.sent span {
  font-size: 18px;
}

.contact-details h2 {
	margin-bottom: 20px;
}

.contact-details p {
	padding-bottom: 15px;
}

#contact-map {
	height: 400px;
}

.footer-logos{
	text-align: left;
}

.footer-logos img {
	width: 200px;
	margin-top: 20px;
	padding: 0px!important;
}

.footer-upper {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
}

.footer-upper p {
	font-size: 14px;
	padding-top: 0px;
}

.footer-upper img {
	padding-left: 15px;
	padding-right: 15px;
	width: 100px;
	margin-top: 0;
}
.footer-upper a {
	color: #337ab7;
	font-weight: 400;
}
.footer-upper a:hover, .footer-lower a:hover {
	color: #ffe716;
}
.footer-lower {
	background-color: #333;
	padding:15px 0;
}
.footer-upper p {
	color: #000;
	padding: 0px;
	margin: 0px;
	font-weight: 300;
	font-size: 14px;
}
.footer-upper h5 {
	font-size: 18px;
}
.footer-upper h4 {
	margin-bottom:0;
	padding-bottom:15px;
}
.footer-lower p {
	color: #fff;
	padding: 0px;
	margin: 0px;
	font-weight: 300;
	font-size: 14px;
}

.footer-lower a {
	color: #fff;
	
}