/* ========================== CSS Reset ========================== */
* {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* ========================== General Styles ========================== */
body {
	background: url(../img/bg/bg-1.jpg) repeat;
}

.wrap {
	margin: 0 auto;
	//width: 1080px;
	width: 940px;
	margin-bottom:10px;
	overflow:hidden;
}

.wrap-footer {
	margin: 0 auto;
	width: 978px;
	margin-bottom:10px;
	overflow:hidden;
}

.columns {
    margin-top:10px;

}

.center {
    text-align:center;
	display:block;
	margin:0 auto;
}

a {
	text-decoration: underline;
	font-style:none;
	color:#dcab57;
}

a:hover {
	text-decoration: none;
	color:#febd4b;
}

p {
    margin-top:15px;

}

p, li {
	color: #666;
	font-size: 12px;
	line-height: 1.5em;
	text-shadow:0 1px 0 #fff;
}

h1 {
	text-shadow:0 1px 0 #fff;

}

h2, h3, h4 {
	text-shadow:0 1px 0 #fff;
}

h1 {
	font-size: 32px;
	color: #333232;
}


h2 {
	font-size: 28px;
	color: #333232;
	margin: 20px 0; 
}


h3 {
	font-size: 22px;
	color: #333232;
	font-weight: normal;
}

h4 {
	font-size: 20px;
	color: #333232;
}

h5 {
	font-size: 18px;
	color: #666;
}


h6 {
	font-size: 16px;
	color: #666;
}



img.left {
	margin-right: 10px;
}

img.right {
	margin-left: 10px;
}

ul {
	list-style: none;
}

strong {
	font-weight: bold;
}



.divider {
	background: url(../img/divider.png) repeat-x;
	height: 2px;
    margin:0;
}

.left {
    float:left;
}

.right {
    float:right;

}

a.zoom {
    position: relative;
    display: block;
    background: url(../img/icon_zoom.png) center center no-repeat;
    margin: 0;
    padding: 0;
}


/* ============ column setting ============ */

.one-fourth {
    width:220px;
}

.one-half {
    width:460px;
}

.one-half-slider {
    width:440px;
}

.one-half-half {
    width:220px;
}

.one-third {
    width:300px;
}

.two-third {
    width:610px;
}

.fullwidth {
    width:940px;
}

.one-fourth, .one-half, .one-third, .two-third ,.one-half-slider,.one-half-half{
    margin-left:20px;
    float:left;
}

.first {
    margin-left:0;
}

.last {
    margin-right:0;
}



/* ============= Buttons ==================  */

/* -------------- small buttons ------------------------------------------*/

.small-button {

}

.small-button a {
    border:0;
    cursor:pointer;
    padding:0 20px 0 0;
    text-align:center;
    text-decoration:none;

  }
.small-button a span {
    position:relative;
    display:block;
    white-space:nowrap;
    padding:0 0 0 20px;
}

a.smallbtn {
    float:left;
    font-size:13px;
}
a.smallbtn span {
    height:25px;
    line-height:25px;
    color:#fff;
	text-shadow: 0px 1px 0px #51565b;
}

a.smallbtn:hover {
    float:left;
    font-size:13px;
}


a.smallbtn:hover span{
    height:25px;
    line-height:25px;
}


/* -------------- medium buttons ------------------------------------------*/


.medium-button {

}

.medium-button a {
    border:0;
    cursor:pointer;
    padding:0 15px 0 0;
    text-align:center;
    text-decoration:none;

  }
  
.medium-button a span {
    position:relative;
    display:block;
    white-space:nowrap;
    padding:0 0 0 15px;
}

a.mediumbtn {
    float:left;
    font-size:14px;
}
a.mediumbtn span {
    height:42px;
    line-height:42px;
	font-weight:bold;
}

a.mediumbtn:hover {
    float:left;
    font-size:14px;
}


a.mediumbtn:hover span{
    height:42px;
    line-height:42px;
}


/* -------------- big buttons ------------------------------------------*/


.big-button {

}

.big-button a {
    border:0;
    cursor:pointer;
    padding:0 20px 0 0;
    text-align:center;
    text-decoration:none;

  }
  
.big-button a span {
    position:relative;
    display:block;
    white-space:nowrap;
    padding:0 0 0 20px;
}

a.bigbtn {
    float:left;
    font-size:18px;
}
a.bigbtn span {
    height:50px;
    line-height:50px;
	font-weight:bold;
}

a.bigbtn:hover {
    float:left;
    font-size:18px;
}


a.bigbtn:hover span{
    height:50px;
    line-height:50px;
}



/* ========================== Header Styles ========================== */
#header {
	height: 80px;
}

