/*--------------
All Contents
--------------*/
/*-----------------
1. Reset.css
2. Helper Classes
3. Main and Hero Section Stylings
4. Services Styling
5. Features Split
6. Feature with BG
7. Feature Big
8. Testimonial Styling
9. Pricing Section
10. Call To Action Subscribe
11. Contact Section
12. Footer
13. Back to top
------------------*/
/*----- 1. Reset.css -----*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	font-family: 'Roboto';
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* --- Common Styles ---*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
}
p {
    font-size: 14px;
}
/*----- Helper Classes -----*/

html * {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*
::-webkit-scrollbar {
display: none;
}
*/

.nopadding {
    padding: 0;
}
.custom-padding {
    padding-left: 10px;
    padding-right: 10px;
}
.no-margin {
    margin-right: 0;
    margin-left: 0;
}
#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    opacity: 1;
    background-color: #F2F2F2;
    z-index: 9999;
    text-align: center;
}
#loading-image {
    display: inline;
    top: 40%;
    position: relative;
    z-index: 9999;
}
.error-message {
    color: #FF3333;
    margin-top: 5px;
}
.success-message {
    color: #33cc33;
    margin-top: 5px;
}
.store-btn {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.logo {
    position: absolute;
    left: 2%;
    top: 2%;
    z-index: 11;
}
.main-logo {
	width: 121px;
}
/* ------ Navbar Styling Starts ----- */

.navbar {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: 1px;
}
.navbar-default {
    transition: all 0.6s ease;
    background-color: #fff;
}
.navbar-default .navbar-toggle {
    border-radius: 0px;
    border-color: transparent;
    margin-top: 18px;
}
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #666666;
}
.navbar-default .navbar-brand .navbar-toggle .collapsed {
    padding: 4px 6px;
    font-size: 16px;
    color: #111111;
}
.navbar-default .navbar-brand {
    font-size: 24px;
    color: #444444;
    letter-spacing: 0;
    text-transform: capitalize;
    padding: 12px 0 0 0;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}
.navbar-default .navbar-brand {
    padding: 0;
    margin-left: 0 !important;
}
.navbar-default .navbar-brand:hover {
    color: #111111;
    transition: 1s;
}
.navbar-default .navbar-right {
    margin-top: 18px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    color: #333333;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5;
    transition: all 0.5s;
    font-weight: 500;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #999999;
}
.navbar-default .navbar-nav > .active > a {
    background: transparent;
    color: #111111;
}
.navbar-default .navbar-nav > .active > a:hover {
    background: transparent;
    color: #EFEFEF;
}
.navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: #111111;
}
.navbar-default .navbar-collapse {
    border-color: transparent;
    background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-toggle {
    color: #111111;
}
.navbar-default .nav-white > li > a, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #000;
}
.navbar-default .nav-white > li > a:hover {
    color: #636363;
}
.navbar-default .nav-white {
    color: #FFFFFF;
}

.navbar-brand {
	height: auto;
}
@media only screen and (min-width: 240px) {
}
/* ------------- Navbar Alt Styling --------------*/

.nav-alt .navbar-nav > li > a {
    font-size: 16px;
    color: #444444;
    text-transform: capitalize;
}
.nav-alt .navbar-nav > li > a:hover {
    color: #111111;
}
.nav-alt .navbar-nav .btn-edge {
    margin: 8px 0 0 0;
    padding: 6px 15px;
    border-radius: 3px;
    background: #624dd6;
    border-color: #624dd6;
    color: #FFFFFF;
    font-size: 16px;
}
.nav-alt .navbar-nav .btn-edge:hover {
    background: #624dd6;
    color: #FFFFFF;
}
.nav-alt .navbar-nav .btn-edge:focus {
    background: #624dd6;
    color: #FFFFFF !important;
}
/*---------------------------------------------------------------------
---------------- All Hero Sections Styling Starts Here ----------------
---------------------------------------------------------------------*/

.hero-1 {
    padding: 150px 0 150px 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
}
.hero-1 .intro {
    padding: 0 0 75px 0;
}
.hero-1 .intro h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    color: #FFFFFF;
}
.hero-1 .intro p {
    font-size: 14px;
    line-height: 1.4;
    color: #FFFFFF;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 20px;
}
.btn-action {
    padding: 8px 20px;
    background: #0040ff;
    border: 2px solid;
    border-color: #0040ff;
    border-radius: 100px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin: 25px 10px 0 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.btn-action:hover {
    color: #FFFFFF;
    border-color: #0040ff;
    background: #0040ff;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
}
.btn-nofill {
    background: transparent;
    border: 2px solid;
    border-color: #0040ff;
    color: #FFFFFF;
    background: #0040ff;
}
.btn-nofill:hover {
    color: #FFFFFF;
    background: #0040ff;
}
.btn-fill {
    background: transparent;
    border: 2px solid;
    border-color: #FFFFFF;
    color: #FFFFFF;
}
.btn-fill:hover {
    color: #FFFFFF;
    background: transparent;
}
.btn-edge {
    border-radius: 3px;
    padding: 10px 20px;
    background: #0060ff;
    border-color: #0060ff;
}
.btn-edge:hover,
.btn-edge:focus {
    background: #0060ff;
    border-color: #0060ff;
    color: #FFFFFF;
}
.btn-white {
    border-radius: 50px;
    padding: 10px 20px;
    background: transparent;
    color: #FFFFFF;
    border-color: #FFFFFF;
}
.btn-white:hover,
.btn-white:focus {
    background: #FFFFFF;
    border-color: #FFFFFF;
    color: rgba(0, 0, 0, 1);
}
.product .btn-edge {
    border-radius: 3px;
    padding: 10px 20px;
    background: #624dd6;
    border-color: #624dd6;
}
.product .btn-edge:hover,
.btn-edge:focus {
    background: #624dd6;
    border-color: #624dd6;
    color: #FFFFFF;
}
/* -----------------------------------------------------------
------------ Hero 2 Product Landing Styling Starts -----------
-------------------------------------------------------------*/

.hero-2 {
    padding: 150px 0 50px 0;
    background: #EEEEEE;
}
.hero-2 .intro {
    padding: 75px 0 75px 0;
}
.hero-2 .intro h1 {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    color: #333333;
}
.hero-2 .intro h1 span {
    font-size: 48px;
    font-weight: 600;
    color: #222222;
}
.hero-2 .intro p {
    font-size: 18px;
    line-height: 1.4;
    color: #848484;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 25px;
}
/* -----------------------------------------------------------
------------ Hero 3 Service Landing Styling Starts -----------
-------------------------------------------------------------*/

.hero-3 {
    background: #EEE;
    padding: 100px 0 50px 0;
}
.hero-3 .intro {
    padding: 75px 0 75px 0;
    text-align: center;
}
.hero-3 .intro h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    color: #333333;
}
.hero-3 .intro p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: #848484;
    margin: 25px 0 25px 0;
}
.hero-3 img {
    margin: 0 auto;
}
/* -----------------------------------------------------------
------------ Hero 4 Split Screen  Styling Starts -------------
-------------------------------------------------------------*/

.hero-split {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.hero-split .h-left {
    flex: 1 0 50%;
    background: #F3F3F3;
    padding: 30px;
}
.hero-split .h-right {
    flex: 1 0 50%;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), url(../images/bg1.jpg) no-repeat center center;
    background-size: cover;
}
.hero-split .h-left h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
}
.hero-split .h-left p {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 20px;
}
/* ------------ Signup Hero Section ------------ */

