@import url(import/reset.css);
@import url(import/loader.css);
@import url(import/scroll.css);

html,
body {
	height: 100%;
	font-family: Dosis, Tahoma, Helvetica, Verdana, Arial, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}
*:focus {
	outline: 0;
}

a {
	color: #000;
}
em {
	font-style: italic;
}
b,
strong {
	font-weight: bold;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	box-sizing: border-box; /* Firefox, other Gecko */
}


.show-desktop {
	display: none;
	visibility: hidden;
}
.show-mobile {
	display: block;
	visibility: visible;
}


/* loaders */

#page-loader {
	position: absolute;
	background: #fff;
	/*background: rgba(255,255,255,0.5);*/
	top: 0px;
	/*display: block !important; */
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 100;
}
#page-loader #loader-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -95px;
	margin-top:-44px;
	height: 208px;
}

.content-loader {
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 3;
}
.content-loader i {
	position: absolute;
	top: 20%;
	left: 50%;
	width: 64px;
	height: 64px;
	margin-left: -32px;
	background: #000;
	display: block;
	background-color: transparent;
	background-image: url(../img/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/* end loaders */


#loader-logo {

}
#logo {
	margin: 0 auto;
	width: 190px;
	cursor: pointer;
	padding: 60px 0 50px;
	height: auto;
	margin-bottom: 0px;
}


#side-content {
	background: rgba(27, 30, 37, 0.99);
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	min-height: 100%;
	height: 100%;
	z-index: 30;
	-webkit-font-smoothing: antialiased;
	-moz-transition: left 0.2s ease-in;
	-webkit-transition: left 0.2s ease-in;
	-o-transition: left 0.2s ease-in;
	transition: left 0.2s ease-in;
}
#side-content.show-menu {
	left: -100%;
}
#side-content.show-content {
	left: 0%;
}

#side-content #navigation {
	background:transparent;
	width: 60px;
	height: 100%;
	float: left;
	color: #fff;
	height: auto;
	position: relative;
	right: -60px;
	position: absolute;
	top:0;
}
#side-content #navigation ul {
	margin-top: 0;
}
#side-content #navigation li {
	width: 55px;
	height: 60px;
	background: rgba(27, 30, 37, 0.8);
	margin-bottom: 1px;
	color: #fff;
	line-height: 65px;
	font-size: 30px;
	text-align: center;
	overflow: hidden;
	padding:0;
}
#side-content #navigation li.content-selected {
	background: rgba(27, 30, 37, 0.99);
}
#side-content #navigation li a {
	display: block;
	padding: 15px 20px;
	color: #ddd;
	text-decoration: none;
	padding: 0;
	font-size: 30px;
}
#side-content #navigation li a:hover {
	color: #fff;
}
#side-content #navigation li a span.menu-icon {
	display: inline-block;
	width: 40px;
	text-align: center;
}
#side-content #navigation li a span.menu-title {
	display: none;
}

#side-content #navigation li.transcription-switch {
	border-top: 1px solid #333;
	margin-top: 10px;
	padding: 20px 20px 15px;
	font-size:18px;
	display: none;
}
#side-content #navigation li.transcription-switch a.show-transcription {
	display: inline;
	padding: 0;
	font-size: 1em;
}
#side-content #navigation li.transcription-switch a.show-transcription.active {
	display: none;
}



#panels {
	color: #fff;
	width: 100%;
	height: 100%;
	float: left;
	line-height: 1.6em;
	color: #fff;
	position: relative;
}
.panels-wrapper {
	margin: 100px auto 60px auto;
	max-width: 800px;
	width: 100%;
	padding: 0 10px;
}
#panels h2 {
	font-size: 32px;
	margin-bottom: 32px;
}
#panels .panel {
	display: none;
}
#panels a {
	color: #26bbae;
}
#panels a:hover {
	color: #fff;
}
.close-panel {
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	width: 20px;
	height: 20px;
}
.col-1 {
	width: 45%;
	float: left;
}
.col-2 {
	width: 48%;
	float: left;
}




.wrapper {
	width: 100%;
	margin: 0 auto;
}


/**
 * HEADER
 */

#search-frame {
	margin: 0 10px;
	position: relative;
}
input#search {
	background-color: transparent;
	background-image: url('../img/search.png');
	background-repeat: no-repeat;
	background-position: right 40px top 0;
	border-color: rgba(27, 30, 37, 0.1);
	border-width: 1px;
	-moz-border-radius: 0%; /* Firefox v1.0+ */
	-webkit-border-radius: 0%; /* Safari v3.0+ and by Chrome v0.2+ */
	border-radius: 0%; /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+	and by IE v9.0+ */
	border-style: solid;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	box-sizing: border-box; /* Firefox, other Gecko */
	width: 100%;
	height: 54px;
	font-size: 20px;
	padding-left: 20px;
	display: inline-block;
	color:#000;
}


input#search:focus {
	background-position: right 30px top -56px;
	border-color: #26bbae;
}

#language-select {
	display: inline-block;
	position: absolute;
	top:6px;
	right: 0px;
	width: 50px;
	border-left: 1px solid #ccc;
}

