@font-face {
  font-family: 'DINCondensed-Bold';
  src: 
  url('../fonts/DINCondensed-Bold.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/DINCondensed-Bold.woff') format('woff'), 
  url('../fonts/DINCondensed-Bold.ttf') format('truetype'), 
  url('../fonts/DINCondensed-Bold.svg#DINCondensed-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Overpass-Light';
  src: 
  url('../fonts/Overpass-Light.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Overpass-Light.woff') format('woff'), 
  url('../fonts/Overpass-Light.ttf')  format('truetype'), 
  url('../fonts/Overpass-Light.svg#Overpass-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Overpass-Reg';
  src: 
  url('../fonts/Overpass-Reg.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Overpass-Reg.woff') format('woff'), 
  url('../fonts/Overpass-Reg.ttf')  format('truetype'), 
  url('../fonts/Overpass-Reg.svg#Overpass-Reg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Overpass-Bold';
  src: 
  url('../fonts/Overpass-Bold.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Overpass-Bold.woff') format('woff'), 
  url('../fonts/Overpass-Bold.ttf')  format('truetype'), 
  url('../fonts/Overpass-Bold.svg#Overpass-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

.lead-text a {
  font-weight: normal;
  color: #009ab2;
}
.lead-text a:hover, .lead-text a:visited, .lead-text a:active {
  text-decoration: none;
}
.lead-text a:hover {
  opacity: .7;
}

.hd-img-wrap h1{
	background-color: #009ab2;
	height: 60px;
}

.hd-img-wrap h1 span{
	background-color: transparent;
	position: relative;
	top: -18px;
}

.project-container{
	width: 300px;
	min-height: 440px;
	border: 2px solid #f3f5f8;
	border-radius: 2px;
	padding: 20px;
	margin: 10px;
}

.project-container a {
	text-decoration: none;
}

.box-title{
	font-family: 'DINCondensed-Bold';
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	color: rgb(0, 154, 178);
}

.read-more{
	font-family: 'Overpass-Reg';
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	color: rgb(0,0,0);
}

.read-more:hover{
	color: #000;
}

.read-more:after{
	font-size: 20px;
	color: #000;
}

/* HEADER */
.main-menu .logo img{
	padding: 0;
	width: 120px;
}

.navbar-default .navbar-nav li a{
	color: #000;
}

/* MAIN CONTENT */
.sidebar-mobile{
	display: none;
}

.search-results .search-header{
	font-family: 'DINCondensed-Bold';
	font-size: 35px;
	color: #000;
}

.main-content .container{
	width: 75%;
}

#projectList .box-title{
	height: auto!important;
}

h4{
	margin-top: 20px;
}

h4 .country-flag{
	height: 23px;
	width: 23px;
	border-radius: 50%;
	border: 1px solid #e6e6e6;
	margin-right: 5px;
}

h4 span{
	font-family: 'Overpass-Bold';
	font-size: 13px;
	text-transform: uppercase;
	color: #029bb3;
	background-color: #ccebf0;
	border-radius: 20px;
	padding: 3px 10px;
}

#loadMoreBtn{
	font-family: 'DINCondensed-Bold';
	font-size: 25px;
	text-transform: uppercase;
	color: #fff;
	background-color: #009ab2;
	border: none;
	padding: 5px 65px;
}

/* SIDEBAR */
.main-search-form{
	background-color: transparent;
}

.search-container{
	border-bottom: 2px solid #009ab2;
	margin-bottom: 20px;
}

.search-container input{
	width: 82%;
	padding: 10px;
	border: none;
	font-family: 'Overpass-Light';
	font-size: 14px;
}

.main-search-form .search-btn{
	background-color: transparent;
	color: #38b0c3;
	border: none;
	float: right;
	margin-right: 0;
}

.main-search-form .search-btn i{
	font-size: 25px;
}

.main-search-form .filters h5{
	font-family: 'Overpass-Reg';
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	color: #000;
}

.main-search-form .filters .form-control{
	font-family: 'DINCondensed-Bold';
	font-size: 18px;
	color: #000;
	height: auto;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	border-bottom: 2px dotted #ccebf0;
	padding: 0 0 10px 0;
	margin-top: 30px;
}

/* Remove Dropdown Arrows */
.main-search-form .filters .form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.main-search-form .filters .form-control option{
	font-family: 'Overpass-Light';
	font-size: 15px;
	color: #000;
}

.main-search-form .filters .reset-btn{
	color: grey;
	background-color: transparent;
	border: none;
	font-family: 'Overpass-Light';
	font-size: 14px;
	text-transform: none;
	margin-top: 20px;
}

.main-search-form .filters .reset-btn i{
	font-size: 18px;
	padding-right: 5px;
}

/* FOOTER */
.alternate-footer{
	border-top: none;
	background-color: #025865;
}

footer {
	padding: 90px 0 50px 0;
	background: #015865;
	margin-top: 30px;
}

footer h3 {
	font-size: 18px;
	color: #fff;
	text-align: left;
	font-family: "DINCondensed-Bold";
	line-height: normal;
	margin: 0;
	position: relative;
	text-transform: uppercase;
	padding: 0 0 20px 0;
}

footer h3::after {
	display: block;
	width: 82px;
	height: 1px;
	top: 0;
	left: 0;
	float: none;
	position: absolute;
	right: 0;
	margin: 37px 0 0 0;
	content: "";
	border-bottom: 2px dotted #9ad7e0;
}

footer ul {
	margin: 10px 0 50px 0;
	padding-left: 0;
}

footer ul li{
	list-style: none;
}

footer ul li a {
	font-size: 12px;
	color: #fff;
	text-align: left;
	font-family: "Overpass-Light";
	line-height: 28px;
	margin: 24px 0 50px 0;
	font-weight: bold;
}

footer ul li a:hover{
	color: #282828;
	text-decoration: none;
}

footer .col-sm-2 {
	width: 14.2%;
}

footer .col-sm-2:last-of-type {
	margin-top: -80px;
}

.menu-social-bottom {
	padding: 0;
	margin-right: -30px;
}
.menu-social-bottom li {
	display: inline-block;
	margin: 0 21px 0 0;
	cursor: pointer;
}
.menu-social-bottom li i {
	color: #fff;
	font-size: 22px;
}

.menu-social-bottom li i:hover {
	color: #8a8c8c;
}

.dektop-footer img {
	display: block;
	width: 115px;
	height: 185px;
	margin-top: 34px;
}

.copy-r {
	font-size: 11px;
	font-family: "Overpass-Light";
	color: #fff;
	margin: -10px 0 60px 56px;
	display: block;
	padding: 0;
}


.mobile-footer {
	display: none;
}

.mobile-footer > div {
	float: left;
	width: 33%;
}

.mobile-footer > div:last-of-type {
	margin-bottom: 0;
}

.mobile-footer > div p {
	margin-bottom: 55px;
}

.mobile-footer > div p a {
	font-size: 28px;
	font-family: "DINCondensed-Bold";
	color: #fff;
	margin: 0 0 55px 0;
	text-transform: uppercase;
}

.mobile-footer .menu-social-bottom {
	padding: 0;
	margin-top: -60px;
}

.mobile-footer .menu-social-bottom li {
	margin: 40px 42px 0 0;
}

.mobile-footer .menu-social-bottom li i {
	font-size: 32px;
}

.mobile-footer .copy-r {
	font-size: 20px;
	margin: 8px 0 40px 0;
}

#footer-logo {
  display: block;
  width: auto;
  height: 260px;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1680px){
	.hd-img-wrap h1{
		top: -70px;
	}

	.project-container{
		width: 275px;
		min-height: 450px;
	}
}

@media screen and (max-width: 1440px){
	.project-container{
		width: 245px;
		padding: 15px;
		margin: 7px;
	}

	.search-container input{
		width: 73%;
		padding: 20px 0 5px 0;
	}

	.main-search-form .search-btn i{
		font-size: 21px;
		position: relative;
		top: 12px;
	}
}

@media screen and (max-width: 1366px){
	.hd-img-wrap h1{
		font-size: 70px;
		height: 52px;
	}

	.main-content .container{
		width: 80%;
	}
}

@media screen and (max-width: 1280px){
	.hd-img-wrap h1{
		font-size: 63px;
		height: 47px;
		top: 20px;
	}

	.main-content .container{
		width: 90%;
	}
}

@media screen and (max-width: 1024px){
	.main-search-form .search-btn i{
		font-size: 15px;
		top: 8px;
	}

	.project-container{
		width: 210px;
	}

	.main-search-form .search-btn{
		padding: 0;
	}

	.main-search-form .search-btn i{
		top: 20px;
	}
}

@media screen and (max-width: 992px) {
	.main-content .container{
		width: 95%;
	}
	.dektop-footer{
		display: none;
	}

	.mobile-footer{
		display: block;
		margin-left: 50px;
	}

	.menu-social-bottom{
		margin-right: 0;
	}
}

@media screen and (max-width: 768px){
	.main-menu .logo img{
		width: 80px;
		position: relative;
		left: -15px;
	}

	.hd-img-wrap h1{
		width: 31%;
		height: 40px;
		font-size: 50px;
		top: -70px;
		left: 20px;
	}

	.hd-img-wrap h1 span{
		top: -6px;
	}

	.search-results .search-header{
		margin: 0 0 30px 0;
	}

	.sidebar-desktop{
		display: none;
	}

	.sidebar-mobile{
		display: block;
	}
}

@media screen and (max-width: 700px){
	.main-menu .logo img{
		left: 10px;
	}

	.hd-img-wrap h1{
		width: 33.8%;
	}

	.project-container{
		width: 85%;
		padding: 20px;
		margin: 30px auto;
	}

	h4 .country-flag{
		height: 30px;
		width: 30px;
	}

	h4 span{
		font-size: 18px;
		padding: 5px 12px 2px 12px;
	}

	.box-title{
		font-size: 30px;
	}

	.read-more{
		font-size: 17px;
	}

	.mobile-footer{
		margin-left: 0px;
	}

	.mobile-footer .menu-social-bottom li{
		margin: 0px 26px 0 0;
	}
}

@media screen and (max-width: 560px){
	.hd-img-wrap h1{
		width: 43%;
	}

	.sidebar{
		padding: 0;
	}

	.search-container input{
		font-size: 18px;
	}

	.main-search-form .search-btn i{
		font-size: 27px;
	}

	.main-search-form .filters h5{
		font-size: 18px;
	}

	.main-search-form .filters .form-control{
		font-size: 23px;
	}

	.main-search-form .filters .reset-btn{
		font-size: 20px;
	}

	.main-search-form .filters .reset-btn i{
		font-size: 23px;
		padding-right: 10px;
	}

	.project-container{
		width: 93%;
	}

	.pagination-sm > li > a, .pagination-sm > li > span{
		font-size: 20px;
		padding: 5px 20px;
	}

	.mobile-footer > div{
		width: 50%;
		text-align: center;
	}

	.mobile-footer > div:last-of-type{
		width: 100%;
	}

	.mobile-footer > div p{
		margin-bottom: 20px;
	}

	.mobile-footer > div p a{
		font-size: 22px;
	}

	.mobile-footer .menu-social-bottom{
		margin-top: 0;
	}

	.mobile-footer .menu-social-bottom ul{
		text-align: center;
	}

	.mobile-footer .menu-social-bottom img{
		display: block;
		margin: 0 auto;
	}

	.mobile-footer .copy-r{
		font-size: 16px;
		color: #fff;
		text-align: center;
		font-family: "Overpass-Light";
		line-height: normal;
		margin: 0 30px 20px 0;
		padding: 0;
	}
}

@media screen and (max-width: 500px){
	.hd-img-wrap h1{
		width: 33%;
		height: 28px;
		font-size: 35px;
		top: -45px;
	}

	.hd-img-wrap h1 span{
		padding: 0 12px;
		top: -10px;
	}

	.main-search-form{
		margin-top: 0;
	}

	.search-results .search-header{
		margin: 30px 0;
	}

	h4 .country-flag{
		height: 25px;
		width: 25px;
	}

	h4 span{
		font-size: 14px;
		padding: 2px 10px;
	}

	.box-title{
		font-size: 25px;
	}

	.read-more{
		font-size: 14px;
	}
}

@media screen and (max-width: 425px){
	.main-menu .logo img{
		left: 5px;
		width: 60px;
	}

	.hd-img-wrap h1{
		font-size: 25px;
		height: 21px;
		width: 27%;
		top: -37px;
	}

	.hd-img-wrap h1 span{
		top: -12px;
		padding: 0 7px;
	}

	.main-search-form input{
		margin-bottom: 0!important;
	}

	.main-search-form .search-btn i{
		font-size: 23px;
	}

	.main-search-form .filters h5{
		font-size: 16px;
		margin-top: 35px;
	}

	.main-search-form .filters .form-control{
		font-size: 20px;
		margin-top: 25px;
	}

	.main-search-form .filters .reset-btn{
		font-size: 16px;
		padding: 0;
		margin-top: 10px;
	}

	.main-search-form .filters .reset-btn i{
		font-size: 19px;
	}
}

@media screen and (max-width: 375px){
	.hd-img-wrap h1{
		width: 31%;
	}

	.search-results .search-header{
		font-size: 31px;
	}

	.project-container{
		min-height: 0;
	}

	.box-title{
		font-size: 23px;
	}

	#projectList h3{
		margin-top: 10px;
	}
}

@media screen and (max-width: 320px){
	.hd-img-wrap h1{
		width: 36.5%;
		top: -30px;
		left: 10px;
	}

	.pagination-sm > li > a, .pagination-sm > li > span{
		font-size: 16px;
		padding: 5px 15px;
	}
}