.header {
     margin-top:20px;
}

#header img, #header h1 {
	float: left;
}

#header p {
	color: #454544;
	float:left;
	font-size: 14px;
	margin: 32px 0 0px 10px;
	font-style:italic;
}

#header .phone_number {
    float:right;
    margin-top:5px;
}


/* ========================== Inner content Styles ========================== */
#inner {
    width:990px;
    margin:0 auto;
	margin-top:20px;
    margin-bottom:30px;
	overflow: hidden;
}

#inner .inner_top {
    background: url(../img/content_top_bg.png) no-repeat;
    width:990px;
    height:15px;

}

#inner .inner_mid {
    background: url(../img/content_mid_bg.png) repeat-y;
    width:990px;
	overflow: hidden;
}

#inner .inner_bottom  {
    background: url(../img/content_bottom_bg.png) no-repeat;
    width:990px;
    height:15px;
}

#inner .content_area {
   width:925px;
   margin:0 auto;

}


/* =========================== Featured area ======================== */

.featured-form {
	margin: 0 auto;
	color: #f9f9f9;
	background: url(../img/patterns/pattern-3.png) repeat;
	padding:20px;
	font-size: 12px;
	border:1px solid #cdc399;
}

.featured-form p {
    margin-bottom:10px;
}

h3.form-title {
	background: url(../img/download-icon.png) top left no-repeat;
	padding:20px 0 0 74px;
	height:44px;
}

.fieldDiv { width:256px;  margin:0 0 0; }

.fieldDiv .inputbg {

	font-size: 12px;
	line-height: 12px;
	background: #fff;
	width:396px;
	margin: 10px 0 10px 0;
	padding:10px;
	color:#909090;
	text-align:left;
	float:left;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	border:1px solid #cdc399;

   -moz-box-shadow:inset 0 0 5px #d9d9d9;
   -webkit-box-shadow:inset 0 0 5px #d9d9d9;
   box-shadow:inset 0 0 5px #d9d9d9;
}

.subscribebtn {

}


/*--------------------------- slider area -----------------------------*/
#slider-area {
	margin:0 auto;
	position: relative;
	background: url(../img/patterns/pattern-3.png) repeat;
	overflow:hidden;
	padding:20px;
}

#slider-area p {
	color:#666;
	text-shadow:none;
}

/*------------------------ anything slider -------------------------*/

#slider {
	margin:0 auto;
	width: 900px;
	height: 362px;
	overflow: hidden;
}

#slider ul#panel li.slide { 
	margin:0 auto;
	width: 900px;
	height: 362px;
	overflow: hidden; 
	display: block;
}

#prev-button, #next-button, .arrow { 
	display: none;
	position: absolute;
	top: 163px;
	z-index: 1000;
	text-indent: -9999px;
}

#prev-button, .back {
	left: 0px;
}

#next-button, .forward { 
	right: 0px;
}														

#prev-button a, #next-button a, .arrow a {  
	display: block;
	position: relative;
	width: 37px;
	height: 36px;
}	

#prev-button a, .back a {
	background: url(../img/slider-arrows.png) no-repeat left bottom;	
}

#next-button a, .forward a { 
	background: url(../img/slider-arrows.png) no-repeat right bottom;	
}	

#prev-button a, .back a:hover {
	background: url(../img/slider-arrows.png) no-repeat left top;	
}

#next-button a, .forward a:hover { 
	background: url(../img/slider-arrows.png) no-repeat right top;	
}	

/*-------------------------- static area -------------------------------*/
#static-area {
	margin:0 auto;
	position: relative;
	overflow:hidden;
}



/*--------------------------- content ------------------------------*/
.note {
	float:left;	
    text-align:left;
    font-size: 10px;
    color: #828282;
    margin-left:20px;
}

.or {
    display:block;
	float:left;
	width:100px;
	height:22px;
	background:url(../img/or.png) no-repeat center;
}
.or_small {
    display:block;
	float:left;
	width:50px;
	height:11px;
	background:url(../img/or-small.png) no-repeat center;
}
.width_small {
	display: block;
	float: left;
	width: 10px;
	height: 11px;
}
 
 
.keys h5 {
	line-height:40px;
	
}

