/*/////////////////////////////////////////////////
                   Base Styles
/////////////////////////////////////////////////*/

html
{
	-ms-overflow-style: scrollbar;
}

body {
    background: #fff;
    color: #434343;
    font-family: 'Fira Sans', sans-serif;
    display: block;
}

body.noscroll
{
	overflow: hidden;
}

@media (min-width: 1499px)
{

	.container
    {
        width: 1430px;
	}

}



/*/////////////////////////////////////////////////
                   Typography
/////////////////////////////////////////////////*/

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-shadow: 0 1px 0 rgba(0,0,0,.35);
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 26px;
    position: relative;
    margin: 25px 0 20px;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin: 20px 0 15px;
}

p {
    color: #434343;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 auto 15px;
}

ul{
    list-style-type: none;
    margin-bottom: 20px;
    padding: 0;
}

ul li {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 5px;
    padding-left: 50px;
    position:relative;
}

ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #d32f50;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 30px;
    display: inline-block;
}

ol {
    margin-bottom: 20px;
    padding-left: 50px;
}

ol li {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 5px;
}

a:link {
    outline: none;
    color: #d32f50;
    text-decoration: underline;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}

a:visited {
    color: #d32f50;
    outline: none;
    text-decoration: underline;
}

a:hover {
    outline: none;
    text-decoration: underline;
    color: #a8102f;
}

a:active {
    color: #a8102f;
    outline: none;
    text-decoration: underline;
}

a:focus {
    outline: none;
    text-decoration: underline;
    color: #a8102f;
}

a.standard-btn:link {
    display: inline-block;
    padding: 15px 40px 15px 25px;
    margin-top: 20px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    outline: none;
    border: none;
    color: #fff;
    background: #e63132;
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
    position: relative;
    z-index: 6;
    overflow: hidden;
    text-decoration: none
}

a.standard-btn:link:before {
    content: "";
    background: url('../Assets/i/colour-background(button).png') left center no-repeat;
    background-size: auto 100px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

a.standard-btn:link:after {
    position: absolute;
    top: 17px;
    right: 22px;
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: right 200ms ease-in-out;
    -moz-transition: right 200ms ease-in-out;
    -o-transition: right 200ms ease-in-out;
    transition: right 200ms ease-in-out;
}

a.standard-btn:visited {
    color: #fff;
    background: #e63132;
}

a.standard-btn:hover {
    color: #fff;
    background: #e63132;
}

a.standard-btn:hover:after {
    right: 17px;
}

a.standard-btn:active {
    color: #fff;
    background: #e63132;
}

a.standard-btn:focus {
    color: #fff;
    background: #e63132;
}

span.standard-btn {
    display: inline-block;
    padding: 15px 40px 15px 25px;
    margin-top: 20px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    outline: none;
    border: none;
    color: #fff;
    background: #e63132;
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
    position: relative;
    z-index: 6;
    overflow: hidden;
    text-decoration: none
}

span.standard-btn:before {
    content: "";
    background: url('../Assets/i/colour-background(button).png') left center no-repeat;
    background-size: auto 100px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

span.standard-btn:after {
    position: absolute;
    top: 17px;
    right: 22px;
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: right 200ms ease-in-out;
    -moz-transition: right 200ms ease-in-out;
    -o-transition: right 200ms ease-in-out;
    transition: right 200ms ease-in-out;
}

span.standard-btn:hover:after {
    right: 17px;
}

iframe[src*="youtube"] {
    max-width: 100%;
}

.rte-image{
    margin-bottom: 20px;
}

@media (min-width:1200px) and (max-width: 1499px) {

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
        margin: 20px 0 15px;
    }

    h3 {
        margin: 18px 0 14px;
    }

    p {
        margin: 0 auto 14px;
    }

    ul{
        margin-bottom: 18px;
    }

    ul li {
        font-size: 16px;
        margin-bottom: 5px;
        padding-left: 45px;
    }

    ul li:before {
        width: 5px;
        height: 5px;
        top: 8px;
        left: 25px;
    }

    ol {
        margin-bottom: 18px;
        padding-left: 45px;
    }

    ol li {
        font-size: 16px;
        margin-bottom: 5px;
    }

    a.standard-btn:link {
        padding: 14px 37px 14px 22px;
        margin-top: 18px;
        font-size: 14px;
    }

    a.standard-btn:link:before {
        background-size: auto 90px;
    }

    a.standard-btn:link:after {
        top: 16px;
        right: 21px;
        font-size: 9px;
    }

    a.standard-btn:hover:after {
        top: 16px;
        right: 16px;
        font-size: 9px;
    }

    span.standard-btn {
        padding: 14px 37px 14px 22px;
        margin-top: 18px;
        font-size: 14px;
    }

    span.standard-btn:before {
        background-size: auto 90px;
    }

    span.standard-btn:after {
        top: 16px;
        right: 21px;
        font-size: 9px;
    }

    span.standard-btn:hover:after {
        top: 16px;
        right: 16px;
        font-size: 9px;
    }

    .rte-image{
        margin-bottom: 18px;
    }
    
}

@media (min-width:992px) and (max-width: 1199px) {

    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 22px;
        margin: 18px 0 14px;
    }

    h3 {
        margin: 16px 0 12px;
    }

    p {
        margin: 0 auto 12px;
    }

    ul {
        margin-bottom: 15px;
    }

    ul li {
        font-size: 16px;
        margin-bottom: 5px;
        padding-left: 40px;
    }

    ul li:before {
        width: 5px;
        height: 5px;
        top: 9px;
        left: 20px;
    }

    ol {
        margin-bottom: 15px;
        padding-left: 40px;
    }

    ol li {
        font-size: 16px;
        margin-bottom: 5px;
    }

    a.standard-btn:link {
        padding: 13px 34px 13px 20px;
        margin-top: 15px;
        font-size: 14px;
    }

    a.standard-btn:link:before {
        background-size: auto 85px;
    }

    a.standard-btn:link:after {
        top: 15px;
        right: 18px;
        font-size: 9px;
    }

    a.standard-btn:hover:after {
        top: 15px;
        right: 13px;
        font-size: 9px;
    }

    span.standard-btn {
        padding: 13px 34px 13px 20px;
        margin-top: 15px;
        font-size: 14px;
    }

    span.standard-btn:before {
        background-size: auto 85px;
    }

    span.standard-btn:after {
        top: 15px;
        right: 18px;
        font-size: 9px;
    }

    span.standard-btn:hover:after {
        top: 15px;
        right: 13px;
        font-size: 9px;
    }

    .rte-image{
        margin-bottom: 15px;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    
    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
        margin: 16px 0 12px;
    }

    h3 {
        font-size: 15px;
        margin: 14px 0 10px;
    }

    p {
        font-size: 15px;
        margin: 0 auto 10px;
    }

    ul {
        margin-bottom: 13px;
    }

    ul li {
        font-size: 15px;
        margin-bottom: 4px;
        padding-left: 35px;
    }

    ul li:before {
        width: 4px;
        height: 4px;
        top: 9px;
        left: 15px;
    }

    ol {
        margin-bottom: 13px;
        padding-left: 35px;
    }

    ol li {
        font-size: 15px;
        margin-bottom: 4px;
    }

    a.standard-btn:link {
        padding: 12px 30px 12px 18px;
        margin-top: 13px;
        font-size: 13px;
    }

    a.standard-btn:link:before {
        background-size: auto 80px;
    }

    a.standard-btn:link:after {
        top: 15px;
        right: 16px;
        font-size: 8px;
    }

    a.standard-btn:hover:after {
        top: 15px;
        right: 11px;
        font-size: 8px;
    }

    span.standard-btn {
        padding: 12px 30px 12px 18px;
        margin-top: 13px;
        font-size: 13px;
    }

    span.standard-btn:before {
        background-size: auto 80px;
    }

    span.standard-btn:after {
        top: 15px;
        right: 16px;
        font-size: 8px;
    }

    span.standard-btn:hover:after {
        top: 15px;
        right: 11px;
        font-size: 8px;
    }

    .rte-image{
        margin-bottom: 13px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    
    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 18px;
        margin: 14px 0 10px;
    }

    h3 {
        font-size: 14px;
        margin: 12px 0 8px;
    }

    p {
        font-size: 14px;
        margin: 0 auto 8px;
    }

    ul {
        margin-bottom: 10px;
    }

    ul li {
        font-size: 14px;
        margin-bottom: 3px;
        padding-left: 30px;
    }

    ul li:before {
        width: 4px;
        height: 4px;
        top: 8px;
        left: 10px;
    }

    ol {
        margin-bottom: 10px;
        padding-left: 30px;
    }

    ol li {
        font-size: 14px;
        margin-bottom: 3px;
    }

    a.standard-btn:link {
        padding: 11px 26px 11px 15px;
        margin-top: 11px;
        font-size: 13px;
    }

    a.standard-btn:link:before {
        background-size: auto 75px;
    }

    a.standard-btn:link:after {
        top: 14px;
        right: 14px;
        font-size: 8px;
    }

    a.standard-btn:hover:after {
        top: 14px;
        right: 10px;
        font-size: 8px;
    }

    span.standard-btn {
        padding: 11px 26px 11px 15px;
        margin-top: 11px;
        font-size: 13px;
    }

    span.standard-btn:before {
        background-size: auto 75px;
    }

    span.standard-btn:after {
        top: 14px;
        right: 14px;
        font-size: 8px;
    }

    span.standard-btn:hover:after {
        top: 14px;
        right: 10px;
        font-size: 8px;
    }

    .rte-image {
        margin-bottom: 10px;
    }
}

@media (min-width: 0px) and (max-width: 479px) {

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 18px;
        margin: 14px 0 10px;
    }

    h3 {
        font-size: 14px;
        margin: 12px 0 8px;
    }

    p {
        font-size: 14px;
        margin: 0 auto 8px;
    }

    ul {
        margin-bottom: 8px;
    }

    ul li {
        font-size: 14px;
        margin-bottom: 2px;
        padding-left: 25px;
    }

    ul li:before {
        width: 4px;
        height: 4px;
        border-radius: 50px;
        top: 8px;
        left: 10px;
    }

    ol {
        margin-bottom: 8px;
        padding-left: 25px;
    }

    ol li {
        font-size: 14px;
        margin-bottom: 2px;
    }

    a.standard-btn:link {
        padding: 11px 26px 11px 15px;
        margin-top: 11px;
        font-size: 13px;
    }

    a.standard-btn:link:before {
        background-size: auto 75px;
    }

    a.standard-btn:link:after {
        top: 14px;
        right: 14px;
        font-size: 8px;
    }

    a.standard-btn:hover:after {
        top: 14px;
        right: 10px;
        font-size: 8px;
    }

    span.standard-btn {
        padding: 11px 26px 11px 15px;
        margin-top: 11px;
        font-size: 13px;
    }

    span.standard-btn:before {
        background-size: auto 75px;
    }

    span.standard-btn:after {
        top: 14px;
        right: 14px;
        font-size: 8px;
    }

    span.standard-btn:hover:after {
        top: 14px;
        right: 10px;
        font-size: 8px;
    }

    .rte-image {
        margin-bottom: 8px;
    }
}




/*/////////////////////////////////////////////////
               Cookie Notification
/////////////////////////////////////////////////*/

.cookie-notification {
    background: #2089c3 url('../Assets/i/testimonial-bg.jpg') center bottom no-repeat;
    color: #fff;
    padding: 15px 0;
}

.cookie-notification.cookie-notification-close {
    display: none;
}
    
.cookie-notification .cookie-content {
    width: 85%;
    margin: 0 auto;
}

.cookie-notification .cookie-content p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.cookie-notification .cookie-content p a:link {
    color: #fff;
    font-weight: 600;
}

.cookie-notification .cookie-content p a:visited {
    color: #fff;
}

.cookie-notification .cookie-content p a:hover {
    color: #eee;
}

.cookie-notification .cookie-content p a:active {
    color: #eee;
}

.cookie-notification .cookie-content p a:focus {
    color: #eee;
}

