@charset "utf-8";

/* ------------------- reset ----------------------- */ 


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}

img {
	border:0;
}

body {
	line-height:1;
}



/* ------------------- general styles ----------------------- */ 


* {
	position:relative;
}


a {
	text-decoration:none;
	color:#4d4d4d;
	
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

a:hover, a:active {
	text-decoration:underline;
}

html {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:normal;
	font-size:medium;
	color:#4d4d4d;
}

html, body {
	height:100%;
	min-width:280px;
}

h1 {
	font-size:36px;
	margin:0 0 28px;
	font-weight:normal;
				
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

h2 {
	font-size:20px;
	margin:0 0 20px;
	font-weight:normal;
	line-height:32px;

	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}


h3 {
	font-size:16px;
	margin:0 0 15px;
	font-weight:bold;

-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

h4, h5, h6 {
	font-size:14px;
	margin:0 0 15px;
	font-weight:bold;
	
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

p, li {
	line-height:140%;
}

p {
	margin:0 0 20px;
	font-size:14px;
	line-height:23px;
}

ol, ul {
	padding:0 0 20px 50px;
}

.floatR {
	float:right;
}

.floatL {
	float:left;
}

.hidden {
	display:none !important;
	width:0;
	height:0;
	overflow:hidden;
}

input, textarea, select, button {
	font-family: 'Source Sans Pro', sans-serif !important;
}




/* 80% & 20% column */

.col-xs-9-5 {
    width: 80%;
    float: left;
	padding-left:15px;
	padding-right:15px;
}
.col-xs-2-5 {
    width: 20%;
    float: left;
	padding-left:15px;
	padding-right:15px;
}

@media (min-width: 768px) {
.col-sm-9-5 {
        width: 80%;
        float: left;
	padding-left:15px;
	padding-right:15px;
    }
.col-sm-2-5 {
        width: 20%;
        float: left;
	padding-left:15px;
	padding-right:15px;
    }
}
@media (min-width: 992px) {
    .col-md-9-5 {
        width: 80%;
        float: left;
	padding-left:15px;
	padding-right:15px;
    }
    .col-md-2-5 {
        width: 20%;
        float: left;
	padding-left:15px;
	padding-right:15px;
    }
}
@media (min-width: 1200px) {
    .col-lg-9-5 {
        width: 80%;
        float: left;
	padding-left:15px;
	padding-right:15px;
    }
    .col-lg-2-5 {
        width: 20%;
        float: left;
	padding-left:15px;
	padding-right:15px;
    }
}


/* ------------------- sisu wrapperid ----------------------- */

.syndmused-link a:hover,
.syndmused-link a{
	text-decoration: none;
    color: white;
	pointer-events:none;
}

.wrap {
	width:100%;
	min-height:100%;
    height:auto !important;
    height:100%;
    margin:0 auto;
	overflow-x:hidden;
	background-color:#f5f5f5;
}

.wrap.front-page {
	background-image:url("/wp-content/themes/Gotsa/img/noodid.png");
	background-repeat:no-repeat;
	background-position:bottom center;
}

.width-holder {
	max-width:1920px;
	margin: 0 auto;
}



/* ------------------- front-page --------------------- */

.alamenu-wrap ul.level-0 li ul.level-1 li > ul.level-2 li>a{
	padding-left:60px;
}

.header {
	padding:30px;
}

.logo {
    padding: 0 30px;
    float: left;
    width: 250px;
	background:url(/wp-content/themes/Gotsa/img/logo_sha.png) no-repeat center center;
	background-size:84% 116%;
}
.logo img,
.logo svg {
	max-width:100%;
	height:auto;
}

.menus-wrapper {
	background-color:#20409a;
	background-image:url("/wp-content/themes/Gotsa/img/menu-bg.png");
	background-repeat:repeat-y;
	background-position:top right;
	float:right;
	width:100%;
	width:calc(100% - 280px);
	height:46px;
	margin-top:50px;
}

/* lang menu */

.lang {
    width: 60px;
    background-color: #1B3680;
    height: 43px;
    position: absolute;
    top: 44;
    right: 0;
}

.lang .fa {
    position: absolute;
    color: #fff;
    right: 8px;
    top: 17px;
	cursor:pointer;
}

.lang ul {
	padding:0;
	margin:0;
}

.lang.fixed-height ul li {
	list-style:none;
	display:none;
	width:100%;
}
.lang.auto-height ul li {
	list-style:none;
	display:block;
	width:100%;
}

.lang ul li a {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #1B3680;
    display: block;
    padding: 4px 10px;
}
.lang ul li a:focus,
.lang ul li a:hover,
.lang ul li.active a {
	color:#aebbde;
	text-decoration:none;
	outline:none;
}
.lang ul li.active a {
    padding-top: 13px;
	color:#fff;
	pointer-events: none;
	cursor:pointer;
}
.lang.auto-height ul li.active, .lang.fixed-height ul li.active {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.lang.auto-height ul {
    padding-top: 37px;
}


/* login */


.login-wrapper {
    position: absolute;
    top: 46px;
    right: 60px;
    background-color: #0d5180;
    color: #fff;
    padding: 5px 10px;
    line-height: 33px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.login-btn {
    cursor: pointer;
    padding-right: 15px;
    width: 120px;
	line-height:1;
	display:inline-block;
	vertical-align:middle;
	width:100%;
}
.login-btn .fa {
	margin:0;
	position:absolute;
	top:0px;
	right:-2px;
}
.login-block {
    background-color: #0D5180;
    position: absolute;
    top: 45px;
    left: 0;
    right: -60px;
    padding: 5px 5px;
	display:none;
	z-index:3;
}
.login-block input.form-control {
    border-radius: 2px !important;
    box-shadow: none;
    border: none;
    margin: 5px 0;
    font-weight: normal;
    height: auto;
    padding: 7px 7px;
}
.login-block .btn.go-btn {
    width: 100%;
    margin: 0;
    border-radius: 2px;
    background-color: #142975;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    padding: 5px 7px;
    height: auto;
    display: block;
	color:#fff;
}
.login-block .btn.go-btn:hover,
.login-block .btn.go-btn:focus {
    background-color: #008AE1;
	color:#fff;
}

/* main menu */

.mainMenu {
}

.mainMenu ul {
	padding:0;
	margin:0;
}

.mainMenu ul li {
	list-style:none;
	display:block;
	float:left;
}

.mainMenu ul li a {
	height:46px;
	line-height:46px;
	padding:0 10px;
	font-size:15px;
	color:#fff;
	display:block;
	cursor:pointer;
}
.mainMenu ul li a:focus,
.mainMenu ul li a:hover,
.mainMenu ul li.active a {
	color:#fff;
	text-decoration:none;
	outline:none;
	background-color:#1b3680;
}
.mainMenu li.parent-li:hover > ul.dropdown-menu{
	display:block;
}
.mainMenu ul.dropdown-menu {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none !important;
}
.mainMenu ul.dropdown-menu li {
	float:none;
}
.mainMenu ul.dropdown-menu li a {
    background-color: #FFF;
    border-top: 1px solid #EBEBEB;
    color: #4C4C4C;
    height: auto;
    padding: 10px 15px;
    line-height: 1.2;
    font-size: 16px;
}
.mainMenu ul.dropdown-menu>li:first-child>a {
	border-top:none;
}
.mainMenu ul.dropdown-menu li a:hover,
.mainMenu ul.dropdown-menu li a:focus {
	text-decoration:none;
	outline:none;
	background-color:#F0F0F0;
}
.mainMenu ul.dropdown-menu li.active a {
	color:#fff;
	text-decoration:none;
	outline:none;
	background-color:#1b3680;
}


/* content blocks */

.front-page-content {
	padding:20px;
}
.front-page-content .row {
	margin-left:-10px;
	margin-right:-10px;
}
.front-page-content .row .front-block {
	padding:0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


.front-block > div {
    height: 100%;
	width:100%;
/*  padding: 35px 50px 53px 50px; 
ajutiselt bg muutetud Muba banneri jaoks
	padding: 35px 50px 53px 50px; */
	align-items: stretch;
}

.front-block>div.white-block {
/*	padding: 35px 50px 85px; */
	padding: 35px 50px 53px 50px;
}
.front-block > div.dark-block {
	padding: 35px 50px 53px 50px;
}


.front-block>div.abs-white-block {
	background-color:#fff;
    background-image: url("/wp-content/themes/Gotsa/img/corner.png");
    background-repeat: no-repeat;
    background-position: left top;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	right: 10px;
	width:auto;
/* Lisatud Muba tottu 	
	padding: 35px 50px 53px 50px; */
}

.front-block>div.abs-black-block {
/* ajutiselt bg muutetud Muba banneri järgi #333-st #232020-ks */
/* ajutiselt bg muutetud Muba banneri ver2 jaoks taustaks #333-st #f5f5f5-ks voi siniseks #4456a5 voi 000000 */
	background-color: #000000;
/*    background-image: url("/wp-content/themes/Gotsa/img/corner.png"); */
    background-repeat: no-repeat;
    background-position: left top;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	right: 10px;
	width:auto;
	/*  padding: 35px 50px 53px 50px; 
ajutiselt bg muutetud Muba banneri jaoks 
	padding: 0px 0px 0px 0px; */
}
.page-intro p {
		color:white!important;
}
.front-block>div.abs-dark-block {
/* ajutiselt bg muudetud Muba varvi jargi #1C4FA5-st #ccad78-ks */
	background-color: #CCAD78;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("/wp-content/themes/Gotsa/img/corner.png");
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	right: 10px;
	width:auto;
}

/* Tule oppima! tabeli jaoks -----------------------------------------------------------*/

td.tule-opi {
	background-color: #4456a5; 
	color: #ffffff; 
	border: thick solid #ccad78; 
	text-align: center; 
	vertical-align: middle;
}

td:hover.tule-opi {background-color: #20409a;}

.tule-opi a:link, .tule-opi a:visited, .tule-opi a:hover, .tule-opi a:active
{
    color: #efefef;   
}


/* content block - uudised */

/* Muba jaoks muudetud */
.block-title h2,
.front-block>div.block-title h2{
	margin:0;
	padding:0;
	display:block;
	font-weight:600;
	font-size:30px;

/* Muba jaoks muudetud */
	/* 	color:#217cc2; */
	color:#1075c3;
	text-align: center;
/*	text-transform:uppercase; */
}
.front-block>div.dark-block .block-title h2{
	color:#fff;
}

.news-block {
    margin: 0px -30px;
    padding: 20px 30px;
}
.news-block.border {
	border-bottom:1px solid #e8e7e3;
}

.news-block .news-title {

}
.news-block .news-title h3 {
	color:#314457;
	font-weight:600;
	font-size:18px;
	margin:0;
	padding:0;
}

.news-block .news-content p {
	color:#314457;
	font-size:16px;
	margin:0;
	line-height:1.4;
}
a.read-more {
	color:#314457;
	font-size:13px;
	color:#a4a4a4;
	white-space:pre;
}
a.block-more-link,
.front-block a.block-more-link {
    color: #A4A4A4;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 35px;
    left: 30px;
    right: 30px;
}
a.block-more-link:hover,
a.block-more-link:focus,
.front-block a.block-more-link:hover,
.front-block a.block-more-link:focus,
a.read-more:hover,
a.read-more:focus {
	color:#217cc2;
	text-decoration:none;
	outline:none;
}


/* content block - esilehe tutvustus */

.page-intro p {
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    color: #333;
    margin: 0 0 20px;
}


/* content block - tulekul */

.event-block {
    color: #FFF;
    margin: 0px -30px;
    border-top: 1px solid #0A68A5;
    padding: 15px 30px;
}
.event-block-wrap .event-block:first-child {
	border:none;
}
.event-block p {
    color: #fff;
	font-size:16px;
	font-weight:600;
	margin:0;
}


.dark-block a.read-more {
	color:#b3b5ba;
	margin-left:5px;
	font-weight:normal;
}
.dark-block a.read-more:hover,
.dark-block a.read-more:focus {
	color:#FFFFFF;
}

img.otsa-logo-img {
    width: 166px;
    height: auto;
    left: 50%;
    margin-left: -83px;
    bottom: 30px;
    position: absolute;
}

/* front-page - vilistlased */

.front-vilistlased-wrap {
    padding: 20px 0 0px;
}
.front-vilistlased-wrap .block-title {
	padding:0 0 0px;
} 
.front-vilistlased-wrap .block-title h2 {
    text-align: center;
}
.vilistlased-list {
	max-width:1200px;
	margin:0 auto 30px;
}
.carousel-control {
    background-image: none !important;
    width: 30px !important;
    text-shadow: none !important;
	color:#5f5f5f;
	opacity:1 !important;
	text-align:left !important;
}
.carousel-control.right {
}
.carousel-control i, .carousel-control span {
    color: #5F5F5F;
    font-size: 28px;
	position:absolute;
	top:50%;
	margin-top:-14px;
}
.carousel-inner .item{
    padding: 30px 60px;
}
.banner-image{
	width: 100%;
    height: 0px;
    padding-bottom: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	margin-bottom:20px;
	
}

.banner-name{
	color: #fff;
    font-size: 28px;
    line-height: 1.2;
    word-spacing: 9999px;
    text-align: center;
    font-weight: bold;
    top: 1em;
}

.vilistlane {
	text-align:center;
}
.vilistlane-image {
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    border-radius: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	margin-bottom:20px;
}
.vilistlane-name {
	color:#4c4c4c;
	font-size:20px;
	line-height:1.2;
	word-spacing: 9999px;
}


/* slider */

.headerimg,
#headerimgs,
.slideshowWrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	background-position:center center;
	background-size:cover
}
.slideshowWrap {
    height: 0;
	/*padding-bottom:42%;*/
	/*padding-bottom:650px;*/
	padding-bottom:300px;
	z-index:0;
}

.slide-controls {
    position: absolute;
    bottom: 0;
    right: 0;
	color:#b99414;
}

.slide-control {
    background-color: #fff;
    float: left;
    font-size: 30px;
    padding: 10px 20px;
	cursor:pointer;
}
.slide-control.control-next {
    background-color: #f7f7f7;
}

#headertxt {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 0px 60px 3% 0px;
}
#headertxt #firstline {
	color:#fff;
	font-size:40px;
	font-weight:300;
	line-height:1.3;
}



/* ------------------- content-page --------------------- */


.content-page .slideshowWrap {
    padding-bottom: 214px;
}

.content-page .logo {
    padding: 10px 30px 0;
    float: left;
    width: 196px;
    height: 135px;
    text-align: center;
}
.content-page .logo img {
	max-height:100%;
	max-width:100%;
	width:auto;
	height:auto;
}

.sisuala-wrapper {
	padding:20px 20px 0;
}


.header-wrap{
	height:214px;
}

/* alamenüü */

.alamenu-btn {
	display:none;
}

.alamenu-wrap {
	margin:0 0 0 -35px;
}
.alamenu-wrap ul {
	display:block;
	padding:0;
	margin:0;
}
.alamenu-wrap ul li>ul.alam {
	display:none
}
.alamenu-wrap ul li.active>ul.alam {
	display:block
}

.alamenu-wrap ul li {
	list-style:none;
	display:block;
	margin-bottom: 0;
}

.alamenu-wrap ul li a {
    background-color: #FFF;
    color: #323242;
    border-top: 1px solid #EDEDED;
    display: block;
    padding: 15px 15px 15px 33px;
    font-size: 18px;
    font-weight: 400;
}
.alamenu-wrap ul li a:hover,
.alamenu-wrap ul li a:focus {
    background-color: #FAFAFA;
	text-decoration:none;
	outline:none;
}
.alamenu-wrap ul li a i {
    font-size: 14px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 13px;
}
.alamenu-wrap>ul>li.active>a {
    color: #FFF;
	background-color:#1b3680;
}
.alamenu-wrap>ul>li ul.alam li.active a {
	background-color:#ededed;
}
.alamenu-wrap ul li>ul li a {
    color: #323242;
    display: block;
    padding: 10px 10px 10px 35px;
	font-size:16px;
	font-weight:normal;
}



/* SISUALA */

.sisuala {
	background-color:#fff;
	margin:0 0 0 -20px;
	padding:0 40px 30px;
}

.page-title {
	padding:45px 0 30px;
}
.page-title h3,
.page-title h2,
.page-title h1 {
	margin:0;
	font-size:26px;
	color:#827b6e;
}

.sisuala-content {
	
}

.sisuala td,
.sisuala ol,
.sisuala ul,
.sisuala p {
	font-size:16px;
	line-height:1.3;
	margin: 0 0 20px;
	padding:0;
}

.sisuala ol,
.sisuala ul {
	padding:0 0 0 27px;
}

.sisuala ul {
	list-style:url("/wp-content/themes/Gotsa/img/list.png");
}

.sisuala li {
	line-height:1.1;
	margin:0 0 7px:
}

.sisuala h3,
.sisuala h2,
.sisuala h1 {
	margin:0 0 20px;
	font-size:26px;
	color:#827b6e;
}
.sisuala h2 {
	font-size:23px;
}
.sisuala h3 {
	font-size:20px;
}


/* sisuala sarnased lingid vms */

.similar-links {
	margin:40px 0;
}
.similar-links strong {
	font-size:18px;
	margin:0 10px 0 0;
}

a.tag-link {
    display: inline-block;
    margin: 2px;
    color: #FFF;
    background-color: #1B3680;
    padding: 3px 15px;
    font-size: 16px;
}

a.tag-link:hover,
a.tag-link:focus {
    background-color: #244AAA;
	color:#fff;
	text-decoration:none;
	outline:none;
}

/* sisuala kontakt */

.menu-contact-footer {
    color: #FFF;
    background-color: #1B3680;
    margin: 0 -40px -30px;
    padding: 30px 40px;
}

.menu-contact-footer .block-title h2,
.menu-contact-footer p {
	margin:0;
    color: #FFF;
}
.menu-contact-footer .block-title {
	padding-bottom:20px;
}
.menu-contact-footer p {
	font-size:19px;
}

/* sisuala galerii */

.content-footer-gallery {
	margin:0 0 60px;
}

.content-footer-gallery .row {
    margin-right: 0px;
    margin-left: -20px;
}

a.footer-gallery {
    height: 0 !important;
    min-height: 0;
    padding: 0 0 25%;
    background-size: cover;
    background-position: center center;
    display: block;
}
a.footer-gallery:hover,
a.footer-gallery:focus {
	outline:none;
	text-decoration:none;
}


/* opetajad */

.right-side {
	text-align:center;
}

.side-opetaja {
    text-align: center;
    display: inline-block;
    max-width: 200px;
    width: 100%;
}

.opetaja-image {
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    border-radius: 300px;
	margin:0 0 20px;
}

.opetaja-info {
	font-size:19px;
	color:#4c4c4c;
	margin-bottom:50px;
}
.opetaja-name {
	font-weight:bold;
}
.opetaja-info a {
	font-size:18px;
	color:#666;
}
.opetaja-info a:hover,
.opetaja-info a:focus {
	color:#217CC2;
	text-decoration:none;
	outline:none;
}

.right-side .page-title {
	padding:30px 0;
}
.right-side .page-title h2 {
	text-transform:uppercase;
	font-weight:600;
	font-size:22px;
}


/* ------------------- muud stiilid ----------------------- */
button.backButton{
    color: #FFF;
    background-color: #1b3680;
    border: none;
    font-size: 14px;
    font-weight: inherit;
	
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	-o-border-radius:1px;
	-ms-border-radius:1px;
	border-radius:1px;	
}


.btn {
	display:inline-block;
	font-size:13px;
	padding:13px;
	font-weight:bold;
	color:#fff;
	border:2px solid #fff;
	margin: 0 15px;

	cursor:pointer;
	text-align:center;

	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.btn:hover {
	text-decoration:none;
}

/* ------------------- clearfix ----------------------- */


.clearfix:before,
.clearfix:after {
    content:" ";
    display:table;
}

.clearfix:after {
    clear:both;
}

.clearfix {
    *zoom:1;
}


/*-------*/


.clear {
	clear:both;
	width:100%;
	display:block;
}




/* ------------------- footer ----------------------- */


.footer-wrap {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
}
.footer-menu-wrap,
.footer {
	border-top:1px solid #dcdcdc;
}
.footer {
	background:#fff;
	padding:20px 0;
}
.footer .width-holder {
	padding:20px;
}
.footer-kontakt {
    padding-left: 100px;
}
.footer-kontakt p {
	margin:0;
	color:#7d7d82;
}
.kontakt-bar span {
    margin: 0 10px 0 0;
	color:#7d7d82;
}
.kontakt-bar span .fa {
    margin: 0 5px 0 0;
}
.footer-logod {
    position: absolute;
    bottom: 15px;
    right: 70px;
    height: 90px;
}
.otsa-logo {
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.footer-logod img,
.otsa-logo img{
	max-width:100%;
	max-height:100%;
	height:90px;
	width:auto;
}
.footer-menu-wrap {
	text-align:center;
}
.footer-menu-wrap ul {
    display: inline-block;
	padding:0;
	margin:0;
}

.footer-menu-wrap ul li {
    display: block;
	float:left;
	list-style:none;
}

.footer-menu-wrap ul li a {
    display: block;
    color: #4C4C4C;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 10px;
}
.footer-menu-wrap ul li a:hover,
.footer-menu-wrap ul li a:focus,
.footer-menu-wrap ul li.active a {
	color:#217cc2;
	text-decoration:none;
	outline:none;
}


/* ------------------- popplogo footeris ----------------------- */



.popplogo {
    height: 17px;
    position: absolute;
    right: 20px;
    bottom: 36px;
    width: 38px;
    text-align: right;
}

.popplogo a {
	display:inline-block;
	width:24px;
	height:24px;
	background:url(/wp-content/themes/Gotsa/img/weblogo.png) center no-repeat;
}

.popplogo a:hover {
	opacity:1;
	
	transform:rotate(-360deg);
	-ms-transform:rotate(-360deg);
	-webkit-transform:rotate(-360deg);
}

/*------------------------------*/



.skjvbder {
	display:block;
    position: absolute;
    width: 9px;
    height: 14px;
    right: 27px;
    bottom: 70px;
}




/* ------------------- other styles ----------------------- */



.error_1_frame {
	border: 1px solid #ACF01F;
	padding: 10px;
	vertical-align: middle;
}
.error_2_frame {
	border: 1px solid #FF3300;
	padding: 10px;
	vertical-align: middle;
}
.error_3_frame {
	border: 1px solid #FFCC00;
	padding: 10px;
	vertical-align: middle;
}
.error_4_frame {
	border: 1px solid #FF3300;
	padding: 10px;
	vertical-align: middle;
}
.error_5_frame {
	border: 1px solid #4876FF;
	padding: 10px;
	vertical-align: middle;
}

.pageingLinks{
	text-align: center;
	height: 22px;
	line-height: 22px;
}
.pageingLinks .nr{
	border: 1px solid #ccc;
	padding: 3px 5px;
}
.pageingLinks .nr:hover{
	background-color: #f5f5f5;
}
.pageingLinks .act{
	border: 1px solid #ccc;
	background-color: #f5f5f5;
}
.pageingLinks .act:hover{
	background-color: #f5f5f5;
}
.pageingLinks a{
	text-decoration: none;
}
.pageingLinks a:hover{
	text-decoration: none;
}

.image_album_border {
	border: 1px solid #D9D9D9;
	padding: 10px;
	text-align: center;
	line-height: normal;
}
.image_album_border:hover {
	border: 1px solid #aeaeae;
}

/* ---- Row with equal height columns ---- */


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}



/* SOCIAL */

.social-links {
    position: absolute;
    top: 32px;
    right: 30px;
}
.social-links a {
    color: #fff;
    font-size: 28px;
    display: block;
    float: left;
	margin:0 0 0 20px;
}
.social-links a:hover,
.social-links a:focus {
    color: #fff;
	opacity:0.7;
	outline:none;
	text-decoration:none;
}

.modal-content {
    color: #4c4c4c !important;
}

.abs-link {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	width:100%;
	height:100%;
}
.front-vilistlased-wrap.disable_b,
.banner-wrap.disable_b {
    display: none;
}
.banner-wrap {
    margin-top: 20px;
}

.modal-content {
    color: #4c4c4c !important;
}
.modal-header .close {
    z-index: 20;
}

.abs-link {
	position:absloute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	width:100%;
	height:100%;
}
.eventButton {
    background-color: #1c4fa5;
    border: medium none;
    padding: 2px 0;
    width: 100px;
    right: 0px;
    text-transform: uppercase;
    font-size: 12px;
    bottom: 0px;
    position: absolute;
}

.lang-login-wrapper {
    position: absolute;
    right: 0;
    top: 46px;
}
.lang {
    position: relative;
    right: 0;
    top: 0;
    float: left;
}

.login-wrapper {
    position: relative;
    float: left;
    top: 0;
    right: 0;
}

/* MEDIA */

.mobile-vilistlased-list {
	display:none;
}

.banner-txt-box{
	position: absolute;
    bottom: 10%;
    left: 7%;
    color: #fff;
    max-width: 50%;
}
.banner-title-box {
    padding: 5%;
    text-align: center;
    text-transform: uppercase;
}

.banner-title-box h4 {
    font-size: 10px;
    font-weight: bold;
}
.banner-title-box h2 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 1.1;
}

a.moodle{
    font-size: 12px;
    line-height: 9px;
    padding-top: 6px;
	
}
span.moodle-m{
    width: 40px;
    height: 35px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width:1200px) {

.slideshowWrap {
    /*padding-bottom: 500px;viki*/
    padding-bottom: 214px;
}
.logo {
    width: 200px;
}
.menus-wrapper {
    width: calc(100% - 230px);
}
.mainMenu ul li a {
    padding: 0 9px;
    font-size: 15px;
}

}

@media screen and (max-width:1101px) {
.mainMenu {
    display: block;
    position: absolute;
    top: 46px;
    left: 0;
	display:none;
	z-index:10;
}
.mainMenu ul li {
    float: none;
}
.banner-title-box h2{
	font-size: 16px;
}
.mainMenu ul li a {
    padding: 9px 15px;
    font-size: 15px;
    background-color: rgb(32, 64, 154);
    height: auto;
    line-height: 1.2;
}
.page-intro p {
    font-size: 18px;
}
.news-block .news-title h3 {
    font-size: 17px;
}
.news-block .news-content p {
    font-size: 14px;
}
.right-sisuala-block>div.clearfix,
.right-sisuala-block {
    padding-right: 0 !important;
}
.mainMenu ul.dropdown-menu {
    position: relative;
    width: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    float: none;
}

}

@media screen and (max-width:960px) {

.footer-kontakt {
    padding: 0 0 70px;
    text-align: center;
}
.footer-logod {
    right:0;
    display:block;
	position:initial!important;
    width: auto;
    text-align:center;
}
.popplogo {
    right: 10%;
}

.skjvbder {
    right: 10.8%;
}


.otsa-logo {
    display:block;
	position:initial!important;
    text-align: center;
}

}
@media screen and (max-width:900px) {

.front-page-content > .row.row-eq-height {
    display: block;
}

.front-page-content .row {
	margin:-10px 0;
}
.front-page-content .row .front-block {
	width:100%;
	padding:10px 0;
}
.front-block>div.abs-black-block,
.front-block>div.abs-white-block,
.front-block>div.abs-dark-block {
	left: 0;
	right: 0;
	top: 10px;
	bottom: 10px;
	height:auto;
}

.kontakt-bar span {
    white-space: pre;
}

}
@media screen and (max-width:767px) {

.vilistlased-list.non-mobile {
	display:none
}
.mobile-vilistlased-list {
	display:block;
	padding-bottom:30px;
	margin:0 -10px;
}
.mobile-vilistlane {
    font-size: 20px;
    float: left;
    width: 33.33%;
    text-align: center;
	padding:0 10px;
}
.footer-menu-wrap {
	display:none;
}
a.footer-gallery {
    padding: 0 0 50%;
}
.alamenu-btn {
    display: block;
    background-color: #1B3680;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 -15px 0 -5px;
    padding: 5px 15px;
	cursor:pointer;
}
.alamenu-wrap {
    display: none;
    margin: 0px -15px 0px -5px;
    border-bottom: 1px solid #ededed;
}
.sisuala-wrapper {
    padding: 10px 10px 0px 0;
}
.sisuala {
    padding: 0px 15px 30px;
}
.menu-contact-footer {
    color: #FFF;
    background-color: #1B3680;
    margin: 0px -15px -30px;
    padding: 20px 15px;
}


}
@media screen and (max-width:650px) {

.social-links {
    position: absolute;
    top: 270px;
    right: 50%;
	margin-right: -75px;
}

.logo {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 45px;
}
.menus-wrapper {
    width: auto;
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
}
.mainMenu {
    right: 0;
}
#headertxt {
    left: 0px;
    text-align: center;
    padding: 0px 20px 40px;
}
#headertxt #firstline {
    color: #FFF;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.3;
}
.content-page .logo {
    width: 100%;
    padding-top: 30px;
    height: 160px;
}

}
@media screen and (max-width:600px) {

.mobile-vilistlane {
    width: 50%;
}

.footer-kontakt {
    padding: 0px 0px 125px;
}
.otsa-logo {
    left: 50%;
    /*margin-left: -45px;*/
    bottom: 82px;
}
.popplogo {
	position:relative;
    bottom:auto;
	top:auto;
	right:auto;
	left:suto;
	margin:20px auto;
}

.skjvbder {
	position:relative;
    bottom:auto;
	top:auto;
	right:auto;
	left:suto;
	margin:10px auto;
}

.news-block {
    padding: 20px 15px;
}
.front-block .block-title {
    margin: 0 -15px;
}
.page-intro {
    margin: 0 -15px;
}
.event-block {
    padding: 15px;
}





}

@media screen and (max-width:460px) {

.mobile-vilistlane {
    width: 100%;
}

}
@media screen and (max-width:360px) {

.mobile-menu-txt {
	display:none;
}

}


@media screen and (min-width:1101px) {

.mainMenu {
	display:block !important;
}

}

@media screen and (min-width:1921px) {

#headertxt {
    right: 50%;
	width:1920px;
	padding:0;
	margin-right:-960px;
}
#headertxt .caption {
	position:absolute;
	bottom:0;
	right:0;
    padding: 0px 60px 3% 0px;
}

}


ul.level-1 li.current-menu-item a{
    background-color: #ededed;
}

ul.level-2 li.current-menu-item a{
    background-color: #CECECE;
}

ul.level-0 > li.current-menu-ancestor > a{
	color: #FFF;
    background-color: #1b3680;
	font-size: 18px;
    font-weight: bold;
}

ul.level-0 > li.current-menu-item > a{
	color: #FFF;
    background-color: #1b3680;
	font-size: 18px;
    font-weight: bold;
}

ul.level-0 > li ul.level-1 {
	display:none; 
}

ul.level-0 > li.current-menu-item ul.level-1{
	display:block;
}

.alamenu-wrap ul.level-0 a{
	    padding-left: 40px;
}

.alamenu-wrap ul.level-0 li ul.level-1 a{
		    padding-left: 50px;
}

#menu-menu >li>a{
	display:none;
}


