/* Global Styles */
    html,
    body {
        height: 100%;
    }
    body {
        padding-top: 50px;
        background-color: #f1f1f1;
    }
    a {
        color: #630307;
    }
    a:hover, a:active, a:focus {
        color: #111;
        text-decoration: none;
    }
    .align-center {
        text-align: center !important;
    }
    .align-right {
        text-align: right !important;
    }
    p, .align-justify {
        text-align: justify !important;
    }
    .uppercase {
    	text-transform: uppercase;
    }
    .font-xs {
        font-size: 0.8em !important;
    }
    .magin-center {
        margin: auto !important;
    }
    .height100{
        height: 100%;
    }
    img.responsive {
    	width: 100%;
    }
    .dashedBott {
    	border-bottom:1px dashed #ddd;
    	padding-bottom: 5px;
    	margin-bottom: 5px;
    }
    .dashedTop {
    	border-top:1px dashed #ddd;
    	padding-top: 5px;
    	margin-top: 5px;
    }
    hr {
        border-top: 1px solid #ddd;
    }
    .index_logo {
        max-width:320px;
        margin-top:100px !important;
    }
    .index_slogan {
        max-width:200px;
        margin-top:20px !important;
    }
    .no-padding {
    	padding: 0 !important;
    }
    .index_ling {
        font-style: italic;
        text-align: center;
        margin-top: 30px;
    }

/*MENU TOP*/
    .navbar-brand {
        padding: 11px 15px 5px;
    }
    .navbar-brand img{
        width: 360px;
    }
    .navbar-nav>li>a {
        font-size: 11px;
        padding: 15px 10px;
    }
    .dropdown-menu>li {
        border-bottom: 1px solid #eee;
    }
    .dropdown-menu>li>a {
        color: #630307;
        font-size: 12px;
        padding: 10px;
    }
    .dropdown-menu>li>a:before {
		content: '';
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #333;
		padding-right: 10px;
		display: inline-block;;
    }
/*END MENU TOP*/

/*CAROUSEL*/
    header.carousel {
        height: 350px;
        background-color: #222;
    }
    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;
    }
    .carousel-inner .item img {
        width: auto;
        height: 350px;
        margin: auto;
    }
/*END CAROUSEL*/

/*CONTENT*/
    h1 {
        color: #630307;
    }
    h1.page-header {
        font-family: times, georgia, serif;
        font-size: 24px;
        text-transform: uppercase;
        border-bottom: 1px solid #ddd;
    }
    h2.page-header {
        font-family: times, georgia, serif;
        font-size: 20px;
        text-transform: uppercase;
        border-bottom: 1px solid #ddd;
        margin: 20px 0 20px;
    }
    img.decoration {
        border-bottom: 10px solid #630307;
        margin-bottom: 20px !important;
    }
    .img-portfolio {
        margin-bottom: 30px;
    }
    .img-hover:hover {
        opacity: 0.8;
    }
    .row li {
    	padding-bottom: 10px;
    }
    .row li ul {
    	padding-top: 10px;
    }
    form input[type=button], 
    form input[type=reset], 
    form input[type=submit]{
    	text-transform: uppercase;
    	width: 100%;
    	height: 50px;
    	background-color: #666;
    	border: none;
    }
    form input[type=button]:hover, 
    form input[type=reset]:hover, 
    form input[type=submit]:hover,
    form input[type=button]:active, 
    form input[type=reset]:active, 
    form input[type=submit]:active,
    form input[type=button]:focus, 
    form input[type=reset]:focus, 
    form input[type=submit]:focus{
    	background-color: #999;
    }
    label {
	    font-weight: normal;
	}
    .img_aboutus{
        max-height: 400px;
        padding-top: 24px;
    }
    .letter_aboutus p{
        /*line-height: 2;*/
    }
    .img-contact {
        height: 300px;
        background: url('../img/contact_img.jpg') no-repeat center top;
        background-size: cover;
        border-bottom: 10px solid #630307;
        margin-bottom: 20px !important;
        overflow: hidden;
    }
/*END CONTENT*/

/*FOOTER*/
    footer {
        font-size: 11px;
        margin: 30px 0;
    }
    footer img{
        width: 150px;
    }
    .footer_nd {
        font-size: 9px;
        text-align: right;
    }
/*END FOOTER*/

/* Responsive Styles */
    @media (min-width: 1200px) {
        .container {
            width: 1000px;
            padding-right: 50px;
            padding-left: 50px;
        }
        nav .container {
            padding-right: 50px;
            padding-left: 50px;
        }
        .nav>li>a {
            padding: 15px 10px 0;
        }
        header.carousel {
            height: 350px;
        }
        .carousel-inner .item img {
            width: 900px;
            height: 350px;
        }
    }

	@media(max-width:991px) {
	    .customer-img,
	    .img-related {
	        margin-bottom: 30px;
	    }
        nav .container {
            padding-right: 0px;
            padding-left: 0px;
        }
	    .navbar-brand img{
	        width: 200px;
	        padding-top: 8px;
	    }
	}

	@media(max-width:767px) {
		nav .container {
		    padding-right: 15px;
		    padding-left: 15px;
		}
		.dropdown-menu>li>a:before {
			border-left: 5px solid #eee;
	    }
	    .img-portfolio {
	        margin-bottom: 15px;
	    }
        .img-contact {
            height: 150px;
        }
	    header.carousel {
	        height: 50%;
            max-height: 350px;
	    }
	    footer p{
	        text-align: center !important;
	    }
	}