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

header
,nav
,section
,article
,aside
,footer
,hgroup
{
position:relative;
display: block;
}
*:not(.owl-stage) {
	max-width: 100vw;
}
div {
	position: relative;
}
.clickable {
	cursor: pointer;
}
.img-rounded {
	border-radius: 10px;
}
body {
	font-family: 'Montserrat', sans-serif;
	background-color: #FFFFFF;
    overflow-x: hidden;
	max-width: 100vw;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-smoothing: antialiased;
	line-height: 1.8em;
}
h1 a, h2 a, h3 a, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:none;
	color:inherit;
}
h1, h2, h3, h4, h5 {
	font-weight: 600;
}
h1 {

}
h2 {

}
h3 {

}
h4 {

}

@media (max-width: 768px) {
	h1 {
		font-size: 30px;
	}
	.text-center-xs {
		text-align: center !important;
	}
}
.text-lightmuted {
	color:#B7B7B7;
}
.text-warning {
	color: #f0802a !important;
}
a,a:hover {
	color:inherit;
}
div[class^=col-] {
	background-size: cover;
}
*[data-href]:not([data-href=""]) {
	cursor:pointer;
}

.well-white {
	background-color: #FFF;
	border:0;
	border-radius: 0;
}
.uppercase {
	text-transform: uppercase;
}

