/**********************************************************************************************

    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);
	display: block;
	height: 12px;

}



/* 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: 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;
}
/* 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;
}
.paymentmethodTitleWrapper {
	position:relative;
	padding-left:15px;
	padding-right:15px;
}
#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: 0 15px;*/
	margin-right:15px;
}
.centerIt {
  text-align: center;
}
.warningparagraph {
  background-color: #FFF9D7;
  border: 1px solid #E2C822;
  padding: 4px;
}

.paycard .checkcontainer .checkimg {
	vertical-align: bottom;
}
.paycard .checkcontainer.radio .checkmark {
	top:30%;
}
.paycard em {
    display: inline-block;
    margin-top: 5px;
}

/* 2. MAIN
-----------------------------------------------------------------------------------------------
===============================================================================================*/
/* 2.1 Layout
-----------------------------------------------------------------------------------------------*/
#wrapper {
    width:800px;
}
.main {
	padding-left:15px;
	padding-right:15px;
}
.mainBottom {
	height:130px;
}




/* ************************************ HEADER ********************************************** */
#header {
    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;
}
#header .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;
}
#header .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;
}
#header #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;
}
#header h1 {
	font-size: 18px;
    color: #960f0f;
    /*padding-right: 150px;*/
    /*font-weight: bold;*/
    line-height: 22px;
    margin-top: -1px;
    margin-bottom: 10px;
	/*position: absolute;*/
	top: 35px;
	left: 144px;
	/*width:500px;*/
}
.privateOffersHeader h1 {
    margin-left: 73px;
}
.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;
}
#header .takeMeBack {
    /*margin-top:39px;*/
	position: absolute;
	right: 14px;
	top: 23px;
}
.responsivetakemeback2 {
	display:none;
}
#header h1#headercustomimg {
	text-align:center;
	margin-bottom:30px;
	margin-top:20px;
	margin-left:0px;
}
#header h1#headercustomimg img {
	width:100%;
}
/* ********************************************************************************** */





#jtcMessage {
    margin-top:35px;
}
#jtcMainContainer {
    width: auto;
}
#index #jtcMainContainer {
   padding-left: 0px;
	padding-right: 0px;
	max-width: 832px;
}
#footer-wrapper {
    background: #DFDFDE;
    border-top: 1px solid #CECECE;
    clear: both;
    padding: 25px 0;
}
#footer {
    margin: 0 auto;
    overflow:hidden;
    max-width: 800px;
	padding-left:15px;
	padding-right:15px;
}





/* 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; /* this was commented before */
  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: 3px;
	top: 0px;
	max-width: 419px;
}

#index .membership.silver .title {
  color: #666666;
}


#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;
}
.main p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height:20px;
    text-align: justify;
}

#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;
    text-align: justify;
}
#index h3 {
  font-size: 13pt;
  margin: 15px 15px 25px 20px;
  text-align: center;
}
.red {
	color:red;
}
.blue {
  color: #003399;
}







#index .membership .title {
  color: #FF9900;
  font-size: 24px;
  font-weight: bold;
  line-height:normal;
  margin-bottom: 0px;
  padding-bottom:16px;
}
.membership .year {
  	overflow: visible;
  	padding-bottom:16px;
	padding-left:9px;
	padding-right:9px;
    position:relative;
	min-height:37px;
}
.membership.membershipProduct .offer {
  position: absolute;
  right: -60px;
  top: -50px;
  z-index: 2;
}
.membership.special .popustImg img {
  margin-top: -16px;
}
.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.special .offer {
    right:-60px;
    position:absolute;
    top:-30px;
    z-index:2;
}
.membership label span {
  vertical-align: text-top;
}
.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.red span.decimal {
    display: block;
    height: 20px;
}
.membership .price span {
  font-size: 13px;
  line-height: 0.9;
  vertical-align: top;
}
.membership .price span.decimal {
    display: block;
    height: 12px;
}
.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;
  vertical-align: top;
}
.membership.gold .year {
  padding-right: 0;
}
.membership.gold label {
  max-width: 215px;
}
.membership.gold label span {
  color: #FF9900;
  font-weight: bold;
}
.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;
}
.membership.silver .title {
  color: #666666;
}
.membership.silver .year {
  padding-right: 0;
}
.membership.silver label {
  color: #666666;
  max-width: 170px;
}
.membership.silver label span {
  font-weight: bold;
}
.membership.silver .price {
	margin-right:26px;
}
.membership.silver {
  border: 1px solid #D3D3D3;
  color: #666666;
  display: inline-block;
  max-width: 378px;
  width:100%;
  box-sizing:border-box;
}

