﻿@charset "utf-8";
body, html {
	background:url("../images/repeated-background.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin:0px;
	padding:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#647b8b!important;
}
.pageBox {
    position:absolute; 
    top:0px; 
    left:0px; 
    right:0px; 
    bottom:0px; 
    width:100%;
}
.contentBoxLeft { position:absolute; width:20%; height:100%; background-color:#b6b6b6; }
    .contentBoxRight { position:absolute; width:80%; left:20%; height:100%; background-color:white; }    
    .contentBoxLeft,
    .contentBoxRight { overflow:auto; overflow-x:hidden; }
.google-maps {
    position: relative;
    padding-bottom: 75%; /* This is the aspect ratio*/
    height: 0;
    overflow: hidden;
    margin-bottom:100px;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    border:1px solid #d1d1d1;
    width: 100% !important;
    height: 100% !important;
}
.sublinks {
    background-color:#48A18A;
    width:100%;
    padding:0 10px;
}
    .sublinks li {
        border-bottom:1px dotted white;
        padding:2px 0 2px 10px;
        list-style:none;
    }
    .sublinks li a {
        color:white;
        background:url(../images/right-arrow.png) no-repeat left 5px;
        color: white;
        padding-left: 15px;
    }
    .sublinks li a:hover {
        color:#fad260;
        text-decoration:none;
    }
    
.NoPadding
{
    padding:0!important;
    }
.selected {
    background-color:#48A18A;
    color:white;
    font-weight:normal!important;
    padding-right:5px!important;
    padding-left:5px!important;
    margin-right:-5px;
    margin-left:-5px;
}
    .navbar-custom .nav.navbar-nav > li > .selected:hover {
        background-color:#48A18A!important;
        color:white!important;
    }
.nav > li
{
    border-bottom: 1px dotted #D1D1D1;
    display: block;
    padding: 0 5px;
    }
.nav.navbar-nav > li > a {
    padding: 5px 0;
}
.navbar-nav > li > a:hover {
    color:#E0346A!important;
}
.navbar-nav > li > .selected{
    color:#E0346A!important;
    font-weight:bold;
    }
.top-Header {
    position:relative;
}
.header
{
   	padding-bottom:30px;
    position:absolute;
    top:0px;
    margin:0!important;
    width:100%;
    }
.content
{
	/*height:100%;
    bottom:150px;*/
    top:190px;
    width:100%;
    position:absolute;
    background:url(../images/repeated-background.jpg) repeat;
	}

.subtitle 
{
    color: #48423D;
    font-weight:bold;
    }
.wrapper{
	width:960px;
	margin:3px auto 20px;
	background-color:#f3ece4;
	}
.header .date {
    display:none;
}
.registeration.text {
    display:none;
}
.sideMenu {
    background-color:#E07C2C;
}
.navbar-custom {
    background-color:#e07c2c;
    border-radius:0!important;
    margin-bottom:0!important;
    padding-left:5%;
    padding-top:5%;
    padding-bottom:5%;
}
.clear{
	clear:both;
	}

.navbar-custom .navbar-nav > li > a {
    color:white!important;
}
    .navbar-custom .nav.navbar-nav > li > a:hover {
        background:none;
        color:#FAD260!important;
    }
.topMenu {
    background:url(../images/top-menu.png) no-repeat bottom left/ 100% 100%;
    height:39px;
    margin-bottom:-1px;
}
.menuTitle {
    background:url(../images/mainMenu.png) no-repeat bottom right/ 100% 100%;
    height: 150px;
    margin-bottom: -110px;
    padding: 12% 15%;
    font-size:18px;
    color:#ffffff;
    margin-top:20px;
}
.menu-bottom {
    background:url(../images/bottom-menu.png) no-repeat bottom left/ 100% 100%;
    height:39px;
    margin-top:-1px;
}
.Home-News {
    background-color:#48a18a;
    color:white;
    padding:15px 10px;
    min-height:250px;
}
.newsTitle {
    background:url(../images/Top-News.png) no-repeat bottom right/ 100% 100%;
    color: white;
    font-size: 18px;
    height: 48px;
    padding: 8% 16%;
}
.path {
    float:right;
    margin:20px;
}

/*---------------------------------------------Large View---------------------------------------------------*/
@media (min-width: 1200px) {
    .header {
        height:190px;
    }
    .content {
        top:190px;
    }
    .mainTitle
    {
        position:absolute;
        top:10px;
        left:10px;
        }
    .names {
        position: absolute;
        right: 0px;
        top: 75px;
    }

    .bibalex {
        position: absolute;
        right: 130px;
        top: 10px;
    }

    .ecsite {
        position: absolute;
        right: 250px;
        top: 62px;
    }

    .registeration {
        position: absolute;
        top: 3px;
        left: 435px;
    }
    .main-content {
        padding-top:20px;
        left:-15px;
    }
    .mainMenu {
        left:-15px;
    }
}


/*--------------------------------------------Medium View---------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
    .header {
        height:170px;
    }
    .content {
        top:170px;
    }
    .mainTitle
    {
        position:absolute;
        top:20px;
        left:10px;
        }
        .mainTitle img {
                width:290px;
            }
    .names {
        position: absolute;
        right: 10px;
        top: 70px;
    }

    .bibalex {
        position: absolute;
        right: 115px;
        top: 10px;
    }
    .ecsite {
        position: absolute;
        right: 225px;
        top: 62px;
    }
        .ecsite img,
        .names img,
        .bibalex img{
                width:140px;
            }
    .registeration {
        position: absolute;
        top: 3px;
        left: 340px;
    }
        .registeration img {
            width:230px;
        }
    .main-content {
        padding-top:80px;
        left:-15px;
    }
    .mainMenu {
        left:-15px;
    }
}

/*--------------------------------------------Small View----------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
    .header {
        height:150px;
    }
    .content {
        top:150px;
    }
    .newsTitle {
        background:none;
        color:rgb(58, 151, 145);
        padding:0px;
        font-size:24px;
    }
    .Home-News {
        min-height:50px;
        background-color:transparent;
        padding: 0 5px !important;
    }
    .News li a:link, .News li a:visited {
        color:#004280!important;
    }
    .menuTitle {
        padding: 18%;
        font-size: 14px;
        font-weight: bold;

    }
    .mainTitle
    {
        position:absolute;
        top:30px;
        left:10px;
        }
        .mainTitle img {
                width:210px;
            }
    .names {
        position: absolute;
        right: 5px;
        top: 59px;
    }

    .bibalex {
        position: absolute;
        right: 85px;
        top: 10px;
    }
    .ecsite {
        position: absolute;
        right: 160px;
        top: 52px;
    }
        .ecsite img,
        .names img,
        .bibalex img {
                width:120px;
            }
    .registeration {
        left: 245px;
        position: absolute;
        top: 1px;
    }
        .registeration img {
            width:210px;
        }
        .main-content {
        padding-top:80px;
        left:-15px;
    }
        .mainMenu {
        left:-15px;
    }
}

/*------------------------------------------x-Small View----------------------------------------------------*/
@media (min-width: 681px) and (max-width: 767px) {
    .header {
        height:130px;
        background:url("../images/headerBG.jpg") no-repeat -433px bottom!important;
    }
    .content {
        top:130px;
    }
    #content {
        padding-right:0;
    }
    .newsTitle {
        background:none;
        color:rgb(58, 151, 145);
        padding:0px;
        font-size:24px;
    }
    .Home-News {
        min-height:50px;
        background-color:transparent;
        padding: 0 5px !important;
    }
    .News li a:link, .News li a:visited {
        color:#004280!important;
    }
    .navbar-custom {
        padding:0%;
    }
    .navbar-toggle
    {
        background-color:#F8BA35!important;
        }
    .navbar-custom .navbar-toggle .icon-bar
    {
        background-color:#E07C2C!important;
        }
    .mainTitle
    {
        position:absolute;
        top:30px;
        left:10px;
        }
        .mainTitle img {
                width:180px;
            }
    .names {
        position: absolute;
        left: 580px;
        top: 50px;
    }

    .bibalex {
        position: absolute;
        left: 515px;
        top: 10px;
    }
    .ecsite {
        position: absolute;
        left: 450px;
        top: 45px;
    }
    .ecsite img,
    .names img,
    .bibalex img{
            width:90px;
        }
    .registeration {
        left: 235px;
        position: absolute;
        top: 1px;
    }
        .registeration img {
            width:180px;
        }
}

@media (max-width: 680px) {
    .header {
        height:130px;
        background:url("../images/headerBG.jpg") no-repeat -433px bottom!important;
    }
    .footer {
        background: url("../images/footerBG.jpg") no-repeat center bottom !important;
    }
    .content {
        top:130px;
    }
    #content {
        padding-right:0;
    }
    .newsTitle {
        background:none;
        color:rgb(58, 151, 145);
        padding:0px;
        font-size:24px;
    }
    .Home-News {
        min-height:50px;
        background-color:transparent;
        padding: 0 5px !important;
    }
    .News li a:link, .News li a:visited {
        color:#004280!important;
    }
    .navbar-custom {
        padding:0%;
    }
    .navbar-toggle
    {
        background-color:#F8BA35!important;
        }
    .navbar-custom .navbar-toggle .icon-bar
    {
        background-color:#E07C2C!important;
        }
    .mainTitle
    {
        position:absolute;
        top:20px;
        left:10px;
        }
        .mainTitle img {
                width:150px;
            }
    .names {
        left: 240px;
        position: absolute;
        top: 35px;
    }

    .bibalex {
        position: absolute;
        left: 180px;
        top: 10px;
    }
    .ecsite {
        left: 175px;
        position: absolute;
        top: 57px;
    }
    .ecsite img,
    .names img,
    .bibalex img{
            width:70px;
        }
    .registeration.text{
        display:block;
        color: #004081;
        font-size: 12px;
        left: 10px;
        position: absolute;
        text-shadow: 1px 1px 0 #ddc156;
        top: 107px;
        z-index: 3;
    }
        .registeration img {
            display:none;
        }
    .header .date {
        display:block!important;
        color: #004280!important;
        font-size:9px!important;
        text-decoration:none!important;
        font-weight: bold;
        margin-left: 14px;
        margin-top: 2px;
        text-shadow: 1px 1px 0 #ddc156;
    }
}
/*---------------------------------------Custom Media Views-------------------------------------------------*/