.signup {
    background: #152a51;
    background-size: cover;
    padding: 100px 0 100px 0;
}
.signup .intro h1 {
    font-size: 28px;
    font-weight: 600;
    color: #FFF;
    letter-spacing: 0;
}
.signup .intro p {
    font-size: 16px;
    color: #FFF;
    line-height: 1.5;
}
.signup-form {
    padding: 25px 25px 30px 25px;
    background: #FFFFFF;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
}
.signup-form h1 {
    font-weight: 600;
    font-size: 24px;
    color: #343434;
    letter-spacing: 0;
    line-height: 1.4;
    text-transform: capitalize;
    text-align: center;
    margin: 20px 0 40px 0;
}
.signup-form form textarea {
    height: 100px;
}
.signup-form form .input-error {
    border-color: #19b9e7;
}
.signup-form p {
    font-size: 12px;
    color: #848484;
    margin: 25px 0 10px 0
}
.form-group {
    margin-bottom: 20px;
}
/*
.signup .btn-action.btn-round {
background: #3333CC;
border-color: #3333CC;
color: #FFFFFF;
font-size: 15px;
padding: 12px 24px;
font-weight: 600;
text-transform: capitalize;
border: 2px solid #3333CC;
border-radius: 30px;
}

.signup .btn-action.btn-round:hover, .signup .btn-action.btn-round:focus {
background: transparent;
color: #3333CC;
border-color: #3333CC;
}

.signup .btn-action {
background: #3333CC;
border-color: #3333CC;
color: #FFFFFF;
}

.signup .btn-action:hover {
background: transparent;
border-color: #3333CC;
color: #3333CC;
}
*/

.signup input[type="text"],
textarea,
textarea.form-control {
    height: 45px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #F8F8F8;
    border: 1px solid #DDDDDD;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888888;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.signup textarea,
textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}
.signup input[type="text"]:focus,
textarea:focus,
textarea.form-control:focus {
    outline: 0;
    background: #FFFFFF;
    border: 1px solid #111;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder,
textarea.form-control:-moz-placeholder {
    color: #888;
}
input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
    color: #888;
}
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
    color: #888;
}
.signup-form button.btn {
    height: 45px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #111111;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    color: #FFFFFF;
    text-transform: uppercase;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.signup-form button.btn:hover {
    opacity: 0.6;
    color: #FFFFFF;
}
.signup-form button.btn:active {
    outline: 0;
    opacity: 0.6;
    color: #FFFFFF;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.signup-form button.btn:focus {
    outline: 0;
    opacity: 0.6;
    background: #19b9e7;
    color: #fff;
}
.signup-form button.btn:active:focus,
button.btn.active:focus {
    outline: 0;
    opacity: 0.6;
    background: #19b9e7;
    color: #fff;
}
@media only screen and (max-width: 991px) {
    .signup-form {
        max-width: 500px;
        margin: 0 auto;
    }
}
/* -----------------------------------------------------------
------------ Hero 6 Service Landing Styling Starts -----------
-------------------------------------------------------------*/

.hero-6 {
    background: #EEEEEE;
    background-size: cover;
    padding: 100px 0 0 0;
}
.hero-6 .intro {
    padding: 75px 0 25px 0;
}
.hero-6 .intro h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #243242;
}
.hero-6 .intro h1 span {
    font-size: 48px;
    font-weight: 600;
    color: #FFFFFF;
}
.hero-6 .intro p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: #848484;
    margin-top: 25px;
}
.hero-6 .btn-action {
    background: #0040ff;
    border-color: #0040ff;
    color: #FFFFFF;
}
/*--------------------------------------------------------------
---------------- Hero 7 Styling Starts Here --------------------
--------------------------------------------------------------*/

.hero-7 {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/banner-image.jpg) no-repeat top center;
    background-size: cover;
    padding: 95px 0 100px 0;
    margin-top: 39px;
    height: 90vh;
}
.hero-7 .intro {
    padding: 0 0 0 0;
}
.hero-7 .intro h1 {
    font-size: 28px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -1px;
}
.hero-7 .intro h4 {
    font-weight: 600;
    color: #231f20;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
}
.hero-7 .intro p {
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1.4;
    margin-top: 10px;
}

.intro-text {
	background: rgba(0,0,0,.6);
    position: absolute;
    width: 100%;
    top: 60%;
    text-align: center;
}
.intro-text p {
    color: #c6171e;
    font-size: 56px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    margin: 5px auto 15px;
}

.intro-text h2 {
    font-size: 36px;
    color: #FFF;
    text-transform: uppercase;
    margin: 46px 0 0;
}

.intro-text h5 {
    font-size: 24px;
    text-align: center;
    color: #9dcecb;
    font-weight: 600;
}

.intro-text .btn-edge {
    margin: 5px 0 25px;
    background-color: #0d9be4;
    border-color: #0d9be4;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 100px;
}

/*-------------------------------------------------------------
------------------ Hero 8 Styling Starts ----------------------
-------------------------------------------------------------*/

.hero-8 {
    background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
    background-size: cover;
    padding: 150px 0 100px 0;
}
.hero-8 .intro {
    padding: 75px 0 75px 0;
}
.hero-8 .video-icon {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    outline: none;
}
.hero-8 .video-icon i {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    padding-left: 7px;
    text-decoration: none;
    text-align: center;
    color: #6A11CB;
    background: #FFFFFF;
    font-size: 34px;
    font-weight: normal;
    line-height: 1.55em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
}
.hero-8 .intro h1 {
    font-size: 34px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
}
.hero-8 .intro h4 {
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-top: 75px;
    margin-bottom: 10px;
}
/*-----------------------------------------------------------
------------ Pi Point Features Styling Starts ---------------
-----------------------------------------------------------*/

.pi-points {
    background: #ea2a36;
    padding: 70px 0 140px 0;
    background: url(../images/tree-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.pi-points p {
    font-size: 21px;
    color: #FFFFFF;
    line-height: 1.3;
    text-align: left;
}
.pi-points p span {
	font-weight: 500;
}

#highlights.pi-points, #someinfo.pi-points, #facilitator-photos.pi-points {
    background: #FFFFFF;
    padding: 70px 0 70px 0;
}

#highlights h2 {
    width: 100%;
    text-align: center;
    font-size: 34px;
    margin-bottom: 30px;
    font-weight: 600;
}

#someinfo.pi-points {
	padding: 70px 0 0 0;
}

#pricing.pi-points {
    padding-bottom: 70px;
    background: #1b3152;
}
.points-intro {
    padding: 0 0 50px 0;
}

.pi-minery-logo {
    margin-bottom: 45px;
    width: 115px;
}

.points-intro h1 {
    font-size: 28px;
    line-height: 1.2;
    color: #FFFFFF;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.point-icon {
    padding: 20px 0 5px 0;
    text-align: center;
}

.point-icon img{
    height: 90px;
}
.point-image img {
	width: 100%;
 	margin-bottom: 25px;
}

.point-text {
    padding: 15px;
}
.point-text h1 {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
}

.point-text h1 span {
    color: #c6161d;
}
.point-text p {
    font-size: 16px;
    color: #A1A1A1;
    line-height: 1.4;
    margin-top: 15px;
}

#facilitators .point-text {
	padding: 0 15px;
}

.point-text a {
	color: #9ccdc7;
	margin-top: 5px;
}

#facilitator-photos {
    overflow-x: hidden;
    margin-top: -75px;
    padding: 0 !important;
    background: transparent !important;
}

