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

.wrap {
	width: 960px;
	margin: 0 auto;
}

body {
	width: 100%;
}



html {
	background: #000 url(../images/background.jpg) no-repeat top center /*fixed*/;
	color: #FFF;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
	
}

h2, h3, p {
	font-weight: 200;
	
}

/*
h1, h2, h3, h4 {
text-transform: uppercase;
}
*/

.fr {
	float: right;
}

.fl {
	float: left;
}

.fs-13{
	font-size: 13px;
}

ol {padding-left: 40px;}

a { color: #fff;}

input[type=submit] {
	min-width: 60px;
	height: 26px;
  	color: #fff;
  	padding: 4px; 
	/*margin: .1em 0 0 .1em;*/
  	background: rgb(0,47,89); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,47,89,1) 0%, rgba(0,194,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,47,89,1)), color-stop(100%,rgba(0,194,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,47,89,1) 0%,rgba(0,194,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,47,89,1) 0%,rgba(0,194,254,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,47,89,1) 0%,rgba(0,194,254,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,47,89,1) 0%,rgba(0,194,254,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f59', endColorstr='#00c2fe',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
	border: #4a9fbe solid 1px;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
	-moz-border-radius-bottomleft:2px;
	font-size: 11px;
	font-family: sans-serif; /*da bi svi browseri jednako renderirali veličinu inputa*/
  	
}

.selectshadow {box-shadow: 0px 7px 7px #111;}


.inputstyle{
	font-size: 12px;
	color: #444;
	background: #aeaeae;
	background: -moz-linear-gradient(top, #aeaeae 0%, #f6f6f6 14%, #ffffff 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #aeaeae), color-stop(14%, #f6f6f6), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #aeaeae 0%, #f6f6f6 14%, #ffffff 100%);
	background: -o-linear-gradient(top, #aeaeae 0%, #f6f6f6 14%, #ffffff 100%);
	background: -ms-linear-gradient(top, #aeaeae 0%, #f6f6f6 14%, #ffffff 100%);
	background: linear-gradient(to bottom, #aeaeae 0%, #f6f6f6 14%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeaeae', endColorstr='#ffffff', GradientType=0 );
	border: 1px solid #999;
	-moz-border-radius-bottomleft:2px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	outline: 0;
	padding: 4px 4px 4px 10px;
	margin-bottom: 4px;
	/*box-shadow: 0px 7px 7px #111;*/
	
}

.inputstyle:focus {
	box-shadow:0 0 15px #34b9fe;
	-moz-box-shadow:0 0 15px #34b9fe;
	-webkit-box-shadow:0 0 15px #34b9fe;
}

.inputstyle:invalid {
	box-shadow:0 0 15px red;
	-moz-box-shadow:0 0 15px red;
	-webkit-box-shadow:0 0 15px red;
}

.bluebutton {
	display: block;
  	color: #fff;
  	padding: 5px; 
	margin: .1em 0 0 .1em;
	text-align: center;
  	background: rgb(0,47,89); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,47,89,1) 0%, rgba(0,194,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,47,89,1)), color-stop(100%,rgba(0,194,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,47,89,1) 0%,rgba(0,194,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,47,89,1) 0%,rgba(0,194,254,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,47,89,1) 0%,rgba(0,194,254,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,47,89,1) 0%,rgba(0,194,254,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f59', endColorstr='#00c2fe',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
	border: #4a9fbe solid 1px;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
	-moz-border-radius-bottomleft:2px;
	font-size: 11px;
  	
}


.blackbutton {
	background: #898989; /* Old browsers */
	background: -moz-linear-gradient(top,  #898989 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#898989), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #898989 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #898989 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #898989 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #898989 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#898989', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	border: 1px solid #616161;
	color: #fff;
	padding: 2px 8px;
	min-height: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}

.blackbutton:hover {
	background: #444; /* Old browsers */
	background: -moz-linear-gradient(top,  #444 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #444 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #444 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #444 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #444 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.closebutton {
background: #898989;
background: -moz-linear-gradient(top, #898989 0%, #000000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#898989), color-stop(100%,#000000));
background: -webkit-linear-gradient(top, #898989 0%,#000000 100%);
background: -o-linear-gradient(top, #898989 0%,#000000 100%);
background: -ms-linear-gradient(top, #898989 0%,#000000 100%);
background: linear-gradient(to bottom, #898989 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#898989', endColorstr='#000000',GradientType=0 );
border: 1px solid #616161;
color: #fff;
padding: 5px 12px;
min-height: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-decoration: none;
}

select, .graybutton {
	max-width: 178px;
	font-size: 12px;
	color: #444;
	border: 1px solid #999;
	outline: 0;
	height: 20px;
	margin-bottom: 5px;
	border-radius: 5px;
}

iframe {
	display: none; /* zatvara iframe koji stvara rechaptcha */
}

.videoframe {
	display: block;
}

cl_right {
	clear: right;
}

.title_bkg_blue {
	width: 100%; 
	height: 48px; 
	border-bottom: solid #01a2f1 2px;
	background: #000;
	}

.title_bkg_orange {
	width: 100%; 
	height: 48px; 
	border-bottom: solid #edb346 2px;
	background: #000;
	}
	
.wth_50 {width:50%}

/* -----------------------validacija-----------------------*/ 

.control-group.success input, .control-group.success select, .control-group.success textarea {
border: solid 2px #468847;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {
color: #468847;
}


.control-group.error input, .control-group.error select, .control-group.error textarea {
border: solid 2px #b94a48;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
color: #b94a48;
}





/* -----------------------header-----------------------*/ 

#header {
	min-width: 960px;
	height: 100px;
	border-bottom: solid #01a2f1 10px;
	background: #000 url(../images/header_bkg_1.jpg) center top no-repeat;
	
}


#logo {
	float:left;
	font-size:3.8em;
	color:#d4e6ff;
	text-transform:uppercase;
	margin:20px 0 0 60px;
}

#glow {
	position: absolute;
	left: 5%;
	z-index: 20;
}




/* -----------------------NAVIGACIJA-----------------------*/ 


#navigation {
	float:right;
	height:100px;
	overflow:hidden;
	margin:0;
} 

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
} 
#navigation ul li {
	display: inline;
	margin: 0px;
} 
#navigation ul li a {
	height:30px;
	display: block;
	float: left;
	font: 14px;
	color: #FFF;
	text-decoration: none;
	background: url(../images/link-separator.png) no-repeat right center;
	/* tranzicija */
	-o-transition: background-color .7s ease;
	-moz-transition: background-color .7s ease;
	-khtml-transition: background-color .7s ease;
	-webkit-transition: background-color .7s ease;
	-ms-transition: background-color .7s ease;
	padding: 35px 20px;
	
} 

#navigation ul li a:hover {
	
	background-color: #01a2f1;
}

#navigation ul li#active a {
	color:#fff;
	background: url(../images/navigation-hover.png) repeat-x left top;
}

#navigation p {
	font-size: x-small;
	color: #ccc;
	font-style: normal;
	padding-top: .1em;
	}


/* -----------------------LOG IN-----------------------*/ 

.signup_btn, .reg_btn {
font-size: 1em;
display: block;
color: #fff;
padding: 4px 0 4px 0;
/*margin: .1em 0 0 .1em;*/
text-align: center;
background: rgb(0,47,89);
background: -moz-linear-gradient(top, rgba(0,47,89,1) 0%, rgba(0,194,254,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,47,89,1)), color-stop(100%,rgba(0,194,254,1)));
background: -webkit-linear-gradient(top, rgba(0,47,89,1) 0%,rgba(0,194,254,1) 100%);
background: -o-linear-gradient(top, rgba(0,47,89,1) 0%,rgba(0,194,254,1) 100%);
background: -ms-linear-gradient(top, rgba(0,47,89,1) 0%,rgba(0,194,254,1) 100%);
background: linear-gradient(to bottom, rgba(0,47,89,1) 0%,rgba(0,194,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f59', endColorstr='#00c2fe',GradientType=0 );
cursor: pointer;
border: #4a9fbe solid 1px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-border-radius-bottomleft: 2px;
font-size: 11px;
min-width: 58px;
}

#login {
	display: block;
  	float: right;
	width: 200px;
	height: 85px;
	padding: 15px 4px 0 20px;
	overflow: hidden;
}






/* -----------------------LOGGED IN-----------------------*/ 

/*.modal2 {
	
	width:35%;
	
	display:none;
	border:5px solid #656565;
	background:#fff;
	margin:300px auto;
	padding:1%;
}*/ /* ova klasa je bila u elementu demo modal, pregazila ju je klasa blockbackground*/

#alertmodal {
width: 450px;
height: 240px;
background: url(../images/alert_login_bkg.jpg) no-repeat;
outline: 1px solid #1C3F5F;
overflow: hidden;
margin: 15px;
display: block;
position: absolute;
left: 50%;
top:50%;
margin-left: -225px;
margin-top: -120px;
z-index: 6;
}



#alertmodal div:nth-child(1) { width: 300px; height:145px; margin-left: 130px; padding-left: 20px; padding-top: 35px;}

#alertmodal div:nth-child(2) { height: 60px; line-height: 60px; clear: both;text-align: center; color: white;}

#alertmodal p {font-size: 14px;}

.blockbackground {
	width:300px;
	background:#000;
	border:1px solid #ebebeb;
	overflow:hidden;
	margin:15px;
	padding:10px;
}

#alertmodal div:nth-child(1) a { 
 text-decoration: none; color: #00c2fe;
	
}

#loggedin {
	float:right;
	/*width:130px;*/
	min-width: 180px;
	max-width: 210px;
	font-size:12px;
	/*text-align:right;*/
	padding:15px 4px 0 20px;
	height: 75px;
	overflow: hidden;
}

