/**********************************************************************************************

    1. DEFAULT STYLES
            1.1 Default
    
    2. MAIN
      
    3. SITES
            3.1 Index


***********************************************************************************************/

.tblMembership {
  border: 1px solid #D3D3D3;
  border-collapse: collapse;
  margin: 30px auto;
}
.tblMembership tr {
  background: none repeat scroll 0 0 #F4F4F4;
}
.tblMembership tr:first-child td:first-child {
  font-weight: bold;
  width: 270px;
}
.tblMembership tr:first-child td {
  color: #666666;
  font-family: Tahoma,Geneva,sans-serif;
  font-size: 14px;
}
.tblMembership td {
  color: #000000;
  font: 12px Courier,Courier New,Arial;
  padding: 4px 20px;
}
.tblMembership tr td.gold {
  color: #FF9900;
}
.tblMembership td span {
  color: #B90000;
}
.tblMembership .yes {
  background: url("/images/offers_index_sprites.png") no-repeat scroll center -33px rgba(0, 0, 0, 0);
}
.tblMembership tr:nth-child(odd):not(:first-child) {
  background: none repeat scroll 0 0 #D8DDDF;
}
.tblMembership .no {
  background: url("/images/offers_index_sprites.png") no-repeat scroll center 6px rgba(0, 0, 0, 0);
}



/* 1. BASE
-----------------------------------------------------------------------------------------------
===============================================================================================*/
/* 1.1 Default
-----------------------------------------------------------------------------------------------*/
body {
    /*background:url(../../images/bg_small.png) center top repeat-x;*/
	background: url(/images/bg_public_small_without_header.png) center top repeat-x;
}
#jtcMainContainer {
    min-height: 620px;
    margin-top:30px;
}
#jtcMainContainer h2.paymentmethodTitle {
    /*background:url("/images/offers.png") no-repeat 0 0;*/
	background: rgb(240,82,82); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(240,82,82,1) 0%, rgba(171,13,13,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(240,82,82,1) 0%,rgba(171,13,13,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(240,82,82,1) 0%,rgba(171,13,13,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05252', endColorstr='#ab0d0d',GradientType=0 ); /* IE6-9 */

	border-left:2px solid #c0c0c0;
	border-right:2px solid #c0c0c0;
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;

	-webkit-box-shadow: 0px 9px 13px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 9px 13px -12px rgba(0,0,0,0.75);
	box-shadow: 0px 9px 13px -12px rgba(0,0,0,0.75);
	
    color:#fff;

    font-size:14px;
    font-weight:bold;
    line-height:26px;
    margin:50px auto 40px;
    text-align:center;
    max-width:671px;
	width:100%;
	box-sizing:border-box;
    padding-left: 5px;
    padding-right: 5px;
}
.paymentmethodTitleWrapper {
	position:relative;
	padding-left:15px;
	padding-right:15px;
}
/* Reset counter */
#jtcMainContainer .frmPaymentForm {
    counter-reset: order;
}
/* Increase counter and display it */
#jtcMainContainer .frmPaymentForm h2.paymentmethodTitle::before {
    counter-increment: order;
    content: counter(order) ". ";
    font-weight: bold;
}
#jtcMainContainer .frmPaymentForm h2.paymentmethodTitle.hideNumbering::before {
    display: none;
}
#jtcMainContainer .frmPaymentForm .commentOnBottom {
    margin-bottom:20px;
    color: #424242;
    font-family: Arial,sans-serif;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
}
ul.paycard {
  	list-style:none;
	max-width: 632px;
	margin-top:20px;
    margin-bottom:30px;
	margin-left: auto;
	margin-right: auto;
}
.paycard li {
  border-bottom: 1px solid #CCCCCC;
  margin-top: 15px;
  padding-top:0px;
  padding-right:8px;
  padding-left:8px;
  padding-bottom:15px;
  position: relative;
  font-size:12px;
}
.paycard li input {
  display: inline-block;
  float: none;
  margin-top: -5px;
}
.paycard li label {
  vertical-align: middle;
}
.paycard li img {
  margin-right:15px;
}
.centerIt {
  text-align: center;
}
.warningparagraph {
  background-color: #FFF9D7;
  border: 1px solid #E2C822;
  padding: 4px;
}

/* 2. MAIN
-----------------------------------------------------------------------------------------------
===============================================================================================*/
/* 2.1 Layout
-----------------------------------------------------------------------------------------------*/
#wrapper {
    max-width:800px;
}
.main {
    padding-left:15px;
	padding-right:15px;
}
.mainBottom {
	height:130px;
}









