@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

body {
    background: #f2f3f8;
    font-family: 'Roboto', sans-serif;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 720px;
    height: 405px;
}

#wrap-webinar .container-fluid {
    max-width: 920px;
    margin-top: 20px;
}

#header {
    background: #223a6d;
    height: 95px;
}

.btn-gray {
    border: 3px solid #d2d2d2; /* stroke */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #e9e9e9; /* layer fill content */
    width: 90%;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 5%;
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
    display: inline-block;
}

.btn-gray:hover, .package-selected {
    color: #fff;
    border: 2px solid #65bd7d; /* stroke */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #4daf65; /* layer fill content */
}

.sidebar {
    position: relative;
    overflow: hidden;
}

.product-offer .product {
    width: 33.3333339%;
    float: left;
    padding: 20px 10px 20px 10px;
    display: block;
    height: 100%;
    text-align: center;
    position: relative;
    border: 1px solid #d9d9d9; /* stroke */
    background-color: #fff; /* layer fill content */
    -moz-box-shadow: 0 2px 2px #eee; /* drop shadow */
    -webkit-box-shadow: 0 2px 2px #eee; /* drop shadow */
    box-shadow: 0 2px 2px #eee; /* drop shadow */
    min-height: 450px;

}

.product-offer {
    margin-bottom: 40px;
}

.product-offer .product .btn-orange {
    height: 50px;
    line-height: 46px;
    padding: 0px;
    font-size: 24px;
    display: inline-block;
    margin-top: 40px;
    border: 2px solid #63953f; /* stroke */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #4db139; /* layer fill content */
    -moz-box-shadow: inset 0 2px 0 #7fc241; /* inner shadow */
    -webkit-box-shadow: inset 0 2px 0 #7fc241; /* inner shadow */
    box-shadow: inset 0 2px 0 #7fc241; /* inner shadow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDI0NSA1MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNWRhNTNiIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2ZiMTNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyNDUiIGhlaWdodD0iNTAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, #5da53b 0%, #7fb13f 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #5da53b 0%, #7fb13f 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #5da53b 0%, #7fb13f 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #5da53b 0%, #7fb13f 100%); /* gradient overlay */
    text-shadow: 0 1px 0 #407c3b; /* drop shadow */
}

.btn-fix-bottom {
    position: relative;
    margin-top: 15px;
}

.product .price {
    color: #2f9e48;
    font-size: 18px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.green-price {
    color: #219b3c;
    font-weight: bold;
    font-size: 22px;
    text-align: left;
    /*border-bottom: 1px solid #fdd556;*/
}

.product h3 {
    color: #223a6d;
    font-size: 20px;
    text-align: center;
    padding-top: 4px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    display: inline-block;
    margin-top: 10px;
}

.product h3 i {
    padding-top: 15px !important;
    font-size: 18px !important;
    color: #fe9800 !important
}

.product-offer {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.product-offer .offer1 {
    /*background: #fff url("../img/product1.png") center center no-repeat;*/
}

.product-offer .offer2 {
    /*background: #fff url("../img/product2.png") center center no-repeat;*/
}

.product-offer .offer3 {
    /*background: #fff url("../img/product3.png") center center no-repeat;*/
}

.chat-box {
    width: 100%;
    height: 100%;
    max-height: 1200px;
}

.video-wrap {
}

#header .logo img {
    height: 60px;
    margin-top: 5px;
}

#headerslim {
    background: #223a6d;
    height: 80px;
    border-bottom: 3px solid #feda58;
    margin-bottom: 10px;
}

#headerslim .logo img {
    height: 60px;
    margin-top: 5px;
}

.product-offer {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDQ3MyA0OTEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSItMS40MjEwODU0NzE1MjAyZS0xNCUiIHkxPSI1MCUiIHgyPSIxMDAlIiB5Mj0iNTAlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iNDczIiBoZWlnaHQ9IjQ5MSIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
    background-image: -moz-linear-gradient(left, #f5f5fa 0%, #fff 100%); /* gradient overlay */
    background-image: -o-linear-gradient(left, #f5f5fa 0%, #fff 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(left, #f5f5fa 0%, #fff 100%); /* gradient overlay */
    background-image: linear-gradient(left, #f5f5fa 0%, #fff 100%); /* gradient overlay */
}

#page-content {
    margin-top: -20px;
}

#capture {
    padding: 20px 40px 40px 40px;
    background: #fff;
    overflow: hidden;
    -moz-box-shadow: 0 2px 2px rgba(1, 1, 1, .1); /* drop shadow */
    -webkit-box-shadow: 0 2px 2px rgba(1, 1, 1, .1); /* drop shadow */
    box-shadow: 0 2px 2px rgba(1, 1, 1, .1); /* drop shadow */
}

#capture h1 {
    font-size: 50px;
    letter-spacing: -0.8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 10px 10px 5px 10px;
    color: #223a6d;
    text-align: center;
}

