/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  color: #331d35;
  background-color: #e7e7e7;
}

a {
  color: #41307c;
  text-decoration: none;
}

/* -------------------------------- 

Main Components 

-------------------------------- */


#bonus{ 
	margin: 10px  0 0 0;
	padding-left:0;
/*
	-webkit-transition: 0.1s all ease-in-out;
    -moz-transition: 0.1s all ease-in-out;
    -ms-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
*/
}
#bonus > div{
	float:left;
	position:relative;
	margin:2px 40px 10px 0;
}
#bonus p{float:left;font-size:16px;    line-height: 1; margin: 3px 20px 0 0;color:#666;}
#bonus label{
	font-size:13px;
	color:#777;
	font-weight:400;
	text-indent:4px;
	    border: 0;
    padding: 0;
	text-transform: capitalize;
	background:none !important;
}
#bonus input.radio:empty ~ label:before{
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;	
}

#bonus input.radio {height:0;}
#bonus input.radio:empty ~ label{
	line-height: 19px;
}
#bonus input.radio:empty ~ label:hover {background:none;}
#bonus input.radio:empty ~ label:before {
	float:left;
	position: relative;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	background: none;
	border-radius: 100px;
	width: 20px;
    height: 20px;
    border: 2px solid #50d3d8;
	cursor:pointer;
}
#bonus input.radio:empty, #bonus input.nav-trigger[type="checkbox"] {
    margin-left: -999px;
    height: 0;
    max-height: 0;
    width: 0;
    margin: 0;
    overflow: hidden;
    display: none;
}
#bonus input.radio:checked ~ label:before {
	text-indent: .9em;
	color: #9CE2AE;
	background-color: #50d3d8;
	border: 1px solid #50d3d8;
	
}
.help{
	position: absolute;
    top: 0;
    right: -20px;
    padding: 4px;
	cursor:help;
}
.help i{
	font-size:13px;
	color:#999;	
	
}
	.help:hover i{color:#7ad580;	}

.help .bonus-info{
	display:none;
	width:250px;
	padding:15px;
	font-size:13px;
	line-height:15px;
	    font-weight: 200;
    text-transform: inherit;
	color:#fff;
	background:#7ad580;
	box-shadow: 0 6px 30px rgba(0,0,0,.2);
	position: absolute;
    top: 24px;
    right: -220px;
    z-index: 1;
}

.help .bonus-info:before{
	content:"";
	float:left;
	width: 0; 
	height: 0; 
	
	border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  
  border-bottom: 10px solid #7ad580;
	
	position:absolute;
	left: 11px;
    top: -5px;
	z-index:1;
}
.help .bonus-info i{
	color:#fff;
    color: rgba(0,0,0,.2);
	font-size:11px;
	position: absolute;
    top:8px;
    right: 10px;
}
#bonus.disabled{
	opacity:0;
}

#member-cart{ padding-right:0;}
.total{line-height: 60px;}
.total span{
font-size:12px;
font-weight:800;
line-height: 50px;
text-transform:uppercase;	
color:#50d3d8;
}
.total #totaloutput{
	font-size:60px;
	font-weight:200;
	color:#50d3d8;
	    margin: -4px 0 0 0;
	-webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}
.total small{
	color:#50d3d8;
	font-size: 16px;
	    margin: 28px 0 0 0;
    display: inline-block;
    padding: 0;
    line-height: 1;
}
.total #totaloutput:before{
	content:"$";
	font-size: 30px;
    float: left;
    margin: -10px 0 0 0;
	
}
.checkout{
	display: block;
    color: #fff;
	font-weight:700;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
	padding: 12px 20px;
	    margin: 0 0 0 20px;
    text-transform: uppercase;
    box-shadow: 0 6px 30px rgba(0,0,0,.2);
	font-family: "Open Sans", sans-serif;
    border-radius: 0;
    background: #4fd59a;
	-webkit-transition: 0.1s all ease-in-out;
    -moz-transition: 0.1s all ease-in-out;
    -ms-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
	
}
.checkout:hover, .checkout:focus{
	color: #fff;
	text-decoration:none;
    background: #49c38e;
}