.fac-slider-wrapper {
    position: relative;
    padding: 0;
}

.fac-slider {
    margin: 0;
}

.fac-slider-item {
    margin: 0 15px;
}

.fac-slider-left, .fac-slider-right {
    position: absolute;
    opacity: .5;
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
    transition: opacity .3s;
}

.fac-slider-left:hover, .fac-slider-right:hover {
    opacity: 1;
}

.fac-slider-left {
    left: -50px;
}

.fac-slider-right {
    right: -50px;
}

@media (min-width: 768px) {
    .container {
        width: 650px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 900px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1100px;
    }
}

@media (max-width: 768px) {
    .fac-slider {
        width: calc(100% - 110px);
        margin-left: 55px;
    }

    .fac-slider-left {
        left: 15px;
    }
    
    .fac-slider-right {
        right: 15px;
    }
}

.limited-packages-price {
    display: flex;
    align-items: center;
    justify-content: center;
}

.package p{
    width: 100%;
    float: left;
}

.package-wrapper {
    margin: 20px auto;
    width: 100%;
    padding: 40px 70px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    float: left;
    background: rgba(255,255,255,.4);
    border-radius: 30px;
}

.package-wrapper span {
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
}

#pricing img {
	width: 46%;
	float: left;
	margin-right: 4%;
}

#pricing h2 {
    font-size: 66px;
    font-weight: 600;
    float: left;
    color: white;
    margin-top: 5px;
    text-align: left;
}

/*#pricing span {
    font-size: 19px;
    color: #fff;
    width: 50%;
    float: right;
    text-align: left;
    margin-top: 10px;
    line-height: 1.2;
}*/
#pricing h4 {
    font-size: 28px;
    font-weight: 500;
    color: #FFFFFF;
    float: right;
    width: 50%;
    text-align: left;
    margin-top: 15px;
}
#pricing h3 {
    font-size: 43px;
    font-weight: 500;
    color: #FFFFFF;
    float: left;
    width: 100%;
    text-align: left;
    line-height: 1.3;
}

#pricing h3 b {
	font-weight: 600;
}
.locations {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    margin-left: 30px;
}

.locations p {
	float: left;
	width: 100%;
    margin-bottom: 10px;
    font-size: 19px;
}

#pricing .locations span {
	width: 100%;
}

#pricing .locations h4 {
	float: left;
	width: 100%;
	margin: 5px 0;
	font-size: 28px;
}
/*----------------------------------------------------------
---------------- Pi Feature Styling Starts -----------------
-----------------------------------------------------------*/

.pi-features {
    padding: 100px 0 50px 0;
}
.pi-features .pi-feature-inner {
    padding: 50px 10px 20px 10px;
    overflow: hidden;
    background: #FFF;
    border: 1px solid #F6F6F6;
    border-radius: 5px;
    border-bottom: 3px solid #F9F9F9;
    margin-bottom: 30px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.pi-features .pi-feature-inner:hover {
    border-bottom: 3px solid #0060ff;
}
.pi-features .icon {
    float: left;
    width: 25%;
}
.pi-features .icon i {
    font-size: 42px;
    color: #0060ff;
}
.pi-features .features-text {
    float: right;
    padding: 0 0 0 10px;
    width: 75%;
}
.pi-features .features-text h1 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px 0;
}
.pi-features .features-text p {
    font-size: 14px;
    color: #222222;
    line-height: 1.6;
}   

p.text-center {
	text-align: center;
}

p.small-reference {
	text-align: center;
    font-size: 14px;
    margin: 10px 0 30px;
    color: #c7c8ca;
}

/*----------------------------------------------------
--------------- Workshop section --------------------
-----------------------------------------------------*/
#workshops h1 {
	margin-bottom: 30px;
}

.workshop-number img {
	width: 8%;
	float: left;
	margin-right: 3%;
}

.workshop-text {
	text-align: left;
    font-size: 22px;
    line-height: 1.3;
    color: #FFFFFF;
    margin-bottom: 45px;
}

.workshop-text span {
	font-size: 24px;
	font-weight: 500;
	color: #9dcecb;
	float: left;
	width: 89%;
}

.workshop-text ul {
	margin-top: 10px;
	float: left;
	width: 89%;
}

.workshop-text ul li {
	list-style: disc;
	margin-left: 22px;
}

#workshops.pi-points {
	padding-bottom: 60px;
}

#someinfo img {
    width: 70%;
}

.poly-background {
	background: url(../images/polygon.png) no-repeat right 0;
	background-size: contain;
	padding-bottom: 100px;
}

.phone-section {
	background-color: #c6161d;
}

.phone-image img {
	width: 645px;
    margin-top: -50px;
    position: absolute;
}

.phone-section p {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.3;
    padding: 20px 55px 55px 50px;
    float: left;
    width: 100%;
}

.phone-section span {
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 55px;
    float: left;
    width: 100%;
}

#blank-space {
	padding: 80px 0;
	background-color: #FFFFFF;
}

.speaker-header {
	font-size: 32px;
	margin-bottom: 20px;
}

.speaker-section {
	background-color: #c6161d;   
	text-align: center;
    padding: 40px 0px;
    color: #ffffff;
}

.speaker-section p {
	float: left;
	text-align: left;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.3;
    padding-left: 50%;
}

.speaker-section p span {
	color: #c7c8cc;
	font-weight: 400;
}

.speaker-section img {
	width: 350px;
    margin-top: 10px;
}

.speaker-logo {
	text-align: left;
}

/*----------------------------------------------------
--------------- Pi Call To Action --------------------
-----------------------------------------------------*/

.pi-cta {
    background: #FFFF99;
}
.pi-cta .cta-inner {
    padding: 40px;
}
.pi-cta .cta-inner p {
    font-size: 16px;
    font-weight: 600;
    color: #111111;
}
/* ---------------------------------------------------------
------------- CTA 2 Styling Starts Here  -------------------
----------------------------------------------------------*/

.cta-2 {
    background: #FFFFFF;
    width: 100%;
    padding: 150px 0 150px 0;
}
.cta-2-inner h1 {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.4;
    color: #252525;
    margin-bottom: 20px;
}
.cta-2-inner p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: #2222222;
    margin-bottom: 10px;
}
.product .cta-2-inner h1 {
    font-size: 34px;
    font-weight: 300;
    line-height: 1.3;
    color: #333333;
    margin-bottom: 30px;
}
.product .cta-2-inner p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    color: #848484;
    margin-bottom: 10px;
}
.cta-2 img {
    margin-top: 20px;
}
.video-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    padding: 150px 0 250px 0;
}
.video-bg .cta-2-inner h1 {
    color: #FFFFFF;
}
.video-bg .cta-2-inner p {
    color: #FFFFFF;
}
.video-bg .video-icon {
    position: absolute;
    top: 120%;
    left: 0;
    right: 0;
    outline: none;
}
.video-bg .video-icon i {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    padding-left: 7px;
    text-decoration: none;
    text-align: center;
    color: #6A11CB;
    background: #FFFFFF;
    font-size: 34px;
    font-weight: normal;
    line-height: 1.55em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
}
/*----------------------------------------------------------
------------------ Cta Big Styling Starts ------------------
----------------------------------------------------------*/

.cta-big {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)), url(../images/p-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 150px 0 150px 0;
}
.cta-big-inner h1 {
    font-weight: 400;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 1.1;
}
.cta-big-inner p {
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.4;
    margin: 20px 0 0 0;
}
/* ----- Features Section Styling Starts ----- */