#loggedin a, #login a {
	height: 16px;
	color:#FFF;
	text-decoration:none;
	margin-bottom: 5px;
	font-family: sans-serif;
	line-height: 17px;
}

#loggedin ul {
	list-style: none;
}

#loggedin_ul_1st li{
	padding: 1px;
}

#loggedin_1st {
	margin-right: 10px;
}

.credit {
	color:#edb346;
}





#lost_pass a{
  	font-size: 80%;}

.imgavatar {
	background: url(../images/avatar.png) no-repeat left center;
	background-position: 9px;
	}
	
.imgpassword {
	background: url(../images/password.png) no-repeat left center;
	background-position: 9px;
	}

.input {
	width: 90px;
	height: 17px;
  	display: block;
	margin-bottom: 4px;
  	color: #c4c4c4;
	background-color: #202020;
  	padding: 4px 4px 4px 37px;
  	border:1px solid #3d3d3d; 
	-moz-border-radius-bottomleft:5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
}

/*
#singupforma {
	width: 520px;
}    ------ Ne koristi se više -------s*/ 


.not_active_box {
width: 820px;
background: url(../images/r_glow.png);
background-position: center top;
background-repeat: no-repeat;
border: 1px solid #155dcc;
margin: 30px auto;
padding-bottom: 30px;
-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 194, 254, 0.7);
-moz-box-shadow: 0px 0px 50px 0px rgba(0, 194, 254, 0.7);
box-shadow: 0px 0px 50px 0px rgba(0, 194, 254, 0.7);
}

