.justify_text{
    text-align: justify;
}
.margin_top10px{
    margin-top: 10px;
}
.margin_top20px{
    margin-top: 20px;
}
.margin_top30px{
    margin-top: 30px;
}
.margin_top40px{
    margin-top: 40px;
}
.margin_top50px{
    margin-top: 50px;
}
.margin_bottom10px{
    margin-bottom: 10px;
}
.margin_bottomp20px{
    margin-bottom: 20px;
}
.margin_bottom30px{
    margin-bottom: 30px;
}
.margin_bottom40px{
    margin-bottom: 40px;
}
.margin_bottom50px{
    margin-bottom: 50px;
}
.margin_left10px{
    margin-left: 10px;
}
.margin_left20px{
    margin-left: 20px;
}
.margin_left30px{
    margin-left: 30px;
}
.margin_left40px{
    margin-left: 40px;
}
.margin_left50px{
    margin-left: 50px;
}
.margin_right10px{
    margin-right: 10px;
}
.margin_right20px{
    margin-right: 20px;
}
.margin_right30px{
    margin-right: 30px;
}
.margin_right40px{
    margin-right: 40px;
}
.margin_right50px{
    margin-right: 50px;
}
.subtext_style.light {
    color: #d1d1d1;
}
.subtext_style.dark {
    color: #222222;
    background: none;
}
#counterAndData p:nth-child(2){
    font-weight: bold;
}
p.week-day, p.full-date, p#timeTo {
    text-align: center;
}
.week-day {
    font-size: 35px;
    padding-top: 10px;
}
.full-date {
    font-size: 28px;
}
.counter-wrapper {
    margin: 0px auto;
    width: 240px;
} 
.counter-block {
    width: 60px;
    float: left;
    height: 80px;
    color: black;
    text-align: center;
    font-family: "Montserrat-Regular", "Lato", Helvetica, Arial, sans-serif;
}
.counter-num {
    height: 51px;
    width: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 5px;
    overflow: hidden;
}
.counter-num.dark {
    background-image: url('img/calendar-background-black.png');
    color: #f1f1f1;
}
.counter-num.light {
    background-image: url('img/calendar-background-light.png');
    color: #343434;
}
.counter-num span {
    position: relative;
    width: 50px;
    display: block;
}
.counter-num span:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 1px;
}
.counter-num.dark span:before {
    border-top: 1px solid #222222;
}
.counter-num.light span:before {
    border-top: 1px solid #d1d1d1;
}
.counter-desc {
    font-weight: normal;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    width: 50px;

}
.counter-desc.dark {
    color: #222222;
    background: none;
}
.counter-desc.light {
    color: #d1d1d1;
}
.pixfort_normal_1 #contact_form input {
    width: 100%;
    max-width: 360px;
}
@media only screen and (max-width: 767px) and (min-width: 480px){
.pixfort_normal_1 #contact_form input {
    width: 90%;
}
}
@media only screen and (max-width: 479px){
.pixfort_normal_1 #contact_form input {
    width: 90%;
}
}
/* select webinar radio */
/* The container */
div#custom-radio-controls {
    text-align: left;
}
#custom-radio-controls .label_container {
    display: block;
    position: relative;
    padding: 0 0 0 35px;
    margin: 0 0 20px 0;
    max-width: 265px;
    cursor: pointer;
    line-height: 1em;
    font-size: 15px;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  #custom-radio-controls .label_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  #custom-radio-controls .checkmark {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  #custom-radio-controls .label_container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  #custom-radio-controls .label_container input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  #custom-radio-controls .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  #custom-radio-controls .label_container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  #custom-radio-controls .label_container .checkmark:after {
       top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }
.control-group.user_webinar.light {
    color: #d1d1d1
}
.control-group.user_webinar.dark {
    background: none;
    color: #222222;
}

