/* GENERAL CSS */

body {
	background: white;
	font-family: 'PT Sans', sans-serif;
}

h1,h2,h3,h4,h5,a,p {
	font-family: 'PT Sans', sans-serif;
}

ul.navbar-nav li .dropdown-menu a {
   height:35px;
}
span {
    color: #888 !important;
    font-family: 'PT Sans', sans-serif !important;
font-size: 17px !important;
}
.pageHeader {
    max-width: 500px;
    padding: 5px 5px;
	font-family: 'PT Sans', sans-serif;
}

.pageHeader h1 {
    color: #9b0808;
	font-family: 'PT Sans', sans-serif;
}


a {
    color: #9b0808;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

::selection {
    background: #9b0808;
    color: #fff;
    text-shadow: none;
}

.commercial {
	height: 450px;
	width: 100%;
}

/* TOPBAR CSS */

.topbar {
    background-color: #9b0808;
    color: white;
    padding: 10px 10px;
}

#topsms {
    color: white;
    margin-top: 40px;
	margin-bottom: 10px;
	 border: 2px solid #FFF;
}

#topbtn {
    margin-top: -5px;
    margin-bottom: 10px;
}

#topbtn:hover {
    background-color: white;
    color: white;
}


#toptext {
	color: white;
}


/* NAVBAR CSS */



.container-nav {
	margin-left: 40px;
	margin-right: 40px;
}

.navbar {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
}

.navbar-collapse.in {
    overflow-y: auto;
    overflow-x: hidden;
}

.navbar-brand {
	margin-top: 0px;
	margin-left: 30px;
    width: 558px;
    height: 120px;
	background: url(../img/logo.png) left center no-repeat;
    text-indent: -99999px;
}

ul.navbar-nav li a {
    padding: 35px 20px;
    background: white;
    border-top: 2px solid #9b0808;
    color: #9b0808;
    height: 50px;
}

ul.navbar-nav li.active a {
    background: #9b0808;
	border-top: 2px solid #9b0808;
    color: white;
    height: 50px;
}

ul.navbar-nav li a:hover, ul.navbar-nav li a:focus {
    background: #9b0808;
	border-top: 2px solid #9b0808;
    color: white;
    outline: 0;
}

ul.navbar-nav li.active a {
    background: #9b0808;
	border-top: 2px solid #9b0808;
    color: white;
    height: 50px;
}

.nav .open > a {
    background: #9b0808;
    color: white;
}

.nav .open > a:hover, .nav .open > a:focus {
    background: #9b0808;
    color: #fff;
}

ul.navbar-nav li.active .dropdown-menu a:hover {
    background: #9b0808;
    color: #fff;
    border: 0;
}

.languages {
	position: absolute;
	top: 40px;
	right: 50px;
}

.language {
	opacity: .5;
	transition: 0.2s all ease;
}

.language:hover {
	opacity: 1;
}


/* CONTAINER CSS */

.slider {
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
		}

.flex-caption {
    position: absolute;
    left: 0px;
    bottom: 50px;
    width: 45%;
    padding: 15px 80px;
    background: #1d1d1d;
    background: rgba(0, 0, 0, 0);
    font-size: 16px;
    line-height: 24px;
    color: white;
    text-align: left;
    font-style: italic;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.flex-caption p {
	margin-top: 5px;
	font-family: 'Fjalla One', sans-serif;
	font-size: 32px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);

}

.flex-direction-nav a {
    width: 60px;
    height: 60px;
    padding-top: 17px;
    background: #9b0808;
    color: #fff;
    text-shadow: none;
}

/* CALLME FUNCTION CSS */

.callmeInput {
	background-color: white!important;
	color: black!important;
}


button.btn {
    height: 30px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #9b0808;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    text-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.presentation-container {
    margin-top: 0px;
    background-color: #9b0808;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
}

.presentation-container h2,
.presentation-container p {
    text-align: center;
    background-color: transparent;
    color: white;
}

/* SERVICES CSS */

.service {
	background: #F9F9F9; 
}

.service h3 {
    margin-top: 13px;
    font-size: 14px;
    color: black;
}

a.big-link-1 {
    display: inline-block;
    padding: 5px 22px;
    background: #9b0808;
    color: #fff;
    font-style: italic;
    text-decoration: none;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

/* MEDIA QUERIES CSS */

@media screen(max-width: 460px) {

.navbar-brand {
	margin-top: -50px!important;
    width: 250px;
    height: 80px;
	background: url(../img/logomin.png) left center no-repeat;
}

ul.navbar-nav li.active a {
    background: #383838;
    color: #5d5d5d;
    height: 50px;
}

ul.navbar-nav li.active a:hover {
    background: #383838;
    color: #5d5d5d;
    height: 50px;
}


}

@media (max-width: 767px) {
    .navbar-toggle {
        margin-top: 35px !important;
    }
	
	ul.navbar-nav li a {
    padding: 38px 20px;
    background: #ffffff;
    border-top: none;
    height: 50px;
}
	
	ul.navbar-nav li.active a {
    background: #ffffff;
    color: black;
	}

	ul.navbar-nav li a:hover, ul.navbar-nav li a:focus {
		background: #ffffff;
		color: #5d5d5d;
		outline: 0;
	}

}

@media (min-width: 767px) {

	.main-content {
		text-align: left;
	
	}

    ul.navbar-nav li a {
    padding: 45px 15px;
    background: white;
    border-top: 2px solid #9b0808;
    height: 120px;
    font-size: 12px;
}

    ul.navbar-nav li.active a {
    background: #9b0808;
	border-top: 2px solid #9b0808;
    color: #fff;
    height: 120px;
	font-size: 12px;
    }

    ul.navbar-nav li a:hover, ul.navbar-nav li a:focus {
    background: #9b0808;
	border-top: 2px solid #9b0808;
    color: #fff;
    outline: 0;
    height: 120px;
    }
	
	ul.navbar-nav li .dropdown-menu a {
    height: 35px;
    border: none;
}
	ul.navbar-nav li .dropdown-menu a:hover {
    height: 45px;
    border: none;
}
	
}


@media screen and (max-width: 767px) {
    .navbar-brand {
	margin-top: 0px;
    width: 250px;
    height: 80px;
	background: url(../img/logomin.png) left center no-repeat;
}


.navbar-toggle {
    margin-top: 25px !important;
}
}

@media screen and (max-width: 460px) {

.navbar-brand {
	margin-top: -60px!important;
	margin-left: 5px;
    width: 250px;
    height: 80px;
	background: url(../img/logomin.png) left center no-repeat;
}

ul.navbar-nav li.active a {
    background: #9b0808;
    color: #ffffff;
    height: 50px;
}

ul.navbar-nav li.active a:hover {
    background: #9b0808;
    color: #ffffff;
    height: 50px;
}

.container-nav {
	margin-left: 0px;
	margin-right: 0px;
}


}

.frm-nixhier {
	display: none;

}