@media (max-width: 700px){
    .hiddenPic
    {
        display:none;
        }
}
.navbar-nav > li {
    float: none!important;
}

.main-menu{
	padding:0px;
	width:165px;
	float:left;
	}
.main-content
{
    direction: ltr;
    float: left;
    margin-bottom:20px;
    margin-top:20px;
    }
/*.main-content p, .main-content ul,
.main-content h1, .main-content h2,
.main-content h3
{
    margin-right:20px;
    }*/
.News{
    margin: 0;
    padding: 0;
    /*float: left;
    width: 200px;*/
	}
.main-menu li
{
	list-style:none;
	border-bottom:1px dotted #ad7f4a;
	background:url(../images/main-bullet.png) no-repeat left 5px ;
	*background:url(../images/main-bullet.png) no-repeat left center;
	/*padding:4px 15px;*/
	text-align: left;
	height:27px;
	display:block;
	}
.News li{
	list-style:none;
	padding: 5px 0px 5px 15px;
    background:url(../images/menu-bullet.png) no-repeat 2px 12px;
	}
.main-menu li a:link,
.main-menu li a:visited{
	color:#5b5b5b;
	display: block;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	margin:4px 15px 0;
	display: block;
    width: 138px;
    height:24px;
	}

.main-menu li .selected{
    background: url("../images/current_en.PNG") no-repeat right 0;
    color: #FFFFFF !important;
    display: block !important;
    height: 23px;
    margin-bottom: 0 !important;
    margin-left: -22px !important;
    margin-top: 0 !important;
    padding-left: 25px;
    padding-top: 3px;
    width: 164px !important;
	}
	
