/*
	Theme Name: Jääaja Keskus
	Theme URI: https://jaaaeg.ee
	Description: Jääaja Keskuse veebilahendus
	Version: 1.2
	Author: ITSON OÜ
	Author URI: https://itson.ee
	Tags: HTML5, CSS3, custom
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/**,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}*/
/* html element 62.5% font-size for REM use */
.taustpilt {
	background-color: #004a56;
}
html, body {
  overflow-x: hidden;
  position: relative;
  min-width: 320px;
}
body {
  margin: 0;
  padding: 0;
  background: #6dcef5;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.loader {
	display: block;
  width: 100%;
  height: 100%;
  background: #6dcef5;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  padding-top: 15%;
}
.thecube {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
}
.thecube .cube {
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
}
.thecube .cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.thecube .cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #01748f;
  -webkit-animation: foldthecube 2.4s infinite linear both;
  animation: foldthecube 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.thecube .c2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotateZ(90deg);
}
.thecube .c3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotateZ(180deg);
}
.thecube .c4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotateZ(270deg);
}
.thecube .c2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.thecube .c3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.thecube .c4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes foldthecube {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
        75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
        100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes foldthecube {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
        75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
        100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#01748f;
	text-decoration:none;
}
a:hover {
	color:#6dcef5;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border: none;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/*ITSON*/
input {
    width: 96%;
    height: 36px;
    margin: 0;
    padding: 0% 2%;
    border: 0;
    font-size: 18px;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-appearance: none;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.home .wrap.bgbg {
	position: unset;
}
footer .wrap {
	position: relative;
}
/**NewStyles**/
#overWrap {
	overflow: hidden;
}
.bottoma {
    background: #FFF;
    float: left;
    width: 66%;
    height: 100%;
    position: relative;
    padding-left: 10%;
    left: -10%;
		z-index: 3;
}
.bottoma::before {
    display: block;
    content: "";
    width: 1000%;
    height: 100%;
    position: absolute;
    background: #FFF;
    left: -988%;
    top: 0px;
}
.home #top::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(45deg);
            transform: skewY(45deg);
    left: -28px;
    top: -26%;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(-45deg, #FFF 927px, #6dcef5 50%);
}
/*AVALEHE PILT*/
.wrap.bgbg::before {
    background-color: #004a56;
    background-repeat: no-repeat;
		background-position: left bottom;
		background-size: cover;
		-webkit-background-size: cover;
		content: "";
		width: 100%;
		max-width: 1700px;
		height: 70%;
		display: block;
		z-index: 0;
		position: absolute;
		top: -10px;
		left: unset;
}

.bottoma::before {
    display: block;
    content: "";
    width: 1000%;
    height: 100%;
    position: absolute;
    background: #FFF;
    left: -988%;
    top: 0px;
}
.social a {
    margin: 0 0 0 12px;
    float: right;
}
.social a:hover {
	opacity: 0.82;
}
.social {
    float: right;
    position: relative;
    top: 88px;
    right: 26px;
}
/*NewEND*/

nav {
  width: 76%;
  float: right;
  position: absolute;
  right: 0;
	z-index: 999;
}

nav ul {
  float: right;
  margin: 0;
  padding: 42px 0 0 0;
}
nav ul:lang(ru), nav ul:lang(lv) {
	padding: 23px 0 0 0;
}
.nav li {
  list-style: none;
  float: left;
  margin-left: 5px;
  min-height: 29px;
}

.nav a {
  float: left;
  color: #FFF;
  text-decoration: none;
  padding: 0 7px;
  font-size: 17px;
  font-weight: 400;
  width: auto;
  text-shadow: 0px 0px 5px black;
}

.nav a:hover, .nav .current-menu-item a, .nav .current-page-ancestor a {
  color: #6dcef5;
}

.nav a:after {
  visibility: hidden;
}

.nav a:hover:after, .nav .current-menu-item a::after, .nav .current-page-ancestor a::after {
  display: block;
  visibility: visible;
  content: "";
  background: url("fr/img/wave.png");
  width: calc(100% + 16px);
  height: 8px;
  background-repeat: repeat-x;
  float: none;
  background-position: 0px 3px;
  position: relative;
  left: -8px;
}

.lang {
    position: relative;
    float: right;
    right: 0;
    color: #FFF;
    top: 88px;
    font-weight: 400;
    font-size: 16px;
}
.lang a {
	color: #FFF;
}
.logo {
    display: block;
    height: auto;
    width: 100%;
    max-width: 216px;
    float: left;
    margin: 42px 0 0 32px;
}
.logo img {
  width: 100%;
  height: auto;
}
#top, .leftCont {
  width: 100%;
  height: auto;
  float: left;
}

.leftCont {
  height: auto;
  margin-bottom: 28px;
  width: 85%;
  overflow: hidden;
  padding-bottom: 4px;
}
.leftCont:lang(ru) {
	margin-bottom: 0px;
}
#top {
  position: relative;
  float: left;
  width: 100%;
}

.home .left {
  width: 50%;
  min-height: 558px;
  float: left;
	position: relative;
	overflow: unset;
	z-index: 2;
}
 .left {
  width: 50%;
  float: left;
	position: relative;
	overflow: hidden;
}
.lCcola, .lCcolb, .lCcolc {
  color: #004a56;
  font-weight: 300;
  float: left;
  font-size: 17px;
}

.lCcola a, .lCcolb a, .lCcolc a {
  color: #004a56;
  text-decoration: none;
}

