@font-face {
  font-family: 'CamphorW02-Regular';
  src: url("../fonts/camphor-regular.eot");
  src: url("../fonts/camphor-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/camphor-regular.woff") format("woff"), url("../fonts/camphor-regular.ttf") format("truetype"), url("../fonts/camphor-regular.svg#CamphorW02-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CamphorW02-Light';
  src: url("../fonts/camphor-light.eot");
  src: url("../fonts/camphor-light.eot?#iefix") format("embedded-opentype"), url("../fonts/camphor-light.woff") format("woff"), url("../fonts/camphor-light.ttf") format("truetype"), url("../fonts/camphor-light.svg#CamphorW02-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CamphorW02-Bold';
  src: url("../fonts/camphor-bold.eot");
  src: url("../fonts/camphor-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/camphor-bold.woff") format("woff"), url("../fonts/camphor-bold.ttf") format("truetype"), url("../fonts/camphor-bold.svg#CamphorW02-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CamphorW02-Medium';
  src: url("../fonts/camphor-medium.eot");
  src: url("../fonts/camphor-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/camphor-medium.woff") format("woff"), url("../fonts/camphor-medium.ttf") format("truetype"), url("../fonts/camphor-medium.svg#CamphorW02-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
.blue {
  color: #4475b9;
}

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-weight: 400;
}

html {
  -webkit-font-smoothing: antialiased;
}

.cf:after, .row:after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
  float: none;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.centred {
  text-align: center;
}

.tar {
  text-align: right;
}

a[data-tooltip]:before, ul.farmacii .nume {
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

b, strong {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

a {
  text-decoration: none;
}

input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="tel"] {
  border: 0;
}

label[for], .btn, input[type="submit"], button {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a[data-tooltip] {
  position: relative;
}
a[data-tooltip]:before {
  opacity: 0;
  visibility: hidden;
  content: attr(data-tooltip);
  color: #fff;
  padding: 0 10px;
  display: inline-block;
  position: absolute;
  top: -30px;
  white-space: nowrap;
  background-color: #000;
  border-radius: 15px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
a[data-tooltip]:hover:before {
  opacity: 1;
  visibility: visible;
}

body {
  /*background: transparent url(../images/bg.jpg) no-repeat 50% 0;*/
}

.shell {
  width: 100%;
  max-width: 810px;
  min-height: 1111px;
  font-family: "CamphorW02-Regular", sans-serif;
  margin: 0 auto;
  text-align: center;
  color: #4e565a;
  font-size: 17px;
}

header {
  /*max-width: 444px;*/
  margin: 0 auto;
  padding: 20px 0;
  margin-bottom: 15px;
}

a.logo {
  margin: 0 auto;
  display: block;
  width: 113px;
  margin-bottom: 20px;
}

h1 {
  font-family: 'CamphorW02-Bold', sans-serif;
  font-size: 26px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #4e565a;
}
p {
  /*color: #00adee;*/
  font-size: 20px;
}

section {
  width: 95%;
  max-width: 755px;
  min-height: 808px;
  margin: 0 auto;
  border: 4px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.4);
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  padding: 30px 0;
}

ul.farmacii li {
  display: inline-block;
  vertical-align: top;
  margin: 0 13px 25px;
  max-width: 215px;
}
ul.farmacii a {
  width: 215px;
  height: 165px;
  border: 1px solid rgba(78, 86, 90, 0.3);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  display: block;
  position: relative;
  padding-bottom: 28px;
}
ul.farmacii li a img {
  max-width: 94%;
  max-height: 94%;
  position: absolute;
  top: 50%;
  left: 50%;
   -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
ul.farmacii .th {
  display: table;
  width: 100%;
  height: 135px;
}

ul.farmacii .nume {
  min-height: 28px;
  font-family: 'CamphorW02-Medium';
  color: #4475b9;
  text-transform: uppercase;
  background-color: #f3f3f3;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
  display: block;
  padding: 5px 0;
  text-align: center;
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
}
ul.farmacii .inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: relative;
  z-index: 1;
}
ul.farmacii a:hover .nume {
  color: #fff;
  background-color: #4475b9;
}

.ie8Panel {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #223e64;
  z-index: 9999;
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  font-size: 24px;
  line-height: 1.3;
  display: none;
}
.ie8Panel a {
  color: #fff;
  text-decoration: none;
}
.ie8Panel p {
  margin-bottom: 30px;
}
.ie8Panel .contentie8 {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: none;
  color: #fff;
}
.ie8Panel .brh {
  display: inline-block;
  vertical-align: top;
  margin: 0 50px;
  font-size: 18px;
}
.ie8Panel .brh img {
  width: 150px;
}

.no-opacity .ie8Panel {
  display: block;
}
