body {
    font-family: 'Open Sans', sans-serif;
    color: #494949;
    font-weight: 400;
    line-height: 24px;

}
a:hover,
a:focus {
    text-decoration: none;
}
/* ------------------ header css start ------------------*/

header {
    background: url("../images/jigsaw-bg.gif");
    padding: 13px 0;
}
.logo {
    float: left;
}
.logo img {
    display: inline-block;
}
.header-info {
    float: right;
    text-align:right; 
}
.header-address {
    text-align: right;
    font-size: 16px;
    font-weight: 700;
}
.header-phone {
    font-size: 28px;
    font-weight: 700;
    color: #645fd9;
}
.social-media {
    text-align: right;
}
.social-media i {
    height: 30px;
    width: 30px;
    text-align: center;
    vertical-align: baseline;
    line-height: 2em;
    color: #fff;
    border: 1px solid #fff;
    margin-left: 2px;
    transition: background 0.2s ease-out;
}
.fa-facebook:hover,
.fa-linkedin:hover,
.fa-google-plus:hover {
    background: #0e7ac3;
}
.fa-facebook {
    background: #3b5999;
}
.fa-linkedin {
    background: #0274b3;
}
.fa-google-plus {
    background: #dc4a38;
}
.google-translate {
    margin-top: 15px;
    float: right;
    clear: both;
}
/* ------------------ navigation start  ------------------*/

