/*
	Page Name: Portal of National land service in geoportal.lt
	Page URI: http://www.geoportal.lt/nzt
	Author: Andrius Balciunas, a.balciunas@gis-centras.lt
	Author URI: http://www.geoportal.lt
	Description: Style of the portal.
	Version: 1.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*
	Content:
	1. Style basis
	2. Page structure
	3. Content style
	4. Text style
	5. Elements style
	6. Style overrides
*/


/*
	1. Style basis
*/

body {
    background-color: #f5f5f5;
    color: #3c3732;
}


/*
	2. Page structure
*/

#app-header {
	height: 60px;
	color: #fff;
}

	#app-header .row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}


#app-content {

}

#app-footer {
	margin-bottom: 2em;
}

	#app-footer .footer-desc {
		text-align: center;
	}

	#app-footer .footer-desc i {
		font-size: 30px;
		padding-bottom: 0.3em;
		color: #53777A;
	}


/*
	3. Content style
*/

#content-main {
	text-align: center;
}

	#content-main .content-box-sm {
		background-color: #fff;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	}

		#content-main .content-box-sm:hover {
			box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.2);
		}

#content-intro a, #content-intro a:hover{
	color: #000;
	text-decoration: none;
}

#content-services {
	background-color: #fff;
	border-top: 1px solid #e6e6e6;
}

.content-important {
    background-color: #CC333F;
    color: #fff;
    padding: 1em 0;
}

    .content-important p, .content-important h4 {
        color: #fff;
    }

.services-desc {
	min-height: 350px;
	padding: 3.5em 0;
	text-align: left;
	color: #fff;
	margin-left: 0;
	margin-right: 0;
}

	.services-desc p {
	    color: #fff;
	    padding: 1em 0 2em 0;
	    line-height: 2em;
	}

	.services-desc a {
		color: #fff;
	}

.services-users i {
	font-size: 6em;
	margin-bottom: 0.2em;
}

.services-users p {
	margin: 1em 0 2em 0;
}

#help-carousel {
	margin-bottom: 2em;
	text-align: left;
}

.help-video {
	min-height: 350px;
	background-color: #fff;
	border-top: 1px solid #e6e6e6;
	padding-top: 1em;
	padding-bottom: 1em;
}

.help-material {
	min-height: 620px;
	background-color: #53777A;
	color: #fff;
	border-top: 1px solid #e6e6e6;
	text-align: left;
}

	.help-material p {
		color: #fff;
		padding: 1.5em 0 0.5em 0;
	}

	.help-material hr {
		border-top: 1px solid #fff;
    	margin-bottom: 1em;
	}

.content-block {
	margin-top: 2em;
}

.content-box-sm {
	margin: 0.5em;
	min-height: 238px;
}

	#content-intro .content-box-sm {
		background: rgba(255,255,255, 0.7);
	}

		#content-intro .content-box-sm:hover {
			background: rgba(255,255,255, 1);
		}

	#content-main .content-box-sm {
		padding: 1em;
	}

	.content-box-sm .title-services-sm {
		padding: 0.5em;
		color: #fff;
	}

	.content-box-sm h2 {
		padding: 1.4em;
		line-height: 1.6em;
        font-size: 1.6em;
		margin: 0;
		color: #3c3732;
        min-height: 248px;
	}

.parallax-section{
	min-height: 650px;
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-size: cover;
  	background-position: 100% auto;
	position: relative;
}

	.parallax-section article {
		position: absolute;
		top: 20%;
		margin-top: -15px;
		left: 0;
		right: 0;
		text-align: center;
	}


		.parallax-section article h1 {
			font-weight: 600;
			color: #fff;
			margin-bottom: 1.6em;
			line-height: 1.2em;
		}

.parallax-image-first{
	background-image: url("../page-img/bg/bg-intro.jpg");
}

@media screen and (max-width: 970px) {

	.parallax-section{
		position: inherit;
	}

	.parallax-section article {
		position: inherit;
		padding-top: 15%;
		padding-bottom: 5%;
	}

	.content-box-sm {
	    margin: 0.5em;
	    min-height: 238px;
	}

	.content-box-sm {
	    min-height: 150px;
	}

	.parallax-section article h1 {
		margin-bottom: 1em;
	}

}


/*
	4. Text style
*/

.title-logo {
	font-size: 1em;
}

p {
	color: #696969;
}

.text-center {
	text-align: center;
}


/*
	5. Elements style
*/

/* Buttons */
.btn-header a {
	color: #fff;
}

	.btn-header a:hover{
		text-decoration: none;
		color: #3c3732;
	}

.btn-login {
	padding: 2em 2em 1.3em 1.3em;
	text-align: right;
	float: right;
}

.btn-other {
	margin-top: 1.1em;
	text-align: right;
	float: right;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
	padding: 0.8em;
	border: 1px solid #fff;
	color: #fff;
    text-decoration: none;
}

	.btn-link:hover {
		background-color: #fff;
		text-decoration: none;
		color: #542437;
	}

.btn-link-red {
	padding: 0.6em;
	border: 1px solid #C02942;
	color: #C02942;
	margin-bottom: 2em;
}

	.btn-link-red:hover {
		background-color: #C02942;
		border: 1px solid #f5f5f5;
		text-decoration: none;
		color: #f5f5f5;
	}

/* Lines */
hr {
	width: 5em;
	border-top: 1px solid #696969;
	margin-bottom: 2.5em;
}

.img-shadow {
    background-color: #f5f5f5;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    padding: 25px;
    display: block;
    margin: 0 auto 1em auto;
}

.nav-footer {
	text-align: center;
	margin-bottom: 2em;
}

	.nav-footer a {
		padding: 0 1em;
		color: #3c3732;
	}

		.nav-footer a:hover {
			color: #C02942;
			text-decoration: none;
		}


/*
	5. Style overrides
*/

/*
	Bootstrap
*/

.carousel-control.right, .carousel-control.left {
	background-image: none;
}

.carousel-control {
	color: #53777A;
	width: 0;
}

.carousel-inner {
    position: relative;
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    overflow: hidden;
}