#language-select span {
	display: block;
	font-size: 20px;
	width: 50px;
	color: #aaa;
	cursor: pointer;
	text-align: center;
}
#language-select span.selected {
	color: #26bbae;
}



#nav-mobile {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 20px;
	color:#999;
}



/**
 * DICTIONARY
 */


.transcription-switch {
	position: absolute;
	right: 55px;
	top: 5px;
	font-size: 16px;
	line-height: 25px;
	z-index: 1;
}
.transcription-switch a.show-transcription {
	cursor: pointer;
}

.transcription-switch a.show-transcription.active {
	color: #26bbae;
}



#dictionary {
	width: 200%;
	margin: 20px 0 10px;
	color: #1a1e25;
	clear: both;
	position: relative;
	-moz-transition: left 0.2s ease-in;
		-webkit-transition: left 0.2s ease-in;
		-o-transition: left 0.2s ease-in;
		transition: left 0.2s ease-in;
		left: 0;
}
#dictionary.show-word {
	left: -100%;
}


#words {
	width: 50%;
	float: left;
	text-align: left;
	font-size: 20px;
	line-height: 160%;
	position: relative;
}
#words .jspPane {
	width: 100% !important;
}
#words .jspVerticalBar {
	background-color:#ccc;
}
#search-results {
	width: 100%;
}


#search-results a.word {
	cursor: pointer;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	background-color: transparent;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	text-decoration: none;
}
#search-results a.word.active {
	background-color: #26bbae;
}
#search-results a.word.selected {
	background-color: rgba(38, 187, 174, 0.4);
}

#search-results li.readmore {
	border-top:1px solid #ccc;
	margin-top:5px;
}
#search-results li.readmore a {
	padding: 10px;
	display: block;
}



#translation {
	width: 50%;
	float: right;
	position: relative;
	padding: 20px 10px 0;
}
#translation-nav {
	position: absolute;
	background: #fff;
	right:18px;
	top:0;
	left:0;
	z-index: 10;
	height: 32px;
}
#translation-nav .nav-icon {
	position: absolute;
	top: 3px;
	color: #1a1e25;
	cursor: pointer;
	font-size:25px;
	display: inline-block;
}
#translation-nav .go-back {
	left: 10px;
}
#translation-nav .go-to-main {
	right: 10px;
}
#translation-nav .nav-icon:hover {
	color: #26bbae;
}
#translation.show-nav #translation-nav {
	display: block;
}
#translation.hide-nav #translation-nav {
	display: none;
}
#translation.show-nav #translation-content {
	padding: 20px 0 20px;
}
#translation.hide-nav #translation-content {
	padding: 0px 0 20px;
}

#translation h2 {
	line-height: 120%;
	font-weight: bold;
	text-align: left;
}
#translation h2.word {
	font-size: 26px;
	color: #26bbae;
	margin-bottom: 18px;
}
#translation h2.translation {
	font-size: 22px;
	color: #1a1e25;
}
#translation h2 span.important {
	font-weight: bold;
}
#translation h2 span.normal {
	font-weight: normal;
}
#translation h2.wordsoftheday {
	font-size: 32px;
	font-weight: normal;
	margin-top: 0;
}
#translation h3.transcription {
	font-size: 24px;
	line-height: 120%;
	font-weight: normal;
	color: #1a1e25;
	text-align: left;
	margin-bottom: 18px;
	font-family: 'Times New Roman', serif;
}
#translation h4 {
	text-transform: uppercase;
	margin: 28px 0 8px;
}



#translation.transcription-hide h3.transcription {
	display: none;
}
#translation em {
	font-style: italic;
}
#translation span.stress {
	letter-spacing: -3px;
	margin-left: -5px;
}
#translation span.secstress {
	letter-spacing: -3px;
	margin-left: -5px;
}
#translation .albo {
	font-weight: normal;
	font-style: italic;
}
#translation .ame {
	font-weight: normal;
	font-style: italic;
	font-size: 0.8em;
}
#translation .examples,
#translation .comments,
#translation .text-frame {
	font-size: 16px;
	line-height: 140%;
	color: #191e25;
	text-align: left;
	margin-bottom: 1em;
}
#translation .examples p,
#translation .comments p,
#translation .text-frame p {
	margin-bottom: 8px;
}
#translation ul {
	margin-bottom: 1em;
}
#translation ul li {
	padding-left: 30px;
	margin-bottom: 0.2em;
	background: transparent url(../img/pointer-big.png) no-repeat 10px 5px;
}



#dictionary-back {
	position:absolute; 
	bottom:30px; 
	right:20px; 
	text-decoration:none; 
	font-size:70px;
	display: inline-block;
	opacity: 0.7;
}
.show-nav #dictionary-back {
	display: inline-block;
}



#tag-cloud {
	margin-top: 2em;
	line-height: 1.5em;
	padding: 10px 15px 15px;
	background: #27af9e;
}
#tag-cloud a {
	text-decoration: none;
	padding-right: 14px;
}