.lCcola a:hover, .lCcolb a:hover, .lCcolc a:hover, .lCcola a:focus, .lCcolb a:focus, .lCcolc a:focus {
  color: #01748f;
  text-decoration: none;
}

.lCcola {
  width: 158px;
  text-align: center;
}
.page-parent .lCcola {
	width: 170px;
} 
.lCcolb {
  text-align: center;
	position: relative;
	left: 8px;
}
.home .left .lCcolb p {
    line-height: 29px;
    position: relative;
    top: -4px;
}
.lCcolc {
  width: 176px;
  position: relative;
  top: 0;
	text-align: center;
	left: 8px;
}

.lCcola h3, .lCcolb h3, .lCcolc h3, .part h3 {
  color: #FFF;
  font-weight: 700;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  padding: 0px 4px 8px 4px;
  bottom: -16px;
  font-size: 18px;
}

/*.lCcola h3::after, .lCcolb h3::after, .lCcolc h3::after, .part h3::after {
  display: block;
  background: url("fr/img/h3_bot.png") repeat-x;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 4px;
}*/

.lCcola p, .lCcolb p, .lCcolc p, p {
  margin: 0 0 8px 0;
  font-size: 17px;
  font-weight: 400;
}

.lCcola b, .lCcolb b, .lCcolc b {
  font-weight: 700;
}
.leftContBot p {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.6px;
    color: #004a56;
}
.leftContBot p:lang(ru) {
	font-size: 15px;
}
.fb, .in {
    float: left;
    width: 118px;
    position: relative;
    left: 50%;
    clear: both;
    padding: 0 0 0 14px;
    transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
}
.fb a, .in a {
	display: inline-block;
}
.fb {
  margin: 0 0 8px 0;
}
/*
.fb::before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background: url("fr/img/fb_in.png");
    float: left;
    margin-right: 8px;
    position: relative;
    bottom: 2px;
}
.in::before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url("fr/img/fb_in.png");
    float: left;
    margin-right: 8px;
    position: relative;
    bottom: 2px;
    background-position: 0 24px;
}
*/
.in {
  margin-bottom: 42px;
}
.leftContBot {
    width: 100%;
    float: left;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: auto;
    margin-bottom: 18px;
    padding-bottom: 22px;
    height: 130px;
}

.a {
    width: 34%;
    float: left;
    text-align: center;
    position: relative;
}

.b {
    width: 44%;
    float: left;
}

.c {
    width: 40%;
    float: left;
}

.leftContBot h2 {
    color: #FFF;
    background: #004a56;
    font-size: 23px;
    padding: 6px 10px;
    margin: 0 0 12px 0;
    font-weight: 500;
    text-align: center;
    position: relative;
    display: inline-block;
    letter-spacing: -0.6px;
}
.leftContBot h2:lang(ru) {
	font-size: 19px;
}
.b p {
  position: relative;
  width: 118%;
  left: -8%;
}

.right {
  width: 50%;
  float: right;
  color: #FFF;
  text-align: right;
}

.right h1 {
    font-size: 60px;
    font-weight: 300;
    text-align: right;
    width: 62%;
    position: absolute;
    right: 0;
    top: 18%;
    padding: 0;
    margin: 0;
    line-height: 58px;
    letter-spacing: -0.6px;
    text-shadow: 0px 0px 5px black;
}
#bot {
  width: 100%;
  float: left;
  position: relative;
  top: -2px;
}
#events {
    width: 37%;
    background: #FFF;
    margin: 0;
    padding: 49px 0px 0 0;
    float: right;
    color: #01748f;
    height: 306px;
}
.eT {
    color: #FFF;
    float: left;
    width: auto;
    font-size: 24px;
    background: #004a56;
    width: auto;
    font-weight: 500;
    padding: 8px !important;
    overflow: hidden;
    padding: 0 0 8px 0;
    margin: 0 0 16px 0;
}
.event {
    float: left;
    width: 90%;
    font-weight: 400;
    padding: 8px 0% 4px 10%;
    overflow: hidden;
}
.event::after {
    content: "................................................";
    display: none;
    color: #6dcef5;
    width: 100%;
    float: left;
    letter-spacing: 6px;
    position: relative;
    bottom: 0;
}
.event:last-of-type::after {
  visibility: hidden;
}
.event a {
  float: left;
  display: ;
  clear: both;
  color: #01748f;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  margin-top: 4px;
}
.event a:hover, .event a:focus, .event a:active {
  color: #6dcef5;
}
.date, .time {
  float: left;
  padding: 2px 4px;
}
.date {
  background: #01748f;
  color: #FFF;
  margin: 0px 2px 0 0;
  font-weight: 400;
}
#jaakaru {
    width: 58%;
    float: left;
    padding: 0;
    position: unset;
}
#jaakaru::before {
    display: block;
    content: "";
    background: url("https://jaaaeg.ee/wp-content/uploads/2018/09/bgkohvik.jpg");
        background-size: auto auto;
    width: 600px;
    height: 100%;
    position: absolute;
    background-size: cover;
		-webkit-background-size: cover;
    right: 38%;
}
#jaakaru::after {
background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.01) 99%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(99%, rgba(255,255,255,0.01)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.01) 99%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.01) 99%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.01) 99%, rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0.01) 99%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
		position: absolute;
		width: 66%;
		height: 100%;
		right: 38%;
    display: block;
    content: "";
    z-index: 1;
}
.mid {
	position: absolute;
	top: 50%;
	z-index: 2;
	-webkit-transform: translate(0,-50%);
	        transform: translate(0,-50%);
}
.jT {
    color: #224081;
    float: left;
    width: auto;
    font-weight: 400;
    font-size: 34px;
    width: 200px;
    margin: 0 32px;
    z-index: 2;
}
.fWimg {
    width: calc(100% - 256px);
    height: auto;
    float: left;
    clear: both;
}
a.btnA {
  font-size: 18px;
  font-weight: 400;
  color: #224081;
  border: 2px solid #224081;
  text-decoration: none;
  padding: 4px 8px;
  float: left;
  margin: 24px 0;
  clear: both;
	z-index: 2;
	left: 13%;
	position: relative;
}
.btnA:hover {
  background: #004a56;
	color: #FFF;
}
#jaakaru p {
    float: left;
    width: 44%;
    padding: 18px 22px 0 22px;
    color: #01748f;
    font-weight: 300;
}
.jklogo {
    position: absolute;
    right: 0;
    bottom: 26px;
    padding: 10px 34px;
}
.taustpilt {
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center left;
  position: absolute;
  display: block;
  width: 116%;
  z-index: -1;
  right: -28%;
  min-height: 672px;
}

