/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics

   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}



/* base
----------------------------------------------- */
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, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0 none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:0;
vertical-align:baseline;
}

@font-face {
font-family: 'ElegantIcons';
src:url('fonts/ElegantIcons.eot');
src:url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
url('fonts/ElegantIcons.woff') format('woff'),
url('fonts/ElegantIcons.ttf') format('truetype'),
url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
font-weight: normal;
font-style: normal;
}

body {
background:#fff;
margin:0;
padding: 0;
font-size:100%;
color:#666;
}

div, input, textarea, select, label, :before, :after{
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
}

p,ul,ol,table,label,input,select,textarea,.zemThanks{
margin:0;
padding:0 0 30px;
font-family:questrial,muli,lato,'helvetica regular',arial,georgia;
font-size:1.0em;
line-height:1.7em;
font-style:normal;
}

h1,h2,h3,h4,h5,h6 {
font-family:questrial,raleway,lato,'open sans',arial;
}

h1, h2, h2 a {
padding:0;
margin:0 0 25px;
line-height:1.3em;
font-size:1.4em;
text-transform:uppercase;
color:#111;
font-weight:400;
font-style:normal;
}

h2 a {
font-size:inherit;
}

h2 a:hover {
text-decoration:none;
}

h1:after, h2:after {
content: " ";
border: solid 2px #3dc9b3;
display: block;
width: 50px;
margin: 15px auto;
}

h3 {
padding:0 0 15px 0;
margin: 0 ;
color:#888;
font-size:1.5em;
font-weight:400;
font-style:normal;
border-bottom:0px dotted #555;
}

.section-title h3 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}
.section-title.text-center h3:before,
.section-title h3:after {
    display: inline-block;
    content: "";
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    height: 4px;
    position: absolute;
    width: 60px;
}
.section-title.text-center h3:before {
    left: -70px;
    top: 9px;
}
.section-title h3:after {
    right: -70px;
    top: 9px;
}

h4{
padding:0 0 5px;
margin:0 0 10px;
line-height:1.3em;
font-size:1.4em;
color:#111;
font-weight:400;
font-style:normal;
border-bottom:0px dotted #555;
}

h4.front{
background: #fff;
padding:8px 20px;
margin:0 auto 40px;
line-height:1.3em;
font-size:2.0em;
text-transform:uppercase;
color:#222;
display: inline-block;
}

h5,h6 {
padding:0 0 5px;
margin:0 0 10px;
font-size:1.2em;
font-weight:400;
}

h6 {
font-size:1.2em;
color:#55ae30;
}

.latest{
color:#444;
font-size:1.0em;
font-weight:700;
font-style:italic;
text-align:right;
border-bottom: 1px dotted #555;
}

img {
margin:0 ;
padding:2px;
}

.left {
margin:2px 20px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 20px;
float:right;
}

.center {
margin:2px;
text-align:center;
vertical-align:top;
float:none;
display:inline-block;
}

blockquote {
background-color:#ededed;
margin:0 0 30px 0;
padding:20px 20px 0;
border-left:0px solid #999;
}

blockquote p {
margin:0;
font-family:georgia, "times new roman", verdana;
text-align:center;
font-style:italic;
font-size:1.0em;
color:#000;
font-weight:400;
}

a,code{
margin:0;
padding:0;
background:none;
color:#76B945;
font-weight:400;
text-decoration:none;
-webkit-transition: 0.3s;
transition: 0.3s;
opacity:1;
}

a:hover {
text-decoration:none;
opacity:0.7;
}

code {
color:#A06748;
}

ul, li ul {
list-style-type:none;
margin:0;
text-align:center;
display:inline-block;
clear:both;
}

ul li, li ul li {
background-image:none;
padding:0;
margin:5px 20px;
display:inline-block;
}

ul li:before {
font-family: 'ElegantIcons';
content: "\35";
color:#3E98CD;
font-size:1.4em;
float:left;
}

li ul{
font-size:100%;
}

ol, li ol {
margin:0 0 0 30px;
}

ol li, li ol li {
padding:.2em 0;
margin:0;
}

table {
margin: 0 0 30px;
padding:0;
border-collapse:collapse;
border-top: 0px solid #bbb;
width:100%;
}

td {
margin:0;
padding:5px 10px;
text-align:center;
border-bottom: 1px solid #888;
}

th {
background-color:#999;
padding:8px 10px;
color:#fff;
font-weight:400;
text-align:center;
border-bottom: 0px solid #555;
}

hr {
margin:2em auto;
width:370px;
height:1px;
color:#7a7e7d;
background-color:#7a7e7d;
border:none;
}

.table-head {
background:#333;
color:#fff;
}

.article {
padding: 0 0 30px 0;
position:relative;
z-index:210;
}

.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}

* html .clearfix { zoom: 1; } /* IE6 */

*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.indent {
text-align:left;
left:-5000em;
position:absolute;
z-index:500;
}

.hide{
display:none;
}

.meta {
margin:0 ;
padding:6px 0;
text-align:left;
line-height:1.5em;
color:#fff;
overflow:hidden;
width:99%;
clear:both;
}

.meta a {
background-color:#01B8CE;
margin:0 ;
padding: 8px 25px;
text-align:center;
font-size:0.9em;
color:#fff;
font-weight:400;
text-transform:uppercase;
text-decoration: none;
display:inline-block;
}

.edasi {
margin: 0 ;
padding: 7px 20px;
background-color:#01B8CE;
text-align:center;
font-size:0.9em;
color:#fff;
font-weight:400;
text-transform:uppercase;
text-decoration: none;
display:inline-block;
}

.edasi:after {
font-family: 'ElegantIcons';
content: "\35";
color:#000;
font-size:1.4em;
float:right;
}

.tagasi {
margin: 0 ;
padding: 7px 20px;
text-align:center;
font-size:0.9em;
color:#111;
font-weight:400;
text-transform:uppercase;
text-decoration: none;
border:1px solid #ddd;
display:inline-block;
}

.tagasi:before {
font-family: 'ElegantIcons';
content: "\34";
color:#3E98CD;
font-size:1.4em;
float:left;
}

.article-album{
list-style-type:none;
margin:30px 0;
}

.article-album li {
background:none;
padding:0;
margin:0 0 6px;
vertical-align:top;
text-align:center;
display:inline-block;
}

.article-album li a{
display: block;
position: relative;
text-align: center;
overflow: hidden;
}

.article-album img{
margin:0 auto;
padding:0;
display: block;
width: 100%;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}

.article-album a:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}

.thumb-alt {
text-align:center;
line-height:1.2em;
display:block;
}

.album {
margin:0 0 20px;
padding: 0 20px;
vertical-align:top;
text-align:center;
max-width:300px;
display:inline-block;
overflow:hidden;
}

.album a{
display: block;
position: relative;
text-align: center;
overflow: hidden;
}

.album img{
margin:0 auto;
padding:0;
display:block;
float:none;
width:auto;
height:180px;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}

.album a:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}

.album h3 {
padding:10px 0;
margin: 0 ;
line-height:1.3em;
font-size:1.1em;
font-weight:400;
font-style:normal;
text-align:center;
text-transform:uppercase;
}

.album h3 a{
color:#111;
}

.asukoht,.telefon,.e-post,.zemContactForm {
visibility:hidden;
}

/* error page
----------------------------------------------- */
#error-page {
background:transparent;
margin:0;
padding:0;
text-align:center;
}

#error-container {
background:transparent;
margin:0 auto;
padding:0;
text-align:left;
width:850px;
}

#error-content {
background:transparent;
margin:0;
padding:0;
color:#555;
text-align:center;
}


/* layout
----------------------------------------------- */

#container {
margin:0 auto;
padding:0;
text-align:center;
width:100%;
}

#header,.content-1,.content-2,.content-3,.content-4,.content-5,.content-6,.content-7,#footer {
margin:0 auto;
padding:30px 0;
text-align:center;
width:100%;
}

.container{
margin:0 auto;
padding:0 10px;
max-width:1010px;
height:100%;
clear:both;
}

#header {
background: url(/images/1.jpg);
background-position: center top;
background-repeat: no-repeat;
background-size:cover;
background-attachment: fixed;
padding:20px 0;
min-height:560px;
position:relative;
z-index:100;
}

#logo {
margin:0 auto;
padding:20px 0;
text-align:center;
display:block;
}

#logo img{
margin: 0 auto;
padding:0;
text-indent:-5000em;
display:block;
-webkit-transition: 0.3s;
transition: 0.3s;
opacity:1;
}

#logo img:hover{
opacity:0.7;
}

