/* Sticky Footer */
html, body {
  height: 100%;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.wrapper {
  min-height: 100%;
  margin-bottom: -350px;
} 
.footer,
.push {
  height: 350px;
}

/* Custom */
.opacity-hide {
	height: 1px;
	width: 1px;
	padding: 0;
	margin: 0;
	opacity: 0;
}
h1,h2,h3,h4,h5 {
	text-transform: capitalize !important;
}
.nav.flex-column li { 
	border-bottom: 1px solid #eee;
}
footer form label {
	color: #222;
}
.nav.flex-column li a {
	padding: .5rem 0;
	display: block;
}
.blockquote-footer:before {
	content: "";
}
.round-img {
	border-radius: 500px;
	overflow: hidden;
}
.navbar-brand img {
	max-height: 120px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-brand img {
		max-height: 100px;
	}
	.round {
		width: 300px !important;
		height: 300px !important;
	}
	.round img {
		max-width: 100% !important;
	}
	.display-3 {
		font-size: 2.5rem;
	}
}

blockquote .round-img {
	height: 80px;
	width: 80px;
}
.btn-toolbar {
    margin-bottom: 1rem;
}
.container .container {
	padding-left: 0;
	padding-right: 0;
}
.center {
	text-align: center;
}
.bg-blue {
    background-color: #f6fafd;
    min-height: 100%;
	color: #222;
}
.service .card-footer {
	border: 0;
	background: transparent;
}
.service .btn-light {
	background-color: #ffffff;
}
form .cck_upload_jquery div.row {
	margin-left: -15px !important;
}
#system-message .alert.alert-message {
	background-color: #343a40!important;
	color: #fff;
	max-width: 450px;
	position: absolute;
	top: 25%;
	z-index: 999;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.mh-100 {
	min-height: 100%;
}

.fade.in {
	opacity: 1 !important;
}
form div.row {
	margin-left: -15px !important;
}

.widgets .link-mask:hover + .card-body {
	background-color: #046bcb;
	transition: all ease 0.3s;
	color: #ffffff !important;
}

.section-header-bg h1 {
	text-shadow: 1px 1px 5px #ffffff;
}
.section-header-bg {
	background-color: #f5fafd;
	background-image: url(/images/banners/default.jpg);
}

/* Owl Carousel */
.tiles .owl-stage {
	display: flex;
}
.tiles .owl-item {
	min-height: 100%;
}
.slideshow .owl-dots {
	position: absolute;
	bottom: 3rem;
	left: 0;
	right: 0;
}
.slideshow.owl-theme .owl-controls, .instagram.owl-theme .owl-controls {
	margin-top: 0;
}
.row.owl-theme {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.tiles.owl-carousel .service{
	width: 100% !important;
	max-width: 100% !important;
	min-height: 100%;
}
.testimonials.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}

/* Forms */
.btn {
	border-width: 0px;
}
.btn.btn-outline {
	border-width: 1px;
}
.radios, .checkboxes {
	margin-bottom: 10px;
}
.radios > input, 
.checkboxes > input ,
input[type="checkbox"] {
    display: inline-block;
    height: 16px;
    width: 16px;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #ccc;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-transition-property: background-color,border;
    transition-property: background-color,border;
}
.radios > input:checked, 
.checkboxes > input:checked ,
input[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%2F%3E%0A%3C%2Fsvg%3E")
}
input[type="checkbox"]:checked, .radios > input:checked, .checkboxes > input:indeterminate,.radios > input:indeterminate {
    background-color: #333;
    border-color: transparent;
}
.radios > input,
input[type="radio"] {
	border-radius: 50%;
}
.radios > input,
.radios > label,
.checkboxes > input,
.checkboxes > label {
	display: inline-block;
	margin-right: 4px;
}
.radios > label, .checkboxes > label {
	margin-right: 10px;
}
.radios input + input,
.checkboxes input + input {
	padding-left: 4px;
}
.form-group {
    margin-bottom: 1rem;
}
.form-control, .cck_form input.inputbox.text, .cck_form textarea, .cck_form select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.enquiry-form .cck_form input.inputbox.text,
.enquiry-form .cck_form select,
.enquiry-form .cck_form textarea {
	background-color: #eeeeee;
	color: #000;
}
.form-control, .cck_form input.inputbox.text, .cck_form select {
    height: calc(2.25rem + 2px);
}

.checkbox-buttons fieldset.checkboxes input, .radio-buttons fieldset.radios input {
	visibility: hidden;
	opacity: 0;
	height: 1px;
	width: 1px;
	margin-right: 0;
}
.checkbox-buttons fieldset.checkboxes label, .radio-buttons fieldset.radios label {
	border: 1px solid #777;
	cursor: pointer;
	color: #333;
    padding: 0.5rem 1rem;
}
.checkbox-buttons fieldset.checkboxes input[type=checkbox]:checked + label, .radio-buttons fieldset.radios input[type=radio]:checked + label {
	color: #007bff;
	border-color: #007bff;
}

.btn, .card {
	border-radius: 0;
	text-decoration: none !important;
}

.template-select,.banners-select {
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.template-select.active, .banners-select.active {
	box-shadow: 0 0 0 0.2rem rgba(40,167,69,.5);
}


/* ==== Reviews ====  */
#map-plug {display:none;}

#google-reviews {
display:flex;
flex-wrap:wrap;
/*display: grid;
grid-template-columns: repeat( auto-fit, minmax(320px, 1fr));*/
}

.review-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	-ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

@media (min-width: 576px) {
	.card-deck .review-item {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
}

.review-meta, .review-stars {text-align:center; font-size:115%;}
.review-author { text-transform: capitalize; font-weight:bold; }
.review-date {opacity:.6; display:block;}
.review-text {  line-height:1.55; text-align:left; max-width:32em;}

.review-stars ul {
display: inline-block;
list-style: none !important;
margin:0; padding:0;
}

.review-stars ul li {
float: left;
list-style: none !important;
margin-right: 1px;
line-height:1;
}

.review-stars ul li i {
  color: #E4B248;
  font-size: 1.4em;
  font-style:normal;
}
.review-stars ul li i.inactive { color: #c6c6c6;}
.review-item .star:after { content: "\2605"; }

.star-cb-group {
  /* remove inline-block whitespace */
  font-size: 0;
  margin-left: 27%;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
  /* the hidden clearer */
}
.star-cb-group * {
  font-size: 2.5rem;
}
.star-cb-group > fieldset > input {
  display: none;
}
.star-cb-group > fieldset > input + label {
  /* only enough room for the star */
  display: inline-block;
  overflow: hidden;
  /*text-indent: 9999px;*/
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  top: 1px;
  font-family: 'IcoMoon';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.star-cb-group > fieldset > input + label:before {
  display: inline-block;
  /*text-indent: -9999px;*/
  text-indent: 1px;
  content: "\40";
  color: #aaa;
}
.star-cb-group > fieldset > input:checked ~ label:before, .star-cb-group > fieldset > input + label:hover ~ label:before, .star-cb-group > fieldset > input + label:hover:before {
  content: "\42";
  color: #FFD700;
  text-shadow: 0 0 1px #333;
}
.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
  width: .5em;
}
.star-cb-group:hover > fieldset > input + label:before {
  content: "\40";
  color: #888;
  text-shadow: none;
}
.star-cb-group:hover > fieldset > input + label:hover ~ label:before, .star-cb-group:hover > fieldset > input + label:hover:before {
 content: "\42";
  color: #FFD700;
  text-shadow: 0 0 1px #333;
}

@media (max-width:767px) {
	.star-cb-group {
	  width: 80% !important;
	  margin-left: 10% !important;
	}
}

.icon-star, .gold {
	color: #f0b630;
}

/* Pagination */
.pagination {
	display: block;
}

.pagination ul {
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
	justify-content: center;
}
.pagination p.counter {
	width: 100%;
}
.pagination ul li a, .pagination ul li span {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination ul li a:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.pagination ul li:first-child a, .pagination ul li:first-child span {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.pagination ul li:last-child a, .pagination ul li:last-child span {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}


/* Link mask*/
.link-mask {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0);
}
.link-mask:hover {
	background: rgba(255,255,255,0.1);
}

/* Navigation */
.navbar-nav a {
    display: block;
    padding: .5rem 1rem;
	text-decoration: none !important;
}

.nav-fill [class^=item-], [class*=" item-"] {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.navbar-dark .navbar-nav a {
    color: rgba(255,255,255,.95);
	display: block;
    padding: .5rem 1rem;
}

.navbar-dark .navbar-nav a:focus, .navbar-dark .navbar-nav a:hover {
    color: rgba(255,255,255,.75);
	text-decoration: none;
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav a {
		padding-right: 0.7rem;
		padding-left: 0.7rem;
	}
}

/* Card deck */
@media (min-width: 0) {
  .card-deck .card {
    flex: 0 0 calc(100% - 30px);
  }
}

@media (min-width: 768px) {
  .card-deck .card {
    flex: 0 0 calc(50% - 30px);
  }
}

@media (min-width: 1200px) {
  .card-deck .card {
    flex: 0 0 calc(33.3333333333% - 30px);
  }
}

/* Editing */
.top-right {
	position: absolute;
	top: 0;
	right: 0;
}
.btn-toolbar .btn {
	margin-right: 0.5rem;
}
div.cck_cgx_form {
    float: none;
}

/* Home */
.slideshow ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
}
.slideshow ul.owl-loaded {
	display: block;
}

/* Phone */
@media (max-width:767px) {
	.wrapper {
	  min-height: 100%;
	  margin-bottom: -850px;
	}
	.footer,
	.push {
	  height: 850px;
	}
	/*.slideshow .premade img {
		max-width: initial !important;
		width: initial !important;
	}*/
}