.navbar {
    border: none;
    margin-bottom: 0;
    border-radius: 0;
    font-weight: 400;
    position: relative;
}
.navbar-default {
    background: #e3362d;
}
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li ul>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li ul>li>a:hover,
.navbar-default .navbar-nav>li ul>li>a:focus {
    color: #fff;
    background-color: #645fd9;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: #645fd9;
    color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle {
    border-radius: 0;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: #645fd9;
}
.header-nav ul {
    list-style: none;
    position: relative
}
.header-nav ul li a {
    display: block;
    text-decoration: none;
}
.header-nav ul li:hover {
    background: #645fd9
}
.header-nav ul li:hover > ul {
    display: block
}
.header-nav ul:after {
    content: "";
    clear: both;
    display: block
}
.header-nav ul ul {
    z-index: 100;
    display: none;
    background: #b40f06;
    border-radius: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 300px;
}
.header-nav ul ul li {
    float: none;
    border-top: 1px solid #99110a;
    position: relative;
}
.header-nav ul ul li a {
    padding:10px;
}

.header-nav ul ul li a:hover {
    background: #0a171f
}
/* ------------------ hero image start ------------------*/

.parallax {
    height: 500px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.parallax-1 {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/hero-bg.jpg");
}
.hero-text {
   margin-top:12%;
    text-align: center;
}
.hero-text h1 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
}
.hero-text p {
    font-size: 18px;
    color: #fff;
}
.hero-btn {
    font-size: 18px;
    color: #fff;
    background: none;
    border: 1px solid #fff;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 40px;
    transition: all 0.2s linear;
}
.hero-btn:hover {
    text-decoration: none;
    background: #645fd9;
    border: 1px solid #645fd9;
    color: #fff;
}
/* ------------------ main css start ------------------*/

main {
    padding-bottom: 30px;
    padding-top:50px;
    min-height: 500px;
}
main h2 {
    font-size: 28px;
    font-weight: 700;
    color: #e3362d;
    margin: 0 0 25px
}

.left-content>h2:first-child {
    margin-top:0;
}
.home-product {
    margin: 15px 0;
    text-align: center;
}

.home-product span:first-child  {
    height:48px;
}

.home-product span {
    font-weight: 700;
    color: #494949;
    display: block;
    margin: 5px 0;
    font-size: 16px;
}

.product-catalogue li {
    list-style: none;
}


/* --------------- Carousel css start --------------*/

.carousel-control.left, .carousel-control.right {
    background-image:none;
}
.carousel-caption {
    position:initial;
    padding:5px 10px;
    background:#645fd9;
    text-shadow:none;
    bottom:0;
    left:0;
    right:0;
}

.carousel-indicators {
    display:none;
}


/* --------------- Product Catalogue css start --------------*/

.btn {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.catalogue-btn {
    width: 100%;
    background: #e3362d;
}
.catalogue-btn:hover,
.catalogue-btn:focus {
    color: #fff;
    background:#f6453c;
}
/*
.inquiry-btn {
    background: #645fd9;
	padding:5px 15px !important;
	font-size:16px !important;
}
.inquiry-btn:hover,
.inquiry-btn:focus {
    color: #fff;
}
*/
.product-catalogue ul {
    padding: 0;
    margin-bottom: 1px;
}
.product-catalogue ul>li {
    background: #791a15;
    border-top: 1px #fff solid;
    display: block;
    padding: 5px 50px;
    font-weight: 700;
}
.product-catalogue ul li a {
    color: #fff;
}
.product-catalogue ul>li ul li {
    padding-left: 20px;
    font-weight: 300;
}
.btn {
    border-radius: 0;
    text-align: left;
    padding-left: 30px;
    border-top: 1px #fff solid;
}
/* --------------- Footer css start --------------*/

footer {
    background: #3c3c3c;
    color: #fff;
    padding: 30px 0;
}
.footer-logo {
    float: left;
}
.footer-nav {
    float: right;
}
.footer-nav ul li {
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 0 10px;
}
.footer-nav ul li:last-child {
    border-right: none;
    padding-right: 0;
}
.footer-nav a {
    color: white;
}
.copyright {
    float: right;
    color: #d1caca;
}
/* ------------- Product Selector page css start -----------*/

span.price {
    font-weight: 400;
    font-size: 16px;
}
.info-btn {
    background: #645fd9;
    padding: 5px 15px;
    color: #fff;
    display: inline-block;
    margin-top: 5px;
}

.info-btn:hover, .order-btn:hover, .inquiry-btn:hover {
    background:#9893fe;
    color:#fff;
}
/* ------------- Product Detail page css start -----------*/

p.price {
    font-weight: 700;
    font-size: 24px;
}
.order-btn, .inquiry-btn {
    background: #645fd9;
    padding: 5px 15px;
    color: #fff;
    display: inline-block;
    margin-top: 5px;
	font-weight: 700;
	font-size:16px;
}
.downloads ul {
    list-style: none;
    padding-left: 0;
}
.download-info {
    float: left;
    margin-right: 20px;
    text-align: center;
}
.download-info p {
    font-size: 12px;
    font-weight: 400;
}
.downloads img {
    height: 40px;
    width: 40px;
}


/* ------------- Link page css start -----------*/

.link {
    border:1px solid #ccc;
    margin:20px 0;
    padding:15px 0;
}

.link h3 {
    margin-top:0;
    color:#e3362d;
    font-weight: 700;
}

.link img {
    display: block;
    margin-bottom:10px;
}

/* ------------- Contact page css start -----------*/

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    margin: 0px 0 20px;
}

.contact-form .control-label {
    font-weight: 300;
    text-align:left;
    padding-right:0;
}

.address-info h2 {
    margin-top:0;
}

.location-caption {
    font-size: 13px;
    margin-top: 5px;
    font-style: italic;
}

.fieldError {
    color:#e3362d;
}


/* --------------- Media queries css start --------------*/

@media (max-width: 768px) {
    .header-info,
    .google-translate,
    .footer-logo,
    .footer-nav,
    .copyright,
    .logo {
        float: none;
        clear: both;
        text-align: center;
    }
    .header-address,
    .social-media {
        text-align: center;
    }
    .footer-logo {
        margin-bottom: 20px;
    }
    .footer-nav {
        text-align: center;
    }
    .footer-nav ul {
        padding-left: 0;
    }
    .header-nav ul ul {
        position:relative;
        width:auto;
    }