#footer {
	display: none;
	height: 0px;
	padding: 0;
	overflow: hidden;
	border-top: 1px solid #26bbae;
	font-size: 12px;
	line-height: 120%;
	color: rgba(25, 30, 37, 0.5);
	text-align: left;
}
#footer #copyrights {
	display: inline-block;
	width: 49%;
	padding-left: 10px;
}
#footer #realization {
	display: inline-block;
	width: 49%;
	text-align: right;
}
#footer a {
	text-decoration: none;
	color: #1a1e25;
	-moz-transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
#footer a:hover {
	color: #26bbae;
}









@media only screen and (max-height: 800px) {
	.pace {
		height: 152px;
	}
	#page-loader #loader-wrapper {
		height: 148px;
		margin-top: -74px;
	}
	#loader-logo {
		padding: 30px 0 20px;
	}

	.panels-wrapper {
		margin-top: 60px;
	}
	#logo {
		padding: 30px 0 20px;
	}
	input#search {
		height: 40px;
		font-size: 18px;
		background-position: right 30px top -7px;
	}
	input#search:focus {
		background-position: right 30px top -63px;
	}
	#language-select {
		margin-top: 0px;
		width: 40px;
	}
	#language-select span {
		width: 40px;
		font-size: 15px;
	}
	#words {
		font-size: 16px;
	}
	#words span.rodzajnik {
		/*font-style: italic;*/
	}
	#translation h2.word {
		font-size: 22px;
		margin-bottom: 15px;
	}
	#translation h2.translation {
		font-size: 20px;
	}
	#translation h3.transcription {
		font-size: 17px;
		margin-bottom: 14px;
		margin-top: 10px;
	}
	#translation .examples,
	#translation .comments,
	#translation .text-frame {
		font-size: 14px;
	}
	#translation .examples p,
	#translation .comments p,
	#translation .text-frame p {
		margin-bottom: 8px;
	}
	#translation li {
		padding-left: 30px;
		margin-bottom: 0.2em;
		background: transparent url(../img/pointer-big.png) no-repeat 10px 4px;
	}
}



@media only screen and (min-width: 600px) {
	#logo {
		height: auto;
		margin-bottom: 0px;
	}
	#footer {
		height: auto;
		display: block;
		padding: 10px 0;
	}
	#dictionary {
		width: 100%;
		margin: 35px 0;
	}
	#dictionary.show-word {
		left:0;
	}

	#words {
		padding-right:35px;
		background-color: transparent;
		background-image: url('../img/split-bar.png');
		background-repeat: repeat-y;
		background-position: right 35px top 0;
	}
	#search-results {
		padding-right: 8px;
	}
	#translation {
		padding: 0;
	}
	#translation-nav {
		right:8px;
		height: 15px;
	}
	#translation-nav .go-back {
		display: none;
	}
	#translation-nav .nav-icon {
		font-size: 15px;
	}

	#translation.show-nav #translation-content {
		padding: 20px 0 20px;
	}
	#translation.hide-nav #translation-content {
		padding: 0px 0 20px;
	}
	.transcription-switch {
		right: 30px;
		top: 0px;
		font-size: 12px;
		line-height: 18px;
	}
	#translation-nav .nav-icon {
		top:0;
	}

	#dictionary-back {
		display: none !important;
	}
}

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

	.show-mobile {
		display: none;
		visibility: hidden;
	}

	.show-desktop {
		display: block;
		visibility: visible;
	}

	.wrapper {
		width: 890px;
	}

	#side-content #navigation {
		top:210px;
	}
	
	#search-frame {
		margin: 0px 10px 0 10px;
	}
}










.form {
	max-width: 600px;
	margin-top: 20px;
}
.form label {
	position: absolute;
	-webkit-transform: translateY(6px);
	      transform: translateY(6px);
	left: 13px;
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-backface-visibility: hidden;
	pointer-events: none;
	font-size: 22px;
}
label .req {
	margin: 2px;
	color: #27af9e;
}

label.active {
	-webkit-transform: translateY(-25px);
	      transform: translateY(-25px);
	left: 2px;
	font-size: 14px;
}
label.active .req {
	opacity: 0;
}

label.highlight {
	color: #ffffff;
}

input, 
textarea {
	font-size: 22px;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 10px;
	background: none;
	background-image: none;
	border: 1px solid #a0b3b0;
	color: #ffffff;
	border-radius: 0;
	-webkit-transition: border-color .25s ease, box-shadow .25s ease;
	transition: border-color .25s ease, box-shadow .25s ease;
}
input:focus, 
textarea:focus {
	outline: 0;
	border-color: #27af9e;
}

textarea {
	border: 2px solid #a0b3b0;
	resize: vertical;
}

.field-wrap {
	position: relative;
	margin-bottom: 40px;
}

.top-row:after {
	content: "";
	display: table;
	clear: both;
}
.top-row > div {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.top-row > div:last-child {
	margin: 0;
}

.button {
	border: 0;
	outline: none;
	border-radius: 0;
	padding: 15px 0;
	font-size: 2rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
	background: #27af9e;
	color: #ffffff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-appearance: none;
}
.button:hover, .button:focus {
	color:#27af9e;
	background: #fff;
}

.button-block {
	display: block;
	width: 100%;
}

.forgot {
	margin-top: -20px;
	text-align: right;
}