@charset "utf-8";
/* CSS Document */

div
{
	border-style:none;
	border-width:1px;
}

html
{
	margin:0px;
	padding:0px;
}
body
{
	
	background:#000;
	color:#CCC;
	text-align:center;
	font-size:13px;
	font-family:"futura_bk_bt";
	padding:0px;
	margin:0px;
	cursor:default;
	/*
	background-image:url(../images/hollywood-freeway.jpg);*/
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
	padding-bottom:0px;
}
    	.social_media
		{
			float:right;
			padding-right:30px;
		}
		.socialMediaButtons
		{
			width:32px;
			height:32px;
			background-image:url(../images/social-media.png);
			float:left;
			cursor:pointer;
		}
a
{
	text-decoration:none;
	color:#999;
}
a:hover
{
	color:#FFF;
}
img
{
	
	border:none;
}

#wraper
{	
	width:920px;
	margin:0 auto;
	text-align:left;
	
	/*
	background-image:url(../images/pozadina.jpg);
	background-repeat:repeat-y;*/
}

/*--  header --*/
#header
{
	margin:0 auto;
	width:920px;
}

#logo
{	
	float:left;
}

#top_absolute_line
{
	height:5px;
	background-color:#3a3a3c;
	margin-bottom:35px;
}

#contact-us{
	
	margin-top:50px;
	width:120px;
	height:20px;
	line-height:20px;
	background:#414042;
	/*background:url(../images/contact_us_btn.png) left top no-repeat;*/
	text-align:center;
	top:40px;
	right:30px;
	text-transform:uppercase;
	cursor:pointer;
	color:#bdbec0;
	float:right;
	font-size:10px;
}
#contact-us:hover
{
	color:#ffffff;
	background:#231F20; 
	/*background:url(../images/contact_us_btn_hover.png) left top no-repeat;*/
}

#home-tbl{
    width:700px;
    margin:0 0 0 75px;
	padding:0;
}

#home-tbl td{
    padding:10px 10px 20px 20px;
}

#top_menu
{
	width:470px;
	height:25px;
	font-size:13px;
	cursor:pointer;
	float:left;
	margin-top:50px;
	border-style:none;
	border-color:#111;
}
.normalMenu
{
	line-height:25px;
	width:90px;
	text-align:center;
	height:25px;
	float:left;
	/**/
	background-color:#3a3a3c;
	
	background-color:#000000;
}
/**/
.normalMenu #divSearch
{
	position:absolute;
	left:0px;
	top:0px;
	width:105px;
	height:25px;
	visibility:hidden;
	
	background-color:#222;
	border-width:1px;
	border-color:#333;
	color:#ffffff;
}
#searchbuitton
{
	width:25px;
	height:25px;
	
	background-image:url(../images/search-icon.png);
	background-repeat:no-repeat;
	cursor:pointer;
	float:right;
}
.normalMenu #divSearch input
{
	width:70px; height:15px;
	line-height:15px;
	border-style:none;
	/**/
	background-color:#222222;
	padding:5px;
	color:#ffffff;
	float:left;
}
.normalMenu_selected
{
	line-height:25px;
	width:90px;
	text-align:center;
	height:25px;
	float:left;
	/*
	background-color:#222222;
	
	background-color:#111;*/
}
.normalMenu_selected a
{
	color:#ffffff;
	text-decoration:none;
}

.normalMenu_selected div
{
	height:2px;
	/*
	background-color:#444444;
	background-color:#000000;*/
}
.normalMenu div
{
	height:1px;
	/*
	background-color:#58585a;
	
	background-color:#333;*/
	position:relative;
}
.normalMenu:hover div
{/*
	background-color:#000000;
	
	background-color:#444444;*/
	
}
.normalMenu:hover
{
	background-color:#000000;
	/*
	background-color:#111;
	*/
}
.normalMenu a
{
	color:#444444;
	text-decoration:none;
}
.normalMenu:hover a
{
	color:#ffffff;
}

h1#page-title{
	
	font-size:36px;
	text-align:left;
	width:600px;
	margin:0 auto;
	padding:0 0 15px 35px;
}

/*--  Menu --*/
ul#topnav {
	padding: 0;
	float: left;
	margin-left:105px;
	margin-top:130px;
	margin-bottom:35px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 1em;
	background:url(../images/menu_bg_passive.png) left top repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
}
ul#topnav li a {
	padding: 7px 25px 10px 25px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
	text-transform:uppercase;
}

ul#topnav li a:hover{
	
	/*background:url(../images/arrow_hover.png) left 20% no-repeat;*/
	color:#0760b8;
}
ul#topnav li:hover { 
    
}
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

ul#topnav li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; top:40px;
	display: none; /*--Hide by default--*/
	width:753px;
	background: url(../images/submenu_bg.png) repeat;
	color: #fff;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

ul#topnav li:hover span {
	 display: block; 
	 
} /*--Show subnav on hover--*/

ul#topnav li span a { 
     display: inline;
	 padding: 10px 15px;
	 font-size:12px;
	 background:none;
} /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/

ul#topnav li span a:hover {
	text-decoration: underline;
	background:none;
}

