body, fieldset, nav, footer, h1, h2, h3, h4, h5, h6, table, th, tr, td, span, label, p, ul, li, 
button, input {
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
  font-size: 100%;
}

ul { list-style: none; }
a {
  text-decoration: none;
  color: #e51b3a;
}

body {
  width: 100%; 
  height: 100%;
  font: normal normal normal 16px/18px 'Open Sans', sans-serif;
  color: #646464;
  background: #e9e9e9 url(../../user-files/fancy_deboss.png);
  position: relative;
}

img {
    vertical-align: middle;
}

/********* COMMON CLASSES **************/
.w120 {width: 120px;}
.w240 {width: 240px;}
.w300 {width: 300px;}
.w250 {width: 250px;}

.w10p {width: 10%;}
.w20p {width: 20%;}
.w30p {width: 30%;}
.w40p {width: 27%;}
.w45p {width: 45%;}
.w50p {width: 50%;}
.w55p {width: 22%;}
.w60p {width: 60%;}
.w70p {width: 70%;}
.w80p {width: 80%;}

.w90p {width: 90%;}
.w100p {width: 100%;}

.h740p {height: 740px;}

.div-center {text-align: center; margin: auto;}
.txt-center {text-align: center;}

.lsp_2 {letter-spacing: 2px;}

.px10 {font-size: 10px;}
.px12 {font-size: 12px;}
.px14 {font-size: 14px;}
.px16 {font-size: 16px;}
.px18 {font-size: 18px;}

.inline-i {
  float: left;
}

.m1p {
  margin-left: 1%;
}

.btn {
  background: #bcd659;
  padding:    10px;
  height:   40px;
  color:    white;
}

.btn-s { width: 120px; }
.btn-m { width: 240px; }
.btn-l { width: 320px; }
.btn-xl{ width: 400px; }

#container {
  margin-left: auto;
    margin-right: auto;
    /*width: 1180px;*/
    width: 1180px;
}

/********* HEADER **************/
#screen-header {
  height: 120px;
  background: #00843d;
  position: relative;
}

#language-selector {
  position: absolute;
  bottom: 0px;
  right: 5px;
}

#language-selector ul > li {
  display: inline-block;
  margin-right: 1px;
}

#language-selector ul > li > a {
  display: inline-block;
  height: 30px;
  background: #ffffff;
  width: 60px;
  text-align: center;
  color: #00843d;
  line-height: 2;
  margin-bottom: 1px;
}

#language-selector ul > li > a.active {
  background: #fab001;
  color: #fff;
}

#logo {
  margin-left: 0px;
    margin-top: 30px;
  float: left;
}
#login_button {position: absolute; top: 20px; right: 10px;}
#title_field {float: left; position: absolute; bottom: 0px; left: 280px;}
#mobile-indicator {display: none;}
#conference_dates {
position: absolute; top: 60px; right: 50px;
}
#logo_container {position: absolute; top: 100px;}
#backg_top {height: 120px;}
#backg_top2 {height: 460px;}

/**** -- END HEADER -- ********/

#scrolltop {display: none; height: 48px;}
/********* MENU **************/

#hamby_menu {
  display: none;
  width: 100%;
  height: 2.5em;
  background: #415F89;
  color: white;
  text-align: right;
  padding-top: 6px;
  line-height: 2em;
}

#menu-container {
    width: 100%;
    /*height: 740px;*/
    background: url(../../user-files/conference_logo_center.png) center no-repeat;
    position: relative;
}



#horizontal-menu  ul {
  padding: 0px;
  text-align: center;
}
#horizontal-menu  ul > li {
  display: inline;
  margin: 0px;
}
#horizontal-menu  ul > li > a {
  display: inline-block;
  text-transform: uppercase;
  height: 40px;
  background: #ffffff url(../../user-files/main_menu_tile.png) top left repeat-y;
  text-align: center;
  padding-top: 20px;
 /* font-size: 18px; */
  letter-spacing: 2px;
  color: #405f89;
  font-family: 'Open Sans', sans-serif;
}


/***** NEW COPY ***********/
#horizontal-menu  ul {
  padding: 0px;
  z-index: 10;
}
#horizontal-menu  ul > li {
  display: inline;
  margin: 0px;
}
#horizontal-menu  ul > li > a {
  display: inline-block;
  text-transform: uppercase;
  height: 40px;
  background: #ffffff url(../../user-files/main_menu_tile.png) top left repeat-y;
  text-align: center;
  padding-top: 20px;
  font-size: 18px;
  letter-spacing: 4px;
  color: #405f89;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}

#horizontal-menu  ul > li > a.active {
  color: white;
  background: #bcd659;
}