.left::before {
    content: "";
    display: block;
    background: #6dcef5;
    width: 1000px;
    height: 1200px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    left: -352px;
    top: 0;
    z-index: -1;
}
.home .left::before {
	display: none;
}
.taustpilt::after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 54%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 54%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 54%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  display: block !important;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.fluid.map {
  width: 100%;
  float: left;
  height: 400px;
  background: gray;
  margin-top: -2px;
	position: relative;
}
.map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-template-map .fluid.map {
	margin-top: 0;
}
.diamond {
  width: 284px;
  height: 284px;
  display: block;
  z-index: 3;
  right: 58px;
  position: absolute;
  bottom: -152px;
  border: 12px solid #01748f;
  overflow:hidden;
  background-clip: padding-box;
  transform: rotate(-45deg);
  -webkit-transform: translateZ(0) rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  outline: 1px solid transparent;
}
.page-template-template-sidebar .diamond {
  bottom: 46px;
  right: 46px;
}
.diamondin  {
  width: 400px;
  height: 400px;
  position: relative;
  left: -58px;
  top: -58px;
  background-color: #f2847c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.home .diamond {
	bottom: 201px;
	right: 72px;
}
/* Safari 7.1+ */
_::-webkit-full-page-media, _:future, :root .wrap.bgbg::before {z-index: -1;}
_::-webkit-full-page-media, _:future, :root #top {z-index: 3;}
_::-webkit-full-page-media, _:future, :root .home .left {z-index: 4;}
_::-webkit-full-page-media, _:future, :root .bottoma {z-index: 5;}
_::-webkit-full-page-media, _:future, :root .home .diamond {z-index: 0; bottom: 240px; right: 76px;}
/**/
.dslide {
    position: absolute;
    top: 0;
    left: 0;
}
.slide-group {
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
}
.slide {
    width: 100%;
    height: 100%;
    position: relative;
}
.slide-nav {
    position: absolute;
    background: transparent;
    width: auto;
    height: auto;
    left: 4px;
    bottom: 16px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.bullet {
    position: relative;
    width: 4px;
    height: 4px;
    background: transparent;
    display: block;
    float: left;
    margin: 2px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #01748f;
}
.bullet.current, .bullet:hover {
    background: #01748f;
}
footer {
    width: 100%;
    float: left;
    background: #FFF;
    padding-bottom: 22px;
}
footer .logo {
    margin: 0;
    max-width: 72px;
}
footer .wrap::before {
    display: block;
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 152px solid #6dcef5;
    content: "";
    position: absolute;
    top: 0;
    left: 32px;
}
footer .logo img {
    position: relative;
    margin: 0 auto;
    left: 152px;
    top: 42px;
}
footer p, footer b, footer h3, footer .lCcolb a {
  color: #01748f !important;
}
footer h3::after {
  background: url("fr/img/hbotpat_c.png") repeat-x !important;
}
.part {
    width: 32%;
    float: left;
    padding-left: 252px;
    padding-bottom: 22px;
}
.part h3 {
    margin-left: 0;
}
.parta {
    float: left;
    width: 80px;
    height: 80px;
    position: relative;
    margin: 8px;
}
.parta img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  left: 50%;
  display: block;
  margin: 0;
  padding: 0;
}
footer .leftCont {
    float: right;
    width: calc(66% - 300px);
    margin-bottom: 0;
}
footer .lCcolc {
    width: calc(100% - 322px);
    position: relative;
    left: 6px;
    top: 0;
}
footer .lCcola {
    width: 170px;
}
footer .lCcolb {
    width: 142px;
}
.logo.sm {
    max-width: 132px;
    margin: 16px 0 0 32px;
}
.page-template-template-sidebar .leftCont::after, .page-template-default .leftCont::after, .page-template-template-map .leftCont::after, .error404 .leftCont::after, .page-template-template-sidebar-no-slider .leftCont::after, .uudisedbody .leftCont::after, .single-post .leftCont::after {
  display: none;
}
.page-template-template-sidebar .lCcola p, .page-template-template-sidebar .lCcolb p, .page-template-template-sidebar .lCcolb a,
.page-template-default .lCcola p, .page-template-default .lCcolb p, .page-template-default .lCcolb a,
.page-template-template-map .lCcola p, .page-template-template-map .lCcolb p, .page-template-template-map .lCcolb a,
.error404 .lCcola p, .error404 .lCcolb p, .error404 .lCcolb a,
.page-template-template-sidebar-no-slider .lCcola p, .page-template-template-sidebar-no-slider .lCcolb p, .page-template-template-sidebar-no-slider .lCcolb a,
.uudisedbody .lCcola p, .uudisedbody .lCcolb p, .uudisedbody .lCcolb a,
.single-post .lCcola p, .single-post .lCcolb p, .single-post .lCcolb a {
  color: #6dcef5;
  -webkit-transition: all 0.32s ease;
  transition: all 0.32s ease;
}
.muutuja .lCcola p, .muutuja .lCcolb p, .muutuja .lCcolb a {
  color: #004a56;
}
.page-template-template-sidebar .taustpilt, .page-template-default .taustpilt, .page-template-template-map .taustpilt, .error404 .taustpilt, .page-template-template-sidebar-no-slider .taustpilt, .uudisedbody .taustpilt, .single-post .taustpilt {
    min-height: 558px;
		background-color: #004a56;
}
#contentWrap {
  background: #FFF;
  width: 90%;
  padding: 5%;
  display: unset;
  float: left;
  position: relative;
  min-height: 400px;
}
.error404 #contentWrap {
	width: auto;
}
.uudisedbody #contentWrap {
	display: block;
}
.page-template-template-sidebar #top .leftCont, .page-template-default #top .leftCont, .page-template-template-map #top .leftCont, .error404 #top .leftCont, .page-template-template-sidebar-no-slider #top .leftCont, .uudisedbody #top .leftCont, .single-post #top .leftCont {
  height: 62px;
  -webkit-transition: all 0.32s ease;
  transition: all 0.32s ease;
}
.page-template-template-sidebar #top .leftCont.muutuja, .page-template-default #top .leftCont.muutuja, .page-template-template-map #top .leftCont.muutuja, .error404 #top .leftCont.muutuja, .page-template-template-sidebar-no-slider #top .leftCont.muutuja, .uudisedbody #top .leftCont.muutuja, .single-post #top .leftCont.muutuja {
  height: 180px;
}
.klik:hover {
    color: #004a56;
    cursor: pointer;
}
.page-template-template-sidebar .left::before, .page-template-default .left::before, .page-template-template-map .left::before, .error404 .left::before, .page-template-template-sidebar-no-slider .left::before, .uudisedbody .left::before, .single-post .left::before {
    left: -442px;
}
aside {
    width: 192px;
    padding: 0;
    margin-right: 54px;
    float: left;
    overflow: hidden;
}
aside ul {
    padding: 0;
    margin: 0 0 38px 0;
    float: left;
    width: 100%;
		list-style: none;
}
aside .menu li {
    list-style: none;
    float: left;
    width: 100%;
}
aside .menu li a {
    font-size: 18px;
    color: #01748f;
    float: left;
    width: calc(100% - 27px);
    font-weight: 400;
    background: url("fr/img/wave.png") repeat-x 0 bottom;
    padding: 0 12px 15px 12px;
    margin-bottom: 14px;
}
aside .menu li a:hover, aside .menu li.current-menu-item a {
	color: #6dcef5;
}
.sidebar-widget h3 {
    color: #6dcef5;
    font-weight: 400;
    font-size: 26px;
    margin-top: 0px;
}
.sidebar-widget li {
    color: #333;
    font-weight: 300;
}
.post-template-default .sidebar-widget li {
	margin-top: 15px;
}
.sidebar-widget li .post-date {
	color: #78d4f6;
}
.sidebar-widget li a {
    color: #01748f;
    float: left;
    font-weight: 300;
    width: 100%;
}
.sidebar-widget li a:hover {
	color: #6dcef5;
}
.content {
    width: calc(100% - 246px);
    float: left;
}
.page-template-default .content, .error404 .content, .uudised .content, .page-template-template-map .content {
		width: 100%;
}
.content {
    font-size: 18px;
    color: #333132;
    line-height: 22pt;
	font-weight: 400;
}
.content p {
    width: auto;
	clear: both;
}
.single-post .content p {
    margin-top: 12px;
}
.content b {
  font-weight: 700;
}
.suurem {
    font-weight: 700;
    font-size: 26px;
    width: 100%;
    float: left;
    margin-bottom: 16px;
}
h1.page-title {
    font-size: 50px;
    font-weight: 300;
    margin-top: 0;
    color: #6dcef5;
}
.content h2 {
    color: #01748f;
    font-size: 30px;
    font-weight: 300;
    position: relative;
    margin-top: 36px;
    display: inline-block;
}
.content h2::after {
    display: block;
    background: url("fr/img/hbotpat_c.png") repeat-x;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    height: 4px;
}
.content h3, .content h4, .content h5 {
    color: #01748f;
    font-weight: 400;
    float: left;
    width: 100%;
}
.content ul {
    padding-left: 28px;
    margin-top: 3px;
}
.content ul li {
    list-style: none;
    line-height: 36px;
    font-size: 18px;
    font-weight: 400;
    color: #333132;
}
.content ol li {
    line-height: 36px;
    font-size: 18px;
}
.content ul li::before {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    background: #FFF;
    position: relative;
    float: left;
    border: 2px solid #6dcef5;
    border-radius: 50%;
    top: 14px;
    right: 10px;
}
.vce {
	margin-bottom: 10px !important;
}
/*.content img {
  width: 100%;
  height: auto;
  float: left;
}*/
img.alignleft {
    float: left;
    width: 100%;
    height: auto;
    max-width: 300px;
    margin: 12px 28px 12px 0px;
    min-width: 300px;
}
.pageEnd {
    width: 64%;
    float: left;
    margin-top: 78px;
    padding-right: 36%;
}
.pageEnd h4 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 0;
    color: #224081;
    margin-bottom: 18px;
}
.pageEnd::after {
    content: ".................................................................";
    display: block;
    color: #6dcef5;
    width: 100%;
    float: left;
    letter-spacing: 6px;
    position: relative;
    bottom: 0;
    margin-top: 22px;
}
.pageEnd::before {
    content: ".................................................................";
    display: block;
    color: #6dcef5;
    width: 100%;
    float: left;
    letter-spacing: 6px;
    position: relative;
    bottom: 0;
    margin-bottom: 42px;
}
.chimp {
  color: #FFF;
  width: 100%;
  float: left;
  background: url("fr/img/mailchi.png");
  background-position: top center;
  background-size: cover;
  -webkit-background-size: cover;
  min-height: 182px;
  background-color: #9fb6df;
  clear: both;
}
.chimptext {
    width: 32%;
    padding: 0 12% 0 6%;
    float: left;
}
.chimpform {
    width: 35%;
    float: left;
    padding: 4% 3% 0 0;
    margin: 0 0% 0px 12%;
		position: relative;
}
.chimp h4 {
    font-size: 26px;
    font-weight: 400;
    text-align: right;
    margin-bottom: 0px;
}
.chimp h3 {
    font-size: 22px;
    font-weight: 400;
    text-align: right;
    margin-top: 18px;
}
.chimp .btnA {
    font-weight: 400;
    padding: 6px 10px;
}
#mc-embedded-subscribe {
		font-size: 18px;
		font-weight: 300;
		color: #FFF;
		background: #01748f;
		text-decoration: none;
		padding: 4px 8px;
		clear: both;
    width: auto;
    position: absolute;
    left: 0;
    top: 58px;
}
#mc-embedded-subscribe:hover {
	background-color: #004a56;
}
#mc_embed_signup {
  background: transparent !important;
}
#mc_embed_signup input.email {
    border: none !important;
    border-radius: unset !important;
    width: 92% !important;
    padding: 2px 14px !important;
    margin: 0 !important;
    left: 0 !important;
    float: left !important;
    font-size: 17px !important;
    font-weight: 400 !important;
}
#mc_embed_signup input.button {
    display: block;
    width: auto !important;
    margin: 0 0 10px 0;
    min-width: unset !important;
    border-radius: 0;
    background: #01748f;
    text-align: left;
    padding: 0px 10px !important;
    font-size: 18px;
    font-weight: 400;
}
#mc_embed_signup input.button:hover {
  background: #004a56 !important;
}
#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 0 !important;
}
.teatWrap {
	width: 100%;
	display: block;
	float: left;
}
.gutter-sizer {
	width: 5%;
}
.grid-sizer, .tead {
	width: 30%;
}
.tead {
	margin-bottom: 4%;
}
.tead h2 {
	margin-top: 14px;
}
.tead p {
    font-size: 18px;
    line-height: 20pt;
    padding: 0 0 0 0px;
}
.tead h2 a {
  color: #01748f;
}
.pagination {
    width: 100%;
    float: left;
    text-align: right;
    position: absolute;
    bottom: -12px;
    right: 0;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*
@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}*/
.mobobtn {
  display: none;
}
.mobo {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #6dcef5;
    z-index: 888;
    right: 0;
    top: -100%;
    -webkit-transition: all 0.32s ease;
    transition: all 0.32s ease;
}
.mobo nav {
    width: 100%;
}
.mobo.aktiiv {
  top: 0px;
}
.mobobtn {
    z-index: 999;
    position: relative;
    background: transparent;
    width: 20px;
    top: 36px;
    right: 8px;
    float: right;
    cursor: pointer;
    height: 28px;
}
.bar {
    width: 100%;
    height: 2px;
    background: #FFF;
    float: left;
    position: relative;
    -webkit-transition: all 0.32s ease;
    transition: all 0.32s ease;
}
.bar.top {
    top: 6px;
}
.bar.middle {
    top: 12px;
}
.bar.bottom {
    top: 18px;
}
/*roto*/
.close .bar.top {
    top: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.close .bar.middle {
    top: 10px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.close .bar.bottom {
  top: 8px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.mobo .nav ul {
    width: 100%;
    float: unset;
    max-width: 300px;
    margin: 0 auto;
}
.mobo .nav li {
    width: 100%;
    height: 32px;
    padding-bottom: 4px;
}
.mobo .nav ul li a {
    text-align: center;
    width: 100%;
    font-size: 22px;
    padding-bottom: 8px;
}
.mobo .nav ul li a:hover, .mobo .current-menu-item a {
  color: #01748f !important
}
.mobo .nav a:hover::after, .mobo .nav .current-menu-item a::after, .mobo .nav .current-page-ancestor a::after {
  background: url("fr/img/hbotpat_c.png") repeat-x;
  top: 4px;
}
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
    width: 100%;
    padding: 0;
    margin: 0;
    top: -4px;
    position: relative;
}
a.wpml-ls-link {
    margin: 0;
    padding: 6px 8px;
}
@media only screen and (max-height:320px) {
  .mobo .nav ul {
    padding: 12px 0 0 0;
  }
  .right h1:lang(ru) {
	font-size: 18px !important;
}
  .mobo .nav li {
      height: 22px;
      padding-bottom: 2px;
  }
  .mobo .nav ul li a {
      font-size: 16px;
      padding-bottom: 2px;
  }
  .mobo .nav a:hover::after, .mobo .nav .current-menu-item a::after, .mobo .nav .current-page-ancestor a::after {
    display: none;
  }
}
@media only screen and (max-width:1212px) {
	/* Safari 7.1+ */
_::-webkit-full-page-media, _:future, :root .home .diamond {width: 184px; height: 184px; bottom: 422px; right: 167px;}
_::-webkit-full-page-media, _:future, :root .home .diamondin {width: 300px; height: 300px;}
#overWrap {overflow: hidden; position: relative;}
.wrap.bgbg::before {height: 100%;}
.wrap {width: 1024px;}
.logo {max-width: 182px;margin: 28px 0 0 32px;}
.left::before {left: -442px;}
#top .leftCont {
    height: auto;
    margin-bottom: 28px;
    width: 100%;
    left: -22px;
    position: relative;
}
.lCcolb {
    text-align: center;
}
.home #top .lCcolb {
	position: relative;
	left: 4px;
}
.lCcolc {
    width: 158px;
    position: relative;
    top: 0;
    text-align: center;
}
.lCcolc:lang(ru) {
	width: 145px;
}
.leftContBot h2:lang(ru) {
	font-size: 15px;
}
.home #top {
	left: 2px;
}
.nav li {margin-left: 3px;}
.nav a {padding: 0 5px;font-size: 16px;}
.home #top::after {
	left: -66px;
	background: linear-gradient(-45deg, #FFF 827px, #6dcef5 50%);
}
.bottoma::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #FFF;
    right: -100%;
    top: 0;
}
.leftContBot h2 {
	font-size: 22px;
}
.leftContBot p {
	font-size: 15px;
	letter-spacing: -0.6px;
}
#overWrap::after {
    display: block;
    content: "";
    background: #FFF;
    width: 600px;
    height: 600px;
    position: absolute;
    right: 27px;
    bottom: -300px;
    transform: rotate(45deg);
    z-index: -1;
}
.fb, .in {
    width: 111px;
}
.right h1 {top: 16%; font-size: 46px;}
.b {
    position: relative;
    left: 12px;
}
.c {
    position: relative;
    left: 24px;
}
.a {width: 40%;}
.b {width: 100%;}
.c {width: 100%; margin-top: 0;}
.leftContBot h2 {font-size: 18px;}
#jaakaru {
    min-height: 393px;
}
.jklogo {
    bottom: 16px;
}
.part {width: 20%;}
footer .leftCont {width: calc(76% - 300px);}
.home .diamond {
    bottom: 239px;
    right: 62px;
	}
}
@media only screen and (max-width:1038px) {
	_::-webkit-full-page-media, _:future, :root	.home #top::after {width: 99%;}
  .wrap {width: 768px;}
  .home .left::before {
    left: -685px;
    width: 1200px;
    height: 1200px;
  }
	.home #top::after {
    left: -16px;
    background: linear-gradient(-45deg, #FFF 677px, #6dcef5 50%);
	}
  .tauspilt {
    min-height: unset;
  }
  #top .nav ul {
    display: none;
  }
  .mobobtn {
    display: block;
		top: 22px;
		right: 0px;
  }
	.home #top .logo {
    max-width: 142px;
    margin: 22px 0 0 6px;
	}
	.social {top: 74px;}
  #bot {top: 0;}
  .lang {top: 78px; right: -8px;}
	.right h1 {
    top: 14%;
    font-size: 28px;
    width: 32%;
    line-height: 32px;
	}
  .leftCont {
    overflow: unset;
    width: 100%;
  }
  .leftContBot {padding-bottom: 0;}
  .diamond {right: 68px; bottom: 38px;}
  .home .diamond {
    right: 34px;
    bottom: -33px;
		display: none;
  }
  .leftContBot {width: 100%;}
  .a {width: 40%;}
  .b {width: 100%;}
  .c {width: 100%; margin-top: 0;}
  .leftContBot h2 {font-size: 18px;}
  #events {
    min-height: 404px;
  }
  .jT {
    width: 148px;
  }
  #events {
    width: 32%;
  }
  #jaakaru {
    width: calc(60% - 44px);
    padding: 5% 0 0 44px;
  }
  .fWimg {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
  }
  a.btnA {
    margin: 14px 0;
  }
  #jaakaru p {
    width: 72%;
    padding: 0px 22px 22px 0px;
  }
  .jklogo {
    bottom: 24px;
    right: -52px;
    max-width: 162px;
  }
  footer .wrap::before {
    border-left: 95px solid transparent;
    border-right: 95px solid transparent;
    border-top: 95px solid #6dcef5;
    position: absolute;
    top: 0;
    left: 0;
  }
  .part {
    width: 27%;
    float: left;
    padding-left: 14%;
    padding-bottom: 22px;
    top: 18px;
    position: relative;
  }
  footer .leftCont {
    width: 49%;
  }
  footer .lCcolc {
    width: auto;
    position: relative;
    left: 6px;
    top: 0;
  }
  footer .lCcola {
    width: auto;
    position: relative;
    left: 14px;
  }
  footer .lCcolb {
    width: auto;
    float: right;
  }
  footer .logo img {
    left: 68px;
    top: 8px;
  }
  .fb, .in {font-size: 16px;}
  .page-template-template-sidebar .left, .page-template-template-sidebar .left, .page-template-template-sidebar .left,
  .page-template-default .left, .page-template-default .left, .page-template-default .left,
  .page-template-template-map .left, .page-template-template-map .left, .page-template-template-map .left,
  .error404 .left, .error404 .left, .error404 .left,
  .page-template-template-sidebar-no-slider .left, .page-template-template-sidebar-no-slider .left, .page-template-template-sidebar-no-slider .left,
  .uudisedbody .left, .uudisedbody .left, .uudisedbody .left,
  .single-post .left, .single-post .left, .single-post .left {
    width: 68%;
  }
  .pageEnd {
    width: 38%;
  }
  .grid-sizer, .tead {
  	width: 47.5%;
  }
	.home .left {
    width: 62%;
    min-height: 508px;
    float: left;
    position: relative;
    overflow: unset;
	}
