body {
	font-family: Arial;
  padding: 0;
  margin: 0;
	font-size: 13px;
  color: #000;
  
	
	background: url("../images/clouds-bg.jpg") repeat-x;
	width: 100%;
	height: 477px;
} 

html{
	background: url(../images/blue-pattern.png);
	
}

img {
	border: 0px;
}

/*** backwards compatibility **/
.clear {
	clear: both;
	height: 1px;
}

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

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout)

.ir {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

div.langs span {
    display: block;
    background: url('../images/flags-sprite.png') no-repeat 0 0;
    width: 18px;
    height: 12px;
    float: left;
    margin-left: 3px;
}

a, a:active, a:visited {
  color: #326a8e;
}

a:hover {
  color: #0e1f2a;
}


::-moz-selection { background: #01528e; color: #fff; text-shadow: none; }   /*#005B00*/
::selection { background: #01528e; color: #fff; text-shadow: none; }


.main{
	width: 949px;
	margin: 0 auto;
	-border: 1px solid red;
	padding: 5px 0 0 0;
	position: relative;
}

.menu{
	-border: solid 1px blue;
	-margin: 10px 0 0 0;
	position: relative;
}

.menu a{
	background: #fffcfc;
background: -moz-linear-gradient(top, #fffcfc 70%, #e2e1dc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,#fffcfc), color-stop(100%,#e2e1dc));
background: -webkit-linear-gradient(top, #fffcfc 70%,#e2e1dc 100%);
background: -o-linear-gradient(top, #fffcfc 70%,#e2e1dc 100%);
background: -ms-linear-gradient(top, #fffcfc 70%,#e2e1dc 100%);
background: linear-gradient(top, #fffcfc 70%,#e2e1dc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfc', endColorstr='#e2e1dc',GradientType=0 );

	
	padding: 8px 12px;
	margin: 0 1px;
	display: inline-block; 
	
	-webkit-border-radius: 2px; /* Saf3-4, iOS 1-3.2, Android =1.6 */
          border-radius: 2px; /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */

  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	color: #256187;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: 1px solid #89acf1
}

.menu .menu-home{
	background: #006044;
	background: -moz-linear-gradient(top, #006044 0%, #009229 50%, #005d0a 51%, #004b05 52%, #005f42 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006044), color-stop(50%,#009229), color-stop(51%,#005d0a), color-stop(52%,#004b05), color-stop(100%,#005f42));
	background: -webkit-linear-gradient(top, #006044 0%,#009229 50%,#005d0a 51%,#004b05 52%,#005f42 100%);
	background: -o-linear-gradient(top, #006044 0%,#009229 50%,#005d0a 51%,#004b05 52%,#005f42 100%);
	background: -ms-linear-gradient(top, #006044 0%,#009229 50%,#005d0a 51%,#004b05 52%,#005f42 100%);
	background: linear-gradient(top, #006044 0%,#009229 50%,#005d0a 51%,#004b05 52%,#005f42 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006044', endColorstr='#005f42',GradientType=0 );
	
}


.menu a:hover{
	background: #006044;
	background: -moz-linear-gradient(top, #006044 0%, #009229 50%, #005d0a 51%, #004b05 52%, #005f42 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006044), color-stop(50%,#009229), color-stop(51%,#005d0a), color-stop(52%,#004b05), color-stop(100%,#005f42));
	background: -webkit-linear-gradient(top, #006044 0%,#009229 50%,#005d0a 51%,#004b05 52%,#005f42 100%);
	background: -o-linear-gradient(top, #006044 0%,#009229 50%,#005d0a 51%,#004b05 52%,#005f42 100%);
	background: -ms-linear-gradient(top, #006044 0%,#009229 50%,#005d0a 51%,#004b05 52%,#005f42 100%);
	background: linear-gradient(top, #006044 0%,#009229 50%,#005d0a 51%,#004b05 52%,#005f42 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006044', endColorstr='#005f42',GradientType=0 );
	color: #fff;
}



.menu .submenu {
	background: none;
	position: absolute;
}

.menu .submenu  a{
	background: none;
	color: #000;
	font-size: 12px;
	border: none;
	margin-top: -2px;
}
.menu .submenu  a:hover{
	text-decoration: underline;
}

.header{
	margin: 15px 0 15px 0;
}

.header-logo{
	background: url(../images/header-logo.png) no-repeat;
	width: 96px;
	height: 52px;
	display: block;
	float: left;
	margin: 5px 0 0 0;
}

.head-right{
	float: right;
	width: 590px;
	margin-top: 12px;

}

.head-right .col1{
	float: right;
	text-align: right;
}


.counter{
	text-align: right;
	display:block;
	margin: 0 0 9px 25px;
	color: #6e6e6e;
	font-size: 12px;
}

.counter .title{
	padding: 0 14px 0 0;
}
.counter .num{
	margin: 2px 1px 2px 0;
	padding: 3px 3px;
	color: #fff;
	-background: #1c1d21;
	text-shadow:0px 0px 2px #A5ADA5;
	-webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android =1.6 */
          border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */

  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	
	background: #141313;
	background: -moz-linear-gradient(top, #141313 0%, #332c2c 50%, #141313 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#141313), color-stop(50%,#332c2c), color-stop(100%,#141313));
	background: -webkit-linear-gradient(top, #141313 0%,#332c2c 50%,#141313 100%);
	background: -o-linear-gradient(top, #141313 0%,#332c2c 50%,#141313 100%);
	background: -ms-linear-gradient(top, #141313 0%,#332c2c 50%,#141313 100%);
	background: linear-gradient(top, #141313 0%,#332c2c 50%,#141313 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141313', endColorstr='#141313',GradientType=0 );
	
}
.content{
	
	width: 680px;
	min-height: 45px;
	
	float: left;
	
	-webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android =1.6 */
          border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */

  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	
}

.white-bg{
	padding: 10px 11px;	
	background: #fff;
	-webkit-border-radius: 3px 3px 0 0; /* Saf3-4, iOS 1-3.2, Android =1.6 */
          border-radius: 3px 3px 0 0 /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */

  /* useful if you dont want a bg color from leaking outside the border: */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
.white-bg.innerpage{
	min-height: 645px;
}

.slider{
	background: #eff2f7; 
	/*padding: 5px 0;*/
	position: relative;
}
.slider .controller{

}

.slider .controller a{
	width: 145px;
	-border: solid 2px red;
	display: inline-block;
	color: #000;
	padding: 10px;
	padding: 10px;
	-webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android =1.6 */
	border-radius: 4px;
	text-decoration: none;
	float: left;
	border: solid 1px #e6eaec;
	margin: 0 3px 5px 5px;

}

.slider .controller a:hover{
	background-color: #e6e9ed;
}

.slider .controller a.activeslide {
	background: #006044;
	background: -moz-linear-gradient(top, #006044 0%, #009229 50%, #004b05 50%, #005f42 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006044), color-stop(50%,#009229), color-stop(50%,#004b05), color-stop(100%,#005f42));
	background: -webkit-linear-gradient(top, #006044 0%,#009229 50%,#004b05 50%,#005f42 100%);
	background: -o-linear-gradient(top, #006044 0%,#009229 50%,#004b05 50%,#005f42 100%);
	background: -ms-linear-gradient(top, #006044 0%,#009229 50%,#004b05 50%,#005f42 100%);
	background: linear-gradient(top, #006044 0%,#009229 50%,#004b05 50%,#005f42 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006044', endColorstr='#005f42',GradientType=0 );
	
	color: #fff;

}



.slider .controller .name{
	text-transform: uppercase;
	font-size: 14pxl
}

.slider .controller .adr{
	font-size: 11px;
}

.promo{
	background-repeat: no-repeat;
	height: 299px;
	width:675px;
	margin: 7px 0 0 0;
	display: none;
}
.promo.act{
	display: block;
}

.promo-info {
	margin: 8px 0 0 0;
}

.promo-info .name{
	width: 190px;
	float: left;
	text-transform: uppercase;
	text-align: center;
	color: #474747;
	font-size: 17px;
	margin: 24px 0 0 0;
	font-weight: bold;
}
.promo-info .moreAboutProject {
	color: #33924C;
	
	display: block;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	margin: 0;
	position: absolute;
	bottom: 13px;
	width: 190px;
	
}
.promo-info .moreAboutProject:hover{
	color: #16642B;
}

.promo-info .info{
	width: 420px;
	float: right;
	padding: 10px 20px 7px 20px;
	color: #007240;
	
}
.priceTag{
	background: url(../images/price-bg.png) no-repeat;
	width: 91px;
	height: 40px; 
	display: inline-block;
	color: #fff;
	font-size: 17px;
	padding: 15px 10px 10px 20px;
	margin: 15px 0 0 0;
}

.priceTag .smallText{
	font-size: 12px;

	position: relative;
	top: -5px;
}


.transp-bg{
	background: url(../images/bluegray-pattern.png);
	padding: 0 0px 20px 0px;
	-webkit-border-radius: 0 0 3px 3px ; /* Saf3-4, iOS 1-3.2, Android =1.6 */
          border-radius: 0 0 3px 3px;/* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */

  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
.shadow{
	background: url(../images/shadow.png) no-repeat 150px 0;
	width: 100%;
	height: 20px;
	padding-bottom: 10px;
}

.side-col{
	float: right;
	width: 258px;
	-border: 1px solid blue;
	
	-webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android =1.6 */
          border-radius: 3px; 
}

#flatPrev11, #flatPrev12, #flatPrev13, #flatPrev21, #flatPrev22, #flatPrev23, #flatPrev31, #flatPrev32, #flatPrev33{
	display: none;
}

.side-baner {
	border: 1px solid #C4D8B8;
	/*background: url(../images/side-baner.jpg);*/
	-webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android =1.6 */
    border-radius: 3px;
	width: 256px;
	height:216px;
	display: block;
}
.side-baner:hover{
	border: 1px solid #7e857a;
}

.side-baner a img{
	-webkit-border-radius: 3px;
    border-radius: 3px;
}

.side-baner p {
  margin: 0;
}  

.projPrevHolder{
	margin: 10px 0 0 0;
}

.projPrevHolder .tabCtrl{
	position: relative;
	bottom: -2px;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	color: #474747;
	font-size: 13px;
	font-weight: normal;
	width: 127px;
	float: left;
	border: 1px solid #c4d8b8;
	padding: 5px 0;
	text-decoration: none;

}
.projPrevHolder .tabCtrl:hover{
	-text-decoration: underline;
	background: #eff2f7; 
}
.projPrevHolder .tabCtrl:first-child{
	border-right: none;
}

.projPrevHolder .tabCtrl.act{
	border-bottom: none;
	background: url(../images/gray-pattern3.png);
}

.projPrev{
	text-align: center;
	-background: #fefefe;
	background: url(../images/gray-pattern3.png);
	display: block;
	width: 236px;
	-height:186px;	
	border: 1px solid #c4d8b8;
	border-top: none;
	padding: 10px 10px 6px 10px;
	-webkit-border-radius: 3px ; /* Saf3-4, iOS 1-3.2, Android =1.6 */
          border-radius: 3px;/* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */

  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
.projPrev.titlepage{
	border-top: 1px solid #c4d8b8;

}

.projPrev .singleBuilding a{
	text-decoration: underline;
	text-transform: uppercase;
	display: block;
	margin: 10px 0 5px 0;
}


.projPrev .controller{
	float: right;
	margin: 7px 0 0 0;
}

.projPrev .controller a{
	background: #94d615;
	padding: 2px 5px;
	margin: 0 1px;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	-webkit-border-radius: 3px ; /* Saf3-4, iOS 1-3.2, Android =1.6 */
          border-radius: 3px;/* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */

  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	
}

.projPrev .controller a.act{
	background: #66bb09;
}

.projPrev .controller a:hover{
	background: #66bb09;
}

h3{
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	color: #474747;
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

a.side-tile{
	display: block;
	text-decoration: none;
	color: #474747;
	width: 236px;
	height: 30px;
	margin: 10px 0 0 0;
	border: 1px solid #c4d8b8;
	padding: 20px 10px 5px 10px;
	text-transform: uppercase;
	
  background: #fffcfc;
  background: -moz-linear-gradient(top,  #fffcfc 0%, #e2e1dc 84%, #61b100 84%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffcfc), color-stop(84%,#e2e1dc), color-stop(84%,#61b100));
  background: -webkit-linear-gradient(top,  #fffcfc 0%,#e2e1dc 84%,#61b100 84%);
  background: -o-linear-gradient(top,  #fffcfc 0%,#e2e1dc 84%,#61b100 84%);
  background: -ms-linear-gradient(top,  #fffcfc 0%,#e2e1dc 84%,#61b100 84%);
  background: linear-gradient(top,  #fffcfc 0%,#e2e1dc 84%,#61b100 84%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfc', endColorstr='#61b100',GradientType=0 );


  /*background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 5%, #d9d9da 84%, #61b100 84%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#ffffff), color-stop(84%,#d9d9da), color-stop(84%,#61b100));
	background: -webkit-linear-gradient(top, #ffffff 5%,#d9d9da 84%,#61b100 84%);
	background: -o-linear-gradient(top, #ffffff 5%,#d9d9da 84%,#61b100 84%);
	background: -ms-linear-gradient(top, #ffffff 5%,#d9d9da 84%,#61b100 84%);
	background: linear-gradient(top, #ffffff 5%,#d9d9da 84%,#61b100 84%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#61b100',GradientType=0 ); */

	-webkit-border-radius: 3px ; /* Saf3-4, iOS 1-3.2, Android =1.6 */
    border-radius: 3px;/* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */

  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}


a.side-tile:hover{
	border: 1px solid #7e857a;
}

a.side-tile img{
	position: relative;
	float: right;
	margin:0 0px 0 0;
	top: -5px;
}



.promo-room-col1{
	float: left;
	width: 180px;
	padding: 5px;
	-border: 1px solid red;
	text-align: center;
}
a.allRooms{
	color: #33924c;
	position: relative;
	top: 4px;
}
a.allRooms:hover{
	color: #2b6f3d;
}
.promo-room-col2{
	float: left;
	width: 200px;
	padding: 5px;
	-border: 1px solid red;
	text-align: center;
}
.promo-room-col3{
	float: left;
	width: 240px;
	padding: 5px;
	-border: 1px solid red;
}

a.room-select{
	display: block;
	border: solid 1px #e6eaec;
	padding: 5px 20px;
	margin: 3px 0;
	top: 0;
	-webkit-border-radius: 3px ; /* Saf3-4, iOS 1-3.2, Android =1.6 */
          border-radius: 3px;/* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */

  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	text-decoration: none;
	color: #272727;
}

.room-select:hover{
	background: #bde290;
	background: -moz-linear-gradient(top, #bde290 0%, #88c072 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bde290), color-stop(100%,#88c072));
	background: -webkit-linear-gradient(top, #bde290 0%,#88c072 100%);
	background: -o-linear-gradient(top, #bde290 0%,#88c072 100%);
	background: -ms-linear-gradient(top, #bde290 0%,#88c072 100%);
	background: linear-gradient(top, #bde290 0%,#88c072 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bde290', endColorstr='#88c072',GradientType=0 );
}


 .room-select.act2{
	background: #7ccb5c;
	background: -moz-linear-gradient(top, #7ccb5c 0%, #32914c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ccb5c), color-stop(100%,#32914c));
	background: -webkit-linear-gradient(top, #7ccb5c 0%,#32914c 100%);
	background: -o-linear-gradient(top, #7ccb5c 0%,#32914c 100%);
	background: -ms-linear-gradient(top, #7ccb5c 0%,#32914c 100%);
	background: linear-gradient(top, #7ccb5c 0%,#32914c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ccb5c', endColorstr='#32914c',GradientType=0 );
	color: #fff;
}

.footer{
	text-align: right;
	margin: 10px 0 0 0;
	padding: 10px;
	font-size: 12px;
	color: #78a45b;
	border-top: solid 1px #fff;
}
.footer a{
	color: #78a45b;
}
.footer a:hover{
	color: #4d693a;
}

.logout {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 101;
}

.sliderFlats, .sliderImg, .promo-info {
  display: none;
}

.sliderImg {
  width: 657px;
  height: 299px;
}

.sliderImg a {
  display: block;
  width: 657px;
  height: 299px;
}


.sliderFlats a {
  color: #33924C;
  text-decoration: underline;
}

.sliderFlats a:hover {
  text-decoration: underline;
  color: #16642B;
}



.section1 {
  float: left;
  width: 185px;
  padding: 5px;
  text-align: center;
}

.section1 a {
  display: inline-block;
  padding-top: 10px;
}

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

.section1 li {
  list-style: none;
}

.section1 li a {
  display: block;
  border: solid 1px #E6EAEC;
  padding: 5px 20px;
  margin: 3px 0;
  top: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
  color: #272727;
}

.section1 li a.active, .section1 li a:hover {
  background: #7CCB5C;
  background: -moz-linear-gradient(top, #7CCB5C 0%, #32914C 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7CCB5C), color-stop(100%,#32914C));
  background: -webkit-linear-gradient(top, #7CCB5C 0%,#32914C 100%);
  background: -o-linear-gradient(top, #7CCB5C 0%,#32914C 100%);
  background: -ms-linear-gradient(top, #7CCB5C 0%,#32914C 100%);
  background: linear-gradient(top, #7CCB5C 0%,#32914C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ccb5c', endColorstr='#32914c',GradientType=0 );
  color: #fff;
  text-decoration: none;
}


.section2 {
  float: left;
  width: 220px;
  padding: 5px;
  text-align: center;
}

.section3 {
  float: left;
}

.innercontent {
  min-height: 650px;
  color: #272727;
  line-height: 18px;
  background: #f9fafb;
  padding: 20px 10px;
  min-height: 717px;
}

.innercontent h1 {
  font-weight: normal;
  font-size: 18px;
  color: #474747;
  text-transform: uppercase;
  margin: 10px 0 20px 0;

}

.innercontent img{
	padding: 10px;
	background: #fff;
	border: solid 1px #e0e0e0;
}
.innercontent hr{
	border: none;
	border-top: solid 1px #e0e0e0;
	background: #e0e0e0;
}



.ie a.side-tile{
	background: url(../images/sideMenuGrad.png);
	filter: none;
}

.ie .menu-home{
	background: url(../images/homeGrad.png);
	filter: none;
}

.ie .slider .controller a.activeslide{
	background: url(../images/sliderButtonGrad.png);
	filter: none;
}

.ie .menu a:hover{
	background: url(../images/homeGrad.png);
	filter: none;
}


a.namelink {
  text-decoration: none;
  color: #000;
}

a.namelink:hover {
  color: #326A8E;
}
.promotranspbg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('../images/transpblack.png');
	text-align: center;
	display: none;

}


.promobanner {
  position: relative;
  top: 55px;
  z-index: 100;
  display: inline-block;
}

a.promobannerlink {
  z-index: 101;
  position: absolute;
  border: 2px solid #399400;
  padding: 20px 15px;
  color: #399400;
  text-decoration: none;
  bottom: 60px;
  left: 100px;
  font-size: 24px;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
}
a.promobannerlink:hover {
	text-decoration: underline;
}

.close-promobanner {
  width: 35px;
  height: 35px;
  position: absolute;
  top: -16px;
  right: -16px;

  opacity: 0.7;
  background: url('../images/bannerclose-red.png') no-repeat top left;
  z-index: 102;
  display: block;
}

.close-promobanner:hover {
  opacity: 1;
}

/*slider*/






/* promo slider */

.promoSliderWrap{
    width: 657px; /*  <----- plotis */
    height: 400px; /*  <----- auktis */
    position: relative;
    background: #000;
    overflow: hidden;
}

.promoSlideToolsWrap{
    position: absolute;
    right: 5px;
    top: 5px;
}

.promoslide{
    width: 657px; /*  <----- plotis */
    height: 400px; /*  <----- auktis */
    position: absolute;
    top: 0;
    left: 0;
    display: none; 
}
.promoslide.act{
    display: block;
}

.slideTextWrap{
    background: url(../images/transp-lblack.png);
    width: 448px;
    color: #fff;
    padding: 32px 32px 28px 32px;
    position: relative;
    top: 100px;
}
.slideTextWrap h1{
    font-size: 35px;
    margin: 5px 0;
    line-height: 33px;
}
.slideTextWrap .redBtn{
    width: 115px;
}
.promoNavWrap{
    position: absolute;
    bottom: 0;
}

.promoNavViewport{
    height: 32px;
    width: 657px; /*  <----- plotis */
    float: left;
    overflow: hidden;
}

.promoNav{
    width: 657px; /*  <----- plotis, dedamas ilgesnis jeigu norima kad nav icons slinktusi*/
    position: relative;
    left: 0px;
    text-align: center;
}

.promoNav div{
    width: 15px;
    height:  15px;
    background: #fff;
    opacity: 0.3;
    -ms-filter: "alpha(opacity=30)"; /* ie 8 */
    filter: alpha(opacity=30); /* ie lt 7 */
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}
.promoNav div:last-child,
.promoNav div.last{
    border: none;
}
.promoNav div span{
    text-align: center;
    font-weight: bold;
    width: 142px;
    height: 55px;
    display: table-cell;
    vertical-align: middle;
}

.promoNav div:hover{
     opacity: 0.5;  
    -ms-filter: "alpha(opacity=50)"; /* ie 8 */
    filter: alpha(opacity=50); /* ie lt 7 */ 
}
.promoNav div.act{
    opacity: 0.5;  
    -ms-filter: "alpha(opacity=50)"; /* ie 8 */
    filter: alpha(opacity=50); /* ie lt 7 */ 
}





.promoNavWrap .promoArrow{
    display: block;
    width: 42px;
    height: 75px;
    background-color: #253948;
    background-image: url(../images/big-arrows-sprite.png);
    background-repeat: no-repeat;
    position: relative;
}
.promoNavWrap .promoArrow:hover{
    background-color: #3d586d;
    cursor: pointer; 
}
.promoNavWrap .arrowLeft{
    float: left;
    background-position: 6px 24px;
}
.promoNavWrap .arrowLeft:hover{
    background-position: 6px -56px;
    
}
.promoNavWrap .arrowRight{
    float: right;
    background-position: -55px 24px;
}
.promoNavWrap .arrowRight:hover{
    background-position: -55px -56px;
}

/* promo slider  end*/

a.titleBanner{
	height: 188px;
	background-repeat: no-repeat;
	background-position: 9px 0;
	width: 658px;
	display: inline-block;
	background-color: #fff;

}
a.titleBanner:hover{
	background-position: 9px -211px;

}