.cookie-notification .cookie-content button {
    display: block;
    width: 100%;
    padding: 5px 10px;
    background: rgba(0,0,0,0);
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

.cookie-notification .cookie-content button:hover {
    background: rgba(0,0,0,0.2);
    border: solid 2px #fff;
    color: #fff;
}

.cookie-notification .cookie-content button:focus {
    background: rgba(0,0,0,0.2);
    border: solid 2px #fff;
    color: #fff;
}

@media (min-width: 1200px) and (max-width: 1459px) {

    .cookie-notification .cookie-content {
        width: 90%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .cookie-notification {
        padding: 13px 0;
    }

    .cookie-notification .cookie-content p {
        font-size: 13px;
    }

    .cookie-notification .cookie-content button {
        padding: 4px 8px;
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .cookie-notification {
        padding: 11px 0;
    }

    .cookie-notification .cookie-content {
        width: 95%;
    }

    .cookie-notification .cookie-content p {
        font-size: 13px;
    }

    .cookie-notification .cookie-content button {
        padding: 3px 6px;
        font-size: 16px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .cookie-notification {
        padding: 11px 0;
    }

    .cookie-notification .cookie-content {
        width: 95%;
    }

    .cookie-notification .cookie-content p {
        font-size: 13px;
    }

    .cookie-notification .cookie-content button {
        width: 150px;
        padding: 3px 6px;
        margin: 15px auto 0;
        font-size: 16px;
    }
}

@media (min-width: 0px) and (max-width: 479px) {

    .cookie-notification {
        padding: 10px 0;
    }

    .cookie-notification .cookie-content {
        width: 100%;
    }

    .cookie-notification .cookie-content p {
        font-size: 13px;
    }

    .cookie-notification .cookie-content button {
        width: 150px;
        padding: 3px 6px;
        margin: 10px auto 0;
        font-size: 15px;
    }
}




/*/////////////////////////////////////////////////
                   Header
/////////////////////////////////////////////////*/

header
{
	background: #fff;
}

@media (min-width:0px) and (max-width: 767px)
{

	header
	{
		display:none;
	}

}



/*/////////////////////////////////////////////////
                   Mobile Nav
/////////////////////////////////////////////////*/

#mobile-nav
{
	display:none;
}

#mobile-nav.mm-opened
{
	display: block;
}

body.noscroll .mobile-header {
    border-bottom: 1px solid #eee;
}

.mobile-header {
    position: relative;
    z-index: 1000;
    display: none;
    background: #fff;
    padding: 0;
}

.mobile-header .mobile-logo
{
	text-align: left;
}

.mobile-header .mobile-logo a
{
	display: inline-block;
	padding: 13px 0 12px;
}

.mobile-header .mobile-logo a img
{
	display: inline-block;
	width: 100%;
	max-width: 125px;
	height: auto;
}

.mobile-header .nav-toggle
{
    position: static;
	text-align: right;
}

.mobile-header .nav-toggle button#trigger-overlay
{
	display: inline-block;
	padding: 14px 20px 13px;
    margin-right: -15px;
    background: #d32f50;
    color: #fff;
    font-size: 24px;
    border: none;
    outline: none;
}

.mobile-header .nav-toggle div.search-nav
{
	display: inline-block;
}

.mobile-header .nav-toggle div.search-nav span
{
    display: inline-block;
	padding: 16px 20px 15px;
    font-size: 24px;
}

.overlay 
{
	position: absolute;
    z-index: 99;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
    overflow: scroll;
}

.overlay nav 
{
	text-align: left;
	position: relative;
	top: 0px;
    padding-top: 61px;
	height: auto;    
    min-height: 100.5%;
	font-size: 28px;
}

.overlay ul 
{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: block;
	position: relative;
}

.overlay ul li 
{
    position: relative;
	display: block;
	height: auto;
    border-bottom: solid 1px #eee;
    padding: 0;
    margin-bottom: 0;
}

.overlay ul li:before
{
    display: none;
}

.overlay ul li a 
{
	display: block;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
    color: #333;
    padding: 17px 20px 17px 50px;
    background: none;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
    line-height: 1;
    text-decoration: none;
}

.overlay ul li a:hover,
.overlay ul li a:focus 
{
	color: #4b4b4b;
}

.overlay ul li span
{
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 40px;
	display: block;
}

.overlay ul li span:before
{
    position: absolute;
    top: 15px;
    left: 17px;
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.overlay ul li span.active
{
    background: rgba(0, 0, 0, 0.07);
}

.overlay ul li span.active:before
{
    top: 16px;
    left: 13px;
    content: "\f107";
}

.overlay ul li.active-page > span
{
    color: #fff;
}

.overlay-dropdown-menu
{
    display:none;
    background: rgba(0, 0, 0, 0.05);
}

li.active-page > .overlay-dropdown-menu
{
    display: block;
}

.overlay .overlay-dropdown-menu ul li a 
{
    padding: 17px 20px 17px 50px;
    text-transform: uppercase;
}

.overlay .overlay-dropdown-menu[data-level="2"]
{
	padding: 10px 0;
}

.overlay .overlay-dropdown-menu[data-level="2"] ul li
{
	border-bottom: none;
}

.overlay .overlay-dropdown-menu[data-level="2"] ul li a 
{
	font-size: 14px;
    padding: 17px 20px 17px 60px;
    text-transform: uppercase;
}

.overlay ul li.active-page > a {
    position: relative;
    background: #de516d;
    color: #fff;
}

.overlay .overlay-dropdown-menu[data-level="1"] ul li.active-page > a {
    background: #de6a82;
}

.overlay .overlay-dropdown-menu[data-level="2"] ul li.active-page > a
{
	background: none;
    color: #00aeef;
}

.overlay-ozum 
{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-ozum.open 
{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-ozum nav 
{
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay-ozum nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay-ozum.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay-ozum.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}

@media (min-width:0px) and (max-width: 767px)
{

    .mobile-header
    {
	    display:block;
    }

}


/*/////////////////////////////////////////////////
                   Navigation
/////////////////////////////////////////////////*/

.navbar-default
{
	background: none;
	border: none;
	border-radius: 0;
	margin: 0;
}

.navbar-default .navbar-collapse
{
    float: right;
}

.navbar-brand 
{
	float: left;
	height: auto;
	padding: 20px 15px 25px;
}

.navbar-default .navbar-nav {
    margin-top: 5px;
}

.navbar-default .navbar-nav > li
{
	padding: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li:before
{
	display: none
}

.navbar-default .navbar-nav > li.dropdown-toggle
{
	position: relative;
}

.navbar-default .navbar-nav > li.dropdown-toggle.active {
    color: #fff;
    background: #f6f6f6;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span {
    font-family: 'Montserrat', sans-serif;
    display: block;
    color: #d32f50;
    font-size: 20px;
    font-weight: 800;
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 20px 15px 25px;
    cursor: pointer;
    line-height: 1;
    text-decoration: none;
}

.navbar-default .navbar-nav > li:last-child > a, .navbar-default .navbar-nav > li:last-child > span {
    padding-right: 0;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > span:hover {
    color: #a8102f;
}

.navbar-default .navbar-nav > li.dropdown-toggle.active > span
{
    color: #d32f50;
}

.navbar-default .navbar-nav > li.dropdown-toggle.active > span:hover
{
    color: #d32f50;
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content {
    display: none;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 290px;
    background: #f6f6f6;
    border-bottom: solid 4px #d32f50;
    overflow: hidden;
}

.navbar-default .navbar-nav > li.dropdown-toggle.active > div.dropdown-content
{
    display: block;
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul
{
    float: left;
    width: 290px;
    margin: 0;
    padding: 10px 0 20px;
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li
{
    position: relative;
    padding: 0;
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li:before
{
    display: none;
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li a:link
{
    display: block;
    color: #434343;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    padding: 6px 15px;
    background: rgba(0,0,0,0);
	-webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
    text-decoration: none;
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li a:visited
{
    color: #434343;
    background: rgba(0,0,0,0);
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li a:hover
{
    color: #434343;
    background: rgba(0,0,0,.1);
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li a:active
{
    color: #434343;
    background: rgba(0,0,0,.1);
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li a:focus
{
    color: #434343;
    background: rgba(0,0,0,.1);
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li > span
{
    display: block;
    color: #434343;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    padding: 6px 15px;
    background: rgba(0,0,0,0);
    cursor: pointer;
	-webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li > span:hover
{
    color: #434343;
    background: rgba(0,0,0,.1);
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li > span:focus
{
    color: #434343;
    background: rgba(0,0,0,.1);
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li.active > span,
.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li.active > span:hover,
.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li.active > span:focus
{
    background: rgba(0,0,0,0.1);
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li span i
{
    float: right;
    padding-top: 2px;
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li.dropdown-title a:link
{
    color: #434343;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
    background: none;
	-webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li.dropdown-title a:visited
{
    color: #434343;
    background: none;
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li.dropdown-title a:hover
{
    color: #d32f50;
    background: none;
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li.dropdown-title a:active
{
    color: #d32f50;
    background: none;
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li.dropdown-title a:focus
{
    color: #d32f50;
    background: none;
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li.dropdown-title a > span
{
    color: #d32f50;
}

.navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li.dropdown-title a > em
{
    font-size: 12px;
}

.nav-top
{
    float: right;
    padding: 0 15px;
}

.nav-top ul
{
    float: right;
    list-style: none;
    padding: 9px 0 0;
    margin: 0;
}

.nav-top ul li {
    float: left;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    position: relative;
    margin-bottom: 5px;
}

.nav-top ul li:before
{
    display: none;
}

.nav-top ul li:after {
    content:"|";
    position: absolute;
    right: -3px;
    top: 7px;
    font-weight: 300;
}

.nav-top ul li:first-child i
{
    vertical-align: middle;
}

.nav-top ul li a:link {
    display: inline-block;
    padding: 10px 20px 5px 20px;
    font-weight: 400;
    font-size: 14px;
    color: #434343;
    text-decoration: none;
}

.nav-top ul li a:visited
{
    color: #434343;
}

.nav-top ul li a:hover {
    color: #d32f50;
}

.nav-top ul li a:active {
    color: #d32f50;
}

.nav-top ul li a:focus {
    color: #d32f50;
}

.nav-top ul li span
{
    display: inline-block;
    padding: 10px;
    cursor: pointer;
}

.nav-top ul li span:hover
{
    color: #23c0bb;
}

.nav-top ul li a:link i{
    padding-right: 8px;
}

.nav-top ul.social-links li:after {
    display: none;
}

.nav-top ul.social-links li a:link {
    padding: 8px 5px 5px 2px;
    font-size: 17px;
}

.nav-top ul.social-links li:last-child a:link {
    padding-right: 0;
}

.nav-top ul.social-links li:last-child a:link i {
    padding-right: 0;
}

.nav-top ul.social-links {
    padding-left: 15px;
}


@media (min-width:1200px) and (max-width: 1499px) {

    .navbar-brand 
    {
	    padding: 20px 15px 25px;
    }

    .navbar-brand img {
        max-width: 230px;
    }

    .navbar-default .navbar-nav {
        margin-top: 5px;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span {
        font-size: 19px;
        padding: 17px 15px 22px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content {
        width: 260px;
        border-bottom: solid 4px #d32f50;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul {
        width: 260px;
        padding: 10px 0 20px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li a:link
    {
        font-size: 15px;
        padding: 6px 15px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li > span
    {
        font-size: 15px;
        padding: 6px 15px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li span i
    {
        padding-top: 2px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li.dropdown-title a:link
    {
        font-size: 17px;
        padding: 10px 15px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li.dropdown-title a > em
    {
        font-size: 12px;
    }

    .nav-top ul
    {
        padding: 9px 0 0;
    }

    .nav-top ul li
    {
        font-size: 18px;
    }

    .nav-top ul li:after {
        right: -3px;
        top: 7px;
    }

    .nav-top ul li a:link {
        padding: 10px 20px 5px 20px;
        font-size: 14px;
    }

    .nav-top ul li span
    {
        padding: 10px;
    }

    .nav-top ul li a:link i{
        padding-right: 8px;
    }

    .nav-top ul.social-links li a:link {
        padding: 8px 5px 5px 2px;
        font-size: 17px;
    }

    .nav-top ul.social-links {
        padding-left: 15px;
    }

}

@media (min-width:992px) and (max-width: 1199px) {

    .navbar-brand 
    {
	    padding: 18px 15px 23px;
    }

    .navbar-brand img {
        max-width: 200px;
    }

    .navbar-default .navbar-nav {
        margin-top: 3px;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span {
        font-size: 18px;
        padding: 15px 13px 20px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content {
        width: 230px;
        border-bottom: solid 4px #d32f50;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul {
        width: 230px;
        padding: 8px 0 15px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li a:link
    {
        font-size: 14px;
        padding: 5px 13px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li > span {
        font-size: 14px;
        padding: 5px 13px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li span i
    {
        padding-top: 2px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li.dropdown-title a:link
    {
        font-size: 16px;
        padding: 8px 12px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li.dropdown-title a > em
    {
        font-size: 11px;
    }

    .nav-top ul
    {
        padding: 5px 0 0;
    }

    .nav-top ul li
    {
        font-size: 17px;
    }

    .nav-top ul li:after {
        right: -3px;
        top: 7px;
    }

    .nav-top ul li a:link {
        padding: 8px 16px 5px 16px;
        font-size: 13px;
    }

    .nav-top ul li span
    {
        padding: 8px;
    }

    .nav-top ul li a:link i{
        padding-right: 8px;
    }

    .nav-top ul.social-links li a:link {
        padding: 5px 5px 5px 2px;
        font-size: 16px;
    }

    .nav-top ul.social-links {
        padding-left: 13px;
    }

}

@media (min-width:768px) and (max-width: 991px) {

    .navbar-brand 
    {
	    padding: 15px 15px 15px;
    }

    .navbar-brand img {
        max-width: 160px;
    }

    .navbar-default .navbar-nav {
        margin-top: 1px;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span {
        font-size: 16px;
        padding: 10px 10px 15px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content {
        width: 180px;
        border-bottom: solid 3px #d32f50;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul {
        width: 180px;
        padding: 5px 0 8px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li a:link
    {
        font-size: 13px;
        padding: 3px 10px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li > span {
        font-size: 13px;
        padding: 3px 10px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li span i
    {
        padding-top: 2px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li.dropdown-title a:link
    {
        font-size: 14px;
        padding: 5px 10px;
    }

    .navbar-default .navbar-nav > li.dropdown-toggle > div.dropdown-content > ul li.dropdown-title a > em
    {
        font-size: 11px;
    }

    .nav-top ul
    {
        padding: 3px 0 0;
    }

    .nav-top ul li {
        font-size: 15px;
        margin-bottom: 4px;
    }

    .nav-top ul li:after {
        right: -3px;
        top: 4px;
    }

    .nav-top ul li a:link {
        padding: 5px 12px 2px 12px;
        font-size: 12px;
    }

    .nav-top ul li span
    {
        padding: 8px;
    }

    .nav-top ul li a:link i{
        padding-right: 8px;
    }

    .nav-top ul.social-links li a:link {
        padding: 3px 5px 5px 2px;
        font-size: 14px;
    }

    .nav-top ul.social-links {
        padding-left: 12px;
    }
}



/*/////////////////////////////////////////////////
                   Pagenation
/////////////////////////////////////////////////*/

.pagination
{
    margin: 30px 0;
}

.pagination ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.pagination ul li
{
    display: block;
    float: left;
    border: solid 1px #eee;
    border-left: none;
    padding: 0;
}

.pagination ul li:before
{
    display: none;
}

.pagination ul li:first-child
{
    border: solid 1px #eee;
    border-left: solid 1px #eee;
}

.pagination ul li a
{
    display: block;
    padding: 8px 0;
    width: 45px;
    text-align: center;
    text-decoration: none;
}

.pagination ul li span
{
    display: block;
    padding: 8px 0;
    width: 45px;
    text-align: center;
    color: #999;
}

    .pagination ul li span.current {
        background: #d32f50;
        color: #fff;
    }

@media (min-width: 992px) and (max-width: 1199px) 
{

    .pagination
    {
        margin: 25px 0;
    }

}

@media (min-width: 768px) and (max-width: 991px) 
{

    .pagination
    {
        margin: 15px 0;
    }

}

@media (min-width: 480px) and (max-width: 767px)
{

    .pagination
    {
        margin: 15px 0;
    }

}

@media (min-width: 0px) and (max-width: 479px)
{

    .pagination
    {
        margin: 15px 0;
    }

    .pagination ul li a, .pagination ul li span
    {
        padding: 6px 0;
        width: 32px;
    }

    .pagination ul li span.page-ellipsis
    {
        padding: 6px 0;
        width: 24px;
    }

}

/* for paging to fit on iphone 5 */
@media (min-width: 0px) and (max-width: 355px) 
{

    .pagination ul li a, .pagination ul li span
    {
        padding: 4px 0;
        width: 27px;
        font-size: 14px;
    }

    .pagination ul li span.page-ellipsis
    {
        padding: 4px 0;
        width: 23px;
    }

}

/*/////////////////////////////////////////////////
                 Standard Banner
/////////////////////////////////////////////////*/

.standard-banner {
    background: url() center center no-repeat;
    height: 215px;
    width: 100%;
    background-size: cover;
    position: relative;
}

.standard-banner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.4);
}


.standard-banner h1 {
    position: absolute;
    bottom: 15%;
    -webkit-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
}

@media (min-width:1200px) and (max-width: 1499px) {

    .standard-banner {
        height: 200px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .standard-banner {
        height: 180px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .standard-banner {
        height: 160px;
    }

}

@media (min-width: 480px) and (max-width: 767px) {

    .standard-banner {
        height: 140px;
    }

}

@media (min-width: 0px) and (max-width: 479px) {

    .standard-banner {
        height: 120px;
    }

}



/*/////////////////////////////////////////////////
                   Home Banner
/////////////////////////////////////////////////*/

.home-banner {
    height: 600px;
    overflow: hidden;
}

.home-banner .bx-wrapper {
    margin-bottom: 0;
}

.home-banner .bxslider > li {
    padding: 0;
}

.home-banner .bxslider > li:before {
    display: none
}

.home-banner .bx-wrapper .bx-pager {
    max-width: 1400px;
    bottom: 30px;
    left: 50%;
    text-align: center;
    padding-top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.home-banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #40338d;
}


.home-banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}

.home-banner .home-banner-slide {
    background: url() center center no-repeat;
    height: 600px;
    width: 100%;
    background-size: cover;
    position: relative;
}

.home-banner .home-banner-slide:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.3);
}

.home-banner .home-banner-content {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
}

.home-banner .home-banner-content .home-banner-text {
    width: 57%;
    color: #fff;
}

.home-banner .home-banner-content .home-banner-text h1 {
    font-weight: 800;
    font-size: 65px;
    text-transform: uppercase;
    line-height: 1.05;
}

.home-banner .home-banner-content .home-banner-text p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
}

@media (min-width:1200px) and (max-width: 1499px) {

    .home-banner {
        height: 550px;
    }

    .home-banner .bx-wrapper .bx-pager {
        bottom: 28px;
    }

    .home-banner .home-banner-slide {
        height: 550px;
    }

    .home-banner .home-banner-content {
        bottom: 50px;
    }

    .home-banner .home-banner-content .home-banner-text h1 {
        font-size: 60px;
    }

    .home-banner .home-banner-content .home-banner-text p {
        font-size: 19px;
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .home-banner {
        height: 475px;
    }

    .home-banner .bx-wrapper .bx-pager {
        bottom: 25px;
    }

    .home-banner .home-banner-slide {
        height: 475px;
    }

    .home-banner .home-banner-content {
        bottom: 45px;
    }

    .home-banner .home-banner-content .home-banner-text {
        width: 70%;
    }

    .home-banner .home-banner-content .home-banner-text h1 {
        font-size: 55px;
    }
     
    .home-banner .home-banner-content .home-banner-text p {
        font-size: 18px;
        margin-top: 9px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .home-banner {
        height: 400px;
    }

    .home-banner .bx-wrapper .bx-pager {
        bottom: 20px;
    }

    .home-banner .home-banner-slide {
        height: 400px;
    }

    .home-banner .home-banner-content {
        bottom: 40px;
    }

    .home-banner .home-banner-content .home-banner-text {
        width: 90%;
    }

    .home-banner .home-banner-content .home-banner-text h1 {
        font-size: 45px;
    }

    .home-banner .home-banner-content .home-banner-text p {
        font-size: 17px;
        margin-top: 8px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .home-banner {
        height: 350px;
    }

    .home-banner .bx-wrapper .bx-pager {
        bottom: 15px;
    }

    .home-banner .home-banner-slide {
        height: 350px;
    }

    .home-banner .home-banner-content {
        bottom: 35px;
    }

    .home-banner .home-banner-content .home-banner-text {
        width: 100%;
    }

    .home-banner .home-banner-content .home-banner-text h1 {
        font-size: 34px;
    }

    .home-banner .home-banner-content .home-banner-text p {
        font-size: 16px;
        margin-top: 7px;
    }
}

@media (min-width: 0px) and (max-width: 479px) {

    .home-banner {
        height: 300px;
    }

    .home-banner .bx-wrapper .bx-pager {
        bottom: 15px;
    }
    
    .home-banner .home-banner-slide {
        height: 300px;
    }

    .home-banner .home-banner-content {
        bottom: 33px;
    }

    .home-banner .home-banner-content .home-banner-text {
        width: 100%;
    }

    .home-banner .home-banner-content .home-banner-text h1 {
        font-size: 24px;
    }

    .home-banner .home-banner-content .home-banner-text p {
        font-size: 15px;
        margin-top: 6px;
    }

}



/*/////////////////////////////////////////////////
                  Breadcrumbs
/////////////////////////////////////////////////*/

.breadcrumb{
    padding: 15px 0; 
}

.breadcrumb ul li {
    font-size: 12px;
    color: #afafaf;
    padding: 0;
    float: left;
    margin-right: 5px;
}

.breadcrumb ul li:before {
    display: none;
}

.breadcrumb ul li a:link {
    color: #afafaf;
    text-decoration: none;
}

.breadcrumb ul li a:visited {
    color: #afafaf;
}

.breadcrumb ul li a:hover {
    color: #d32f50;
}

.breadcrumb ul li a:active {
    color: #d32f50;
}

.breadcrumb ul li a:focus {
    color: #d32f50;
}

.breadcrumb ul li span i {
    font-size: 11px;
    margin-left: 2px;
}

@media (min-width:1200px) and (max-width: 1499px) {

    .breadcrumb{
        padding: 14px 0; 
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .breadcrumb{
        padding: 13px 0; 
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .breadcrumb{
        padding: 12px 0; 
    }

    .breadcrumb ul li {
        font-size: 11px;
    }

    .breadcrumb ul li span i {
        font-size: 10px;
    }

}

@media (min-width: 480px) and (max-width: 767px) {

    .breadcrumb{
        padding: 11px 0; 
    }

    .breadcrumb ul li {
        font-size: 10px;
    }

    .breadcrumb ul li span i {
        font-size: 9px;
    }

}

@media (min-width: 0px) and (max-width: 479px) {

    .breadcrumb{
        padding: 11px 0; 
    }

    .breadcrumb ul li {
        font-size: 10px;
    }

    .breadcrumb ul li span i {
        font-size: 9px;
    }

}



/*/////////////////////////////////////////////////
                 Page Section
/////////////////////////////////////////////////*/

.page-content {
    padding: 10px 0 50px;
}

.page-content h2:first-child {
    margin-top: 0;
}

.page-section {
    padding: 50px 0 50px;
}

.page-section h2:first-child {
    margin-top: 0;
}

.page-content.page-intro-section {
    padding-bottom: 0;
}

.page-content.page-intro-section h2:first-child {
    margin-top: 0;
}

.page-content.page-intro-section p:last-child {
    margin-bottom: 0;
}

.page-section.intro-section {
    background: #f9f9f9 url(/Assets/i/small-crackle-bright.png);
    padding-bottom: 50px;
}

.page-section .intro-content {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}

.page-section .intro-content img {
    margin-bottom: 20px;
}

.page-section .intro-content p {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
}

.page-section .intro-content a:link {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    border-bottom: 1px solid #e63132;
    color: #222161;
    padding-bottom: 5px;
    text-decoration: none;
}

.page-section .intro-content a:visited {
    border-bottom: 1px solid #e63132;
    color: #222161;
}

.page-section .intro-content a:hover {
    border-bottom: 1px solid #e63132;
    color: #e63132;
}

.page-section .intro-content a:active {
    border-bottom: 1px solid #e63132;
    color: #e63132;
}

.page-section .intro-content a:focus {
    border-bottom: 1px solid #e63132;
    color: #e63132;
}

@media (min-width:1200px) and (max-width: 1499px) {

    .page-content {
        padding: 9px 0 45px;
    }

    .page-section {
        padding: 45px 0 45px;
    }

    .page-intro-section {
        padding: 18px 0 0;
    }

    .page-section.intro-section {
        padding-bottom: 45px;
    }

    .page-section .intro-content {
        max-width: 900px;
    }

    .page-section .intro-content img {
        margin-bottom: 18px;
        width: 44px;
        height: 44px;
    }

    .page-section .intro-content p {
        font-size: 28px;
    }

    .page-section .intro-content a:link {
        font-size: 19px;
        padding-bottom: 4px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .page-content {
        padding: 8px 0 40px;
    }

    .page-section {
        padding: 40px 0 40px;
    }

    .page-intro-section {
        padding: 16px 0 0;
    }

    .page-section.intro-section {
        padding-bottom: 40px;
    }

    .page-section .intro-content {
        max-width: 800px;
    }

    .page-section .intro-content img {
        margin-bottom: 16px;
        width: 40px;
        height: 40px;
    }

    .page-section .intro-content p {
        font-size: 26px;
    }

    .page-section .intro-content a:link {
        font-size: 18px;
        padding-bottom: 4px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .page-content {
        padding: 7px 0 35px;
    }

    .page-section {
        padding: 35px 0 35px;
    }

    .page-intro-section {
        padding: 15px 0 0;
    }

    .page-section.intro-section {
        padding-bottom: 35px;
    }

    .page-section .intro-content {
        max-width: 650px;
    }

    .page-section .intro-content img {
        margin-bottom: 15px;
        width: 35px;
        height: 35px;
    }

    .page-section .intro-content p {
        font-size: 24px;
    }

    .page-section .intro-content a:link {
        font-size: 17px;
        padding-bottom: 3px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .page-content {
        padding: 6px 0 30px;
    }

    .page-section {
        padding: 30px 0 30px;
    }

    .page-intro-section {
        padding: 14px 0 0;
    }

    .page-section.intro-section {
        padding-bottom: 30px;
    }

    .page-section .intro-content {
        max-width: 100%;
    }

    .page-section .intro-content img {
        margin-bottom: 15px;
        width: 32px;
        height: 32px;
    }

    .page-section .intro-content p {
        font-size: 22px;
    }

    .page-section .intro-content a:link {
        font-size: 16px;
        padding-bottom: 2px;
    }
}

@media (min-width: 0px) and (max-width: 479px) {

    .page-content {
        padding: 5px 0 25px;
    }

    .page-section {
        padding: 25px 0 25px;
    }

    .page-intro-section {
        padding: 12px 0 0;
    }

    .page-section.intro-section {
        padding-bottom: 25px;
    }

    .page-section .intro-content {
        max-width: 100%;
    }

    .page-section .intro-content img {
        margin-bottom: 13px;
        width: 30px;
        height: 30px;
    }

    .page-section .intro-content p {
        font-size: 19px;
    }

    .page-section .intro-content a:link {
        font-size: 15px;
        padding-bottom: 2px;
    }
}

  

/*/////////////////////////////////////////////////
               Auction Highlights        
/////////////////////////////////////////////////*/

.auction-highlights {
    background: #b3b3b3 url('../Assets/i/auction-highlights-bg.jpg') center bottom no-repeat;
    background-size: auto 700px;
}
 
.auction-highlights h2 {
    font-size: 32px;
    text-align: center;
    color: #fff;
}

.auction-highlights .highlight-items {
    padding-top: 20px;
}

.auction-highlights .highlight-items .row > div:nth-child(3n+1) {
    clear: left;
}

.auction-highlights .highlight-items .highlight-item-wrapper {
    border: 15px solid #f4f4f4;
    margin-bottom: 20px;
}

.auction-highlights .highlight-items .highlight-item {
    background: #fff;
    min-height: 150px;
    overflow: hidden;
    position: relative;
}

.auction-highlights .highlight-items .highlight-item img {
    width: 150px;
    height: 100%;
    background: url() center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.auction-highlights .highlight-items .highlight-item .highlight-content {
    padding-left: 150px;
}

.auction-highlights .highlight-items .highlight-item .highlight-content p.highlight-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    padding-bottom: 68px;
    margin-bottom: 0;
}

.auction-highlights .highlight-items .highlight-item .highlight-content .value-wrapper .value {
    background: #e63132;
    padding: 10px;
    position: absolute;
    bottom: 0;
    z-index: 6;
    width: 100%;
    display: block;
}

.auction-highlights .highlight-items .highlight-item .highlight-content .value:before {
    content: "";
    background: url('../Assets/i/colour-background(button).png') left center no-repeat;
    background-size: auto 140px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.auction-highlights .highlight-items .highlight-item .highlight-content .value:after {
    content: "";
    background: url('../Assets/i/Gavel.png') center center no-repeat;
    position: absolute;
    top: 0;
    right: 140px;
    height: 70px;
    width: 97px;
    z-index: 7;
}

.auction-highlights .highlight-items .highlight-item .highlight-content .value p {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.1;
}

.auction-highlights .highlight-items .highlight-item .highlight-content .value p.value-title {
    text-transform: uppercase;
    font-size: 14px;
}

@media (min-width:1200px) and (max-width: 1499px) {

    .auction-highlights h2 {
        font-size: 30px;
    }

    .auction-highlights .highlight-items {
        padding-top: 18px;
    }

    .auction-highlights .highlight-items .highlight-item-wrapper {
        border: 14px solid #f4f4f4;
        margin-bottom: 18px;
    }

    .auction-highlights .highlight-items .highlight-item {
        min-height: 140px;
    }

    .auction-highlights .highlight-items .highlight-item img {
        width: 140px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content {
        padding-left: 140px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content p.highlight-name {
        font-size: 15px;
        padding: 9px;
        padding-bottom: 68px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content .value-wrapper .value {
        padding: 9px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content .value:before {
        background-size: auto 100px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content .value:after {
        right: 125px;
        background-size: 83px 60px;
        height: 60px;
        width: 83px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content .value p {
        font-size: 24px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content .value p.value-title {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .auction-highlights h2 {
        font-size: 28px;
    }

    .auction-highlights .highlight-items {
        padding-top: 16px;
    }

    .auction-highlights .highlight-items .row > div:nth-child(3n+1) {
        clear: none;
    }

    .auction-highlights .highlight-items .row > div:nth-child(2n+1) {
        clear: left;
    }

    .auction-highlights .highlight-items .highlight-item-wrapper {
        border: 12px solid #f4f4f4;
        margin-bottom: 16px;
    }

    .auction-highlights .highlight-items .highlight-item {
        min-height: 120px;
    }

    .auction-highlights .highlight-items .highlight-item img {
        width: 120px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content {
        padding-left: 120px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content p.highlight-name {
        font-size: 14px;
        padding: 8px;
        padding-bottom: 60px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content .value-wrapper .value {
        padding: 8px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content .value:before {
        background-size: auto 150px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content .value:after {
        right: 115px;
        background-size: 69px 50px;
        height: 50px;
        width: 69px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content .value p {
        font-size: 20px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content .value p.value-title {
        font-size: 13px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .auction-highlights h2 {
        font-size: 26px;
    }

    .auction-highlights .highlight-items {
        padding-top: 14px;
    }

    .auction-highlights .highlight-items .row > div:nth-child(3n+1) {
        clear: none;
    }

    .auction-highlights .highlight-items .row > div:nth-child(2n+1) {
        clear: left;
    }
    
    .auction-highlights .highlight-items .highlight-item-wrapper {
        border: 11px solid #f4f4f4;
        margin-bottom: 15px;
    }

    .auction-highlights .highlight-items .highlight-item {
        min-height: 120px;
    }

    .auction-highlights .highlight-items .highlight-item img {
        width: 120px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content {
        padding-left: 120px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content p.highlight-name {
        font-size: 13px;
        padding: 7px;
        padding-bottom: 55px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content .value-wrapper .value {
        padding: 7px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content .value:before {
        background-size: auto 100px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content .value:after {
        right: 115px;
        background-size: 69px 50px;
        height: 50px;
        width: 69px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content .value p {
        font-size: 20px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content .value p.value-title {
        font-size: 13px;
    }

}

@media (min-width: 480px) and (max-width: 767px) {

    .auction-highlights h2 {
        font-size: 24px;
    }

    .auction-highlights .highlight-items {
        padding-top: 12px;
    }

    .auction-highlights .highlight-items .row > div:nth-child(3n+1) {
        clear: none;
    }

    .auction-highlights .highlight-items .row > div:nth-child(2n+1) {
        clear: none;
    }

    .auction-highlights .highlight-items .highlight-item-wrapper {
        border: 9px solid #f4f4f4;
        margin: 0 auto 15px;
        max-width: 500px;
    }

    .auction-highlights .highlight-items .highlight-item {
        min-height: 130px;
    }

    .auction-highlights .highlight-items .highlight-item img {
        width: 130px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content {
        padding-left: 130px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content p.highlight-name {
        font-size: 13px;
        padding: 8px;
        padding-bottom: 62px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content .value-wrapper .value {
        padding: 8px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content .value:before {
        background-size: auto 160px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content .value:after {
        right: 125px;
        background-size: 69px 50px;
        height: 50px;
        width: 69px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content .value p {
        font-size: 20px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content .value p.value-title {
        font-size: 13px;
    }

}

@media (min-width: 0px) and (max-width: 479px) {

    .auction-highlights h2 {
        font-size: 22px;
    }

    .auction-highlights .highlight-items {
        padding-top: 10px;
    }

    .auction-highlights .highlight-items .row > div:nth-child(3n+1) {
        clear: none;
    }

    .auction-highlights .highlight-items .row > div:nth-child(2n+1) {
        clear: none;
    }
    
    .auction-highlights .highlight-items .highlight-item-wrapper {
        border: 8px solid #f4f4f4;
        margin-bottom: 15px;
    }

    .auction-highlights .highlight-items .highlight-item {
        min-height: 110px;
    }

    .auction-highlights .highlight-items .highlight-item img {
        width: 110px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content {
        padding-left: 110px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content p.highlight-name {
        font-size: 12px;
        padding: 7px;
        padding-bottom: 55px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content .value-wrapper .value {
        padding: 7px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content .value:before {
        background-size: auto 90px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content .value:after {
        right: 125px;
        background-size: 69px 50px;
        height: 50px;
        width: 69px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content .value:after {
        right: 110px;
        background-size: 55px 40px;
        height: 40px;
        width: 55px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content .value p {
        font-size: 18px;
    }

    .auction-highlights .highlight-items .highlight-item .highlight-content .value p.value-title {
        font-size: 12px;
    }

}



/*/////////////////////////////////////////////////
               Home Page News       
/////////////////////////////////////////////////*/

.home-news {
    background: #f9f9f9 url(/Assets/i/small-crackle-bright.png);
}

.home-news-section {
    padding-top: 30px;
}

.home-news h2 {
    font-size: 32px;
    text-align: center;
}

.home-news a.home-featured-news:link {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.home-news a.home-featured-news:link .home-featured-news-content {
    position: absolute;
    bottom: 0;
    padding: 35px;
    background: linear-gradient(to bottom, rgba(11,11,11,0), rgba(11,11,11,10));
}

.home-news a.home-featured-news:link .home-featured-news-content p {
    color: #fff;
    text-shadow: 0 0 5px #000;
}

.home-news a.home-featured-news:visited .home-featured-news-content p {
    color: #fff;
}

.home-news a.home-featured-news:hover .home-featured-news-content p {
    color: #fff;
}

.home-news a.home-featured-news:active .home-featured-news-content p {
    color: #fff;
}

.home-news a.home-featured-news:focus .home-featured-news-content p {
    color: #fff;
}

.home-news a.home-featured-news:link .home-featured-news-content p.home-featured-news-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}

.home-news a.home-featured-news:hover .home-featured-news-content p.home-featured-news-title {
    color: #d32f50;
}

.home-news a.home-featured-news:active .home-featured-news-content p.home-featured-news-title {
    color: #d32f50;
}

.home-news a.home-featured-news:focus .home-featured-news-content p.home-featured-news-title {
    color: #d32f50;
}

.home-news a.home-featured-news:link .home-featured-news-content p.home-featured-news-title:before {
    content: "";
    background: url('../Assets/i/Cheeky-Accent.png') center center no-repeat;
    width: 92px;
    height: 12px;
    position: absolute;
    top: -30px;
    left: 0;
}

.home-news .home-news-grid a.home-news-item:link {
    display: inline-block;
    max-height: 140px;
    margin-bottom: 23px;
    text-decoration: none;
}

.home-news .home-news-grid a.home-news-item:link:last-child {
    margin-bottom: 0px;
}

.home-news .home-news-grid a.home-news-item:link img {
    height: 140px;
    float: left;
}

.home-news .home-news-grid a.home-news-item:link p {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    color: #434343;
    padding: 5px 20px 5px 228px;
}

.home-news .home-news-grid a.home-news-item:visited p {
    color: #434343;
}

.home-news .home-news-grid a.home-news-item:hover p {
    color: #d32f50;
}

.home-news .home-news-grid a.home-news-item:active p {
    color: #d32f50;
}

.home-news .home-news-grid a.home-news-item:focus p {
    color: #d32f50;
}

@media (min-width:1200px) and (max-width: 1499px) {

    .home-news-section {
        padding-top: 28px;
    }

    .home-news h2 {
        font-size: 30px;
    }

    .home-news a.home-featured-news:link .home-featured-news-content {
        padding: 30px;
    }

    .home-news a.home-featured-news:link .home-featured-news-content p.home-featured-news-title {
        font-size: 28px;
    }

    .home-news a.home-featured-news:link .home-featured-news-content p.home-featured-news-title:before {
        background-size: 82px 11px;
        width: 82px;
        height: 11px;
        top: -28px;
    }

    .home-news .home-news-grid a.home-news-item:link {
        max-height: 118px;
        margin-bottom: 13px;
    }

    .home-news .home-news-grid a.home-news-item:link img {
        height: 118px;
    }

    .home-news .home-news-grid a.home-news-item:link p {
        font-size: 23px;
        padding: 2px 15px 5px 190px;
        line-height: 1.2;
    }
   
}

@media (min-width: 992px) and (max-width: 1199px) {

    .home-news-section {
        padding-top: 25px;
    }

    .home-news h2 {
        font-size: 28px;
    }

    .home-news a.home-featured-news:link .home-featured-news-content {
        padding: 25px;
    }

    .home-news a.home-featured-news:link .home-featured-news-content p.home-featured-news-title {
        font-size: 25px;
    }

    .home-news a.home-featured-news:link .home-featured-news-content p.home-featured-news-title:before {
        background-size: 70px 9px;
        width: 70px;
        height: 9px;
        top: -25px;
    }

    .home-news .home-news-grid a.home-news-item:link {
        max-height: 125px;
        margin-bottom: 21px;
    }

    .home-news .home-news-grid a.home-news-item:link:last-child {
        display: none;
    }

    .home-news .home-news-grid a.home-news-item:link img {
        height: 125px;
    }

    .home-news .home-news-grid a.home-news-item:link p {
        font-size: 20px;
        padding: 0px 10px 3px 195px;
        line-height: 1.2;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .home-news-section {
        padding-top: 20px;
    }

    .home-news h2 {
        font-size: 26px;
    }

    .home-news a.home-featured-news:link .home-featured-news-content {
        padding: 20px;
    }

    .home-news a.home-featured-news:link .home-featured-news-content p.home-featured-news-title {
        font-size: 20px;
    }

    .home-news a.home-featured-news:link .home-featured-news-content p.home-featured-news-title:before {
        background-size: 60px 8px;
        width: 60px;
        height: 8px;
        top: -20px;
    }

    .home-news .home-news-grid a.home-news-item:link {
        max-height: 96px;
        margin-bottom: 14px;
    }

    .home-news .home-news-grid a.home-news-item:link:last-child {
        display: none;
    }

    .home-news .home-news-grid a.home-news-item:link img {
        height: 96px;
    }

    .home-news .home-news-grid a.home-news-item:link p {
        font-size: 15px;
        padding: 0px 10px 3px 152px;
        line-height: 1.2;
    }

}

@media (min-width: 480px) and (max-width: 767px) {

    .home-news-section {
        padding-top: 15px;
    }

    .home-news h2 {
        font-size: 24px;
    }

    .home-news a.home-featured-news:link .home-featured-news-content {
        padding: 20px;
    }

    .home-news a.home-featured-news:link .home-featured-news-content p.home-featured-news-title {
        font-size: 19px;
    }

    .home-news a.home-featured-news:link .home-featured-news-content p.home-featured-news-title:before {
        background-size: 60px 8px;
        width: 60px;
        height: 8px;
        top: -20px;
    }

    .home-news .home-news-grid {
        margin-top: 12px;
    }

    .home-news .home-news-grid a.home-news-item:link {
        max-height: 96px;
        margin-bottom: 14px;
    }

    .home-news .home-news-grid a.home-news-item:link:last-child {
        display: none;
    }

    .home-news .home-news-grid a.home-news-item:link img {
        height: 96px;
    }

    .home-news .home-news-grid a.home-news-item:link p {
        font-size: 14px;
        padding: 0px 10px 3px 152px;
        line-height: 1.2;
    }

}

@media (min-width: 0px) and (max-width: 479px) {

    .home-news-section {
        padding-top: 10px;
    }

    .home-news h2 {
        font-size: 22px;
    }

    .home-news a.home-featured-news:link .home-featured-news-content {
        padding: 10px 0 20px;
        position: unset;
        background: unset;
    }

    .home-news a.home-featured-news:link .home-featured-news-content p {
        color: #434343;
        text-shadow: none;
    }

    .home-news a.home-featured-news:visited .home-featured-news-content p {
        color: #434343;
    }

    .home-news a.home-featured-news:hover .home-featured-news-content p {
        color: #434343;
    }

    .home-news a.home-featured-news:active .home-featured-news-content p {
        color: #434343;
    }

    .home-news a.home-featured-news:focus .home-featured-news-content p {
        color: #434343;
    }

    .home-news a.home-featured-news:link .home-featured-news-content p.home-featured-news-title {
        font-size: 18px;
        padding-bottom: 12px;
    }

    .home-news a.home-featured-news:hover .home-featured-news-content p.home-featured-news-title {
        color: #d32f50;
    }

    .home-news a.home-featured-news:active .home-featured-news-content p.home-featured-news-title {
        color: #d32f50;
    }

    .home-news a.home-featured-news:focus .home-featured-news-content p.home-featured-news-title {
        color: #d32f50;
    }

    .home-news a.home-featured-news:link .home-featured-news-content p.home-featured-news-title:before {
        background-size: 60px 8px;
        width: 60px;
        height: 8px;
        top: unset;
        bottom: 0px;
    }

    .home-news .home-news-grid a.home-news-item:link {
        max-height: 100%;
        margin-bottom: 14px;
    }

    .home-news .home-news-grid a.home-news-item:link:last-child {
        display: none;
    }

    .home-news .home-news-grid a.home-news-item:link img {
        height: auto;
        float: none;
    }

    .home-news .home-news-grid a.home-news-item:link p {
        font-size: 14px;
        padding: 0;
        margin-top: 10px;
        line-height: 1.2;
    }
}



/*/////////////////////////////////////////////////
              Testimonial Slice       
/////////////////////////////////////////////////*/

.testimonials-slice .bx-wrapper {
    background: #2089c3 url('../Assets/i/testimonial-bg.jpg') center bottom no-repeat;
    background-size: auto 500px;
    position: relative;
    min-height: 350px;
    overflow: hidden;
    margin-bottom: 0;
}

.testimonials-slice .bxslider > li {
    padding: 0;
    margin-bottom: 0;
}

.testimonials-slice .bxslider > li:before {
    display: none;
}

.testimonials-slice ul li .testimonial {
    text-align: center;
    position: relative;
    padding: 45px 0 45px;
}

.testimonials-slice ul li .testimonial img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testimonials-slice ul li .testimonial .testimonial-text {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}

.testimonials-slice ul li .testimonial .testimonial-text p {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 30px;
    padding-top: 55px;
}

.testimonials-slice ul li .testimonial .testimonial-text p.testimonial-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding-top: 0px;
}

.testimonials-slice .bx-wrapper .bx-pager {
    max-width: 1400px;
    bottom: 30px;
    left: 50%;
    text-align: center;
    padding-top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testimonials-slice .bx-wrapper .bx-pager.bx-default-pager a {
    background: #40338d;
}

.testimonials-slice .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}

@media (min-width:1200px) and (max-width: 1499px) {

    .testimonials-slice .bx-wrapper {
        min-height: 320px;
    }

    .testimonials-slice ul li .testimonial {
        padding: 40px 0 40px;
    }

    .testimonials-slice ul li .testimonial .testimonial-text {
        max-width: 900px;
    }

    .testimonials-slice ul li .testimonial .testimonial-text p {
        font-size: 28px;
        padding-top: 50px;
    }

    .testimonials-slice ul li .testimonial .testimonial-text p.testimonial-name {
        font-size: 19px;
    }

    .testimonials-slice .bx-wrapper .bx-pager {
        bottom: 28px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .testimonials-slice .bx-wrapper {
        min-height: 300px;
    }

    .testimonials-slice ul li .testimonial {
        padding: 35px 0 35px;
    }

    .testimonials-slice ul li .testimonial img {
        width: 41px;
        height: 27px;
    }

    .testimonials-slice ul li .testimonial .testimonial-text {
        max-width: 800px;
    }

    .testimonials-slice ul li .testimonial .testimonial-text p {
        font-size: 25px;
        padding-top: 40px;
    }

    .testimonials-slice ul li .testimonial .testimonial-text p.testimonial-name {
        font-size: 18px;
    }

    .testimonials-slice .bx-wrapper .bx-pager {
        bottom: 25px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .testimonials-slice .bx-wrapper {
        min-height: 260px;
    }

    .testimonials-slice ul li .testimonial {
        padding: 30px 0 30px;
    }

    .testimonials-slice ul li .testimonial img {
        width: 35px;
        height: 23px;
    }

    .testimonials-slice ul li .testimonial .testimonial-text {
        max-width: 600px;
    }

    .testimonials-slice ul li .testimonial .testimonial-text p {
        font-size: 22px;
        padding-top: 35px;
    }

    .testimonials-slice ul li .testimonial .testimonial-text p.testimonial-name {
        font-size: 17px;
    }

    .testimonials-slice .bx-wrapper .bx-pager {
        bottom: 20px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .testimonials-slice .bx-wrapper {
        min-height: 230px;
    }

    .testimonials-slice ul li .testimonial {
        padding: 25px 0 25px;
    }

    .testimonials-slice ul li .testimonial img {
        width: 35px;
        height: 23px;
    }

    .testimonials-slice ul li .testimonial .testimonial-text {
        max-width: 100%;
    }

    .testimonials-slice ul li .testimonial .testimonial-text p {
        font-size: 21px;
        padding-top: 30px;
    }

    .testimonials-slice ul li .testimonial .testimonial-text p.testimonial-name {
        font-size: 16px;
    }

    .testimonials-slice .bx-wrapper .bx-pager {
        bottom: 20px;
    }

}

@media (min-width: 0px) and (max-width: 479px) {

    .testimonials-slice .bx-wrapper {
        min-height: 270px;
    }

    .testimonials-slice ul li .testimonial {
        padding: 20px 0 20px;
    }

    .testimonials-slice ul li .testimonial img {
        width: 35px;
        height: 23px;
    }

    .testimonials-slice ul li .testimonial .testimonial-text {
        max-width: 100%;
    }

    .testimonials-slice ul li .testimonial .testimonial-text p {
        font-size: 20px;
        padding-top: 30px;
    }

    .testimonials-slice ul li .testimonial .testimonial-text p.testimonial-name {
        font-size: 15px;
    }

    .testimonials-slice .bx-wrapper .bx-pager {
        bottom: 15px;
    }
}



/*/////////////////////////////////////////////////
                 Auction Support    
/////////////////////////////////////////////////*/

.auction-support {
    background: #f9f9f9 url(/Assets/i/small-crackle-bright.png);
}

.auction-support h2 {
    font-size: 32px;
    text-align: center;
}

@media (min-width:1200px) and (max-width: 1499px) {

    .auction-support h2 {
        font-size: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .auction-support h2 {
        font-size: 28px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .auction-support h2 {
        font-size: 26px;
    }

}

@media (min-width: 480px) and (max-width: 767px) {

    .auction-support h2 {
        font-size: 24px;
    }

    .auction-support.overview-section .overview-grid .row > div {
        width: 100%;
        float: left;
    }

    .auction-support.overview-grid .row > div:nth-child(3n+1) {
        clear: none;
    }

    .auction-support.overview-section .overview-grid .row > div:nth-child(2n+1) {
        clear: none;
    }

    .auction-support.overview-section .overview-grid a.overview-item:link {
        margin-bottom: 12px;
        display: block;
        max-width: 400px;
        margin: 0 auto;
    }

}

@media (min-width: 0px) and (max-width: 479px) {

    .auction-support h2 {
        font-size: 22px;
    }
}



/*/////////////////////////////////////////////////
                 Overview Grid    
/////////////////////////////////////////////////*/

.overview-section .overview-grid {
    padding-top: 20px;
}

.overview-grid .row > div:nth-child(3n+1) {
    clear: left;
}

.overview-section .overview-grid a.overview-item:link {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    margin-bottom: 20px;

}

.overview-section .overview-grid a.overview-item:link p {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    padding: 25px;
    background: #e63132;
    position: relative;
    z-index: 6;
}

.overview-section .overview-grid a.overview-item:visited p {
    color: #fff;
}

.overview-section .overview-grid a.overview-item:hover p {
    color: #fff;
}

.overview-section .overview-grid a.overview-item:active p {
    color: #fff;
}

.overview-section .overview-grid a.overview-item:focus p {
    color: #fff;
}

.overview-section .overview-grid a.overview-item:link p:before {
    content: "";
    background: url('../Assets/i/colour-background(button).png') left center no-repeat;
    background-size: auto 223px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.overview-section .overview-grid a.overview-item p:after {
    content: "";
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

.overview-section .overview-grid a.overview-item:hover p:after {
    opacity: 1;
}

.overview-section .overview-grid a.overview-item:link p span {
    position: relative;
    z-index: 8;
}

@media (min-width:1200px) and (max-width: 1499px) {

    .overview-section .overview-grid {
        padding-top: 18px;
    }

    .overview-section .overview-grid a.overview-item:link {
        margin-bottom: 18px;
    }

    .overview-section .overview-grid a.overview-item:link p {
        font-size: 22px;
        padding: 20px;
    }

    .overview-section .overview-grid a.overview-item:link p:before {
        background-size: auto 190px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .overview-section .overview-grid {
        padding-top: 16px;
    }

    .overview-section .overview-grid a.overview-item:link {
        margin-bottom: 16px;
    }

    .overview-section .overview-grid a.overview-item:link p {
        font-size: 18px;
        padding: 15px;
    }

    .overview-section .overview-grid a.overview-item:link p:before {
        background-size: auto 150px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .overview-section .overview-grid {
        padding-top: 14px;
    }

    .overview-section .overview-grid a.overview-item:link {
        margin-bottom: 14px;
    }

    .overview-section .overview-grid a.overview-item:link p {
        font-size: 14px;
        padding: 10px;
    }

    .overview-section .overview-grid a.overview-item:link p:before {
        background-size: auto 110px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .overview-section .overview-grid {
        padding-top: 12px;
    }

    .overview-section .overview-grid .row > div {
        width: 50%;
        float: left;
    }

    .overview-grid .row > div:nth-child(3n+1) {
        clear: none;
    }

    .overview-section .overview-grid .row > div:nth-child(2n+1) {
        clear: left;
    }

    .overview-section .overview-grid a.overview-item:link {
        margin-bottom: 12px;
    }

    .overview-section .overview-grid a.overview-item:link p {
        font-size: 17px;
        padding: 13px;
    }

    .overview-section .overview-grid a.overview-item:link p:before {
        background-size: auto 160px;
    }
}

@media (min-width: 0px) and (max-width: 479px) {

    .overview-section .overview-grid {
        padding-top: 10px;
    }

    .overview-section .overview-grid a.overview-item:link {
        margin-bottom: 10px;
    }

    .overview-section .overview-grid a.overview-item:link p {
        font-size: 16px;
        padding: 11px;
    }

    .overview-section .overview-grid a.overview-item:link p:before {
        background-size: auto 170px;
    }

}



/*/////////////////////////////////////////////////
                    Side Box 
/////////////////////////////////////////////////*/

a.side-box:link {
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

a.side-box:link p {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    padding: 25px;
    background: #e63132;
    position: relative;
    z-index: 6;
}

a.side-box:visited p {
    color: #fff;
}

a.side-box:hover p {
    color: #fff;
}

a.side-box:active p {
    color: #fff;
}

a.side-box:focus p {
    color: #fff;
}

a.side-box:link p:before {
    content: "";
    background: url('../Assets/i/colour-background(button).png') left center no-repeat;
    background-size: auto 223px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

a.side-box p:after {
    content: "";
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

a.side-box:hover p:after {
    opacity: 1;
}

a.side-box:link p span {
    position: relative;
    z-index: 8;
}

@media (min-width:1200px) and (max-width: 1499px) {

    a.side-box:link p {
        font-size: 22px;
        padding: 20px;
    }

    a.side-box:link p:before {
        background-size: auto 190px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    a.side-box:link p {
        font-size: 18px;
        padding: 15px;
    }

    a.side-box:link p:before {
        background-size: auto 150px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    a.side-box:link p {
        font-size: 14px;
        padding: 10px;
    }

    a.side-box:link p:before {
        background-size: auto 110px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    a.side-box:link {
        display: block;
        max-width: 400px;
        margin: 5px auto 0;
    }

    a.side-box:link p {
        font-size: 17px;
        padding: 13px;
    }

    a.side-box:link p:before {
        background-size: auto 160px;
    }
}

@media (min-width: 0px) and (max-width: 479px) {

    a.side-box:link {
        margin-top: 5px;
    }
    
    a.side-box:link p {
        font-size: 16px;
        padding: 11px;
    }

    a.side-box:link p:before {
        background-size: auto 170px;
    }
}



/*/////////////////////////////////////////////////
                Upcoming Sales
/////////////////////////////////////////////////*/

.sales-grid {
    background: #f9f9f9 url(/Assets/i/small-crackle-bright.png);
}

.sales-grid h2 {
    text-align: center;
    font-size: 32px;
}

.sales-grid p.sales-sub-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px
}

.sales-grid .sales-item {
    background: #fff;
    padding: 30px 35px;
    min-height: 360px;
    position: relative;
    z-index: 6;
    overflow: hidden;
    padding-bottom: 175px;
    margin-bottom: 15px;
}

.sales-grid .sales-item:before {
    content: "";
    background: #e63132;
    background-size: cover;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sales-grid .sales-item:after {
    content: "";
    background: url('../Assets/i/colour-background(button).png') center center no-repeat;
    background-size: cover;
    width: 500px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sales-grid .sales-item p {
    font-size: 14px;
}

.sales-grid .sales-item p.sales-grid-date {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}

.sales-grid .sales-item p.sale-item-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
}

.sales-grid .sales-item .sale-content-bottom {
    position: absolute;
    bottom: 35px;
}

.sales-grid .sales-item .sale-content-bottom p {
    margin-bottom: 0;
}

.sales-grid .sales-item a.standard-btn:link {
    margin-top: 10px;
}

.sales-grid .sales-item p.grey-standard-btn {
    display: inline-block;
    padding: 15px 25px;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    outline: none;
    border: none;
    color: #fff;
    background: #e1e1e1;
    position: relative;
    z-index: 6;
    overflow: hidden;
}

.sales-grid .sales-item p.grey-standard-btn:before {
    content: "";
    background: url('../Assets/i/grey-background(button).png') left center no-repeat;
    background-size: auto 100px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media (min-width:1200px) and (max-width: 1499px) {

    .sales-grid h2 {
        font-size: 30px;
    }

    .sales-grid p.sales-sub-title {
        font-size: 19px;
        margin-bottom: 35px
    }

    .sales-grid .sales-item {
        padding: 25px 30px;
        min-height: 360px;
        padding-bottom: 160px;
        margin-bottom: 15px;
    }

    .sales-grid .sales-item:before {
        height: 10px;
    }

    .sales-grid .sales-item:after {
        width: 400px;
        height: 10px;
    }

    .sales-grid .sales-item p {
        font-size: 14px;
    }

    .sales-grid .sales-item p.sale-item-name {
        font-size: 19px;
        margin-bottom: 15px;
    }

    .sales-grid .sales-item .sale-content-bottom {
        bottom: 30px;
    }

    .sales-grid .sales-item a.standard-btn:link {
        margin-top: 10px;
    }

    .sales-grid .sales-item p.grey-standard-btn {
        padding: 14px 22px;
        margin-top: 10px;
        font-size: 14px;
    }

    .sales-grid .sales-item p.grey-standard-btn:before {
        background-size: auto 90px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .sales-grid h2 {
        font-size: 28px;
    }

    .sales-grid p.sales-sub-title {
        font-size: 18px;
        margin-bottom: 30px
    }

    .sales-grid .sales-item {
        padding: 20px 25px;
        min-height: 320px;
        padding-bottom: 150px;
        margin-bottom: 14px;
    }

    .sales-grid .sales-item:before {
        height: 9px;
    }

    .sales-grid .sales-item:after {
        width: 300px;
        height: 9px;
    }

    .sales-grid .sales-item p {
        font-size: 13px;
    }

    .sales-grid .sales-item p.sale-item-name {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .sales-grid .sales-item .sale-content-bottom {
        bottom: 25px;
    }

    .sales-grid .sales-item a.standard-btn:link {
        margin-top: 9px;
    }

    .sales-grid .sales-item p.grey-standard-btn {
        padding: 13px 20px;
        margin-top: 9px;
        font-size: 14px;
    }

    .sales-grid .sales-item p.grey-standard-btn:before {
        background-size: auto 85px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .sales-grid h2 {
        font-size: 26px;
    }

    .sales-grid p.sales-sub-title {
        font-size: 17px;
        margin-bottom: 25px
    }

    .sales-grid .sales-item {
        padding: 15px 20px;
        min-height: 310px;
        padding-bottom: 145px;
        margin: 0 auto 13px;
        max-width: 500px;
    }

    .sales-grid .sales-item:before {
        height: 8px;
    }

    .sales-grid .sales-item:after {
        width: 340px;
        height: 8px;
    }

    .sales-grid .sales-item p {
        font-size: 13px;
    }

    .sales-grid .sales-item p.sale-item-name {
        font-size: 17px;
        margin-bottom: 13px;
    }

    .sales-grid .sales-item .sale-content-bottom {
        bottom: 20px;
    }

    .sales-grid .sales-item a.standard-btn:link {
        margin-top: 9px;
    }

    .sales-grid .sales-item p.grey-standard-btn {
        padding: 12px 18px;
        margin-top: 9px;
        font-size: 13px;
    }

    .sales-grid .sales-item p.grey-standard-btn:before {
        background-size: auto 80px;
    }

}

@media (min-width: 480px) and (max-width: 767px) {

    .sales-grid h2 {
        font-size: 24px;
    }

    .sales-grid p.sales-sub-title {
        font-size: 16px;
        margin-bottom: 20px
    }

    .sales-grid .sales-item {
        padding: 10px 15px;
        min-height: 235px;
        padding-bottom: 130px;
        margin: 0 auto 12px;
        max-width: 500px;
    }

    .sales-grid .sales-item:before {
        height: 7px;
    }

    .sales-grid .sales-item:after {
        width: 480px;
        height: 7px;
    }

    .sales-grid .sales-item p {
        font-size: 12px;
    }

    .sales-grid .sales-item p.sale-item-name {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .sales-grid .sales-item .sale-content-bottom {
        bottom: 15px;
    }

    .sales-grid .sales-item a.standard-btn:link {
        margin-top: 8px;
    }

    .sales-grid .sales-item p.grey-standard-btn {
        padding: 11px 25px;
        margin-top: 8px;
        font-size: 13px;
    }

    .sales-grid .sales-item p.grey-standard-btn:before {
        background-size: auto 75px;
    }

}

@media (min-width: 0px) and (max-width: 479px) {

    .sales-grid h2 {
        font-size: 22px;
    }

    .sales-grid p.sales-sub-title {
        font-size: 16px;
        margin-bottom: 20px
    }

    .sales-grid .sales-item {
        padding: 10px 15px;
        min-height: 235px;
        padding-bottom: 130px;
        margin-bottom: 12px;
    }

    .sales-grid .sales-item:before {
        height: 7px;
    }

    .sales-grid .sales-item:after {
        width: 290px;
        height: 7px;
    }

    .sales-grid .sales-item p {
        font-size: 12px;
    }

    .sales-grid .sales-item p.sale-item-name {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .sales-grid .sales-item .sale-content-bottom {
        bottom: 15px;
    }

    .sales-grid .sales-item a.standard-btn:link {
        margin-top: 8px;
    }

    .sales-grid .sales-item p.grey-standard-btn {
        padding: 11px 25px;
        margin-top: 8px;
        font-size: 13px;
    }

    .sales-grid .sales-item p.grey-standard-btn:before {
        background-size: auto 75px;
    }


}



/*/////////////////////////////////////////////////
                   Staff Grid
/////////////////////////////////////////////////*/

.staff-grid {
    background: #f9f9f9 url(/Assets/i/small-crackle-bright.png);
}

.staff-grid h2 {
    font-size: 32px;
    text-align: center;
}

.staff-grid .staff-item {
    min-height: 300px;
    width: 100%;
    margin-bottom: 30px;
    padding: 25px 30px 25px 480px;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.staff-grid .staff-items {
    margin-top: 60px;
}

.staff-grid .staff-item .staff-item-img {
    height: 100%;
    width: 450px;
    position: absolute;
    top: 0;
    left: 0;
    background: url() center center no-repeat;
    background-size: cover;
    float: left;
    overflow: hidden;

}

.staff-grid .staff-item p.staff-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.staff-grid .staff-item p.job-role {
    font-family: 'Montserrat', sans-serif;
}

@media (min-width:1200px) and (max-width: 1499px) {

    .staff-grid h2 {
        font-size: 30px;
    }

    .staff-grid .staff-item {
        min-height: 270px;
        margin-bottom: 25px;
        padding: 20px 25px 20px 425px;
    }

    .staff-grid .staff-items {
        margin-top: 50px;
    }

    .staff-grid .staff-item .staff-item-img {
        width: 400px;
    }

    .staff-grid .staff-item p.staff-name {
        font-size: 19px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .staff-grid h2 {
        font-size: 28px;
    }

    .staff-grid .staff-item {
        min-height: 240px;
        margin-bottom: 20px;
        padding: 15px 20px 15px 370px;
    }

    .staff-grid .staff-items {
        margin-top: 40px;
    }

    .staff-grid .staff-item .staff-item-img {
        width: 350px;
    }

    .staff-grid .staff-item p.staff-name {
        font-size: 18px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .staff-grid h2 {
        font-size: 26px;
    }

    .staff-grid .staff-item {
        min-height: 230px;
        margin-bottom: 15px;
        padding: 12px 15px 12px 295px;
    }

    .staff-grid .staff-items {
        margin-top: 30px;
    }

    .staff-grid .staff-item .staff-item-img {
        width: 280px;
    }

    .staff-grid .staff-item p.staff-name {
        font-size: 17px;
    }

}

@media (min-width: 480px) and (max-width: 767px) {

    .staff-grid h2 {
        font-size: 24px;
    }

    .staff-grid .staff-item {
        min-height: 460px;
        padding: 270px 13px 10px 13px;
        max-width: 400px;
        margin: 0 auto 13px;
    }

    .staff-grid .staff-items {
        margin-top: 20px;
    }

    .staff-grid .staff-item .staff-item-img {
        height: 260px;
        width: 100%;
    }

    .staff-grid .staff-item p.staff-name {
        font-size: 16px;
    }
}

@media (min-width: 0px) and (max-width: 479px) {

    .staff-grid h2 {
        font-size: 22px;
    }

    .staff-grid .staff-item {
        min-height: 460px;
        margin-bottom: 13px;
        padding: 210px 13px 10px 13px;
    }

    .staff-grid .staff-items {
        margin-top: 20px;
    }

    .staff-grid .staff-item .staff-item-img {
        height: 200px;
        width: 100%;
    }

    .staff-grid .staff-item p.staff-name {
        font-size: 16px;
    }

}




/*/////////////////////////////////////////////////
              News & Media Overview     
/////////////////////////////////////////////////*/

.overview-section .media-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    text-decoration: none;
    border-right: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
}

.overview-section .media-item:before {
    content: "";
    background: #e63132;
    background-size: cover;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.overview-section .media-item:after {
    content: "";
    background: url('../Assets/i/colour-background(button).png') center center no-repeat;
    background-size: cover;
    width: 450px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.overview-section .media-item .media-overview-img {
    height: 300px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url() center center no-repeat;
    background-size: cover;
}

.overview-section a.media-item:link .media-overview-box-content, .overview-section .media-item .media-overview-box-content {
    padding: 330px 30px 25px;

}

.overview-section .media-item .media-overview-box-content p.media-box-title {
    font-weight: 700;
    font-size: 20px;
}

@media (min-width:1200px) and (max-width: 1499px) {

    .overview-section .media-item {
        margin-bottom: 18px;
    }

    .overview-section .media-item:before {
        height: 10px;
    }

    .overview-section .media-item:after {
        width: 400px;
        height: 10px;
    }

    .overview-section .media-item .media-overview-img {
        height: 242px;
    }

    .overview-section a.media-item:link .media-overview-box-content, .overview-section .media-item .media-overview-box-content {
        padding: 260px 28px 23px;
    }

    .overview-section .media-item .media-overview-box-content p.media-box-title {
        font-size: 19px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .overview-section .media-item {
        margin-bottom: 15px;
    }

    .overview-section .media-item:before {
        height: 9px;
    }

    .overview-section .media-item:after {
        width: 300px;
        height: 9px;
    }

    .overview-section .media-item .media-overview-img {
        height: 197px;
    }

    .overview-section a.media-item:link .media-overview-box-content, .overview-section .media-item .media-overview-box-content {
        padding: 212px 25px 20px;
    }

    .overview-section .media-item .media-overview-box-content p.media-box-title {
        font-size: 18px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .overview-section .media-item {
        margin-bottom: 13px;
    }

    .overview-section .media-item:before {
        height: 8px;
    }

    .overview-section .media-item:after {
        width: 230px;
        height: 8px;
    }

    .overview-section .media-item .media-overview-img {
        height: 148px;
    }

    .overview-section a.media-item:link .media-overview-box-content, .overview-section .media-item .media-overview-box-content {
        padding: 160px 15px 17px;
    }

    .overview-section .media-item .media-overview-box-content p.media-box-title {
        font-size: 17px;
    }

}

@media (min-width: 480px) and (max-width: 767px) {

    .overview-section .overview-grid.media-grid .row > div {
        width: 100%;
        float: none;
    }

    .overview-section .overview-grid.media-grid .row > div:nth-child(2n+1) {
        clear: none;
    }

    .overview-section .media-item {
        margin-bottom: 10px;
        position: relative;
        border-top: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1;
        border-left: none;
        min-height: 160px;
    }

    .overview-section .media-item:before {
        height: 7px;
    }

    .overview-section .media-item:after {
        width: 680px;
        height: 7px; 
    }

    .overview-section .media-item .media-overview-img {
        width: 210px;
        height: 100%;
    }

    .overview-section a.media-item:link .media-overview-box-content, .overview-section .media-item .media-overview-box-content {
        padding: 10px 10px 15px 230px;
        float: left;
        display: inline-block;
    }

    .overview-section .media-item .media-overview-box-content p.media-box-title {
        font-size: 16px;
    }
}

@media (min-width: 0px) and (max-width: 479px) {

    .overview-section .media-item {
        margin-bottom: 10px;
    }

    .overview-section .media-item:before {
        height: 7px;
    }

    .overview-section .media-item:after {
        width: 290px;
        height: 7px;
    }

    .overview-section .media-item .media-overview-img {
        height: 240px;
    }

    .overview-section a.media-item:link .media-overview-box-content, .overview-section .media-item .media-overview-box-content {
        padding: 250px 15px 15px;
    }

    .overview-section .media-item .media-overview-box-content p.media-box-title {
        font-size: 16px;
    }
}



/*/////////////////////////////////////////////////
                  News Overview     
/////////////////////////////////////////////////*/

.news-overview-links{
    text-align: center;
}

.news-overview-links p {
    display: inline-block;
    padding: 10px 30px;
    background-color: #ccc;
    color: #fff;
    background-color: #d32f50;
    text-transform: uppercase;
    min-width: 125px;
}

.news-overview-links a:link {
    display: inline-block;
    padding: 10px 30px;
    background-color: #f1f1f1;
    color: #434343;
    font-size: 16px;
    margin-left: 30px;
    text-transform: uppercase;
    min-width: 125px;
    text-decoration: none;
}

.news-overview-links a:visited {
    background-color: #f1f1f1;
    color: #434343;
}

.news-overview-links a:hover {
    background-color: #c1c1c1;
    color: #434343;
}

.news-overview-links a:active {
    background-color: #c1c1c1;
    color: #434343;
}

.news-overview-links a:focus {
    background-color: #c1c1c1;
    color: #434343;
}

a.news-item:link{
    display: inline-block;
    border-top: 1px solid #f1f1f1;
    padding: 30px 0;
    width: 100%;
}

a.news-item:visited {
    border-top: 1px solid #f1f1f1;
}

a.news-item:hover {
    border-top: 1px solid #f1f1f1;
}

a.news-item:active {
    border-top: 1px solid #f1f1f1;
}

a.news-item:focus {
    border-top: 1px solid #f1f1f1;
}

a.news-item:link p.news-item-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    color: #434343;
}

a.news-item:visited p.news-item-title {
    color: #434343;
}

a.news-item:hover p.news-item-title {
    color: #d32f50;
}

a.news-item:active p.news-item-title {
    color: #d32f50;
}

a.news-item:focus p.news-item-title {
    color: #d32f50;
}

a.news-item:link p.news-item-date {
    font-size: 14px;
}

p.news-item-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    padding: 8px 10px;
    background-color: #ccc;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}

@media (min-width:1200px) and (max-width: 1499px) {

    .news-overview-links p {
        padding: 9px 27px;
        font-size: 15px;
        min-width: 115px;
    }

    .news-overview-links a:link {
        padding: 9px 27px;
        font-size: 15px;
        margin-left: 27px;
        min-width: 115px;
    }

    a.news-item:link {
        padding: 27px 0;
    }

    a.news-item:link p.news-item-title {
        font-size: 19px;
    }

    a.news-item:link p.news-item-date {
        font-size: 14px;
    }

    p.news-item-tag {
        font-size: 10px;
        padding: 8px 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .news-overview-links p {
        padding: 8px 25px;
        font-size: 15px;
        min-width: 100px;
    }

    .news-overview-links a:link {
        padding: 8px 25px;
        font-size: 15px;
        margin-left: 25px;
        min-width: 100px;
    }

    a.news-item:link {
        padding: 25px 0;
    }

    a.news-item:link p.news-item-title {
        font-size: 18px;
    }

    a.news-item:link p.news-item-date {
        font-size: 13px;
    }

    p.news-item-tag {
        font-size: 9px;
        padding: 7px 9px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .news-overview-links p {
        padding: 7px 22px;
        font-size: 14px;
        min-width: 90px;
    }

    .news-overview-links a:link {
        padding: 7px 22px;
        font-size: 14px;
        margin-left: 22px;
        min-width: 90px;
    }

    a.news-item:link {
        padding: 20px 0;
    }

    a.news-item:link p.news-item-title {
        font-size: 17px;
    }

    a.news-item:link p.news-item-date {
        font-size: 12px;
    }

    p.news-item-tag {
        font-size: 9px;
        padding: 7px 9px;
    }

}

@media (min-width: 480px) and (max-width: 767px) {

    .news-overview-links p {
        padding: 6px 20px;
        font-size: 13px;
        min-width: 80px;
        margin-bottom: 0;
    }

    .news-overview-links a:link {
        padding: 6px 20px;
        font-size: 13px;
        margin-left: 20px;
        min-width: 80px;
    }

    a.news-item:link {
        padding: 20px 0 5px;
        margin: 0 auto;
        max-width: 500px;
        display: block;
    }

    a.news-item:link:first-child {
        border-top: none;
        padding-top: 0;
    }

    a.news-item:link img {
        width: 500px;
    }

    a.news-item:link .news-item-content {
        margin-top: 10px;
    }

    a.news-item:link p.news-item-title {
        font-size: 15px;
    }

    a.news-item:link p.news-item-date {
        font-size: 11px;
    }

    p.news-item-tag {
        font-size: 8px;
        padding: 6px 8px;
    }

}

@media (min-width: 0px) and (max-width: 479px) {

    .news-overview-links p {
        padding: 5px 17px;
        font-size: 12px;
        min-width: 65px;
        margin-bottom: 0;
    }

    .news-overview-links a:link {
        padding: 5px 17px;
        font-size: 12px;
        margin-left: 15px;
        min-width: 65px;
    }

    a.news-item:link {
        padding: 20px 0 5px;
    }

    a.news-item:link:first-child {
        border-top: none;
        padding-top: 0;
    }

    a.news-item:link .news-item-content {
        margin-top: 10px;
    }

    a.news-item:link p.news-item-title {
        font-size: 15px;
    }

    a.news-item:link p.news-item-date {
        font-size: 11px;
    }

    p.news-item-tag {
        font-size: 8px;
        padding: 6px 8px;
    }

}



/*/////////////////////////////////////////////////
                   News Page  
/////////////////////////////////////////////////*/

p.news-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

p.news-page-date {
    font-size: 14px;
}

.fb_iframe_widget {
display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

@media (min-width:1200px) and (max-width: 1499px) {

    p.news-title {
        font-size: 19px;
        margin-bottom: 5px;
    }

    p.news-page-date {
        font-size: 14px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    p.news-title {
        font-size: 18px;
        margin-bottom: 4px;
    }

    p.news-page-date {
        font-size: 13px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    p.news-title {
        font-size: 17px;
        margin-bottom: 4px;
    }

    p.news-page-date {
        font-size: 13px;
    }

    .fb_iframe_widget {
        margin-left: 8px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    p.news-title {
        font-size: 16px;
        margin-bottom: 0px;
    }

    p.news-page-date {
        font-size: 12px;
    }

    .fb_iframe_widget {
        margin-left: 5px;
    }

}

@media (min-width: 0px) and (max-width: 479px) {

    p.news-title {
        font-size: 16px;
        margin-bottom: 0px;
    }

    p.news-page-date {
        font-size: 12px;
    }

    .fb_iframe_widget {
        margin-left: 5px;
    }
}



/*/////////////////////////////////////////////////
                  Video Page  
/////////////////////////////////////////////////*/

.video-item iframe{
    height: 280px;
    border: none;
}

.video-section.overview-section .media-item .media-overview-box-content {
    padding-top: 30px;
}

@media (min-width:1200px) and (max-width: 1499px) {

    .video-item iframe {
        height: 240px;
    }

    .video-section.overview-section .media-item .media-overview-box-content {
        padding-top: 26px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .video-item iframe {
        height: 200px;
    }

    .video-section.overview-section .media-item .media-overview-box-content {
        padding-top: 22px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .video-item iframe {
        height: 160px;
    }

    .video-section.overview-section .media-item .media-overview-box-content {
        padding-top: 18px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .video-item iframe {
        height: 100%;
        width: 215px;
        position: absolute;
        top: 0;
        left: 0;
        background: url() center center no-repeat;
        background-size: cover;
    }

    .video-section.overview-section .media-item .media-overview-box-content {
        padding: 15px 10px 15px 230px;
    }
}

@media (min-width: 0px) and (max-width: 479px) {

    .video-item iframe {
        height: 210px;
    }
}


/*/////////////////////////////////////////////////
                Testimonial Page  
/////////////////////////////////////////////////*/

.testimonial-item {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.testimonial-item:last-child {
    border-bottom: none;
}

.testimonial-item .testimonial-name{
    font-weight: 700;
}

.testimonial-item img {
    margin-bottom: 20px;
}

@media (min-width:1200px) and (max-width: 1499px) {

    .testimonial-item {
        margin-bottom: 26px;
        padding-bottom: 9px;
    }

    .testimonial-item img {
        margin-bottom: 18px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .testimonial-item {
        margin-bottom: 22px;
        padding-bottom: 8px;
    }

    .testimonial-item img {
        margin-bottom: 16px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .testimonial-item {
        margin-bottom: 18px;
        padding-bottom: 7px;
    }

    .testimonial-item img {
        margin-bottom: 14px;
    }

}

@media (min-width: 480px) and (max-width: 767px) {

    .testimonial-item {
        margin-bottom: 14px;
        padding-bottom: 6px;
    }

    .testimonial-item img {
        margin-bottom: 12px;
    }

}

@media (min-width: 0px) and (max-width: 479px) {

    .testimonial-item {
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

    .testimonial-item img {
        margin-bottom: 10px;
    }

}



/*/////////////////////////////////////////////////
                    Accordion
/////////////////////////////////////////////////*/

.accordion {
    border: solid 1px #eee;
    padding: 0px 25px;
    background-color: #fafafa;
    margin-bottom: 20px;
    margin-top: 35px;
}

.accordion-title {
    position: relative;
    cursor: pointer;
}

.accordion-title h3 {
    margin: 0;
    padding: 25px 50px 25px 0px;
}

.accordion-title:before {
    position: absolute;
    top: 20px;
    right: 10px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 33px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.accordion-title.active:before {
    content: "\f106 ";
}

.accordion-title p {
    color: #CF2533;
    font-weight: 700;
}

.accordion-content {
    display: none;
}

@media (min-width:1200px) and (max-width: 1499px) {

    .accordion {
        padding: 0px 22px;
        margin-bottom: 18px;
        margin-top: 30px;
    }

    .accordion-title h3 {
        padding: 22px 45px 22px 0px;
    }

    .accordion-title:before {
        top: 18px;
        right: 10px;
        font-size: 30px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .accordion {
        padding: 0px 20px;
        margin-bottom: 15px;
        margin-top: 25px;
    }

    .accordion-title h3 {
        padding: 20px 40px 20px 0px;
    }

    .accordion-title:before {
        top: 16px;
        right: 10px;
        font-size: 27px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .accordion {
        padding: 0px 18px;
        margin-bottom: 12px;
        margin-top: 20px;
    }

    .accordion-title h3 {
        padding: 18px 35px 18px 0px;
    }

    .accordion-title:before {
        top: 16px;
        right: 8px;
        font-size: 25px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .accordion {
        padding: 0px 15px;
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .accordion-title h3 {
        padding: 15px 30px 15px 0px;
    }

    .accordion-title:before {
        top: 14px;
        right: 7px;
        font-size: 20px;
    }
}

@media (min-width: 0px) and (max-width: 479px) {

    .accordion {
        padding: 0px 15px;
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .accordion-title h3 {
        padding: 15px 30px 15px 0px;
    }

    .accordion-title:before {
        top: 14px;
        right: 7px;
        font-size: 20px;
    }
}



/*/////////////////////////////////////////////////
                 Newsletter Styles
/////////////////////////////////////////////////*/

.mailchimp-form ul li:before {
    display: none;
}

#mc_embed_signup form {
    padding: 0;
}

#mc_embed_signup .mc-field-group label {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

#mc_embed_signup .mc-field-group #mce-EMAIL, #mc_embed_signup .mc-field-group #mce-FNAME, #mc_embed_signup .mc-field-group #mce-LNAME, #mc_embed_signup .mc-field-group #mce-MMERGE10,
#mc_embed_signup .mc-field-group #mce-MMERGE8-addr1, #mc_embed_signup .mc-field-group #mce-MMERGE8-addr2, #mc_embed_signup .mc-field-group #mce-MMERGE8-city, #mc_embed_signup .mc-field-group #mce-MMERGE8-state,
#mc_embed_signup .mc-field-group #mce-MMERGE8-zip {
    border: solid 1px #eee;
    border-radius: 2px;
    -webkit-appearance: none;
    padding: 14px 10px;
    font-size: 16px;
}

#mc_embed_signup .mc-field-group select {
    border: solid 1px #eee;
    border-radius: 2px;
    padding: 14px 10px;
    font-size: 16px;
}

#mc_embed_signup .mc-field-group #mce-MMERGE9-month, #mc_embed_signup .mc-field-group #mce-MMERGE9-day {
    border: solid 1px #eee;
    border-radius: 2px;
    -webkit-appearance: none;
    padding: 14px 10px;
    font-size: 16px;
    width: 60px;
}

#mc_embed_signup .mc-field-group.input-group label {
    margin-left: 10px;
}

#mc_embed_signup .button {
    background: #d32f50;
    position: relative;
}

#mc_embed_signup .button:hover {
    background-color: #a8102f;
}

#mc_embed_signup .asterisk{
    color: #d32f50;
}

#mc_embed_signup div.mce_inline_error {
    background-color: #d54b49;
}

@media (min-width:1200px) and (max-width: 1499px) {

    #mc_embed_signup .mc-field-group label {
        font-size: 16px;
    }

    #mc_embed_signup .mc-field-group #mce-EMAIL, #mc_embed_signup .mc-field-group #mce-FNAME, #mc_embed_signup .mc-field-group #mce-LNAME, #mc_embed_signup .mc-field-group #mce-MMERGE10,
    #mc_embed_signup .mc-field-group #mce-MMERGE8-addr1, #mc_embed_signup .mc-field-group #mce-MMERGE8-addr2, #mc_embed_signup .mc-field-group #mce-MMERGE8-city, #mc_embed_signup .mc-field-group #mce-MMERGE8-state,
    #mc_embed_signup .mc-field-group #mce-MMERGE8-zip {
        padding: 10px;
        font-size: 16px;
    }

    #mc_embed_signup .mc-field-group select {
        padding: 10px;
        font-size: 16px;
    }

    #mc_embed_signup .mc-field-group #mce-MMERGE9-month, #mc_embed_signup .mc-field-group #mce-MMERGE9-day {
        padding: 10px;
        font-size: 16px;
        width: 60px;
    }

    #mc_embed_signup .mc-field-group.input-group label {
        margin-left: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {


    #mc_embed_signup .mc-field-group label {
        font-size: 16px;
    }

    #mc_embed_signup .mc-field-group #mce-EMAIL, #mc_embed_signup .mc-field-group #mce-FNAME, #mc_embed_signup .mc-field-group #mce-LNAME, #mc_embed_signup .mc-field-group #mce-MMERGE10,
    #mc_embed_signup .mc-field-group #mce-MMERGE8-addr1, #mc_embed_signup .mc-field-group #mce-MMERGE8-addr2, #mc_embed_signup .mc-field-group #mce-MMERGE8-city, #mc_embed_signup .mc-field-group #mce-MMERGE8-state,
    #mc_embed_signup .mc-field-group #mce-MMERGE8-zip {
        padding: 9px;
        font-size: 16px;
    }

    #mc_embed_signup .mc-field-group select {
        padding: 9px;
        font-size: 16px;
    }

    #mc_embed_signup .mc-field-group #mce-MMERGE9-month, #mc_embed_signup .mc-field-group #mce-MMERGE9-day {
        padding: 9px;
        font-size: 16px;
        width: 60px;
    }

    #mc_embed_signup .mc-field-group.input-group label {
        margin-left: 10px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    #mc_embed_signup .mc-field-group label {
        font-size: 15px;
    }

    #mc_embed_signup .mc-field-group #mce-EMAIL, #mc_embed_signup .mc-field-group #mce-FNAME, #mc_embed_signup .mc-field-group #mce-LNAME, #mc_embed_signup .mc-field-group #mce-MMERGE10,
    #mc_embed_signup .mc-field-group #mce-MMERGE8-addr1, #mc_embed_signup .mc-field-group #mce-MMERGE8-addr2, #mc_embed_signup .mc-field-group #mce-MMERGE8-city, #mc_embed_signup .mc-field-group #mce-MMERGE8-state,
    #mc_embed_signup .mc-field-group #mce-MMERGE8-zip {
        padding: 8px;
        font-size: 15px;
    }

    #mc_embed_signup .mc-field-group select {
        padding: 8px;
        font-size: 15px;
    }

    #mc_embed_signup .mc-field-group #mce-MMERGE9-month, #mc_embed_signup .mc-field-group #mce-MMERGE9-day {
        padding: 8px;
        font-size: 15px;
        width: 60px;
    }

    #mc_embed_signup .mc-field-group.input-group label {
        margin-left: 10px;
    }

}

@media (min-width: 480px) and (max-width: 767px) {

    #mc_embed_signup .mc-field-group label {
        font-size: 14px;
    }

    #mc_embed_signup .mc-field-group #mce-EMAIL, #mc_embed_signup .mc-field-group #mce-FNAME, #mc_embed_signup .mc-field-group #mce-LNAME, #mc_embed_signup .mc-field-group #mce-MMERGE10,
    #mc_embed_signup .mc-field-group #mce-MMERGE8-addr1, #mc_embed_signup .mc-field-group #mce-MMERGE8-addr2, #mc_embed_signup .mc-field-group #mce-MMERGE8-city, #mc_embed_signup .mc-field-group #mce-MMERGE8-state,
    #mc_embed_signup .mc-field-group #mce-MMERGE8-zip {
        padding: 7px;
        font-size: 14px;
    }

    #mc_embed_signup .mc-field-group select {
        padding: 7px;
        font-size: 14px;
    }

    #mc_embed_signup .mc-field-group #mce-MMERGE9-month, #mc_embed_signup .mc-field-group #mce-MMERGE9-day {
        padding: 7px;
        font-size: 14px;
        width: 50px;
    }

    #mc_embed_signup .mc-field-group.input-group label {
        margin-left: 10px;
    }

}

@media (min-width: 0px) and (max-width: 479px) {

    #mc_embed_signup .mc-field-group label {
        font-size: 14px;
    }

    #mc_embed_signup .mc-field-group #mce-EMAIL, #mc_embed_signup .mc-field-group #mce-FNAME, #mc_embed_signup .mc-field-group #mce-LNAME, #mc_embed_signup .mc-field-group #mce-MMERGE10,
    #mc_embed_signup .mc-field-group #mce-MMERGE8-addr1, #mc_embed_signup .mc-field-group #mce-MMERGE8-addr2, #mc_embed_signup .mc-field-group #mce-MMERGE8-city, #mc_embed_signup .mc-field-group #mce-MMERGE8-state,
    #mc_embed_signup .mc-field-group #mce-MMERGE8-zip {
        padding: 7px;
        font-size: 14px;
    }

    #mc_embed_signup .mc-field-group select {
        padding: 7px;
        font-size: 14px;
    }

    #mc_embed_signup .mc-field-group #mce-MMERGE9-month, #mc_embed_signup .mc-field-group #mce-MMERGE9-day {
        padding: 7px;
        font-size: 14px;
        width: 50px;
    }

    #mc_embed_signup .mc-field-group.input-group label {
        margin-left: 10px;
    }
}



/*/////////////////////////////////////////////////
                   Press Page
/////////////////////////////////////////////////*/

.press-item {
    margin-bottom: 20px;
}

.press-item p.outlet-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 10px 15px;
    color: #fff;
    background: #e63132;
    position: relative;
    z-index: 6;
    margin-bottom: 10px;
}

.press-item p.outlet-name:before {
    content: "";
    background: url('../Assets/i/colour-background(button).png') center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.press-item a:link {
    color: #434343;
    text-decoration: none;
}

.press-item a:visited {
    color: #434343;
    text-decoration: none;
}

.press-item a:hover {
    color: #d32f50;
}

.press-item a:active {
    color: #d32f50;
}

.press-item a:focus {
    color: #d32f50;
}

.press-item p.press-date {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

@media (min-width:1200px) and (max-width: 1499px) {

    .press-item {
        margin-bottom: 18px;
    }

    .press-item p.outlet-name {
        padding: 9px 14px;
        margin-bottom: 9px;
    }

    .press-item p.press-date {
        font-size: 12px;
        margin-bottom: 9px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .press-item {
        margin-bottom: 16px;
    }

    .press-item p.outlet-name {
        padding: 8px 13px;
        margin-bottom: 8px;
    }

    .press-item p.press-date {
        font-size: 11px;
        margin-bottom: 8px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .press-item {
        margin-bottom: 14px;
    }

    .press-item p.outlet-name {
        padding: 7px 12px;
        margin-bottom: 7px;
    }

    .press-item p.press-date {
        font-size: 11px;
        margin-bottom: 7px;
    }

}

@media (min-width: 480px) and (max-width: 767px) {

    .press-item {
        margin-bottom: 12px;
    }

    .press-item p.outlet-name {
        padding: 6px 8px;
        margin-bottom: 6px;
    }

    .press-item p.press-date {
        font-size: 11px;
        margin-bottom: 6px;
    }
}

@media (min-width: 0px) and (max-width: 479px) {

    .press-item {
        margin-bottom: 12px;
    }

    .press-item p.outlet-name {
        padding: 6px 8px;
        margin-bottom: 6px;
    }

    .press-item p.press-date {
        font-size: 11px;
        margin-bottom: 6px;
    }

}



/*/////////////////////////////////////////////////
                 Contact Page
/////////////////////////////////////////////////*/

.contact-side-box {
    position: relative;
    padding: 25px 20px 20px;
    margin-bottom: 20px;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}

.contact-side-box:before {
    content: "";
    background: #e63132;
    background-size: cover;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.contact-side-box:after {
    content: "";
    background: url('../Assets/i/colour-background(button).png') center center no-repeat;
    background-size: cover;
    width: 450px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.contact-side-box .contact-details {
    border-bottom: 1px solid #f1f1f1;
}

.contact-side-box .contact-details p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.contact-side-box .contact-details p a:link {
    word-break: break-word;
}

.contact-side-box .contact-details p a:link {
    text-decoration: none;
}

.contact-side-box .contact-details p.contact-telephone {
    margin-bottom: 5px;
}

.contact-side-box .contact-details p.contact-address {
    font-size: 20px;
    font-weight: 700;
}

.contact-side-box .contact-info {
    margin-top: 20px;
}

.contact-side-box .contact-info p {
    font-size: 14px;
}

.contact-map {
    background: #f9f9f9 url(/Assets/i/small-crackle-bright.png);
    text-align: center;
}

.contact-map h2{
    font-size: 32px;
    text-align: center;
}

.contact-map a:link {
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
}

.map {
    margin-top: 40px;
    height: 800px;
    width: 100%;
}

@media (min-width:1200px) and (max-width: 1499px) {

    .contact-side-box {
        padding: 22px 17px 17px;
        margin-bottom: 17px;
    }

    .contact-side-box:before {
        height: 10px;
    }

    .contact-side-box:after {
        width: 400px;
        height: 10px;
    }

    .contact-side-box .contact-details p.contact-telephone {
        margin-bottom: 5px;
    }

    .contact-side-box .contact-details p.contact-address {
        font-size: 19px;
    }

    .contact-side-box .contact-info {
        margin-top: 18px;
    }

    .contact-side-box .contact-info p {
        font-size: 14px;
    }

    .contact-map h2{
        font-size: 30px;
    }

    .contact-map a:link {
        font-size: 15px;
    }

    .map {
        margin-top: 35px;
        height: 700px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .contact-side-box {
        padding: 20px 15px 15px;
        margin-bottom: 15px;
    }

    .contact-side-box:before {
        height: 9px;
    }

    .contact-side-box:after {
        width: 300px;
        height: 9px;
    }

    .contact-side-box .contact-details p.contact-telephone {
        margin-bottom:4px;
    }

    .contact-side-box .contact-details p.contact-address {
        font-size: 18px;
    }

    .contact-side-box .contact-info {
        margin-top: 16px;
    }

    .contact-side-box .contact-info p {
        font-size: 14px;
    }

    .contact-map h2{
        font-size: 28px;
    }

    .contact-map a:link {
        font-size: 14px;
    }

    .map {
        margin-top: 30px;
        height: 550px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .contact-side-box {
        padding: 17px 12px 12px;
        margin-bottom: 12px;
        margin-top: 20px;
    }

    .contact-side-box:before {
        height: 8px;
    }

    .contact-side-box:after {
        width: 230px;
        height: 8px;
    }

    .contact-side-box .contact-details p.contact-telephone {
        margin-bottom: 4px;
    }

    .contact-side-box .contact-details p.contact-address {
        font-size: 17px;
    }

    .contact-side-box .contact-info {
        margin-top: 14px;
    } 

    .contact-side-box .contact-info p {
        font-size: 13px;
    }

    .contact-map h2{
        font-size: 26px;
    }

    .contact-map a:link {
        font-size: 13px;
    }

    .map {
        margin-top: 25px;
        height: 450px;
    }


}

@media (min-width: 480px) and (max-width: 767px) {

    .contact-side-box {
        margin-top: 20px;
        padding: 12px 10px 10px;
        margin-bottom: 10px;
    }

    .contact-side-box:before {
        height: 7px;
    } 

    .contact-side-box:after {
        width: 400px;
        height: 7px;
    }

    .contact-side-box .contact-details p.contact-telephone {
        margin-bottom: 4px;
    }

    .contact-side-box .contact-details p.contact-address {
        font-size: 16px;
    }

    .contact-side-box .contact-info {
        margin-top: 12px;
    }

    .contact-side-box .contact-info p {
        font-size: 13px;
    }

    .contact-map h2{
        font-size: 24px;
    }

    .contact-map a:link {
        font-size: 13px;
    }

    .map {
        margin-top: 20px;
        height: 400px;
    }

}

@media (min-width: 0px) and (max-width: 479px) {

    .contact-side-box {
        margin-top: 20px;
        padding: 12px 10px 10px;
        margin-bottom: 10px;
    }

    .contact-side-box:before {
        height: 7px;
    } 

    .contact-side-box:after {
        width: 300px;
        height: 7px;
    }

    .contact-side-box .contact-details p.contact-telephone {
        margin-bottom: 4px;
    }

    .contact-side-box .contact-details p.contact-address {
        font-size: 16px;
    }

    .contact-side-box .contact-info {
        margin-top: 12px;
    }

    .contact-side-box .contact-info p {
        font-size: 13px;
    }

    .contact-map h2{
        font-size: 22px;
    }

    .contact-map a:link {
        font-size: 13px;
    }

    .map {
        margin-top: 20px;
        height: 300px;
    }

}



/*/////////////////////////////////////////////////
                Contact Form Styles
/////////////////////////////////////////////////*/

.form-section {
    margin-top: 30px;
}

.cf-label 
{
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
}

.cf-input 
{
    display: block;
    width: 100%;
    border: solid 1px #eee;
    border-radius: 2px;
    -webkit-appearance: none;
    padding: 14px 10px;
    font-size: 16px;
}

.cf-input:focus 
{
    border: solid 1px #eee;
    border-radius: 2px;
    -webkit-appearance: none;
    outline: none;
}

.cf-large-input 
{
    display: block;
    width: 100%;
    border: solid 1px #eee;
    border-radius: 2px;
    -webkit-appearance: none;
    padding: 10px;
    font-size: 16px;
    resize: none;
    height: 265px;
}

.cf-large-input:focus 
{
    border: solid 1px #eee;
    border-radius: 2px;
    -webkit-appearance: none;
    outline: none;
}

.cf-radio-buttons 
{
    display: inline-block;
}

.cf-radio-button 
{
    float:left;
    margin-right: 10px;
    overflow: hidden;
    min-width:180px;
}

.cf-radio-button input 
{
    margin-right: 10px;
    margin-top: 4px;
    float: left;
}

.cf-radio-button label 
{
    font-weight: 400;
    font-size: 16px;
    display: block;
}

.cf-ddl 
{
    position: relative;
}

.cf-ddl:before 
{
    position: absolute;
    top: 10px;
    right: 15px;
    content: "\f0d7";
    color: #d2d2d2;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 35px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    pointer-events: none;
}

.cf-ddl select {
    display: block;
    width: 100%;
    border: solid 1px #eee;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 14px 10px;
    font-size: 16px;
    outline: none;
}

.cf-ddl select::-ms-expand {
    display: none;
}  

.cf-upload
{
    margin: 0 0 10px;
}

.filenum-error, .filetype-error, .filesize-error
{
    display: none; 
    color: #fff;
    background-color: #d54b49;
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 700;
    margin: 5px 0 10px;
    width: 100%;
}

.filenum-error.fne-show, .filetype-error.fte-show, .filesize-error.fse-show
{
    display: block;
}

.cf-button {
    display: inline-block;
    padding: 15px 40px 15px 25px;
    margin-top: 20px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    outline: none;
    border: none;
    color: #fff;
    background: #e63132;
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
    position: relative;
    z-index: 6;
    overflow: hidden;
    text-decoration: none
}

.cf-button:before {
    content: "";
    background: url('../Assets/i/colour-background(button).png') left center no-repeat;
    background-size: auto 100px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.cf-button:after {
    position: absolute;
    top: 17px;
    right: 22px;
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: right 200ms ease-in-out;
    -moz-transition: right 200ms ease-in-out;
    -o-transition: right 200ms ease-in-out;
    transition: right 200ms ease-in-out;
}

.cf-button:hover:after {
    right: 17px;
}

.confirmation-tick-box {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
    position: relative;
}

.confirmation-tick-box input {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 8px;
}

.confirmation-tick-box label {
    margin-top: 4px;
    padding-left: 25px;
}

span.field-validation-error {
    color: #fff;
    background-color: #d54b49;
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 700;
    display: block;
    clear: left;
    float: left;
    margin: 5px 0 10px;
    width: 100%;
}

.input-validation-error {
    background: #fbdada;
}

p.rc-fail {
    margin-top: 15px;
    margin-bottom: -15px;
    font-weight: 700;
    color: red;
}

.g-recaptcha > div > div {
    margin: 30px auto 45px;
}

#thanks {
    text-align: center;
}

#thanks img.thanks-tick {
    max-width: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.thanks-booking {
    padding-bottom: 40px
}

h2.valuation-info-title{
    margin-bottom: 0;
}

.collectable-information-section p{
    margin-bottom: 8px;
}

p.tips-heading{
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.page-content .valuations-form h2:first-child {
        margin: 25px 0 20px;
}

@media (min-width:1200px) and (max-width: 1499px) {

    .cf-label 
    {
        font-size: 16px;
        margin-top: 18px;
        margin-bottom: 10px;
    }

    .cf-input 
    {
        padding: 10px;
        font-size: 16px;
    }

    .cf-large-input 
    {
        padding: 10px;
        font-size: 16px;
        height: 245px;
    }

    .cf-radio-button 
    {
        margin-right: 10px;
        min-width: 180px;
    }

    .cf-radio-button input 
    {
        margin-right: 10px;
        margin-top: 4px;
    }

    .cf-radio-button label 
    {
        font-size: 16px;
    }

    .cf-ddl:before 
    {
        top: 6px;
        right: 15px;
        font-size: 30px;
    }

    .cf-ddl select 
    {
        padding: 10px;
        font-size: 16px;
    }

    .cf-upload
    {
        margin: 0 0 10px;
    }

    .filenum-error, .filetype-error, .filesize-error
    {
        padding: 6px 8px;
        font-size: 14px;
        margin: 5px 0 10px;
    }

    .cf-button {
        padding: 14px 37px 14px 22px;
        margin-top: 18px;
        font-size: 14px;
    }

    .cf-button:before {
        background-size: auto 90px;
    }

    .cf-button:after {
        top: 16px;
        right: 21px;
        font-size: 9px;
    }

    .cf-button:hover:after {
        top: 16px;
        right: 16px;
        font-size: 9px;
    }

    .confirmation-tick-box {
        margin-top: 28px;
    }

    .confirmation-tick-box input {
        margin-top: 8px;
    }

    .confirmation-tick-box label {
        margin-top: 4px;
        padding-left: 25px;
    }

    span.field-validation-error {
        padding: 6px 8px;
        font-size: 14px;
        margin: 5px 0 10px;
    }

    #thanks img.thanks-tick {
        max-width: 140px;
        margin-top: 18px;
        margin-bottom: 18px;
    }

    .collectable-information-section p{
        margin-bottom: 8px;
    }

    p.tips-heading{
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .page-content .valuations-form h2:first-child {
        margin: 20px 0 15px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .cf-label 
    {
        font-size: 16px;
        margin-top: 16px;
        margin-bottom: 9px;
    }

    .cf-input 
    {
        padding: 9px;
        font-size: 16px;
    }

    .cf-large-input 
    {
        padding: 9px;
        font-size: 16px;
        height: 225px;
    }

    .cf-radio-button 
    {
        margin-right: 9px;
        min-width: 170px;
    }

    .cf-radio-button input 
    {
        margin-right: 9px;
        margin-top: 4px;
    }

    .cf-radio-button label 
    {
        font-size: 16px;
    }

    .cf-ddl:before 
    {
        top: 7px;
        right: 15px;
        font-size: 25px;
    }

    .cf-ddl select 
    {
        padding: 9px;
        font-size: 16px;
    }

    .cf-upload
    {
        margin: 0 0 9px;
    }

    .filenum-error, .filetype-error, .filesize-error
    {
        padding: 6px 8px;
        font-size: 14px;
        margin: 5px 0 10px;
    }

    .cf-button {
        padding: 13px 34px 13px 20px;
        margin-top: 15px;
        font-size: 14px;
    }

    .cf-button:before {
        background-size: auto 85px;
    }

    .cf-button:after {
        top: 15px;
        right: 18px;
        font-size: 9px;
    }

    .cf-button:hover:after {
        top: 15px;
        right: 13px;
        font-size: 9px;
    }

    .confirmation-tick-box {
        margin-top: 25px;
    }

    .confirmation-tick-box input {
        margin-top: 8px;
    }

    .confirmation-tick-box label {
        margin-top: 4px;
        padding-left: 25px;
    }

    span.field-validation-error {
        padding: 6px 8px;
        font-size: 14px;
        margin: 5px 0 10px;
    }

    #thanks img.thanks-tick {
        max-width: 130px;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .collectable-information-section p{
        margin-bottom: 8px;
    }

    p.tips-heading{
        margin-bottom: 18px;
        padding-bottom: 9px;
    }

    .page-content .valuations-form h2:first-child {
        margin: 18px 0 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .cf-label 
    {
        font-size: 15px;
        margin-top: 14px;
        margin-bottom: 8px;
    }

    .cf-input 
    {
        padding: 8px;
        font-size: 15px;
    }

    .cf-large-input 
    {
        padding: 8px;
        font-size: 15px;
        height: 190px;
    }

    .cf-radio-button 
    {
        margin-right: 8px;
        min-width: 175px;
    }

    .cf-radio-button input 
    {
        margin-right: 8px;
        margin-top: 4px;
    }

    .cf-radio-button label 
    {
        font-size: 15px;
    }

    .cf-ddl:before 
    {
        top: 8px;
        right: 15px;
        font-size: 20px;
    }

    .cf-ddl select 
    {
        padding: 8px;
        font-size: 15px;
    }

    .cf-upload
    {
        margin: 0 0 8px;
    }

    .filenum-error, .filetype-error, .filesize-error {
        padding: 5px 7px;
        font-size: 13px;
        margin: 5px 0 9px;
    }

    .cf-button {
        padding: 12px 30px 12px 18px;
        margin-top: 13px;
        font-size: 13px;
    }

    .cf-button:before {
        background-size: auto 80px;
    }

    .cf-button:after {
        top: 15px;
        right: 16px;
        font-size: 8px;
    }

    .cf-button:hover:after {
        top: 15px;
        right: 11px;
        font-size: 8px;
    }

    .confirmation-tick-box {
        margin-top: 20px;
    }

    .confirmation-tick-box input {
        margin-top: 7px;
    }

    .confirmation-tick-box label {
        margin-top: 3px;
        padding-left: 23px;
    }

    span.field-validation-error {
        padding: 5px 7px;
        font-size: 13px;
        margin: 5px 0 9px;
    }

    #thanks img.thanks-tick {
        max-width: 120px;
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .collectable-information-section p{
        margin-bottom: 6px;
    }

    p.tips-heading{
        margin-bottom: 16px;
        padding-bottom: 8px;
    }

    .page-content .valuations-form h2:first-child {
        margin: 16px 0 12px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .cf-label 
    {
        font-size: 14px;
        margin-top: 12px;
        margin-bottom: 7px;
    }

    .cf-input 
    {
        padding: 7px;
        font-size: 14px;
    }

    .cf-large-input 
    {
        padding: 7px;
        font-size: 14px;
        height: 180px;
    }

    .cf-radio-button 
    {
        margin-right: 7px;
        min-width: 155px;
        clear: left;
    }

    .cf-radio-button input 
    {
        margin-right: 7px;
        margin-top: 3px;
    }

    .cf-radio-button label 
    {
        font-size: 14px;
    }

    .cf-ddl:before 
    {
        top: 8px;
        right: 15px;
        font-size: 18px;
    }

    .cf-ddl select 
    {
        padding: 7px;
        font-size: 14px;
    }

    .cf-upload
    {
        margin: 0 0 7px;
    }

    .filenum-error, .filetype-error, .filesize-error {
        padding: 5px 7px;
        font-size: 13px;
        margin: 5px 0 9px;
    }

    .cf-button {
        padding: 11px 26px 11px 15px;
        margin-top: 11px;
        font-size: 13px;
    }

    .cf-button:before {
        background-size: auto 75px;
    }

    .cf-button:after {
        top: 14px;
        right: 14px;
        font-size: 8px;
    }

    .cf-button:hover:after {
        top: 14px;
        right: 10px;
        font-size: 8px;
    }

    .confirmation-tick-box {
        margin-top: 18px;
    }

    .confirmation-tick-box input {
        margin-top: 6px;
    }

    .confirmation-tick-box label {
        margin-top: 3px;
        padding-left: 20px;
    }

    span.field-validation-error {
        padding: 5px 7px;
        font-size: 13px;
        margin: 5px 0 9px;
    }

    #thanks img.thanks-tick {
        max-width: 110px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .collectable-information-section p{
        margin-bottom: 6px;
    }

    p.tips-heading{
        margin-bottom: 16px;
        padding-bottom: 8px;
    }

    .page-content .valuations-form h2:first-child {
        margin: 14px 0 10px;
    }
}

@media (min-width: 0px) and (max-width: 479px) {

    .cf-label 
    {
        font-size: 14px;
        margin-top: 12px;
        margin-bottom: 7px;
    }

    .cf-input 
    {
        padding: 7px;
        font-size: 14px;
    }

    .cf-large-input 
    {
        padding: 7px;
        font-size: 14px;
        height: 180px;
    }

    .cf-radio-button {
        margin-right: 7px;
        min-width: 155px;
        clear: left;
    }

    .cf-radio-button input 
    {
        margin-right: 7px;
        margin-top: 3px;
    }

    .cf-radio-button label 
    {
        font-size: 14px;
    }

    .cf-ddl:before 
    {
        top: 8px;
        right: 15px;
        font-size: 18px;
    }

    .cf-ddl select 
    {
        padding: 7px;
        font-size: 14px;
    }

    .cf-upload
    {
        margin: 0 0 7px;
    }

    .filenum-error, .filetype-error, .filesize-error {
        padding: 5px 7px;
        font-size: 13px;
        margin: 5px 0 9px;
    }

    .cf-button {
        padding: 11px 26px 11px 15px;
        margin-top: 11px;
        font-size: 13px;
    }

    .cf-button:before {
        background-size: auto 75px;
    }

    .cf-button:after {
        top: 14px;
        right: 14px;
        font-size: 8px;
    }

    .cf-button:hover:after {
        top: 14px;
        right: 10px;
        font-size: 8px;
    }

    .confirmation-tick-box {
        margin-top: 18px;
    }

    .confirmation-tick-box input {
        margin-top: 6px;
    }

    .confirmation-tick-box label {
        margin-top: 3px;
        padding-left: 20px;
    }

    span.field-validation-error {
        padding: 5px 7px;
        font-size: 13px;
        margin: 5px 0 9px;
    }

    #thanks img.thanks-tick {
        max-width: 110px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .collectable-information-section p{
        margin-bottom: 6px;
    }

    p.tips-heading{
        margin-bottom: 16px;
        padding-bottom: 8px;
    }

    .page-content .valuations-form h2:first-child {
        margin: 14px 0 10px;
    }
}



/*/////////////////////////////////////////////////
                    Footer  
/////////////////////////////////////////////////*/

footer {
    background: #2f2266 url('/assets/i/footer.jpg') center bottom no-repeat;
    background-size: auto 500px;
    padding: 55px 0 20px;
}

footer p {
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
}

footer p.footer-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

footer ul {
    margin-bottom: 5px;
}

footer ul li {
    padding: 0;
    line-height: 1.4;
    margin-bottom: 3px;
    font-size: 16px;
}

footer ul li:before {
    display: none;
}

footer ul li a:link {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

footer ul li a:visited {
    color: #fff;
}

footer ul li a:hover {
    color: #d32f50;
}

footer ul li a:active {
    color: #d32f50;
}

footer ul li a:focus {
    color: #d32f50;
}

footer a.about-footer-link:link {
    color: #fff;
    font-size: 14px;
    padding-bottom: 2px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
}

footer a.about-footer-link:visited {
    color: #fff;
    border-bottom: 1px solid #fff;
}

footer a.about-footer-link:hover {
    color: #d32f50;
    border-bottom: 1px solid #fff;
}

footer a.about-footer-link:active {
    color: #d32f50;
    border-bottom: 1px solid #fff;
}

footer a.about-footer-link:focus {
    color: #d32f50;
    border-bottom: 1px solid #fff;
}

footer .footer-bottom {
    padding-top: 40px;
}

footer .footer-bottom p{
    font-size: 12px;
    margin-bottom: 0;
}

footer .footer-bottom p a:link {
    color: #fff;
    text-decoration: none;
}

footer .footer-bottom p a:visited {
    color: #fff;
}

footer .footer-bottom p a:hover {
    color: #d32f50;
}

footer .footer-bottom p a:active {
    color: #d32f50;
}

footer .footer-bottom p a:focus {
    color: #d32f50;
}

footer .social-media ul {
    display: inline-block;
    float: right;
}

footer .social-media ul li {
    float: left;
}

footer .social-media ul li a:link {
    display: inline-block;
}

footer .social-media ul li a:link i {
    font-size: 32px;
    margin-left: 20px;
}

@media (min-width:1200px) and (max-width: 1499px) {

    footer {
        padding: 50px 0 25px;
    }

    footer p {
        font-size: 14px;
        line-height: 1.7;
    }

    footer p.footer-title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    footer ul {
        margin-bottom: 5px;
    }

    footer ul li {
        margin-bottom: 2px;
        line-height: 1.4;
    }

    footer ul li a:link {
        font-size: 14px;
    }

    footer a.about-footer-link:link {
        font-size: 14px;
        padding-bottom: 2px;
    }

    footer .footer-bottom {
        padding-top: 40px;
    }

    footer .footer-bottom p{
        font-size: 12px;
    }

    footer .social-media ul li a:link i {
        font-size: 30px;
        margin-left: 19px;
    }

}

@media (min-width:992px) and (max-width: 1199px) {

    footer {
        padding: 45px 0 20px;
    }

    footer p {
        font-size: 13px;
        line-height: 1.6;
    }

    footer p.footer-title {
        font-size: 15px;
        margin-bottom: 6px;
    }

    footer ul {
        margin-bottom: 5px;
    }

    footer ul li {
        margin-bottom: 2px;
        line-height: 1.4;
    }

    footer ul li a:link {
        font-size: 13px;
    }

    footer a.about-footer-link:link {
        font-size: 13px;
        padding-bottom: 2px;
    }

    footer .footer-bottom {
        padding-top: 35px;
    }

    footer .footer-bottom p{
        font-size: 11px;
    }

    footer .social-media ul li a:link i {
        font-size: 25px;
        margin-left: 15px;
    }

}

@media (min-width:768px) and (max-width: 991px) {

    footer {
        padding: 40px 0 8px;
    }

    footer .row .footer-section:nth-child(5n+1) {
        clear: left;
    }

    footer .row > div {
        margin-bottom: 15px;
    }

    footer p {
        font-size: 12px;
        line-height: 1.6;
    }

    footer p.footer-title {
        font-size: 14px;
        margin-bottom: 4px;
    }

    footer ul {
        margin-bottom: 5px;
    }

    footer ul li {
        margin-bottom: 2px;
        line-height: 1.3;
        font-size: 15px;
    }

    footer ul li a:link {
        font-size: 12px;
    }

    footer a.about-footer-link:link {
        font-size: 12px;
        padding-bottom: 2px;
    }

    footer .footer-bottom {
        padding-top: 5px;
    }

    footer .footer-bottom p{
        font-size: 11px;
    }

    footer .social-media ul li a:link i {
        font-size: 20px;
        margin-left: 10px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    footer {
        padding: 30px 0 8px;
    }

    footer .row > div {
        margin-bottom: 10px;
    }

    footer p {
        font-size: 12px;
        line-height: 1.6;
    }

    footer p.footer-title {
        font-size: 14px;
        margin-bottom: 3px;
    }

    footer ul {
        margin-bottom: 5px;
    }

    footer ul li {
        margin-bottom: 2px;
        line-height: 1.2;
        font-size: 14px;
    }

    footer ul li a:link {
        font-size: 12px;
    }

    footer a.about-footer-link:link {
        font-size: 12px;
        padding-bottom: 2px;
    }

    footer .footer-bottom {
        padding-top: 5px;
    }

    footer .footer-bottom p{
        font-size: 11px;
    }

    footer .social-media ul {
        float: left;
        margin-top: 5px;
    }

    footer .social-media ul li a:link i {
        font-size: 20px;
        margin-left: 0;
        margin-right: 10px;
    }

}

@media (min-width: 0px) and (max-width: 479px) {

    footer {
        padding: 20px 0 5px;
    }

    footer .row > div {
        margin-bottom: 8px;
    }

    footer p {
        font-size: 11px;
        line-height: 1.6;
        margin-bottom: 3px;
    }

    footer p.footer-title {
        font-size: 13px;
        margin-bottom: 2px;
    }

    footer ul {
        margin-bottom: 5px;
    }

    footer ul li {
        margin-bottom: 2px;
        line-height: 1.2;
        font-size: 14px;
    }

    footer ul li a:link {
        font-size: 11px;
    }

    footer a.about-footer-link:link {
        font-size: 11px;
        padding-bottom: 2px;
    }

    footer .footer-bottom {
        padding-top: 0px;
    }

    footer .footer-bottom p{
        font-size: 11px;
    }

    footer .social-media ul {
        float: left;
        margin-top: 5px;
    }

    footer .social-media ul li a:link i {
        font-size: 18px;
        margin-left: 0;
        margin-right: 8px;
    }

}







/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */