/*
Theme Name: AWS
Theme URI: http://www.aedes.ee/
Description: Light custom built WordPress theme. Fully responsive, works on all devices.
Author: Aedes Web Solutions
Author URI: http://www.aedes.ee/
Version: 2.0
*/

/*
Theme Name: Nordic
Theme URI: http://www.aedes.ee/
Description: Light custom built WordPress theme. Fully responsive, works on all devices.
Author: Aedes Web Solutions
Author URI: http://www.aedes.ee/
Version: 2.0
*/

/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
@-ms-viewport{
  width: device-width;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans_light/OpenSans-Light-webfont.eot');
    src: url('fonts/opensans_light/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans_light/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/opensans_light/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/opensans_light/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  float: left;
  width: 100%;
  font-family: 'open_sanslight', sans-serif;
  font-size: 14px;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a {
  color:#2f2f2f;
  text-decoration: none;
  -webkit-transition: all ease-out 300ms;
  -moz-transition: all ease-out 300ms;
  -o-transition: all ease-out 300ms;
  transition: all ease-out 300ms;
}
a:hover,
a:active{
  color:#f95b18;
}
a:visited{
}
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h1 a,
h2 a,
h3 a{
  color:#f95b18;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0px;
  outline: none;
  padding: 10px 15px;
  color: #000;
  font-size: 14px;
  border: 0px;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
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 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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"],
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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).
 */
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.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img.alignleft{
  float: left;
  padding: 5px 15px 10px 0;
}

img.alignright{
  float: right;
  padding: 5px 0px 10px 15;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
a:hover, a:active, a:focus {
 outline: 0;
}

a.default-btn {
    background: #333;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    padding: 8px 18px;
    font-weight: 300;
    display: inline-block;
    margin-top: 15px;
    transition: 0.3s;
    font-weight: 300;
    text-transform: uppercase;
    border: 0px;
}
a.default-btn:hover{
  opacity: 0.8;
  transition: 0.3s;
}
/*=== Layout ===*/
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
}
.col-3 {
  width: 25%;
}
.col-4{
  width: 33%;
}
.col-5{
  width: 41.6%;
}
.col-6 {
  width: 50%;
}
.col-7{
  width: 58.3%
}
.col-7{
  width: 58.3%
}
.col-9{
  width: 75%;
}
.col-12{
  width: 100%;
}
div {
  display: block;
  position: relative;
}
.cw {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.container {
  width: 1220px;
  max-width: 100%;
  margin: 0 auto;
  float: none;
  padding: 0 15px;
}
#header {
  background: url('img/header_bg-min.png')no-repeat center 0;
  width: 100%;
  position: relative;
  min-height: 185px;
}
.home #header {
  min-height: 450px;
}
.breadcrumb_container {
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 1px solid #f8f8f8;
}
.blog .breadcrumb_container {
  border-bottom:0px solid;
}
.home #crumbs{
  margin:0;
}
#crumbs {
  float: right;
  margin: 10px 0;
}
#crumbs li {
  float: left;
  display: block;
  position: relative;
  padding-right: 8px;
  text-transform: uppercase;
  font-size: 12px;
}
#crumbs li a{
  float: left;
  display: block;
}
#crumbs li a:after{
  content: '>';
  display: block;
  position: relative;
  float: right;
  padding-left: 8px;
}
#main {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.logo {
    float: left;
    padding: 60px 0 0 0;
    width: 40%;
    max-width: 350px;
}
.button {
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px;
  background: #f9731e;
  position: relative;
  float: left;
  width: auto;
}
.button:visited{
  color:#f9f9f9;
}
.page-title h1{
  color: #f9771f;
  font-size: 60px;
  font-weight: 300;
  margin: 0 0 10px 0;
}
.to_top{
  width: 48px;
  height: 48px;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 70px;
  background: rgb(249,80,22);
  background: -moz-linear-gradient(top,  rgba(249,80,22,1) 1%, rgba(249,118,31,1) 52%);
  background: -webkit-linear-gradient(top,  rgba(249,80,22,1) 1%,rgba(249,118,31,1) 52%);
  background: linear-gradient(to bottom,  rgba(249,80,22,1) 1%,rgba(249,118,31,1) 52%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f95016', endColorstr='#f9761f',GradientType=0 );
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
.to_top.visible{
  opacity: 1;
  visibility: visible;
}
.to_top img{
  position: absolute;
  top: 16px;
  left: 13px;
}
/*=== Language select ===*/
.lang_select{
  position: absolute;
  top: 20px;
  right: 0;
  padding: 12px 15px 6px;
  background: url(img/flag_bg.png)no-repeat 0 0;
  z-index: 99;
  background-size: 100% 100%;
}
#header #lang_sel{
  height: auto;
}
#header #lang_sel ul {
    float: left;
    width: 100%;
    max-width: 100px;
}
#header #lang_sel li{
  width: auto;
}

