@import url(http://fonts.googleapis.com/css?family=Istok+Web:400,700,400italic|Cantata+One);
/* Import all file */
/* Mixin you can change for each template */
/* Colors set */
/* Sizes */
/* Colors: Replace the $firstColor with on of the color set */
/* Fonts */
/* DEFAULT  */
/* HEADER */
/* NAV */
/* SECTION */
/* FOOTER */
/* MOBILE */
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 22, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 32, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 43, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../sass/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 83, ../sass/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 112, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 131, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 169, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 173, ../sass/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 181, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 190, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 200, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 210, ../sass/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 221, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 231, ../sass/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 241, ../sass/_normalize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 250, ../sass/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 259, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 268, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 275, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 279, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 294, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 298, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 308, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 317, ../sass/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 331, ../sass/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 340, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 352, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 364, ../sass/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 372, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 384, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 401, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 414, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 426, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 443, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 454, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 466, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 479, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 492, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 501, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 511, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 524, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 12, ../sass/screen.scss */
body {
  font-size: 16px;
  font-family: "Istok Web", cursive;
}

/* line 17, ../sass/screen.scss */
a {
  text-decoration: none;
}

/* line 21, ../sass/screen.scss */
p, legend {
  color: #e74c3c;
  font-family: "Cantata One", serif;
}

/* line 29, ../sass/screen.scss */
header .banner {
  height: 400px;
  margin-top: 65px;
}
/* line 33, ../sass/screen.scss */
header .banner .imageEffect {
  position: relative;
  overflow: hidden;
  height: 400px !important;
  margin-top: 65px;
  width: 100% !important;
  box-shadow: none;
}
/* line 40, ../sass/screen.scss */
header .banner .imageEffect img {
  display: none;
}
/* line 43, ../sass/screen.scss */
header .banner .imageEffect ul {
  padding: 0;
  margin-top: 0;
}
/* line 46, ../sass/screen.scss */
header .banner .imageEffect ul li {
  list-style: none;
  float: left;
  margin-top: -150px;
}
/* line 51, ../sass/screen.scss */
header .banner .imageEffect ul li img {
  display: inline-block;
}
/* line 59, ../sass/screen.scss */
header [class^="icon-"] {
  position: absolute;
  top: 350px;
  font-size: 26px;
  width: 50px;
  text-align: center;
  margin-left: 42.37288%;
  z-index: 1;
  color: #f5f5f4;
}
/* line 69, ../sass/screen.scss */
header [class^="icon-"].icon-angle-right {
  margin-left: 55.9322%;
}
/* line 74, ../sass/screen.scss */
header .nivo-controlNav {
  position: absolute;
  top: 100px;
  z-index: 100;
}
/* line 78, ../sass/screen.scss */
header .nivo-controlNav a {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
}
/* line 90, ../sass/screen.scss */
header figure {
  display: none;
}
/* line 94, ../sass/screen.scss */
header .titleDoctor {
  height: 400px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  margin-top: 65px;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 400px;
  z-index: 90;
}
/* line 105, ../sass/screen.scss */
header .titleDoctor h1 {
  color: #f5f5f4;
  width: 960px;
  margin: 0 auto;
  text-align: center;
  font-size: 46px;
}

/* line 116, ../sass/screen.scss */
button {
  display: none;
  background-image: url("../images/noisy-texture.png");
  z-index: 200;
}

/* line 122, ../sass/screen.scss */
.languages {
  z-index: 200;
  position: fixed;
  top: 20px;
}
/* line 127, ../sass/screen.scss */
.languages ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
/* line 133, ../sass/screen.scss */
.languages li {
  display: inline;
  display: inline-block;
  list-style: none;
  margin-right: 15px;
  margin-bottom: 10px;
}
/* line 140, ../sass/screen.scss */
.languages li:first-child {
  margin-left: 15px;
}
/* line 144, ../sass/screen.scss */
.languages li a {
  line-height: 100%;
}
/* line 148, ../sass/screen.scss */
.languages li img {
  display: inline;
}
/* line 153, ../sass/screen.scss */
.languages p {
  color: #ffffff;
  font-family: "Istok Web", cursive;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin: 0;
  top: -0.5em;
  margin-left: 2em;
}

/* line 165, ../sass/screen.scss */
nav {
  position: fixed;
  background-color: #333333;
  top: 0;
  width: 100%;
  height: 65px;
  background-image: url("../images/noisy-texture.png");
  z-index: 100;
}
/* line 174, ../sass/screen.scss */
nav ul {
  width: 54.23729%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  margin-left: 25.42373%;
}
/* line 179, ../sass/screen.scss */
nav li {
  width: 20.33898%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  text-align: center;
}
/* line 183, ../sass/screen.scss */
nav li a {
  color: #f5f5f4;
  text-align: center;
}
/* line 187, ../sass/screen.scss */
nav li a span {
  visibility: visible;
  font-size: 31px;
  margin-right: 0.5em;
}
/* line 193, ../sass/screen.scss */
nav li a:hover {
  color: #e74c3c;
}

/* line 201, ../sass/screen.scss */
.content {
  background-color: #333333;
  padding-bottom: 1em;
  background-image: url("../images/noisy-texture.png");
}

/* line 209, ../sass/screen.scss */
header .titleDoctor h1 {
  width: 83.05085%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  margin-left: 8.47458%;
  position: absolute;
  bottom: 25px;
  line-height: 1.25em;
  height: 1em;
}

/* line 220, ../sass/screen.scss */
section {
  text-align: center;
  color: #e74c3c;
}
/* line 224, ../sass/screen.scss */
section article {
  padding: 1em;
  clear: both;
}
/* line 228, ../sass/screen.scss */
section article h2, section article p, section article form {
  width: 960px;
  margin: 0 auto;
}
/* line 233, ../sass/screen.scss */
section article p {
  margin-bottom: 1em;
  line-height: 1.5em;
}
/* line 237, ../sass/screen.scss */
section article p span {
  margin-right: 0.5em;
  font-size: 26px;
  color: #e74c3c;
}
/* line 242, ../sass/screen.scss */
section article p span.googleMap {
  font-size: 16px;
}
/* line 247, ../sass/screen.scss */
section article p a {
  color: #c0392b;
}
/* line 250, ../sass/screen.scss */
section article p a:hover {
  color: #f5f5f4;
}
/* line 256, ../sass/screen.scss */
section article h2 {
  font-size: 46px;
  color: #e74c3c;
  margin-top: 65px;
}
/* line 261, ../sass/screen.scss */
section article h2 [class^="icon-"], section article h2 [class*=" icon-"] {
  display: none;
}
/* line 267, ../sass/screen.scss */
section article:first-child {
  background-color: #e74c3c;
  background-image: url("../images/noisy-texture.png");
  padding-bottom: 50px;
}
/* line 272, ../sass/screen.scss */
section article:first-child h2 {
  margin-top: 50px;
}
/* line 276, ../sass/screen.scss */
section article:first-child p, section article:first-child h2 {
  color: #f5f5f4;
}
/* line 280, ../sass/screen.scss */
section article:first-child p {
  line-height: 2em;
}
/* line 285, ../sass/screen.scss */
section .maps {
  margin-bottom: 1em;
}
/* line 287, ../sass/screen.scss */
section .maps .fullMap {
  display: none;
}
/* line 291, ../sass/screen.scss */
section .maps img {
  border: solid 1px #c0392b;
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  margin-left: 25.42373%;
}
/* line 298, ../sass/screen.scss */
section .location {
  margin-bottom: 1em;
}
/* line 301, ../sass/screen.scss */
section .location p {
  margin-bottom: 0;
}
/* line 306, ../sass/screen.scss */
section .btn {
  width: 35.59322%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  margin-left: 32.20339%;
  height: 50px;
  padding: 4px 12px;
  margin-bottom: 0;
  margin-top: 1em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 341, ../sass/screen.scss */
section .btn i {
  margin-left: 1em;
}
/* line 345, ../sass/screen.scss */
section .btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  background-color: #e6e6e6;
}
/* line 358, ../sass/screen.scss */
section form fieldset {
  border: none;
  padding: 0em;
}
/* line 362, ../sass/screen.scss */
section form fieldset legend {
  display: block;
  width: 100%;
  text-align: center;
}
/* line 368, ../sass/screen.scss */
section form fieldset .emailStyle {
  display: none;
}
/* line 372, ../sass/screen.scss */
section form fieldset button.btn {
  width: 66.10169%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  margin-left: 16.94915%;
}
/* line 377, ../sass/screen.scss */
section form fieldset .information {
  width: 66.10169%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  margin-left: 16.94915%;
}
/* line 381, ../sass/screen.scss */
section form fieldset .information input {
  margin: 0.5em 0;
  padding: 0.5em;
  width: 100%;
  border: solid 1px #c0392b;
  color: #333333;
}
/* line 390, ../sass/screen.scss */
section form fieldset .contactform-alert, section form fieldset .error label {
  font-family: "Cantata One", serif;
  font-style: italic;
  margin-bottom: 1em;
}
/* line 396, ../sass/screen.scss */
section form fieldset .message {
  width: 66.10169%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  margin-left: 16.94915%;
  margin-top: 0.5em;
}
/* line 400, ../sass/screen.scss */
section form fieldset .message textarea {
  width: 100%;
  height: 155px;
  padding: 0.5em;
  border: solid 1px #c0392b;
  color: #333333;
}
/* line 409, ../sass/screen.scss */
section form fieldset submit {
  margin-top: 1em;
  width: 102.5%;
  clear: both;
  height: 35px;
  background-color: #e74c3c;
  height: 50px;
  border: none;
  color: #f5f5f4;
}
/* line 419, ../sass/screen.scss */
section form fieldset submit:hover {
  background-color: #c0392b;
}
/* line 426, ../sass/screen.scss */
section div.up {
  text-align: right;
  position: fixed;
  top: 75%;
  width: 100%;
  right: 2em;
}
/* line 433, ../sass/screen.scss */
section div.up a {
  font-weight: bold;
  color: #e74c3c;
  font-size: 2em;
}

/* line 442, ../sass/screen.scss */
footer {
  background-color: #e74c3c;
  padding: 0.25em;
  background-image: url("../images/noisy-texture.png");
}
/* line 447, ../sass/screen.scss */
footer p {
  text-align: center;
  color: #f5f5f4;
}
/* line 451, ../sass/screen.scss */
footer p a {
  color: #f5f5f4;
}
/* line 453, ../sass/screen.scss */
footer p a:hover {
  text-decoration: underline;
}

/* MEDIUM mobiles devices */
@media screen and (min-width: 640px) and (max-width: 960px) {
  /* line 462, ../sass/screen.scss */
  header {
    border-bottom: solid 5px #f5f5f4;
    margin-top: -65px;
    height: 300px;
  }
  /* line 467, ../sass/screen.scss */
  header .banner, header .banner .imageEffect {
    height: 300px !important;
  }
  /* line 469, ../sass/screen.scss */
  header .banner .nivo-controlNav, header .banner .imageEffect .nivo-controlNav {
    top: 60px;
  }
  /* line 474, ../sass/screen.scss */
  header .banner ul li, header .banner .imageEffect ul li {
    margin-top: 0 !important;
  }
  /* line 484, ../sass/screen.scss */
  header .titleDoctor {
    height: 300px;
    margin-top: 0px;
  }
  /* line 488, ../sass/screen.scss */
  header .titleDoctor h1 {
    width: 100%;
    margin: 0em;
    float: none;
    margin: 0 auto;
  }

  /* line 497, ../sass/screen.scss */
  .buttonNav {
    display: block;
    position: fixed;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
    background-color: #e74c3c;
    border: none;
    color: #f5f5f4;
    z-index: 200;
  }

  /* line 510, ../sass/screen.scss */
  nav {
    display: none;
    position: fixed;
    width: 25%;
    top: 50px;
    right: 10px;
    background-color: #e74c3c;
    height: auto;
    z-index: 100;
  }
  /* line 520, ../sass/screen.scss */
  nav ul {
    margin: 0;
    padding: 0 1em;
    width: 100%;
  }
  /* line 525, ../sass/screen.scss */
  nav ul li {
    float: none;
    display: block;
    width: 85%;
    text-align: left;
    padding: 0.5em 0;
    font-size: 1.25em;
  }
  /* line 533, ../sass/screen.scss */
  nav ul li:last-child {
    border-bottom: none;
  }
  /* line 537, ../sass/screen.scss */
  nav ul li:before {
    content: "";
  }
  /* line 541, ../sass/screen.scss */
  nav ul li a {
    color: #f5f5f4;
    visibility: visible;
  }
  /* line 545, ../sass/screen.scss */
  nav ul li a:hover {
    color: #333333;
  }
  /* line 548, ../sass/screen.scss */
  nav ul li a:hover span {
    color: #f5f5f4;
  }
  /* line 553, ../sass/screen.scss */
  nav ul li a span {
    margin-right: 0.5em;
  }

  /* line 564, ../sass/screen.scss */
  section article h2 {
    width: 100%;
  }
  /* line 568, ../sass/screen.scss */
  section article p, section article form {
    color: #e74c3c;
    width: 100%;
  }
  /* line 573, ../sass/screen.scss */
  section article .btn {
    width: 83.05085%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
    margin-left: 8.47458%;
  }
  /* line 580, ../sass/screen.scss */
  section article .maps .mobileDevice, section article .maps img {
    width: 100%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
  }
  /* line 584, ../sass/screen.scss */
  section article .maps img {
    margin-left: 0%;
  }
  /* line 588, ../sass/screen.scss */
  section article .maps .fullMap {
    display: none;
  }
  /* line 595, ../sass/screen.scss */
  section article form fieldset button {
    height: 50px;
    width: 98%;
    margin-left: 0%;
  }
  /* line 601, ../sass/screen.scss */
  section article form fieldset .information {
    margin-left: 0%;
    width: 100%;
  }
  /* line 604, ../sass/screen.scss */
  section article form fieldset .information input {
    height: 35px;
    width: 95%;
  }
  /* line 610, ../sass/screen.scss */
  section article form fieldset .message {
    width: 100%;
    margin-left: 0%;
  }
  /* line 612, ../sass/screen.scss */
  section article form fieldset .message textarea {
    height: 222px;
    width: 95%;
  }
}
/* SMALL mobiles devices */
@media screen and (max-width: 640px) {
  /* line 626, ../sass/screen.scss */
  header {
    border-bottom: solid 5px #f5f5f4;
    margin-top: 0em;
    height: 150px;
  }
  /* line 632, ../sass/screen.scss */
  header .banner .imageEffect {
    height: 150px !important;
    margin-top: 0px;
  }
  /* line 635, ../sass/screen.scss */
  header .banner .imageEffect ul {
    height: 150px !important;
    margin-top: 0;
  }
  /* line 638, ../sass/screen.scss */
  header .banner .imageEffect ul li {
    margin-top: 0 !important;
  }
  /* line 645, ../sass/screen.scss */
  header h1 {
    width: 100%;
    margin: 0em;
  }
  /* line 650, ../sass/screen.scss */
  header .banner, header .titleDoctor {
    height: 150px;
    margin-top: 0px;
  }
  /* line 654, ../sass/screen.scss */
  header .banner h1, header .titleDoctor h1 {
    height: 1em;
    width: 100%;
    display: block;
    float: none;
    margin: 0 auto;
    font-size: 30px;
  }
  /* line 664, ../sass/screen.scss */
  header .titleDoctor {
    height: 150px;
  }
  /* line 668, ../sass/screen.scss */
  header .nivo-controlNav {
    display: none;
  }

  /* line 673, ../sass/screen.scss */
  .languages {
    top: 10px;
    z-index: 200;
  }
  /* line 677, ../sass/screen.scss */
  .languages p {
    display: none;
  }

  /* line 682, ../sass/screen.scss */
  .buttonNav {
    display: block;
    position: fixed;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
    background-color: #e74c3c;
    border: none;
    color: #f5f5f4;
  }

  /* line 694, ../sass/screen.scss */
  nav {
    display: none;
    position: fixed;
    width: 95%;
    top: 50px;
    right: 10px;
    background-color: #e74c3c;
    height: auto;
    z-index: 100;
  }
  /* line 704, ../sass/screen.scss */
  nav ul {
    margin: 0;
    padding: 0 1em;
    width: 100%;
  }
  /* line 709, ../sass/screen.scss */
  nav ul li {
    float: none;
    display: block;
    width: 85%;
    text-align: left;
    padding: 0.5em 0;
    font-size: 1.25em;
  }
  /* line 717, ../sass/screen.scss */
  nav ul li:last-child {
    border-bottom: none;
  }
  /* line 721, ../sass/screen.scss */
  nav ul li:before {
    content: "";
  }
  /* line 725, ../sass/screen.scss */
  nav ul li a {
    color: #f5f5f4;
    visibility: visible;
  }
  /* line 729, ../sass/screen.scss */
  nav ul li a:hover {
    color: #333333;
  }
  /* line 732, ../sass/screen.scss */
  nav ul li a:hover span {
    color: #333333;
  }
  /* line 737, ../sass/screen.scss */
  nav ul li a span {
    margin-right: 0.5em;
  }

  /* line 748, ../sass/screen.scss */
  section article h2 {
    width: 100%;
  }
  /* line 752, ../sass/screen.scss */
  section article p, section article form {
    color: #e74c3c;
    width: 100%;
  }
  /* line 757, ../sass/screen.scss */
  section article .location, section article .maps, section article form fieldset .information, section article form fieldset .message, section article form fieldset button {
    float: none;
    width: 100%;
    display: block;
  }
  /* line 763, ../sass/screen.scss */
  section article .btn {
    width: 100%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
    margin-left: 0%;
  }
  /* line 768, ../sass/screen.scss */
  section article.appointment img {
    width: 100%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
  }
  /* line 774, ../sass/screen.scss */
  section article .maps .mobileDevice, section article .maps img {
    width: 100%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
  }
  /* line 778, ../sass/screen.scss */
  section article .maps img {
    margin-left: 0%;
  }
  /* line 782, ../sass/screen.scss */
  section article .maps .fullMap {
    display: none;
  }
  /* line 790, ../sass/screen.scss */
  section article form fieldset button {
    height: 50px;
  }
  /* line 794, ../sass/screen.scss */
  section article form fieldset .information {
    margin-left: 0%;
  }
  /* line 796, ../sass/screen.scss */
  section article form fieldset .information input {
    height: 35px;
    width: 95%;
  }
  /* line 802, ../sass/screen.scss */
  section article form fieldset .message {
    margin-left: 0%;
  }
  /* line 803, ../sass/screen.scss */
  section article form fieldset .message textarea {
    height: 222px;
    width: 95%;
  }
  /* line 813, ../sass/screen.scss */
  section div.up {
    right: 1em;
  }
}