@media (max-width: 768px) {
	.soft-hidden-xs {
		display: none;
	}
}
.row.pad45 {
	margin-right:-45px;
	margin-left:-45px;
}
.row.pad45 > [class*='col-'] {
	padding-right:45px;
	padding-left:45px;
}
.row.pad25 {
	margin-right:-25px;
	margin-left:-25px;
}
.row.pad25 > [class*='col-'] {
	padding-right:25px;
	padding-left:25px;
}
.row.pad15 {
	margin-right:-15px;
	margin-left:-15px;
}
.row.pad15 > [class*='col-'] {
	padding-right:15px;
	padding-left:15px;
}
.row.pad10 {
	margin-right:-10px;
	margin-left:-10px;
}
.row.pad10 > [class*='col-'] {
	padding-right:10px;
	padding-left:10px;
}
.row.pad5 {
	margin-right:-5px;
	margin-left:-5px;
}
.row.pad5 > [class*='col-'] {
	padding-right:5px;
	padding-left:5px;
}
.row.no-pad {
	margin-right:0;
	margin-left:0;
}
.row.no-pad > [class*='col-'] {
	padding-right:0;
	padding-left:0;
}
hr.noMargin {
	margin:0;
}
hr.dotted {
	border-bottom: 1px dotted #000;
}
img:not(.media-object), video {
	max-width:100%;
	height:auto !important;
}
section {
	/*background-color:#FFF;*/
}
section.pad50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
section.pad25 {
	padding-top: 25px;
	padding-bottom: 25px;
}
@media (max-width: 767px) {
	section.pad25-xs {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	section.pad25 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
section.greybg {
	background-color: #e7ebf0;
}
section.greyerbg {
	background-color: #dfe4e9;
}
section.brownbg {
	background-color: #5C5756;
}
section.bordertop {
	border-top:1px solid #efefef;
}
.noPad {
	padding:0;
}
@media (max-width: 767px) {
	.noPadTop-xs {
		padding-top: 0 !important;
	}
}



.modal-header {

}
.modal-content {
	background-color: #F8F8F8;
	border-radius: 25px;
}
.modal-content > * {
	padding:25px;
}

.btn {
	transition: all 0.2s;
	border-radius: 100px;
	font-size: 13px;
}
.btn-transparent {
	 border: 0;
	 background-color: transparent;
	 color: inherit;
	 font-weight: 100;
 }
.btn-transparent:hover,.btn-transparent:active,.btn-transparent:focus {
	color: inherit;
}
.btw-warning {
	background-color: #F06800;
}

textarea.form-control {
	resize: vertical;
}
.form-control {
	border:0;
	box-shadow: none;
}
.form-group label {
	font-weight: 400;
}

.text-warning {
	color:#F06800;
}

@media (min-width: 767px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}
*[nowrap] {
	white-space: nowrap;
}

@media (max-width: 767px) {
	.hide-sm {
		display: none;
	}
}

.label {
	border-radius: 0;
	text-transform: uppercase;
}
.label-warning {
	background-color: #F06800;
}

.container {
	position: relative;
}
.container-fluid {

}

@media (max-width: 768px) {

}
.container-fluid.noPad {
	padding:0;
}
.container-fluid.noPad .row {
	margin: 0;
}


footer {
	margin-top: 40px;
	background-color: #F5F5F5;
	padding:30px 0;
	font-size: 12px;
}
footer a {
	border-left:1px solid #efefef;
	padding:0 10px;
}
footer a:first-child {
	border-left:0;
}
.footerLogos {
	position: relative;
	margin-top: -85px;
}

.navbar-toggle, .navbar-toggle:active, .navbar-toggle:focus, .navbar-toggle:hover {
	background-color: transparent !important;
	border:0 !important; border-radius: 0;
	margin-top: 10px;
}
.navbar-toggle span, .navbar-toggle:active span, .navbar-toggle:focus span, .navbar-toggle:hover span {
	background-color: #222 !important;
}


.navbar {
	border-radius: 0;
	margin-bottom: 0;
	border:0;
	padding:25px 0;
	height: auto;
	background-color: transparent;
}
.navbar-brand {
	max-width: 260px;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	z-index: 100;

}
.navbar-nav > li > a {
	border-radius: 50px;
	border:1px solid #8B8B8B;
	padding:10px 17px;
	transition: all 0.2s;
	font-size: 15px;
}
.navbar-nav > li > a.highlight {
	/*background-color: #87C400 !important;*/
	/*border-color: #87C400;*/
	border:0px;
	background: rgb(141,188,33);
	background: linear-gradient(119deg, rgba(141,188,33,1) 0%, rgba(7,106,50,1) 100%);
	color:#FFF !important;
}
.navbar-nav > li > a:hover  {
	/*background-color: #87C400 !important;*/
	/*border-color: #87C400;*/
	background: rgb(141,188,33);
	background: linear-gradient(119deg, rgba(141,188,33,1) 0%, rgba(7,106,50,1) 100%);
	color:#FFF !important;
}
.navbar-nav > li + li {
	margin-left: 20px;
}
.navbar-right {
	margin-top: 10px;
}

@media (max-width: 768px) {
	.navbar {
		padding: 10px 0;
	}
	.navbar-brand {
		max-width: 200px;
	}
	.navbar-collapse {
		background-color: #FFF;
	}
	.navbar-nav > li + li {
		margin-left: 0px;
	}
	.navbar-nav > li {
		border-bottom:1px solid #efefef;
	}
	.navbar-nav > li > a {
		border-radius: 0px;
		border:0;
		padding:15px 10px;
		transition: all 0.2s;
	}
	.navbar-right {
		margin-top: 0;
		margin-bottom: 0;
	}
}

.articleCard {
	background-color: #F5F5F5;
	border-radius: 20px;
	margin-bottom: 20px;
	transition: all 0.3s;
}
.articleCard:hover {
	background-color: #D9D9D9;
}
.articleCard .photo img {
	border-radius: 20px;
}
.articleCard .info {
	padding:25px;
}
.articleCard .title {
	display: -webkit-box;
	font-size:18px;
	line-height: 25px;
	font-weight: 600;
	height: 54px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}
.articleCard .tags {
	margin-top: 10px;
}
.articleCard .tags .tag {
	display: inline-block;
	font-size: 13px;
	line-height: 13px;
	border-radius: 30px;
	background-color: #FFFFFF;
	padding:10px 15px;
}
.articleCard .icons {
	position: absolute;
	bottom:10px;
	right: 10px;
}
.articleCard .labels {
	z-index: 100;
	position: absolute;
	top:5px; right:10px;
}


.articleListCard {
	padding:10px 0;
	border-top:1px solid #E3E3E3;
}
.articleListCard:last-child {
	border-bottom:1px solid #E3E3E3;
}
.articleListCard img {
	max-width: 125px;
}
.articleListCard h4 {
	font-size: 16px;
	font-weight: 400;
}
.articleListCard .date {
	font-size: 11px;
	color:#8B8B8B;
}


article {
	background-color: #FFF;
	padding:35px;
	border-radius: 5px;
}
article .tags .tag {
	display: inline-block;
	font-size: 11px;
	line-height: 11px;
	border-radius: 3px;
	background-color: #F5F5F5;
	border:1px solid #EDEDED;
	padding:5px 7px;
}
article .title {

}
article .title h1 {
	margin-bottom: 0;
}
article .subtitle {
	font-size: 16px;
}
article .by {
	color: #8B8B8B;
	margin-top: 15px;
}
article .image {

}
article .text {
	margin-top: 15px;
}
article .score {
	margin-top: 5px;
}
article .score img {
	width: 25px;
}

@media (max-width: 768px) {
	article .image {
		margin-top: -20px;
	}
}


.articleBar {
	padding: 10px;
	background-color: #F5F5F5;
	border-radius: 10px;
}
.articleBar .infoBlock {
	padding: 20px 0;
}
.articleBar .title {
	font-size: 30px;
	font-weight: 700;

}
.articleBar .intro {
	margin: 15px 0;
	font-weight: 600;
	font-size: 18px;
}
.articleBar .buttonHolder {

}










.priceCard {
	background-color: #FFF;
	border-radius: 5px;
	margin-bottom: 20px;
	height: 100%;
}
.priceCard .header {
	text-align: center;
	background-color: #F06800;
	color: #FFF;
	border-radius: 5px 5px 0 0;
	padding:25px;
	text-transform: uppercase;
}
.priceCard .header .rule1 {
	font-size: 35px;
	line-height: 37px;
}
.priceCard .header .rule2 {
	font-size: 35px;
	font-weight: 600;
}
.priceCard .header .rule3 {
	font-size: 18px;
	line-height: 22px;
}
.priceCard .photo {
	padding: 10px;
}
.priceCard .info {
	padding:20px;
	padding-top: 0;
	padding-bottom: 30px;
}
.priceCard .text {

}
.priceCard .buttonHolder {
	padding-top: 20px;
	position: absolute;
	left:0; bottom:15px;
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.priceCard .info {
		padding-bottom: 50px;
	}
}

section#pricepage {
	margin-bottom: 25px;
}
#pricepage .orangeColumn {
	background-color: #F06800;
	padding:25px;
	color:#FFF;
	text-align: center;
	border-radius: 5px 0 0 5px;
	text-transform: uppercase;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.orangeColumn > div {

}
#pricepage .orangeColumn .rule1 {
	font-size: 35px;
	line-height: 37px;
}
#pricepage .orangeColumn .rule2 {
	font-size: 35px;
	font-weight: 600;
}
#pricepage .orangeColumn .rule3 {
	font-size: 18px;
	line-height: 22px;
}
#pricepage .pricePageText {
	background-color: #FFF;
	padding:25px;
	color:#222;
	text-align: left;
	border-radius: 0 5px 5px 0;
	height:100%;
}