#header #lang_sel a.lang_sel_sel:visited,
#header #lang_sel a.lang_sel_sel{
  background-color: #fff;
  padding-right: 15px;
}
#header #lang_sel a,
#header #lang_sel a:visited {
  border: 0px solid;
}
#header #lang_sel ul ul {
  width: 107px;
  max-width: 107px;
  left: -14px;
}
#header #lang_sel ul ul li{
  width: 100%;
}
/*=== sotsiaalmeedia ===*/
.sot_media {
    display: block;
    position: relative;
    float: right;
    width: auto;
    padding-top: 18px;
    color: #fff;
}
.sot_media a,
.sot_media span{
  display: block;
  float: right;
  line-height: 24px;
}
.sot_media .fb{
  width: 30px;
  height: 24px;
  background: url('img/sotsmeedia.png')no-repeat 0px -3px;
}
.sot_media .insta{
  width: 30px;
  height: 24px;
  background: url('img/sotsmeedia.png')no-repeat 0px -29px;
}
/*=== Nav ===*/
.primary-nav {
  float: right;
  margin-top: 40px;
  width: auto;
  /*max-width: 60%;*/
}
.home .sot_media{
  width: 100%;
}
.home .primary-nav {
  width: auto;
  max-width: 100%;
} 
.primary-nav > li{
  list-style: none;
  float: left;
  display: block;
  position: relative;
  z-index: 2;
}
.primary-nav li {
  list-style: none;
  position: relative;
}
.primary-nav > li:hover:after{
  content: '';
  position: absolute;
  top: 0;
  left: -12%;
  border-bottom: 30px solid #fff;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  height: 0;
  width: 117%;
  z-index: 1;
}
.primary-nav > li a{
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding: 4px 20px 4px 15px;
  z-index: 3;
}
.primary-nav > li a:after{
  content:'/';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 140%;
}
.primary-nav > li:hover > a{
  color: #000;
}
.primary-nav > li:hover a:after{
  color:#fff;
  font-size: 0px;
}
.primary-nav > li:last-child a:after{
  content:'';
}
.primary-nav > li:last-child a{
}
.primary-nav > li a{
  text-decoration: none;
}
.primary-nav .sub-menu{
  display: none;
}
.primary-nav .sub-menu .sub-menu{
  top: 0;
  left: 95%;
  border-left: 2px solid #f9731e;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
}
.primary-nav li ul {
  position: absolute;
  top: 30px;
  left: -12%;
  padding: 5px;
  margin: 0;
  background: #6a6a6a;
  min-width: 200px;
  max-width: 320px;
}
.primary-nav li:last-child ul {
  right: -5%;
  left: auto;
}
.primary-nav li ul li {

}
.primary-nav li ul li a{
  padding: 5px 20px;
  color: #fff;
}
.primary-nav li ul li a:hover,
.primary-nav li ul li a:active{
  color: #f95b18;
}
.primary-nav li ul li a:after{
  content:none;
}
/*.primary-nav li:hover > ul {
  display: block;
}*/