.not_active_normal_txt {
font-size: large;
}

.not_active_step {
margin-left: 60px;
line-height: 90px;
}

.not_active_big_txt {
font-size: 28px;
}

.not_active_box_inside {

float: left;
width: 310px;
margin: 30px 10px 10px 60px;
}

.not_active_box_inside h2 {margin-bottom: 10px;}

.not_active_box_inside p {margin-bottom: 10px;}

.small_title_not_active {width: auto; height: auto; margin: 20px 0 0 60px;}


/* -----------------------MAIN-----------------------*/ 

#main {
	height: auto;

}

#main-content {
	min-height:500px;
	margin-top:10px;
	width:940px;
	background-color:#000;
	padding:10px;
}

#slider {
	margin-bottom: 10px;
}

#step {
	display: none;
}

#playnow {
	display: block;
}

/* #main-content img {display: block;} */

#about {
	float: left;
	/*background: #000;*/
	width: 570px;
	height: 250px;
	margin-right: 20px;
	margin-top: 20px;
	padding: 10px 20px 0 30px;
	outline: #00b2f9 solid 1px;
}

#video { 
	background: #000;
	width: 300px;
	height: 260px;
	margin-top: 20px;
	float: left;
	outline: #00b2f9 solid 1px;
}

.banner {
	float: left;
	height: 160px;
	color: #9c9c9c;
	background: #000;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,178,249,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(0,178,249,1);
	box-shadow: inset 0px 0px 0px 1px rgba(0,178,249,1);
	margin: 20px 20px 0 0;
	padding: 20px 20px 20px 30px;
	
}

.b-col-3 {
	width: 250px;
}

.b-col-4 {
	width: 170px;
}