.pixfort_normal_1 div#custom-radio-controls {
    margin: 0 0 0 45px;
}
.pixfort_normal_1 #custom-radio-controls .label_container {
    max-width: 250px;
}
@media only screen and (max-width: 767px) and (min-width: 480px){
    .pixfort_normal_1 div#custom-radio-controls {
        margin: 0 0 0 45px;
    }
    .pixfort_normal_1 #custom-radio-controls .label_container {
        max-width: 250px;
    }
}
@media only screen and (max-width: 479px){
    .pixfort_normal_1 div#custom-radio-controls {
        margin: 0 0 0 15px;
    }
}
.pixfort_gym_13 #custom-radio-controls .checkmark {
    background-color: #cecece;
}
@media only screen and (max-width: 959px) and (min-width: 768px){
.pixfort_gym_13 #custom-radio-controls .label_container {
    max-width: 200px;
}
}
@media only screen and (max-width: 767px) and (min-width: 480px){
    .pixfort_gym_13 #custom-radio-controls .label_container {
        max-width: 340px;
    }
}
.pixfort_shop_7 .label_container, .pixfort_party_15 .label_container{
    color: #d1d1d1;
}
#popup_1 #custom-radio-controls .label_container {
max-width: 360px;
}
@media only screen and (max-width: 959px) and (min-width: 768px){
    #popup_1 #custom-radio-controls .label_container {
        white-space: normal !important;
    }
}
@media only screen and (max-width: 767px) and (min-width: 480px){
    #popup_1 #custom-radio-controls .label_container {
        white-space: normal !important;
    }
}
@media only screen and (max-width: 479px){
    #popup_1 #custom-radio-controls .label_container, 
    #popup_2 #custom-radio-controls .label_container,
    #popup_3 #custom-radio-controls .label_container,
    #popup_4 #custom-radio-controls .label_container,
    #popup_5 #custom-radio-controls .label_container,
    #popup_6 #custom-radio-controls .label_container,
    #popup_7 #custom-radio-controls .label_container,
    #popup_8 #custom-radio-controls .label_container, 
    #popup_10 #custom-radio-controls .label_container {
        white-space: normal !important;
        max-width: 285px;
    }
}
#popup_2 #custom-radio-controls .label_container {
    max-width: 405px;
    white-space: normal !important;
}
@media only screen and (min-width: 768px){
    #popup_8 #custom-radio-controls .label_container {
        max-width: 390px;
        white-space: normal !important;
    }
}
@media only screen and (min-width: 768px){
    #popup_10 #custom-radio-controls .label_container {
        max-width: 420px;
        white-space: normal !important;
    }
}

/* select webinar drop down */
.user_webinar_hide select.select_user_webinar, .user_webinar_hide select.elementToRemove {
    visibility: hidden;
    padding: 0;
    height: 0;
    margin: -2px;
}
.left_text form#contact_form .select_user_webinar {
    max-width: 430px;
}
@media only screen and (min-width: 480px){
    #popup_10 form#contact_form .select_user_webinar  {
        max-width: 460px;
        width: 100%;
    }
    }
@media only screen and (min-width: 480px){
    #popup_5 form#contact_form .select_user_webinar, #popup_6 form#contact_form .select_user_webinar, #popup_7 form#contact_form .select_user_webinar, #popup_8 form#contact_form .select_user_webinar {
        max-width: 440px;
        width: 100%;
    }
    }
#popup_3 .sixteen.columns.pix_popup {
    width: 500px;
}
@media only screen and (min-width: 480px){
    #popup_3 form#contact_form .select_user_webinar {
        max-width: 420px;
        width: 100%;
    }
    }
@media only screen and (min-width: 480px){
    #popup_2 form#contact_form .select_user_webinar, #popup_4 form#contact_form .select_user_webinar{
        max-width: 440px;
        width: 100%;
    }
    }

@media only screen and (min-width: 767px){
#popup_1 form#contact_form .select_user_webinar {
    max-width: 400px;
}
}
@media only screen and (min-width: 767px){
.pixfort_party_15 form#contact_form .select_user_webinar {
    max-width: 410px;
}
}
@media only screen and (min-width: 767px){
    .pixfort_ebook_9 form#contact_form .select_user_webinar {
        max-width: 410px;
        width: 100%;
    }
    }

@media only screen and (min-width: 767px){
.pixfort_shop_7 .email_subscribe form#contact_form .select_user_webinar{
    max-width: 460px;
    width: 100%;
}
}
@media only screen and (max-width: 767px) and (min-width: 480px){
    .pixfort_shop_7 .email_subscribe form#contact_form .select_user_webinar {
        max-width: 420px;
        width: 100%;
    }
}
@media only screen and (max-width: 479px){
    .pixfort_shop_7 .email_subscribe form#contact_form .select_user_webinar {
        max-width: 300px;
        width: 100%;
    }
}
@media only screen and (min-width: 767px){
.email_subscribe form#contact_form .select_user_webinar {
    max-width: 380px;
    width: 100%;
}
}
@media only screen and (max-width: 767px) and (min-width: 480px){
    .email_subscribe form#contact_form .select_user_webinar {
        max-width: 360px;
        width: 100%;
    }
}
@media only screen and (max-width: 479px){
    .email_subscribe form#contact_form .select_user_webinar {
        max-width: 270px;
        width: 100%;
    }
}
@media only screen and (min-width: 767px){
.pixfort_shop_7 .email_subscribe .control-group.user_webinar_agree {
    max-width: 460px;
    width: 100%;
    display: block;
}
}
@media only screen and (max-width: 767px) and (min-width: 480px){
    .pixfort_shop_7 .email_subscribe .control-group.user_webinar_agree {
        max-width: 420px;
        width: 100%;
        display: block;
    }
}
@media only screen and (max-width: 479px){
    .pixfort_shop_7 .email_subscribe .control-group.user_webinar_agree {
        max-width: 300px;
        width: 100%;
        display: block;
    }
}
@media only screen and (min-width: 767px){
    .email_subscribe .control-group.user_webinar_agree {
    max-width: 380px;
    width: 100%;
    display: block;
}
}
@media only screen and (max-width: 767px) and (min-width: 480px){
    .email_subscribe .control-group.user_webinar_agree {
        max-width: 360px;
        width: 100%;
        display: block;
    }
}
@media only screen and (max-width: 479px){
    .email_subscribe .control-group.user_webinar_agree {
        max-width: 270px;
        width: 100%;
        display: block;
    }
}
form#contact_form .select_user_webinar, .user_webinar select.elementToRemove {
    /* padding: 15px 1.4em 15px 10px;
    width: 100%; */
    max-width: 360px;
    padding-right: 1.8em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