/*=== Home ===*/
.home_content {
  float: left;
  width: 100%;
  position: relative;
}
.primary-nav {
  float: right;
  margin-top: 70px;
}
.categorymenu {
  height: 230px;
  padding-bottom: 60px;
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.categorymenu * {
  z-index: 10;
  position: relative;
}
.categorymenu:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 180px solid #f3f3f3;
  border-right: 1920px solid #f3f3f3;
  border-bottom: 50px solid rgba(0, 0, 0, 0);
  z-index: 9;
}
.categorymenu > div{
  margin-top: 50px;
  padding: 0 10%;
}
.categorymenu ul {
  padding:0;
  margin: 0;
}
.categorymenu ul li{
  list-style: none;
  margin: 0;
  padding:0;
}
.slider {
  width: 100%;
  float: left;
  position: relative;
  height: 510px;
  margin-top: -50px;
  background: rgb(230,230,230);
  background: -moz-linear-gradient(top,  rgba(230,230,230,1) 0%, rgba(255,255,255,1) 71%);
  background: -webkit-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 71%);
  background: linear-gradient(to bottom,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 71%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 );
  z-index: 5;
  overflow: hidden;
}
/*=== Uudised ===*/
.blog_grid .col-4 {
  padding: 30px 0 30px 10px;
}
.blog_grid .id{
  color: #f9771f;
  font-size: 48px;
  font-weight: 300;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.blog_grid .excerpt h2 a{
  color: #f9771f;
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
}
.blog_grid .excerpt h2 a:hover{
  text-shadow: 1px 1px 1px #800000;
}
.post-item-divider {
  width: 100%;
  height: 8px;
  float: left;
  background: url('img/separator.png')repeat-x 0 0;
}
.left {
  width: 20%;
  float: left;
}
.left .day{
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  background: #f9771f;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.left .month{
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.excerpt {
  width: 80%;
  float: left;
  padding-left: 30px;
}
.excerpt h2 {
  color:#f9771f;
  font-size: 25px;
  line-height: 1;
}
.readmore:visited,
.readmore {
    margin-left: 10px;
    color:#f9771f;
}
.archive .content .col-4:nth-child(3n + 1){
  clear: right;
}
.archive .content .col-4{
  padding-bottom: 15px;
}
/* === Footer === */
#footer {
  border-top: 1px solid rgba(105, 105, 105, 0.49);
  color: #696969;
  float: left;
  width: 100%;
}
#footer li{
  list-style: none;
}
#footer .widgets .widget {
  float: left;
  padding: 45px 20px;
  line-height: 35px;
}
/*=== Sidebar ===*/
.sidebar .otsing {
  float: left;
  width: 100%;
  padding: 15px 5px;
}
.sidebar .otsing #searchform input{
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
}
/*=== Meeskond ===*/
.container.meeskond > div{
  float: left;
  width: 100%;
  padding-bottom: 25px;
}
.container.meeskond .muuk{
  padding-bottom: 125px;
}
.container.meeskond .administratsion{
  padding-bottom: 125px;
}
.meeskond .osakond_label{
  font-size: 24px;
  text-transform: uppercase;
  color: #050404;
  padding-bottom: 25px;
  margin-bottom: 35px;
  background: url('img/separator.png') repeat-x 0px 40px;
}
.member{
  overflow: hidden;
}
.member > div{
  float: left;
  width: 50%;
}
.member .info > div{
  margin-bottom: 5px;
}
.member .info div{
  width: 100%;
  float: left;
}
.member .pilt .img{
  width: 170px;
  height: 170px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.member .pilt .img img{
  display: block;
  max-width: 110%;
  height: auto;
  position: absolute;
  left: -5%;
  top: -5%;
}
.member .nimi{
  font-size: 24px;
  line-height: 1;
  color: #050404;
}
.member .nimi .perenimi{
  font-weight: 900;
}
.member .amet{
  width: 100%;
  background: url('img/meeskond_amet_taust.png')no-repeat 0 0;
  color:#fff;
  padding:9px 6px 6px 14px;
  margin-left: -14px;
  margin-top: 6px;
  text-transform: uppercase;
}
.member .epost{
  padding-left: 30px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-left: -5px;
  background: url('img/meeskond_amet_envelope.png')no-repeat 0 1px;
}
.member .telefon{
  width: 100%;
  padding: 3px  0 3px 25px ;
  background: url('img/meeskond_amet_mobile.png')no-repeat 0 0;
}
/*=== Tooted ===*/

.tooted .sidebar{}
.tooted .content{}
.tooted .category_list h2,
.tooted .category_list h2 a{
  color: #f9771f;
  font-size: 32px;
  font-weight: 300;
  padding: 0 0 10px 0;
  float: left;
  width: 100%; 
}
.tooted .category_list h2{
  padding-left:15px;
  padding-right:15px;
  // text-align: center;
  margin: 0;
}
.tooted .cat_wrap {
  padding: 0 0 30px;
}
.tooted .term_desc {
  float: left;
  width: 100%;
  padding: 0 15px;
}
.tooted .category_list{
  width: 100%;
  float:left;
}
/*single*/
.single-tooted .page-title {
  width: 75%;
  left: 25%;
  float: left;
  clear: both;
}
.toodemenu {
  float: left;
  width: 100%;
  padding: 0 25px 0 15px;
}
.toodemenu h2 {
  color: #f9731d;
  font-weight: 300;
  text-transform: uppercase;
  padding: 10px 0px 10px 40px;
  margin: 0;
  border-bottom: 1px solid #fafafa;
  position: relative;
}
.toodemenu h2:hover {
  cursor: pointer;
}
.toodemenu h2:first-child {padding-top:0;}
.toodemenu h2:last-child {padding-bottom:0;}
.toodemenu h2:after{
  content: '>';
  position: absolute;
  left: 15px;
  top: 5px;
  bottom: 0;
  transform: scaleX(0.5);
  font-size: 30px;
}
.toodemenu h2:first-child:after {top: -5px;}
.toodemenu ul{
  display: none;
  overflow: hidden;
  list-style: none;
  margin: 0;
}
.toodemenu ul.open{
  margin:14px 0;
}
.toodemenu ul li{
  line-height: 1.1;
  padding: 5px 0;
  color: #757575;
}
.tooted {
  color:#6a6a6a;
}
.tooted .main_content > div{
  float: left;
  overflow: hidden;
}
.tooted .main_content .img{
  padding-right: 15px;
}
.tooted .main_content img{
  max-width: 100%;
  height: auto;
}
.tooted .main_content .description{
  padding-left: 15px;
  padding-right: 15px;
}
.tooted > div {
  float: left;
}
.tooted .page-title{
  width: 100%;
}
.tooted .toote_info {
  margin-top: 50px;
}
.toote_info .sadaml{
  display: block;
  float: left;
  width: 100%;
  background: url(img/wood.jpg)no-repeat 0 0;
  background-size: cover;
  margin: 0;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
}
.toote_info div{
  float: left;
  position: relative;
}
.toote_info .info{
  float: left;
  width: 100%;
}
.toote_info .row{
  width: 100%;
  padding: 10px;
  background: #fff;
}
.toote_info .row:nth-child(even){
  background: #f9f9f9;
}
.tax-tootekategooria .tooted .main_content .img{
  padding-right:0;
}
.tax-tootekategooria .excerpt{
  padding:5px 0 0;
}
#cn-accept-cookie{
  float:none;
}
#cn-accept-cookie:visited{
  color: #333;
}
/*=== Mediaquerys ===*/
@media only screen and (max-width: 1600px) {

}
@media only screen and (max-width: 1400px) {
  .lang_select {
    top: 50px;
  }
}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 560px) {

}
@media only screen and (max-width: 480px) {

}
@media only screen and (max-width: 320px) {

}