.banner row {
	margin: 0 8px 0 4px;
	color: #00c3fe;
}

.banner h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	color: #00c3fe;
	margin-bottom: 11px;
}

.banner h3 {
	color: #fff;
	margin-bottom: 11px;
}

.banner p {
	margin: 0 0 8px 10px;
}

.banner a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin-left: 10px;
	-o-transition: color .7s ease;
	-moz-transition: color .7s ease;
	-khtml-transition: color .7s ease;
	-webkit-transition: color .7s ease;
	-ms-transition: color .7s ease;
	transition: color .7s ease;
}

.banner a:hover {
	
}

.bannerlast {
	margin: 20px 0 0;
}

.grad_bkg {
	background: rgb(69,72,77); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(22, 47, 88, 1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(22, 47, 88, 1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(22, 47, 88, 1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(22, 47, 88, 1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(22, 47, 88, 1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(22, 47, 88, 1) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162F58', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.not_activated {
	margin: 20px;
}

.not_activated input[type=submit]{
	float:left;
	
}

.not_activated  h2{
	text-transform: uppercase;
	margin: 0 0 1.2em 0;
}


.not_activated  p{
	line-height: 1.3em;
	margin: 0 0 1em 0;
}

#rechaptcha {
	margin: 0 0 1em 0;
}



/* -----------------------infonav-----------------------*/ 

#infonav {
	background-color: #000;
	height: 30px;
}

#infonav ul{
	list-style: none;
	float: right;
}

#infonav li {
	float: left;
	padding-right: 16px;
}

#infonav img {
	float: right;
	margin-left: .5em;
}

#infonav p {
	line-height: 30px; 
	display: inline;
}


.bluetxt{
	color: #00c2fe;
}

.orangetxt {
	color: #edb346;
}

.whitetxt {
	color: white;
}

#infonav span {
	color: #fff;
}



.textmiddle {
	vertical-align:middle;
} 

/*====== Sidebar ======*/


#sidebar{
	margin-top: 10px;
	float: left;
	min-width: 160px;
	height: 800px;
	
}

#side_content {
	margin-top: 10px;
	float: right;
	width: 720px;
	padding: 10px;
}

#side_content p {
	font-weight: normal;

}

.header_sc {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #1F9EFF;
}

.col-33 {
    float:left;
	width: 33.3334%;
	height: 100%;
	
}

.col-50 {
	float: left;
	width: 45.5%;
	min-height: 150px;
	/*background: #1b1b1b;*/
	margin-bottom: 1%;
	padding: 2%;
}

.col-50-ch {
	float: left;
	width: 49.5%;
	height: 150px;
	background: #1b1b1b;
	margin-bottom: 1%;
}

.col-70 {
	width: 70%;
}

.col-100 {
	float: left;
	width: 96%;
	height: 150px;
	background: #1b1b1b;
	margin-bottom: 1%;
	padding: 2%;
}




/*#account_content a {
	text-align: center;
	display: block;
	position: relative;
	top: -28px;
	right: -60px;
	width: 57px;
	line-height: 20px;
}*/

#account_content a {
	text-decoration: none;
}


#password div.col-50:nth-child(odd) {
	margin-left: 1%;		
}

.avatar {
	background: url(../images/Misc-User-icon2.png)  no-repeat;
	background-size: contain;
	background-position: 28px -7px;
}

/*====== Accordion menu ======*/
accordian {
	background:#333;
	width:250px;
	color:#FFF;
	margin:100px auto 0;
	/*Some cool shadow and glow effect*/
	/*box-shadow: */
		/*0 5px 15px 1px rgba(0, 0, 0, 0.6), */
		/*0 0 200px 1px rgba(255, 255, 255, 0.5);*/
}

#accordian a {
	color: #fff;
	text-decoration: none;
}
/*heading styles*/
#accordian h3 {
	font-weight: 500;
	font-size: 12px;
	line-height: 34px;
	cursor: pointer;
	padding: 0 10px;
	/*fallback for browsers not supporting gradients*/
	/*background: #003040; */
	/*background: linear-gradient(#0e4071, #000);*/
}
/*heading hover effect*/
#accordian h3:hover {
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
/*iconfont styles*/
#accordian h3 span {
	color: #21B2EB;
	font-size: 16px;
	margin-right: 12px;
}
/*list items*/
#accordian li {
	list-style-type: none;
}
/*links*/
#accordian ul ul li a {
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	line-height:27px;
	display:block;
	transition:all .15s;
	padding:0 0 0 50px;
	/*transition for smooth hover animation*/
}
/*hover effect on links*/
#accordian ul ul li a:hover {
	/*background: #01274c;
	border-left: 5px solid lightblue;*/
	font-size: 13px;
	color: #21B2EB;
	
}
/*Lets hide the non active LIs by default*/
#accordian ul ul {
	display: none;
}
#accordian li.active ul {
	display: block;
}