.keys img {
	float:left;
	margin:18px 15px 0 0;
}

.slogan {
	float:left;
	margin-right:20px;
}

.slogan h2 {
	line-height:50px;
	padding: 0 0;
	margin: 0;
}

.slogan p {
	padding:0;
	margin:0 0 0 0;
	height:26px;
    background:url(../img/quote.png) top left no-repeat;
    color:#666;
	
    font-family:Georgia, serif;
    font-size:14px;
	padding-top:2px;
    padding-left:40px;
}

.video-featured {
	background:#fafafa;
	padding:4px;
	border:1px solid #e4e4e4;
}

.video-small-bg {
	width:460px;
	height:243px;
    background:url(../img/video-bg.png) top left no-repeat;
}

.video-small {
	position:absolute;
	margin-left:5px;
	margin-top:5px;
}



p.quotes {
	padding:0;
	margin:15px 0 0 0;
    background:url(../img/quote.png) no-repeat 10% 0px;
    color:#909090;
    font-family:Georgia, serif;
    font-size:16px;
	font-style:italic;
    padding-left:40px;
}

.info-box p.quotes {
	padding:0;
	margin:15px 0 0 0;
    background:url(../img/quote.png) no-repeat 8% 0px;
    color:#909090;
    font-family:Georgia, serif;
    font-size:16px;
	font-style:italic;
    padding-left:40px;
}

#slider-area .left-quotes {
	padding:0;
	margin:15px 0 0 0;
    background:url(../img/quote.png) no-repeat 0% 2px;
    color:#333;
    font-family:Georgia, serif;
    font-size:14px;
	font-style:italic;
    padding-left:40px;
}
a.ext-link span {
	display:block;
	text-decoration:underline;
	margin-left:40px;
	font-style:none;
}


/*------------------------- info box ----------------------------*/
.info-box {
	margin:0 auto;
	height:auto;
	overflow:hidden;
	padding:20px;
	background: url(../img/patterns/pattern-1.png) repeat;
	border:1px solid #a9c0c0;
}


/*----------------------- dropcap -------------------------*/

span.dropcap {
	display:block;
	float:left;
	text-align:center;
	font-weight:bold;
	margin:0 8px 0 0;
        width:36px;
	height:26px;
	padding:10px 0 0;
	background: #febd4b;
	color: #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	position: relative;
}
span.dropcap img {
	position: absolute;
	top:8px;
	left:8px;
}

/* -------------------  tables ---------------------------------*/

table, td, th {
	vertical-align:middle;
	text-align:center;
}

table {
	border-collapse:collapse;
	background:#f1f1f1;
	border-spacing:0;
	border:1px solid #e5edf0;
	width:100%;
	text-align: left;

	-moz-box-shadow:0px 3px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 3px 4px rgba(0,0,0,0.1);
	box-shadow:0px 3px 4px rgba(0,0,0,0.1);

	-moz-border-radius:4px;
	border-radius:4px;
}

th{
	color: #f4f4f4;
	border:1px solid #e5edf0;
	border-bottom:none;
	padding:10px;
	font-size:14px;
	line-height:1.5em;
	text-transform:uppercase;
	text-shadow:none;
	background: #5e5e5e;
}

td{
	color: #909090;
	padding:10px;
	font-size:12px;
	background:#fcfcfb;
	border:1px solid #e5edf0;
}

td, th{
	border-bottom: 1px solid #e5edf0;
}



/*---------------------------- pricing table ----------------------*/



table.pricing {

    border: none;
    background:none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;

	-moz-box-shadow:0;
	-webkit-box-shadow:0;
	box-shadow:0;
    margin:0;
    padding: 0;
    margin-bottom:0;
    width: 100%;
    color: #191919;
    border:1px solid #e5edf0;
}

table.pricing table.column { margin: 0; border: none; padding: 0; position: relative; }

table.pricing table.column th {
    background:#e6691e;
    text-transform:none;
    text-shadow:none;
    font-family:'Lobster',sans-serif;
    font-size:22px;
}

table.pricing table.basic th, table.pricing table th.basic {
    background:#589cb6;
    border:1px solid #589cb6;
    border-bottom:none;
}

table.pricing table.bronze th, table.pricing table th.bronze {
    background:#414141;
    border:1px solid #414141;
    border-bottom:none;
}

