/*RESET*/
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, 
samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin:0; 
  padding:0; 
  border:0; 
  outline:0; 
  font-size:100%; 
  vertical-align:baseline; 
  background:transparent; 
} 

body {line-height: 1;}
ol, ul {list-style:none;} 

blockquote, q{quotes:none;} 
blockquote:before, blockquote:after, q:before, q:after {content:'';content:none;} 
:focus{outline:0;} 
ins{text-decoration:none;} 
del{text-decoration:line-through;} 
table {
  border-collapse:collapse; 
  border-spacing:0;
}*/


/*MAIN*/
body { 
  font-size: 0.95em;
  line-height: 1.15em;
  font-family: Helvetica Neue, Helvetica, Arial;
  background: #f9f9f9;
  color: #555;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}


a {
  text-decoration: none; 
/*   font-family: 'Amaranth', sans-serif;  */
/*   text-transform: uppercase; */
  color: #969696;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #3d3d3d;
}

img {
/*  width: 100%; */
}

header.large { height: 80px; }
header.large #logo { 
  height: 60px; 
  background-size: auto 60px;
}

header.small { height: 60px; }
header.small #logo { 
  height: 40px; 
  background-size: auto 40px;
}
header.large #menu-icon {
  width: 40px;
  height: 40px;
  background-size: auto 40px;
}
header.small #menu-icon {
  width: 25px;
  height: 25px;
  background-size: auto 25px;
}
header.large, header.small, #logo, #menu-icon {
  transition: all 1s;
  -moz-transition: all 1s; 	/* Firefox 4 */
  -webkit-transition: all 1s; 	/* Safari and Chrome */
  -o-transition: all 1s; 	/* Opera */  
}

/* Sizes for the smaller menu */
/* #nav.small { height: 80px; } */
/* #nav.small img.logo { height: 60px; } */

header {
  border-bottom: 1px solid #aaaaaa;
  background: #f2f2f2;
  width: 100%;
  height: 76px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

#logo {
  margin: 10px;
  float: left;
  width: 200px;
/*   height: 60px; */
  display: block;
  background-image: url(../img/dramat.eu_logo_small.png);
  background-repeat: no-repeat;
  background-position: left center;
/*   background-size: auto 60px;     */
}

nav {
  float: right;
  padding: 20px;  
}

#menu-icon {
  display: hidden;
  background: #4C8FEC;
/*   background: #4C8FEC url(img/menu-icon.png) center; */
  background-image: url(img/menu-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
}

#menu-icon:hover {
  background-color: #444;
}

.current {
  color: #2262AD;
}

section {
  margin: 80px auto 40px;
  max-width: 980px;
  padding: 20px;
  text-align: justify;
}

p {
  line-height: 1.45em;
  margin-bottom: 20px;
}

/*MEDIA QUERY*/
/* @media only screen and (max-width:640px) { */
  header {
    position: fixed;
  }

  #menu-icon {
    display: inline-block;
  }

  nav ul, nav:active ul { 
    display: none;
    position: absolute;
    padding: 20px;
    background: #fff;
    border: 1px solid #aaaaaa;
    right: 20px;
    top: 40px;
    width: 120px;
    border-radius: 4px 0 4px 4px;
    list-style: none;
  }

  .small nav ul {
    top: 30px; 
  }
  
  nav li {
    float: left;
    padding: 10px;
    text-align: center;
    width: 100%;
    padding: 4px 0;
    margin: 0;
  }
/* } */


h1 {
  /* stratum 2 web Size: 110px / Weight: 300 / Style: normal */
  font-family: "stratum-2-web";
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 1; 
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
section h1 {
  width: 100%;
  text-align: center;
}


section ul {
  list-style: none;
}
section li:before {
  content: '\25A0';
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -16px;
  top: -0px;
  color: red;
  font-size: 10px;
  text-align: left;
}
section li {
  text-align: left;
}

section a {
  color: blue; 
  text-decoration: none; 
  font-weight: normal; 
  font-size: 0.95em; 
}


.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.email:before {
  content: attr(data-domain) "\0040" attr(data-user);
  unicode-bidi: bidi-override;
  direction: rtl;
  text-transform: none;
}

.phone:before {
  content: attr(data-phone) " (" attr(data-prefix) ")";
  unicode-bidi: bidi-override;
  direction: rtl;
}

#contact {
  background-color: #da2f10;
  width: 100%;
  padding: 0px;
}
.contact {
  width: 220px;
  background-color: #da2f10;
  color: black;
  font-family: 'Amaranth', sans-serif; 
  font-size: 1em;
  text-align: left;
  padding: 20px;
}
.contact a { 
  color: white; 
  text-decoration: none;
}
.contact span {
  font-size: 1.2em; 
  color: #000;
}


#slider {
  position: relative;
  overflow: hidden;
}
#slider img {
  max-width: 850px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}


.motto {
  font-size: 20px;
/*   font-family: "Times New Roman", Times, serif; */
  font-style: italic;
  padding-left: 20px;
  padding-bottom: 6px;
}


.items {
  border: 1px solid #aaaaaa;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;   
  padding: 10px 10px 10px 10px;
  background: #f2f2f2; 
}


.info {
  border: 1px solid #aaaaaa;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;    
  background: #f2f2f2;  
  height: auto;
  text-align: left;
  padding: 15px 15px 15px 55px;
  background-image: url(../img/messagebox_info.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto auto;
  display: inline-block;
}

.warning {
  border: 1px solid #aaaaaa;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;    
  background: #f2f2f2;  
  height: auto;
  text-align: left;
  padding: 15px 15px 15px 55px;
  background-image: url(../img/messagebox_warning.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto auto;
  display: inline-block;
}

.verticaltext {
  transform:  translateX(150px) translateY(-110px) rotate(-90deg);
  transform-origin: right, top;
  -ms-transform: translateX(160px) translateY(-110px) rotate(-90deg);
  -ms-transform-origin: right, top;
  -webkit-transform: translateX(160px) translateY(-110px) rotate(-90deg);
  -webkit-transform-origin: right, top;
  position: relative;
  bottom: 0%; left: 0%;
  color: gray;
  font-size: 10px;
  max-width: 160px;
  text-align: left;
  line-height: 1.1;
}
