/* Global White Space Reset */

* {margin:0; padding:0; border:0;}

body {
	font-size:14px; font-family: 'Montserrat', sans-serif; 
	color:#050505; padding-bottom:0px;
	font-weight:normal; line-height:22px;
}


/* HEADER */

div.headerCont{
	background:url(../images/bg-sky-100.jpg)/*tpa=http://www.septik.in.ua/images/bg-sky-100.jpg*/ top left repeat-x;
	box-shadow: 0 3px 8px #000;
	position:relative;
	margin-bottom: -2px;
}
#subpage div.headerCont{ 
	background: none;
    border-bottom: 1px solid #e23032;
    margin-bottom: 0; 
}
.headerEarthbg{
	/* background:url(../images/bg-earth.png) left 401px  repeat-x; */
	height:100%;
}

div.header{
	height:647px;
}

div.menuCont{
	float:right;
	padding-top: 14px;
	font-size:15px;
}
#subpage div.menuCont{ padding-top:0; }

.header div.menuCont{ padding-right:10px;}
ul.basicMenu li{
	display:inline;
	list-style-type:none;
}
ul.basicMenu li a{
	color:#09569a;
	font-family:"Open Sans";
	text-decoration:none;
	float:left;
	margin-left:15px;
	padding-bottom:5px;
}
ul.basicMenu li a.active{}
ul.basicMenu li a:hover{
	border-bottom:1px solid #8DCEEE;
}

#subpage ul.basicMenu li a{
	 color: #e23032;
    margin-left: 0;
    padding: 22px 10px 13px;
}
#subpage ul.basicMenu li a{
	text-decoration:none;
	border:none;
}
#subpage ul.basicMenu li a.active{ 
	font-weight:600;
	background-image:url(../images/menuarrow.png)/*tpa=http://www.septik.in.ua/images/menuarrow.png*/ ;
	background-position:bottom center;
	background-repeat:no-repeat;
}
#subpage ul.basicMenu li a:hover{ background-color:#eee;}

#hiddenMenu{
	/* border-bottom: 1px solid #929292; */
    box-shadow: 0 0 3px #000;
    left: 0;
    position: fixed;
    top: -100px;
    width: 100%;
    z-index: 100;
	display:block;
	opacity:0;
	box-shadow:0 -2px 6px 0 #000;
	background:#f0f0f0;
}
#hiddenMenu ul.basicMenu li a{
    padding: 0 10px; 
}
.topMenu{
	background:#fff;
    border-bottom: 1px solid #bdbdbd;
    height: 40px;
}
.topMenu img.logoxs{ position: relative; top: 8px;}

#hiddenMenu .menuCont{ font-size:15px; padding-top:0; }
.topMenu ul.basicMenu li a{ 
	height: 40px;
    line-height: 38px;
    margin-left: 10px;
}
.topMenu ul.basicMenu li a.active,
#hiddenMenu .topMenu ul.basicMenu li a.active:hover{
	background-color:#f0f0f0;
	padding: 0 15px !important;
	/*
	border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    */
}
#hiddenMenu ul.basicMenu li a:hover{ border:none; color:#E23032;}
#subpage #hiddenMenu .topMenu ul.basicMenu li a:hover,
#subpage #hiddenMenu .topMenu ul.basicMenu li a.active{
	background-color:#f4f4f6;	
}

.bottomMenu{ padding:0; background:#f0f0f0;}
	
#hiddenMenu .bottomMenu .menuCont{ font-size:14px; }
.bottomMenu ul.basicMenu li a{ 
	color:#6f6f6f;
	height: 36px;
    line-height: 36px;
	margin-left:0;
}
.bottomMenu ul.basicMenu li a.active{ /* color:#E23032; */ }


div#topLink{
    bottom: 20px;
    display: block;
    height: 60px;
    opacity: 0.5;
    position: fixed;
    right: 20px;
    width: 60px;
    z-index: 100;
	display:none;
}
div#topLink ul{ list-style-type:none; margin:0; padding:0;}
a.topLinkBtn{ 
	display:block;
	width:60px;
	height:60px;
	border-radius: 10px;
	background:url(../images/up.png)/*tpa=http://www.septik.in.ua/images/up.png*/ center center no-repeat #fff;
	
}
div#topLink:hover{ opacity:0.8; }