table.pricing table.silver th, table.pricing table th.silver {
    background:#b2b1b1;
    border:1px solid #b2b1b1;
    border-bottom:none;
}

table.pricing table.gold th, table.pricing table th.gold {
    background:#b98a37;
    border:1px solid #b98a37;
    border-bottom:none;
}

table.pricing table.platinum th, table.pricing table th.platinum {
    background:#946890;
    border:1px solid #946890;
    border-bottom:none;
}





.idd { position: relative; z-index: 9999; }



table.pricing .price {
    font-size:12px;
    text-align: center !important;
}

table.pricing .price strong {font-family: Arial, Helvetica, sans-serif; font-size: 2.2em; line-height: 1em; }

table.pricing td {padding: 5px;}

table.pricing td.orderbtn {
    text-align:center;
}

.pricingbtn  {
    margin-left:18px;
}

table.pricing td.desc {
	color: #333;
	font-weight: bold;
}
table.pricing td.green {
	background: #e0ffe0;
	color: #035c09;
}
table.pricing td.red {
	background: #ffe8e8;
	color: #5c0303;
}
table.pricing td.orange {
	background: #fffce0;
	color: #ab562c;
}

table.pricing tr > * {
	border-top:none; border-bottom: 1px solid #e5edf0;
	border-top: none;
}




/*================== Hidden content =======================*/
.hide {
    display:none;
}

#contact-form{
    border:1px solid #f0f0f0;
    padding:20px;
    background:#f1f1f1;
}

.notification_error,.notification_ok{
    margin:10px 0px 10px 0px;
    line-height:1.5em;
    font-size:13px;
    color:red;
}

.notification_ok {
    color:#b0b2b3;
}

#contact-form h4 {
    margin:5px 0px 6px 0px;
    color:#666;
    border:none;

}

#contact-form li{
    list-style:none;
    padding:10px 0px 10px 0px;
    clear:both;
}

#contact-form input{
    color:#909090;

    float:left;
    width:220px;
    height:20px;
    border:1px solid #DDD;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    padding-left:10px;
}

#contact-form label{
    font-size:12px;
    width:120px;
    line-height:20px;
    float:left;
    color:#b0b2b3;
}

#contact-form textarea{
    width:220px;
    height:140px;
    float:left;
    border:1px solid #DDD;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    padding-left:10px;
}

#contact-form input:hover, #contact-form textarea:hover,
#contact-form input:focus, #contact-form textarea:focus {
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

#contact-form button{
    width:100px;
    height:25px;
    margin:10px 0px 0px 0px;
    padding:0 0 0;
    color:#445720;
    text-shadow:0 1px 1px #e7fbc0;
    font-size:12px;
    text-align:center;
    line-height:1.5em;
    cursor:pointer;
    background:url(../img/contact_submit.png);
    border:0px;
}


}

/* ========================== featured Styles ========================== */

.featured_area {
    margin-top:10px;
}


.featured_area p {
	color: #909090;
	font-size: 12px;
	margin-bottom: 0;
	text-shadow: 0px 1px 0px #fff;
	line-height:1.5em;
	margin-top:0;
	padding-top:20px;
}

.featured_area h2 {
	color: #eff0f1;
	font-size: 26px;
	margin-bottom: 0;
	text-shadow: 0px -1px 0px #1a1b1f;
}

p.sub {
    background:url(../img/quote.png) center left no-repeat;
	color: #04b8c3;
	text-shadow: 0px 1px 0px #fff;
	font-style:italic;
	padding-left:40px;
}

.featured_text {
	overflow:hidden;
}

.featured_text h4 {
    margin-top:20px;
}



/*------------------ featured video --------------*/

.video {
    padding:0;
    margin-top:10px;
    float:right;
}

p.video {
   padding-top:12px;
}

.video ul li {
    margin-bottom:0;
}

.video-full {
    margin-top:20px;
    width:913px;
    padding:5px;
	background:#f1f1f1;

	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;

	border:1px solid #dfdddd;
   -moz-box-shadow:inset 5px #f1f1f1;
   -webkit-box-shadow:inset 5px #f1f1f1;
   box-shadow:inset 5px #f1f1f1;

}


.video-half {
    width:444px;
    padding:3px;
	background:#f1f1f1;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #dfdddd;

    
}