.link.right {
  font-size: 11px;
  margin-top: 5px;
  text-align: right;
}
.link {
  display: block;
  font-weight: normal;
  margin-top: -5px;
  color: #cb1c1c;
}
#index .Paymentfinal_waitingAnimation {
  display: none;
  padding: 13px 0 14px;
  text-align: center;
  font-size:12px;
}
.Paymentfinal_waitingAnimation span {
  background: rgba(0, 0, 0, 0) url("/images/loading_red_small.gif") no-repeat scroll center center;
  margin-top: 40px;
  padding: 40px;
}
.membership.membershipProduct  .year {
	margin-top: 11px;
	padding-right:0px;
}
.membership.membershipProduct .popustImg img {
	margin-top: -46px;
	width:100%;
}
.membership.membershipProduct.classEProgram .popustImg {
    margin-top: 16px;
}
.membership.membershipProduct .title {
	padding-bottom: 30px;
	margin-right:105px;
}
.membership.membershipProduct {
	padding-right:0px;
}



/* 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;
}
.eprogramText {
  /*left: -8px;*/
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 650px;
  width:100%;
  font-size:16px;
}
#book, #software, #onlEss, #memArea, #coaching {
  margin-bottom: 20px;
}
#book p, #software p, #onlEss p, #memArea p, #coaching p {
  margin-left: 25px;
  margin-right: 30px;
}
#book ul, #software ul, #onlEss ul, #memArea ul {
  margin-left: 30px;
  margin-right: 30px;
  padding-top:10px;
}
#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;
  font-size:16px;
}

/* 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;
  max-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;
}
#guarantee 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%;
  font-size:16px;
}
table#value td.black {
  background-color: #000000;
  color: #FFFFFF;
}
table#value td.border {
  border-top: 1px solid #adadad;
}
table#value td {
  font-weight: bold;
  line-height: 30px;
  margin: 0;
  padding: 0 10px 0 25px;
}

table#save {
	-webkit-box-shadow: -4px 9px 18px 1px rgba(0,0,0,0.38);
	-moz-box-shadow: -4px 9px 18px 1px rgba(0,0,0,0.38);
	box-shadow: -4px 9px 18px 1px rgba(0,0,0,0.38);
	
	border: 1px solid #99CC33;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
	
	font-size:16px;
}
table#save td {
  border: 1px solid #99CC33;
  height: 60px;
  padding: 10px;
}
#bonus {
  left: -57px;
  position: absolute;
  top: -31px;
}
.red {
  color: #FD0000;
}
.vclaniSe1 {
  border: 2px solid #E2DFDE;
  border-radius: 8px 8px 8px 8px;
  font-family: Arial,sans-serif;
  margin: 40px 30px 0;
  padding: 10px 12px;
}
.vclaniSe1 strong {
  color: #C40000;
  font-size: 22px;
}
.vclaniSe1 p {
  color: #636262;
  font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
    line-height:20px;
    text-align: justify;
}

#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:40px;
}
#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;
    text-align: left;
}

.booksTwoColumns {
    display:flex;gap:30px;
    text-align: center;
    margin-top:30px;
    margin-bottom: 65px;
}
/* ************************************************************************************************************************ */






