﻿@charset "utf-8";
/* CSS Document */

.header {
    /*float: right;*/
    width: 100%;
    min-width: 800px;
    box-shadow: 0 0px 2px #737373;
    /*background: #f5f5f5;*/
    background-color: white;
    margin: 0 0 4%;
    position: fixed;
    top: 0%;
    z-index: 3;
    /*height: 12%;*/
}

.logo {
    /*max-width: 1200px;
    padding: 0px 2% 10px;*/
    width: 96%;
    margin: auto;
}

.logo-right {
    margin-right: 0;
    float: left;
}

.logo-left{
	float:right;
    
    text-align: left;
    margin-top:30px;
}


/* STAERT FOOTER STYLE */

	/*.footer{
		width: 98%;
	}

	.footer .center{
		width: 980px;
		margin:auto;
	}

	.footer .top{
		float:right;
		width:100%;
		padding:10px 0;
		background:#fec10d;
	}

	.footer .top .services{
		float:right;
		width:100px;
		background:url(images/phone.png) no-repeat center top;
		color:#fff;
		text-align:center;
		padding:32px 0 0;
	}

	.footer .top .jobs{
		float:right;
		width:100px;
		background:url(images/jobs.png) no-repeat center top;
		color:#fff;
		text-align:center;
		padding:32px 0 0;
		border-left: 1px solid #fff;
    	border-right: 1px solid #fff;
	}

	.footer .top .about{
		float:right;
		width:100px;
		background:url(images/about.png) no-repeat center top;
		color:#fff;
		text-align:center;
		padding:32px 0 0;
	}

	.footer .top .lock {
		background: url("images/lock.png") no-repeat scroll left 3px;
		color: #FFFFFF;
		float: left;
		font-size: 21px;
		line-height: 16px;
		margin: 0px 0 0 20px;
		height: 42px;
		padding: 8px 0 0 35px;
		text-align: center;
		width: 50px;
	}
	.footer .top .lock span{
		font-size:12px;
		width:100%;
	}
	
	.footer .lists {
		background: #fff7e2;

		float: right;
		padding: 0;
		width: 100%;
		padding:50px 0;
	}	
	.footer .list {
	  float: right;
	  padding: 0 6% 0 0%;
	  width: 16%;
	}
	.footer .list h3 {
		direction: rtl;
		margin:0;
		padding:0 0 1%;
		font-size:14px;
	}	
	.footer .list ul {
		float: right;
		margin: 0 0px 0 0;
		padding: 0;
		width: 100%;
	}	
	.footer .list ul li {
		direction: rtl;
		line-height: 16px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
		float: right;
	}	
	.footer .list ul li a{
		text-decoration:none;
		color:#f5821f;
		font-size:12px;
		float: right;
		text-align:right;
		font-weight:bold;
	}
	
	.footer .list ul li a:hover{
		
	}*/

.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;
            }
			*/

@media only screen and (max-width: 991px) {

	.header {
		min-width: 100%;
		height: 8%;
		top: 0%;
		z-index: 4;
		color: whitesmoke;
		min-height: 95px;
		display: flex;
        align-items: center;
	}

	.logo-left {
		float: right;
		text-align: left;
		margin-top: 6px;
		max-height: 80%;
	}
}