.video_shadow {
    height:16px;
    background:url(../img/half_shadow.png) no-repeat bottom center;
}

.full_video_shadow {
    height:15px;
    background:url(../img/full_shadow.png) no-repeat bottom center;
}





/*-------------------------- list style ---------------------------------*/
ul.features {
	list-style:none;
}

ul.features li {
	color: #666;
	text-shadow: none;
	line-height:1.5em;
    background:url(../img/checklist.png) no-repeat 0% 2px;
    padding-left:25px;
}


/* ========================== Tab content ================================ */

/*------- screenshots -------------*/

ul#screenshots {
    list-style:none;
}

ul#screenshots li {
    float:left;
    width:135px;
    margin-left:10px;
}

ul#screenshots li img {
    background:#f1f1f1;
    border:1px solid #dfdddd;
    padding:9px;
}

ul#screenshots li.first {
    margin-left:0;
}

/*-------- sub cols -----------*/

.tab-one-half {
    width:275px;
    float:left;
}

.inner_tab .first {
    margin-left:0;
}


/* ========================== Newsletter Styles ========================== */

.newsletter {
	margin: 0 auto;
	margin-top:20px;
	color: #f9f9f9;
	background: url(../img/patterns/pattern-1.png) repeat;
	padding:20px;
	padding-top:0px;
	font-size: 12px;
	border:1px solid #a9c0c0;
}

.newsletter p {

}

.searchDiv { width:256px;  margin:15px 0 0; }

.searchDiv .inputbg {

	background: #fff;
	width:236px;
	height:13px;
	margin: 10px 0 10px 0;
	padding:10px;
	color:#909090;
	text-align:left;
	float:left;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	border:1px solid #a9c0c0;

   -moz-box-shadow:inset 0 0 5px #d9d9d9;
   -webkit-box-shadow:inset 0 0 5px #d9d9d9;
   box-shadow:inset 0 0 5px #d9d9d9;
}

.subscribebtn {
    float:left;
    margin-top:5px;
}



/*----- Testimonial ------*/

h2.testimonials {
	margin-top: 10px;
	margin-bottom: 10px;
}
.testimonials {
    width:100%;
}

.full .testimonials {
    margin:0 auto;
    width:940px;
}

.testimonials ul {
}

.testimonials ul li {
    line-height:1.5em;
    color:#e3e1e1;
}

.testimonials span.meta {
    font-size:12px;
    font-weight:bold;
    float:right;
    line-height:1.5em;
    color:#666;
}


.testimonials p {
	margin-top:0;
	height:26px;
	font-size:18px;
	padding:20px;
	padding-top:0;
    background:url(../img/quote.png) no-repeat 0% 2px;
    color:#909090;
    font-style:italic;
    font-family:Georgia, serif;
    padding-left:40px;
}





/* ========================== Footer content Styles ========================== */

.footer {
	background: url(../img/patterns/pattern-2.png) repeat;
	height:auto;
	overflow:hidden;
	padding:20px;
	padding-bottom:20px;
	border:1px solid #e3e2e2;
	border-right:none;
	border-left:none;
}
/*------- gallery -------------*/

.gallery {
    margin-top:15px;
}

ul#gallery {
    list-style:none;
}



ul#gallery li {
    float:left;
    width:95px;
    margin-left:5px;
    margin-top:5px;
}


ul#gallery li img {
    background:#f1f1f1;
    border:1px solid #dfdddd;
    padding:3px;
}

ul#gallery li.first {
    margin-left:0;
}


.contact {
    margin-top:20px;
    width:295px;
}


.twitter-block {
    margin-top:15px;
    color:#b0b2b3;
}


#twitter {
	width: 295px;
	float: left;
}
#twitter ul {
	padding: 0;
	margin: 0;
	float: left;
}
#twitter ul li {
    background:url(../img/balloon-twitter.png) top left no-repeat;
	line-height: 1.8em;
	float: left;
    margin-bottom:10px;
	padding-left:35px;
}
#twitter ul li a {
	padding: 0;
}
#twitter ul li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #444444;
}


.copyright {
    float:left;
}

.copyright p {
	float:left;
    padding:0;
    margin-top:5px;
    line-height:1.5em;
}

.footerlinks {
	margin-left:20px;
    margin-top:5px;
	float:left;
	    line-height:1.5em;
	font-size:12px;
}

/*--- Social ---- */

