/*
Theme Name: TondiTK
Author: Priidik Soon
Version: 1.0

*/

/*
* Wordpress styles
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/** { border: 1px solid #f00; }*/
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p {
	clear: both;
	margin: 0 0 10px 0;
	text-align: justify;
	/*overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;*/
}

br {
	display: block;
	margin: 10px 0 10px 0;
	content: "";
}

#footer br{
	margin: 0;
}

.contactsPage br{
	margin: 0;
}

/*
* Clear
*/

* {
	margin: 0;
	padding: 0;
	-webkit-padding-start: 0;
}

*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

body {
	background-color:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	line-height: 1.5;
	list-style-position:inside;
	padding: 0 15px;
}

a {
	/*color: inherit;*/
	border: none;
}

h2 a{
	color: inherit;
}

.menu-link{
	color: inherit;
}

td{
	padding: 10px;
}

#main {
	padding-top: 59px;
	min-height: 550px;
}
#colWrap {
	box-sizing:border-box;
	position: relative;
}

#header {
	position: fixed;
	/*top:0;*/
	z-index: 1000;
	background-color: white;
	width: inherit;
	margin: 0 auto;
	border-bottom: RGB(0,84,165) 1px solid;
}
#main {

}

.pageText{
	text-align: justify;
	margin-bottom: 30px;
	line-height: 1.5;
}

.bigger-padding{
	padding: 40px;
}

.indent{
	padding-left: 20px;
}

h1{
	margin-bottom: 20px;
	font-size: 30px;
	color: RGB(0,84,165);
}

h2 {
	font-weight: bold;
	font-size: 24px;
	color: RGB(0,84,165);
	margin-bottom: 20px;
}

h3 {
	font-weight: bold;
	font-size: 22px !important;
	margin-bottom: 20px;
	margin-top: 0;
}

.wpcf7 input, textarea{
	color: #000;
}

.wpcf7{
	/*line-height: 1;*/
}

#footer .contactFormMessage{
	height: 64px !important;
}

.searchForm{
	margin-top: 21px;
}

.searchForm input{
	margin-top: 10px;
}

.searchForm h3{
	margin-bottom: 5px;
}

#footer input{
	color: #000;
}

#footer input[type=submit], #footer input[type=button]{
	padding: 5px;
}

.wpcf7-form-control{
	border:2px;
	width: 100%;
}

.wpcf7-captchac{
	width: auto;
	margin-bottom: 10px;
}

.wpcf7-submit{
	margin-top: 10px;
}

#languages {
	position: absolute;
	top: 0;
	right: 10px;
	line-height: 2.4;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
li.lang-item {
	list-style: none;
	float: left;
	margin-right: 5px;
}
li.lang-item a{
	text-decoration: none;
	color: #474646;
}

#productContent ul li{
	list-style-position: outside;
	/*margin-left: 1.4em;*/
	margin-bottom: 5px;
}

.listTwoBrackets {
	counter-reset: item;
	margin-left: 0.5em;
	padding-left: 0;
}
.listTwoBrackets li {
	display: block;
	margin-bottom: 5px;
	margin-left: 2em;
	text-align: justify;
}

.listTwoBrackets li:before {
	display: inline-block;
	content: "(" counter(item) ") ";
	counter-increment: item;
	width: 2em;
	margin-left: -2em;
}

.listBracket, ol {
	counter-reset: item;
	margin-left: 0;
	padding-left: 0;
}
.listBracket li, ol li {
	display: block;
	margin-bottom: 5px;
	margin-left: 1.5em !important;
	text-align: justify;
}

.listBracket li:before {
	display: inline-block;
	content: counter(item) ") ";
	counter-increment: item;
	width: 1.5em;
	margin-left: -1.5em;
}

ol li:before {
	display: inline-block;
	content: counter(item) ". ";
	counter-increment: item;
	width: 1.5em;
	margin-left: -1.5em;
}

.notJustifyLi li{
	text-align: initial;
}

.subList{
	margin: 15px 0 20px 0;
	padding-left: 10px;
}

