/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

div.wrapper {
    background: url('./../images/logo_bg.jpg') repeat-x;
	min-height: 80%;
}

#header {
    background: url('./../images/logo_bg.jpg');
    height: 197px;
    position: relative;
    width: 100%;
}


#createYear {
	
	position: absolute;
}

#header h1 {
	
	color: #1777A9;
	font-family: serif;
	font-style: italic;
	left: 200px;
	position: absolute;
	text-align: center;
    top: 30px;
	zoom: 1;
}

@media (max-width: 767px) { 

	#header h1 {

		left: 0;
		text-align: center;
		margin: 0 auto;
		display: block;
		position: relative;
		top: 45px;
	}
}

#header h1 span#name_top {
	
	color: #fff;
}

h1 a:hover {
	text-decoration: none;
}

h1 a:hover span#name_top {
	color: #005580;
}

#headRight {
    float: right;
    margin: 0;
    padding: 0;
}

#headName{
    left:244px;
    position:absolute;
    top:39px;
    z-index:110;
}

#headNamePh, #headLeftPh{
    position:absolute;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 110;
}

#snaki {
    left:550px;
    position:absolute;
    top:-10px;
}

#headLeft{
    float: left;
    margin: 0;
    padding: 0;
}

.pl10 {
    padding-left: 10px;
}

h1, h2, h3, h4, h5, h6 {

    color: #135A88;
}

.errorMessage, div.errorSummary {
    color: #B94A48;
}

.navbar {
    margin-bottom: 20px;
}

#left_column {
    min-height: 1px;
}

#left_column.affix {
    top: 50px;
}

input.error_input, select.error_input {
	
	color: #b94a48;
	background-color: #f2dede;
	border-color: #b94a48;
}

div.errorSummary {

	border: 1px solid #B94A48;
	margin: 10px 0;
}

div.modal form {
	
	margin: 0;
}

div.modal {
	z-index: 550;
}
.modal-backdrop {
	z-index: 540;
}

.grid-view .filters input, .grid-view .filters select {
	
	width: 90%;
}

aside {
	
	border: 1px solid #F5F5F5;
	border-radius: 10px;
	box-shadow: 1px 1px 3px #3A627B;
	margin: 10px 0 0 0;
	min-height: 200px;
	padding: 0 0 5px 0;
	
}

aside h1 {
/*
background: -moz-linear-gradient(top, rgba(121,179,208,0.9) 0%, rgba(29,125,173,1) 100%); /* FF3.6+ /
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(121,179,208,0.9)), color-stop(100%,rgba(29,125,173,1))); /* Chrome,Safari4+ /
background: -webkit-linear-gradient(top, rgba(121,179,208,0.9) 0%,rgba(29,125,173,1) 100%); /* Chrome10+,Safari5.1+ /
background: -o-linear-gradient(top, rgba(121,179,208,0.9) 0%,rgba(29,125,173,1) 100%); /* Opera 11.10+ /
background: -ms-linear-gradient(top, rgba(121,179,208,0.9) 0%,rgba(29,125,173,1) 100%); /* IE10+ /
background: linear-gradient(to bottom, rgba(121,179,208,0.9) 0%,rgba(29,125,173,1) 100%); /* W3C /
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e679b3d0', endColorstr='#1d7dad',GradientType=0 ); /* IE6-9 /
*/
	
background: #F5F5F5;
	color: #0088CC;
	font-size: 16px;
	margin: 0;
	box-shadow: 0 0 2px #3A627B;
	border: 0 0 1px 0;
	border-radius: 10px 10px 0 0;
	padding: 0 20px;
}

aside div.body {
	
	padding: 10px;
}


.form-signin {
max-width: 330px;
padding: 15px;
margin: 0 auto;
}
.form-signin .form-control {
position: relative;
font-size: 16px;
height: auto;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.form-signin .form-control:focus {
z-index: 2;
}
.form-signin input[type="text"] {
margin-bottom: -1px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}

html,
body {
    height: 100%;
}

#logo_link {

    float:left;
}

body {
   /* padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}