.social {
    float:right;
    width: 75px;
}





#facebook-icon{
	background: url(../img/social/facebook.png);
}

#twitter-icon{
	background: url(../img/social/twitter.png);
}

#linkedin-icon{
	background: url(../img/social/linkedin.png);
}


/*----------------------- misc ----------------------*/

em {
	text-decoration:underline;
	font-style:none;
}

span.highlight {
	text-decoration:underline;
	color:#febd4b;
}

.clear {
	clear: both;
	overflow: hidden;
}

.spacer5 {
	margin-top:5px;
}


.spacer10 {
	margin-top:10px;
}


.spacer15 {
	margin-top:15px;
}


.spacer20 {
	margin-top:20px;
}

.midcenter {
	margin:0 auto;
	width:100%;
	float:none;
	display:block;	
	clear:both;
}
.your_code{
    float: right; 
    margin-right: 5px;
    margin-bottom: 10px;
}



/* MJ */
div.flags { text-align: right; margin-top: 10px;}
div.flags img { margin-left: 5px;}
div.top { height: 28px; background: url(../img/bg-top.png) repeat-x; color: #ffffff; padding-top: 10px; }
div.top ul { display: inline-block; height: 38px;}
div.top ul li { display: inline; text-shadow: none; font-size: 14px; color: #ffffff; padding: 0 10px; }
div.top ul li:hover { border-bottom: 2px solid #25a4d5; } 
div.top ul li a { color: #ffffff; text-decoration: none; }
span.ttip { color: #0070ac; font-weight: bold; cursor: pointer; }
div.qrgen_head h5 { line-height: 40px; float: left; margin-right: 10px;  }

.margintop10 {
	margin: 10px;
}

.paddingtop10 {
	padding: 10px 0 0 0;
}

#main {
	position: relative;
	width: 400px;
	height:  400px;
	float: left;

}
#main_up {
	position: relative;
	width: 400px;
	height:  400px;
	float: left;
}

#naslov {
	font-size: 20px;
	text-align: center;
}
#additional_right {
	float: right;
	width: 58%;
	margin: 18px 10px 18px 10px;
}
#additional {
	float: left;
	width: 48%;

}

#additional2 {
	float: right;
	width: 48%;

}
.polje {
	position: absolute;
	width: 19.5%;
	height: 19.5%;
	padding: 0;

}
.linija {
	border: 1px solid #a0a0a0;
	height: 100%;
	width: 100%;
}
.hover {
	background-color: #bd9774;
}

.explnation {
	position: absolute;
	color: lightgrey;
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin: auto;
	z-index: 17;
	cursor: default;
}



#polje0 {
	position: absolute;
	top: 28.5%;
	left: 28.5%;
	width: 43.5%;
	height: 43.5%;
	background-color: #e8ebed;
	border: 1px solid #d8dde4;

}

#polje20 {
	width: 100%;
	height: 100%;
	background: url("../../qr.rs/scripts/qrgame/qr-draft.svg");
	background-size: contain;

}


#polje1 {
	top: 4.5%;
	left: 4.5%;
}
#polje2 {
	top: 4.5%;
	left: 28.5%;
}
#polje3 {
	top: 4.5%;
	left: 52.5%;
}
#polje4 {
	top: 4.5%;
	left: 76.5%;
}
#polje5 {
	top: 28.5%;
	left: 76.5%;
}
#polje6 {
	top: 52.5%;
	left: 76.5%;
}
#polje7 {
	top: 76.5%;
	left: 76.5%;
}
#polje8 {
	top: 76.5%;
	left: 52.5%;
}
#polje9 {
	top: 76.5%;
	left: 28.5%;
}
#polje10 {
	top: 76.5%;
	left: 4.5%;
}
#polje11 {
	top: 52.5%;
	left: 4.5%;
}
#polje12 {
	top: 28.5%;
	left: 4.5%;
}
#extra_photos {
	width: 100%;
	height: 100px;
	position: relative;
}

.extra_polje {
	top: 11px;
	width: 78px;
	height: 78px;
	position: absolute;
}

#polje21{
	left: 36%;
}

#polje22{
	left: 45%;
}

#polje23{
	left: 54%;
}

#polje24{
	left: 63%;
}

#polje25{
	left: 72%;
}

#polje26{
	left: 81%;
}

