@charset "utf-8";
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/*-- modal Section
----------------------------------------------------------------------*/
.modal-open {
    overflow: hidden;
	padding: 0 !important;
}
.modal-content {
	-webkit-box-shadow: 0 0px 15px rgba(255,255,255,.4);
    box-shadow: 0 0px 15px rgba(255,255,255,.4);
}
.modal-header {
	background-color:#2c2d2c;
	border-bottom: 1px solid #2c2d2c;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}
.modal-title {
	font-size:28px;
	font-size:2.8rem;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
}
.modal-header .close {
	color:#fff;
}
.modal-body {
	background-color:#f1f1f1;
}
.modal-footer {
	background-color:#2c2d2c;
	border-top: 1px solid #2c2d2c;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #2c2d2c;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}


.site_logo_svg {
  background-image: url("advanced2-assets/site-logo.svg");
  position: absolute;
  left: 68px;
  top: 63px;
  width: 356px;
  height: 76px;
  z-index: 25;
}

.contact-right h3 {
	margin-top: 0;
}

.nth {
	height: 350px;
    margin-bottom: 15px;
}
.infobox1 h2 {
    font-size: 25px;
    text-align: center;
    color: #686868;
}
.inner-text h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 15px;
}
.inner-text h2 {
    margin-top: 40px;
    font-weight: 300;
    background-color: #f3f2f3;
    color: #454545;
    text-transform: uppercase;
    padding: 15px;
}
.infobox1 p {
    text-align: center;
}
.content-header p {
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    padding: 5px 0;
}
.infobox2 {
    width: 100%;
    background-color: #60c722;
    color: #fff;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 30px;
}
.infobox2 p {
    margin: 0;
    font-weight: 800;
    height: 50px;
    text-align: center;
    color: #fff;
}

.grey {
    background-color: #eaeaea;
    width: 100%;
    color: #585858;
}
.margin-bottom-5 {
    padding: 9px;
    padding-top: 9px;
    padding-right: 9px;
    padding-bottom: 9px;
    padding-left: 9px;
}
.clickypoo {
	font-size: 11px;
	padding: 12px 10px;
	letter-spacing: 2px;
	white-space: normal;
}
.contactform-2 .input-group {
    margin-bottom: 14px;
}
.greenb {
	padding: 12px 10px;
}

.zoomthumbnail .img-thumbnail {
	border-radius: 0;
}


/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.nth {
    height: 380px;
}
}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.nth {
    height: 350px;
}
.nth:nth-child(2), .nth:nth-child(5) {
    border: 1px none #ededed;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}
	
.infobox1 p {
    text-align: center;
}
}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* Large devices (xlarge desktops, 1200px and up) */
@media (min-width: 1600px) {
	
}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */