
/* COLORS */

.white {
	color: #fff !important;
}

.lime {
	color: #a6ce3a !important;
}

.blue {
	color: #1893d2 !important;
}

.dark-gray {
	color: #6f6f72 !important;
}

.light-gray {
	color: #e8efea !important;
}

.tangerine {
	color: #f89923 !important;
}

.bg-lime {
	background-color: #a6ce3a;
}

.bg-blue {
	background-color: #1893d2;
}

.bg-dark-gray {
	background-color: #6f6f72;
}

.bg-charcoal {
    background-color: rgb(38, 38, 38);	
}

.bg-light-gray {
	background-color: #e8efea;
}

.bg-tangerine {
	background-color: #f89923;
}

.bg-white {
	background-color: #fff !important;
}

.pattern-lime {
	background: #a6ce3a url('../images/Secant_green_pattern.jpg') center center;
	background-size: 600px 600px;
}

.pattern-blue {
	background: #1893d2 url('../images/Secant_blue_pattern.jpg') center center;
	background-size: 600px 600px;
}

.pattern-dark-gray {
	background: #6f6f72 url('../images/Secant_gray_pattern.jpg') center center;
	background-size: 600px 600px;
}

.pattern-light-gray {
	background: #e8efea url('../images/Secant_light_gray_pattern.jpg') center center;
	background-size: 600px 600px;
}

.pattern-tangerine {
	background: #f89923 url('../images/Secant_orange_pattern.jpg') center center;
	background-size: 600px 600px;
}

/* RULES */

hr { 
	height: 2px;
	border: none;
	margin: 14px 0px;
}

hr.alt {
	position: relative;
}

hr.alt::before {
	content: " ";
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	left: -6px;
	top: -1px;
	border-radius: 4px;
	-o-border-radius: 4px;
	-ie-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: inherit;
}

hr.alt::after {
	content: " ";
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	right: -6px;
	top: -1px;
	border-radius: 4px;
	-o-border-radius: 4px;
	-ie-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	background-color: inherit;
}

/* HEADER */

.page-header.secant {
	margin-top: 70px;
	margin-bottom: 70px;	
}

.page-header.secant h2 {
	position: relative;
}

.page-header.secant h2 span {
	position: relative;
	display: inline-block;
	margin: 0px auto;
	font-weight: 700;
	z-index: 10;
	background: #fff;
	padding: 2px 19px;
}

.page-header.secant.text-left h2 span {
	margin-left: -20px;
}

.page-header.secant.text-left h2 span::before {
	content: none;
}

.page-header.secant h2 span::before {
	content: " ";
	display: block;
	position: absolute;
	width: 1px;
	background: #e8efea;
	height: 10px;
	left: -1px;
	top: 9px;
}

.page-header.secant h2 span::after {
	content: " ";
	display: block;
	position: absolute;
	width: 1px;
	background: #e8efea;
	height: 10px;
	right: -1px;
	top: 9px;
}

.page-header.secant h2::before {
	content: " ";
	position: absolute;
	outline: solid 1px #e8efea;
	height: 8px;
	left: 0px;
	right: 0px;
	top: 1px;
}

.page-header.secant h2::after {
	content: " ";
	position: absolute;
	outline: solid 1px #e8efea;
	height: 8px;
	left: 0px;
	right: 0px;
	top: 19px;
}

/* BUTTONS */

.btn[class*="secant"]{
	background-color: transparent !important;
	width: auto;
	display: inline-block;
	font-size: 15px;
}

.btn.secant-default,
.btn.secant-default:focus {
	background-color: #6f6f72 !important;
	border: solid 2px #6f6f72;
	color: #fff;
	border-radius: 6px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 42px;
}