.sub-menu{
	display: none;
	position: absolute;
	background-color: white;
	border: RGB(0,84,165) 1px solid;
	border-top: none;
}

.sub-menu li{
	float: none !important;
	display: block;
	line-height: 1;
}

.main-menu-item:hover ul.menu-depth-1 {
	display: block;
}

.menu-depth-1:hover{
	border-right: none !important;
}

.menu-depth-1:hover .menu-item-depth-1:not(.menu-item-has-children){
	border-right: 1px solid;
}

.menu-depth-1 li:hover ul{
	display: block;
	left: 99%;
	top: 0;
	z-index: -1;
}

.veeuduTable, .veeuduTable td{
	border: 1px solid;
}

.floatRight{
	float: right;
}

.floatLeft{
	float: left;
}

.frontPageContent {
	text-align: justify;

}

.frontPageImageLeft {
	float: left;
	width: 40%;
}

.frontPageImageRight {
	float: right;
	width: 40%;
}
.frontPageTextRight {
	float: left;
	padding-left: 20px;
	width: 60%;
}

.frontPageTextLeft {
	float: left;
	padding-right: 20px;
	width: 60%;
}

.frontPage1{
	padding: 20px 40px 20px 40px;
	position: relative;
}

.frontPage2 {
	position: relative;
	padding: 20px 40px 20px 40px;
	background-color: RGB(245,245,245);
}

.frontPageProducts {
	background-color: RGB(245,245,245);
}

#productContent {
	margin-left: 20px;
	margin-bottom: 20px;
	min-height: 400px;
	float: left;
}

#languages {
	position: absolute;
	top: 0;
	right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
li.lang-item {
	list-style: none;
	float: left;
	margin-right: 5px;
}
li.lang-item a{
	text-decoration: none;
	color: #474646;
}

.sliderPost{
	background-color: rgba(0,0,0,0.3);
	height: 100%;
	position: relative;
}

.sliderPostContent{
	font-size: 16px !important;
	font-weight: normal;
	line-height: 1.5;
	margin-right: 50px;
	color: white;
	padding: 20px 40px 20px;
	border: 2px solid white;
	background-color: rgba(0,0,0,0.6);
	z-index: 1000;
	/*min-width: 300px;*/
	/*max-width: 600px;*/
}

.unslider-arrow{
	position: relative !important;
	top: -230px;
	display: block;
	width: 20px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.prev{
	background-image: url('img/chevron-left.png');
	float: left;
}

.next{
	background-image: url('img/chevron-right.png');
	float: right;
}

#navbar {
	float: right;
	line-height: 2.4;
	color: RGB(0,84,165);
}

#navbar li {
	float: left;
	list-style: none;

}
#navbar li:first-child {

}
#navbar li:last-child {
	margin-right: 0px;
}
#navbar li:hover {

}

#navbar a{
	display: block;
	text-decoration: none;
	padding: 10px;
}
#navbar li.current_page_item, #navbar li.current-page-ancestor{

}
#sideNavContainer{
	background-color: RGB(245,245,245);
}
#sideNav {
	padding: 20px;
	margin: 0;
	width: 100%;
	height: 100%;
	box-sizing:border-box;
}
#sideNav li {
	list-style: none;
}
#sideNav li.current_page_item a{
	text-decoration: underline;
}

#sideNav li.current_page_item ul li a{
	text-decoration: none;
}
#sideNav a{
	display: block;
	color: RGB(0,84,165);
	text-decoration: none;
	padding: 5px;
}
#sideNav a:hover{

}

.blue
{
	background-color: RGB(0,84,165);
}
ul.sub-menu a {

}

ul.sub-menu li.current_page_item a {

}

.current-menu-parent a {

}

#sliderContainer {

}

#slider{

}

#footer {
	padding: 40px;
	position: relative;
	background-color: RGB(0,84,165);
	color: white;
}
.footerColumn{
	float:left;
	padding: 40px;
	width: 33.3%;
}
.footerColumnContent {
	margin: 0 auto;
	width: 200px;
}
#footerMap {
	width: 100%;
	height: 300px;

}
@media all and (min-width: 827px) {

}/*wide media*/