#horizontal-menu.floating {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 1180px;
}

#horizontal-menu ul > li > ul {
  position:absolute;
  visibility:visible;
  /*border-top:1px solid #fff;*/
  margin:0;
  margin-top: 2px;
  padding:0;
}

#horizontal-menu ul > li > ul > li {
  display:inline;
  float:none;
  width: 100%;
}
#horizontal-menu ul > li > ul > li.border-line {
  display: block;
  width: 300px;
}

#horizontal-menu ul > li > ul > li a {
  display: inline-block;
  text-transform: uppercase;
  height: 39px;
  background: rgba( 164,185,214, .9);
  text-align: left;
  padding-left: 60px;
  padding-top: 20px;
  font-size: 14px;
  letter-spacing: 2px;
  color: white;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  width: 100%;
}

/********* END NEW COPY **************/

/**************** Scroll to top button start ***********************/
#scrolltotop {
  display: inline-block;
  background-color: #06060f;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  margin: 30px;
  position: fixed;
  bottom: 0;
  right: 0;
  transition: background-color .3s, opacity .5s, visibility .5s;
  z-index: 1000;
  opacity: 0.75;
  
  visibility: hidden;
}
#scrolltotop:hover {
  cursor: pointer;
  background-color: #333;
}
#scrolltotop:active {
  background-color: #555;
}
#scrolltotop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 50px;
  color: #99a9b5;
}
#scrolltotop.show {
    visibility: visible;
}
/**************** Scroll to top button end ***********************/


#horizontal-menu.floating {
    position: fixed;
    top: 0;
    z-index: 9999;
}

#horizontal-menu-main  {
  margin-top: 350px;
  margin-left: 10px;
  height: 50px;
}

#horizontal-menu-main  ul > li {
  display: inline-block;
  margin: 0px 0px 0px 15px;
  
  
}

#horizontal-menu-main  ul > li > a {
  display:table-cell;
  text-transform: uppercase;
  letter-spacing: 3px;
    vertical-align:middle;
  width: 210px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  height: 50px;
  background: #006359;
}

#horizontal-menu-main  ul > li > a.hm-active {
  background: white;
  color: #e51b3a ;
}

#horizontal-menu-main  ul > li  > ul {
 display: none;
}

#vertical-menu {
  width: 25%;
  float: left;
  padding-left: 10px;

}
#vertical-menu-switcher { display: none;}
#vertical-menu ul {
  display: table;
  width: 100%;
}
#vertical-menu.floating {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 60px;
}

#vertical-menu  ul > li {
  /*background: #ffffff url(../img/menu_item_bg.png);*/
  margin-left: 10px;
  width: 100%;
    border-bottom: 1px solid #c6c6c6;
    display: table-row;
}


#vertical-menu  ul > li > a {
  /*display: inline-block; 
  height: 40px;            */
  display: table-cell;
  text-transform: uppercase;
  height: 80px;
  background: #fff;
  text-align: left;
  font-size: 14px;
  letter-spacing: 3px;
  color: #006359;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  padding-left: 20px;
  margin-left: 10px;
  /*padding-top: 20px;*/
  vertical-align: middle;
  width: 90%;
  border-bottom: 1px solid #c6c6c6;
}

#vertical-menu  ul > li > a:hover {
  background: #ffcc00;
  /*  color: white;*/
}
/********** SLIDER CLASSES **********/

#slider-container-left {
  border: 1px solid #00843d;
  padding: 10px;
  width: 90%;
  margin-top: 20px;
  margin-left: 10px;
  text-align: center;
  position: relative;
  height: 400px;
}

#slider {
  /*position: absolute;
  width: 264px;*/
  width: 98%;
  top: 10px;
  left: 50%;
  /*margin-left: -132px;
  margin: auto;*/
  background: #00843d;
}


.kruzici {
  display: inline-block;
  width: 18px;
  margin-right: 15px;
  background: url(../../user-files/slide_c_empty.png) left top no-repeat;
}

.active_kruzic {
  background: url(../../user-files/slide_c_full.png) left top no-repeat;  
}
/*********  END SLIDER  *************/

#bottom-more {
  background: rgba( 119,141,191, .9);
  height: 165px;
  width: 1080px;
  color: white;
  text-align: center;
  padding: 35px 50px 0px 50px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 150%;
  position: absolute;
  bottom: 0px;
}

#bottom-more a {
  font-style: italic;
  color: #c8d1db;
}
/**** -- END MENU -- ********/

#page_contents {
  background: #fff;
  padding-top: 20px;
}

#contents {
  width: 70%;
  margin-left: 28%;
  min-height: 850px;
  overflow: auto;
}

