﻿
body {
	margin: 0;
	height: 100vh;
}
.hidden {
    display: none!important;
}
::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
}

:-moz-placeholder { /* Firefox 18- */
	color: rgba(255, 255, 255, 0.7); 
}

::-moz-placeholder {  /* Firefox 19+ */
	color: rgba(255, 255, 255, 0.7);
}

:-ms-input-placeholder {  
	color: rgba(255, 255, 255, 0.7); 
}

#wrapper {
	position: relative;
	min-height: 100%;
}


.rd-navbar-brand .brand-name span {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}
.rd-navbar-brand .brand-name span:nth-of-type(2), .rd-navbar-brand .brand-name span:nth-of-type(3) {
    color: #43ca83;
}
brand .brand-name span:nth-of-type(3) {
    color: #43ca83;
}

.rd-navbar-brand .brand-name .letter {
    position: relative;
}
.rd-navbar-brand .brand-name span {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}

.rd-navbar-brand .brand-name span.brand-slogan {
    font-family: "Istok Web", sans-serif;
    font-size: 10px;
    color: #c1c1c1;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 400;
    display: block;
    padding-left: 3px;
    white-space: nowrap;
}
.rd-navbar-brand .brand-name .letter:before {
    content: '';
    position: absolute;
    display: inline-block;
    height: 5px;
    width: 8px;
    bottom: 3px;
    left: 3px;
    background-color: #43ca83;
    -webkit-transform: rotate(-59deg);
    transform: rotate(-59deg);
}

#header-box {
	height: 80px;
	width: 100%;
	background: #210031;	
	position: fixed;
	z-index: 1;
}

#logo-box {
	float: left;
	margin-left: 33px;
	margin-top: 17px;
}

#logo-box img {
	width: 100%;
}

#header-sub-text {
	float: left;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 300;
	margin-top: 27px;
  	margin-left: 31px;
}

#search-box {
	width: auto;
	float: right;
	margin-right: 33px;
	margin-top: 30px;
}

#search-text {
	width: 0;
	border: 0px solid rgba(255, 255, 255, 0.7);
	border-bottom-width: 1px;
	background-color: transparent;
	color: #ffffff;	

	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#search-text:focus {
	outline: 0;
}

.fa-search {
	color: #ffffff;
	cursor: pointer;
}

.fa-times-circle {
	color: #ffffff;
	cursor: pointer;
	display: none;
}

.fa-angle-right {
	font-size: 17px;
}

#page-footer {
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #252525;
	position: absolute;	
	bottom: 0;
	line-height: 18px;

	color: #adadad;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-weight: 300;
}

#page-footer a {
	text-decoration: none;
	color: #adadad;
    text-transform: uppercase;
}

#page-footer div {
	margin: 20px;
}

#page-footer span {
	cursor: pointer;
}

.controls-box {
	width: 100%;
	height: 28px;
	padding-top: 12px;
	padding-bottom: 6px;
	position: fixed;
  	top: 80px;
    z-index: 1;
    background-color: #ffffff;
}

.breadcrumbs-box {
	float: left;
	margin-left: 3%;
	margin-top: 3px;
}

.pagination-box {
	float: right;
	margin-right: 3%;
}

.breadcrumbs-text {
	float: left;
	color: #999999;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

.fa-fast-backward, .fa-fast-forward {
	padding: 5px;
	border: 1px solid #999999;
	color: #999999;
	border-radius: 3px;
	font-size: 13px;
	cursor: pointer;
}

.fa-step-backward, .fa-step-forward {
	padding: 5px 7px;
	border: 1px solid #999999;
	color: #999999;
	border-radius: 3px;
	font-size: 13px;
	cursor: pointer;
}

#gls-container-box {
	width: 100%;
	height: auto;
	clear: both;
	position: relative;
	top: 125px;
}

.gl-box {
	width: 94%;
	margin-left: 3%;
	margin-bottom: 20px;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 3px;
background-color : #210031;
	background-image:url(../img/blue_bkg);
}

.latest-offers-button {		
	width: 200px;
	height: 35px;
	background-color: rgba(255, 255, 255, 0.9);
	float: left;

	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #555555;	
	text-align: center;
	margin-top: 16px;
	cursor: pointer;
	clear: both;
}

.call-business-button {		
	width: 200px;
	height: 35px;
	background-color: #18bc9c;		
	border: 1px solid #18bc9c;

	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;	
	text-align: center;
	margin-top: 16px;
	cursor: pointer;
	display: none;

}

.call-business-button a {
	text-decoration: none;
	color: #ffffff;
}

.latest-offers-button div, .call-business-button div {
	margin-top: 8px;
}