/* ************************************ HEADER ********************************************** */
#headerProducts {
    min-height:95px;
    position: relative;

	border-bottom: 1px solid #dedddd;

	background: rgb(224,223,223); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(224,223,223,1) 0%, rgba(236,236,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(224,223,223,1) 0%,rgba(236,236,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(224,223,223,1) 0%,rgba(236,236,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dfdf', endColorstr='#ececed',GradientType=0 ); /* IE6-9 */

	z-index:999999;
}
#headerProducts .topline {
	background: rgb(125,40,40); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(125,40,40,1) 0%, rgba(186,49,49,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(125,40,40,1) 0%,rgba(186,49,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(125,40,40,1) 0%,rgba(186,49,49,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d2828', endColorstr='#ba3131',GradientType=0 ); /* IE6-9 */

	border-bottom: 1px solid #ffffff;

	height:4px;
}
#headerProducts .headerinnerwrapper, #headerbottompart .headerinnerwrapper {
	font-family: Tahoma, Geneva, sans-serif;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	position:relative;
	
	padding-right:15px;
	padding-left:15px;
}
#headerbottompart {
	margin-bottom: 24px;
	border-top: 1px solid white;
}
#headerProducts #logo {
    background-image: url('/images/logo.png');
    background-position: left top;
	background-repeat:no-repeat;
	position:relative;
    /*float:left;*/
    height: 37px;
    margin-top:16px;
	margin-left: 2px;
    width: 337px;
}
#headerProducts h1 {
	font-size: 18px;
    color: #960f0f;
    margin-left: 73px;
    /*padding-right: 150px;*/
    /*font-weight: bold;*/
    line-height: 22px;
    margin-top: -1px;
    margin-bottom: 10px;
	/*position: absolute;*/
	top: 35px;
	left: 144px;
	/*width:500px;*/
}
.takeMeBack {
    background:url("/images/house.png") no-repeat left center;
    color:#636262;
    float:right;
    font-family: Tahoma, Geneva, sans-serif;
    font-size:12px;
    margin-top:0;
    padding:0 0 0 25px;
	text-decoration:none;
}
.takeMeBack:hover {
	text-decoration:underline;
}
#headerProducts .takeMeBack {
    /*margin-top:39px;*/
	position: absolute;
	right: 14px;
	top: 23px;
}
.responsivetakemeback2 {
	display:none;
}
#headerProducts h1#headercustomimg {
	text-align:center;
	margin-bottom:30px;
	margin-top:20px;
	margin-left:0px;
}
#headerProducts h1#headercustomimg img {
	width:100%;
}
/* ********************************************************************************** */













#jtcMessage {
    margin-top:35px;
}
#jtcMainContainer {
    width: auto;
}
#jtcMainContainer {
   padding-left: 0px;
	padding-right: 0px;
	max-width: 832px;
}
#footer-wrapperProducts {
    background: #DFDFDE;
    border-top: 1px solid #CECECE;
    clear: both;
    padding: 25px 0;
}
#footer-wrapperProducts #footer {
    margin: 0 auto;
    overflow:hidden;
    max-width: 800px;
	background:none;
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	padding-bottom:0px;
	border:none;
}







/* 3. SITES
-----------------------------------------------------------------------------------------------
===============================================================================================*/
/* 3.1 Index
-----------------------------------------------------------------------------------------------*/
.membership.membershipProduct {	
  	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(249,169,169,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,169,169,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(249,169,169,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9a9a9',GradientType=0 ); /* IE6-9 */

  	border:1px solid #FF6464;
  	margin: 0 0 10px;
  	width:100%;
  	box-sizing:border-box;
}
.membership.special {
  background:#f9f0a7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9f0a7));
  background-image: -webkit-linear-gradient(top, #ffffff, #f9f0a7);
  background-image: -moz-linear-gradient(top, #ffffff, #f9f0a7);
  background-image: -ms-linear-gradient(top, #ffffff, #f9f0a7);
  background-image: -o-linear-gradient(top, #ffffff, #f9f0a7);
  background-image: linear-gradient(top, #ffffff, #f9f0a7);
  border: 1px solid #FFC600;

  margin: 0 0 10px;
  max-width:572px;
  width:100%;
  box-sizing:border-box;
}
.membership {
  color: #666666;
  min-height: 152px;
  padding: 9px 12px;
  position: relative;
}
.membership .membershipradiobutton {
	display: inline-block;
	vertical-align: top;
}
.membership.membershipProduct .membershipradiobutton {
	width:235px;
}
#index .membership.membershipProduct .title {
    color: #C40000;
}
.membership.special .membershipradiobutton {
	width:225px;
}
.membership.gold .membershipradiobutton {
	width: 197px;
}
.membership.silver .membershipradiobutton {
	width: 158px;
}

.membership .popustImg {
	position: absolute;
}
.membership.special .popustImg {
	right: 24px;
	top: 0px;
}
.membership.gold .popustImg {
	right: 1px;
	top: 0px;
}
.membership.silver .popustImg {
	right: 0px;
	top: 0px;
}
.membership.membershipProduct .popustImg {
	right: 100px;
	top: -11px;
}
.membership.special .year {
  overflow: visible;
}
.membership .year {
  /*padding: 20px 9px;*/
  /*position: relative;*/

	overflow: visible;
  	padding-bottom:16px;
	padding-left:9px;
	padding-right:9px;
    position:relative;
	min-height:37px;
}
.membership.membershipProduct .offer {
  position: absolute;
  right: -110px;
  top: -90px;
  z-index: 2;
}
.membership.special .popustImg img {
  margin-top: -16px;
}
.membership.special .price {
  right: 180px;
  top: 16px;
}


.membership.gold {
  border: 1px solid #FFC600;
  display: inline-block;
  margin-right: 10px;
  width: 412px;
}
.membership {
  color: #666666;
  min-height: 152px;
  padding: 9px 12px;
  position: relative;
}
.link.right {
  font-size: 11px;
  margin-top: 5px;
  text-align: right;
}
.link {
  display: block;
  font-weight: normal;
  margin-top: -5px;
  color: #cb1c1c;
    font-size: 12px;
}


#index #wrapper {
    max-width:832px;
	width:100%;
}
#index form {
    padding-bottom:30px;
}
#index h2 {
	color: #000000;
	font-size: 22px;
	margin-bottom: 10px;
	text-align: center;
}


#index .questionTitle {
  color: #790000;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.4em;
  margin: 0;
  padding-top:10px;
}
#index .mainTitle {
  color: #960f0f;
  font-size:30px;
  margin-bottom:30px;
  text-align:center;
}
#index p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height:20px;
    text-align: justify;
}

