/* For desktop: */
@media only screen and (min-width: 768px) {

/*---------------------
    Page
-----------------------*/

#page {
    max-width: 1200px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 15px;
    border-radius: 4px 4px 4px 4px;
    background-color: #fafbfa;
}

/*---------------------
    Header
-----------------------*/

.header {
    width: 90%;
    height: 90px;
    top: 20px;
    position:relative;
    z-index: 10;
    padding-left: 5%;
    padding-right: 5%;
    font-family: Arial;
    font-weight: bold;
    background-color: #e2dfdf;
}
.logo {
    width: 60%;
    height: 90px;
    position: relative;
    float: left;
    text-align: left;
}
.logo1 {
    width: 100%;
    height: 60px;
    color: #ff0000;
    position: relative;
    float: left;
    font-size: 45px;
}
.logo2 {
    width: 100%;
    height: 30px;
    color: #02027f;
    position: relative;
    float: left;
    font-size: 22px;
}
.shortminu-lang {
    width: 40%;
    height: 90px;
    position: relative;
    float: left;
}
#shortminu {
    display: none ;
}
#navig-drop-menu {
    display: none ;
}
#lang {
    width: 20%;
    height: 20px;
    margin-top: 25px;
    position: relative;
    float: right;
}
.lang_drop {
    cursor: pointer;
    border: none;
    font-size: 14px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #252525;
    background-color: #e3dede;
}
/*---------------------
    main
-----------------------*/
.ctrl-bar {
    width: 98%;
    height: 50px;
    position: relative;
    float: left;
    margin-top: 20px;
    margin-left: 1%;
    margin-right: auto;
    border-radius: 6px 6px 6px 6px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 45px;
    color: #b59dfd;
    background-color: #070565;
}

.ctrl-bar-btn-left {
    width: 10%;
    height: 50px;
    position: relative;
    float: left;
    margin-left: 6px;
    text-decoration: none;
    background-color: #1e2871;
}
.ctrl-bar-btn-left:hover {
    color:#e2dfdf;
    background-color: #3845aa;
}
a:visited {
	color: #b59dfd;
}

.contacts {
    width: 98%;
    height: 180px;
    position: relative;
    float: left;
    margin-top: 20px;
    margin-left: 1%;
    margin-right: auto;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.adrs {
    width: 34%;
    height: 180px;
    position: relative;
    float: left;
    margin-top: 20px;
    margin-left: 1%;
    margin-right: auto;
    font-size: 16px;
    text-align: left;
}
.phon {
    width: 29%;
    height: 180px;
    position: relative;
    float: left;
    margin-top: 20px;
    margin-left: 1%;
    margin-right: auto;
    font-size: 16px;
    text-align: left;
}
.email {
    width: 34%;
    height: 180px;
    position: relative;
    float: left;
    margin-top: 20px;
    margin-left: 1%;
    margin-right: auto;
    font-size: 16px;
    text-align: left;
}


/*---------------------
    footer
-----------------------*/

.footer {
    width: 90%;
    height: 70px;
    position: relative;
    float: left;
    bottom: 5px;
    padding-left: 5%;
    padding-right: 5%;
    font-family: Arial;
    text-align: center;
    line-height: 70px;
    background-color: #e2dfdf;
}

}
/* For desktop End */

