#mainNav {
	background-color: #2e4d91;
	padding: 10px 0;
}

	#mainNav #menuIcon {
		display: none;
	}

	#mainNav nav {
		display: block;
		list-style-type: none;
	}
	
		#mainNav nav li {
			float: left;
			height: 36px;
			padding: 0 10px;
			position: relative;
		}
		
			#mainNav nav li a {
				color: #fff;
				display: block;
				font-size: 20px;
				height: 36px;
				line-height: 36px;
				text-decoration: none;
				text-transform: uppercase;
			}
			
			#mainNav nav li a:hover {
				color: #eee;
				text-decoration: none;
			}
			
				#mainNav nav ul {
					background-color: #2e4d91;
					display: none;
					left: 0;
					list-style-type: none;
					padding: 0;
					position: absolute;
					top: 36px;
					z-index: 1000;
				}
				
				#mainNav nav li:hover ul {
					display: block;
					min-width: 320px;
				}
				
					#mainNav nav ul li {
						float: none;
					}
					
						#mainNav nav ul li a {
							text-transform: none;
						}


header {
    background: url(../images/bg-top.png) #f1f1f1 left top repeat-x;
}


    header .logo-col {
        padding: 60px 0 30px 0;
    }

    header .slider-row {
        margin: 0;
        }
        header .slider {
            background-color: #fff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;

            -webkit-box-shadow: 0px 0px 15px #aaa;
            -moz-box-shadow: 0px 0px 15px #aaa;
            box-shadow:  0px 0px 15px #aaa;
            height: 364px;
            margin-bottom: 20px;
            overflow: hidden;
            padding: 30px 60px;
            position: relative;
        }

            .slider .slide {
                bottom: 0;
                left: 0;
                max-height: 440px;
                position: absolute;
                right: 0;
                top: 0;
                width: 100%;
            }

                .slide .img-block {
                    max-height: 364px;
                    overflow: hidden;
                    width: 100%;
                }

                .slide .img-block img {
                    width: 100%;
                }

                .slide p {
                    color: #000;
                    font-size: 22px;
                    padding: 20px;
                }

    header .products {

    }

        header .products .col-md-3 {
            padding-bottom: 20px;
        }

            header .products a {
                background-color: #fff;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;

                -webkit-box-shadow: 0px 0px 15px #aaa;
                -moz-box-shadow: 0px 0px 15px #aaa;
                box-shadow:  0px 0px 15px #aaa;

                color: #000;
                display: block;
                font-size: 20px;
                overflow: hidden;
                padding: 15px;
            }

                .products a img {
                    width: 100%;
                }

                .products a h2 {
                    font-size: 24px;
                    height: 60px;
                    line-height: 30px;
                    overflow: hidden;
                }

    section.product-calculate {
        padding: 20px 0;
    }

        section.product-calculate h2 {
            color: #026378;
            font-size: 36px;
            font-weight: bold;
            text-transform: uppercase;
        }

        section.product-calculate p {
            color: #026378;
            font-size: 21px;
            line-height: 32px;
            padding: 0 30px 30px 30px;
        }

        section.product-calculate .btn {
            margin-bottom: 10px;
        }

    section.kgfb { background-color: #b4b4b4; }
    section.casco { background-color: #e0dfdf; }
    section.lakas { background-color: #fff; }

    section.casco .btn-default,
    section.lakas .btn-default {
        background-color: #b4b4b4;
        color: #fff;
    }

section.news {
    background-color: #eaeaea;
    background: -webkit-linear-gradient(left,#eaeaea 50%,#f1f1f1 50%);
    background: -o-linear-gradient(left,#eaeaea 50%,#f1f1f1 50%);
    background: -moz-linear-gradient(left,#eaeaea 50%,#f1f1f1 50%);
    background: linear-gradient(to right, #eaeaea 50%,#f1f1f1 50%);
}

    .news .contact {
        background-color: #eaeaea;
        padding: 20px;
    }

    .news .contact h3 {
        color: #4eafd3;
        font-size: 24px;
        font-weight: normal;
        text-transform: uppercase;
    }
    
        .contact h3 span {
            font-size: 50px;
            font-weight: bold;
        }
        
        .contact p {
            color: #000;
            font-size: 18px;
            padding: 15px 0;
        }

    .news .bip-news {
        background-color: #f1f1f1;
        padding: 20px;
    }

        .bip-news h3 {
            color: #000000;
            font-size: 26px;
            font-weight: bold;
            margin-bottom: 25px;
        }

            .bip-news h3 a {
                color: #e94e1b;
                font-style: italic;
            }

            .bip-news h3 a:hover {
                text-decoration: none;
            }

        .bip-news .smallNews {
            cursor: pointer;
            padding: 10px 0;
        }

            .smallNews img {
                width: 100%;
            }
            
            .smallNews h3 {
                color: #000;
                font-size: 18px;
                font-weight: bold;
                margin: 5px 0 13px 0;
            }

            .smallNews p {
                color: #000;
            }

.btn-default {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #4eafd3;
    font-size: 18px;
    text-transform: uppercase;
}

.btn-primary {
    background-color: #4eafd3;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

footer {
    background-color: #69d2e7;
}

    footer nav {
        list-style-type: none;
        padding: 12px 0;
		height: 110px
    }

        footer nav li {
            border-right: 1px solid #fff;
            color: #fff;
            font-size: 16px;
            float: left;
            padding: 3px 10px;
        }

        footer nav li:last-child {
            border: 0;
        }

            footer nav li a {
                color: #fff;
            }

            footer nav li a:hover {
                color: #eee;
                text-decoration: none;
            }

    footer img {
        padding: 20px;
    }