@media (max-width: 1350px) {
	#header .navbar-header {
		float: none;
	}
	#header .navbar-toggle {
		display: block;
		position: fixed;
		right: 100px;
		top: 10px;
	}
	#header .navbar-collapse.collapse {
		display: none !important;
	}

	#header .navbar-collapse.collapse.in {
		display: block !important;
	}
	#header .navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
	}
	#header .navbar-nav>li {
		float: none;
	}
	#header .navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}


	.imgMobileWholeWidth{
		width: 100% !important;
	}
}

@media all and (max-width: 991px) /*and (min-width: 500px)*/ {

	.footerColumnContent{
		margin: 20px 0 20px;
		width: 100%;
	}

	.searchForm{
		float: right;
		width: 45%;
		margin-top: 0;
	}

	.contactInfo{
		float: left;
		width: 50%;
	}

	#navBar {
		position: static;
		float: right;
		width: 100%;
		box-sizing:border-box;
		margin-top: 20px;
	}
	#slider {
		width: 100%;
	}
	#sliderText{
		margin: 5px;
		width: auto;
		height: auto;
		text-align: left;
	}
	.linkPic {
		width: 46%;
		min-width: 150px;
		margin: 2%;
		border: 5px solid #FFF;
		overflow:hidden;
		box-sizing:border-box;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.gif', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.gif', sizingMethod='scale')";
	}
	.linkPicText {
		width: 100%;
	}
	#content2 {
		position: relative;
		box-sizing:border-box;
		left: 210px;
		top:0;
		padding-bottom: 20px;
	}
	.backgrounds #content2 {
		display: none;
	}
	#content3{
		margin-right: 0 !important;
		min-width: 150px;
	}
	.contentImage {
		position: relative;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background-color: #ccc;
		top: 0px;
		left: 20px;
		border: none;
	}

	.alignleft,
	img.alignleft {
		margin-right: 2.5em;
		margin-bottom: 2.5em;
	}
	.alignright,
	img.alignright {
		display: inline;
		float: right;
		margin-left: 2.5em;
		margin-bottom: 2.5em;
	}

	.imgMobileWholeWidth{
		width: 100% !important;
	}

	/*.footerText {
		width: 50%;
	}*/


}/*tablets*/

/*
@media all and (max-width: 499px) {
	#slider {
		width: 100%;
	}
	#sliderText{
		margin: 5px;
		width: auto;
		height: auto;
		text-align: left;
	}
	.linkPic {
		width: 96%;
		min-width: 231px;
		margin: 2%;
		border: 5px solid #FFF;
		overflow:hidden;
		box-sizing:border-box;
	}
	.linkPicText {
		width: 100%;
	}
	#navBar {
		position: relative;
		float: left;
		margin-top: 20px;
		width: 100%;
		box-sizing:border-box;
	}
	#sideNav {
		position: static;
		width: 100%;
		height: auto;
		background-color: RGB(245,245,245);
	}
	#sideNav a{
		margin:0;
		padding: 10px 5px;
		width: 50%;
		min-width: 125px;
		float: left;
		box-sizing:border-box;
	}
	#content2{
		width: 100%;
		position: static;
		float: left;
		border: 5px solid #FFF;
		border-radius: 5px;
		-webkit-box-shadow: 2px 2px 2px #999;
		-moz-box-shadow: 2px 2px 2px #999;
		box-shadow: 2px 2px 2px #999;
		background-color: #fff;
	}
	#content3 {
		position: static;
		float: left;
		width: 100%;
		min-width: 200px;
		height: auto;
		margin: 20px 0;
		border: 5px solid #FFF;
		border-radius: 5px;
		-webkit-box-shadow: 2px 2px 2px #999;
		-moz-box-shadow: 2px 2px 2px #999;
		box-shadow: 2px 2px 2px #999;
		background-color: #fff;
	}

	.backgrounds, .backgrounds #sideNav, .backgrounds #content2, .backgrounds #content3 {
		display: none;

	}
	!*.footerText {
		width: 50%;
	}*!
}!*mobile*!*/

.wpcf7-text, .wpcf7-textarea{
	padding-left: 2px;
}