#productsthankyoupage .membership .title {
  	color: #FF9900;
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 0px;
	padding-bottom: 16px;
}
#index h1, h2, h3, h4, h5, h6 {
  /*font-family: pt-sans-narrow,league-gothic,Arial,sans-serif;*/
  /*font-weight: normal !important;*/
}
#index h4 {
  font-size: 16px;
  margin-bottom:15px;
}
#index h3 {
  font-size: 13pt;
  margin: 15px 15px 25px 20px;
  text-align: center;
}
.red {
	color:red;
}
.blue {
  color: #003399;
}





.membership label {
  color: #333333;
  float: left;
  max-width: 200px;
  vertical-align: top;
}
.membership.special label span, .membership.membershipProduct label span {
  color: #FF9900;
  font-weight: bold;
}
.membership label span {
  vertical-align: text-top;
}
.membership.special .price {
  /*right: 440px;*/
  left: 245px;
  top: 16px;
}
.membership .price {
  	display:inline-block;
	vertical-align:top;
}
.membership .price div {
  float: left;
}
.membership .price.red span {
  color: #B90000;
  font-size: 22px;
  line-height: 0.9;
}
.membership .price span {
  font-size: 13px;
  line-height: 0.9;
  vertical-align: top;
}
.membership .price.red strong {
  color: #B90000;
  font-size: 45px;
  line-height: 0.7;
}
.membership .price strong {
  font-size: 35px;
  line-height: 0.7;
}
.membership .price small {
  display: block;
  font-size: 13px;
  color:#666;
}
.membership label small {
  display: block;
  font-size: 12px;
}
.membership.gold {
  border: 1px solid #FFC600;
  display: inline-block;
  margin-right: 10px;
  max-width: 434px;
  width:100%;
  box-sizing:border-box;
}
.membership.gold .year {
  padding-right: 0;
}
.membership.gold label {
  max-width: 215px;
}
.membership.gold label span {
  color: #FF9900;
  font-weight: bold;
}
.membership.gold .year img {
  float: right;
}
.membership.special .price {
	margin-right: 20px;
}
.membership.gold .price {
	margin-right:9px;
}
.membership.gold .price2 {
	margin-left:17px;
}
.membership .months {
  border-top: 1px dashed #D3D3D3;
  overflow: hidden;
  padding-top:16px;
	padding-bottom:2px;
	padding-left:9px;
	padding-right:9px;
  position: relative;
}
#productsthankyoupage .membership.silver .title {
  color: #666666;
}
.membership.silver .year {
  padding-right: 0;
}
.membership.silver .price {
	margin-right:26px;
}
.membership.silver label {
  color: #666666;
  max-width: 170px;
}
.membership.silver label span {
  font-weight: bold;
}
.membership.silver {
  border: 1px solid #D3D3D3;
  color: #666666;
  display: inline-block;
  max-width: 378px;
  width:100%;
  box-sizing:border-box;
}

.membership.membershipProduct .year {
	margin-top: 11px;
	padding-right:0px;
}
.membership.membershipProduct .popustImg img {
	margin-top: -46px;
}
.membership.membershipProduct .title {
	padding-bottom: 30px;
	margin-right:105px;
}
.membership.membershipProduct {
	padding-right:0px;
}
.membership.membershipProduct::after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}
.membershipmonth2 {
	display:none;
	clear: both;
	margin-left: 29px;
	margin-top: -5px;
	color:#666;
}
.radioDiv {
	margin-left:15px;
	width: 80%;
	display: inline-block;
}
.divTrustLogo {
	position: absolute;
	bottom: -48px;
	right: 5px;
	background: url(/images/cards/comodo_secure_seal_100x85_transp.png) left top no-repeat;
}



/* Products */
#bookHead {
  background-image: url("/images/eprogram/bookHeadBg.png");
  background-position: center top;
  background-repeat: no-repeat;
  height: 98px;
  margin: 0 0 -15px;
  padding: 0;
  position: relative;
}
#memAreaHead h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
  margin-left: 220px;
  margin-right: 60px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: left;
}
.num {
  font-size: 44px;
  font-weight: bold;
  left: 92px;
  position: absolute;
  top: 22px;
}
.borderLeft1 {
  background-position: 87px 0;
  background-repeat: repeat-y;
}
.borderRight1 {
  background-position: 742px 0;
  background-repeat: repeat-y;
}
.borderBottom1, .borderBottom2, .borderBottom3, .borderBottom4, .borderBottom5 {
  /*left: -8px;*/
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 650px;
}
.borderBottom1 {
  background-position: 0 100%;
  background-repeat: repeat-x;
}
#book, #software, #onlEss, #memArea, #coaching {
  margin-bottom: 20px;
}
#book p.first, #software p.first, #onlEss p.first, #memArea p.first, #coaching p.first {
  padding-top: 20px;
}
#book p, #software p, #onlEss p, #memArea p, #coaching p {
  margin-left: 25px;
  margin-right: 30px;
}
#book p.first img, #software p.first img, #onlEss p.first img, #memArea p.first img, #coaching p.first img {
  margin-right: 7px;
}
#book ul, #software ul, #onlEss ul, #memArea ul {
  margin-left: 30px;
  margin-right: 30px;
}
#mainContent li {
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.productList li {
  background-image: url("/images/eprogram/listImg2.png");
  background-position: left top;
  background-repeat: no-repeat;
  list-style-type: none;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-left: 35px;
}