.tutvustus{
background: url(/images/9.png) repeat;
margin: 140px 0 0 150px;
padding:30px 50px;
line-height:1.4em;
text-align:right;
font-style:italic;
font-size:1.3em;
color:#fff;
font-weight:400;
}

.doctor{
margin: 10px 20px 0;
padding:0;
font-style:normal;
font-size:0.9em;
color:#BADD99;
font-weight:300;
display:inline-block;
}

.tutvustus-img{
margin:-100px 30px 0 0;
padding:0;
float:left;
}

.content-1 {
background:#fff;
margin: 0 ;
}

.content-2 {
background:#53950D;
margin: 0 ;
}

.content-2 p{
padding:0;
font-size:1.3em;
color:#fff;
}

.content-2 a{
color:#74f93f;
font-size:120%;
font-weight:400;
}

.content-3{
background:#f2f2f2 url(/images/8.png) repeat;
margin: 0 ;
}

.content-5 {
background:#f9f9f9 url(/images/8.png) repeat;
margin: 0 ;
}

.content-7 {
padding: 0 ;
}

.col-3, .col-3-contact{
list-style-type: none;
margin:0;
padding:20px 0;
text-align:center;
display:inline-block;
width:100%;
clear:both;
}

.col-3 li, .col-3-contact li {
background-image:none;
margin:0 auto;
padding:0 30px;
vertical-align:top;
text-align:center;
display:inline-block;
width:33%;
box-sizing:border-box;
-webkit-box-sizing:border-box; /* Chrome */
-moz-box-sizing:border-box; /* Firefox */
}

.article-album li:before, .col-3 li:before, .col-3-contact li:before,.prettysocial li:before {
content:"";
}

.col-3-contact li {
padding:150px 30px 0;
}

.col-3 li a{
color:#111;
}

.asukoht,.telefon,.e-post{
background-repeat:no-repeat;
background-position:center top;
}

li.asukoht{
background-image: url(/images/4.png);
}

li.telefon{
background-image: url(/images/5.png);
}

li.e-post{
background-image: url(/images/6.png);
}

.fadeInUp,.fadeInDown,.fadeInLeft,.fadeInRight{
visibility:visible;
}

.fadeInUp{
-webkit-animation: fadeInUp;
animation: fadeInUp;
}

@-webkit-keyframes fadeInUp {
0%   {opacity: 0; -webkit-transform: translateY(30px);}
100% {opacity: 1; -webkit-transform: translateY(0);}
} 

@keyframes fadeInUp {
0%   {opacity: 0; -ms-transform: translateY(30px); transform: translateY(30px);}
100% {opacity: 1; -ms-transform: translateY(0); transform: translateY(0);}
} 

.fadeInDown{
-webkit-animation: fadeInDown;
animation: fadeInDown;
}

@-webkit-keyframes fadeInDown {
0%   {opacity: 0; -webkit-transform: translateY(-30px);}
100% {opacity: 1; -webkit-transform: translateY(0);}
} 

@keyframes fadeInDown {
0%   {opacity: 0; -ms-transform: translateY(-30px); transform: translateY(-30px);}
100% {opacity: 1; -ms-transform: translateY(0); transform: translateY(0);}
} 

.fadeInLeft{
-webkit-animation: fadeInLeft;
animation: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
0%   {opacity: 0; -webkit-transform: translateX(-30px);}
100% {opacity: 1; -webkit-transform: translateX(0);}
} 

@keyframes fadeInLeft {
0%   {opacity: 0; -ms-transform: translateX(-30px); transform: translateX(-30px);}
100% {opacity: 1; -ms-transform: translateX(0); transform: translateX(0);}
} 

.fadeInRight{
-webkit-animation: fadeInRight;
animation: fadeInRight;
}

@-webkit-keyframes fadeInRight {
0%   {opacity: 0; -webkit-transform: translateX(30px);}
100% {opacity: 1; -webkit-transform: translateX(0);}
} 

@keyframes fadeInRight {
0%   {opacity: 0; -ms-transform: translateX(30px); transform: translateX(30px);}
100% {opacity: 1; -ms-transform: translateX(0); transform: translateX(0);}
} 

.animated{
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease-out; 
animation-timing-function: ease-out;
}

.delay-05s {
animation-delay: 0.5s;
-webkit-animation-delay: 0.5s;
}

.delay-1s {
animation-delay: 1s;
-webkit-animation-delay: 1s;
}