/* 3. EVENTS
-----------------------------------------------------------------------------------------------
===============================================================================================*/
/*
-----------------------------------------------------------------------------------------------*/


.events_registrationFrame {
  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;
}
.events_registrationLeftColumn {
  float: left;
  padding: 4px 4px 0 0;
  text-align: left;
  width: 100px;
  margin-bottom:15px;
}
.events_registrationRightColumn {
  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;
}
.events_registrationRightColumn input[type="text"], .cmbEventSchedule {
  float: left;
  max-width: 235px;
  width:100%;
  font:14px Arial,sans-serif !important;
}
.events_clear5 {
  border: 0 none;
  clear: both;
  font-size: 0;
  height: 5px;
}
.events_error {
	color:Red;
	font-size:11px;
	display:none;
}
.events_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;
}
.events_registrationRowTherms {
  color: #000;
  font-size: 12px;
  margin: 0 0 5px;
  padding: 20px 0 0;
}
.events_wait {
  display: none;
}
.events_wait p {
  padding: 13px 0 14px;
  text-align:center;
}
.events_wait .animation {
  background: rgba(0, 0, 0, 0) url("/images/loading.gif") no-repeat scroll center center;
  display: block;
  margin-top: 40px;
  padding: 40px;
}






.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;
}
.ProductNoMembership {
	margin-top:20px;
}


.discountCard {
	right: -86px;
	top: -14px;
	position: absolute;
}
.discountCardWrapper {
	text-align:center;
}


.eprogramWideImage {
	width:100%;
}