.flex-split {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.flex-split .f-left {
    flex: 1 0 50%;
    background: #F3F3F3;
}
.flex-split .f-right {
    flex: 1 0 50%;
    background: url(../images/feature.gif) no-repeat center center;
    background-size: cover;
}
.flex-split .f-right img {
    margin-top: 0;
}
.flex-split .f-left {
    padding: 30px;
}
.flex-split .f-left h2 {
    font-size: 28px;
    color: #111111;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 40px;
}
.flex-split .f-left p {
    font-size: 14px;
    color: #111111;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.flex-split .btn-action {
    margin-top: 15px;
    margin-bottom: 20px;
}
.flex-split .video-icon {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    outline: none;
}
.flex-split .video-icon i {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    padding-left: 7px;
    text-decoration: none;
    text-align: center;
    color: #00CCDD;
    background: #FFFFFF;
    font-size: 34px;
    font-weight: normal;
    line-height: 1.55em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
}
.product .f-right {
    background: url(../images/pixel-video.jpg) no-repeat center center;
    background-size: cover;
}
.product .flex-split .f-left h2 {
    font-size: 34px;
    line-height: 1.2;
}
.product .flex-split .f-left p {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.img-bg .f-right {
    background: url(../images/feature-2.gif) no-repeat center center;
    background-size: cover;
}
.img-bg .f-left {
    background: #EEE;
}
/*-----------------------------------------------------------------
--------------- Features Boxed Section Stying Starts --------------
-----------------------------------------------------------------*/

.features-boxed {
    padding: 50px 0 100px 0;
    background: #F3F3F3;
}
.features-boxed .boxed-intro {
    padding: 50px 0 50px 15px;
    overflow: hidden;
}
.features-boxed .boxed-intro h4 {
    font-size: 18px;
    font-weight: 400;
    color: #848484;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.features-boxed .boxed-intro h4:after {
    content: "";
    display: block;
    height: 2px;
    width: 50px;
    background: #448AFF;
    margin-top: 20px;
}
.features-boxed .boxed-intro h1 {
    font-size: 36px;
    font-weight: 300;
    color: #404040;
}
.features-boxed .boxed-intro p {
    font-size: 16px;
    font-weight: 300;
    color: #848484;
    line-height: 1.4;
    margin: 20px 0 0 0;
}
.features-boxed .box-inner {
    padding: 30px 30px 30px 30px;
    margin-bottom: 30px;
    background: #FFFFFF;
    min-height: 300px;
    border-radius: 2px;
    -webkit-transition: box-shadow .3s ease-in-out;
    -moz-transition: box-shadow .3s ease-in-out;
    -ms-transition: box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
}
.features-boxed .box-inner:hover {
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
}
.features-boxed .box-inner .box-icon {
    padding: 0 0 30px 0;
}
.features-boxed .box-inner .box-icon i {
    font-size: 34px;
    color: #448AFF;
}
.features-boxed .box-inner .box-info {
    padding: 0 0 20px 0;
}
.features-boxed .box-inner .box-info h1 {
    font-size: 24px;
    font-weight: 400;
    color: #343434;
    margin: 0 0 20px 0;
}
.features-boxed .box-inner .box-info p {
    font-size: 14px;
    line-height: 1.6;
    color: #A1A1A1;
}
.features-boxed .box-inner .box-arrow {
    position: absolute;
    right: 15%;
    bottom: 12%;
}
.features-boxed .box-inner .box-arrow i {
    font-size: 32px;
    color: #448AFF;
}
/*------------------------------------------------------------
---------------- App Features Styling Starts -----------------
------------------------------------------------------------*/

.app-features {
    background: #F9F9F9;
    padding: 100px 0 100px 0;
    overflow-x: hidden;
}
.app-features h1 {
    font-size: 34px;
    font-weight: 300;
    color: #252525;
    margin: 0 0 10px 0;
}
.app-features p {
    font-size: 16px;
    font-weight: 300;
    color: #A1A1A1;
    line-height: 1.4;
    margin: 20px 0 50px 0;
}
.app-features img {
    margin: 0 auto;
    margin-top: 50px;
}
.app-features .features-left,
.app-features .features-right {
    padding: 50px 0 0 0;
}
.app-features .icon {
    margin-top: 10px;
    margin-bottom: 20px;
}
.app-features .icon i {
    font-size: 42px;
    color: #0040ff;
}
.app-features .feature-single {
    margin-left: 0;
    margin-bottom: 50px;
}
.app-features .feature-single h1 {
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
}
.app-features .feature-single p {
    font-size: 14px;
    color: #A1A1A1;
    line-height: 1.4;
    margin: 10px 0 0 0;
}
/*-----------------------------------------------------------
----------------- Pitch Section Stying Starts ---------------
-----------------------------------------------------------*/

.pitch-2 {
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), url(../images/pitch-bg1.jpg) no-repeat center center;
    background-size: cover;
    padding: 150px 0 150px 0;
}
.pitch-inner {
    max-width: 500px;
    float: right;
}
.pitch-inner h4 {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.pitch-inner h1 {
    font-size: 28px;
    line-height: 1.2;
    margin-top: 20px;
    color: #FFFFFF;
}
.pitch-inner p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
    color: #FFFFFF;
}
/*---------------------------------------------------------------
----------------------- Agency Pitch Styling --------------------
----------------------------------------------------------------*/

.agency-pitch {
    padding: 100px 0 100px 0;
}
.agency-pitch .inner {
    max-width: 600px;
    margin: 0 auto;
}
.agency-pitch .inner h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}
.agency-pitch .inner p {
    font-size: 16px;
    color: #848484;
    line-height: 1.5;
}
/*--------------------------------------------------------------
----------------- Features Section Stying Starts ---------------
--------------------------------------------------------------*/

.features {
    background: #FFFFFF;
    padding: 100px 0 100px 0;
}
.features-text {
    padding: 0 0 0 0;
}
.features-text h2 {
    font-size: 28px;
    color: #222222;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 20px 0;
}
.features-text p {
    font-size: 14px;
    line-height: 1.4;
    color: #A1A1A1;
}
.product .features-text h2 {
    font-size: 32px;
    font-weight: 400;
    color: #222222;
}
.product .features-text p {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0;
    margin-top: 25px;
}
.service .features-list {
    text-align:
}
.service .features-list h2 {
    font-size: 28px;
    font-weight: 400;
    color: #454545;
}
.service .features-list p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    color: #A1A1A1;
    margin-top: 25px;
}
/*  --------------------------------------------------
------------- Pricing Section Styling ----------------
-----------------------------------------------------*/

.pricing {
    padding: 50px 0 100px 0;
}
.pricing-content {
    padding: 60px 0 0 0;
    text-align: center;
}
.pricing h1 {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.2;
}
.pricing h4 {
    font-size: 14px;
    font-weight: 400;
    color: #A1A1A1;
    margin: 10px 0 30px 0;
}
.pricing p {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    line-height: 1.4;
}
.pricing .btn-buy {
    padding: 40px 0 20px 0;
}
.pricing .btn-buy img {
    display: inline;
}
.pricing .price-tag h2 {
    font-size: 24px;
    font-weight: 400;
    color: #A1A1A1;
    margin: 0 0 20px 0;
}
/* ----- Pricing Tables Styling Starts ----- */

