/* -- J3.4 Default -- Copyright 2015 Reaktiiv Grupp OÜ 

- Struktuur
-- 01 Nullimine
-- 02 Body Stiilid, taust, lingid
-- 03 Fontide deklaratsioon kui vaja
-- 04 Pealkirjad / Headingud
-- 05 Wrap ja muud üldised containerid
-- 06 Menüüd (NB! Joomla mooduli ID tuleb seada menu1, menu2 jne..)
-- 07 Joomla Default stiilid
-- 08 Themes -> ja muud erandid
 
- */

/* ------------- 01 Nullimine -------------------*/
@import url("../../arcovara2/css/reset.css");  
*:focus {outline:none;} /* chrome jaoks */
header, section, footer, aside, nav, main, article, figure {display: block; } /* html5 */

/* ------------- 02 Body ja lingid -------------------*/
html,body {height:100%;}
p {line-height: 125%; margin: 8px 0;  }
body , td , th { font-family: 'Open Sans',Arial, Helvetica, sans-serif; font-size: 16px; color: #666; }
body {margin: 0; text-align: left; background: #e8e8e8;  }

a {text-decoration: underline; color: #666;  }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: #666; }
a:active { text-decoration: none; color: #666; }

td {vertical-align:top;text-align:left;}
sup {font-size: 65%;position: relative;top: -2px;vertical-align: top;}
sub {font-size: 65%;position: relative;bottom: -2px;vertical-align: top;}

/* NB! Neid ei tohi grupeerida! */
*::-webkit-input-placeholder {}
*:-moz-placeholder {}
*::-moz-placeholder {}
*:-ms-input-placeholder {}

/* ------------- 03 Fontide deklaratsioon -------------------*/
@font-face {
    font-family: 'etelka_text';
    src: url('../../arcovara2/fonts/etelkatext-webfont.eot');
    src: url('../../arcovara2/fonts/etelkatext-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../arcovara2/fonts/etelkatext-webfont.woff') format('woff'),
         url('../../arcovara2/fonts/etelkatext-webfont.ttf') format('truetype'),
         url('../../arcovara2/fonts/etelkatext-webfont.svg#etelka_text_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'etelka_light';
    src: url('../../arcovara2/fonts/etelkalight-webfont.eot');
    src: url('../../arcovara2/fonts/etelkalight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../arcovara2/fonts/etelkalight-webfont.woff') format('woff'),
         url('../../arcovara2/fonts/etelkalight-webfont.ttf') format('truetype'),
         url('../../arcovara2/fonts/etelkalight-webfont.svg#etelka_light_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'etelka_medium';
    src: url('../../arcovara2/fonts/etelkamedium-webfont.eot');
    src: url('../../arcovara2/fonts/etelkamedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../arcovara2/fonts/etelkamedium-webfont.woff') format('woff'),
         url('../../arcovara2/fonts/etelkamedium-webfont.ttf') format('truetype'),
         url('../../arcovara2/fonts/etelkamedium-webfont.svg#etelka_medium_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'etelka_text_bold';
    src: url('../../arcovara2/fonts/etelkatextbold-webfont.eot');
    src: url('../../arcovara2/fonts/etelkatextbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../arcovara2/fonts/etelkatextbold-webfont.woff') format('woff'),
         url('../../arcovara2/fonts/etelkatextbold-webfont.ttf') format('truetype'),
         url('../../arcovara2/fonts/etelkatextbold-webfont.svg#etelka_text_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* chrome rendering hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'etelka_light';
		src: url('../../arcovara2/fonts/etelkalight-webfont.svg#etelka_light_proregular') format('svg');
		src: url('../../arcovara2/fonts/etelkalight-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../../arcovara2/fonts/etelkalight-webfont.woff') format('woff'),
			 url('../../arcovara2/fonts/etelkalight-webfont.ttf') format('truetype'),
			 url('../../arcovara2/fonts/etelkalight-webfont.svg#etelka_light_proregular') format('svg');
		font-weight: normal;
		font-style: normal;
	}
}

/* ------------- 04 Pealkirjad -------------------*/
h1,h2,h3,h4,h5 {
	font-family:'etelka_light','Open Sans',Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:200%;
	text-decoration:none;
	margin:0;
	padding:0;
	line-height:100%;
	color:#900;
}
h1 {font-family:'etelka_text_bold',Arial, Helvetica, sans-serif;font-size:255%;color:#fff;}
h2 {font-size:225%;text-transform: uppercase;}
h3 {}
h3.red {color:#900;font-size:165%;padding-bottom:2%;float:left;display: block;width:100%;}
h4 {}
h5 {}
h6 {}
/* ------------- 05 Wrap-------------------*/
.vmiddle {position: relative;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);}
.fullblock {float: left; position: relative; width: 100%; height:auto;}
.container {margin: 0 auto; position: relative; text-align: left;width: 980px;}
.sprite {background-image:url("../images/adev-sprite.png");background-repeat:no-repeat;}
.hidden {display:none;}
.clear {clear:both;}
.left100,.tab {float:left;width:100%;display:block;clear:both;position:relative;}
.btn-transp { font-family: 'etelka_medium',Arial, Helvetica, sans-serif; font-size: 88%; line-height: 100%; display: block; padding: 20px 30px; transition: all .25s ease-in-out;text-align: center; text-decoration: none; letter-spacing: .15em; text-transform: uppercase; color: #fff; border: 1px solid #ccc; border-radius: 3px;  }
.btn-transp:hover {color: #fff; border-color: transparent; background: #900; background: rgba(153,0,0,.7);  }
.top-pad {padding-top:4%;}
.semibold {font-weight:600;}
.bold {font-weight:700;}
a.btn-grey { font-family: 'etelka_text',Arial, Helvetica, sans-serif; font-size: 88%; line-height: 100%; display: inline-block; padding: 16px 30px 13px; transition: all .25s ease-in-out; text-align: center; vertical-align: bottom; text-decoration: none; letter-spacing: .15em; text-transform: uppercase; color: #666;border: 1px solid #d0d0d0; border-radius: 3px;  }
a.btn-grey:hover {border-color:transparent;background:#900;color:#fff;}
a.btn-openhouse {margin-top:12px;}
a.btn-watchvideo {margin-bottom:12px;}
	a.btn-watchvideo i {margin-right:10px;display: inline-block;}
.left50 {float:left;width:50%;}
textarea {resize: none;}
.red,.arco-red {color:#900;}
.mobileonly {display:none;}
.desktoponly {display:block;}

header {
	height:60px;
	background:#fff;
	overflow: hidden;
}
	header a {
		float:left;
		display:block;
		text-decoration: none;
		font-family:'etelka_light',Arial, Helvetica, sans-serif;
		color:#999;
		font-size:100%;
		width:37.5%;
		background:#ededed;
		line-height:60px;
		transition:all .25s ease-in-out;
	}
	#dev-navlinks-next {float:right;}
	header a:hover,#dev-navlinks-all:hover {background:#900;color:#fff;}
		header a:hover span.ico {color:#fff;background:#8a0000;}
		span.ico,span.link {float:left;display:block;transition:all .30s ease-in-out;}
		span.ico {
		    font-size: 200%;
		    max-width: 60px;
		    text-align: center;
		    background: #fff;
		    width: 20%;
		}
			span.ico i {line-height:60px;}

		span.link {
		    padding: 0 20px;
		    box-sizing: border-box;
		    width: 80%;
		    height: 60px;
		    overflow: hidden;
		    text-overflow: ellipsis;
		    white-space: nowrap;
		}
		#dev-navlinks-next span.link {text-align: right;}
	#dev-navlinks-all {
		width:25%;background:#fff;text-align: center;
		font-family:'etelka_medium',Arial, Helvetica, sans-serif;
		font-size:75%;
		text-transform: uppercase;
		vertical-align: middle;
		position: relative;
		letter-spacing: 0.1em;
	}
		#dev-navlinks-all i {font-size: 200%; line-height: 60px; display: inline-block; margin-top: -4px; margin-right: 20px; vertical-align: middle;  }
		#dev-navlinks-all span {display:inline-block;vertical-align: middle;}
	#dev-navlinks-next span {float:right;}

#top {
	height:auto;
	position:relative;
	background-position: center center;
	background-size:cover;
	background-color:#666666;
}
	#overlay-color {position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,0.5);background-image: url(../images/stripe.png);}
		#top-content {text-align: center;z-index:1;height:100%;background-color:rgba(0,0,0,0.4);background-image: url(../images/stripe.png);}
			#top-logo {width:100%;height: 32px;}
				#top-logo a {text-decoration: none;background-position: 0 0;background-repeat: no-repeat;transition:all .25s ease-in-out;width:223px;height:100%;display:inline-block;}
				#top-logo a:hover {opacity:.75;}
			#project-title {width:96%;padding-left:2%;padding-right:2%;opacity:0;transition:all .25s ease-in-out;}
			.typed-cursor {display:none;}
			#top-brokers {text-transform: uppercase;font-size:100%;color:#ccc;}
				.top-broker {display: inline-block;text-align: center;margin:0 23px;}
					.top-broker a.brokerlink {text-decoration: none;color:#fff;font-family:'etelka_light','Open Sans',Arial, Helvetica, sans-serif;transition:all .25s ease-in-out;}
					.top-broker a.brokerlink:hover {color:#ccc;}
					.top-broker span {}
					.broker-img {
						width:80px;height:80px;
						background-size: cover;background-position: center top;background-color:#fff;
						display:inline-block;
						margin-bottom:20px;
						border:2px solid #ccc;
						border-radius:80px;
						transition:all .25s ease-in-out;
					}
					a.broker-img:hover {border-color:#900;opacity:.8;}
				.broker-separator {display:inline-block;margin-top:10px;height:50px;width:1px;background:rgba(255,255,255,.35);vertical-align: top;}
				.broker-separator:nth-last-child(1) {display:none;}
			#top-readmore {display:inline-block;margin-top:4%;}

			#menu1 {text-align: center;padding-bottom: 3%;}
				nav a,nav a:visited {
					display: inline-block;
					text-decoration: none;
					text-transform: uppercase;
					font-size:100%;
					color:#fff;
					font-family:'etelka_light','Open Sans',Arial, Helvetica, sans-serif;transition:all .25s ease-in-out;
					padding:15px;
					margin:0 3px;
					border-radius:3px;
					transition:all .25s ease-in-out;
				}
					nav a i {display: inline-block;margin-right:13px;}
				nav a:hover {
					background:#900;
					color:#fff;
				}

				.menutext {}

				#menu1 a.menutype-openhouse {background:#fff;color:#900;}

			#project-infobar,#project-language {z-index:3;position:fixed;width:300px;right:0;top:37%;border-radius:3px;background:#fff;overflow: hidden;box-shadow:0 0 6px 1px rgba(0,0,0,0.2);transition:all .25s ease-in-out;}
			
			#project-language {
			    right: 0;
			    background: #900;
			    width: 60px;
			    top: 60px;
			    padding: 4px 0;
			    z-index: 4;
			    border-radius: 0;
			}
			#project-language.stickylang {top:0;width:50px; border-radius: 3px;}
				#project-language a {
				    float: left;
				    display: block;
				    clear: both;
				    width: 100%;
				    text-align: center;
				    color: #fff;
				    text-transform: uppercase;
				    text-decoration: none;
				    font-weight: 600;
				    padding: 4px 0;
				    font-size: 88%;
				    transition:all .25s ease-in-out;
				}
				#project-language a:hover,#project-language a.active {background:#fff;color:#900;}

			#project-infobar.rotated {
				-moz-transform: rotate(-90deg);
				-webkit-transform: rotate(-90deg);
				-o-transform: rotate(-90deg);
				-ms-transform: rotate(-90deg);
				transform: rotate(-90deg);
				background:transparent;
				width:250px;
				right: -99px;
				opacity:.8;
				margin-top: 100px;
			}
				.rotated h3:hover {opacity:1;}
				#project-infobar h3 {transition:all .25s ease-in-out;float:left;width:100%;color:#fff;font-size:100%;font-weight:600;background:#900;line-height:53px;text-transform: uppercase;font-family: 'Open Sans',arial,helvetica,sans-serif}
					#project-infobar h3 span {float:left;margin-left:20px;}
						#project-infobar h3 span i {margin-right:11px;}
					#btn-infobar {float:right;cursor:pointer;margin-right:20px;transition:all .25s ease-in-out;transition:all .25s ease-in-out;}
						#btn-infobar:hover {transform:scale(1.3);}
						#btn-infobar i {transition:all .25s ease-in-out;}
						.rotated #btn-infobar i {
							-moz-transform: rotate(-90deg);
							-webkit-transform: rotate(-90deg);
							-o-transform: rotate(-90deg);
							-ms-transform: rotate(-90deg);
							transform: rotate(-90deg);
						}

				.rotated #project-infotable {display:none;}
				#project-infotable,.avdev-table {width:100%;}
					#project-infotable td,.avdev-table td {border-bottom:1px solid #ccc;padding:18px 20px;text-transform: uppercase;color:#666;font-size:88%;background:#fff;}
					#project-infotable td.bold,.avdev-table td.bold {font-weight:700;text-align: right;text-transform: none;}

					.avdev-table th,
					.col table.avdev-table tr:nth-child(1) td {background:#e8e8e8;font-weight:700;color:#666;padding:18px 20px;text-transform: uppercase;font-size: 88%;text-align: center;transition:all .25s ease-in-out;}
					
					.avdev-table th.sorteable {cursor:pointer;}
					.avdev-table th.sorteable:hover,.avdev-table th.active {background:#dcdada;}
					.avdev-table td {border-bottom:1px solid #e3e3e3;}

					.avdev-table th.sorteable::after {
					    font-family: "FontAwesome";
					    /*content: "\f07d";*/
					    color: #999;
					    /*padding-left: 7px;*/
					    transition: all .25s ease-in-out;
					}
					.avdev-table th.sorteable.sorting-desc::after,.avdev-table th.sorteable.sorting-asc::after {position: relative;color:#666;padding-left: 7px;}
					.avdev-table th.sorteable.sorting-desc::after {content: "\f0dd";top:-3px;}
					.avdev-table th.sorteable.sorting-asc::after {content: "\f0de";top:3px;}

					/* sisulehtede tabelid */
					.col table.avdev-table {max-width:100% !important;border:1px solid #ccc; margin: 10px 0;width:auto;}
					.col table.avdev-table td {text-transform:inherit;padding:16px 18px;}
					.col table.avdev-table tr:nth-child(1) td {padding:16px 18px;text-align: left;}
					.devproject-812 .col table.avdev-table tr:nth-child(1) td {font-size: 70%;}
					.col table.avdev-table tr:hover td {background:#900;color:#fff;}


#wrapper {max-width: 1600px;min-width: 1024px;}
#left,#main {float:left;display:block;}
#left {width: 24%;  /*min-width: 324px;*/ /*max-width: 380px;*/ background: #f4f4f4; transition:all .25s ease-in-out; }
#left.stickyleft {
    position: fixed;
    top: 0;
    z-index: 1;
    max-width: 384px;
}

	#menu2 {}
		#menu2 a {display: block; margin: 0;padding: 27px 16px 27px 23px;  color: #666; border-bottom: 1px solid #dadada; background-color: #e8e8e8;  }
		#menu2 a:hover,#menu2 a.active {color:#900;background:#fff;}
			#menu2 a i {display: inline-block;width:18px;text-align: center;margin-right:16px;}

	#project-call {
		font-family: 'Open Sans',arial,helvetica,sans-serif;color:#fff;text-transform: uppercase;background:#900;text-align: center;
		float:left;
		width:96%;
		padding:22px 2%;
		font-size: 14px;
		display:block;
		line-height: 150%;
	}
		#project-call .brokerphone {display: block}

	#left-broker {text-align: center;}
		.left-broker-pad {width:70%;padding:15%;}
			a.left-broker-link {transition:all .25s ease-in-out;text-transform: uppercase;text-decoration: none;color:#666;letter-spacing:0.1em;font-family:'etelka_text','Open Sans',arial,helvetica,sans-serif;}
			a.left-broker-link:hover {color:#900;}
			#left-broker .broker-separator {
			    height: 30px;
			    margin: 30px 0;
			    background: #dadada;
			}
			.broker-details-table {width:100%;}
				.broker-details-table td {font-size:80%;font-family: 'Open Sans',arial,helvetica,sans-serif;padding-bottom:16px;vertical-align: middle;}
				.broker-details-table td.bold {text-transform: uppercase;min-width:90px;}
					.broker-details-table a {transition:all .25s ease-in-out;text-decoration: none;}
					.broker-details-table a:hover {color:#900;}
			#left-broker .btn-grey {margin-top:16px;}


#main {z-index:2;float:right;position: relative;width: 76%; /*min-width:700px;*/ /*max-width: 1200px;*/ background: #fff; box-shadow: 0 0 6px 1px rgba(0,0,0,.1);padding-bottom:4%;  }
	.panel-padding {padding:5% 5% 0 5%;float:left;display:block;clear:both;width:90%;position:relative;}
		.panel-header {padding-bottom:3%;}
			.panel-header h2 {float:left;display: block;margin-right:5%;position: relative;}
			.panel-header .tab-menu {float:left;display:block;width:auto;white-space: nowrap;/*height:36px;*/}

				a.sub-item {
				    float: left;
				    display: block;
				    transition: all .25s ease-in-out;
				    border-left: 1px solid #d1d1d1;
				    font-size: 88%;
				    color: #666;
				    font-family: 'etelka_light','Open Sans',arial,helvetica,sans-serif;
				    /*padding: 3% 6% 2.5%;*/
				    padding: 12px 28px 10px;
				    position: relative;
				    text-decoration: none;
				    text-transform: uppercase;
				    cursor:pointer;
				    clear: none !important;
				    overflow: hidden;
				}
				a.sub-item:hover {color:#900;}
				a.sub-item.current {color:#333;background:#e8e8e8;}

				a.sub-item.current::after,a.sub-item:hover::after {
				    position: absolute;
				    font-family: "FontAwesome";
				    content: "\f0d8";
				    color: #fff;
				    left: 0;
				    bottom: -4px;
				    width: 100%;
				    text-align: center;
				    text-shadow: 0 -1px 8px #a0a0a0;
				    font-size: 16px;
				    transition:all .25s ease-in-out;
				}
				a.sub-item:hover::after {text-shadow:none;color:#e8e8e8;}

			.panel-header a.top {float:right;display:block;margin-top:4px;position: relative;}
			a.top,a#project-printall,a.btn-print {
				color:#999;text-decoration:none;font-size:12px;
				font-family:'Open Sans',arial,helvetica,sans-serif;
				font-weight:600;
				line-height:24px;
				padding:0 10px;
				border-radius:3px;
				border:1px solid #d1d1d1;
				text-transform: uppercase;
				transition:all .25s ease-in-out;
			}
			a.top:hover,a#project-printall:hover,a.btn-print:hover {border-color:#900;background:#900;color:#fff;}
				a.top i {display:inline-block;margin-left:23px;}

			#main a.btn-print {float:left;margin-top:10px;clear: both;}

		.special-slogan {font-size: 80%; font-weight: 600; vertical-align: middle;text-transform: uppercase; color: #666;line-height: 140%;padding-bottom: 10px;  }
			.special-slogan i {color:#900;margin-right:12px;font-size:140%;display:inline-block;vertical-align: middle;margin-top: -1px;}

		a.btn-print,a#project-printall {padding:6px 9px;background:#fff;font-size: 125%;}
		a#project-printall {position:fixed;right:10px;bottom:10px;font-size: 150%;z-index: 2}

	/* -- DYNAMIC TABS -- */
	.tab {
	    opacity: 0;
	    z-index: -1;
	    position: fixed;
	    left: 30px;
	    transition: all .25s ease-in-out;
	    visibility: hidden;
	}
	.tab.active {
	    opacity: 1;
	    z-index: 1;
	    position: relative;
	    left: 0;
	    top: 0;
	    visibility: visible;
	}

	.tab .col h3 { font-family: 'Open Sans',arial,helvetica,sans-serif; font-size: 140%; padding-bottom: 10px;color: #666;  }

	.col p,.col li {line-height:150%;}
	.col,.col_1_of_2,.col_2_of_2 {float:left;display:block;}
	.col {float:left;width:100%;overflow-x: auto;}
	.col_1_of_2 {width:47%;padding-right:3%;border-right:1px solid #e3e3e3;}
	.col_2_of_2 {width:46%;float:right;}

	.col.twocols {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;

		-moz-column-gap: 80px;
		-webkit-column-gap: 80px;
		column-gap: 80px;

	    -webkit-column-rule: 1px solid #e3e3e3; /* Chrome, Safari, Opera */
	    -moz-column-rule: 1px solid #e3e3e3; /* Firefox */
	    column-rule: 1px solid #e3e3e3;
	}

	.col ul {padding: 10px 0 10px 20px;}
	.col li {list-style: square;padding:3px 0;}

	.tab-plans {padding: 20px 0 0 0;}

	/*.twocols table {break-inside: avoid-column;}*/

	.panel-type-openhouse h2 {font-family: 'etelka_text_bold','Open Sans',arial,helvetica,sans-serif}

	.picturesmodule {}
		.picturesmodule a {overflow:hidden;position:relative;float:left;display:block;margin:0 1px 1px 0;transition:all .25s ease-in-out;width:269px;height:200px;background-size:cover;background-position: center center;}
		.picturesmodule a:hover {}
			.img-overlay {position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(20,20,20,0.3);transition:all .3s ease-in-out;}
			.picturesmodule a:hover .img-overlay {opacity:0}
			.img-title {background:#fff;font-size:12px;position:absolute;left:0;bottom:0;width:100%;/*opacity:.95;*/transition:all .3s ease-in-out;box-sizing: border-box;border: 1px solid #e8e8e8;}
				.img-title i {
				    display: block;
				    text-align: center;
				    position: relative;
				    height: 34px;
				    max-width: 34px;
				    float: left;
				    line-height: 34px;
				    width: 20%;
				    box-sizing:border-box;
				}
				.img-text {
				    display: block;
				    padding: 10px;
				    border-left: 1px solid #e8e8e8;
				    box-sizing: border-box;
				    float: left;
				    width: 80%;
				    height: 34px;
				    white-space: nowrap;
				    text-overflow: ellipsis;
				    overflow: hidden;
				}
			.picturesmodule a:hover .img-title {/*background:#900;color:#fff;*/opacity:1;color:#900;}

			.col_2_of_2 .picturesmodule a {width:49.5%;}
			.col_2_of_2 .picturesmodule.imgcount-1 a,.col_2_of_2.largetext .picturesmodule.imgcount-2 a {width:100%;height:300px;margin-bottom: 7%;}

	/* -- ERANDID -> STATIC TABS -- */
	/* -- Asukoht / Location --  */
	#maptab {}
		#project-map {height:475px;background-color:#eeeeee;z-index:1;background-image:url("https://arcovara.ee/components/com_arcovara/assets/av-logo-fallback.jpg");background-repeat: no-repeat;background-position: center center;}
		#project-map-details {z-index:2;position:absolute;width:320px;right:3%;top:7%;background:#ededed;box-shadow:0 0 6px 1px rgba(0,0,0,0.2);border-radius:3px;overflow: hidden;}
			#location-infotable td {border-bottom:1px solid #e3e3e3;}
			.location-info {font-family:'Open Sans',arial,helvetica,sans-serif;line-height:130%;padding:17px 20px;}

	/* -- Hinnatabel -- */
	#head-pricelist {width:auto;margin-right:22px;}
	p.table-guide {font-family: 'etelka_light','Open Sans',arial,helvetica,sans-serif;text-transform: uppercase;color:#666;margin-top:3px;float:left;display:block;}
	
	#table-pricelist,.avdev-generated-table {border:1px solid #d1d1d1;border-radius:3px;margin-bottom:4%;}
	#table-pricelist td,.avdev-generated-table td {text-transform: inherit;text-align: center;vertical-align:middle;transition:all .25s ease-in-out;padding: 18px 8px;}
	#table-pricelist tr.cpointer td,.avdev-generated-table tr.cpointer td {cursor:pointer;}
	td.pricecol {white-space: nowrap;}
	#table-pricelist th,.avdev-generated-table th {font-size:84%;}
		#table-pricelist tr:hover td,.avdev-generated-table tr:hover td {background:#900;color:#fff;font-weight:600;}
			#table-pricelist tr:hover td a,.avdev-generated-table tr:hover td a {color:#fff;}

	.filesmodule {background:#e8e8e8;border:1px solid #d1d1d1;float:left;display:block;clear:both;box-sizing:border-box;}
	.filesmodule ul {float:left;display:block;padding:15px;}
		.filesmodule li {float:left;display:block;margin:5px;width:160px;height:160px;position:relative;}
			.filesmodule a {float:left;display:block;width:100%;height:100%;box-sizing:border-box;border:1px solid #d1d1d1;transition:all .25s ease-in-out;border-radius:3px;position:relative;overflow: hidden;}
			.filesmodule a:hover {background:#fff;}

			.filesmodule a.file-type-image {background-size:cover;background-position: center center;}
			.filesmodule a.file-type-image .file-ico {color:#fff;text-shadow: 0 0 5px #4F4F4F;}

			.filesmodule .file-type {
			    position: absolute;
			    background: #900;
			    padding: 9px 12px;
			    text-transform: uppercase;
			    font-weight: 600;
			    font-size: 72%;
			    left: 0;
			    top: 0;
			    border-radius: 3px;
			    border-bottom-left-radius:0px;
			    border-top-right-radius:0px;
			    color: #fff;
			}
			.file-type-image .file-type {background:#208895;}

			.filesmodule .file-ico {
			    font-size: 280%;
			    color: #999;
			    transition: all .25s ease-in-out;
			    float: left;
			    display: block;
			    text-align: center;
			    width: 100%;
			    clear: both;
			    padding: 25% 0 0 0;
			}
			.filesmodule a:hover .file-ico {color:#900;}

			.filesmodule .file-text {
			    transition: all .25s ease-in-out;
			    position: absolute;
			    left: 0;
			    bottom: 0;
			    width: 96%;
			    text-align: center;
			    font-size: 88%;
			    background-color: #fff;
			    padding: 13px 2%;
			}
			.filesmodule a:hover .file-text {background:#900;color:#fff;}

	/* -- Kontaktid-- */
	#form-company {display:none;}

	#contactform {float: left;  width: 95%; padding-left: 5%; }
		.input {
			font-family:'Open Sans',arial,helvetica,sans-serif;
			line-height:100%;
			padding:13px;
			width:50%;
			font-size:88%;
			background:#eee;
			border:1px solid #d1d1d1;
			box-sizing:border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
			float:left;
			display: block;
			color:#999;
			transition:all .25s ease-in-out;
		}
		.input:focus {background:#fff;}
		textarea.input {width:100%;border-bottom:0;height:120px;}
		#form-name,#form-phone {border-bottom:0;}
		#form-name {border-right:0;}
		#form-email {width: 100%;border-bottom: 0;}
		#form-submit {
			font-family:'etelka_text','Open Sans',arial,helvetica,sans-serif;
			color:#fff;
			line-height:45px;
			background:#333;
			float:left;
			display:block;
			width:100%;
			border:none;
			text-transform: uppercase;
			cursor:pointer;
			transition:all .25s ease-in-out;
		}
		#form-submit:hover {background:#900;}
			#form-submit i {margin-right:12px;}

		.borderError {color:#900;border-left-color:#900;background:#fff;}


	#bottom-brokers {}
		.bottom-broker {float:left;display:block;width:100%;padding-bottom:8%;}
			.bottom-broker-left {float:left;margin-right:11%;}
			.bottom-broker-right {float:left;}
				.bottom-broker-right h4 {margin-bottom:25px;color:#666;font-size:115%;font-family: 'etelka_text','Open Sans',arial,helvetica,sans-serif;text-transform: uppercase;letter-spacing: 0.1em;}

footer {}
	#footer-left,#footer-right {min-height:350px;height:auto;}
	#footer-left {background:#900;box-shadow: inset -150px 100px 200px 0 rgba(0,0,0,0.25);}
		.moduletable_footermenu {padding:15% 5% 5% 5%;float:left;display:block;}
			#menu3 {float:left;width:100%;}
				#menu3 li {float:left;display:block;width:21%;padding:0 2%;}
					#menu3 a {padding:10px 0;float:left;display:block;font-family:'etelka_light','Open Sans',arial,helvetica,sans-serif;color:#fff;opacity:.5;transition:all .25s ease-in-out;text-decoration: none;text-transform: uppercase;}
					#menu3 a:hover {opacity:1;}

	#footer-right {background:#333;}
		.footer-right-pad { padding: 10% 10% 0;float:left;display:block;}
		#footer-logo {display:block;width:223px;height:32px;transition:all .25s ease-in-out;margin-bottom:18px;background-position: -58px 0;}
		#footer-logo:hover {opacity:.75;}

		.footer-item {line-height:120%;text-transform:uppercase;color:#e8e8e8;float:left;display:block;padding:18px 40px 18px 0;font-family:'etelka_light','Open Sans',arial,helvetica,sans-serif;}
			.footer-item a {text-decoration: none;color:#e8e8e8;transition:all .25s ease-in-out;}
			.footer-item a:hover {color:#900;}
			.footer-item span {color:#999;}

/* ------------- Joomla Teated -- */
#system-message-container {position: relative; z-index: 1; float: left; clear: both; width: 100%;  }
#system-message { position: relative; }
.alert .close {font-size: 25px; font-weight: 700; position: absolute; top: 0; right: 0; display: block; padding: 5px 11px; cursor: pointer;text-decoration: none; color: #fff;  background: none repeat scroll 0 0 #900;  }
h4.alert-heading {display: none; }
.alert .alert-message {font-family: 'etelka_light','Open Sans'; font-size: 150%; font-weight: 600; margin: 0; padding: 25px; text-align: center; color: #fff; border-radius: 6px; background: #333;  }

/* ------------- Keelte erandid -- */
.ru-ru #project-infobar h3 {font-size:75%;}

/*sv: keelevalikute hack 7.10.15*/
.bottom-broker {display:none;}

.et-ee .bottom-broker.est-brokerlang {display:block;}
.en-gb .bottom-broker.eng-brokerlang {display:block;}
.ru-ru .bottom-broker.rus-brokerlang {display:block;}

/*
.brokerphone {border-right:1px solid #ccc;margin-right:10px;padding-right:6px;}
.brokerphone:nth-last-child(1) {border:none;margin-right:0;padding-right:0;}
*/
.en-gb .brokerphone {display:none;}

.et-ee .brokerphone.et-brokerlang {display:inline;}
.en-gb .brokerphone.en-brokerlang {display:inline;}
.ru-ru .brokerphone.ru-brokerlang {display:inline;}

/* ------------- THEMES -- */
/* -- Light frontpage theme-- */
.lightfrontpage #top-content {background:none;}
	.lightfrontpage #project-title {/*text-shadow: 0 0 10px #222;*/}
	/*.lightfrontpage #top-readmore {border-color: transparent; background: #900; background: rgba(153,0,0,.7);}*/
	/*.lightfrontpage #top-readmore:hover {background:#900;}*/
	.lightfrontpage #menu1 a {
		/*color:#900;*/
		/*color:#fff;background: rgba(153,0,0,.7);*/
		/*text-shadow: 0 0 10px #222;*/
	}
	/*.lightfrontpage #menu1 a:hover {color:#fff;}*/
	/*.lightfrontpage #top-logo {}*/
		/*.lightfrontpage #top-logo a {padding: 20px; border-radius: 3px; background-color: rgba(153,0,0,.7); background-position: 20px 20px;  }*/
		/*.lightfrontpage .col-price {display: none;}*/

		@media screen and (max-width: 1024px) {
			/*.lightfrontpage #top-logo {text-align: center;}*/
			/*.lightfrontpage #top-logo a {padding-right: 0}*/
			/*.lightfrontpage #menu1 a { background: rgba(255,255,255,.8);}*/
		}

/*sv: ajutine erand 24.9.15*/
/*.devproject-1001 #table-pricelist {display: none;}*/

a.tablerowimg {display: inline-block;padding:0 0 6px;}

/* gildi house erand */
.devproject-812 #panel-galerii-836 .panel-header .tab-menu,
.devproject-812 #panel-gallery-836 .panel-header .tab-menu,
.devproject-812 #panel--836 .panel-header .tab-menu {height: auto;margin-top:10px;}

@media screen and (min-width: 1024px) {
	.devproject-812 #panel-galerii-836 .panel-header .tab-menu a.sub-item,
	.devproject-812 #panel-gallery-836 .panel-header .tab-menu a.sub-item,
	.devproject-812 #panel--836 .panel-header .tab-menu a.sub-item {margin-bottom:3px;width:11%;text-align: center;}
	.devproject-812 #panel-gallery-836 .panel-header .tab-menu a.sub-item {width:18%;}
	.devproject-812 #panel--836 .panel-header .tab-menu a.sub-item {width:14%;}
}

/* ------------- Print -------------------*/
.printonly {display:none;}
.page-break	{display: none;}

@media print {

	/* SV: hack */
	.page-break	{ display: block; page-break-before: always !important;color:transparent;}
	article,.panel-type-gallery .tab {page-break-inside:avoid;}

	.dontprint {display:none !important;}
	.printonly {display:block;}
	footer,.btn-watchvideo,#main a.btn-print,#project-printall {display:none !important;}
	form#contactform {display:none;}
	#bottom-brokers {width: 100%;}
	#main {width:100%;box-shadow:none;padding:0;}
	body,td,th {color:#000 !important;}
	.panel-padding {padding-left:0;padding-right:0;width:100%;}
	#main .tab {position: relative; z-index: 1; top: 0; left: 0; visibility: visible; opacity: 1;padding:20px 0;  }
	article#panel-asukoht {page-break-before: always;}

}

.gdpr-agree {color:#fff;cursor: pointer;background:#666}
.hdn {display:none;}