#capture h1 strong {
    font-weight: 800;
    color: #ff9300;
}

#capture h2 {
    font-size: 19px;
    letter-spacing: -0.5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 15px 0 30px 0;
    color: #323232;
    text-align: center;
    opacity: 0.5;
}

#capture h2 strong {
    font-weight: 800;
}

.btn-orange {
    font-size: 26px;
    font-weight: bold;
    line-height: 60px;
    color: #fff;
    height: 68px;
    margin: 6px 20px;
    text-align: center;
    display: block;
    text-shadow: 0 1px 0 #cb7e00; /* drop shadow */
    width: 95%;
    border: 3px solid #fdd557; /* stroke */
    background-color: #ff942c; /* layer fill content */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDY5MSA3MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjdiYzdlIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmODYzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlNDczMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTk4ZTNhIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjNmMwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiYzZmMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjY2Y3YTBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyODQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlMzkxMjUiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmY5MDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmRhNTAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI2OTEiIGhlaWdodD0iNzAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, #f7bc7e 0%, #df863c 0%, #e47300 0%, #e98e3a 0%, #cc6c08 0%, #bc6f13 0%, #cf7a0f 0%, #d28400 0%, #e39125 0%, #ff9000 0%, #fda500 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #f7bc7e 0%, #df863c 0%, #e47300 0%, #e98e3a 0%, #cc6c08 0%, #bc6f13 0%, #cf7a0f 0%, #d28400 0%, #e39125 0%, #ff9000 0%, #fda500 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #f7bc7e 0%, #df863c 0%, #e47300 0%, #e98e3a 0%, #cc6c08 0%, #bc6f13 0%, #cf7a0f 0%, #d28400 0%, #e39125 0%, #ff9000 0%, #fda500 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #f7bc7e 0%, #df863c 0%, #e47300 0%, #e98e3a 0%, #cc6c08 0%, #bc6f13 0%, #cf7a0f 0%, #d28400 0%, #e39125 0%, #ff9000 0%, #fda500 100%); /* gradient overlay */
}

.btn-orange:hover, .btn-orange:focus {
    color: #fffcdc;
    text-decoration: none;
    border: 3px solid #fdd557; /* stroke */
    background: #ff992c; /* layer fill content + color overlay */
}

#footer {
    color: #b4b4b4;
    padding-top: 40px;
    opacity: 0.4;
    font-size: 12px;
    text-align: center !important;
}

#footer:hover {
    opacity: 1;
}

#footer a {
    color: #b4b4b4;
}

#footer a:hover {
    color: #223a6d;
}

#footer p {
    margin-right: 10px;
    margin-left: 35px;
}

.gray-wrap {
    background: #f2f3f8;
    display: inline-block;
    padding: 15px 10px 15px 10px;
    margin-top: -5px;
    width: 100%;
}

.modal {
    background-color: rgba(34, 58, 109, .75); /* layer fill content */
}

.modal-content {
    margin-top: 90px;
    padding: 30px 40px 10px 40px;
    position: relative;
    background-color: #f8f8fb;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 0px;
    border: 5px solid #fed657;
    outline: 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0px 3px 9px;
    box-shadow: rgba(0, 0, 0, 0.498039) 0px 3px 9px;
}

.modal-title {
    color: #223a6d;
    text-align: center;
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#register input {
    border: 2px solid #dddddf; /* stroke */
    background-color: #fff; /* layer fill content */
    -moz-box-shadow: inset 2px 3px 2px #f0f0f0; /* inner shadow */
    -webkit-box-shadow: inset 2px 3px 2px #f0f0f0; /* inner shadow */
    box-shadow: inset 2px 3px 2px #f0f0f0; /* inner shadow */
    width: 100%;
    border-radius: 0px;
    padding: 25px;
}