.delay-105s {
animation-delay: 1.5s;
-webkit-animation-delay: 1.5s;
}

.delay-2s {
animation-delay: 2s;
-webkit-animation-delay: 2s;
}


.prettysocial {
margin: 20px auto;
padding:0;
}

.prettysocial ul{
list-style-type: none;
margin: 0 auto;
padding:0;
text-align:center;
}

.prettysocial li{
background-image:none;
padding:0;
margin:0;
display:inline-block;
}

.prettysocial a {
margin:0 4px;
padding:18px;
display:block;
border-radius:50%;
border:1px solid #fff;
opacity:1;
}

.prettysocial a:hover:before {
color:#E2D78F;
}

.social_facebook, .social_twitter, .social_pinterest, .social_googleplus{
font-family: 'ElegantIcons';
speak: none;
font-size: 18px;
color: #318EC3;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}

.social_facebook:before {
content: "\e093";
}

.social_twitter:before {
content: "\e094";
}

.social_pinterest:before {
content: "\e095";
}

.social_googleplus:before {
content: "\e096";
}

.social_facebook:hover:before, .social_twitter:hover:before, .social_pinterest:hover:before, .social_googleplus:hover:before{
color: #318EC3;
}

#footer {
background-color:#222;
}

#footer p{
margin:0;
padding:0;
text-align:center;
color:#fff;
}

#footer a{
color:#fff;
}

#footer a:hover {
color:#E2D78F;
opacity:0.7;
}

#footer img{
margin:0;
padding:0;
}

.counter {
left:5px;
bottom:-50px;
position:absolute;
z-index:200;
}

.counter img{
border:none;
}


/* tagasiside vorm 
---------------------------------------------------*/

.comConnectForm,#txpCommentInputForm {
margin:0 auto;
padding: 20px 0 20px;
width:100%;
max-width: 700px;
}

.comConnectForm fieldset{
margin: 0;
padding:0px 0px 20px;
border:0px solid #ddd;
position:relative;
}

.comConnectForm legend{
margin: 0;
padding: 5px 0;
font-size:130%;
font-weight:400;
position:absolute;
left:0;
top:-40px;
}

.comConnectForm input, .comConnectForm textarea, .comConnectForm select,#txpCommentInputForm input,#txpCommentInputForm textarea{
margin: 3px 0;
padding: 5px;
color:#222;
line-height:1.25em;
border: 1px solid #999;
width: 100%;
display:inline-block;
}

#txpCommentInputForm input.button{
background-color:#eee;
}

.comConnectForm label,.comConnectForm p,#txpCommentInputForm label{
margin:0 ;
padding:0 10px;
line-height:2.1em;
color:inherit;
display:block;
}

label.comRequired::after {
content: " *";
color: red;
font-weight:400;
}

.comConnectForm input.comCheckbox, .comConnectForm input.comRadio{
margin:0 0 0 30px;
padding: 0;
line-height:1.5em;
width:20px;
border:none;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
display:inline-block;
}

label.comCheckbox, label.comRadio{
margin:0 ;
padding:0;
text-align:left;
line-height:1.5em;
color:inherit;
display:inline-block;
float:none;
}

.comConnectForm input.comSubmit{
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background-color:#000;
margin: 15px 0 0 30%;
padding: 8px 20px;
color:#fff;
border:none;
width:auto;
display:inline-block;
}

.comThanks{
background-color:#dcebd4;
padding:40px 40px;
font-size: 125%;
font-weight:700;
border:1px solid #999;
}

.comError{
margin:0 auto 50px;
}

div[style^=visibility] {
height: 0;
overflow: hidden;
}




/* mobile devices (max-width:760px) 
---------------------------------------------------*/

@media screen and (max-width:760px) {

img {
max-width:100%;
height:auto;
}

#sidebar-1{
display:none;
}

.col-3 li, .col-3-contact li {
margin:0 auto 20px;
width:48%;
}

h1, h2, h2 a {
font-size:1.4em;
}

h1{
top: 15px;
}

.tutvustus{
margin: 10px -10px ;
padding:20px;
text-align:center;
}

.tutvustus-img{
margin:20px auto;
padding:0;
float:none;
}
}

/* mobile devices (max-width:500px) 
---------------------------------------------------*/

@media screen and (max-width:500px) {

.col-3 li, .col-3-contact li {
width:100%;
}
}