input::-moz-focus-inner { border: 0; padding: 0;} /*Remove button padding in FF*/
a:focus, a:active{outline:0;}
fieldset{ border:none; padding:0; margin:0;}

legend{ display:none; }
div.none{display:none;}
div.clear{ font-size:0px; line-height:0px; height:0px; clear:both;}
div.line{ font-size:0px;  line-height:0px;  clear:both; border-bottom:1px solid #8F7E79;}
div.clear5{height:5px; font-size:0px; line-height:0px; clear:both;}
div.clear10{height:10px; font-size:0px;	line-height:0px; clear:both;}
div.clear15{height:15px; font-size:0px;	line-height:0px; clear:both;}
div.clear20{height:20px; font-size:0px;	line-height:0px; clear:both;}
div.clear30{height:30px; font-size:0px;	line-height:0px; clear:both;}
div.clear40{height:40px; font-size:0px;	line-height:0px; clear:both;}
div.clear80{height:80px; font-size:0px;	line-height:0px; clear:both;}
div.clear120{height:120px; font-size:0px; line-height:0px; clear:both;}

/* width */
.w30{width:30px;}
.w40{width:40px;}
.w50{width:50px;}
.w60{width:60px;}
.w70{width:70px;}
.w80{width:80px;}
.w100{width:100px;}
.w120{width:120px;}
.w150{width:150px;}
.w170{width:170px;}
.w200{width:200px;}

.center{text-align:center;}

.f10{font-size:10px;}
.f11{font-size:11px;}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f20{font-size:20px;}
.f24{font-size:24px;}
.f32{font-size:32px;}

.pt30{ padding-top:30px; }

a{color:#7A7972; text-decoration:none; cursor:pointer; text-decoration:underline; font-weight:normal;}
a:hover, a.activeLink{text-decoration:none; color:black; text-decoration:none;}
a.basic{ color:#0188e7; text-decoration:none; }
a.basic:hover{ text-decoration:underline; }
.rel{ position:relative;}

/* colour styles */

.black{color:#333333;}
.gray{color:#333;}
.red{color:#e23032  !important; } /* #de282d; */
.blue{ color:#0188e7 !important; }

.center{ text-align:center;}

/* headers */

h1{font-size:15px;}

span.fir{display:none;}

h1,h2,h3,h4,.blinkTextHoverInfo {
	font-family:"Roboto", "Open Sans", Arial, Tahoma, Verdana; 
}

h1.logo {
    float: left;
    left: 20px;
    position: relative;
    top: 21px;
    width: 420px;
}

h1.logo a, h1.logo a:hover{
	display:block;
	padding:0;
	margin:0;
	border:none;
	text-decoration:none;	
	color:#09569A;
	
	font-family: "Open Sans", Arial;
    font-size: 14px;
    font-weight: 400;
}

h1.logo a img{
	padding:0;
	margin:0;
	border:none;
	text-decoration:none;
	vertical-align: top;
}

h1.logo span{ display:block; padding-top:7px; }

#subpage h1.logo {
	width:230px;
	top:0;
	left: 0;
}
#subpage h1.logo a{ padding:10px 0;}

h2, h4{ color: #0188e7;
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    padding-bottom: 10px;}

h3{ font-size:36px; font-weight:200;}

h4{ font-size: 24px; }
h4.point{  
	background: url("../images/tick.png")/*tpa=http://www.septik.in.ua/images/tick.png*/ no-repeat scroll 0 10px rgba(0, 0, 0, 0);
    line-height: 30px;
    padding-bottom: 0;
    padding-left: 28px;
}

h2.Important{
	font-weight:600;
	font-size:18px;
	color:#333;
	padding-top: 10px;
}

h2.hairline{
	background:url(../images/header-hairline.png)/*tpa=http://www.septik.in.ua/images/header-hairline.png*/ left bottom no-repeat;
}

.lh30{ line-height:32px;}
/* link buttons */

a.btn{
	display:block;
	width:95px;
	border:1px solid #9D8B87;
	background:#7A665F;
	line-height:18px;
	margin-top:5px;
	padding:0 0 2px;
	text-align:center;
	text-decoration:none;
	color:#FFFEFF;
	font-weight:bold;
}

a.btn:hover{
	background:#623927;
	color:#FFFEFF;
}

/* newFormulaCont */
.newFormulaCont{
	height:43px;
	background:#0C66C7;
	line-height:43px;
	overflow:hidden;
	font-size:18px;
	font-weight:300;
	color:#fff;
	text-indent:0px;
	text-align:center;
	position:relative;
	text-decoration:none;
	z-index: 0;
}
.newFormulaCont .blink_me{ padding:0 40px; color:#BED9F7;}
.blinkText{
	background:url(../images/clickMe.png)/*tpa=http://www.septik.in.ua/images/clickMe.png*/ top left repeat-x;
	height:43px;
	transition: box-shadow 0.5s ease 0s;
	cursor:pointer;
	display:block;
	text-decoration:none;
}
.blinkText:hover{
	animation: animatedBackground 35s linear infinite;
}
@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}

.blinkText:hover{
	box-shadow: 0 0 50px #000 inset;
}
.blinkTextHoverInfo{
	display:block;
	background:url(../images/clickMeHover.png)/*tpa=http://www.septik.in.ua/images/clickMeHover.png*/ center center no-repeat;
	height:43px;
	width:100%;
	color:#000;
	font-size:20px;
	text-decoration:none;
	font-weight:300;
	opacity:0;
	/* transition: all 0.5s ease 0s; */
} 
.blinkText:hover .blinkTextHoverInfo{ }



.box{
	width:1100px;
	padding:0 15px;
	margin:0px auto;
	position:relative;
}


/* CONTENT */

div.mainContentCont{ position:relative; min-height:20px; background:#fff;  padding-top: 2px;}

.scrolldownAndSee{     color: #fff;
    font-size: 24px;
    font-weight: 300;
    left: 50%;
    line-height: 40px;
    margin-left: -400px;
    position: absolute;
    text-align: center;
    top: -130px;
    width: 800px;}
.scrolldownAndSee h3{ color:#fff; font-weight:200;  }
.scrolldownAndSee h3 b{ font-weight:300; }
.scrollDownText{  }
.scrolldownAndSee img {padding-right:10px; position:relative; }

.howCessWorks{}
.howCessWorksContent{
	/*
	float:left;
	width:550px;
	
	padding-top:30px;
	*/
}

.szamboBox{
    float: right;
    height: 300px;
    padding-right: 40px;
    padding-top: 40px;
    position: relative;
    width: 490px;
	padding-left: 10px;
	opacity:0;
}

.pipe{
	background:url(../images/pipe.png)/*tpa=http://www.septik.in.ua/images/pipe.png*/ top left no-repeat;
	height: 327px;
    width: 58px;
    position: absolute;
    right: 4px;
    top: -175px;
	z-index:4;
}

.svgContainer{ position:relative; overflow:hidden; height: 300px;  width: 490px;}
#szamboSvg{ /* display:none; */ }

.txt ul, ul.txt{
	list-style-type:none;
	padding-top:10px;
	padding-bottom:10px;
}
ul.point{ padding-left:28px;}
.txt ul li, ul.txt li{ 
	background:url(../images/list.png)/*tpa=http://www.septik.in.ua/images/list.png*/  left 8px no-repeat;
	padding-left:20px;
	margin-bottom: 5px;
}
#subpage .txt ul li, ul.txt li{ 
	background:url(../images/list.png)/*tpa=http://www.septik.in.ua/images/list.png*/  left 8px no-repeat;
}

#czymJestSeptifos{
	padding-top: 30px;
}

.whatIsText{
	float:right;
	width:685px;
	padding-top:12px;
	width: 62%;
}
.whatIsText .txt{ font-size:20px; line-height:30px; padding-top:20px;  }

.whatIsText .txt b{ color:#0173c0; font-weight: 600;}

a.button{ 
  border: 2px solid #0188e7;
    color: #0188e7;
    display: block;
    float: left;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 300;
    padding: 17px 30px;
    text-decoration: none;
}
a.button.active, a.button:hover{
    background: #0188e7;
    color: #fff;
	
}

a.ghostred{ border-color: #e23032;
    color: #e23032;
    font-size: 21px;
    padding: 10px 20px; }
a.ghostred:hover{ color:#fff; background:#e23032;}

.opakowaniaImg{ max-width: 381px; width: 35%;}


#jakskuteczniedzialaSeptifos{
	text-align:center;
	padding-top: 70px;
	
}

#jakskuteczniedzialaSeptifos .button{
	display:inline-block;
	float: none;
}

#jakskuteczniedzialaSeptifos .and{ 
    font-family: Roboto;
    font-size: 24px;
    font-weight: 300;
	color:#0188e7; font-size:30px; padding:0 20px;}

#typSzambaOpis{
	 font-size: 17px;
    font-weight: 400;
    margin: 0 auto;
    max-width: 900px;
    min-height: 75px;
    padding-bottom: 10px;
    padding-top: 20px;
}

#typSzambaOpis .infoText{ display:none; }
#typSzambaOpis .activeInfoText { display:block; }

.productsSlider{
	padding-bottom:40px;
}

.prezentacjaDzialaniaSeptifosu{
	height:358px;
	background:url(../images/ziemia.jpg)/*tpa=http://www.septik.in.ua/images/ziemia.jpg*/ top left repeat-x;
}

/* subpages */

.subpageBox{ padding-top:20px; padding-bottom: 80px;}
.subpageBox h2.title{  
	color: #222;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 15px; 
}
#subpage .txt{ font-size:16px; line-height:24px;}
#subpage .productSection  .txt {width: 670px;}

.box50{ width:50%; float:left; text-align:center;}
.boxes50{ padding:25px 40px 40px;}
.txt b{ font-weight:600;}
#subpage  h4.point{ padding-bottom:10px;}
#subpage  h2{ font-size:28px;}
h2.red b{ font-weight:500;}

table.stats{
	table-layout:fixed;
	border-collapse:collapse;
	margin-bottom:20px;
}
tr.zNowymSeptifosem { font-weight:600; color:#e23032}
table.stats td{
	border:1px solid #8BAFC5;
	border-right:1px solid #8BAFC5;
	width:150px;
	text-align:center;
	padding:15px 0;
}
table.stats td.last{ /* border-right:none; */}
table.stats td.name{ width:335px; padding-right:25px !important; text-align:right;}
table.stats .th td{ padding:15px 0;}
.iloscMetanu{ color: #0188e7;
    padding-bottom: 12px;
    padding-left: 515px;
    padding-top: 30px; }

.contactForm{
	width:400px;
	float:left;
	min-height:400px;
	
}

.addressBox{
	border-left: 1px solid #ff0000;
    float: left;
    font-size: 15px !important;
    margin-top: 10px;
    min-height: 100px;
    padding-bottom: 20px;
    padding-left: 20px;
    width: 230px;
}

/* footer */


div.footerCont{
	position:relative;
	background:#A0C5EE;
	height:44px;
	line-height:44px;
	color:#fff;
	font-size:12px;
	font-weight:400;
	margin-top:30px;
	clear:both;
}

div.copyright{
	widh:49%;
	float:left;
}

div.project{
	float:right;
	widh:49%;
	text-align:right;
	padding-right: 10px;
}

div.project a{
	text-decoration:none;
	color:#fff;
	font-weight:600;
}
div.project a:hover{ color:#0C66C7;}

#ochronaSrodowiska{ padding-top:30px; padding-bottom:40px;}

#poznajrodzineproduktowSeptifos h2{ padding-top:30px;}
#poznajrodzineproduktowSeptifos .sliderContainerBg h2{ padding-top:10px;}

.whereToBuyImg{ position:relative; padding-top:30px; text-align:center; }



/* form */


/* form style */

div.form{
	padding-left:0px;
	margin-top:0px;
	margin-left:0px;
}


label{
	display:block;
	margin-bottom:3px;
	font-size:12px;
}

legend{display:none;}


input, textarea, select{
	border: 1px solid #989898;
    color: #555;
    display: block;
    font-size: 14px;
    height: 36px;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 1px 1px 1px 10px;
    width: 320px;
	font-family: 'Montserrat', sans-serif;
}

textarea{
	width:320px;
	height:137px;
	padding-top:5px;
	padding-bottom:5px;
}

span.req{ color:#ff0000; font-weight:600;}


label.errorInput{
	color:#cc0000;
}

input.errorInput{
	border-color:#cc0000;
}

input.submit{
	background: none repeat scroll 0 0 #0188e7;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 200;
    height: 38px;
    margin-left: 154px;
    margin-top: 5px;
    padding: 2px 0;
    text-align: center;
    text-decoration: none;
    width: 180px;
}
input.submit:hover{ background:#047CCC; }

div.popInfo, div.errorInfo{
	background: none repeat scroll 0 0 #cc0000;
    border: none;
    color: #fff;
    line-height: 18px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 10px;
    padding: 8px 15px;
    text-align: center;
    width: 302px;
}

div.succesInfo{
	background:#0188e7;
    color: #fff;
}


div.anchor{
	height: 0;
    left: 0;
    position: absolute;
    top: -60px;
    width: 0;
}

#jakskuteczniedzialaSeptifos  div.anchor { top:-30px; }
	

/* obsluga flash */
#flashPrezentationContainer{
	width:660px;
	height: 358px;
	margin:0 auto;
	position:relative;
	top:-14px;
}

.flashObject1{
    height: 270px;
    left: -7px;
    overflow: hidden;
    position: absolute;
    top: 25px;
    width: 663px;
    z-index: 1;
	background:url(../images/flashStaticOczyszczalnia01.png)/*tpa=http://www.septik.in.ua/images/flashStaticOczyszczalnia01.png*/ top left no-repeat;
}

.flashObject2{
	width:660px;
	height:270px;
	position: absolute;
    right: 0;
	top:0;
	direction:rtl;
	padding-top:30px;
	overflow:hidden;
	z-index:2;
	
	width:368px;
}
.flashObject2 img{
	position: absolute;
    right: -9px;
    top: 25px;
    z-index: 2;
}
.flashObject2 object{ position:relative; z-index:3;}

#typSzambo .flashObject1{ background:url(../images/flashStaticSzambo01.png)/*tpa=http://www.septik.in.ua/images/flashStaticSzambo01.png*/ top left no-repeat; }

.mouseTriggerContainer{
	position:absolute;
	width:660px;
	height: 358px;
	background:rgba(0,0,0,0.5);
	top:0;
	left:0;
}

#mouseSizeTrigger{
	background: url(../images/flashseparator.png)/*tpa=http://www.septik.in.ua/images/flashseparator.png*/ top center repeat-y; /* #1a5e97; */
    height: 310px;
    left: 262px;
    position: absolute;
    top: 20px;
    width: 60px;
    z-index: 10;
	
	cursor: col-resize;
}
.bottomMouseCircle{
	border-radius: 15px;
    bottom: 0;
    height: 13px;
    left: 23px;
    position: absolute;
    width: 13px;
	background:#1a5e97;
}

#mouseSizeTrigger img{
	bottom: -38px;
    left: -27px;
    position: absolute;
}

.flashText{
	color: #aa9967;
    font-size: 16px;
    font-weight: 400;
    left: 0;
    line-height: 18px;
    position: absolute;
    text-align: right;
    top: 135px;
    width: 250px;
}
div.space{ height:10px;}

.flashText h4{
    line-height: 29px;
    font-size: 22px;
    font-weight: 700;
	color: #aa9967;
	
}

.leftFlashText{ opacity:0.7; }

.rightFlashText{
	color: #d3edff;
    left: auto;
    right: 0;
    text-align: left;
    width: 250px;
}

.rightFlashText h4{ color:#D3EDFF; }

.in990{ display:none; }

.productSection{
	background:url(../images/bigline-red.png)/*tpa=http://www.septik.in.ua/images/bigline-red.png*/ center 71px no-repeat;
	margin-bottom:30px;
}
.productSection .box .txt{ padding-top:72px; float:left;}
.productSection2 .box .txt{ float:right;}
.productSection1{  }
.productSection2{
	background:url(../images/bigline-violet.png)/*tpa=http://www.septik.in.ua/images/bigline-violet.png*/ center 71px no-repeat;
}
.productSection3{
	background:url(../images/bigline-blue.png)/*tpa=http://www.septik.in.ua/images/bigline-blue.png*/ center 71px no-repeat;
}
.productSection .img{ position:relative; float:left; padding-right: 30px; }
.productSection1 .img{ }
.productSection2 .img{ float:right; margin-top:-87px; padding-right: 0px; padding-left: 30px;}
.productSection3 .img{ margin-top:-94px; }

.taright{ text-align:right !important;}

#subpage .productSection h2.productName{
	color: #e23438;
    font-family: Open Sans,Arial,Tahoma;
    font-size: 21px;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 3px;
    text-transform: uppercase;
}

#subpage .productSection2 h2.productName{ color:#993f9d; }
#subpage .productSection3 h2.productName{ color:#01a0d3; }

.filesToGet{
	padding-top:20px;
}
.filesToGet ul{ padding:0;}
.filesToGet ul li{  
	background: url("../images/list.png")/*tpa=http://www.septik.in.ua/images/list.png*/ no-repeat scroll left 10px !important;
    padding: 0 0 0 10px; 
	margin-bottom:0;
	
	background:none !important;
	padding:0;
}
.filesToGet a{ background:none; color:#333; padding:2px 5px; text-decoration:none; font-size:13px; font-weight:600; }
.filesToGet a:hover { text-decoration:underline; }

.filesToGet a.ico{  border: 1px solid #e23032;
    border-radius: 5px;
    color: #e23032;
    font-size: 10px;
    font-weight: 600;
    margin-left: 3px;
    margin-right: 3px;
    padding: 0 7px 1px;
    position: relative;
    top: -2px;
} 
.filesToGet a.ico:hover{ text-decoration:none; background: #e23032; color: #fff;}
.filesToGet a.ico-doc{border-color:#347ee3; color:#347ee3; }
.filesToGet a.ico-doc:hover{ text-decoration:none; background: #347ee3; color: #fff;}
.filesToGet b{ display:block; padding-bottom:5px;}

.mapsAndDists{
	padding-top:20px;
}
.mapsAndDists form{
	float:right;
}
.mapsAndDists label{
	float:left;	
	padding-right:10px;
}
.mapsAndDists select{
	float:left;	
	border:1px solid #BFBFBF;
	width:220px;
	height:25px;
	font-size:12px;
	font-weight:600;
	color: #050505;
	padding-left:5px;
}

.svgMap{
	width:48%;
	height:550px;
	float:left;
}

.distsTable{ 
	width:50%; float:right;
}

table.dists{
	table-layout:fixed;
	width:100%;
	text-align:right;	
	border-collapse:collapse;
	font-size:13px;
	margin:10px 0;
	line-height:18px;
}
table.dists tr th{
	padding-right:5px;
	font-size:12px;
	font-weight:600;
	padding-bottom:5px;
	/* border-bottom:1px solid #C6C6C6; */
}
table.dists tr th.phone{ width:120px; }
table.dists tr th.hours{ width:150px; }


table.dists tr td{ 
	padding-right:5px;	
	/* border-bottom:1px solid #A2C5EB; */
	padding:7px 5px 7px 0;
}
table.dists tr td {
	background:url(../images/table-line.png)/*tpa=http://www.septik.in.ua/images/table-line.png*/ bottom right no-repeat;
}
table.dists tr td.dist{
	background:url(../images/table-line-2.png)/*tpa=http://www.septik.in.ua/images/table-line-2.png*/ bottom right no-repeat;
	
}
table.dists tr.th th {
	background:url(../images/table-line-gr.png)/*tpa=http://www.septik.in.ua/images/table-line-gr.png*/ bottom right no-repeat;
	text-align:right;
}
table.dists tr.th th.name {
	background:url(../images/table-line-gr2.png)/*tpa=http://www.septik.in.ua/images/table-line-gr2.png*/ bottom right no-repeat;
	}
table.dists tr td.dist{  } 
table.dists tr td b{ font-size:11px; font-weight:600;}

.stateAreaPath{ cursor:pointer; }

.alphaSzamboText{
	bottom: 23px;
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 200;
    height: 22px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.alphaSzamboText #withSept, 
.alphaSzamboText #withoutSept{
	display:none;
}

#infoImage{
	position:relative;
	overflow:hidden;
	height:350px;
}

#infoImageInsideCont{ 
	width:960px; margin:0 auto; 
	height:350px; 
	position:relative;
	/* background:url(../images/infografika-tr.png) top center no-repeat; */
}

#infoImage .animInfoImg{
	display:block;
	position:absolute;
	left:10px;
	top:10px;
	opacity:0;
}

#infoImage .in01{ left: 8px;  top: 13px; }
#infoImage .in02{ left: 7px;
    top: 149px; }
#infoImage .in03{  left: 110px;
    top: 59px; }
#infoImage .in04{ left: 144px;
    top: 226px; }
#infoImage .in05{ left: 251px;
    top: 6px; }
#infoImage .in06{  left: 233px;
    top: 123px; }
#infoImage .in07{ left: 321px;
    top: 198px; }
#infoImage .in08{ left: 369px;
    top: 47px; }