@media only screen and (max-width: 767px) and (min-width: 480px){
    form#contact_form .select_user_webinar {
        max-width: 420px;
    }
}

.select_user_webinar::-ms-expand {
	display: none;
}
.select_user_webinar:hover {
	border-color: #888;
}
.select_user_webinar:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	outline: none;
}
.select_user_webinar option {
	font-weight:normal;
}
/* user_webinar_agree */
.consent_data_block {
    margin-bottom: 15px;
    align-items: center;
    display: flex;
}
.control-group.user_webinar_agree {
    max-width: 400px;
    width: 90%;
    /* display: flex; */
    align-items: center;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: left;
    display: contents;
}
.control-group.user_webinar_agree.dark {
    background: none;
}
.user_webinar_agree.dark .elementToRemove {
    color: #222222;
}
input.consent-checkbox:checked::before {
    opacity: 1;
}

input.consent-checkbox::before {
    position: absolute;
    content: '';
    display: block;
    top: 5px;
    left: 9px;
    width: 8px;
    height: 14px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
#contact_form .consent_data_block input:checked {
    color: #fff;
    border-color: #06842c;
    background: #06842c;
}

#contact_form .consent_data_block input {
    margin: 0 10px 0 0;
    position: relative;
    flex-basis: auto;
    width: 1.5em;
    height: 1.5em;
    color: #363839;
    border: 1px solid #bdc1c6;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}

label::before {
    position: absolute;
    content: attr(data-content);
    color: #9c9e9f;
    -webkit-clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
    text-decoration: line-through;
    text-decoration-thickness: 3px;
    -webkit-text-decoration-color: #363839;
    text-decoration-color: #363839;
    -webkit-transition: -webkit-clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
label {
    margin: 0;
    position: relative;
    cursor: pointer;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.control-group.user_webinar_agree.light label {
    color: #d1d1d1;
}
.control-group.user_webinar_agree.dark label {
    color: #222222;
}

.user_webinar_agree.light label a.reg-link {
    color: #bababa;
}
.user_webinar_agree.light label a.reg-link:hover {
    color: #fff;
}
.user_webinar_agree.dark label a.reg-link {
    color: #656565;
}
.user_webinar_agree.dark label a.reg-link:hover {
    color: #000;
}

/* submit button */
button#submit_btn_13 {
    width: 100%;
}
.popup_8_btn {
    font-size: 1.5em;
}
/* center div 1 */
#section_intro_title.containing_table {
    display: table;
    width: 100%;
}
#price-column.containing_table_cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#price-column-1.containing_table_cell_content,
#price-column-2.containing_table_cell_content,
#price-column-3.containing_table_cell_content {
    height: 100%;
    display: inline-block;
    vertical-align: top;
    float: none;
    background-color: #e6e6e6;
}

/* center div 2 */
.center_outer_div {
    text-align: center;
}
#page .center_inner_div {
    float: none;
    display: inline-block;
}
/* footer */ 
#footer{
    background-color: #000;
    opacity: 0.6;
    color: #fff;
    text-align: center;
    max-height: 50px;
  }
#footer a {
    color: #fff;
}