/*THOSE CHANGES WILL BE APPLIED TO SASS STYLESHEET AFTER ALL CHANGES ARE MADE*/
/*07.11.16*/
#header {
  z-index: 999;
}

/*08.11.16*/
.wpcf7-form__input--height-128px {
  height: 128px;
}

input {
  max-width: 100%;
}

textarea {
  max-width: 100%;
}

/*10.11.2016*/
@media screen and (min-width: 1229px){
  .big-clearfix {
    clear: both;
  }
}

.member-inner {
      margin-bottom: 40px;
}

@media screen and (max-width: 1228px){
  html body .member--mobile {
      width: 50%;
    }

  .pilt-member-content-block__img {
    float: right;
    margin-right: 20px;
  }

  .small-clearfix {
    clear: both;
  }
}

@media screen and (max-width: 454px){
  html body .member--mobile {
      width: 100%;
  }
  .info.member-content-block {
    width: 100%;
  }
}

.epost {
  word-break: break-all;
}

h1 {
  word-break: break-word;
}
/******************************/
.categorymenu--modified {
  line-height: 24px;
}
.categorymenu--modified ul{
  display: inline-block;
}
.categorymenu--modified a{
    color: #777777;
}
.categorymenu--modified ul.categorymenu--modified__second-ul {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.categorymenu--modified__third-ul {
  float: right;
}
@media screen and (max-width: 514px){
  .categorymenu--modified {
    display: none;
  }
}

/*11.14.2016*/

.toodemenu__title-sub {
  font-size: 17px;
}

@media screen and (max-width: 1111px){
  body .toodemenu {
    border-bottom: 1px solid #f95b18;
    line-height: 40px;
    text-align: left;
  }
  .toodemenu ul li {
    line-height: 30px;
  }
}

@media screen and (max-width: 1111px){
  .sidebar--mobile {
    width: 100%;
  }
}


/*15.11.2016*/

/*@media screen and (max-width: 1313px){
  .home #header {
    background-position-y: bottom;
    background-position-x: -110px;
    background-size: cover;
    min-height: 0;
  }
}*/


@media screen and (max-width: 700px){
  .col-4--categorymenu {
    border-right: 1px solid #f95b18;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-4--categorymenu:last-child {
    border-right: none;
  }
  .categorymenu {
      height: auto;
  }
  .categorymenu:after {
      border-top: 300px solid #f3f3f3;
  }
  .categorymenu--modified__third-ul {
    max-width: 120px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1436px){
  .home .primary-nav {
    margin-top: 100px;
  }
  html .primary-nav{
        margin-top: 40px;
  }
}

.breadcrumbs {
  text-transform: uppercase;
  text-align: right;
  padding-bottom: 20px;
  padding-top: 31px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 21px;
  padding-right: 15px;
}

.breadcrumbs span{
  padding-left: 7px;
  padding-right: 7px;
}

.breadcrumbs a{
  color: black;
}

.home .breadcrumbs {
  display: none;
}

/*16.11.2016*/

@media screen and (max-width: 369px){
  .excerpt {
    width: 100%;
    padding-left: 0px;
    clear: both;
  }
}

/*@media screen and (min-width: 946px) and (max-width: 1172px){
  html body .primary-nav{
        margin-top: 111px;
  }
}*/

@media screen and (max-width: 1078px){
  .member .member-inner {
    transform: translateX(-50%);
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
    -o-transform:  translateX(-50%); /* Chrome, Safari, Opera */
    -moz-transform:  translateX(-50%); /* Chrome, Safari, Opera */
  }
}

@media screen and (max-width: 697px){
  .member-content-block {
      margin-left: 50%;
      transform: translateX(-50%);
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
    -o-transform:  translateX(-50%); /* Chrome, Safari, Opera */
    -moz-transform:  translateX(-50%); /* Chrome, Safari, Opera */
  }
}

/*11.01.2016*/
.telefon a{
  color: black;
}

/*25.01.2017*/
/*@media screen and (min-width: 1401px){
  body #header #lang_sel a.lang_sel_sel {
    background-color: transparent !important;
  }
  body .lang_select {
    background-size: 100% 30px;
    background-position-y: 10px;
    top: 20px;
  }
}
*/

/*25.01.2017*/

@media screen and (min-width: 1401px){
  body .lang_select {
    height: 47px;
    background-size: auto;
    background-position: right;
    padding: 12px 0px 6px;
  }

  body #header #lang_sel ul {
    float: right;
    max-width: 92px;
  }
}

/******************************************************/

@media screen and (max-width: 1400px) {
  body #lang_sel img.iclflag {
    display: block;
  }

  html .primary-nav.display_on_small_screen #lang_sel li a {
      background-color: #333333;
  }

  html .primary-nav.display_on_small_screen #lang_sel li:hover {
      background-color: #333333;
  }

  #header #lang_sel ul ul li {
      padding-bottom: 10px;
  }
}

/*17.02.2017*/
.toote_info .row:hover {
  background-color: #F99827;
  color: white;
};