/* Software */
#softwareHead {
  background-image: url("/images/eprogram/softwareHeadBg.png");
  background-position: center top;
  background-repeat: no-repeat;
  height: 97px;
  margin: 0 0 -15px;
  padding: 0;
  position: relative;
}
#softwareHead #num {
  font-size: 44px;
  font-weight: bold;
  left: 75px;
  position: absolute;
  top: 23px;
}

#bookHead h1, #softwareHead h1, #onlEssHead h1, #coaching h1 {
  font-size: 30px;
  line-height: 90px;
  margin-left: 220px;
  text-align: left;
}
#onlEssHead {
  background-image: url("/images/eprogram/onlEssHeadBg.png");
  background-position: center top;
  background-repeat: no-repeat;
  height: 96px;
  margin: 0 0 -15px;
  padding: 0;
  position: relative;
}
#memAreaHead {
  background-image: url("/images/eprogram/memAreaHeadBg.png");
  background-position: center top;
  background-repeat: no-repeat;
  height: 98px;
  margin: 0 0 -15px;
  padding: 0;
  position: relative;
}

.warning {
  background-color: #fff1f1;
  border: 1px solid #CE0000;
  height: auto;
  margin: 0 auto 20px;
  padding: 10px 15px 5px;
  width: 700px;
}

/* Guaranty */
#guarantee {
  background-color: #ffffcc;	
  border: 5px dashed #000000;
  margin: 30px auto 50px;
  padding: 0;
  max-width: 498px;
  padding-bottom:20px;
}
.guaranteeimgwrapper {
  margin-left: 15px;
  margin-top: 20px;
}
h2 {
	margin:25px 10px 20px;
}
#guarantee p {
  line-height: 1.1;
  margin: 0 20px 0 20px;
  padding: 15px 0 0;
  font-size:17px;
}

.crossedOut {
  text-decoration: line-through;
}
table#value {
  border: 2px solid #000000;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
table#value td.black {
  background-color: #000000;
  color: #FFFFFF;
}
table#value td {
  font-weight: bold;
  line-height: 30px;
  margin: 0;
  padding: 0 10px 0 25px;
}

table#save {
  border: 1px solid #99CC33;
  margin-left: 20px;
  margin-right: 20px;
}
table#save td {
  border: 1px solid #99CC33;
  height: 60px;
  padding: 10px;
}
#bonus {
  left: 5px;
  position: absolute;
  top: -27px;
}
.red {
  color: #FD0000;
}
.vclaniSe1 {
  border: 2px solid #E2DFDE;
  border-radius: 8px 8px 8px 8px;
  font-family: Arial,sans-serif;
  margin: 40px 15px 0;
  padding: 10px 12px;
}
.vclaniSe1 strong {
  color: #C40000;
  font-size: 22px;
}
.vclaniSe1 p {
  color: #636262;
  font-size: 16px;
  font-weight: bold;
}

#tezave {
	background-color: #f6e0ed;
	border: 2px dashed #790000;
	margin: 10px; 
	padding: 20px;
	margin-bottom:30px;
}
#tezave p {
	font-size:16px;
}








/* ******************************************************* GIFT BOXES ******************************************************* */
.offerGift {
	position:relative;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	padding: 10px;
	max-width:750px;
	width:100%;
	box-sizing: border-box;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}
.offerGift img:first-child {
	float:left;
}
.offerGiftSpoznaj {
	min-height:150px;
	background: #c8d8fd; /* Old browsers */
	background: -moz-linear-gradient(top,  #acc4fe 0%, #c8d8fd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#acc4fe), color-stop(100%,#c8d8fd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #acc4fe 0%,#c8d8fd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #acc4fe 0%,#c8d8fd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #acc4fe 0%,#c8d8fd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #acc4fe 0%,#c8d8fd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acc4fe', endColorstr='#c8d8fd',GradientType=0 ); /* IE6-9 */
}
.offerGiftLjubim {
	min-height:150px;
	background: #fed8d8; /* Old browsers */
	background: -moz-linear-gradient(top,  #fed8d8 0%, #feebcc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed8d8), color-stop(100%,#feebcc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fed8d8 0%,#feebcc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fed8d8 0%,#feebcc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fed8d8 0%,#feebcc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fed8d8 0%,#feebcc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed8d8', endColorstr='#feebcc',GradientType=0 ); /* IE6-9 */
}
.offerGiftPrirocnik {	
	min-height:150px;	
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f5f5 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.offerGiftGuarantee {	
	min-height:150px;	
	background: #fcf1bc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcf1bc 0%, #fbf7e3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf1bc), color-stop(100%,#fbf7e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcf1bc 0%,#fbf7e3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcf1bc 0%,#fbf7e3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcf1bc 0%,#fbf7e3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcf1bc 0%,#fbf7e3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf1bc', endColorstr='#fbf7e3',GradientType=0 ); /* IE6-9 */
}
.offerGiftPot {	
	min-height:150px;
	background: #effdee; /* Old browsers */
	background: -moz-linear-gradient(top,  #c6e0c9 0%, #effdee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6e0c9), color-stop(100%,#effdee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c6e0c9 0%,#effdee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c6e0c9 0%,#effdee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c6e0c9 0%,#effdee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c6e0c9 0%,#effdee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6e0c9', endColorstr='#effdee',GradientType=0 ); /* IE6-9 */
}
.offerGiftGuarantee .offerGiftImg {
	margin-top:15px;
	margin-left:-5px;
}
.offerGiftPrirocnik .offerGiftImg, .offerGiftPot .offerGiftImg, .offerGiftLjubim .offerGiftImg {
	margin-left:6px;
}
#jtcMainContainer .offerGift h4 {
	margin-left:150px;
	background:none;
	margin-top:5px;
	margin-right:30px;
}
#jtcMainContainer .offerGift p {
	margin-left:150px;
    font-size: 14px;
}
.offerGiftOkIcon {
	position: absolute;
	right: 3px;
	top: 4px;
}
.offerGiftCornerIcon {
	left: -75px;
	position: absolute;
	top: -30px;
	width:90px;
}
.offerGift .offerGiftYellowHighlight {
	color: #424242;
	font-size: 12px;
	font-weight: normal; 
	background-color: yellow;
}
.offerGift .offerGiftYellowHighlight span {
	font-weight: bold;
}
#jtcMainContainer .offerGift p {
	line-height:normal;
}
#jtcMainContainer .offerGift h4 {
	font-weight:bold;
}
/* ************************************************************************************************************************ */