.eprogramProductPhotoWrapper {
	display:block;
	float:left;
	margin-right:25px;
	margin-left:25px;
}
.eprogramProductPhotoWrapper img {
	
}
.eprogramwrapper {
	margin-top:70px;	
	margin-bottom:50px;
}
.eprogramhead {
	-webkit-box-shadow: inset 0px -4px 32px -3px rgba(0,0,0,0.21);
	-moz-box-shadow: inset 0px -4px 32px -3px rgba(0,0,0,0.21);
	box-shadow: inset 0px -4px 32px -3px rgba(0,0,0,0.21);

	-webkit-box-shadow: 0px 15px 32px -11px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 15px 32px -11px rgba(0,0,0,0.28);
	box-shadow: 0px 15px 32px -11px rgba(0,0,0,0.28);

	border:4px solid black;
	border-radius:19px;

	max-width: 689px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:30px;
	min-height: 78px;
	position:relative;
	box-sizing:border-box;
}
#book .eprogramhead {
	background: rgb(212,232,165); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(212,232,165,1) 0%, rgba(168,205,78,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(212,232,165,1) 0%,rgba(168,205,78,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(212,232,165,1) 0%,rgba(168,205,78,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e8a5', endColorstr='#a8cd4e',GradientType=0 ); /* IE6-9 */
	border-color: #86a537;
}
#software .eprogramhead {
	background: rgb(141,186,242); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(141,186,242,1) 0%, rgba(84,145,226,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(141,186,242,1) 0%,rgba(84,145,226,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(141,186,242,1) 0%,rgba(84,145,226,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dbaf2', endColorstr='#5491e2',GradientType=0 ); /* IE6-9 */
	border-color: #3881eb;
}
#onlEss .eprogramhead {
	background: rgb(234,127,148); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(234,127,148,1) 0%, rgba(225,61,95,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(234,127,148,1) 0%,rgba(225,61,95,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(234,127,148,1) 0%,rgba(225,61,95,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea7f94', endColorstr='#e13d5f',GradientType=0 ); /* IE6-9 */
	border-color: #d82b4c;
}
#memArea .eprogramhead {
	background: rgb(249,213,128); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249,213,128,1) 0%, rgba(234,170,45,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(249,213,128,1) 0%,rgba(234,170,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(249,213,128,1) 0%,rgba(234,170,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d580', endColorstr='#eaaa2d',GradientType=0 ); /* IE6-9 */
	border-color: #e69d00;
}
.eprogramhead table {
	width:100%;
	margin:10px;
}
.eprogramhead table tr td:first-child {
	width:22%;
	vertical-align: top;
}
.eprogramhead table h1 {
	font-size: 30px;
	line-height: 40px;
	text-align: left;
}
.eprogramhead table span {
	font-size: 44px;
	font-weight: bold;
	margin-left: 18px;
}


.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;
	}
	.membership.membershipProduct  .popustImg {
		width: 40%;
		width: -webkit-calc(100% - 366px);
		width: -moz-calc(100% - 366px);
		width: calc(100% - 366px);
	}
	
	/* 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;
	}
	.discountCard {
		position: static;
		margin-bottom: 20px;
	}
	
	/* boxes on eprogram and spoznajpravega */
	#memArea .eprogramhead table tr td:first-child {
		vertical-align:bottom;
	}
	#bonus {
		left:-26px;
		top:-41px;
	}
	/* Header */
	.takeMeBack span {
		display:none;
	}
}
@media only screen and (max-width: 730px) {
	.membership.membershipProduct .popustImg {
		top:30px;
	}
	/* 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;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-top:0px !important;
	}
	.membership.membershipProduct .popustImg img {
		margin-top: 0;
		margin-bottom: 20px;
		margin-top:-25px;
	}
	.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;
	}	
	
	
	/* boxes on eprogram and spoznajpravega */
	.eprogramhead table span {
		font-size: 38px;
	}
	.eprogramhead table h1 {
		font-size: 24px;
	}
	#memArea .eprogramProductPhotoWrapper img {
		width:210px;
	}	
}
@media only screen and (max-width: 560px) {
	.membership.special .popustImg img {
		width:100px;
	}	
	/* Membership privileges table */
	#primerjava td {
	    padding: 4px 2px;
	}
	/* Header */
	#header.responsiveheaderlogo #logo {
		background-image: url(../../images/logo_only_icon.png);
		margin-top: 7px;
		width: 64px;
	}
	#header .takeMeBack {
		margin-top: -10px;
	}
	#header.responsiveheaderlogo {
		min-height: 55px;
	}
	#header.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;
	}
	/* events/hitrizmenki.php */
	.SignupInputsWrapper {
		max-width:250px;
	}	
}
@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:157px;
	}
	.membership .price .membershipmonth1 {
		display:none;
	}
	.membership .price .membershipmonth2 {
		display:block;
	}
	
	#primerjava tr:first-child td {
	    font-size: 13px;
	    padding-left: 5px;
	    padding-right: 5px;
	    word-wrap: break-word;
	  }
	  
	/* boxes on eprogram and spoznajpravega */
	.eprogramhead table span {
		font-size: 23px;
	}
	.eprogramhead table h1 {
		font-size: 19px;
	}
	.eprogramProductPhotoWrapper img {
		width:150px;
	}
	.eprogramhead table tr td:first-child {
		vertical-align:baseline;
	}
	.eprogramProductPhotoWrapper {
		margin: 0;
		width: 100%;
		text-align: center;
		margin-bottom:20px;
	}	
	/* Header */
	.responsivetakemeback2 {
		display:block;
	}	
	.responsivetakemeback1 {
		display:none;
	}	
	#header.responsiveheaderlogo h1 {
		padding-right: 80px;
	}
}
@media only screen and (max-width: 400px) {	
	.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;*/
	}
    #jtcMainContainer .offerGift h4 {
        text-align:center;
    }
	
	/* boxes on eprogram and spoznajpravega */
	.eprogramProductPhotoWrapper img {
		width:160px;
	}
	#guarantee {
		text-align:center;
	}
	.guaranteeimgwrapper {
		display: inline-block;
		margin-left: 0;	
	}
	table#save {
		margin-left:0;
	}

    .booksTwoColumns {
        flex-direction: column;
    }
}
@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;
	}
}
