/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    background: url(../img/bg.png) repeat;
    padding: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

h1, h2, h3, h4, h5, h6 {font-family: 'Oxygen', sans-serif; }
.logo {
	background: url(../img/logo.png) no-repeat;
	height: 64px;
    width: 345px;
    margin-top: 10px;
    margin-left: 10px;
}

.jumbotron, .box {background-color: #f4f4f4; border-radius: 4px;}
.jumbotron {padding-bottom: 30px; padding-top: 10px;}
.jumbotron h1, .jumbotron .h1 {font-size: 38px; color: #143E81;}

/*
.bg-home{background: url(../img/bg-home.jpg) no-repeat top; background-size: cover; }
.bg-about{background: url(../img/bg-about.jpg) no-repeat top; background-size: cover;}
.bg-properties{background: url(../img/bg-properties.jpg) no-repeat top; background-size: cover;}

.bg-about h1 {color: #fff;}
.bg-home h1 {color: #fff}
.bg-properties h1 {color: #fff}
*/

@media screen and (min-width:768px){
	.navbar>.container .navbar-brand-centered, 
	.navbar>.container-fluid .navbar-brand-centered {margin-left: -80px;}
}

@media screen and (max-width: 360px){
	.jumbotron h1, .jumbotron .h1 {font-size: 16px;}
	.logo {background: url(../img/logo-s.png) no-repeat; width: 200px; height: 36px; margin-left: 5px;}
	.box{margin-bottom: 20px;}
	.navbar-default .navbar-nav>li>a {margin-left: 3px}
	.navbar-default{border-radius: 4px}
}

.navbar-default {background: #003399; border: none;}
.navbar-default .navbar-nav>li>a {margin-top: 13px; margin-right: 3px; padding-right: 10px; padding-left: 10px; border-radius: 4px; color: #f4f4f4; font-size: 16px}
.navbar-default .navbar-nav>li>a:hover {background-color: #A7CBDA; color: #fff;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {color: #f4f4f4; background-color: #82A3C4}
.navbar-default .navbar-toggle {background-color: #f4f4f4}
.center{margin: auto 0; text-align: center;}
.btn-primary{background-color: #003399}

h1.center {padding-top: 30px}

.slider {padding-top: 30px}

.img-left {float: left; margin-right: 20px; margin-bottom: 20px}

.img-right {float: right; margin-left: 20px; margin-bottom: 20px}

.box {border: 1px solid #ddd; padding: 10px; border-radius: 4px; overflow: hidden;}

.agri-icon {position: absolute; top: 30%; left: 20%;}
.beach-icon {position: absolute; top:50%; right: 8%}
.beach-icon2 {position: absolute; top:35%; right: 8%}
.beach-button {position: absolute; top:5%; left: 3%}

.email-bg {background-color: #f4f4f4; padding: 10px; border-radius: 0 4px 4px 0; color: #434343; font-size: 16px; overflow: hidden;}
.email-bg a{color: #82A3C4}

footer {background-color: #003399; color: #fff; font-size: 16px; padding: 10px; border-radius: 4px; margin-top: 30px; overflow: hidden;}
footer a {color: #fff}
footer a:hover{color: #ccc; text-decoration: none;}

/*-- Gallery Code --*/

.tp-portfolio-grid {
	position: relative;
}

.tp-port-item {
	display: inline-block;
	float: left;
	border: 0 !important;
	margin: 0 !important;
	height: auto !important;
}

.article_item {
		width: 100%;
		margin-bottom: 30px;
	}
	.article_item .article_text {
		display: inline-block;
		margin-top: 0;
		z-index: 999;
		position: relative;
		background: #fff;
		padding: 30px 0;
		padding-bottom: 0;
		width: 100%;
	}
	.article_item .article_cat {
		bottom: 10px;
	}
	.port-col-3,
	.port-col-2 {
		width: 100% !important;
	}
	.port-col-3;
	last-child,
	.port-col-2:last-child {
		margin-bottom: 0 !important;
	}
	.col-service-content {
		padding-bottom: 50px;
	}
	.col-sidebar {
		padding-top: 50px;
	}
	.col-service-content,
	.col-sidebar {
		border: 0 none;
		padding-right: 15px;
		padding-left: 15px;
	}
	.tp-top-banner {
		padding: 90px 0;
	}
	.col-tbanner-started {
		padding: 30px 15px;
		border: 0 none;
		border-bottom: 2px solid #fff;
		border-radius: 0;
	}
	.col-tbanner-started:last-child {
		margin-bottom: 0;
		border-bottom: 0;
	}
	.col-tbanner-started:frist-child {
		padding-top: 0;
	}
	
	.wra-lproject {
	position: relative;
	overflow: hidden;
	margin: 5px;
}

.lprojct .wra-lproject {
	margin: 10px 5px;
}

.lprojct .lproject-icon {
	background: #f19d34;
}

.wra-lproject img {
	width: 100%;
}

.wra-lproject:hover {
	cursor: pointer;
}

.wra-lproject:hover .lproject-text {
	opacity: 1;
	transform: scale(1)
}

.lproject-text {
	position: absolute;
	top: 0;
	bottom: 0;
	text-align: center;
	opacity: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 999;
	transform: scale(.9);
	transition: all .4s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
}

.wrap-lproject-text {
	padding-bottom: 5%;
	z-index: 9999;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	padding-left: 20px;
}

.lproject-icon {
	font-size: 20px;
	margin-bottom: 10px;
	color: #fff;
	display: inline-block;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #30a9de;
	line-height: 40px;
}

.lproject-icon i {
	color: #fff;
}

.lproject-text-title a,
.lproject-para {
	color: #fff;
}

.lproject-text-title {
	text-transform: uppercase;
	
}

.tp-last-project .slick-arrow {
	width: 45px;
	height: 45px;
	border: 0 none;
	position: absolute;
	top: -13%;
	background: #f19d34;
	line-height: 45px;
	opacity: 1;
	transition: all .4s;
	-ms-transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	z-index: 9;
}