.page-template-template-sidebar .left, .page-template-template-sidebar .left, .page-template-template-sidebar .left,
.page-template-default .left, .page-template-default .left, .page-template-default .left,
.page-template-template-map .left, .page-template-template-map .left, .page-template-template-map .left,
.error404 .left, .error404 .left, .error404 .left,
.page-template-template-sidebar-no-slider .left, .page-template-template-sidebar-no-slider .left, .page-template-template-sidebar-no-slider .left,
.uudisedbody .left, .uudisedbody .left, .uudisedbody .left,
.single-post .left, .single-post .left, .single-post .left {
		top: -28px;
		height: 100%;
		margin-bottom: -28px;
	}
	.bottoma {width: 92%;}
	#events {
    width: 36%;
	}
	#jaakaru {padding: 0 0 0 15px;}
	#jaakaru::after {width: 72%; right: 35%;}
	.jT {font-size: 28px; margin: 0 15px;}
	a.btnA {
    margin: 14px 0;
    left: 15px;
	}
}
@media only screen and (max-width:792px) {
.right h1:lang(ru) {
	font-size: 18px !important;
}
  .home .diamond, .leftContBot::after {display: none;}
  .wrap {width: 82%;}
  .lang {position: absolute;}
  .left {width: 100% !important;}
  #contentWrap {width: 84%; padding: 8%;}
  aside {
    width: 100%;
    padding: 0;
    margin-bottom: 32px;
  }
  .post-template-default .sidebar {
  display:none;
  }
  aside ul {
    margin: 0 0 12px 0;
  }
  .content {width: 100%;}
  .pageEnd {
    width: 100%;
    padding: 0 0 352px 0;
    overflow: hidden;
    margin: 0;
  }
  .page-template-template-sidebar .diamond {
    bottom: 46px;
    right: 120px;
  }
  .chimp {min-height: 298px;}
  .chimptext {
    width: 87%;
    padding: 0 0% 0 6%;
  }
  .chimp h4 {
    text-align: left;
    margin-bottom: 0px;
  }
  .chimp h3 {
    text-align: left;
    margin-top: 18px;
  }
  .chimpform {
    width: 88%;
    float: left;
    padding: 0 6%;
    margin: 0;
    position: relative;
    display: inline-block;
  }
  footer .wrap::before {
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
    border-top: 55px solid #6dcef5;
    top: 0;
    left: 0;
  }
  footer .logo {
    margin: 0;
    max-width: 36px;
  }
  footer .logo img {
    left: 41px;
    top: 7px;
  }
  .part {
    width: 80%;
    padding-left: 13%;
    padding-bottom: 8px;
    top: 0px;
  }
  footer .leftCont {
    width: 100%;
  }
  footer .lCcolc, footer .lCcola, footer .lCcolb {
    width: 33.333%;
    position: relative;
    left: 0;
    top: 0;
  }
  .right h1 {
    top: 22%;
    font-size: 22px;
    width: 32%;
    line-height: 28px;
  }
	.leftContBot {
    padding-bottom: 0;
    margin-top: 20px;
		right: 2%;
		width: 100%;
	}
  #events {
    min-height: unset;
  }
  #events, #jaakaru {
    width: 90%;
    padding: 5%;
  }
  #jaakaru {
    background: #dcecf7;
  }
  .jklogo {
    bottom: 19px;
    right: -38px;
    max-width: 128px;
  }
  .jT {
    width: auto;
  }
	.home #top::after {display: none;}
	.home #top .lCcola, .home #top .lCcolb, .home #top .lCcolc {
		width: 33.333%;
	}
	#top .leftCont {
    left: 0;
		width: 96%;
	}
	.wrap.bgbg::before {
    height: 100%;
    background: #6dcef5;
	}
	#top .social {top: 76px; right: 180px;}
	.right h1 {
    top: 122px;
    font-size: 20px;
    width: 55%;
    line-height: 28px;
	}
	.home .left {min-height: unset; padding-bottom: 58px;}
	.home #top .leftCont {
    margin-top: 28px;
    margin-bottom: 12px;
	}
	.home #top .logo {margin: 6px 0 22px 6px;}
	.right h1 {
    font-size: 22px;
    line-height: 28px;
    color: #222;
    width: 50%;
	}
	.a {
    padding: 0 4%;
    width: 25.333%;
	}
	.b {
    width: 29.333%;
    padding: 0 0% 0 0;
	}
	.c {
    width: 29.333%;
    padding: 0 0 0 4%;
	}
	.social, .lang {
    z-index: 8;
	}
	.bottoma {
    width: 100%;
    padding: 0;
    left: 0;
	}
	#jaakaru {background: none; position: relative;}
	#jaakaru::before {width: 100%; position: absolute; right: 0;}
	.mid {
    padding: 22% 14%;
    width: 44%;
		position: relative;
		top: unset;
		transform: unset;
		float: left;
	}
	#jaakaru::after {
    width: 100%;
    right: unset;
    left: 0;
		top: 0;
	}
	.bottoma::before, .bottoma::after, #overWrap::after {display: none;}
}
@media only screen and (max-width:562px) {
  .mobo .nav ul li a {font-size: 18px;}
  .wrap {width: 320px;}
  .home .left::before {
    left: -762px;
  }
  .post-template-default .sidebar {
  display:none;
  }
  .right h1:lang(ru) {
	font-size: 18px !important;
}
  /* Safari 7.1+ */
  _::-webkit-full-page-media, _:future, :root	#contentWrap {z-index: 22;}
  .left {
    overflow: unset !important;
  }
  .logo {
    max-width: 70px;
    margin: 12px 0 0 49px;
  }
  .right h1 {
    top: 112px;
    font-size: 22px;
    width: 92%;
    line-height: 28px;
    text-align: left;
  }
  .taustpilt {
    right: -40%;
    width: 116%;
  }
  .home .leftCont {
    margin-bottom: 28px;
    padding-bottom: 4px;
    padding-top: 96px;
  }
  .leftContBot h2 {font-size: 18px;}
  .leftContBot p {font-size: 15px;}
  .lCcolc {
    width: 74%;
    position: relative;
    top: -16px;
    left: 26px;
  }
  .c {
    width: 80%;
    margin-top: 12px;
  }
  .part {
    width: 68%;
    padding-left: 32%;
    padding-bottom: 8px;
    top: 0px;
  }
  footer .leftCont {
    padding-top: 0;
  }
  footer .leftCont {
    width: 100%;
    padding-top: 0 !important;
  }
  footer .lCcolc, footer .lCcola, footer .lCcolb {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto;
  }
  .in {
    margin-bottom: 0;
  }
  footer .lCcolb {top: -22px; position: relative;}
  h1.page-title {
    font-size: 32px;
  }
  img.alignleft {max-width: unset; min-width: unset;}
  .content h2 {font-size: 26px;}
  .page-template-template-sidebar .diamond {right: 0;}
  .chimp {
    min-height: 328px;
  }
  .gutter-sizer {
  	width: 0%;
  }
  .grid-sizer, .tead {
  	width: 100%;
  }
	.home .wrap.bgbg::before {display: none;}
	#top .social {
    top: 116px;
    right: 0;
	}
	.right h1 {top: 190px;}
	.home #top .logo {margin: 0;}
	.home #top .lCcola, .home #top .lCcolb, .home #top .lCcolc {width: 100%;}
	.lCcolc {left: 0;}
	.lCcola h3, .lCcolb h3, .lCcolc h3, .part h3 {margin: 0 auto 18px;}
	#top .logo {max-width: 130px; margin: 22px 0;}
	.home .left {
    min-height: 952px;
    padding-bottom: 58px;
    height: 100%;
	}
	.leftContBot {
    padding-bottom: 0;
    margin-top: 0;
    right: 0;
    width: 100%;
    display: block;
    float: left;
	}
	.a, .b, .c {
    width: 80%;
    float: left;
    display: inline-block;
    left: 0;
    text-align: center;
    margin-bottom: 8px;
    padding: 0 10%;
    margin-top: 0;
	}
	.page-template-template-sidebar .left::before, .page-template-default .left::before, .page-template-template-map .left::before, .error404 .left::before, .page-template-template-sidebar-no-slider .left::before, .uudisedbody .left::before, .single-post .left::before {
    left: -482px;
	}
	.page-template-template-sidebar #top .leftCont.muutuja, .page-template-default #top .leftCont.muutuja, .page-template-template-map #top .leftCont.muutuja, .error404 #top .leftCont.muutuja, .page-template-template-sidebar-no-slider #top .leftCont.muutuja, .uudisedbody #top .leftCont.muutuja, .single-post #top .leftCont.muutuja {
    height: 132px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		-webkit-box-shadow:none !important;
		        box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
