﻿/*
/* HEADER */
#headerCroSlide { height:484px;overflow: hidden;  background-color:Black }
.headerimg { background-position: center top; background-repeat: no-repeat; width:100%; height:494px; position:absolute; cursor:pointer }
/* NAVIGATION */
#nav-outer { height:110px; padding-top:11px; position:relative; top:24px; background-image:url("../images/headerbg.png"); }
#navigation { height:100px; width:960px; margin:0 auto; background-image:url("../images/logo.png"); background-position:top left; background-repeat:no-repeat; }

/* SEARCH */
#search { background-color:#051733; float:right; width:220px; padding:10px; }
#searchtxt { padding:3px; width:150px; }
#searchbtn { border:1px solid #eee !important; background-color:#CD2B3A; color:#eee; padding:3px; margin-left:5px; }


/* HEADER TEXT */


#NevBottom{height: 40px;margin: 0 auto;position: relative;top: 430px; width: 960px;}

#HomeCarousel #headertxt {height: auto;overflow: hidden;padding: 10px 15px;position: absolute; width: 333px;z-index: 8;}
#HomeCarousel #TextDiv {cursor: pointer;height: 484px;margin: 0 auto;position: relative;width: 960px;}
#HomeCarousel #TextDiv .nivo-controlNav {text-align:center;height: 18px;z-index: 8;position: absolute;bottom:30px;left: 36%;display:none}
#HomeCarousel #TextDiv .nivo-controlNav a {background: url("../images/n_Images/nivoButtons.png") no-repeat scroll left top transparent;cursor: pointer;display: block;float: left;height: 18px;margin-left: -1px;margin-right: -1px;text-indent: 9999px;width: 17px;}
#HomeCarousel #TextDiv .nivo-controlNav a.active {background-position: left bottom;}
#HomeCarousel #TextDiv .nivo-controlNav a + a {margin-left: 44px;}
#HomeCarousel #TextDiv .BGTextDiv {display: table !important;padding:10px;}
#HomeCarousel #TextDiv #firstline{font: 40px/36px AplikaziaRegular,Arial; display: block;text-align: right; margin-bottom: 3px;}
#HomeCarousel #TextDiv #TimeShow {direction: rtl;display: block;font: 22px/20px AplikaziaRegular,Arial;margin-bottom: 3px;text-align: right;}
#HomeCarousel #TextDiv #secondline {direction: rtl;display: block; font: 22px/20px AplikaziaRegular,Arial;margin-bottom: 3px;text-align: right;}

.pictured { font-size:12px; padding:9px 16px; text-transform:uppercase; float:left; display:block; clear:both; margin-top:10px; }
.pictured a { font-size:16px; font-style:italic; letter-spacing:0; text-transform:none;  text-decoration:none; }
.pictured a:hover { text-decoration:underline; }

/* CONTROLS */
#HomeCarousel #back {background-image: url("../Themes/DefaultMainPage/images/n_Images/nivo-prevNav.png");left: 40px;position: absolute;}
#HomeCarousel #control {background-image: url("../Themes/DefaultMainPage/images/n_Images/play_btn.png"); height:94px; width:94px;cursor: pointer;float: left; margin-left: 50%;}
#HomeCarousel #next {background-image: url("../Themes/DefaultMainPage/images/n_Images/nivo-nextNav.png");float: right;position: absolute;right: 40px;}
#HomeCarousel .btn { height:80px; width:80px; float:left; cursor:pointer; }


/* HEADER HAVIGATION */
#headernav-outer {  margin: 0 auto;position: relative;top: 203px;width: auto;max-width: 1400px; z-index:1000}
#headernav {  position: relative; }

/* CONTENT */
/*#content { color:#575757; background-color:#eee; }
#content p { padding:10px 20px; font-size:16px; width:960px; margin:0 auto; }
#content p a { text-decoration:none; color:#CD2B3A; }
#content p a:hover { text-decoration:underline; color:#7F000C; }*/
#ContainerLinks ul { overflow: hidden; list-style: none; }
#ContainerLinks ul li { float: right; display: block; height: 15px; }
#ContainerLinks ul li + li { padding-right: 5px; border-right: solid 1px #fff; margin-right: 5px; }
#ContainerLinks ul li a { text-decoration: none;display: block; color: #fff; font: bold 14px/1 AplikaziaRegular,Arial; }
#ContainerLinks ul li a:hover { color: #fff; text-decoration:underline; }


.None{ display:none}
.NotNone{ display:block}



 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:494px;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	width: 276px;
	height: auto;
	top: 153px;
	left: 300px;
	background-image: url(~T/images/n_Images/nivo-html-caption-bg.png);
	color:#fff;
	font: normal 12px/1 Arial;
	z-index:8;
	padding: 10px 15px;
	overflow: hidden;
	display: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p { font: normal 35px/1 Arial; text-align:right; }
.nivo-caption p span { font: normal 12px/1 Arial,Helvetica,sans-serif; text-align: right; direction:rtl; }
.nivo-caption span { display:block; line-height: 1.2; padding-bottom: 8px; }
.nivo-caption ul { overflow: hidden; list-style: none; }
.nivo-caption ul li { float: right; display: block; height: 15px; }
.nivo-caption ul li + li { padding-right: 5px; border-right: solid 1px #fff; margin-right: 5px; }
.nivo-caption ul li a { display: block; color: #fff; font: bold 12px/1 Arial; }
.nivo-caption ul li a:hover { color: #fff; text-decoration: none; }
.nivo-html-caption {
    display:none;
}
#htmlcaption1 { position: absolute; top: 153px; left: 220px; }
#htmlcaption2 { position: absolute; top: 100px; left: 220px; }
#htmlcaption3 { position: absolute; top: 100px; left: 220px; }
#htmlcaption4 { position: absolute; top: 100px; left: 220px; }

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav { display: block !important; }
.nivo-directionNav a {
	position:absolute;
	top:200px;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left: 215px;
	width: 66px;
	height: 66px;
	background: url(~T/images/n_Images/nivo-prevNav.png) 0 0 no-repeat;
	text-indent: 9999px;
}
.nivo-nextNav {
	right: 215px;
	width: 66px;
	height: 66px;
	background: url(~T/images/n_Images/nivo-nextNav.png) 0 0 no-repeat;
	text-indent: 9999px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	height: 18px;
	z-index: 8;
	position: absolute;
	bottom:30px;
	left: 36%;
	/*background: url(~T/images/n_Images/bulletsBg.png) left top repeat-x;*/

}
.nivo-controlNav a 
{
    margin-left: -1px;
    margin-right: -1px;
	cursor:pointer;
	float: left;
	display: block;
	width: 17px;
	height: 18px;
	text-indent: 9999px;
	background: url(~T/images/n_Images/nivoButtons.png) left top no-repeat;
}
.nivo-controlNav a + a { margin-left: 44px; }
/*.controlNavFirst { background: url(../images/bulletsRight.png) left top no-repeat !important; }
.controlNavLast { background: url(../images/bulletsLeft.png) left top no-repeat !important; }*/
.nivo-controlNav a.active {
	background-position: left bottom;
}