.left-box {
	float: left;
        width: 145px;
    height: 145px;
    text-align: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: flex;
    align-items: center;
    margin: 20px;
    border: 7px solid #ffffff;
    background-color:white;
      overflow: hidden;
}

.right-box {
	float: left;
	height: auto;
	margin-top: 12px;
	width: 74%;
}

.featured-image-box {
    width:100%;
}

.business-name-box {
	float: left;
	margin-bottom: 6px;
	width: 100%;
	height: 42px;

	display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;	

	font-size: 31px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #ffffff;

}

.categories-box {
	clear: both;
	width: 100%;
	height: auto;
	word-wrap: break-word;
}

.category-business, .category-city {
	color: #ffb900;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}

.business-desc-box {
	float: left;
	clear: both;
	display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    margin-top: 10px;
	width: 98%;
	height: 39px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif; 
  
}

.fa-tag {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";

	color: #616161;
	font-size: 21px;
	margin-top: 7px;
}

.address-box {
	width: 97%;
	padding-left: 1.5%;
	padding-right: 1.5%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.4);
	clear: both;
	word-wrap: break-word;

	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;	
	padding-bottom: 11px;
	padding-top: 7px;
}

.address-box a {
	text-decoration: none;
	color: #ffffff;
}

.address-box img {
	position: relative;
	top: 4px
}

.fa-bookmark {
	color: #ffffff;
	margin-right: 10px;
	font-size: 13px;
	margin-top: 4px;
}

.fa-map-marker {
	color: #ffffff;
	margin-left: 18px;
	margin-right: 10px;
	font-size: 14px;
	margin-top: 4px;
}

.tags-box {
	width: 97%;
	padding-left: 1.5%;
	padding-right: 1.5%;
	height: auto;
	background-color: rgba(255, 255, 255, 0.7);
	word-wrap: break-word;

	color: #616161;
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;	
	padding-bottom: 11px;
}

.tags-filler-text {
	font-size: 15px; 
	font-weight: 600; 
	font-style: normal;
}

.tags-list span {
	cursor: pointer;
}

@media screen and (max-width: 836px) {

	body {
		background: #d2d2d2;
	}

	#header-box {
		height: 66px;
	}

	#logo-box {
		margin-top: 17px;	
		margin-left: 20px;	
		width: 167px;
	}

	#header-sub-text {
		display: none;
	}

	.controls-box {
		background-color: #727272;
		margin-top: -15px;
		height: auto;
		padding-bottom: 15px;
	}

	#search-box {
		margin-top: 23px;
	}	

	.breadcrumbs-box {
		margin-bottom: 10px;
		margin-top: 0;
	}

	.breadcrumbs-text {
		color: #ffffff;
	}

	.pagination-box {
		float: none;
		clear: both;
		margin-left: 3%;
		margin-right: 0;
	}

	.fa-fast-backward, .fa-fast-forward {
		padding: 8px;
		color: #ffffff;
		border: 1px solid #ffffff;
		margin-right: 12px;
	}

	.fa-step-backward, .fa-step-forward {
		padding: 8px 11px;
		color: #ffffff;
		border: 1px solid #ffffff;
		margin-right: 12px;
	}

	#gls-container-box {
		position: relative;
		top: 172px;
	}

	.gl-box {
		width: 92%;
		margin-left: 4%;
		background: #ffffff;
	}

	.left-box {
		margin-top: 4%;
		margin-left: 4%;
	}

	.featured-image-box {
		border: none;
		margin-bottom: 9px;
        margin-left: 0;
        margin-top: 0;
	}

	.right-box {
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
		margin-top: 0;
	}

	.business-name-box {
		color: #616161;
		-webkit-line-clamp: 2;		
		font-size: 27px;
		height: 72px;
	}

	.business-name-box a {
		text-decoration: none;
		color: #ffb900;
	}

	.business-desc-box {
		color: #616161;
	}

	.fa-bookmark {
		color: #616161;
	}

	.fa-map-marker {
		color: #616161;
		margin-top: 7px;
		margin-left: 0;
	}

	.latest-offers-button {
		margin-bottom: 20px;
		background: #ffffff;
		color: #737373;				
		border: 1px solid #737373;	
	}

	.call-business-button {		
		display: block;
		float: left;
		clear: both;
	}

	.address-box {
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
	}

	.tags-box {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		background-color: #d2d2d2;
	}

	.tags-filler-text {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.latest-offers-button, .call-business-button {
		width: 100%;
	}
}

@media screen and (min-width: 1367px) {
	#page-content {
		width: 1349px;
  		margin: 0 auto;
	}
    .controls-box {
        width: 1349px;
    }
}