.Paymentfinal_waitingAnimation {
	padding: 13px 0 14px;
	text-align: center;
	display:none;
}
.Paymentfinal_waitingAnimation span {
	margin-top: 256.5px; 
	background: rgba(0, 0, 0, 0) url('/images/loading_red_small.gif') no-repeat scroll center center;
	margin-top: 40px;
	padding: 40px;
}

/* 3. EVENTS
-----------------------------------------------------------------------------------------------
===============================================================================================*/
/*
-----------------------------------------------------------------------------------------------*/


/* ***********SIGNUP FORM ***************** */
.SignupForm {
  background: #e9e9e9 none repeat scroll 0 0;
  border: 3px solid #fd8383;
  border-radius: 7px;
  font-size: 14px;
  margin: 0 auto 20px;
  padding: 10px 20px 15px;
  text-align: left;
  max-width: 420px;
}
.SignupInputsWrapper {
	margin-left: auto;
	margin-right: auto;
}
.SignupForm_LeftColumn {
  float: left;
  padding: 4px 4px 0 0;
  text-align: left;
  width: 100px;
  margin-bottom:15px;
}
.SignupForm_RightColumn {
  background: rgba(0, 0, 0, 0); /* url("../input-frame.gif") no-repeat scroll left top; */
  float: left;
  line-height: 20px;
  padding: 3px 4px;
  max-width: 250px;
  width:100%;
  font-size:12px;
}
.SignupForm_RightColumn input[type="text"] {
  float: left;
  max-width: 235px;
  width:100%;
  font:14px Arial,sans-serif !important;
}
.SignupFormComboItemId {
  float: left;
  width: 235px;
}
.SignupForm_clear5 {
  border: 0 none;
  clear: both;
  font-size: 0;
  height: 5px;
}
.SignupForm_error {
	color:Red;
	font-size:11px;
	display:none;
	line-height:24px;
}
.SignupForm_infoText {
  color: #999;
  font-size: 10px !important;
  line-height: 1.3em;
  margin: 0;
  padding: 4px 0 0;
  line-height:0px !important;
  margin-bottom:0px !important;
}
.SignupForm_WideColumn {
  color: #000;
  font-size: 12px;
  margin: 0 0 5px;
  padding: 20px 0 0;
}
.SignupForm_wait {
  display: none;
}
.SignupForm_wait p {
  /*text-align:center;
  margin-bottom:1px !important;*/
  padding: 13px 0 14px;
  text-align:center;
}
.SignupForm_wait .animation {
  background: rgba(0, 0, 0, 0) url("/images/loading.gif") no-repeat scroll center center;
  display: block;
  padding: 40px;
  margin-top: 40px;
}




/* Yellow message box below the form */
.MsgBoxWarning {
	background-color: #fff9d7;
	border: 1px solid #e2c822;
	margin: 0 auto 15px;
	padding:10px;
	text-align: center;
	margin-bottom:40px;
	max-width:390px;
	width:100%;
	box-sizing: border-box;
	margin-top:0px;
}
.MsgBoxWarning span {
	color: #000000;
	font-size: 22px;
	margin-bottom: 10px;
	font-family: pt-sans-narrow,league-gothic,Arial,sans-serif;
	font-weight:bold;
}
.MsgBoxWarning a {
	color: #cb1c1c;
	text-decoration: none;
}





/* ********************* Login form ********************* */
.LoginForm {
  background: #e9e9e9 none repeat scroll 0 0;
  border: 3px solid #fd8383;
  border-radius: 7px;
  font-size: 14px;
  margin: 0 auto 20px;
  padding: 10px 20px 15px;
  text-align: left;
  max-width: 450px;
  width:100%;
  box-sizing: border-box;
}

.LoginForm_LeftColumn {
  float: left;
  padding: 4px 4px 0 0;
  text-align: left;
  width: 120px;
}
.LoginForm_RightColumn {
  background: rgba(0, 0, 0, 0); /* url("../input-frame.gif") no-repeat scroll left top; */
  float: left;
  line-height: 20px;
  padding: 3px 4px;
  max-width: 250px;
  width:100%;
  font-size:12px;	
}
.LoginForm_RightColumn input[type="text"], .LoginForm_RightColumn input[type="password"] {
  float: left;
  max-width: 235px;
  width:100%;
  width: -webkit-calc(100% - 14px);
  width: -moz-calc(100% - 14px);
  width: calc(100% - 14px);
  font:14px Arial,sans-serif !important;
}
.LoginForm_clear5 {
  border: 0 none;
  clear: both;
  font-size: 0;
  height: 5px;
}
.LoginForm_error {
	color:Red;
	font-size:11px;
	display:none;
	line-height: 24px;
}