.News li a:link,
.News li a:visited,
.News li a:focus{
	text-decoration:none;
	color:#ffffff;
	}
h2,h3{
	font-family:Tahoma, Geneva, sans-serif;
	color:#3a9791 !important;
	font-size:18px;
	font-weight:normal;
	}
.h1, .h1, h2, .h2, h3, .h3
{
    margin-top:0!important;
    }
.grid_3{
	float: left;
    margin-left: 10px;
    width: 200px;
	}
.grid_7{
	float: left;
    margin: 0 5px;
    width: 500px;
	}
a{
	color:#E65945;
	}
.footer{
	/*background:url(../images/footer_main.jpg) top left repeat;*/
    margin:0px;
    padding: 10px 0;
    height:144px;
    width: 100%;
    font-weight:bold;
    /*position:absolute;*/
    bottom:0px;
	}
.title
{
    color:#48423D;
    font-size:18px;
    margin-bottom: 3px;
    }
.date
{
    font-size:14px;
    color:#000;
    }
#content
{
    min-height:620px;
    padding-left:0;
    padding-right:0;
    }
.sorting
{
    list-style:none;
    margin: 0;
    padding: 0;
    /*position: absolute;*/
    right: 30px;
    top: 9px;
    }
.sorting li
{
    float:left;
    padding-left:5px;
    }
#left_menu .sideMenu
{
    width:90%;
    margin:50px 10px;
    padding:10px;
    }
#left_menu .sideMenu a
{
    color:white;
    }
#left_menu td tr td
{
	padding:5px 10px;
    }
.contactUs
{
    margin:10px 0 0 4px;
    padding:0px;
    }
.contactUs li
{
    padding:3px;
    list-style:none;
    }
.lang
{
    right: 10px;
    position: absolute;
    top: 10px;
    }
/*--------modal Box------------------*/
.modal-dialog {
    margin: 170px auto!important;
}
.forget-password .modal-footer{
    margin-top:0;
    padding:5px!important;
}
.forget-password .modal-header{
    padding:10px 15px!important;
}
.forget-password .form-group{
    margin-bottom:0;
}
.enterMail {
    float:left;
    width:70%!important;
    margin-right:5px;
}
.btn {
    padding: 3px 10px;
}
.register {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
}
.highlight {
   color:#3a9791;
}
.registerTable {
    width:50%;
    margin:15px 0;
}
.fieldTitle {
    width:40%;
    background-color: rgba(249, 249, 204,0.4);
    font-weight:bold;
}