/*====== end ofAccordion menu ======*/


.box-header {
    text-transform: uppercase;
    color: #e4e4e4;
    padding: 6px 10px 10px 30px;
    min-height: 20px;
    line-height: 20px;
    background: #111;
    margin-bottom: 2px;
    border-bottom: 1px #34b9fe solid;
}

.box-header h3 {
	float: left;
}

.box-header a {
	float:right;
	text-transform:none;
	font-size: 11px;
}

.box-article{
	font-size: 11px;
    padding: 6px 30px 10px 30px;
    min-height: 20px;
    /*line-height: 15px;*/
    background: #111;
    margin: 2px 0 6px 0;
}

.box-article-cl{
	font-size: 11px;
    padding: 6px 30px 10px 30px;
    min-height: 20px;
    /*line-height: 15px;*/
    margin: 2px 0 6px 0;
}

.box-question {
	font-weight:400;
	color:#fff;
	width:99%;
	min-height:20px;
	line-height:20px;
	margin-bottom:2px;
	border-bottom:1px #555 solid;
	padding:3px 0 5px;
}

div.box-question span.fa {
	margin-right: 10px;
}




.gradient {
	border-top: 1px #555 solid;
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgba(50,50,50,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(50,50,50,1)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,1) 0%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(50,50,50,1) 0%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(50,50,50,1) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(50,50,50,1) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#000000',GradientType=0 );
}




div.toggler { cursor: pointer; }

div.toggler div { display:none; }

div.toggler p { color: #ccc; margin-left: 22px;}


/* -------------contact forma--------------------*/

.textin{
    position:relative;
    left:120px;
    top:-32px;
    width:425px;
    height:32px;
    background-color:#C0C0C0;
    border-radius:5px;
	-moz-border-radius-bottomleft:5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
}


#poruka{
    position:relative;
    left:120px;
    top:-62px;
    margin-top:32px;
    background-color:#C0C0C0;
    -moz-border-radius-bottomleft:7px;
  	-webkit-border-radius: 7px;
  	border-radius: 7px;
}

/*========================= Contact form INPUT TYPE ============================*/

.c_input { 
	position: relative;
	left: 120px;
	height: 18px;
	width: 290px;
	top: -32px;
  } 
  


.c_textarea { 
	position: relative;
	left: 120px;
	top: -32px;
	height:190px; 
    width: 290px;
  } 

div.box-article form {
	margin-top: 50px;
	width: 425px;
}

div.box-article #submitButton {
	position: relative;
	top: -32px;
}


/* -----------------------bottomnav-----------------------*/ 
#bnav {
	
  width: 100%;
  height: auto;
  
}

.bottomnav{
	background-color: #202020;
	border-top: 1px solid #3A3A3A;
	border-bottom: 1px solid #3A3A3A;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.bottomnav li{
    border-left: #8a8a8a 1px solid;
    display:inline;
}

.bottomnav li:first-child {
    border-left: none;
  }


.linkgray{      
    color: #8a8a8a;
    text-decoration: none;
 
      /* tranzicija */
	-o-transition: color .7s ease;
	-moz-transition: color .7s ease;
	-khtml-transition: color .7s ease;
	-webkit-transition: color .7s ease;
	-ms-transition: color .7s ease;
	transition: color .7s ease;
}



.bottomnav a {      
    color: #8a8a8a;
    text-decoration: none;
    display:inline-block;
      /* tranzicija */
	-o-transition: color .7s ease;
	-moz-transition: color .7s ease;
	-khtml-transition: color .7s ease;
	-webkit-transition: color .7s ease;
	-ms-transition: color .7s ease;
	transition: color .7s ease;
	padding:10px;
    
}

.linkgray:hover, .bottomnav a:hover, .banner a:hover {
  color: #00c2fe;
  
  }
  
  
  
