/* For mobile: */
@media only screen and (max-width: 768px) {


/*---------------------
    Page
-----------------------*/

#page {
    width: 100%;
    height: 3300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 15px;
    border-radius: 4px 4px 4px 4px;
    background-color: #ffffff;
}

/*---------------------
    Header
-----------------------*/

.header {
    width: 92%;
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 10;
    padding-left: 4%;
    padding-right: 4%;
    font-family: Arial;
    font-weight: bold;
    background-color: #e2dfdf;
}
.logo {
    width: 80%;
    height: 40px;
    position: relative;
    float: left;
    text-align: left;

}
.logo1 {
    width: 100%;
    height: 40px;
    color: #ff0000;
    position: relative;
    float: left;
    font-size: 40px;
}
.logo2 {
    width: 100%;
    height: 80px;
    color: #02027f;
    position: relative;
    float: left;
    font-size: 16px;
}
.shortminu-lang {
    width: 20%;
    height: 80px;
    position: relative;
    float: left;
}
#shortminu {
    padding-top: 10px;
}
#navig-drop-menu {
	width: 170px;
    margin-right: 17px;
	display: none;
	position:relative;
	float:right;
}
.nav-button {
	width: 140px;
	height: 40px;
	background-color: #323da0;
	position:relative;
	margin-top: 1px;
	opacity: 0.9;
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #FFFFFF;
	line-height: 45px;
	font-size: 14px;
	font-weight: 500;
}

#lang {
    width: 70px;
    height: 25px;
    margin-top: 5px;
    position: relative;
    float: left;
}
.lang_drop {
    cursor: pointer;
    border: none;
    font-size: 14px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #252525;
    background-color: #e2dfdf;
}

/*---------------------
    Navigbar Section
-----------------------*/


/*---------------------
    Main
-----------------------*/

.ctrl-bar {
    display: none;
    background-color: #49ba2d;
}


.contacts {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

/*---------------------
    Footer
-----------------------*/

.footer {
    width: 90%;
    height: 50px;
    position: relative;
    float: left;
    margin-top: 5px;
    padding-top: 30px;
    padding-left: 5%;
    padding-right: 5%;
    color: #000066;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    background-color: #e2dfdf;
}

}
/* For mobile End */