ul.level-0 li.current_page_ancestor > ul{
	display:block;
}

/* KONTAKT */

.kontakt-page-row {
	margin:0 -10px;
}
.kontakt-per-wrap {
    padding: 10px;
    width: 20%;
	margin:0 0 20px;
	float:left;
	text-align:center;
	height:450px;
}
.kp-image {
    width: 100%;
    height: 0 !important;
    padding-bottom: 120%;
	background-position:center center;
	background-size:cover;
}
.kp-name {
    height: 50px;
    line-height: 50px;
}
.kp-name h3 {
    color: #4E463D;
    font-weight: bold;
    margin: 0;
	line-height:1;
	display:inline-block;
	width:100%;
	vertical-align:middle;
}
.kp-info {
	padding:0 0 6px;
}
.kp-info p {
    color: #4E463D;
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
	min-height:45px;
	
}
.kp-info span {
    display: block;
	color:#a0a0a0;
	line-height:110%;
	font-size:14px;
	height:32px;
	overflow:hidden;
}

.kp-links {
	min-height:24px;
}

.kp-links a {
    width: 50%;
    float: left;
    color: #4E463D;
    font-weight: bold;
    font-size: 13px;
}
.kp-links>a:first-child {
	border-right:1px solid #a0a0a0;
}
.kp-links a:hover,
.kp-links a:focus {
    color: #a0a0a0;
	text-decoration:none;
	outline:none;
}