.pricing-section {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #FFFFFF;
}
.pricing-intro {
    padding-bottom: 30px;
}
.pricing-intro h1 {
    font-size: 28px;
    color: #111111;
    font-weight: 600;
    line-height: 1.4;
}
.pricing-intro p {
    font-size: 15px;
    color: #303030;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 50px;
}
.pricing-section .table-left,
.pricing-section .table-right {
    padding: 20px 20px 50px 20px;
    margin: 0 auto;
    margin-bottom: 30px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, .1);
    border: transparent;
    max-width: 400px;
}
.table-left .icon,
.table-right .icon {
    padding: 50px 50px 40px 50px;
}
.table-left .icon img,
.table-right .icon img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
.table-left .pricing-details span,
.table-right .pricing-details span {
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    color: #808080;
    margin-bottom: 20px;
}
.table-left .pricing-details h2,
.table-right .pricing-details h2 {
    font-size: 18px;
    font-weight: 600;
    color: #505050;
    margin-bottom: 30px;
}
.table-left .pricing-details p,
.table-right .pricing-details p {
    font-size: 14px;
    font-weight: 300;
    color: #505050;
    letter-spacing: 1px;
    line-height: 1.4;
}
.table-left .pricing-details ul,
.table-right .pricing-details ul {
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 0;
}
.table-left .pricing-details li,
.table-right .pricing-details li {
    font-size: 14px;
    font-weight: 400;
    color: #505050;
    line-height: 1.4;
    margin-bottom: 10px;
}
.pricing-section .table-left:hover,
.pricing-section .table-right:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.pricing-section .table-left,
.pricing-section .table-right {
    margin-top: 20px;
}
.pricing-section .table-center {
    margin-top: 0;
}
/*-------- Pricing Small Section Styling ------------*/

.pricing-sm {
    background: #F6F6F6;
}
.pricing-sm .pricing-intro h1 {
    font-weight: 300;
    font-size: 34px;
}
.pricing-sm .pricing-intro p {
    font-weight: 300;
    font-size: 16px;
    color: #848484;
    letter-spacing: 0;
}
.pricing-sm .pricing-details {
    padding: 50px 0 0 0;
}
.pricing-sm .table-left .pricing-details h2,
.pricing-sm .table-right .pricing-details h2 {
    font-size: 24px;
    font-weight: 400;
    color: #505050;
    margin-bottom: 30px;
}
.pricing-sm .table-left .pricing-details span,
.pricing-sm .table-right .pricing-details span {
    font-size: 42px;
    font-weight: 300;
    color: #848484;
    margin-bottom: 20px;
}
.pricing-sm .table-left .pricing-details li,
.pricing-sm .table-right .pricing-details li {
    font-size: 16px;
    font-weight: 300;
    color: #848484;
    line-height: 1.4;
}
/*----------------------------------------------------------------
-------------------- Pricing V2 Styling Starts -------------------
----------------------------------------------------------------*/

.pricing-v2 {
    padding: 100px 0 100px 0;
    background: #F8F8F8;
}
.pricing-v2 .intro {
    padding: 50px 0 50px 0;
}
.pricing-v2 .intro h4 {
    font-size: 11px;
    font-weight: 600;
    color: #231f20;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
}
.pricing-v2 .intro h1 {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;
}
.pricing-v2 .intro p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: #848484;
    margin-bottom: 20px;
}
.pricing-v2 .intro p:nth-child(4) {
    font-size: 13px;
}
.pricing-v2 .intro a {
    color: #0000FF;
    text-decoration: none;
}
.pricing-v2 .table-left,
.pricing-v2 .table-right {
    padding: 50px;
    margin: 0 auto;
    margin-bottom: 30px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, .1);
    border: transparent;
    border-radius: 10px;
    max-width: 400px;
}
.pricing-v2 .table-left .pricing-details ul,
.pricing-v2 .table-right .pricing-details ul {
    margin-bottom: 10px;
}
/*  ---------------------------------------------------
------------- Video BG Section Styling ----------------
-----------------------------------------------------*/

.product .video-icon i {
    color: #624dd6;
}
/*  --------------------------------------------------
------------- Reviews Section Styling ----------------
-----------------------------------------------------*/

.review-section {
    padding: 100px 0 100px 0;
    text-align: center;
    background: #FFFFFF;
}
.reviews {
    width: 100%;
    padding: 50px 0 50px 0;
}
.review-single img {
    width: 80px;
    height: 80px;
}
.review-text h3 {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.5;
    color: #232323;
}
.review-text .ion {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    color: #ff8000;
}
.review-text p {
    font-size: 16px;
    font-weight: 300;
    padding: 20px 10px 20px 10px;
    line-height: 1.5;
    color: #848484;
}
/*--------------- Review Sm Styling Starts ------------------ */

.review-sm {
    background: #FFFFFF;
}
.review-sm .reviews {
    width: 100%;
    padding: 0;
}
.review-sm p {
    font-size: 28px;
    font-weight: 300;
    padding: 20px 10px 20px 10px;
    line-height: 1.5;
    color: #848484;
}
.review-sm .review-text h3 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
    color: #444444;
}
/*----------------------------------------------------------------
--------------- Clients Section Styling Starts -------------------
----------------------------------------------------------------*/

.client-section {
    background-color: #F3F3F3;
    padding: 30px 0 30px 0;
}
.client-section ul {
    list-style-type: none;
    display: inline-block;
}
.client-section ul li {
    display: inline-block;
    margin-right: 75px;
    line-height: 1;
}
.client-section img {
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
}
/*--------------------------------------------------------------
----------------- Specs Section Stying Starts ---------------
--------------------------------------------------------------*/

.specs {
    background: #EEEEEE;
    padding: 100px 0 50px 0;
}
.specs-intro {
    padding: 0 0 100px 0;
}
.specs-intro h1 {
    font-size: 34px;
    color: #232323;
}
.specs-intro p {
    font-size: 18px;
    color: #848484;
    margin-top: 20px;
}
.specs img {
    max-width: 100%;
    margin: 0 auto;
}
.specs-inner {
    padding-top: 20px;
}
.specs-inner .icon {
    text-align: center;
    margin-bottom: 20px;
}
.specs-inner .icon i {
    font-size: 34px;
    color: #624dd6;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.specs-inner .col-sm-6 {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}
.specs-inner .col-sm-6:hover {
    transform: scale(0.95);
}
.specs-inner .col-sm-6:hover .icon i {
    font-size: 34px;
    color: #624dd6;
}
.specs-inner .text {
    text-align: center;
}
.specs-inner .text p {
    text-align: center;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 50px;
}
/*--------------------------------------------------------------
----------------- Subscribe Form  Stying Starts ----------------
--------------------------------------------------------------*/

.subscribe-form {
    text-align: center;
    margin: 50px 0 0 0;
}
.subscribe-form .mail {
    background-color: #F1F1F1;
    border: none;
    border-radius: 5px 0 0 5px;
    outline: none;
    height: 40px;
    padding: 0 150px 0 20px;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
}
.subscribe-form .mail:focus {
    background-color: #EEEEEE;
}
.subscribe-form input {
    color: #222222;
    padding: 0;
    font-size: 15px;
}
.subscribe-form .submit-button {
    font-size: 14px;
    height: 40px;
    border: none;
    border-radius: 0 5px 5px 0;
    margin: 0;
    padding: 0 25px 0 25px;
    border-color: #0040ff;
    background-color: #0040ff;
    color: #FFFFFF;
    box-shadow: 0 0 1px #EEEEEE;
    outline: none;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
}
.subscribe-form .submit-button:hover {
    border-color: #0040ff;
    box-shadow: 0 0 5px #0040ff;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
}
.product .dark {
    background: #EEEEEE;
}
/*---------------------------------------------------
----------- Contact Section Styling Starts -------------
---------------------------------------------------*/

.contact {
    width: 100%;
    height: 100%;
    padding: 40px 0 70px 0;
}
.contact .inner h1 {
    font-size: 34px;
    font-weight: 300;
    color: #252525;
    line-height: 1.2;
    margin-bottom: 20px;
}
.contact .inner p {
    font-size: 16px;
    font-weight: 300;
    color: #848484;
    line-height: 1.4;
}
.contact .address {
    padding: 10px 0 100px 0;
}
.contact .address h1 {
    font-size: 24px;
    color: #454545;
    margin-bottom: 30px;
}
.contact .address p {
    font-size: 21px;
    color: #454545;
    line-height: 1.8;
}
.contact .address p:nth-child(3) {
    margin-top: 30px;
}
.contact .address p:nth-child(5) {
    margin-top: 30px;
}
.contact h2 {
    width: 100%;
    text-align: center;
    font-size: 34px;
    margin-bottom: 30px;
    font-weight: 600;
}
.navbar-default .navbar-nav > li > a.special {
    background-color: #0d9be4;
    color: #fff;
    border-radius: 12px;
}
/* ------------ Contact Form Styling --------*/

#mc_embed_signup h2 {
    font-size: 34px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}