ul#topnav li a.active-item{
	
	color:#EE2A7B;
	background:url(../images/menu_bg_active.png) left top repeat-x;
}

/*-- Image Slider --*/

h2
{	
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	border-width:1px;
}
#image-wrap
{	
	width:900px;
	height:230px;
	margin:0 auto;
	padding:0px 5px 30px 5px;
	background:#161617;
	position:relative;
}
#image-wrap h2
{
	line-height:30px;
}

/*
	Slideshow
*/

#slides 
{
	position:absolute;
	top:30px;
	left:5px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container 
{
	width:900px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:900px;
	height:200px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:-22px;
	right:30px;
	width:30px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	right:0px;
}

/*
	Pagination
*/

.pagination {
	margin:10px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*-- Porfolio --*/
#portfolio
{
	margin:0 auto;
	margin-top:50px;
}
.thumb____big
{
	width:220px;
	float:left;
	cursor:pointer;
}
.thumb____big_image
{
	height:120px;
	background-image:url(../images/nice-girl.jpg);
}
.thumb____big_label
{
	height:20px;
	line-height:20px;
	font-size:12px;
	background-color:#161617;
	color:#6d6e71;
}
.thumb____big_label div
{
	padding-left:5px;
}
.thumb____big___BottomLinija
{
	height:5px;
	background-color:#161617;
}
.thumb____big____text
{
	height:100px;
	background-color:#3a3a3c;
	color:#bdbec0;
}
.thumb____big____text__text
{
	font-size:12px;
}

#thumbs_top_label
{
	height:20px;
	line-height:20px;
	font-size:12px;
	text-transform:uppercase;
	/*
	background-color:#161617;
	*/
	color:#999;
	margin:0 auto;
	margin-bottom:15px;
}
#thumbs_top_label div
{
	padding-left:5px;
}
.small_thum
{
	width:217px;
	margin-right:10px;
	float:left;
	margin-bottom:10px;
	cursor:pointer;
}
.small_thum_top_label
{
	height:20px;
	line-height:20px;
	background-color:#161617;
	color:#6d6e71;
	text-transform:uppercase;
}
.small_thum_top_label div
{
	padding-left:5px;
}
.small_thum_image
{
	height:120px;
	background-image:url(../images/nice-girl.jpg);
}
.small_thum_bottom
{
	height:5px;
	background-color:#161617;
}


div.top-p
{
	
	width:710px;
	height:25px;
	/*background:url(../images/content_top.png) left top no-repeat;*/
	background:#161617;
	margin:0 0 0 60px;
}

div.top-p h1{
	
	padding:5px 0 0 40px;
	font-size:16px;
}
div.content-p{
	overflow:hidden;
	width:800px;
	padding-top:20px;
	padding-bottom:60px;
}
div.bot-p{
	
	width:963px;
	height:22px;
	/*background:url(../images/content_bottom.png) left top no-repeat;*/
	background:#302E2F;
	/*border-left:1px #666 solid;
	border-right:1px #666 solid;
	border-bottom:1px #666 solid;*/
	
}

#thumb-container{
	
	padding:10px 0 10px 0;
	width:900px;
	margin:0 auto;
	
}
div.thumb-row{
	
	width:800px;
}
div.thumb-row img{
	
	float:left;
	padding:0 0 0 10px;
	border-right:1px #444545 solid;
}
div.thumb{
	
	width:216px;
	float:left;
	margin:0 15px 10px 15px;
}
div.thumb h4{
	width:216px;
	margin:0 0 0 45px;
	text-align:center;
	padding:5px 0 5px 0;
	background:#161617;
}



.thumb-row p.desc{
	
	float:left;
	padding:5px 45px 5px 45px;
	text-align:center;
	width:147px;
	color:#85c4ff;
}

#wr-img
{
	
	width:900px;
	height:497px;
	margin-top:50px;
	background-image:url(../images/watch_now.jpg);
	cursor:pointer;
	text-align:center;
}
#wr-img div
{
	padding-top:105px;
	font-size:30px;
	line-height:35px;
}

#video-container
{	
	width:963px;
	height:700px;
}

.ttp{
	
	font-size:12px;
	padding:5px 0 5px 0;
}

.thumb_title{
	
	font-size:13px;
	padding:10px 0 5px 0;
	text-transform:none;
}

#footer
{
	/*
	position:fixed;
	left:0px;
	bottom:0px;
	*/
	margin-top:200px;
	width:100%;
	margin-bottom:0px;
}
#footer_line_1
{
	text-align:center;
	line-height:32px;
	height:32px;
	font-size:12px;
	background-color:#212122;
	color:#6d6e71;
}
#footer_line_2
{
	height:5px;
	background-color:#3a3a3c;
	margin-bottom:0px;
}

.colorPink
{
	color:#ed217c;
}
.color_bdbec0
{
	color:#bdbec0;
}
.clearBoth
{
	clear:both;
}

.padding___5px{padding:5px;}
.marginRight__0{margin-right:0px;}
.marginTop50pixels{margin-top:50px;}
.margin_o_auto{margin:0 auto;}

.positionRelative
{
	position:relative;
}

.Textuppercase{text-transform: uppercase !important;}
.textAlignLeft{text-align:left;}