.kontakt-person .onlyEmail {
	text-align:center !important;
}

.kontakt-person .onlyEmail a {
	border:none !important;
	float:none;
}




@media screen and (max-width:1400px) {

.kontakt-per-wrap {
    width: 25%;
}

}
@media screen and (max-width:1200px) {

.kontakt-per-wrap {
    width: 33.33%;
}

}
@media screen and (max-width:1060px) {

.kontakt-per-wrap {
    width: 50%;
}

}

@media screen and (max-width:767px) {

.kontakt-per-wrap {
    width: 33.33%;
}

}
@media screen and (max-width:650px) {

.kontakt-per-wrap {
    width: 50%;
}

}
@media screen and (max-width:450px) {

.kontakt-per-wrap {
    width: 100%;
}

}

.wp-caption{
	max-width: 100%!important;
    height: auto;
	border: 1px solid #DDD;
	text-align: center;
	background-color: #F3F3F3;
	padding-top: 4px;
	margin: 10px;		
}
.sisuala-content >p > img,
.sisuala-content > img,
.wp-caption > a >img {
	max-width: 100%!important;
    height: auto;
}

p.wp-caption-text{
	font-size: 11px;
	line-height: 17px;
	padding: 0px 4px 5px;
	margin: 0px;
}



img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.post-footer {
	height:15px;
	width:100%;
}