#contents > p {
  text-align: justify;
  margin-top: 1em;
  line-height: 1.5em;
}

#contents > ul {
  list-style-type: circle;
  padding-left: 2em;
  line-height: 1.5em;
}

article {
  background: #fefefe;
  font-family: 'Open Sans', sans-serif;
  margin: 60px 0px 60px 0px;
  padding: 20px;
}

.news-item {
  background: url(../img/pencil_icon.png) no-repeat; 
  background-position:10px 12px;
  padding: 10px 0px 10px 30px;
  border-top: 1px dashed #a4b9d6;
  font-size: 14px;
  min-height: 30px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}

.news-item a {
  color: #6e9bd8;
  font-style: italic;
}

.news-item-first {
  border-top: 0px;
}

.bottom-border-blue {
  padding-bottom: 12px;
  border-bottom: 2px solid #a4b9d6;
  margin-bottom: 12px;
}

.left-border-blue {
  padding-left: 12px;
  border-left: 2px solid #a4b9d6;
  margin-left: 12px;
}

.uppercase {
  text-transform: uppercase;
}

/********** FOOTER *************/

footer {
  background: #415f89;
  color: white;
  height: 280px;  
  position: relative;
}

.foot-col {
  float: left;
  width: 20%;
  margin-right: 1%;
  padding: 20px;
  border-right: 1px solid #a0afc4;
  margin-top: 10px;
  min-height: 160px;
}

.foot-col #img-rounded:hover {
  border-radius: 25px;
  -moz-box-shadow: 0 0 5px #fff;
  -webkit-box-shadow: 0 0 5px #fff;
  box-shadow: 0px 0px 5px #fff;
}

.foot-col a {
  color: white;
  font-style: italic;
}

.foot-col a:hover {
  color: #fff;
  text-shadow: -1px 1px 2px #ffc, 1px -1px 2px #fff;
}

.no-border {
  border-right: 0;
  margin-right: 0;
}

.foot-contents {
  width: 90%;
  margin-left: 5%;
}

#copyright {
  position: absolute;
  bottom: 0px;
  height: 60px;
  background: #283c56;
  width: 100%;
  color: #bcd559;
  text-align: right;
}

/********** END FOOTER *************/

/********* DROPDOWNS ***************/
.dropdown-menu {
  display: none;
  position: absolute;
}

#login_menu {
  width: 590px;
  height: 380px;
  background: #f8fbee;
}

.login-menu-title li  {
  display: inline;
  margin-left: 20px;
  text-align: center;
}

.login-menu-title li > a {
  width: 260px;
  display: inline-block;
  height: 35px;
  margin-top: 2px;
  color: #666;
  padding-top: 10px;
  height: 30px;
  background: #c9de7a ;
  font-size: 14px;
}

lfmi-active {
  background: white;
  color: #bcd55f;
}

.login-title {
  width: 525px;
  padding: 10px;
  background: white;
  color: #bcd55f;
  margin-left: 20px;
}

.form-field {
  height:     45px;
  padding-left: 60px;
  margin-top:   25px;
  color: #bcd55f;
}

.ff-uname {
  background: white url(../img/login_user.png) left top no-repeat; 
}

.ff-passw {
  background: white url(../img/login_pass.png) left top no-repeat;
}



#conferences_menu {
  width: 880px;
  min-height: 250px;
  background: rgba( 255,255,255, .9);
}

.title-field {
  background: #c9de7a;
  color: white;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
  padding-left: 2%;
}

.conf-list {
  margin-left: 10px;
}

.conf-list ul > li {
  
}

.conf-list a {
  color: #666666 ;
  padding: 8px 0px 8px 5px;
  display: block;
}

.conf-list a:hover {
  color: white ;
  background: #c9de7a;
}

.shadowed {
  -webkit-box-shadow: 0px 4px 10px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 4px 10px -3px rgba(0,0,0,0.75);
  box-shadow: 0px 4px 10px -3px rgba(0,0,0,0.75);
}

#sponsors {
  height: 250px;
}

.spons-text {
  text-align: center;
  margin-top: 40px;
  font-size: 32px;
  letter-spacing: 12px;
  height: 40px;
}

.sponsor-list {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.sponsor-list-slider > img {
  border: 1px solid #ccc;
  display: inline;
  float: left;
  margin-right: 10px;
}
#sponsor-list-mover {
  position: absolute;
  left: 0px;
  display: none;
}
#sponsor-list-mover > img {
  border: 1px solid #ccc;
  display: inline;
  float: left;
  margin-right: 25px;
}
.sp-slider {
  cursor: pointer;
}

#additional-info {
  background: #fff;
  height: 300px;
}

