﻿@charset "utf-8";
/* CSS Document */

.header1 {
    float: right;
    width: 100%;
    min-width: 800px;
    box-shadow: 0 4px 6px #737373;
    background: #f5f5f5;
    margin: 0 0 4%;
    margin: 0 0 1%;
}

.logo {
    /*max-width: 1200px;
    padding: 0px 2% 10px;*/
    width: 96%;
    margin: auto;
}


#logoShield {
    width: 4%;
    height: 8%;
    margin-right: 0;
}

#logoText {
    float: left;
    width: 16%;
    text-align: left;
}

.menu {
    float: right;
    width: 100%;
    margin: 0;
    background-color: rgba(0,49,134,1);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#385ea1', endColorstr='#003186',GradientType=0 );
    box-shadow: 0 4px 4px #7d7d7d;
}

.sub a {
    background: url(../images/triangle.png) no-repeat left center;
    padding-left: 20px;
    width: 100%;
    cursor: pointer;
}

.sub span {
    background: url(../images/triangle.png) no-repeat left;
    padding-left: 25px;
    width: 100%;
    cursor: pointer;
}

.menu ul {
    width: 100%;
    min-width: 800px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    cursor: pointer;
}

    .menu ul li {
        color: #FFFFFF;
        float: right;
        font-size: 14px;
        padding: 15px 10px;
        position: relative;
        -moz-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
        -webkit-transition: all 0.8s ease-in-out;
    }

        .menu ul li:hover {
            background: #2D5A9E;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
        }

            .menu ul li:hover > ul {
                display: block;
            }

        .menu ul li a {
            color: #fff;
            text-decoration: none;
			padding:inherit;
        }

    .menu ul ul {
        background: none repeat scroll 0 0 #2d5a9e;
        box-shadow: 0 10px 12px #414141;
        display: none;
        float: right;
        max-width: 220px;
        min-width: 220px;
        padding: 5px 0;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 10;
    }
        .menu ul ul li {
            border-bottom: 1px solid #3966aa;
            border-top: 1px solid #1f4c90;
            float: right;
            font-size: 12px;
            margin: 0 5%;
            padding: 0;
            width: 90%;
            margin-left: 10px;
            -moz-transition: all 0.8s ease-in-out;
            -o-transition: all 0.8s ease-in-out;
            transition: all 0.8s ease-in-out;
            -webkit-transition: all 0.8s ease-in-out;
        }

            .menu ul ul li:hover {
                background: #224f93;
                padding-right: 3%;
                -moz-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
                -webkit-transition: all 0.5s ease-in-out;
                width: 87%;
            }


            .menu ul ul li:first-child {
                border-top: none;
            }

            .menu ul ul li:last-child {
                border-bottom: none;
            }

            .menu ul ul li a {
                float: right;
                padding: 7px 15px;
                text-align: right;
                background: none;
            }

    .menu ul li:hover > ul {
        display: block;
    }


    .menu ul ul ul {
        right: 100%;
        top: 0;
        background: #4572B6;
        box-shadow: none;
    }

        .menu ul ul ul li {
            border-bottom: 1px solid #5b88cc;
            border-top: 1px solid #2b589c;
        }


            .menu ul ul ul li:hover {
                background: #3562a6 !important;
            }

.footer {
    background: none repeat scroll 0 0 #DEDEDE;
    border-top: 1px solid #B0B0B0;
    bottom: 0;
    float: left;
    /*margin: 4% 0 0;*/
    /* position: fixed;*/
    width: 100%;
    min-width: 800px;
}

    .footer .footer_content {
        width: 100%;
        min-width: 800px;
        max-width: 1200px;
        margin: auto;
    }

    .footer .small_logo {
        float: right;
        /* padding: 2%;*/
        width: 20%;
    }

        .footer .small_logo img {
            height: 40px;
        }

    .footer .cards {
        float: left;
        margin-left: 0;
        /* padding: 3% 2% 3% 6%;*/
        width: 63%;
    }

        .footer .cards img {
            width: 100%;
        }

    .footer .address {
        width: 100%;
        text-align: center;
        background-color: rgba(0,49,134,1);
        /*background: #0d3a7e; /* Old browsers */
        /*background: -moz-linear-gradient(top,  #0d3a7e 0%, #1351af 100%); /* FF3.6+ */
        /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d3a7e), color-stop(100%,#1351af)); /* Chrome,Safari4+ */
        /*background: -webkit-linear-gradient(top,  #0d3a7e 0%,#1351af 100%); /* Chrome10+,Safari5.1+ */
        /*background: -o-linear-gradient(top,  #0d3a7e 0%,#1351af 100%); /* Opera 11.10+ */
        /*background: -ms-linear-gradient(top,  #0d3a7e 0%,#1351af 100%); /* IE10+ */
        /*background: linear-gradient(to bottom,  #0d3a7e 0%,#1351af 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3a7e', endColorstr='#1351af',GradientType=0 ); /* IE6-8 */
        color: #fff;
        float: right;
        padding: 0% 0;
        direction: rtl;
    }

.footer_line {
    /*background:#0D3A7E;*/
    /*background: #0d3a7e; /* Old browsers */
    /*background: -moz-linear-gradient(top,  #0d3a7e 0%, #1351af 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d3a7e), color-stop(100%,#1351af)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  #0d3a7e 0%,#1351af 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  #0d3a7e 0%,#1351af 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  #0d3a7e 0%,#1351af 100%); /* IE10+ */
    /*background: linear-gradient(to bottom,  #0d3a7e 0%,#1351af 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3a7e', endColorstr='#1351af',GradientType=0 ); /* IE6-8 */
    background-color: rgba(0,49,134,1);
    float: right;
    width: 100%;
}


.menu-red {
    float: right;
    width: 100%;
    margin: 0;
	margin-bottom:12px;
    background-color: #c72564; 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#385ea1', endColorstr='#003186',GradientType=0 );
    box-shadow: 0 4px 4px #7d7d7d;
}

.sub a {
    background: url(../images/triangle.png) no-repeat left center;
    padding-left: 20px;
    width: 100%;
    cursor: pointer;
}

.menu-red ul {
    width: 100%;
    min-width: 800px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 6px;
    list-style-type: none;
    cursor: pointer;
	background-color:#ffff; 
	margin-bottom:12px;
	font-family: 'Varela Round', sans-serif;
}

    .menu-red ul li {
        color: #FFFFFF;
        float: right;
        font-size: 14px;
        padding: 15px 20px;
        position: relative;
        -moz-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
        -webkit-transition: all 0.8s ease-in-out;
    }

        .menu-red ul li:hover {
			
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
			border-bottom:1px solid white;
			/*opacity: 0.8;*/
        }

            .menu-red ul li:hover > ul {
                display: block;
            }

        .menu-red ul li a {
            color: #fff;
            text-decoration: none;
        }
		
		.menu-headline{
			font-size: 37px;
			line-height: 12px;
		}
		.menu-headline:hover{
			border-bottom: 0;
			cursor: default;
		}

/*
            .menu-red ul ul ul li:hover {
                background: #c72564 !important;
            }
			*/