/* ============= ACOOUNT =============*/
#acc_details {  
	width: 400px; 
	height: 306px; 
	background-image: url(../images/test_noise2.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	outline: #474747 solid 1px; 
}

#acc_details_content, #acc_person_content {
	
	padding: 0 20px 0 20px; 
}

#acc_details h2, #acc_wallet h2, #acc_person h2 {
	line-height: 51px;
	margin-left: 20px;
}

#acc_wallet {
	width:242px; 
	height: 306px; 
	background-image: url(../images/test_noise2.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: 18px; 
	outline: #474747 solid 1px;
}
 
#acc_person {
	width:660px; 
	height: 250px; 
	background-image: url(../images/test_noise2.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	
	margin-top: 18px; 
	outline: #474747 solid 1px;
}

/*.acc_detail_row, .acc_person_row {
	padding-left: 30px; 
	min-height: 70px;
} */
.acc_detail_row_first {
	padding-top: 30px;
}

.acc_person_row_first {
	padding-top: 20px;
}

 
#acc_details a {
	color:#999;
	position: relative; 
	left: 130px; 
	bottom: -15px; 
	font-style: italic;

}  

#acc_details p, #acc_person p {
	font-size: 13px;
}

#acc_wallet p {
	font-size: 15px;
	margin-bottom: 5px;
}

#acc_person a {
	color:#999;
	position: relative; 
	left: 180px; 
	bottom: -15px; 
	font-style: italic;
}

.acc_wallet_row_first {
	margin: 0 auto; 
	width: 40%;
}

.acc_wallet_row_second {
	margin: 40px auto 0 auto; width: 40%;
}

.acc_wallet_center {
	padding-top: 30px; text-align: center;
}

#acc_wallet a {
	display: block; 
	margin-top: 10px;
	max-width: 55px;
	position: relative;
	left: 12px;
}

.acc_wdh_50 {
	width: 45%;
	padding-left: 5%;
	margin-bottom: 15px;
}



/* -----------------------POP UP MODAL-----------------------*/  

.col-50-pass {
	float: left;
width: 50%;
min-height: 150px;
/*background: #1b1b1b;*/
}

.modal_pass {
	width:500px;
	background: url(../images/test_noise2.jpg) no-repeat;
	border:1px solid #ebebeb;
	overflow:hidden;
	margin:15px;
	padding:10px;
	display: none;
}

.modal_popup_left {width:160px; padding: 20px 20px 10px 40px;}
.modal_popup_right {width: 240px; padding: 20px 20px 10px 20px; clear: right;}
.modal_pass p {margin-bottom: 6px;}

#modaladdress h3 {margin-bottom: 12px;}

/* -----------------------footer-----------------------*/ 
#footer {
	
	min-width: 960px;
	background: rgb(28,28,28); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(28,28,28,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(28,28,28,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(28,28,28,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(28,28,28,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(28,28,28,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(28,28,28,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	
}

#footer-content {
	padding-top: 30px;
	width: 960px;
	height: 100%;
	/*background: #00C;*/
}

#footer-left {
	width:619px;
	/*height:90px;*/
	border-right:#333 solid 1px;
	float:left;
	overflow:hidden;
	padding:10px 70px 0 40px;
}
#footer-right {
	background: url(../images/img_footer.png) center no-repeat;
	width: 200px;
	height: 340px;
	float: left;
	clear: right;
}

#footer-bottom {
	width: 940px;
	height: 50px;
	float: left;
	margin-top: 30px;
	padding-top: 20px;
	text-align: center;
}

#footer p {
	color: #7f7f7f;
	font-size: x-small;
}

.redtxt {
	color: #d00;
}

/* ======= easy ticker ==== */
.vticker{
	width: 255px;
	text-align: right;
}

#infonav .vticker li{
	list-style: none;
	line-height: 30px;
	float: right;
	padding-right: 0px;
}



/* ======================CLEARFIX======================*/ 
.groupclearfix:before,
.groupclearfix:after {
    content: "";
    display: table;
}
.groupclearfix:after {
    clear: both;
}
.groupclearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
/* =================== end CLEARFIX======================*/ 