.page-title, #contents>h1 {
  font-size: 24px;
  letter-spacing: 3px;
  padding-top: 30px;
  font-weight: bold;
  padding-left: 30px;
  line-height: 1.1em;
  text-transform: uppercase;
}

.page-subtitle {
  font-size: 20px;
  letter-spacing: 3px;
  padding-top: 10px;
}

/*********** RESIZEABLE OPTIONS ***********/
@media screen and (max-width: 1200px) {
  /* #login_button {
    display: none;
   }

   #container {
    width: 960px;
   }

   .expander {
     display: none;http://www.piran2016.sdewes.org/img/conference_logo.png
   }*/
    #container {
    width: 960px;
   }
   #horizontal-menu-main  ul > li > a {
    width: 160px;
    font-size: 12px;
  
   }

   
   
}
@media screen and (max-width: 1000px) {
  /* #login_button {
    display: none;
   }

   #container {
    width: 960px;
   }

   .expander {
     display: none;http://www.piran2016.sdewes.org/img/conference_logo.png
   }*/
    #container {
    width: 100%;
   }
   #horizontal-menu-main  ul > li > a {
    width: 130px;
    font-size: 12px;
  letter-spacing: 0px;
   }
   
   #horizontal-menu ul > li > a {
  font-size: 12px;
   }
  
   #horizontal-menu ul > li > ul > li a {
  height: 29px;
  font-size: 12px;
  padding-top: 10px;
   }
   
   #conferences_menu {
  width: 650px;
  font-size: 12px;
   }
   
   #vertical-menu {
  width: 20%;
  margin-left: 5px;
   }
   
   #contents {
  margin-left: 23%;
  width: 75%;
  
   }
   
   #vertical-menu ul > li > a {
  font-size: 12px;
  height: 50px;
  letter-spacing: 1px;
   }
   
}

@media screen and (max-width: 800px) {
  #mobile-indicator {display: block;}
   #logo > img {
    position: absolute; 
  clip: rect(0px,280px,180px,0px);
    margin-top: 0px;
  display: none;
   }
   
  #login_button {
  position: relative;
  /*top: 160px;*/
  }
  
   .foot-col {
  width: 90%;
  float: none;
  border-right: 0px;
  min-height: inherit;
  }
  
  footer {
  height: inherit;
  }
    
    .loc-picture {
    margin-left: 20px;
}
  
  #backg_top {height: 100px; display: none;}
  #backg_top2 {height: 350px;}
  
   #container { width: 100%;  }
  #hamby_menu {display: block;}
  #conference_dates { position: static; margin-top: 20px; text-align: center;}
  #logo_container { position: static; text-align: center; margin-left: 0;}
  #menu-container { background: none;  }
  #horizontal-menu {  display: none;  }
  #horizontal-menu-main  ul > li {
  display: table;
  margin: 0;
  width: 100%;
  }
  #horizontal-menu-main  ul > li > a {
  width: 100%;
  }  
  
  #horizontal-menu-main  ul > li > ul {
  display: table-row;
  margin: 0;
  }
  
  #horizontal-menu-main  ul > li > a.hm-active {
  background: #3c6b95 url(../img/menu_tile.png) top left repeat-x;
  color: white;
  } 
  #horizontal-menu-main  ul > li > ul  > li > a {
  margin: 0;
  text-align: left;
  padding-left: 10%;
  background: white;
  color: #3c6b95;
  }
  
  #logo { display: none;}
  #horizontal-menu-main {
    margin: 0px;
  height: inherit;
    display: none;
  }
  #vertical-menu-switcher { display: block; margin-left: 10px;}
  #vertical-menu { width: 90%; /*display: none;*/}
  #vertical-sub-menu {display: none;}
  #vertical-hide-stuff {display: none;}
  
  #contents { margin-left: 0px; width: 95%; padding: 2%;}
  #sponsors {display: none;}
  #copyright {
  bottom:0px;
  /*position:fixed!important;*/
  position:static;
  /*display: none;*/
}
    .page-title {
  padding-left: 0px;
  line-height: 1.1em;
  }
#scrolltop {
  /*position: fixed;
  bottom: 0;*/
  position: absolute;
  left: 10px;
  width: 30px;
  /*background: white;*/
  display: none;
  text-align: center;
  padding: 10px;
  z-index: 25;
  
  }
  
  table {
  width: 100%;
  }
}

@media screen and (max-width: 320px) {
  #container {
    width: 100%;
   }
  #horizontal-menu, #horizontal-menu-main, #vertical-menu  {display: none;}
 
  #logo_container > img {width: 90%;}
   #slider {display: none;}
}