.rankedLocationCard {
	background-color: #FFF;
	color:#222222;
	margin-top: 3px;
}
.rankedLocationCard .media-object {
	max-width: 125px;
}
.rankedLocationCard .progressBars {
	margin-top: 14px;
}
.rankedLocationCard .progressLegend {
	margin-top: 5px;
	font-size: 16px;
	line-height: 32px;
}
.rankedLocationCard .legendIcons {
	margin-top: 3px;
	line-height: 31px;
	padding-right: 5px;
}
.rankedLocationCard .buttonHolder {
	margin-top: 20px;
	margin-right: 20px;
}
.rankedLocationCard + .rankedLocationTitle {
	margin-top: 15px;
}
.rankedLocationTitle {
	font-weight: 500;
}
.progress {
	height: 12px;
	background-color: #F5F5F5;
	box-shadow: none;
	border-radius: 20px;
	padding:1px;
}
.progress-bar {
	border-radius: 20px;
	box-shadow: none;
}
.progress + .progress, .progress:last-child {
	margin-bottom: 0;
}
.progress-bar-success {
	background-color: #95C11F;
}
.progress-bar-warning {
	background-color: #E06E21;
}

@media screen and (max-width: 768px) {
	.rankedLocationCard {
		background-color: transparent;
	}
	.rankedLocationCard .media-left {
		padding:0;
	}
	.rankedLocationCard .media-object {
		max-width: 90px;
		margin-right: 0;
		padding-right: 0;
	}
	.rankedLocationCard .media-body {
		background-color: #FFF;
		padding-right: 10px;
		padding-left: 10px;
	}
	.rankedLocationCard .buttonHolder {
		margin:0;
		margin-bottom: 10px;
	}
	.progressLegend {
		display: none;
	}
	.rankedLocationCard .legendIcons {
		margin-top: -10px;
	}
	.tipsnum {
		margin-top: -5px;
		margin-left: 10px;
	}
}