.btn.secant-default:hover {
	background-image: -webkit-linear-gradient(top, #ffffff, #6f6f72);
	background-image: -moz-linear-gradient(top, #ffffff, #6f6f72);
	background-image: -ms-linear-gradient(top, #ffffff, #6f6f72);
	background-image: -o-linear-gradient(top, #ffffff, #6f6f72);
	background-image: linear-gradient(to bottom, #ffffff, #6f6f72);
}

.btn.secant-primary,
.btn.secant-primary:focus {
	background-color: #a6ce3a !important;
	border: solid 2px #a6ce3a;
	color: #fff;
	border-radius: 6px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 42px;
}

.btn.secant-primary:hover {
	background-image: -webkit-linear-gradient(top, #ffffff, #a6ce3a);
	background-image: -moz-linear-gradient(top, #ffffff, #a6ce3a);
	background-image: -ms-linear-gradient(top, #ffffff, #a6ce3a);
	background-image: -o-linear-gradient(top, #ffffff, #a6ce3a);
	background-image: linear-gradient(to bottom, #ffffff, #a6ce3a);
}

.btn.secant-alt,
.btn.secant-alt:focus {
	background-color: #f89923 !important;
	border: solid 2px #f89923;
	color: #fff;
	border-radius: 6px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 42px;
}

.btn.secant-alt:hover {
	background-image: -webkit-linear-gradient(top, #ffffff, #f89923);
	background-image: -moz-linear-gradient(top, #ffffff, #f89923);
	background-image: -ms-linear-gradient(top, #ffffff, #f89923);
	background-image: -o-linear-gradient(top, #ffffff, #f89923);
	background-image: linear-gradient(to bottom, #ffffff, #f89923);
}

.btn.secant-white,
.btn.secant-white:focus {
	background-color: #fff !important;
	border: solid 2px #6f6f72;
	color: #6f6f72;
	border-radius: 6px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 42px;
}

.btn.secant-white:hover {
	color: #6f6f72;
	background-image: -webkit-linear-gradient(top, #ffffff, #E6EFE8);
	background-image: -moz-linear-gradient(top, #ffffff, #E6EFE8);
	background-image: -ms-linear-gradient(top, #ffffff, #E6EFE8);
	background-image: -o-linear-gradient(top, #ffffff, #E6EFE8);
	background-image: linear-gradient(to bottom, #ffffff, #E6EFE8);
}

.btn.secant-blue,
.btn.secant-blue:focus {
	background-color: #1893d2 !important;
	border: solid 2px #1893d2;
	color: #fff;
	border-radius: 6px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 42px;
}

.btn.secant-blue:hover {
	background-image: -webkit-linear-gradient(top, #ffffff, #1893d2);
	background-image: -moz-linear-gradient(top, #ffffff, #1893d2);
	background-image: -ms-linear-gradient(top, #ffffff, #1893d2);
	background-image: -o-linear-gradient(top, #ffffff, #1893d2);
	background-image: linear-gradient(to bottom, #ffffff, #1893d2);
}

/* GENERAL */

.row img {
	max-width: 100%;
	height: auto;
}

a.has-logo {
	position: relative;
	margin: 20px 0px;
	overflow: hidden;
}

.has-detail {
	margin: 20px 0px;
    padding: 48px 30px 34px;
    overflow: auto;
    border-radius: 8px;
}

.detail-content {
	display: none;
}

.detail-content-show {
	display: block;
}

.detail-content.current {
	display: block;
}

a.has-logo img {
	margin: 0px 10%;
	width: 80%;
	transition: all 0.5s ease;
}

a.has-logo .logo-caption {
	position: absolute;
	bottom: -100px;
	left: 0px;
	right: 0px;
	line-height: 1.2;
	padding: 15px 0px;
	transition: all 0.5s ease;
}

a.has-logo:hover .logo-caption {
	bottom: 0px;
}

a.has-logo:hover img {
	margin-top: -30px;
	margin-bottom: 30px;
}

.has-detail, .has-detail * {
	line-height: 1.2;
}

.card-image.card-with-room {
	padding: 10px;
}

.card-with-room.card-image:not(:first-child) .figure-info:not(:first-child) {
	border-left: none;
}
.card-with-room .meta > * {
	margin-right: 0px;
}

.has-partner-logos .col-lg-2 {
	margin: 0px -40px;
	padding: 0px 40px;
}

.pricing-th ul {
	border-left: none;
}

.pricing-table {
	margin-top: -50px;
}

.pricing-table i {
	font-size: 200%;
	margin-top: 3px;
	margin-bottom: 9px;
}

.pricing-box p, .pricing-box ul {
	margin-bottom: 0px;
}

.pricing-box {
	padding-bottom: 0px;
}

.pricing-table ul li {
    min-height: 65px;
    line-height: 1.2;
    padding-top: 13px;
    padding-bottom: 13px;
}

.pricing-th ul li {
	padding-top: 23px !important;
}

.flat-top {
	margin-top: 0px !important;
}

.no-padding-top {
	padding-top: 0px !important;	
}

.padded-top {
	padding-top: 50px !important;
}

.pattern-white {
	background-color: #fff !important;
	padding-left: 5px;
	padding-right: 5px;
}

.has-newsletter {
	padding: 12px 0px;
	box-shadow: inset 0px 0px 20px -10px #000;
}

.has-newsletter input[type="email"] {
	width: 210px !important;
	border: none;
	border-radius: 6px;
	margin-right: 10px;
	color: #454545;
}

.has-newsletter .btn {
	line-height: 1 !important;
}

.tp-caption {
	margin-top: 35px;
	margin-bottom: 35px;
	margin-right: auto;
	margin-left: auto;
}

.fa.large {
	font-size: 40px;
	margin-bottom: 8px;
}

.icon-title-leading,
a.icon-title-leading {
	line-height: 100px;
}


input[type=text], input[type=email], input[type=password], input[type=search], input[type=tel], textarea {
	background: #fff;
	border-radius: 0px;
}


/* SITE DESIGN STYLES */

.header {
	background: #fff;
	box-shadow: 0px 0px 24px -8px #000
}

button.navbar-toggle {
	color: #000;
}

a.navbar-brand img {
	width: 274px;
	margin: 3px;
	position: relative;
	top: 2px;
}

.nav > li > a:hover, .nav > li > a:focus {
	color: #b3b3b3;
}

.footer {
	margin-top: 70px;
}

.footer .white {
	font-weight: 700 !important;
}

.cols-border [class*=col-] {
	border-left: solid 1px #fff
}

/*.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets[class*=round] .bullet:hover, .tp-bullets.simplebullets .bullet.selected, .tp-bullets.simplebullets[class*=round] .bullet.selected {
	background-color: #a6ce3a;
}*/

/* TEXT OVERLAY */

.text-overlay {
	border-radius: 7px;
	padding: 21px 22px 21px 31px;
	width: 420px;
}

.text-overlay.bg-blue {
	background-color: rgba(24,147,210,0.8);	
}

.text-overlay.bg-lime {
	background-color: rgba(166,206,58,0.8);	
}

.text-overlay .paragraph {
	display: block;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 20px;
	margin-top: 15px;
}

.text-overlay .title {
	display: block;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-left: -2px;
	margin-top: 5px;
}

.text-overlay .btn[class*="secant"] {
	position: relative;
	float: right;
}

.tp-bullets {
	left: auto !important;
	right: 10% !important;
	bottom: 50px !important;
}

.tparrows {
	display: none !important;
}

.background.overlay {
	background-position: center top;
}


@media (max-width: 1200px) {

	.cols-border [class*=col-] {
		border-left: none;
		margin-bottom: 30px;
	}

}

@media (max-width: 768px) {

	.text-overlay {
		display: none;
		width: 300px;
	}

	.contact.map-wrap .icon {
		margin-top: -75px;
	}

	.cols-border [class*=col-] {
		border-left: none;
		margin-bottom: 30px;
	}

	.overlay-light:before {
		background-color: transparent;
	}

}


