html,
body {
    height: 100%;
}

.wrap {

}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6{
	color: rgba(19, 77, 97, 1);
}

.parallax{
	position: relative;
    opacity: 0.65;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 30px 10px #ddd;

    min-height: 470px
}
@media screen and (max-width: 479px){
    .parallax{
        background-attachment: scroll;
    }
}
    .parallax.pbg0{
        background-image: url(../img/n1.jpg);
    }
	.parallax.pbg1{
		background-image: url(../img/n2.jpg);
	}
	.parallax.pbg2{
		background-image: url(../img/n4.jpg);
	}
	.parallax.pbg3{
		background-image: url(../img/n3.jpg);
	}

.btn-primary{
	background-color: rgba(20, 133, 170, 1);
	border-color: rgba(20, 133, 170, 1);
}

#contact-form{
	
}
	#contact-form textarea{
		min-width: 100%;
		max-width: 100%;
		min-height: 180px;
		max-height: 250px;
	}

#fullscreenSlider{
    min-height: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
    #fullscreenSlider .carousel-indicators{
        display: none;
    }
	    #fullscreenSlider .carousel-indicators li.active{
			background-color: rgba(20, 133, 170, 1);
	    }
    #fullscreenSlider .carousel-inner {
        height: 100%;
        list-style: none;
        padding: 0;
    }
        #fullscreenSlider .carousel-inner li {
            height: 100%;
            background-size: cover;
            background-position: center center;
        }
        #fullscreenSlider .carousel-inner li img{
            min-width: 100%;
            min-height: 100%;
            height: auto;
        }
            #fullscreenSlider .carousel-inner .item .carousel-caption h3{
                color: white;
            }
            #fullscreenSlider .carousel-inner .item .carousel-caption p{
                color: white;
            }
        #fullscreenSlider .carousel-inner .item.active{

        }

#portfolioSlider{

}
	#portfolioSlider li{

	}
	#portfolioSlider li:hover{

	}
		#portfolioSlider li a{
			display: block;
			height: 350px;
			width: 100%;
			background-size: cover;
			border-radius: 5px;
			background-position: center center;
		}
			#portfolioSlider li a img{
				max-height: 100%;
			}

.lSSlideOuter .lSPager.lSpg{
	
}
	.lSSlideOuter .lSPager.lSpg li{
		
	}
		.lSSlideOuter .lSPager.lSpg > li.active a, 
		.lSSlideOuter .lSPager.lSpg > li:hover a{
			background-color: rgba(20, 133, 170, 1);
		}

@import url('base.css');