#infoImage .in09{ left: 338px;
    top: 25px; }
#infoImage .in10{ left: 737px;
    top: 41px }
#infoImage .in11{ left: 708px;
    top: 192px }
#infoImage .in12{ left: 823px;
    top: 132px;}

#testInfoImgPos{
	display:block;
	position:absolute;
	height:55px;
	width:0px;
	left:0;
	top:150px;
	/* background:#eee; */
}

h5.likeImgTitle{ color: #fff;
    font-family: "Open Sans";
    font-size: 46px;
    font-weight: 700;
    height: 78px;
    line-height: 70px;
}

.br960{ display:none; }





div.langContainer{
	position: absolute;
    right: 7px;
    top: -1px;
    border: 1px solid #0c66c7;
    padding: 14px 10px 7px;
    background: #fff;
    border-radius: 0 0px 5px 5px;
}

.headersubpage div.langContainer{
    border: 1px solid #e23032;
    border-bottom:none;
    padding: 14px 0px 7px 0px; 
    right:14px;
}
#subpage div.langContainer ul.basicMenu li a { margin-right:0 }

div.langContainer ul.basicMenu li a {
    margin-left: 7px;
    margin-right: 7px;
    border-bottom:1px solid #fff;
    }
div.langContainer ul.basicMenu li a:hover{
    border-bottom:1px solid #0c66c7;
}