.zapomni {
  font-size: 12px;
}
.zapomni input {
  border: medium none;
  padding: 0;
  width: auto;
  margin: 4px 6px 0 0 !important;
}

.LoginForm_wait {
  display: none;
}
.LoginForm_wait p {
  text-align:center;
  margin-bottom:1px !important;
}
.LoginForm_wait .animation {
  background: rgba(0, 0, 0, 0) url("/images/loading.gif") no-repeat scroll center center;
  display: block;
  padding: 40px;
}




/* ********************* Red registration button ********************* */
.btnRegistration {
    /*background: url("/images/register_button_red.png?v=1") no-repeat scroll 0 0 transparent;*/

    background: rgb(203,1,1); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(203,1,1,1) 0%, rgba(154,32,32,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(203,1,1,1) 0%,rgba(154,32,32,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(203,1,1,1) 0%,rgba(154,32,32,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0101', endColorstr='#9a2020',GradientType=0 ); /* IE6-9 */

    -webkit-box-shadow: -1px 6px 13px -1px rgba(0,0,0,0.35);
    -moz-box-shadow: -1px 6px 13px -1px rgba(0,0,0,0.35);
    box-shadow: -1px 6px 13px -1px rgba(0,0,0,0.35);

    /*border: 0 none !important;*/
    border:1px solid #ba5555;
    color: #FFFFFF;
    cursor: pointer;
    /*display: block;*/
    font-size: 20px;
    min-height: 55px;
    margin: 15px auto;
    /*outline: medium none !important;*/
    padding-bottom: 6px;
    text-align: center;
    width: 298px;
    /*text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
.btnRegistration:hover {
    /* background-position: 0 -64px; */
    background: rgb(154,32,32);
    background: -moz-linear-gradient(top, rgba(154,32,32,1) 0%, rgba(203,1,1,1) 100%);
    background: -webkit-linear-gradient(top, rgba(154,32,32,1) 0%,rgba(203,1,1,1) 100%);
    background: linear-gradient(to bottom, rgba(154,32,32,1) 0%,rgba(203,1,1,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a2020', endColorstr='#cb0101',GradientType=0 );
    border: 0 none !important;
}


/* ********************* Yellow warning box ********************* */
#jtcMessage h2 {
  font-size: 16px;
  text-align: left;
  font: bold 13px "lucida grande",tahoma,verdana,arial,sans-serif !important;
}
#jtcMessage p {
  font-size: 12px;
  margin: 4px 0 0 !important;
}





/* ********************* registration.php ********************* */
#register.page #mainContent2 {
  margin-top: 25px;
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  min-height: 620px;
  overflow: hidden;
  position: relative;
  max-width: 826px;
    padding-left: 15px;
    padding-right: 15px;
}

#register.page #registerMain {
  background-color: #fcefef;
  border: 10px solid #f3b9b9;
  border-radius: 8px;
  max-width: 380px;
  margin-left:auto;
  margin-right:auto;
  margin-top: 7px;
}
#register.page #mainContent2 h3 {
    background-color: #C40000;
    border-radius: 3px 3px 3px 3px;
    color: white;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-top:10px;
    margin-left:15px;
    margin-right:15px;
    padding: 2px;
    text-align: center;
    /*max-width: 350px;*/
    border:none;
    line-height:normal;
    margin-bottom: 20px;
}
#register.page #registerMain form {
  padding-left: 45px;
}
#register.page #registerMain form {
  padding-left: 45px;
  font: 12px Tahoma;
  margin-left: 0;
}
#register.page .mtcRegAttributes {
  margin-bottom: 10px;
}
#register.page #registerMain form label {
  font-family: arial;
  font-weight: bold;
}
#register.page #registerMain form .checkcontainer {
    font-weight: normal;
}
.mtcRegAttributes select, .mtcRegAttributes .element, .mtcRegAttributes input {
  margin-top: 3px;
  font:13px Arial,sans-serif;
  color:black;
}
#registrationEmailText {
  color: #999999;
  font: 11px Arial;
  text-align: left;
}
#register.page .btnRegistration {
  margin-bottom: 30px;
  margin-left: 10px;
    max-width: 251px;
}
#register.page #newUsers {
  border-left: 2px dotted #8e8e8e;
  border-right: 0 none;
  float: right;
  margin-top: 30px;
  width:274px;
  display:none;
}
#mainContent2 h4 {
  background-image: url("../images/sencenje2.png");
  background-position: left top;
  background-repeat: repeat-y;
  color: #747474;
  font-family: Tahoma,Geneva,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 23px;
  margin-bottom: 4px;
  margin-right: 30px;
  margin-top: -2px;
  padding-left: 7px;
  text-decoration: underline;
}
#registerMain .atrError, #registerMain .loc_Error {
  color: #ff0000;
  font-size: 12px;
  margin-bottom: 15px;
}
#registerMain form .mtcRegAttributes .error {
    background-color: transparent;
    background-image: url(../images/atrErrorBgTop2.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    font-weight: bold;
    height: auto;
    margin-top: 0px;
    width: 320px;
}
#registerMain form .mtcRegAttributes .errorBotBg {
    background-image: url(../images/atrErrorBgBottom.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 320px;
}
#registerMain form .error p {
  color: red;
  display: block;
  font-size: 11px;
  margin: 0 0 -20px;
  padding: 17px 12px 2px;
}
.registerTermsLink {
    color: #000000;
    font-size: 12px;
    text-decoration: underline;
}


