@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	background:#232323;
	margin-top:0;
}
body{
	font-family: 'Roboto', sans-serif;
    min-height:100%;
    position:relative;
    padding-bottom:50px;
	background:transparent;
	color:#fff;
}
.bodyBG{
	/* background:transparent url(/images/hex_big.png) bottom right no-repeat; */
	height:100% !important;
}

a {color: #238b1b;font-weight: bold;}
a:hover {color: #3aa93c;font-weight: bold;}

h1 {color:#fff;font-family: 'Roboto', sans-serif;font-weight: bold;}
h2 {text-align:center; margin-top:10px;margin-bottom:10px;color:#fff;font-size:20px;font-family: 'Roboto', sans-serif;}
h3 {text-align:center; margin-top:15px;margin-bottom:10px;color:#fff;font-size:18px;font-family: 'Roboto', sans-serif;}
h4 {text-align:center; margin-top:10px;margin-bottom:10px;color:#238b1b;font-size:16px;font-family: 'Roboto', sans-serif;}
h5 {text-align:center; margin-bottom:10px;font-family: 'Roboto', sans-serif;font-size:18px;}
h6 {text-align:center; margin-bottom:5px;font-family: 'Roboto', sans-serif;font-size:11px;color:#b9b9b9;font-weight: normal;}
@media only screen and ( max-width: 768px ) {
	h1 {text-align:center; margin-top:10px;margin-bottom:10px;color:#fff;font-size:24px;}
	h2 {text-align:center; margin-top:10px;margin-bottom:10px;color:#fff;font-size:20px;}
}
@media only screen and (max-width: 640px) {
	h1 {text-align:center; margin-top:10px;margin-bottom:10px;color:#fff;font-size:24px;}
	h2 {text-align:center; margin-top:10px;margin-bottom:10px;color:#fff;font-size:20px;}
}
@media only screen and ( max-width: 360px ) {
	h1 {text-align:center; margin-top:10px;margin-bottom:10px;color:#fff;font-size:22px;}
	h2 {text-align:center; margin-top:10px;margin-bottom:10px;color:#fff;font-size:18px;}
	h3 {text-align:center; margin-top:15px;margin-bottom:10px;color:#fff;font-size:16px;}
}
@media only screen and ( max-width: 768px ) {
	h1 {font-size:30px;}
	h2 {font-size:24px;}
}
@media only screen and (max-width: 640px) {
	h1 {font-size:24px;}
	h2 {font-size:20px;}
}
@media only screen and ( max-width: 360px ) {
	h1 {font-size:22px;}
	h2 {font-size:18px;}
	h3 {font-size:16px;}
}
h1.ccm-block-page-title{
	font-family: 'Roboto', sans-serif !important;
	font-size: 2rem !important;
    font-weight: 600 !important;
    text-transform: none !important;
}
@media only screen and ( max-width: 360px ) {
	h1.ccm-block-page-title {
		font-size: 1.5rem !important;
		margin-top:-50px;
	}
}

div.theme-atomik .navbar-toggler .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    transition: all .2s;
    background-color: #238b1b;
}

div.theme-atomik h2.ccm-block-page-title, div.theme-atomik .ccm-block-page-title.h2 {
    font-family: "Bebas Neue";
    text-transform: uppercase;
    font-size: 3.0rem;
    font-weight: 400;
}
@media only screen and ( max-width: 360px ) {
	div.theme-atomik h2.ccm-block-page-title, div.theme-atomik .ccm-block-page-title.h2 {
		font-size: 2.0rem;
		margin-top:30px;
		margin-bottom:-10px;
	}
}

.ccm-summary-template-blog-entry-thumbnail{
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); /* Horizontal offset, Vertical offset, Blur radius, Color (with alpha) */
}

.card-body {
	background:#47474c;
    border-radius: 0 0 4px 4px; /* top-left, top-right, bottom-right, bottom-left */
    /* overflow: hidden; */
	padding: 15px 10px 5px 10px;
}

.centered-image {
    display: block;
    margin: 0 auto;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.ccm-block-hero-image-offset-title div.ccm-block-hero-image-text h1, div.theme-atomik div.ccm-block-hero-image-offset-title div.ccm-block-hero-image-text .h1 {
    font-family: "Bebas Neue";
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
    margin-bottom: 0;
}
.clear{
	clear:both;
}
.page_footer{
	position: fixed;
    bottom: 0 !important; 
	left: 0 !important; 
	right: 0 !important; 
    width: 100%;
	padding-top: 10px !important;
    padding-bottom: 10px !important;
	height:40px;
}

div.ccm-page div.ccm-block-top-navigation-bar .navbar-brand img {
    max-height: 140px;
}
.ccm-block-top-navigation-bar{
	margin-bottom:-50px;
}
.front_page_spacer{
	height:40px;
	color:#232323;
}
.mobile_spacer{
	height:0px;
	color:#232323;
}
.main_logo{
	width:100%;
	max-width:457px !important;
	height:auto;
	top:10px;
}
.video_info{
	font-size:15px;
}
@media only screen and ( max-width: 360px ) {
	.main_logo {
		max-width:100% !important;
		top:5px;
	}
	div.ccm-page div.ccm-block-top-navigation-bar .navbar-brand img {
		max-height: 100px;
	}
	.front_page_spacer{
		height:0px;
	}
	.mobile_spacer{
		height:15px;
	}
	.video_info{
		font-size:13px;
	}
}
.responsive-iframe {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
#iFrameTop {
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0px;
    top: 0px;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 1.5em;
	margin-top: -10px;
}#iFrameCover {
    position: absolute;
    width: 100%;
    height: 1000px;
    left: 0px;
    top: 0px;
    background: url(http://www.coleylettings.co.uk/images/spacer.png);
}
.page_image{
	border: 1px solid #ccc;
    border-bottom: #666;
    -webkit-box-shadow: 0 8px 6px -6px #666;
    -moz-box-shadow: 0 8px 6px -6px #666;
    box-shadow: 0 8px 6px -6px #666;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.page_image{
	border: 1px solid #ccc;
    border-bottom: #666;
    -webkit-box-shadow: 0 8px 6px -6px #666;
    -moz-box-shadow: 0 8px 6px -6px #666;
    box-shadow: 0 8px 6px -6px #666;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.img_left{
	border: 1px solid #ccc;
    border-bottom: #666;
    -webkit-box-shadow: 0 8px 6px -6px #666;
    -moz-box-shadow: 0 8px 6px -6px #666;
    box-shadow: 0 8px 6px -6px #666;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	max-width:35% !important;
	margin: 0 15px 15px 0;
	float:left;
}
.img_right{
	border: 1px solid #ccc;
    border-bottom: #666;
    -webkit-box-shadow: 0 8px 6px -6px #666;
    -moz-box-shadow: 0 8px 6px -6px #666;
    box-shadow: 0 8px 6px -6px #666;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	max-width:35% !important;
	margin: 0 0 15px 15px;
	float:right;
}
@media only screen and ( max-width: 400px ) {
	.img_left{
		clear:both; 
		margin: 0 0 15px 0;
		float:none;
		max-width:100% !important;
	}
	.img_right{
		clear:both; 
		margin: 0 0 15px 0;
		float:none;
		max-width:100% !important;
	}
}

.ccm-page>div.container {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

/* .ccm-block-top-navigation-bar{
    background:#ffffff !important;
}*/

.ccm-block-top-navigation-bar{
	margin-top:-15px;
}

ul.navbar-nav{
	border-radius: 8px;
	overflow: hidden;
	border:1px solid #8d8f9a;
	/* border-right:none; */
	background-color:#4b4b4b;
	font-family: "Bebas Neue";
	font-size: 1.5rem;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); /* Horizontal offset, Vertical offset, Blur radius, Color (with alpha) */
}
.navbar-nav{
	text-align: center;
    margin-left: auto;
    margin-right: auto;

}
/* div.ccm-page div.ccm-block-top-navigation-bar .navbar{
	background-color: none !important;
	padding: 0;
}*/
.nav-item{
	border-right: 1px solid #ffffff;
}
.nav-item:last-child{
	border-right: none !important;
}
.nav-link {
	color: #ffffff !important;
	/* font-weight: bold; */
	background-color:#01274e;
	background-image: url(menu_bg.jpg);
	font-size:1.6rem;
	padding-top:5px !important;
	padding-bottom:3px !important;
}
.nav-link li:first-child {      
    /* border-top-left-radius: 8px;      
    border-bottom-left-radius: 8px; */
}
.nav-link li:last-child {      
    /* border-top-right-radius: 8px;      
    border-bottom-right-radius: 8px; */
}
.navbar-nav>li:first-child:active{
    /* border-top-left-radius: 8px !important;     
    border-bottom-left-radius: 8px !important; */
	/* overflow:hidden; */
}
.navbar-nav>li:first-child:active{
    /* border-top-right-radius: 8px !important;     
    border-bottom-right-radius: 8px !important; */
	/* overflow:hidden; */
}
.navbar-nav>li:first-child > a:hover {
    /* border-top-left-radius: 8px !important;      
    border-bottom-left-radius: 8px !important;    */
} 
.navbar-nav>li:last-child > a:hover {
    /* border-top-right-radius: 8px !important;      
    border-bottom-right-radius: 8px !important;    */
} 
.nav-link:hover{
	background-color:#b47106;
	background-image: url(menu_hover.jpg);
	color: #ffffff !important;
	font-weight:normal !important;
}
.nav-link.active{
	background-color:#0c6305;
	background-image: url(menu_active.jpg);
	color: #ffffff !important;
	font-weight:normal !important;
}
.dropdown-menu{
	background-color:#282a2c;
    /* border-bottom-left-radius: 8px;     
    border-bottom-right-radius: 8px; */
}
.dropdown-item{
	color: #ffffff;
	/* font-weight: bold; */
}
.dropdown-menu>li{
	border-bottom: 1px solid #ffffff;
}
.dropdown-menu>li:last-child {
	border-bottom: none;
} 
.dropdown-item:last-child.active{
    border-bottom-left-radius: 8px !important;     
    border-bottom-right-radius: 8px !important;
}
.dropdown-item:hover{
	background-color: #7ecac8 !important;
	color: #ffffff !important;
}
.dropdown-menu>li:last-child > a:hover {
    border-bottom-left-radius: 8px;     
    border-bottom-right-radius: 8px;
} 
div.theme-atomik .ccm-image-slider .ccm-image-slider-text {
    padding-top: 0.5rem !important;
}
.ccm-image-slider-title {
    margin-bottom: 0.5rem !important;
}
.ccm-image-slider-text p {
    margin-bottom: 0.5rem !important;
}
.ccm-block-gallery .ccm-block-gallery-image-overlay-color {
    background-color: rgb(57, 46, 46, 0.5) !important;
}
.ccm-block-gallery-image{
    
}
.bqstart {
    float: left;
    height: 45px;
    margin-top: -20px;
    margin-right: 10px;
    padding-top: 45px;
    margin-bottom: 40px;
    font-size: 700%;
    color: #5db1b1;
	line-height: 25px;
}
.bqend {
    float: right;
    height: 5px;
    margin-top: -30px;
    margin-bottom: -20px;
    margin-right: -40px;
    padding-top: 30px;
    font-size: 700%;
    color: #5db1b1;
	line-height: 25px;
}
.card-body>p {
	display:none;
	height: 0;
	margin: 0;
}
.card-title{
	color: #9dd438 !important;
}
.theme-atomik div.ccm-summary-template-blog-entry-thumbnail .ccm-summary-template-blog-entry-thumbnail-image-overlay {
    background-color: rgba(88,177,175,.50);
}

/*** PAGELIST ***/

.pagelist_container{
	text-align:center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.pagelist_item_container{
	border:1px solid #392e2e;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	padding:10px;
	margin:10px;
	-webkit-box-shadow: 0 8px 6px -6px #a8a8a8;
    -moz-box-shadow: 0 8px 6px -6px #a8a8a8;
    box-shadow: 0 8px 6px -6px #a8a8a8;
}
.pagelist_image{
	border: 1px solid #ccc;
    border-bottom: #666;
    /* -webkit-box-shadow: 0 8px 6px -6px #666;
    -moz-box-shadow: 0 8px 6px -6px #666;
    box-shadow: 0 8px 6px -6px #666; */
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.ccm-block-page-list-title{
	font-size:1.2rem;
	margin-top:10px;
}
.resource_container{
	text-align:center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.resource_item_container{
	border:1px solid #392e2e;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	padding:10px;
	margin:10px;
	-webkit-box-shadow: 0 8px 6px -6px #a8a8a8;
    -moz-box-shadow: 0 8px 6px -6px #a8a8a8;
    box-shadow: 0 8px 6px -6px #a8a8a8;
	width:23%;
	font-size:0.8rem !important;
}
.ccm-block-page-list-title-resource{
	font-size:0.95rem;
	margin-top:10px;
}
@media only screen and ( max-width: 400px ) {
	.resource_item_container{
		width:48%;
	}
}

/*** NEXT PREV ***/

.next_prev_left{
	width:20%;
	float:left;
	text-align: center;
	padding: 5px;
	background: #5db1b1;
    border-radius: 8px;
	color: #ffffff;
	margin-bottom:15px;
}
.next_prev_right{
	width:20%;
	float:right;
	text-align: center;
	padding: 5px;
	background: #392e2e;
    border-radius: 8px;
	color: #ffffff;
	margin-bottom:15px;
}
.ccm-block-next-previous-header > h5{
	color: #ffffff;
	font-size:1.2rem;
}
.ccm-block-next-previous-previous-link a {
	color: #ffffff !important;
	font-size:1.4rem !important;
	font-family: 'Roboto', sans-serif !important;
}
.ccm-block-next-previous-previous-link a:hover{
	color: #ffffff !important;
	font-size:1.4rem !important;
	text-decoration: underline;
}
.ccm-block-next-previous-next-link a {
	color: #ffffff !important;
	font-size:1.4rem !important;
	font-family: 'Roboto', sans-serif !important;
}
.ccm-block-next-previous-next-link a:hover{
	color: #ffffff !important;
	font-size:1.4rem !important;
	text-decoration: underline;
}

.ccm-dashboard-express-form, .ecRecaptcha, .form-actions {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.btn-primary{
	margin-top:15px;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: auto;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-right: auto;
    margin-left: auto;
}