/* offer1 */
#price-column-1 .flat_pricing, #price-column-2 .flat_pricing, #price-column-3 .flat_pricing {
    margin: 0;
    padding: 0;
    border: 0;
}
.height630{
    height: 630px;
}
.height700{
    height: 700px;
}
#price-column-1 .strong, #price-column-2 .strong, #price-column-3 .strong {
    font-weight: bold;
}
#price-column-1 .margin_bottom0, #price-column-2 .margin_bottom0, #price-column-3 .margin_bottom0 {
    margin-bottom: 0;
}
.offer_top{
    padding: 5px 0 0 0;
    margin: 0 0 20px 0;
}
.top_black{    
    background-color: darkslategray;
    border-bottom: 5px solid black;
}
.top_red{    
    background-color: #b9274d;
    border-bottom: 5px solid #9d2140;
}
.top_gold{    
    background-color: #cead68;
    border-bottom: 5px solid #b59653;
}
#price-column-1 h1, #price-column-2 h1, #price-column-3 h1 {
    font-size: 35px;
    font-weight: bold;
}
#price-column-1 h2, #price-column-2 h2, #price-column-3 h2 {
    font-size: 28px;
    font-weight: bold;
}
#price-column-1 h3, #price-column-2 h3, #price-column-3 h3 {
    font-size: 20px;
    font-weight: bold;
}
#price-column-1 h4, #price-column-2 h4, #price-column-3 h4 {
    font-size: 16px;
    font-weight: bold;
}
#price-column-1 h5, #price-column-2 h5, #price-column-3 h5 {
    font-size: 14px;
    font-weight: bold;
}
#price-column-1 h6, #price-column-2 h6, #price-column-3 h6 {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 20px;
}
#price-column-1 hr, #price-column-2 hr, #price-column-3 hr {
    border: 1px solid #616161;
    width: 90%;
    clear: both;
    margin: 20px auto;
    height: 0;
}
.border_radius30 {
    border-radius: 30px;
}
.border_radius_top30 {
    border-radius: 30px 30px 0 0;
}
.border_radius_bottom30 {
    border-radius: 0 0 30px 30px;
}
.firebrick {
    color: firebrick; 
}
#price-column-1 p, #price-column-2 p, #price-column-3 p {
    font-size: 10px;
    padding: 0 5%;
    line-height: 1.4em;
}
#price-column-1 p span.firebrick, #price-column-2 p span.firebrick,#price-column-3 p span.firebrick {
    font-size: 14px;
    line-height: 1.4em;
}
.offer_list1 li {
    text-align: left;
    font-size: 10px;
    font-weight: bold;
    padding: 0 5%;
    line-height: 1.4em;
    margin: 0 0 20px 0;
}
.offer_list1 li:nth-child(2n+1) {
    margin: 0;
}
.offer_list1 li:nth-child(2n) {
    color: firebrick;
    padding-left: 8%;
}
ul.offer_list2 {
    list-style: disc;
    padding: 0 5% 0 10%;
    margin: 0 0 20px 0;
}
.offer_list2 li {
    text-align: left;
    font-size: 10px;
    padding: 0;
    line-height: 1.4em;
    margin: 3px 4px 5px 0;
}
.offer_list2 span.editContent span:nth-child(1n) {
    font-size: 14px;
    font-weight: bold;
}
.offer_list3 li {
    text-align: left;
    font-size: 10px;
    font-weight: bold;
    padding: 0 5%;
    line-height: 1.4em;
    margin: 0 0 0px 1em;
    text-indent: -1em;
}
#price-column.containing_table_cell .bottom {
    position: absolute;
    bottom: 0;
    width: 300px;
}
#price-column-1 .pix_button, #price-column-1 .pix_button:visited, #price-column-1 .pix_button:focus,
#price-column-2 .pix_button, #price-column-2 .pix_button:visited, #price-column-2 .pix_button:focus,
#price-column-3 .pix_button, #price-column-3 .pix_button:visited, #price-column-3 .pix_button:focus {
    margin: 0 0 30px 0;
}
#price-column-1 .green_bg, #price-column-1 .green_bg:visited, #price-column-1 .green_bg:focus,
#price-column-2 .green_bg, #price-column-2 .green_bg:visited, #price-column-2 .green_bg:focus, 
#price-column-3 .green_bg, #price-column-3 .green_bg:visited, #price-column-3 .green_bg:focus  {
    background: #6ab222;
}
#price-column-1 .blue_bg, #price-column-1 .blue_bg:visited, #price-column-1 .blue_bg:focus,
#price-column-2 .blue_bg, #price-column-2 .blue_bg:visited, #price-column-2 .blue_bg:focus, 
#price-column-3 .blue_bg, #price-column-3 .blue_bg:visited, #price-column-3 .blue_bg:focus  {
    background: #2773b9;
}
#price-column-1 .violet_bg, #price-column-1 .violet_bg:visited, #price-column-1 .violet_bg:focus,
#price-column-2 .violet_bg, #price-column-2 .violet_bg:visited, #price-column-2 .violet_bg:focus, 
#price-column-3 .violet_bg, #price-column-3 .violet_bg:visited, #price-column-3 .violet_bg:focus  {
    background: #a853b5;
}
.pixicon-star-3:before {
    content: "\e1e1";
    position: absolute;
}
i.pixicon-star-3:after {
    padding: 5px 27px;
    content: "HIT";
    font-size: 22px;
    color: #e21a1a;
    position: absolute;
}