/**
* TABLE OF CONTENTS:

***********
** INDEX **
***********

1.0 Common Settings


*/


/*************************************
* Reseller Program Page Tabs Settings *
**************************************/

.page_tabs .list-group {
    margin: 0 auto;
}

.page_tabs .list-group ul.tab_selector {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.page_tabs .list-group ul.tab_selector li {
    position: relative;
    display: block;
    margin: 0;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0;
    vertical-align: middle;
    overflow: hidden;
    border: transparent;
    line-height: normal;
    white-space: nowrap;
    padding: 0;
}

.page_tabs .list-group ul.tab_selector li.list-group-item a {
    color: #333333;
    font-weight: 500;
    font-size: 12px;
    display: block;
    padding: 15px 0;
    text-transform: uppercase;
    background-color: #ececec;
    border-right: 1px solid #d8d8d8;
}

.page_tabs ul.tab_selector li.list-group-item:first-child a {
    border-left: transparent;
}

.page_tabs ul.tab_selector li.list-group-item:last-child a {
    border-right: transparent;
}

.page_tabs ul.tab_selector li.list-group-item a:focus,
.page_tabs ul.tab_selector li.list-group-item a:hover {
    color: #333333;
    text-decoration: none;
    background-color: #d8d8d8;
}

.page_tabs ul.tab_selector li.list-group-item.active a:focus,
.page_tabs ul.tab_selector li.list-group-item.active a:hover {
    background: #fff;
    color: #333333;
}

.page_tabs ul.tab_selector li.list-group-item.active a {
    border-bottom: 1px solid transparent;
    background: #fff;
    color: #333333;
}


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


/*Common Settings*/


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

.tabs_content_default {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #484848;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 300;
}

.intro_section .sub_content p.button_aside,
p.button_aside {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    line-height: 1.4;
    max-width: 400px;
}

.panel_screen_shot img {
    text-align: center;
    margin: 0 auto;
    border: 2px solid #e6e6e6;
    margin-bottom: 40px;
    /* box-shadow: 0 1px 10px 2px rgba(160, 160, 160, 0.1), 0 1px 10px 2px rgba(160, 160, 160, 0.1), 0 1px 10px 2px rgba(160, 160, 160, 0.1); */
}

.control_panel .panel_content p {
    color: #484848;
    max-width: 320px;
}

.control_panel .panel_content p {
    color: #484848;
    max-width: 320px;
}


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


/*Page Settings : Domain Reseller Page*/


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


/* TABLE */

table.gtld-cctld-table.table>tbody>tr:first-child {
    border-left: none;
    border-right: none;
}

table.gtld-cctld-table.table>tbody>tr>td {
    vertical-align: middle;
    padding: 20px;
}

.pricing_page table.gtld-cctld-table {
    border: none;
}

table.gtld-cctld-table tr td {
    border: 1px solid #ddd;
    font-weight: 500;
}

.pricing-table-section>table>tbody>tr:nth-child(1) th {
    border: none;
    padding: 30px 20px;
    text-align: center;
    color: #fff;
}

.pricing-table-section>table>tbody>tr:nth-child(1)>th:nth-child(2) {
    background-color: #83cffb;
    width: 17%;
}

.pricing-table-section>table>tbody>tr:nth-child(1)>th:nth-child(3) {
    background-color: #63c1f8;
    width: 17%;
}

.pricing-table-section>table>tbody>tr:nth-child(1)>th:nth-child(4) {
    background-color: #54baf5;
    width: 17%;
}

.pricing-table-section>table>tbody>tr:nth-child(1)>th:nth-child(5) {
    background-color: #41afee;
    width: 17%;
}

p.panout_call {
    color: #41afee;
    cursor: pointer;
}


/* search box */

table.gtld-cctld-table tr.search-row {
    background-color: #eee;
}

table.gtld-cctld-table tr.search-row td {
    padding: 10px;
}

table.gtld-cctld-table tr.search-row input {
    width: 100%;
    border: none;
    box-shadow: 0px 1px 10px #ccc;
    border-radius: 2px;
    height: 35px;
    background: #fff;
    padding: 10px;
    font-weight: 300;
}

table.gtld-cctld-table .domain-search-text {
    padding-top: 10px;
}

table.gtld-cctld-table .table_pricing {
    text-align: center;
}

table.gtld-cctld-table .table_pricing p.active_price {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #0f8ed6;
}

table.gtld-cctld-table .table_pricing p.strikeout_price {
    text-decoration: line-through;
    color: #9a9a9a;
}

table.gtld-cctld-table .domain_name p {
    font-size: 16px;
	font-weight: 400;
	float: left;
}

table.gtld-cctld-table .domain_name .under-promo {
	position: relative;
	margin-left: 40px;
}

table.gtld-cctld-table .domain_name .under-promo::after {	
	content: "Promo";
	position: absolute;
	top: -20px;
	background: #e74c3c;
	font-size: 8px;
	color: #fff;
	padding: 1px 5px;
	border-radius: 2px;
	letter-spacing: 1px;
	right: 0px;
	line-height: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

table.gtld-cctld-table .domain_name .under-promo::before {
	content: "";
	border-top: 8px solid #e74c3c;
	border-right: 8px solid transparent;
	position: absolute;
	right: 27px;
	top: -6px;
}

.info_section ul {
	padding-left: 40px;
}   

/* search box end */


/*Pricing Page*/

.domain_reseller_layout.pricing_page .innerpage_tab_links ul {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: right;
    border-bottom: none;
}


/* Server location css changed, replace in core css*/

.pricing_page .title-ser-loc {
    border: 1px solid #eee;
    height: 60px;
}

.pricing_page .innerpage_tab_links ul li {
    position: relative;
    text-align: center;
    padding: 20px 15px;
}

.pricing_page .innerpage_tab_links {
    width: 475px;
    text-align: right;
    float: right;
}

.pricing_page .innerpage_tab_links ul li.active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: auto;
}


/* Server location css changed, replace in core css*/


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


/*Page Settings : Domain Reseller Page*/


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

.domain_reseller .custom_style.input_with_btn input {
    outline: none;
    border-radius: 2px;
    padding: 10px;
    margin: 0 auto;
    height: 45px;
    margin-right: -2px;
    border: transparent;
    font-weight: 300;
    box-shadow: none;
    background-color: #f2f2f2;
    color: #333333;
}

.header_form form {
    max-width: 470px;
    width: 100%;
}

.header_form form {}

.domain_reseller .custom_style.input_with_btn button {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    padding-right: 40px;
    padding-left: 40px;
    height: 45px;
}

.playback_btn.with_bg {
    background-image: url(/front/images/system/domain-reseller/playback_btn_bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 242px;
    height: 242px;
    vertical-align: middle;
    margin: 0 auto;
    position: relative;
}

.video_content .playback_btn button.play_btn {
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border: 1px solid #f87d61;
    color: #f87d61;
    font-size: 26px;
    width: 100px;
    height: 100px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.host_with_most h3.fix {
    font-size: 80px;
    font-weight: 100;
    color: #333333;
    letter-spacing: 1px;
    padding-bottom: 0px;
}

.host_with_most p.subtitle {
    font-size: 36px;
    padding-top: 0px;
}

.video_content {
    padding-top: 50px;
    padding-bottom: 30px;
}

.promo_pricing p,
.domain_pricing p {
    padding: 0;
    margin: 0;
    line-height: 1;
    width: 100%;
}

.domain_box .domain_box_promo {
    border: 1px solid #e2e2e2;
    border-right: transparent;
    background-color: #ffffff;
    vertical-align: middle;
    height: 230px;
    width: 20%;
    margin: 0;
    padding-top: 50px;
    display: inline-block;
    position: relative;
    float: left;
}

.domain_box .domain_box_promo.center_domain_box {
    border: 1px solid #e2e2e2;
    transform: scale(1.2);
    z-index: 1;
    box-shadow: 0 16px 24px 2px rgba(160, 160, 160, 0.1), 0 6px 30px 5px rgba(160, 160, 160, 0.1), 0 8px 10px -5px rgba(160, 160, 160, 0.1);
    padding-top: 25px;
}

.domain_box_promo.border_right {
    border: 1px solid #e2e2e2;
}

.domain_options {
    margin: 0px 45px;
    width: 130px;
}

.domain_name img {
    max-width: 100px;
    width: 100%;
}

.promo_pricing p {
    font-size: 36px;
    font-weight: 100;
    letter-spacing: 1px;
    padding-top: 30px;
}

.promo_pricing p {
    font-size: 36px;
    font-weight: 100;
    letter-spacing: 1px;
    padding-top: 30px;
}

.domain_pricing.slashout p {
    font-size: 14px;
    font-weight: 100;
    padding-top: 20px;
    text-decoration: line-through;
    color: #cccccc;
}

.domain_box .domain_options {
    text-align: right;
    margin-right: 5px;
    margin-left: 5px;
}

.domain_box {
    max-width: 1220px;
    margin: 0 auto;
}

.info_section .section_content .sub_content ul.boxed_layout li {
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px 20px;
    border: 1px solid #e2e2e2;
    width: 210px;
    height: 160px;
    text-align: center;
}

.info_section .section_content .sub_content ul.boxed_layout li .box_title p {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    line-height: normal;
    font-weight: 500;
    padding-bottom: 15px;
}

.info_section .section_content .sub_content ul.boxed_layout li .box_subtitle p {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    line-height: normal;
}

.content_title p {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #484848;
    letter-spacing: 1px;
}

.feature_grid_col_3 {
    color: #484848;
    max-width: 320px;
    margin: 0 auto;
    height: 390px;
    padding-top: 30px;
}

.feature_grid_col_3 .content .subtitle {
    line-height: 2;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: 1px;
    font-weight: 200;
}


/*advantage_block_section*/

.advantage_block_section {
    color: #484848;
}

.border_right {
    border-right: 1px solid #e2e2e2;
}

.section_content_advantage p.title {
    padding-bottom: 5px;
    padding-top: 25px;
}

.section_content_advantage p.subtitle {
    line-height: 1.5;
    letter-spacing: 1px;
}

.advantage_content {
    vertical-align: top;
    display: inline-block;
    height: 160px;
    width: 250px;
    margin-bottom: 10px;
}


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


/*Page Settings : PAYMENT_METHODS_PAGE*/


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

.payment_methods_page .payment_background {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-right: 5%;
    padding-left: 5%;
    background-color: #fafafa;
    border-bottom: 1px solid #eeeeee;
}

.payment_methods_page .section_with_background {
    background-image: url(/uploads/payment-method-bg.jpg);
    height: 37px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.payment_methods_page .select_country {
    height: 45px;
    border-radius: 2px;
    padding: 0 10px;
    border: 1px solid #484848;
    color: #484848;
    background-color: #ffffff;
}

.payment_methods_page .select_country:active,
.payment_methods_page .select_country:focus {
    border: 1px solid #41afee;
    box-shadow: 0 16px 24px 2px rgba(160, 160, 160, 0.1), 0 6px 30px 5px rgba(160, 160, 160, 0.1), 0 8px 10px -5px rgba(160, 160, 160, 0.1);
}

.payment_subtitle p,
.payment_title p {
    color: #484848;
    font-weight: 300;
}

.payment_box {
    border: 1px solid #e2e2e2;
    min-height: 200px;
    border-radius: 2px;
    width: 90%;
    margin: 20px auto;
    padding: 40px 0;
}

.payment_legal {
    text-align: left;
    padding: 0 20px;
}

.payment_box.legal_doc {
    padding: 30px;
}

.custom_style.input_with_btn input {
    outline: none;
    border-radius: 2px;
    padding: 10px;
    margin: 0 auto;
    height: 70px;
    margin-right: -2px;
    border: transparent;
    box-shadow: none;
    background-color: #f2f2f2;
    color: #333333;
}

.custom_style.input_with_btn button {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    padding-right: 40px;
    padding-left: 40px;
    height: 70px;
}

.tech-support .title p {
    font-weight: 200;
    color: #333333;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

.tech-support .feature_list ul li {
    color: #484848;
    letter-spacing: 1px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 200;
}

.product_pricing_details .innerpage_tabs_content {
    padding-top: 0px;
}

table.product_pricing {
    width: 100%;
    border: 1px solid #f1f1f1;
}

tr.table_title th {
    vertical-align: middle;
    padding: 20px;
    text-align: center;
    font-weight: 400;
    background-color: #505050;
    border-right: 1px solid #ffffff;
    color: #fff;
}

tr.table_title th:last-child {
    border-right: 1px solid #f1f1f1;
}

tr.product_pricing_content td {
    vertical-align: middle;
    padding: 20px;
    border: 1px solid #f1f1f1;
    font-weight: 300;
    font-size: 13px;
    text-align: center;
}


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


/*Page Settings : pricing-page gTLDs & ccTLDs & New gTLDs
/*-----------------------------------*/

.pricing_page header.header_with_background {
    background-image: url(https://india.resellerclub.com/sites/all/themes/india/img/api/API-Integration.jpg);
    color: #fff;
}

.pricing_page .domain-search-text {
    padding: 7px;
}


/* Side Menu Start */

.pricing_page .pricing-side-menu-div {
    padding: 30px 0 30px;
    border-right: 1px solid #bbb;
}

.pricing_page .pricing-side-menu-div .price-tab-set {
    padding: 20px 30px;
    margin-right: -1px;
}

.pricing_page .pricing-side-menu-div .price-tab-set.active {
    border-right: 1px solid #54baf5;
}

.pricing_page .pricing-side-menu-div h5.active {
    color: #54baf5;
}

.pricing_page .pricing-side-menu-div ul li.active a {
    color: #41afee;
}

.pricing_page .pricing-side-menu-div h5 {
    text-align: right;
    color: #333;
}

.pricing_page .pricing-side-menu-div ul {
    text-align: right;
}

.pricing_page .pricing-side-menu-div ul li {
    display: block;
    font-weight: 300;
    padding: 3px;
}

.pricing_page .pricing-side-menu-div ul li a {
    color: #484848;
}

.pricing_page .pricing-side-menu-div ul li a:hover {
    color: #54baf5;
}

.pricing_page ul.pricing-side-menu-ul,
.pricing_page ul.pricing-side-menu-ul li {
    text-align: right;
    display: block;
}

p.panout {
    cursor: pointer;
}

p.panout:hover {
    color: #41afee;
}


/* Side Menu End */


/* TABLE */

table.gtld-cctld-table.table>tbody>tr:nth-child(1) {
    border-left: none;
    border-right: none;
}

table.gtld-cctld-table.table>tbody>tr>td {
    vertical-align: middle;
    padding: 20px;
}


/*table.gtld-cctld-table td {
    padding: 20px;
}*/


/*.pricing_page table.gtld-cctld-table {
    border: none;
}*/

table.gtld-cctld-table tr:hover {
    /*box-shadow: 0px 5px 25px #ddd;*/
}


/*
table.gtld-cctld-table tr td {
    border: 1px solid #ddd;
    font-weight: 500;
}
*/

.pricing-table-section>table>tbody>tr:nth-child(1) th {
    border: none;
    padding: 30px 20px;
    text-align: center;
    color: #fff;
}

.pricing-table-section>table>tbody>tr:nth-child(1)>th:nth-child(2) {
    background-color: #83cffb;
    width: 17%;
}

.pricing-table-section>table>tbody>tr:nth-child(1)>th:nth-child(3) {
    background-color: #63c1f8;
    width: 17%;
}

.pricing-table-section>table>tbody>tr:nth-child(1)>th:nth-child(4) {
    background-color: #54baf5;
    width: 17%;
}

.pricing-table-section>table>tbody>tr:nth-child(1)>th:nth-child(5) {
    background-color: #41afee;
    width: 17%;
    border-right: 1px solid #41afee;
}


/* search box */


/* Notes Start */

.pricing_page .note li,
.pricing_page .note h5 {
    color: #484848;
}


/* Notes End */


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


/*domain_promos_page*/


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

.domain_promos_page .domain-search-text {
    padding: 7px;
}


/* Side Menu Start */

.domain_promos_page .pricing-side-menu-div {
    padding: 30px 0 30px;
    border-right: 1px solid #bbb;
}

.domain_promos_page .pricing-side-menu-div .price-tab-set {
    padding: 20px 30px;
    margin-right: -1px;
}

.domain_promos_page .pricing-side-menu-div .price-tab-set.active {
    border-right: 1px solid #54baf5;
}

.domain_promos_page .pricing-side-menu-div h5.active {
    color: #54baf5;
}

.domain_promos_page .pricing-side-menu-div h5 {
    text-align: right;
    color: #333;
}

.domain_promos_page .pricing-side-menu-div ul {
    text-align: right;
}

.domain_promos_page .pricing-side-menu-div ul li {
    display: block;
    padding: 3px;
}

.domain_promos_page .pricing-side-menu-div ul li a {
    color: #484848;
}

.domain_promos_page .pricing-side-menu-div ul li a:hover {
    color: #54baf5;
}

.domain_promos_page ul.pricing-side-menu-ul,
.domain_promos_page ul.pricing-side-menu-ul li {
    text-align: right;
    display: block;
}


/* Side Menu End */

.domain_promos_page #promo_pricing .promo-box {
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
}


/* Overlay Start */

.domain_promos_page .promos-overlay {
    color: #fff;
    text-align: left;
}


/* Overlay End */

.domain_promos_page .promos-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #333;
    display: block;
    cursor: default;
}

.domain_promos_page .promos-overlay-default {
    z-index: 999;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
    transition: transform 0.5s, visibility 0s 0.5s;
}

.domain_promos_page .promos-overlay-active {
    overflow-y: scroll;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.domain_promos_page .promos-overlay-close {
    background: none;
    font-size: 100px;
    border: none;
    margin: 39px;
}

@media only screen and (max-width:640px) {
    header {
        /* padding-top: 60px; */
    }
    .domain_promos_page .promo-place .promos-overlay.promos-overlay-default.overlay-active {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background: #333;
    }
    .domain_promos_page .promos-overlay h2.title {
        font-size: 40px;
        padding: 0 10px;
    }
    .domain_promos_page .promos-overlay .overlay-close {
        width: 40px;
        height: 40px;
        right: 20px;
        top: 20px;
        background-size: 30px;
    }
    .domain_promos_page .main {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        background: #333;
        text-align: left;
        color: white;
    }
    .domain_promos_page .main button.btn.btn-default.green-btn {
        font-size: 18px;
        margin-top: 25px;
    }
    .domain_promos_page .promos-overlay p.subtitle {
        padding: 0px 10px;
        font-size: 18px;
        position: relative;
    }
    .domain_promos_page span.currency {
        font-size: 18px;
    }
    .domain_promos_page .promo-features {
        padding: 0px 10px;
        font-size: 14px;
    }
}

.hosting-promo-box {
    border: 1px solid #ddd;
    margin: 0 20px 30px;
    padding: 20px;
}


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


/*domain_promos_page*/


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


/*--------------------------------------
Remodal.js css
--------------------------------------*/


/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */


/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */


/* Hide scroll bar */

html.remodal-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}


/* Anti FOUC */

.remodal,
[data-remodal-id] {
    display: none;
}


/* Necessary styles of the overlay */

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
}


/* Necessary styles of the wrapper */

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: "";
}


/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* Necessary styles of the modal dialog */

.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.remodal-is-initialized {
    /* Disable Anti-FOUC */
    display: inline-block;
}


/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */


/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */


/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}


/* Default theme styles of the overlay */

.remodal-overlay {
    background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes;
}


/* Default theme styles of the wrapper */

.remodal-wrapper {
    padding: 10px 10px 0;
}


/* Default theme styles of the modal dialog */

.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 35px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes;
}


/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
    vertical-align: middle;
}


/* Close button */

.remodal-close {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    color: #95979c;
    border: 0;
    outline: 0;
    background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
    color: #2b2e38;
}

.remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center;
}


/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0;
}

.remodal-confirm {
    color: #fff;
    background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
    background: #66bb6a;
}

.remodal-cancel {
    color: #fff;
    background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
    background: #ef5350;
}


/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
    padding: 0;
    border: 0;
}


/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
    }
}

@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}


/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 980px !important;
    }
}

@media only screen and (max-width:641px) {
    .remodal iframe {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}


/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
    background: #2b2e38;
}

.lt-ie9 .remodal {
    width: 700px;
}