#polje27{
	left: 90%;
}
.poljein {
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.broj {
	position: absolute;
	font-size: 36px;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	text-align: center;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: black 1px 1px 3px;


}



.clear {
	clear: both;
}
.prizename, .prizetype{
	position: relative;
	height: 40px;
}

.plus {
	overflow-y: hidden;
	position: relative;
	height: 40px;
	transition:height 0.2s ease-out;
	-webkit-transition:  height 0.2s ease-out;
	-moz-transition: height 0.2s ease-out;
	-o-transition:  height 0.2s ease-out;

}

.plus.hidem {
	height: 0;
	transition:height 0.2s ease-out;
	-webkit-transition:  height 0.2s ease-out;
	-moz-transition: height 0.2s ease-out;
	-o-transition:  height 0.2s ease-out;
}

.pnamelabel, .ptypelabel, .ppluslabel {
	position: absolute;
	bottom: 10px;
	left: 1%;
	width: 35%;
	font-size: 13px;
}

.pnameinput, .pplusinput {
	position: absolute;
	right: 10px;
	bottom: 3px;
	width: 60%;
}

.ptypeinput {

	position: absolute;
	right: 4px;
	bottom: 3px;
	width: 60%;
}

.remove {
	position: absolute;
	top: 0;
	right: -1px;
	width: 12px;
	height: 12px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	background-color: #700100;
	text-align: center;
	z-index: 20;
}
.remove:hover {
	cursor: pointer;
	background-color: white;
	color: #560100;
}

#game_email_preview {
	pointer-events: auto;
	position: absolute;
	border-style: solid;
	display: none;
	opacity: 1;
	border-width: 5px;
	border-radius: 10px;
	border-color: rgb(0, 117, 181);
	overflow: visible;
	width: 358px;
	height: 65px;
	top: 455px;
	left: 18px;
}

#game_url_preview {
	top: 450px;
	left: 0;
	width: 400px;
	position: absolute;
	display: none;
}
#redirect_url_preview {
	position: relative;
	margin: auto;
	width: 75%;
	border-radius: 10px;
	padding: 20px 20px;
	background-color: rgb(0, 117, 181);
	text-align: center;
}
#redirect_url_preview:hover {
	cursor: pointer;
	background-color: rgb(0, 81, 125);
}

#redirect_url_preview a {
	font-size: 18px;
	color: white;
	text-decoration: none;
	text-align: center;
}

#email_button_preview {
	width: 20%;
	float: left;
	line-height: 24px;
	font-size: 18px;
	margin: 4%;
	border-radius: 1px;
	padding-left: 0;
}

#email_input_preview
{
	width: 60%;
	float: left;
	line-height: 24px;
	font-size: 18px;
	margin: 4%;
	border-radius: 5px;
	padding-left: 0;
}
#game_text_prev
{
	pointer-events: auto;
	position: absolute;
	color: rgb(0, 0, 0);
	padding: 8px;
	opacity: 0.803508;
	font-family: Futura, Verdana, sans-serif;
	filter: none;
	font-size: 18px;
	overflow-wrap: break-word;
	overflow: visible;
	text-align: center;
	width: 352px;
	height: 43px;
	top: 385px;
	left: 18px;
}
#game_text_preview {
	pointer-events: auto;
	position: absolute;
	color: rgb(0, 0, 0);
	padding: 8px;
	display: inline;
	opacity: 0.803508;
	font-family: Futura, Verdana, sans-serif;
	filter: none;
	font-size: 22px;
	overflow-wrap: break-word;
	overflow: visible;
	z-index: 43;
	text-align: center;
	width: 352px;
	height: 43px;
	top: 415px;
	left: 18px;
}

.active_option {
	background-image: -webkit-linear-gradient(top left, #f9dfc1, #de820b);
	background-image:    -moz-linear-gradient(top left, #f9dfc1, #de820b);
	background-image:     -ms-linear-gradient(top left, #f9dfc1, #de820b);
	background-image:      -o-linear-gradient(top left, #f9dfc1, #de820b);
	background-image:         linear-gradient(top left, #f9dfc1, #de820b);
}

.overpolje {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 15;
	cursor: move;
	top: 0;
	left: 0;
}

.inputklasa {
	border-radius: 3px;
	border: 1px solid #c9c9c9;
	color: #404040;
	font-size: 11px;
	height: 28px;
	margin-bottom: 3px;
	padding: 0 6px;
	width: 95%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