.contact-intro p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px;
}
label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    text-align: left;
}
.contact-form .form-control {
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    margin-top: 10px;
    background: #F1F1F1;
    margin-bottom: 10px;
    height: 40px;
    /*border-bottom: 1px solid #999999;*/
    
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.form-control:focus {
    border-color: #624dd6;
    background: #F4F4F4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.contact-form input[type="text"],
textarea,
textarea.form-control {
    height: auto;
    background: #F1F1F1;
}
.signup input[type="text"]:focus,
textarea:focus,
textarea.form-control:focus {
    outline: 0;
    background: #F6F6F6;
    border: 1px solid #624dd6;
}
.form-control::-webkit-input-placeholder {
    font-size: 13px;
    color: #999999;
}
.form-control:-moz-placeholder {
    font-size: 13px;
    color: #999999;
}
.form-control::-moz-placeholder {
    font-size: 13px;
    color: #999999;
}
.form-control:-ms-input-placeholder {
    font-size: 13px;
    color: #999999;
}
.text-muted {
    font-size: 13px;
    color: #222222;
}
.text-muted strong {
    color: #FF3333;
}
.btn-send {
    margin: 25px 0 10px;
    background-color: #359be4;
    border-color: #359be4;
    color: #FFF;
    font-size: 25px;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 100px;
    text-transform: uppercase;
}
.btn-send:hover,
.btn-send:focus {
	color: #FFF;
    opacity: .8;
}

.send-button {
	text-align: center;
}
.send-button span {
    font-size: 20px;
    padding-top: 20px;
    font-weight: 500;
    display: block;
}

.form-control {
	padding: 9px 12px;
}

.payment-thankyou {
	text-align: center;
}
.payment-thankyou span {
	font-size: 42px;
    text-align: center;
    width: 100%;
    float: left;
} 
.payment-thankyou p {
	float: left;
    width: 100%;
    text-align: center;
    font-size: 21px;
    padding: 20px 19% 0;
    color: #A1A1A1;
    line-height: 1.2;
}

.loader{
	margin: 0 0 2em;
	height: 100px;
	width: 20%;
	text-align: center;
	padding: 1em;
	margin: 0 auto 1em;
	display: inline-block;
	vertical-align: top;
}

/*
  Set the color of the icon
*/
svg path,
svg rect{
	fill: #c6161d;;
}
/* -------- Contact Section Styling Ends ---- */
/*--------------------------------------------------------
--------------- Footer 1 Styling Starts ------------------
--------------------------------------------------------*/

.footer {
    padding: 0px 0 25px 0;
    background: #F2F2F2;
}
.footer .to-top {
    position: absolute;
    left: 49%;
    top: -5%;
}
.footer .to-top i {
    font-size: 34px;
}
.footer .footer-content {
    padding: 50px 0 10px 0;
}
.footer .footer-content img {
    margin-bottom: 10px;
}
.footer .footer-content h4 {
    font-size: 16px;
    font-weight: 500;
    color: #848484;
    margin-bottom: 5px;
}
.footer .footer-content p {
    font-size: 12px;
    font-weight: 300;
    color: #848484;
    margin-bottom: 10px;
}
.footer .footer-content ul {
    list-style-type: none;
}
.footer .footer-content ul li {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
}
.footer .footer-content ul li a {
    color: #747474;
}
/*------------ Footer Sm Styling ---------------*/

.footer-sm {
    padding: 20px 0 20px 0;
    background: #221e1f;
    color: #FFFFFF;
}
.footer-sm .footer-inner h1 {
    font-size: 24px;
    font-weight: 700;
}
.footer-sm .footer-inner sup {
    font-size: 10px;
    line-height: 1;
    font-weight: 300;
}
.footer-sm .footer-inner p {
    font-size: 14px;
    font-weight: 300;
    color: #848484;
    line-height: 1.4;
    margin: 20px 0 10px 0;
}
.footer-sm .footer-inner p:nth-child(3) {
    font-size: 13px;
    font-weight: 300;
}
.footer-sm .footer-social {
    margin-top: 20px;
}
.footer-sm .footer-social ul {
    list-style-type: none;
    margin-top: 0;
    padding: 0;
}
.footer-sm .footer-social ul li {
    display: inline;
    margin-right: 5px;
}
.footer-sm .footer-social li a i {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    padding-left: 1px;
    text-decoration: none;
    text-align: center;
    color: #222222;
    background: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    line-height: 2.3em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
/*------------ Footer Lg Styling ---------------*/

.footer-lg {
    background: #EEE;
    padding: 50px 0 50px 0;
}
.footer-lg .footer-left .footer-img {
    padding: 0 0 10px 0;
}
.footer-lg .footer-left p {
    font-size: 12px;
    color: #848484;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 10px;
}
.footer-lg .footer-social ul {
    list-style-type: none;
    margin-top: 10px;
}
.footer-lg .footer-social ul li {
    display: inline;
    margin-right: 5px !important;
    background: #FFFFFF;
}
.footer-lg .footer-social li a i {
    display: inline-block;
    color: #242424;
    font-size: 18px;
    margin-right: 5px !important;
    font-weight: normal;
}
.footer-right {
    padding: 25px 0 0 0;
}
.footer-right ul {
    list-style-type: none;
    -webkit-columns: 2;
    columns: 2;
    padding: 0;
}
.footer-right ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 2.5;
}
.footer-right ul li a {
    color: #454545;
    text-decoration: none;
}
.footer-lg .footer-right p {
    font-size: 12px;
    color: #848484;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 10px;
}
/* -------------------------------------------------------
----------- Bact-to-Top Styling Starts Here --------------
---------------------------------------------------------*/

.back-to-top {
    background: #c6161d;
    margin: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 90;
    display: none;
    text-decoration: none;
    color: #0E1729;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}
.back-to-top i {
    position: relative;
    left: 14px;
    top: 8px;
    font-size: 28px;
    color: #FFFFFF;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}
.back-to-top:hover {
    opacity: .8;
    color: #FFFFFF;
}
.back-to-top:hover i {
    top: 6px;
}
.back-to-top:focus {
    color: #FFFFFF;
}
.f-icon {
    float: left;
}
.f-icon i {
    font-size: 42px;
    color: #3333CC;
}
.feature-single {
    margin-top: 5px;
    margin-left: 60px;
    margin-bottom: 30px;
}
.feature-single h1 {
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
}
.feature-single p {
    font-size: 14px;
    color: #A1A1A1;
    line-height: 1.4;
    margin: 15px 0 0 0 !important;
}

.with-errors {
	color: #c6161d;
}

.stripe-button-el {
	display: none !important;
}

#mc_embed_signup .mc-field-group select {
    height: 34px;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 1px solid #e85c41 !important;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    display: none !important;
}
#mc-embedded-subscribe {
    margin: 40px auto 0 !important;
}
#mc-span {
    font-weight: 500;
    font-size: 18px;
    /* margin: 25px auto 0; */
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 25px;
}

#mc_embed_signup #mce-error-response {
    background-color: #FF4136;
}
#mc_embed_signup #mce-success-response {
    background-color: #2ECC40;
}
#mc_embed_signup div#mce-responses {
    padding: 0 !important;
    width: 96% !important;
    margin: 0 !important;
}
#mc_embed_signup div#mce-responses a {
    color: #ffffff !important;
    text-decoration: underline !important;
}
#mc_embed_signup div.response {
    color: #ffffff !important;
    font-weight: 300 !important;
    padding: 15px !important;
    width: 100% !important;
}
/*-----------------------------------------------------
-------------------------------------------------------
------------------- All Media Queries------------------
-------------------------------------------------------
-----------------------------------------------------*/