.total.disabled #totaloutput, .total.disabled small{
	color: #ddd;
}
.total.disabled .checkout{
	color: #999;
	background: #ddd;
	box-shadow: none;
	cursor:default;
}

.cd-header {
  position: relative;
  height: 150px;
  background-color: #331d35;
}
.cd-header h1 {
  color: #ffffff;
  line-height: 150px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
}


.cd-main-content {
	position: relative;
    width: 100%;
    clear: both;
    display: inline-block;
	margin: 0 0 0 0;
}
.cd-main-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-main-content.is-fixed{
	padding-top: 95px;
	
}
.cd-main-content.is-fixed .cd-tab-filter-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.cd-main-content.is-fixed .cd-filter form {

  -webkit-overflow-scrolling: touch;
}
.cd-main-content.is-fixed .cd-filter-trigger {
  position: fixed;
}


/* -------------------------------- 

xtab-filter 

-------------------------------- */
.cd-tab-filter-wrapper {
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.cd-tab-filter-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.cd-tab-filter {
  /* tabbed navigation style on mobile - dropdown */
  position: relative;
  height: 50px;
  width: 140px;
  margin: 0 auto;
  z-index: 1;
}
.cd-tab-filter::after {
  /* small arrow icon */
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.cd-tab-filter ul {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: inset 0 -2px 0 #41307c;
}
.cd-tab-filter li {
  display: none;
}
.cd-tab-filter li:first-child {
  /* this way the placehodler is alway visible */
  display: block;
}
.cd-tab-filter a {
  display: block;
  /* set same size of the .cd-tab-filter */
  height: 50px;
  width: 140px;
  line-height: 50px;
  padding-left: 14px;
}
.cd-tab-filter a.selected {
  background: #41307c;
  color: #ffffff;
}
.cd-tab-filter.is-open::after {
  /* small arrow rotation */
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul {
  box-shadow: inset 0 -2px 0 #41307c, 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cd-tab-filter.is-open ul li {
  display: block;
}
.cd-tab-filter.is-open .placeholder a {
  /* reduces the opacity of the placeholder on mobile when the menu is open */
  opacity: .4;
}



/* -------------------------------- 

xgallery 

-------------------------------- */

.cd-gallery {
/*  float: right;
  	padding: 26px 5%;
  	width: 80%;
*/
}
.cd-gallery > .row{
	    margin: 0;
    padding: 0;
}

.cd-gallery .mix {
	list-style:none;
  	opacity:1;
	
}

/*#pricing-cards .mix.price-info[style="display: inline-block;"]{border:1px solid #50d3d8;}*/
#pricing-cards .mix.price-info{
	background:#fff;
	
}
#pricing-cards .mix.price-info h2{color:#50d3d8;}
#pricing-cards .mix.price-info h1,#pricing-cards .mix.price-info h6, #pricing-cards .mix.price-info p{color:#777;}
#pricing-cards .mix.price-info h1 small{color:rgba(0,0,0,.3)}


.cd-gallery .mix.gap {
  /* used in combination with text-align: justify to align gallery elements */
  opacity: 0;
  height: 0;
  display: inline-block;
}
.cd-gallery img {
  display: block;
  width: 100%;
}
.cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
}


/* -------------------------------- 

xfilter 

-------------------------------- */
.cd-filter {
  z-index: 11;
  float: left;
  width: 100%;
 /*width: 280px;
  height: 100%;
  height: 100vh;
  background: #ffffff;
  box-shadow: 4px 4px 20px transparent;
  z-index: 2;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;*/

}
.cd-filter::before {
  /* top colored bar 
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #41307c;
  z-index: 2;*/
}
.cd-filter form {
	float:left;
	width:100%;
	height:100%;
	position:relative;
}
.cd-filter .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  background: #37296a;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}
.no-touch .cd-filter .cd-close:hover {
  background: #32255f;
}
.cd-filter.filter-is-visible {
/*
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
*/
}
.cd-filter.filter-is-visible .cd-close {
  opacity: 1;
	display:none;
}


.cd-filter-trigger {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  background: transparent url("../img/cd-icon-filter.svg") no-repeat center center;
  z-index: 3;
}
.cd-filter-trigger.filter-is-visible {
  pointer-events: none;
}


/* -------------------------------- 

xcustom form elements 

-------------------------------- */
.cd-filter-block {
  margin-bottom: 1.6em;
}
.cd-filter-block h4 {
  /* filter block title */
  position: relative;
  margin-bottom: .2em;
  padding: 10px 0 10px 20px;
  color: #9a9a9a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.no-touch .cd-filter-block h4:hover {
  color: #41307c;
}
.cd-filter-block h4::before {
  /* arrow */
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-filter-block h4.closed::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
  /* shared style for input elements */
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
      background: #fff;
	    width: 64px;
    height: 64px;
    border-radius: 100px;
	cursor:pointer;
}
.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
  width: 100%;
  padding: .8em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
}
.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #41307c;
}
.cd-filter-block input[type='search'] {
  /* custom style for the search element */
  border-color: transparent;
  background-color: #e6e6e6;
  /* prevent jump - ios devices */
  font-size: 1.6rem !important;
}
.cd-filter-block input[type='search']::-webkit-search-cancel-button {
  display: none;
}
.cd-filter-block .cd-select {
  /* select element wrapper */
  position: relative;
}
.cd-filter-block .cd-select::after {
  /* switcher arrow for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-filter-block select {
  cursor: pointer;
  font-size: 1.4rem;
}
.cd-filter-block select::-ms-expand {
  display: none;
}
.cd-filter-content.cd-filters.list {padding:0;margin:0;}
.cd-filter-block .list .check-edu, .cd-filter-block .list .check-web, .cd-filter-block .list .check-dir,.cd-filter-block .list .check-pre {
  	list-style: none;
	position:absolute;
	bottom:25px;
	left:180px;
}
.cd-filter-block .list div.check-web{
	
}
.cd-filter-block .list div.check-dir{
	
}
.cd-filter-block .list div.check-pre{
	
}

.cd-filter-block .list li:last-of-type {
  margin-bottom: 0;
}
.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
	    display: block;
  padding-left: 24px;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-filter-block .checkbox-label::before, 
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  top: 50%;
	top:0;
	color:#50d3d8;
	text-align: center;
    line-height: 64px;
    font-size: 12px;
	text-transform:uppercase;
	    border: 4px solid #f6f6f6;
/*    box-shadow: 0 6px 30px rgba(0,0,0,.05);*/
	cursor:pointer;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: 0.1s all ease-in-out;
    -moz-transition: 0.1s all ease-in-out;
    -ms-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
	    box-sizing: content-box;
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
content: 'add';
  left: 0;
}
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
  /* check mark - hidden */
  content: '';
/*	display:block;*/
	opacity:0;

}
.cd-filter-block .checkbox-label::after {
  /* check mark style for check boxes */
  	width: 64px;
  	height: 64px;
	left: 0;
  	background: url("../img/membership-check.jpg") no-repeat center center;
	background-size: 100px;
    border-radius: 100px;
	box-shadow: none;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  border-radius: 50%;
}
.cd-filter-block .radio-label::after {
  /* check mark style for radio buttons */
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  left: 5px;
}
.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
 box-shadow:none;
	opacity:0;
}
.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
  display: block;
	opacity:1;
}
.dir29, .dir59{
	-webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}
.opacity20{opacity:.2}

@-moz-document url-prefix() {
  /* hide custom arrow on Firefox - select element */
  .cd-filter-block .cd-select::after {
    display: none;
  }
}