/* ********************* confirm.php ********************* */
#register.confirm #wrapper h1 {
	/*border: 2px solid #e2dfde;*/
	border-radius: 8px;
	color: #c40000;
	font-family: Arial,sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin: 40px 15px 0;
	padding: 10px 12px;
}
#register .confirmblock {
  border: 2px solid #e2dfde;
  border-radius: 8px;
  font-family: Arial,sans-serif;
  margin: 40px 15px 0;
  padding: 10px 12px;
}
#register .confirmblock img {
	float: left;
	margin-left: 50px;
}
#register .confirmblock div {
	display: inline-block;
	margin-left: 50px;
	margin-top: 10px;
	font-size:20px;
	line-height:28px;
	width:70%;
	width: -webkit-calc(100% - 190px);
	width: -moz-calc(100% - 190px);
	width: calc(100% - 190px);
}
#register .confirmblock div span {
	color: #c40000;
	font-weight: bold;
}
#register .confirmblock2 {
  border: 2px solid #e2dfde;
  border-radius: 8px;
  font-family: Arial,sans-serif;
  margin: 40px 15px 0;
  padding: 20px;
  margin-bottom:150px;
}
#register .confirmblock2 div {
	font-size: 16px;
	margin-left: 170px;
	width:70%;
	width: -webkit-calc(100% - 170px);
	width: -moz-calc(100% - 170px);
	width: calc(100% - 170px);
}
#register .confirmblock2 div ul {
  margin-left: 15px;
  margin-top: 10px;
}
#register .confirmblock2 div ul li {
  padding-top: 10px;
}
#register.confirm a, #register.confirm span {
	color: #cb1c1c;
	/*font-size: 11px;*/
	font-weight: bold;
	margin: 10px 0 0;
}
#register .confirmblock2 .wrongPass {
  /*bottom: 0;*/
  color: #ff0000;
  font: bold 12px Arial,Helvetica,sans-serif;
  /*left: 167px;*/
  margin: 0;
  position: absolute;
}




/* page.php */
#productsthankyoupage .divDone strong {
	color: #424242;
	font-size: 18px;
}
#productsthankyoupage .divDone {
	padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
#productsthankyoupage .divDone .forward {
	margin: 30px 0 60px;
}
#productsthankyoupage .title {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 20px;
}


.ProductNoMembership {
	margin-top:20px;
}

.discountCard {
	right: -86px;
	top: 0px;
	position: absolute;
}
.discountCardWrapper {
	text-align:center;
}


.eprogramWideImage {
	width:100%;
}


.productsImagesWrapper {
	text-align:center;
	font-size:16px;
}
.productsImagesWrapper img {
	width: 255px; 
	height: 166px;
	margin-bottom:5px;
	margin-top:5px;
}



/* Youtube Reflexive */
.vid-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 35px; height: 0; overflow: hidden;
}

.vid-container iframe, .vid-container object, .vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* **************************** */