@media only screen and (min-width: 767px) {
    .logo {
        left: 6%;
        top: 4%;
    }
    .hero-1 .intro {
        padding: 75px 0 75px 0;
    }
    .hero-1 .intro h1 {
        font-size: 54px;
    }
    .hero-3 .intro {
        padding: 100px 0 100px 0;
        text-align: left;
    }
    .hero-3 .intro h1 {
        font-size: 38px;
    }
    .hero-3 .intro p {
        font-size: 18px;
    }
    .signup {
        padding: 150px 0 100px 0;
    }
    .signup .intro h1 {
        font-size: 42px;
    }
    .hero-6 .intro h1 {
        font-size: 42px;
    }
    .hero-7 .intro h1 {
        font-size: 42px;
    }
    .hero-7 .intro h4 {
        font-size: 42px;
    }
    .hero-8 .intro h1 {
        font-size: 48px;
    }
    .pitch-inner h1 {
        font-size: 34px;
    }
    .points-intro h1 {
        font-size: 34px;
    }
    .pi-features .pi-feature-inner {
        padding: 50px;
    }
    .pi-features .icon i {
        font-size: 54px;
    }
    .features-list {
        padding: 20px 0 0 0;
        overflow: hidden;
    }
    .product .features-text {
        padding: 100px 0 0 0;
    }
    .features-text h1 {
        font-size: 34px;
        line-height: 1;
    }
    .flex-split {
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    .flex-split .f-left h2 {
        font-size: 34px;
    }
    .flex-split .f-left {
        padding: 80px;
    }
    .flex-split .f-right {
        flex: 1 0 50%;
    }
    .features-text h2 {
        font-size: 34px;
    }
    .features-text p {
        font-size: 18px;
    }
    .cta-big-inner h1 {
        font-size: 42px;
    }
    .cta-2-inner h1 {
        font-size: 34px;
    }
    /* -------- Hero Split ------------ */
    
    .hero-split {
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    .hero-split .h-left {
        padding: 200px 50px 150px 50px;
    }
    .hero-split .h-right {
        flex: 1 0 50%;
    }
}
@media only screen and (min-width: 1024px) {
    .hero-split .h-left {
        padding: 200px 100px 150px 50px;
    }
    .hero-split .h-left h2 {
        font-size: 46px;
    }
    .features-text {
        padding: 75px 0 0 0;
    }
    .product .features-text {
        padding: 120px 0 0 0;
    }
    .features-list {
        padding: 150px 0 50px 0;
    }
    .service .features-list {
        padding: 0px 0 50px 0;
    }
    .specs-inner {
        padding: 50px 0 0 0;
    }
    .contact .address {
        padding: 100px 0 100px 100px;
    }
}
@media only screen and (max-width: 766px) {
    .flex-split .f-right {
        flex: 1 0 50%;
        height: 360px;
    }
    .hero-split .h-right {
        flex: 1 0 50%;
        height: 360px;
    }
}
@media screen and (min-width: 400px) and (max-width: 600px) {
    .subscribe-form .mail {
        padding: 0 30px 0 20px;
        border-radius: 5px 0 0 5px;
    }
    .subscribe-form .submit-button {
        padding: 0 5px 0 5px;
        border-radius: 0 5px 5px 0;
    }
}
@media screen and (max-width: 399px) {
    .subscribe-form {
        text-align: center;
    }
    .subscribe-form .mail {
        text-align: center;
        padding: 0 0 0 0;
        border-radius: 5px 0 0 5px;
    }
    .subscribe-form .submit-button {
        padding: 0 5px 0 5px;
        border-radius: 0 5px 5px 0;
        margin-top: 15px;
    }
}
.left-section {
    background-color: #F2F2F2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.right-section {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 50px 0 50px;
    width: 50%;
    height: 100%;
    background: #FFFFFF;
    z-index: 99;
    overflow: hidden;
    overflow-y: auto;
}
.cs-main .left-section .video-icon {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    outline: none;
}
.cs-main .left-section .video-icon i {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    padding-left: 7px;
    text-decoration: none;
    text-align: center;
    color: #111111;
    background: #FFFFFF;
    font-size: 34px;
    font-weight: normal;
    line-height: 1.55em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
}
ul#countdown {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    display: inline-block;
    text-align: center;
}
ul#countdown li {
    display: inline-block;
}
ul#countdown li span {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    color: #6600CC;
    background: #F9F9F9;
    padding: 6px;
}
ul#countdown li.seperator {
    font-size: 24px;
    line-height: 1;
    vertical-align: top;
}
ul#countdown li p {
    color: #111111;
    font-size: 14px;
    padding-top: 5px;
}
.cs-main .intro {
    padding-top: 125px;
}
.cs-main .left-section {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url(../images/split.jpg) no-repeat center center;
    background-size: cover;
    background-position: top;
}
.cs-main .right-section {
    background: #FFFFFF;
}
.cs-main .intro .intro-text h4 {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 300;
    color: #848484;
    margin-bottom: 20px;
}
.cs-main .intro .intro-text h1 {
    font-size: 38px;
    line-height: 1.4;
    letter-spacing: -1px;
    font-weight: 300;
    color: #454545;
    max-width: 500px;
    margin-bottom: 20px;
}
.cs-main .intro .intro-text h1 span {
    color: #0040ff;
}
.cs-main .intro .intro-text p {
    font-size: 14px;
    line-height: 1.6;
    color: #848484;
    margin-bottom: 20px;
}
.cs-main .intro .intro-text h2 {
    font-size: 14px;
    font-weight: 300;
    color: #848484;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 20px 0 10px 0;
}
.cs-main .intro .intro-text ul#countdown li {
    color: #0040ff;
}
.cs-main .intro .intro-text ul#countdown li span {
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    color: #0040ff;
    background: transparent;
    padding: 6px;
}
.cs-main .intro .intro-text ul#countdown li p {
    color: #0040ff;
}
.cs-main .subscribe-form .submit-button {
    font-size: 14px;
    border-color: #0040ff;
    background-color: #0040ff;
    color: #FFFFFF;
}
.cs-main .subscribe-form .submit-button:hover {
    box-shadow: 0 0 5px #999999;
}
.cs-main .subscribe-form {
    text-align: left;
}
.cta-sub {
    padding: 0 0 20px 0;
}