.rotate {
-webkit-animation: cssAnimation 14s 1s 1 linear;  /*ease-in-out*/
-moz-animation: cssAnimation 14s 1s 1 linear;
-o-animation: cssAnimation 14s 1s 1 linear;


}
@-webkit-keyframes cssAnimation {
from { -webkit-transform: rotate(0deg); }
to { -webkit-transform: rotate(-1700deg); }
}
@-moz-keyframes cssAnimation {
from { -webkit-transform: rotate(0deg); }
to { -webkit-transform: rotate(-1700deg); }
}
@-o-keyframes cssAnimation {
from { -webkit-transform: rotate(0deg); }
to { -webkit-transform: rotate(-1700deg); }
}

.transform {
-ms-transform: scale(2,2); /* IE 9 */
-webkit-transform: scale(2,2); /* Chrome, Safari, Opera */
transform: scale(2,2);
}


.wobble-vertical {
display: inline-block;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

/*test css*/

/* Actual content */

.item {
	width:220px;
    height:220px;
    position: relative;
    top:0;
    left:0;
    z-index:5;
    overflow: hidden;
	float:left;
	margin: 20px 20px 0 0;
	outline: #5C5C5C solid 1px;
}
.item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url();
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}


.item:hover .item-overlay{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40MiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 28%, rgba(0,0,0,0.42) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(28%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.42))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.42) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.42) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.42) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.42) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6b000000',GradientType=0 ); /* IE6-8 */
	background-color: rgba(0,0,0,0.4);
}


.item-content {
    position: absolute;
    width:100%;
	height: 180px;
    bottom: 0;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}




.item:hover .item-content {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.item-top-content {
    position: relative;
}
.item-top-content-inner {
	position: absolute;
	bottom: 0;
	padding: 10px 15px 10px 15px;
	background: rgba(0,0,0,1);
	width: 190px;
	/*height: 60px;*/
	border-bottom: 1px solid #797979;
}
.item-add-content {
    padding:45px 30px 15px 30px;
    opacity:0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.item:hover .item-add-content {
    opacity:1
}
.item-add-content-inner {
    padding-top:10px;
}
/* Buttons */
 .item-button {
    border-radius:3px;
    width:30px;
    height:30px;
}

.container-item:hover{
    opacity:1;
}
.item-button.share {
    background-color:#4f4f4f;
    position: absolute;
    top: 50px;
    left: 15px;
    opacity:0;
    background-image: url(https://webstudios.dk/resources/img/share-img.png);
}
.item-button.share:hover {
    background-color:#333333;
}
.container-item:hover .item-button.share {
    opacity:1;
}
.btn.buy {
    text-align:center;
    line-height:42px;
    font-weight:300;
	font-size: 14px;
    color:#fff;
    border-radius:3px;
    text-decoration:none;
    opacity:1;
    border:#4a9fbe solid 1px;
    border-bottom-width:2px;
	background: rgb(0,47,89);
	background: -moz-linear-gradient(top, rgba(0,47,89,1) 0%, rgba(0,194,254,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,47,89,1)), color-stop(100%,rgba(0,194,254,1)));
	background: -webkit-linear-gradient(top, rgba(0,47,89,1) 0%,rgba(0,194,254,1) 100%);
	background: -o-linear-gradient(top, rgba(0,47,89,1) 0%,rgba(0,194,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,47,89,1) 0%,rgba(0,194,254,1) 100%);
	background: linear-gradient(to bottom, rgba(0,47,89,1) 0%,rgba(0,194,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f59', endColorstr='#00c2fe',GradientType=0 );
	
}
.btn.buy:hover {
    background-color:#34a46c;
}
.expand {
    display:block;
}

/* content */
 .item-product {
    float:left;
}


.subdescription {
	font-size: 1em;
	font-weight: 400;
	color: #B4B4B4;
	font-style: italic;
}

.item-content {
    background: rgba(0, 0, 0, 0.2);
}
.item-add-content {
    
    font-weight:400;
    color:#7d7d7d;
}
.item-add-content .section {
    margin-bottom:10px;
}
.item-add-content .section:last-of-type {
    margin-bottom:0;
}
.item-add-content h4 {
    font-weight:600;
    color:#222;
    font-size:0.8em;
}
.item-add-content p {
    font-size:1.1em;
	font-weight: 300;
	color: #FFF;
	
}

.bannerlast2 {
	margin: 20px 0 0;
}




/* -------------------- TEST */
#popup {
    width: 200px;
    height: 200px;
    background: black;
    color: white;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -100px;
    z-index: 6;
}

#shade {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
}

#popup_display {display: none; width:100%; height:100%; position: fixed; top:0; left: 0; z-index: 5;}
/* -------------------- */