.panel-default .panel-heading {
	background: rgb(129,193,0);
	background: linear-gradient(302deg, rgba(129,193,0,1) 0%, rgba(0,105,51,1) 100%);
	color:#FFF;
	border:0 !important;
	padding:25px;
	border-radius: 5px 5px 0 0;
}
.panel-default {
	background-color: #F5F5F5;
	border:0 !important;
	border-radius: 5px;
}
.panel-default .panel-body {
	padding:25px;
}




.dz-drag-hover {
	font-weight: bold;
}

.dz-preview {
	display: inline-block;
	width: 300px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	padding: 3px;
}

.dz-preview .dz-success-mark {
	display: none;
}

.dz-preview .dz-error-mark {
	display: none;
}

.dz-preview .dz-progress {
	display: block;
	height: 5px;
	background-color: #efefef;
	position: relative;
}

.dz-preview .dz-progress span {
	display: block;
	position: absolute;
	height: 5px;
	left: 0;
	top: 0;
	background-color: #7EC15E;
}

.siteOffline {
	z-index: 2;
	position: absolute;
	left:0; top:0;
	width:100vw;
	height: 100vh;
	background: rgb(129,193,0);
	background: linear-gradient(135deg, rgba(129,193,0,1) 0%, rgba(0,105,51,1) 100%);
	color:#FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	font-size: 20px;
}
.siteOffline > div {
	text-align: center;
}
.siteOffline .logo {
	margin-bottom: 30px;
}


.prevArticle, .nextArticle {
	width:50px; height: 50px;
	overflow: hidden;
}
.prevArticle > div, .nextArticle > div {
	width:50px; height: 50px;
	border-radius: 50px;
	background-color: rgba(0,0,0,0.3);
	color:#FFF !important;
	text-align: center;
	padding-top: 14px;
}
.prevArticle {
	position: absolute;
	left:-75px; top:calc(50% - 30px);
}
.nextArticle {
	position: absolute;
	right:-75px; top:calc(50% - 30px);
}
.prevArticle > div {
	padding-left: 20px;
}
.nextArticle > div {
	padding-right: 20px;
}
.nextPrevHolder {
	position: absolute;
	left:0; top:0;
	width: 100%;
	height: 100%;
}


.headerImageHolder {
	position: relative;
}
.headerImageHolder .introText {
	position: absolute;
	left:30px; bottom:30px;
	color:#FFFFFF;
	font-weight: 700;
	font-size: 35px;
	line-height: 1.2em;
}