.modal-dialog {
	margin-top: 10%!important;
}
.poster img {
    max-width: 100%;
    height: auto;
}

h2.rounded{
	font-size: 23px;
    padding-left: 14px;
}

/* kontakt tabel */

table.kontaktTable {
	width:100%;
	border-top:1px solid #ccc
}
table.kontaktTable tr>td {
	padding:10px;
	border-bottom:1px solid #ccc
}
table.kontaktTable tr>td:first-child {
	width:150px;
	padding:0 !important:
}
table.kontaktTable p {
    margin: 0;
}
table.kontaktTable .wp-caption {
    border: medium none !important;
    box-shadow: none !important;
    background-color: #FFF;
    border-radius: 100px;
    height: 100px;
    line-height: 95px;
	padding:0;
	margin:0;
    width: 100px !important;
	text-align:center;
	overflow:hidden;
}
table.kontaktTable .wp-caption p {
	display:none;
}
table.kontaktTable .wp-caption img {
	max-height:100%;
	width:auto;
	height:auto;
}

iframe{
	max-width:100%!important;
}




/*-------------------------------------*/



.otsaSearchWrap {
	background-color:#fff;
	margin:0 0 20px;
	border:1px solid #e5e5e5;

	-webkit-box-shadow:0 0 20px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow:0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.searchSisus {
	margin:0 13px 20px -4px
}

@media (max-width:1101px) {

	.searchSisus {
		margin:0 1px 20px -4px
	}

}

.otsaSearchWrap input.search-input {
	width: calc(100% - 54px);
	padding:10px 20px;
	border:none;
	font-size:20px;
}

.otsaSearchWrap input.search-btn {
    background-color: #fff;
    background-image: url("/wp-content/themes/Gotsa/img/zoom.png");
    background-position: center center;
    background-repeat: no-repeat;
    
	border:none;
	vertical-align:top;
	
	width:50px;
	height:49px;
}


/*------------------------------------*/


.eachResult {
	background-color:#f5f5f5;
	padding:30px;
	margin:0 0 2px;
	
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;	
}

.eachResult:hover {
	background-color:#f0f0f0;
}

.eachResult p {
	margin:0 !important;
	padding:0 0 0 11px;
}

.eachResult h3 {
	margin:0 0 16px !important;
}

.eachResult a, .eachResult a:hover, .page-numbers:hover {
	color:inherit;
	text-decoration:none;
}

.page-numbers {
	margin:0 6px;
	color:#ccc;
	font-size:16px;
}

.page-numbers.current {
	color:#666;
}
/* ws-kp 31.06 */


a.block-more-link-events,
.front-block a.block-more-link-events {
	color: white;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	text-align: center;
}
a.block-more-link-events:hover,
a.block-more-link-events:focus,
.front-block a.block-more-link-events:hover,
.front-block a.block-more-link-events:focus,
a.read-more:hover,
a.read-more:focus {
	text-decoration:none;
	outline:none;
}

.syndmused-table-top table {
	background-color: #f5f5f5;
	padding: 20px;
	text-align: center;
	margin: auto;
}

.syndmused-table-top tr {
	margin-bottom: 10px;
	text-align: center;
}

.syndmused-table-top a {
	color: #827b6e;
	text-decoration: none;
	font-size: 16px;
}
.syndmused-table-top a:hover {
	text-decoration: none;
	color: #827b6e;
}
.syndmused-table-top a:active {
	text-decoration: none;
	color: #827b6e;
}

.syndmused-table-main a {
	text-decoration: none;
	color: #827b6e;
	font-size: 16px;
}

.syndmused-table-main a:hover {
	text-decoration: none;
	color: #827b6e;
}
.syndmused-table-main a:active {
	text-decoration: none;
	color: #827b6e;
}

.syndmused-table-main td {
	padding-bottom: 10px;
}
.syndmused-table-main button {
	background-color: #1b3680;
	border: medium none;
	padding: 2px 0;
	width: 100px;
	text-transform: uppercase;
	font-size: 12px;
	color: white;
}
.syndmused-table-main button:hover {
	background-color: #0D81CC;
}

.syndmused-date {
	font-size: 12px;
	color: white;
	background-color: #827b6e;
	padding: 2px 18px;
	line-height: 10px;
	text-align: center;
}
.syndmused-navigation-right {
	height: 100%;
	width: 250px;
	background-color: #f5f5f5;
	text-align: center;
}
.syndmused-navigation-right a {
	text-decoration: none;
	color: white;
}
.syndmused-navigation-right a:hover {
	text-decoration: none;
	color: white;
}
.syndmused-navigation-right table td {
	text-align: left;
	padding-left: 30px;
	padding-bottom: 5px;
}
.syndmused-navigation-right table {
	margin: auto;
}
.syndmused-navigation-right table th {
	padding: 10px 20px;
	color: white;
	background-color: #a7a7a7;
	border-bottom: 2px solid white;
	font-size: 16px;
}

.sisuala.arc-sisuala {
	background-color: #f5f5f5;
	padding-right: 0;
	margin: 0 -80px 0 -20px;
}

.syndmused-arc-col {
	padding: 0;
	width:280px;
	float:left;
}
.syndmused-arc-col-big {
	padding: 15px;
	width:100%;
	width:calc(100% - 280px);
	float:left;
	background-color:#fff;
}
.syndmused-table-top {
	width: 100%;
}
.syndmused-table-top th {
	text-transform: uppercase;
	height:70px;
}

.syndmused-table-top th a {
	padding:0 15px;
	display:inline-block;
}

@media screen and (max-width:1100px) {

	.sisuala.arc-sisuala {
		margin: 0 -50px 0 -20px;
	}
	.syndmused-navigation-right {
		padding: 15px !important;
	}
	.syndmused-navigation-right table {
		margin: auto;
		width: 100%;
	}

}

@media screen and (max-width:992px) {

	.sisuala.arc-sisuala {
		margin: 0 0 0 -20px;
	}
	.syndmused-navigation-right,
	.syndmused-arc-col,
	.syndmused-arc-col-big {
		width:100%;
	}

}

@media screen and (max-width:600px) {

	.syndmused-table-top th a .no-mobile {
		display: none;
	}
	.syndmused-table-top th a {
		font-size: 34px;
	}
	.syndmused-table-top th {
		width:auto !important;
	}

}

.kp-image {
	background-repeat: no-repeat;
}