#register .btn-submit {
    text-shadow: 0 1px 0 #cb7e00; /* drop shadow */
    height: 64px;
    width: 100%;
    color: #fff;
    font-size: 24px;
    border: 3px solid #fdd557; /* stroke */
    background-color: #fff; /* layer fill content */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDQ3MSA3MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjdiYzdlIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmODYzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlNDczMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTk4ZTNhIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjNmMwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiYzZmMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjY2Y3YTBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyODQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlMzkxMjUiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmY5MDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmRhNTAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI0NzEiIGhlaWdodD0iNzAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, #f7bc7e 0%, #df863c 0%, #e47300 0%, #e98e3a 0%, #cc6c08 0%, #bc6f13 0%, #cf7a0f 0%, #d28400 0%, #e39125 0%, #ff9000 0%, #fda500 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #f7bc7e 0%, #df863c 0%, #e47300 0%, #e98e3a 0%, #cc6c08 0%, #bc6f13 0%, #cf7a0f 0%, #d28400 0%, #e39125 0%, #ff9000 0%, #fda500 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #f7bc7e 0%, #df863c 0%, #e47300 0%, #e98e3a 0%, #cc6c08 0%, #bc6f13 0%, #cf7a0f 0%, #d28400 0%, #e39125 0%, #ff9000 0%, #fda500 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #f7bc7e 0%, #df863c 0%, #e47300 0%, #e98e3a 0%, #cc6c08 0%, #bc6f13 0%, #cf7a0f 0%, #d28400 0%, #e39125 0%, #ff9000 0%, #fda500 100%); /* gradient overlay */
}

#register .btn-submit:hover, #register .btn-submit:focus {
    border: 3px solid #fdd557; /* stroke */
    background: #ff992c; /* layer fill content + color overlay */
    color: #fffcdc;
}

.yellowz {
    color: #fe9a00;
    font-size: 17px;
}

.redz {
    font-size: 18px;
    margin: 0 5%;
    width: 90%;
    padding: 10px 25px;
    color: #223a6d;
    display: inline-block;
}

.fullw {
    width: 100%;
    display: inline-block;
}

.text-center {
    text-align: center !important;
}

.redz i {
    margin-right: 10px;
    margin-left: 10px;
    color: #d12027;
}

.red {
    color: #d12027 !important;
    opacity: 1 !important;
}

#about-ta h1 {
    font-size: 28px !important;
    margin: 40px 0 20px 0 !important;
    padding: 10px 0px !important;
    display: inline-block !important;
    font-weight: 500;
}

#about-ta ul li {
    margin-left: 20px;
    font-size: 19px;
    line-height: 40px;
    color: #223a6d;
}

#about-ta ul {
    margin-bottom: 40px;
}

#about-ta ul li i {
    margin-right: 10px;
    color: #ff9900;
}

.note {
    background-color: rgba(34, 58, 109, .2); /* layer fill content */
    padding: 20px;
    text-align: center;
    font-size: 13px;
}

.note a {
    margin-top: 20px;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px;
    overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-video iframe {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.no-padd {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/*For browser/screen widths less than 768px*/
@media screen and (max-width: 768px) {
    #capture {
        padding: 0;
        background: transparent;
        -moz-box-shadow: 0 2px 2px rgba(1, 1, 1, .0); /* drop shadow */
        -webkit-box-shadow: 0 2px 2px rgba(1, 1, 1, .0); /* drop shadow */
        box-shadow: 0 2px 2px rgba(1, 1, 1, .0); /* drop shadow */
    }

    #capture h1 {
        font-size: 120%;
        padding: 10px;
    }

    .gray-wrap {
        padding: 0px;
    }

    .gray-wrap a {
        padding: 0px;
        margin: 0px;
        width: 100%;
        font-size: 120%;
    }

    #page-content > div {
        padding: 0px;
    }

    #page-content {
        margin: 0px;
    }

    #header {
        min-height: 160px;
    }

    .clock-wrap {
        float: left !important;
        width: 100% !important;
    }

    #header > div {
        padding: 0px !important;
    }

    .time {
        width: 25%;
        padding-top: 3%;
        text-align: center;
    }

    #clock-desc {
        font-size: 100%;
        text-align: center;
    }

    #clock {
        float: left;
        width: 100%;
    }

    #register h4 {
        font-size: 130%;
    }

    #register button {
        font-size: 120% !important;
        text-align: center;
    }

    #register .modal-content {
        padding: 30px 10px 0px 10px;
        margin-top: 10px;
    }

    .logo {
        margin-left: -10px;
    }

    .product-offer .product {
        width: 100%;
        float: left;
        padding: 20px 0px;
        display: block;
        text-align: center;
        min-height: 400px;
    }

    .btn-fix-bottom {
        position: relative;
        margin-top: 15px;
    }
}