/*---------- Media Queries ---------*/

@media only screen and (max-width: 767px) {
    .navbar {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .navbar-default {
        border: 0px;
    }
    .navbar-default .navbar-collapse {
        text-align: center;
        border-color: transparent;
        background-color: #FFFFFF;
    }
    .navbar-default .navbar-collapse {
        border: 0;
        border-color: transparent;
    }
    .navbar-default .navbar-nav > li> a {
        color: #111111;
        margin-top: 10px;
    }
    .navbar-default .navbar-nav > li> a:hover {
        color: #222222;
    }
    .navbar-default .navbar-brand {
        color: #222222;
        padding: 5px 5px !important;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000;
    }
    .main-logo {
    	width: 85px;
    	margin-left: 5px;
    }
    .phone-image img {
    	display: none;
    }

    #pricing h2, #pricing span, #pricing h4 {
    	width: 100%;
    	text-align: center;
    }

    .limited-packages-price {
        flex-direction: column;
    }

    .locations {
        margin-left: 0;
    }

    .hero-7 {
        padding: 60px 0 100px 0;
        background-position-x: 75%;
    }
    .hero-7 .intro h4 {
    	font-size: 32px;
    }
    .intro-text {
    	bottom: 10%;
    	top: initial;
    }
    .intro-text p {
    	width: 100%;
    }

    .point-image img {
    	margin-top: 0px;
    }

    .pi-points .col-sm-4:first-child .point-image img {
    	margin-top: -168px;
    }
    .workshop-number img {
    	width: 11%;
    }
    .workshop-text span {
    	width: 86%;
    }
    .workshop-text ul {
    	width: 100%;
    	margin-bottom: 27px;
    }
    .workshop-text ul li {
	    margin-left: 55px;
	    font-size: 18px;
	    margin-bottom: 10px;
	}
	.poly-background {
		background: none;
	}
	.poly-background .col-sm-4 {
		margin-bottom: 20px;
	}
	.poly-background .col-sm-4:last-child {
		margin-bottom: 0;
	}
	.phone-section p {
	    padding: 20px 0 50px;
	}

	#blank-space {
    	padding: 20px 0;
	}
	.point-text {
    	padding: 0 0 55px;
	}
	#pricing img {
		float: none; 
		margin-right: 0; 
	}
	#pricing h3 {
	    font-size: 32px;
	    text-align: center;
	    margin-top: 10px;
	}
	.speaker-section p {
		float: none;
		text-align: center;
		padding-left: 0;
	}
	.speaker-logo {
		text-align: center;
	}
	.speaker-section img {
	    width: 300px;
	    margin-top: 15px;
	}
	.locations p {
	    float: left;
	    width: 100%;
	    margin: 5px auto 15px;
	    font-size: 19px;
	    text-align: center; 
	}
	#pricing h4 {
		margin-bottom: 25px;
	}
}
@media only screen and (max-width: 801px) {
    .right-section {
        position: relative;
        width: 100%;
    }
    .cs-main .intro .intro-text h1 {
        font-size: 28px;
    }
    .left-section {
        position: relative;
        width: 100%;
        min-height: 100vh;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .intro-text p {
    	width: 90%;

    }
    .phone-image img {
	    width: 400px;
	    margin-top: 41px;
	}
	.speaker {
		float: left;
    	width: 100%;
    	text-align: center;
	}
	.speaker-logo {
	    text-align: center;
	}
	.speaker-section img {
	    width: 350px;
	    margin-top: 10px;
	}
	.speaker-section p {
	    float: none;
	    text-align: center; 
		padding-left: 0;
	    padding-bottom: 15px;
	}
	#pricing h2 {
		font-size: 45px;
	}
	#pricing h4 {
	    font-size: 24px;
	    float: right;
	    width: 51%;
	    text-align: left;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .right-section {
        -webkit-overflow-scrolling: touch;
    }

    .intro-text p {
    	width: 70%;
    }
    .phone-image img {
    	width: 545px;
    	margin-top: -22px;
	}

	.speaker-section p {
    	padding-left: 39%;
	}

}
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
    .split-home .right-section,
    .split-home .left-section {
        -webkit-overflow-scrolling: touch;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) {
    .right-section {
        -webkit-overflow-scrolling: touch;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    .left-section {
        min-height: 100vh;
    }
}
@media only screen and (max-width: 420px) {
    .right-section {
        padding: 0 20px 0 20px;
    }
}
@media screen and (min-width: 400px) and (max-width: 600px) {
    .subscribe-form .mail {
        padding: 0 30px 0 20px;
        border-radius: 5px 0 0 5px;
    }
    .subscribe-form .submit-button {
        padding: 0 5px 0 5px;
        border-radius: 0 5px 5px 0;
    }
}
@media screen and (max-width: 399px) {
    .subscribe-form {
        text-align: left;
    }
    .subscribe-form {
        text-align: center;
    }
    .subscribe-form .mail {
        text-align: center;
        padding: 0 10px 0 10px;
        border-radius: 5px 0 0 5px;
    }
    .subscribe-form .submit-button {
        padding: 0 10px 0 10px;
        border-radius: 0 5px 5px 0;
        margin-top: 15px;
    }
}
/* --------------------------------------------------
------- Media Queries for Split Layout Ends ---------
---------------------------------------------------*/

/* common */
.ribbon {
	height: 150px;
	overflow: hidden;
	position: absolute;
}
.ribbon::before,
.ribbon::after {
	position: absolute;
	z-index: 0;
	content: '';
	display: block;
}
.ribbon span {
    display: block;
    padding: 18px 0 15px;
    background-color: #359be4;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 18px;
}

/* top left*/
.ribbon-top-left {
	top: -10px;
	left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
}
.ribbon-top-left::before {
	top: 0;
	right: 0;
}
.ribbon-top-left::after {
	bottom: 0;
	left: 0;
}
.ribbon-top-left span {
	right: -25px;
	top: 30px;
	transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
    font-style: italic;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
	border-top-color: transparent;
	border-right-color: transparent;
}
.ribbon-top-right::before {
	top: 0;
	left: 0;
}
.ribbon-top-right::after {
	bottom: 0;
	right: 0;
}
.ribbon-top-right span {
    padding: 15px 30px;
    border-radius: 0 5px 5px 0;
}

/* bottom left*/
.ribbon-bottom-left {
	bottom: -10px;
	left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.ribbon-bottom-left::before {
	bottom: 0;
	right: 0;
}
.ribbon-bottom-left::after {
	top: 0;
	left: 0;
}
.ribbon-bottom-left span {
	right: -25px;
	bottom: 30px;
	transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
	bottom: -10px;
	right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
	border-bottom-color: transparent;
	border-right-color: transparent;
}
.ribbon-bottom-right::before {
	bottom: 0;
	left: 0;
}
.ribbon-bottom-right::after {
	top: 0;
	right: 0;
}
.ribbon-bottom-right span {
	left: -25px;
	bottom: 30px;
	transform: rotate(-225deg);
}