@media only screen and (max-width: 940px) {
	.membership.membershipProduct .offer {
		right:-7px;
		top:-45px;
	}	
	.membership.membershipProduct .offer img {
		width:100px;
	}	
	
	/* Gift boxes (garancija, knjiga ljubim, etc.) */
	.offerGiftCornerIcon {
		left: -19px;
		top: -39px;
	}
}
@media only screen and (max-width: 866px) {
	#frmOrder, #frmOrder2 {
		padding-left:15px;
		padding-right:15px;
	}	
	/* Center the membership boxes */
	.membershipBoxes {
		max-width: 627px;
		width:100%;;
		margin-left: auto;
		margin-right: auto;
	}	
	.membership.gold {
		margin-bottom:10px;
	}
	.membership.membershipProduct .popustImg {
		right:50px;
	}
	.discountCard {
		position: static;
		margin-bottom: 20px;
	}
	/* Header */
	.takeMeBack span {
		display:none;
	}	
}
@media only screen and (max-width: 730px) {
	.membership.membershipProduct .popustImg {
		right:-15px;
        top: 0px;
	}
    .membership.membershipProduct .popustImg img {
        width:90%;
    }

  	/* Center the order form elements */
	.vclaniSe1 strong {
		display:block;
		margin-bottom:10px;
	}
	.vclaniSe1 {
		text-align:center;
	}	
	
}
@media only screen and (max-width: 646px) {
	.membership.membershipProduct .popustImg {
		float:none;
		display:block;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		margin-top:0px !important;
        text-align: center;
	}
	.membership.membershipProduct .popustImg img {
		margin-top:25px;
        margin-left: -45px;
        width: unset;
	}
	.membership.membershipProduct .price {
		margin-top: 5px;
	}
	.membership.membershipProduct .membershipradiobutton label {
		max-width:230px;
	}	
	.membership.membershipProduct .membershipradiobutton {
		width:250px;
	}
	.membership.special .offer {
		right:-17px;
	}
	.membershipBoxes {
		max-width:584px; 
	}
	.membership.special .membershipradiobutton {
		width:196px;
	}	
	.membership.membershipProduct .membershipradiobutton {
		width:296px;
	}	
	.membership.special .popustImg {
		right: 9px;
	}
	.membership.gold .membershipradiobutton {
		width:171px;
	}
	/* Trust logo */
	.divTrustLogo.TrustLogoRemoveLockPad {
		background: none;
		right:-10px;
	}	
/* products/confirm.php */
	#register.confirm #wrapper h1, #register .confirmblock {
		text-align:center;
	}
	#register .confirmblock img {
		float: none;
		margin-left: 0;
	}
	#register .confirmblock div {
		margin-left: 0;
		width: 100%;
	}
	#register .confirmblock2 div {
		margin-left: 0;
		width: 100%;
	}
}
@media only screen and (max-width: 560px) {
	.membership.special .popustImg img {
		width:100px;
	}
	/* Header */
	#headerProducts.responsiveheaderlogo #logo {
		background-image: url('/images/logo_only_icon.png');
		margin-top: 7px;
		width: 64px;
	}
	#headerProducts .takeMeBack {
		margin-top: -10px;
	}
	#headerProducts.responsiveheaderlogo {
		min-height: 55px;
	}
	#headerProducts.responsiveheaderlogo h1 {
		font-size: 19px;
		margin-top:-29px;
		padding-right: 176px;
		padding-left:0px !important;
	}
}
@media only screen and (max-width: 526px) {
	.membership.membershipProduct .membershipradiobutton label {
		max-width:152px;
	}
	.membership.membershipProduct .membershipradiobutton {
		width:220px;
	}
	.membership.special .popustImg {
		/*position: absolute;*/
		top: 11px;
		right: -4px;
	}
	.membership.special .popustImg img {
		width:70px;
	}
	.membership.gold .popustImg {
		/*position: absolute;*/
		top: 0px;
		right: 10px;
	}
	.membership.gold .popustImg img {
		width:50px;
	}	
	.membership.silver .popustImg {
		/*position: absolute;*/	
		top: 0px;
		right: 17px;
	}
}
@media only screen and (max-width: 460px) {
	
	.membership .price.red span {
		font-size:16px;
	}
	.membership .price.red strong {
		font-size:39px;
	}
	.membership .price small {
		font-size:10px;
	}
	.membership.special .membershipradiobutton {
		width:161px;
	}
	.membership.gold .price2 {
		margin-left: 5px;
	}
	.membership.gold .membershipradiobutton {
		width:156px;
	}
	.membership .price .membershipmonth1 {
		display:none;
	}
	.membership .price .membershipmonth2 {
		display:block;
	}
	
	/* Signup form */
	.SignupInputsWrapper {
		max-width: 250px;
	}
	/* Header */
	.responsivetakemeback2 {
		display:block;
	}	
	.responsivetakemeback1 {
		display:none;
	}	
	#headerProducts.responsiveheaderlogo h1 {
		padding-right: 80px;
	}
    /* register.php */
    #register.page #registerMain form {
        padding-left: 20px;
    }
    #register .btnRegistration {
        margin-left: unset !important;
    }
    #registerMain .divRegisterButton {
        text-align: center;
    }
    form .error {
        background-size: 260px;
        width: 260px !important;
    }
    form .errorBotBg {
        background-size: 264px;
    }
}
@media only screen and (max-width: 400px) {
	.membership.membershipProduct .price {
		/*margin-left: 20px;*/
	}
	.membership.gold, .membership.special {
		margin-bottom:0px;
	}
	.membership.silver {
		max-width:none;
	}
	.membership.gold .title {
		display:none;
	}
	.membership.gold {
		border-top:1px;
	}
	.membership.gold .year {
		margin-top:10px;
	}	

	#frmOrder, #frmOrder2 { /* Remove padding from the order form */
	    padding-left:0px;
		padding-right:0px;
	}
	.membership.special .offer {
		right:0px;
	}
	#index .link.right {
		margin-right:7px;
	}
	.paycard li {
		padding-right: 25px;
		padding-left: 25px;
	}
	
	
	.ProductNoMembership {
		margin-right: 15px;
		margin-left: 15px;
		text-align: center;
	}
	
	/* Gift boxes (garancija, knjiga ljubim, etc.) */
	.offerGift {
		text-align:center;
		margin-bottom:0px;
		border-radius:0px;	
	}
	.offerGift img:first-child {
		float:none;
	}
	#jtcMainContainer .offerGift h4, #jtcMainContainer .offerGift p {
		margin-left: 0;
		margin-right: 0;
	}
	#jtcMainContainer .offerGift p {
		text-align:left;
	}
	
	#guarantee {
		text-align:center;
	}
	.guaranteeimgwrapper {
		display: inline-block;
		margin-left: 0;	
	}
	.btnRegistration {
        width: 220px;
    }
}
@media only screen and (max-width: 350px) {
	.membership.membershipProduct .price {
		margin-top:20px;
	}
	
	.membership.gold, .membership.special, .membership.silver {
		padding-left:1px;
		padding-right:0px;
	}	
	.membership.special .year, .membership.gold .year, .membership.silver .year, .membership .months  {
		padding-left:5px;
		padding-right:5px;
	}	
	.membership label {
		width:103px;
	}
	.membership.membershipProduct .membershipradiobutton {
		width:160px;
	}
	.membership.special .popustImg {
		right:7px;
	}
	.membership.special .membershipradiobutton {
		width:138px;
	}
	.membership.gold .membershipradiobutton {
		width:138px;
	}
	.membership.silver .membershipradiobutton {
		width: 138px;
	}
	.membership .title {
		margin-left: 6px;
	}
	
	/* Gift boxes (garancija, knjiga ljubim, etc.) */
	.offerGift img:first-child {
		width:100px;
	}
	
	.SignupForm_error small {
		display:none;
	}
    #register.page .btnRegistration {
        width: 212px;
    }

    form .error {
        background-size: 237px;
        width: 237px !important;
    }
    form .errorBotBg {
        background-size: 240px;
    }
}
