﻿/*
    Royal blue - #1e69b8
    Dark blue - #19438e  
*/

.logo {
    max-width: 332px;
}

/* Margins */

.mt-2, .my-2 {
    margin-top: .5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.ml-2, .mx-2 {
    margin-left: .5rem !important;
}

.mr-2, .mx-2 {
    margin-right: .5rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

/* Padding */

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.revolution-slider p.description {
    font-size: 22px;
    font-weight: bold;
    /*background-color:#1E69B8;
    padding:5px 10px;*/
}

.carousel-background-h{
    background: rgba(167,169,172,0.5);
    padding:10px 5px 5px 10px;
}

.carousel-background-p{
    background: rgba(30,105,184,0.5);
    padding:5px;
}

.highlight{
    font-weight:bold;
}

#Enquiry label {
    font-weight:bold;
    display:block;
    padding:20px 0px 10px 0px;
}

.RBLFeedback
{
    white-space:nowrap;
    text-align:center;
}

.RBLFeedback td
{
    text-align:center;
}

.orange-text {
    color: #ff9800!important;
}

.red-text {
    color: #f00 !important;
}

.text-center {
    text-align: center!important;
}

.bold{
    font-weight:bold;
}

/* RESPONSIVE DIV FOR IFRAME */
.responsive-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.responsive-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* VALIDATION CLASSES */
.panel-success {
    margin-top:10px;
    padding:10px;
    border: 1px solid #1EB687;
    background-color: #CCF1E6;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    -moz-border-radius:5px;
	border-radius:5px;
}

.panel-danger {
    margin-top:10px;
    padding:10px;
    border: 1px solid #ED1C24;
    background-color: #FEF0F0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    -moz-border-radius:5px;
	border-radius:5px;
}