.taustpilt::after {
    display: unset!important;
}
table {
    border-collapse: collapse;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 22pt;
    color: #333132;
}

table td, table th {
    border: 1px solid #ddd;
    padding: 8px;
}

table tr:nth-child(even){background-color: #f2f2f2;}

table tr:hover {background-color: #ddd;}

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}
input
{
    background-color: #f5f5f5;
    color: #000;
    border: 1px solid;
    width: 100%;
    padding: 0px;
}
select {
	width: 100%;
	height: 38px;
	padding: 0% 2%;
	outline: 1px inset black;
	outline-offset:-1px;
	border-radius: 0;
}
input[type="text"],
input[type="email"],
textarea
{
    background-color: #f5f5f5;
    color: #000;
    border: 1px solid;
    width: 100%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #f5f5f5;
    color: #000;
    border: 1px solid;
    width: 100%;
}
input[type="submit"],
input[type="button"] {
background-color:#f5f5f5;
width:100%;
text-align:center;
text-transform:uppercase;
width: 40%;
}
.vce-faq-toggle-shape-color--1D64C5 .vce-faq-toggle-icon {
	background-color: #01748f !important;
}
#print_button_id {
display: block;
width: 33px;
margin-top: 30px !important;
letter-spacing: -0.6px;
}
.woocommerce-page #contentWrap > aside > a {
	display: none;
}
.content .woocommerce {
	margin-top: 25px;
}
/*Extras*/
.woocommerce-product-details__short-description p {
    width: 100%;
    overflow-wrap: break-word;
}
.a a, .b a, .c a {
	color: #FFF;
}
.woocommerce h2::after, .woocommerce li::before, #tab-description > h2:nth-child(1), .woocommerce div.product .woocommerce-tabs ul.tabs {
	display: none !important;
}
.woocommerce ul.products li.product .price {
	color: #000000;
}
.woocommerce-loop-product__title {
	line-height: normal;
	min-height: 64px;
}
.woocommerce li {
	text-align: center;
}
.woocommerce ul.products li.product .button {
	margin-top: 0px !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #01748f;
}