/*Colours
#59595b - Very dark grayish blue
#1b4480 - Dark blue
*/

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}

img {
	width: 100%;
	height: auto;
	border: 2px solid #fff;
}

p, li, a {
	font-size: 15px;
}

h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Domine', serif;
}

h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Domine', serif;
}

h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'corner-store-jf',sans-serif;
    font-weight: 400;
    font-style: normal;
}

a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
	border-bottom: none;
	outline: none;
}

.btn-primary {
   background-color: #ececec;
   border-radius: 0;
   color: #1b4480;
   padding: 10px;
   margin-top: 20px;
}

.btn-primary:hover {
    background-color: #ececec;
    color: #1b4480;
}

.pl-0 {
    padding-left: 0;
}

.mobi-only {
    display: none;
}

.navbar-brand {
    display: none;
}

.logo {
    width: 20%;
    float: left;
    margin-right: auto;
    margin-left: auto;
}

.logo img {
    width:60%;
    border: none;
    float: left;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar-nav {
    float: none;
    margin: 0;
    text-align: right;
}

.menu-items {
    background-color: rgba(	27, 68, 128, 0.5);
    display: inline-block;
    color: #fff;
    margin-top: 40px;
}

.menu-items>li {
    float: none;
    display: inline-block;
    font-family: 'Domine', serif;
    font-weight: 500;
}

.menu-items>li>a {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
}

.menu-header {
    background-image: url('/images/home/menu-image.jpg');
    background-size: cover;
    background-position: center;
    height: 350px;
}

.bodycontent {
    background-image: url(/images/home/background.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    padding-top: 30vh;
}

/*================================ Home page ==================================*/
.home-header {
    position: absolute;
    top: 16%;
    left: 19%;
}

.home-intro  {
    color: #fff;
    padding-bottom: 60px;
}

.home-intro2 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.home-intro h2 {
    margin-bottom: 40px;
}

.intro-images img {
    width: 25%;
    float: left;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid #fff;
    margin-right: 10px;
}

.testimonials {
    text-align: center;
    padding: 40px 200px 60px 0px;
}

.testimonials p {
    color: #fff;
    font-family: 'Domine', serif;
    font-size: 30px;
}

.home-footer {
    background-image: url('/images/home/menu-image.jpg');
    background-size: cover;
    background-position: center;
    padding-top: 3%;
    padding-bottom: 3%;
}

/*============================= All pages =================================*/

.other-page-headers {
    position: absolute;
    top: 17%;
    left: 0;
    right: 0;
}

.pages-intro {
    padding-top: 0px;
    padding-bottom: 40px;
    color: #fff;    
}

.pages-intro h1 {
    font-size: 50px;
    text-align: left;
    padding-left: 25%;
    color: #fff;  
}

.pages-intro.short h1 {
    font-size: 50px;
    text-align: left;
    padding-left: 35%;
    color: #fff;
    margin-top: 0;
}

.pages-intro h3 {
    font-size: 80px;
    text-align: center;
    color: #fff;  
    margin-top: 0;
}

.pages-intro p {
    color: #fff;  
}

.pages-intro .col-md-12 {
    margin-bottom: 40px;
}

.pages-intro .col-md-6 {
    padding-right: 0;
}

.pages-intro .col-md-4 {
    margin-top: 30px;
    padding-left: 40px;
}

.pages-intro ul {
    list-style-type: none;
    padding-left: 0;
}

.people-images {
    padding-bottom: 40px;
}

.people-images img {
    width: 32.4%;
    float: left;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid #fff;
    margin-right: 10px;
}

.pages-intro.short.news p {
    margin-top: 10px;
    margin-bottom: 20px;
}

.pages-intro.short.news h4 {
    color: #fff;
    font-size: 25px;
    font-family: 'Domine', serif;
    margin-top: 20px;
}

.modal-body h4 {
    color: #333!important;
    padding-top: 40px;
}

.modal-body p {
    color: #333;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom:40px;
}

.modal-body img {
    border: none;
}

.modal-body {
    position: relative;
    padding: 0;
    text-align: center;
}

.modal-content {
    border-radius: 0;
}

.close {
    float: none;
    position: absolute;
    font-size: 40px;
    color: #fff;
    z-index: 9999;
    opacity: 1;
    right: 15px;
    top: 5px;
}

.close:focus, .close:hover {
    color: #1b4480;
}

/*================================ Products page ==============================*/
.page-intro-text h2 {
    margin-bottom: 40px;
}
.products-images img {
    width: 45%;
    float: left;
    margin-right: 0px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.product-info {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    padding-left: 40px;
}

.product-info .left, .product-info .right {
    width: 45%;
    float: left;
    margin-right: auto;
    margin-left: auto;
}

.product-info h2 {
    margin-bottom: 20px;
}

.product-info p>strong {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.product-info img {
    margin-bottom: 10px;
}

.info {
    margin-top: 40px;
}

/*================================= Overlay ===================================*/

.image-wrapper {
    position: relative;
    overflow: hidden;
}

.home-footer .overlay {
    padding: 25% 0px 0;
}

.overlay {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    text-align: center;
    height: 100%;
    padding: 30% 0px 0;
    opacity: 0;
    background-color: rgba(27, 68, 128,0.4);
    -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;
}

.overlay p {
    color: #fff;
    font-size: 30px;
    font-family: 'Domine', serif;
}

.image-wrapper:hover .overlay {
    opacity: 1;
}

/*============================== Masterslider =================================*/

.master-slider {
    color: #fff;
    border: 2px solid #fff;
}

.master-slider .ms-caption {
    padding-top: 20%!important;
    padding-left: 10%!important;
}

.ms-caption h1 {
    font-family: 'Domine', serif;
}

.ms-caption h3 {
    font-size: 50px;
    text-transform: lowercase;
    padding-left: 40px;
    padding-right: 40px;
}

/*=============================== Contact page ================================*/

input, textarea {
    width: 100%;
    padding: 10px;
    border-radius: 0;
    /*background-color: transparent;*/
    border: 1px solid #fff;
    margin-bottom: 20px;
    color: #1b4480;
}

textarea {
    height: 100px;
}

input:focus textarea:focus {
    border: 1px solid #1b4480;
}

.contact-form {
    padding-top: 40px;
}

.contact-form .btn-primary {
    width: auto;
    margin-top: 0;
}

.error {
	margin-top: 15px;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}

.output {
	margin-top: 15px;
	padding: 10px;
	background-color: #6cedbc;
	color: #fff;
	display: none;
}

#email2 {
	display: none;
}

/*Placeholder text*/

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1b4480;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #1b4480;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #1b4480;
}

#map {
    width: 100%;
    height: 400px;
}

#map-content {
    text-align: center;
}

#map-content img {
    width:20%;
    margin-bottom: 20px;
}

#map-content p, #map-content a {
    color: #333;
}

/*================================= Footers ===================================*/

.footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ececec;
}

.footer p, .footer a, .footer span {
    color: #333;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 17px;
}

.border-right {
    border-right: 1px solid #333;
    min-height: 42px;
    text-align: right;
    padding-right: 40px;
}

.border-left {
    border-left: 1px solid #333;
    min-height: 42px;
    text-align: left;
    padding-left: 40px;
}

.align-center {
    text-align: center;
}

.footer-lower {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1b4480;
}

.footer-lower p, .footer-lower a {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
}