li.lang img{ 
	vertical-align: top;
    border: 1px solid #cccccc;
    position: relative;
    top: 3px;
}

 
ul#topmMenuUl li.lang img{
	top:11px;
} 

#hiddenMenu div.langContainer  ul.basicMenu li a{
	height:40px
}
#hiddenMenu div.langContainer {
    position: absolute;
    right: 0px;
    top: -1px;
    border: 1px solid #0c66c7;
    padding: 0px 7px 0px;
    background: #fff;
    border-radius: 0 0px 5px 5px;
}
#hiddenMenu div.langContainer ul li.lang img { top:11px; }

#subpage #hiddenMenu div.langContainer { padding-left:0; padding-right:0; right:14px; }
#subpage #hiddenMenu div.langContainer ul.basicMenu li a,
#subpage #hiddenMenu div.langContainer ul.basicMenu li a:hover { border-bottom:none; }

#hiddenMenu div.langContainer { display: none !important; }
div.langContainer {
    position: relative;
    right: 0px;
    top: 0px;
    border: none;
    padding: 0px;
    background: none;
    border-radius: 0;
    
	padding-right: 0 !important;
    display: block !important;
    
    clear:right;
    
}
ul.basicMenu li.activeLang.lang { display:none; }
div.langContainer ul.basicMenu li a {
    margin-left: 12px;
    margin-right: 0;
    border-bottom: none;
    }
.langtitle { display:none !important; }
#hiddenMenu ul.basicMenu li.lang a{ 
	    padding: 7px 5px 14px 5px;
    position: relative;
    height: 15px;
    margin: 0;
}
#hiddenMenu ul.basicMenu li.lang a:hover{
	background: #fff;
}
.headersubpage div.langContainer { 
	position: absolute;
    top: 58px;
    z-index: 10;
    border: 1px solid #ddd;
    border-top: none;
    padding-bottom: 0;
    padding-right: 5px;
    opacity: 0.8;
}
.headersubpage div.langContainer:hover { opacity: 1; } 
#subpage ul.basicMenu li.lang a { padding: 5px 5px 5px; }
ul.basicMenu li a:hover{ padding-bottom: 4px; }
