/* --------------------------------------
=========================================
Stamp - Landing Page Template
Version: 1.0 (Initial Release)
Designed By: Mizanur Rahman
URL: http://twitter.com/MizanME
=========================================

1. GLOBAL STYLES (USED IN VARIOUS SECTION OF THE WEBSITE)
1.1 GENERAL STYLES
1.2 PRE LOADER
1.3 ANCHOR
1.4 MISC FIXES

2. COMPONENTS (ELEMNTS USED IN MANY SECTION)
2.1 TYPOGRAPHY
2.2 BUTTONS
2.3 BORDER AND LINE
2.4 SECTION HEADER
2.5 FORM ELEMENTS

3. SECTION STYLES
3.1 SECTION: HOME
3.1.1 STICKY NAVIGATION
3.1.2 ONLY LOGO
3.1.3 INTRO

3.2 SECTION: CLIENTS LIST

3.3 SECTION: SERVICES

3.4 SECTION: LEFT / RIGHT BRIEF

3.5 SECTION: STATS

3.6 SECTION: FEATURES

3.7 SECTION: PRICING TABLE

3.8 SECTION: SCREENSHOTS

3.9 SECTION: TIMELINE

3.10 SECTION: TEAM

3.11 SECTION: TESTIMONIALS

3.12 SECTION: CALL TO ACTION

3.13 SECTION: CONTACT INFO

3.14 SECTION: GOOGLE MAP

3.15 FOOTER


TO CHANGE RESPONSIVE FIXES, PELEASE CHECK css/responsive.css

TO CHANGE PRE_DEFINED COLORS. PLEASE CHECK css/colors/your_selected_color.css

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

/* --------------------------------------
=========================================
1. GLOBAL STYLES
=========================================
-----------------------------------------*/
/*---------------------------------------
1.1 GENERAL STYLES
-----------------------------------------*/
html {
    font-size: 100%;
}

body {
    font-family: 'Open Sans', Helvetica Neue, Sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #313131;
    text-align: center;
    overflow-x: hidden !important;
    margin: auto !important;
}

/*---------------------------------------
1.2 PRE-LOADER
-----------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

/*---------------------------------------
2.3 ANCHOR AND BOLD TEXT
-----------------------------------------*/
a {
    text-decoration: none;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

a:hover {
    text-decoration: underline;
}

/*---------------------------------------
1.4 MISC FIXES
-----------------------------------------*/
@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

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

ul,
ol {
    padding-left: 0 !important;
}

li {
    list-style: none;
}

.row.no-gutters[class^="col-"],
.row.no-gutters[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: inherit;
}

.nav > li > a {
    padding: inherit;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

.navbar-inverse .navbar-nav > li > a:focus {
    color: inherit;
}

.mailchimp-success,
.mailchimp-error,
.email-success,
.email-error {
    display: none;
    margin-top: 15px;
}

.mailchimp-success span,
.mailchimp-error span,
.email-success span,
.email-error span {
    margin-right: 10px;
}

/* --------------------------------------
=========================================
2. COMPONENTS
=========================================
-----------------------------------------*/
/*---------------------------------------
2.1 TYPOGRAPHY
-----------------------------------------*/
/* HEADINGS */
h1,
h2 {
    font-family: 'Open Sans', Helvetica Neue, Sans-serif;

}

h1 {
    font-size: 2.7rem;
    line-height: 5rem;
    font-weight: 400;
}

h2 {
    font-size: 2.4rem;
    line-height: 3.125rem;
    font-weight: 300;
}

h2 strong {
    color: #272727;
}

h3 {
    font-size: 1.5rem;
    line-height: 2.375rem;
}

.price h3 {
    font-size: 2.5rem;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.875rem;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

/* BUTTONS */
.standard-button {
    font-weight: 600;
}

/* OTHER TEXTS */
strong,
.strong {
    font-weight: 600;
}

.dark-text {
    color: #454545;
}

.transparent-text {
    color: rgba(255, 255, 255, 0.6);
}

.transparent-text-dark {
    color: rgba(49, 49, 49, 0.5);
}

.small-text {
    font-size: 14px;
}

.small-text-medium {
    font-size: 14px;
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.line-through {
    text-decoration: line-through;
}

.italic-text {
    font-style: italic;
}

.button-text {
    font-weight: 600;
    text-transform: uppercase;
}

.price .month {
    font-family: 'Open Sans', Helvetica Neue, Sans-serif;
    color: #666666;
    font-size: 16px !important;
}

.get-started {
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 400;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    padding: 14px 30px;
    min-width: 210px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: default;
    margin-top: 25px;
}

.get-started:active,
.get-started:focus {
  background: rgba(40,44,52,1) !important;
}

.get-started:hover {
  background: rgba(40,44,52,1);
  border-color: #0e1117;
}

.get-started-alt {
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 400;
    border-radius: 2px;
    background: rgba(40, 44, 52, 1);
    border-color: #0e1117;
    padding: 14px 30px;
    min-width: 300px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: default;
    margin-top: 5px;
}

.get-started-alt:hover {
  background: rgba(40, 44, 52, 1);
  border-color: #0e1117;
}

#button-landing {
    margin-top: 50px;
}

.spacer-10 { height: 10px; }
.spacer-30 { height: 30px; }
.spacer-50 { height: 50px; }
.spacer-80 { height: 80px; }
.spacer-100 { height: 100px; }
.spacer-130 { height: 130px; }
.spacer-150 { height: 150px; }

.spacer-1em { height: 1em; }
.spacer-2em { height: 2em; }
.spacer-3em { height: 3em; }
.spacer-4em { height: 4em; }
.spacer-5em { height: 5em; }

.section-spacer { height: 100px }

/*---------------------------------------
2.2 BUTTONS
-----------------------------------------*/
.standard-button {
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.6;
    border: none;
    padding: 18px 40px 18px 40px;
    color: #ffffff;
    -webkit-transition: none;
    transition: none;
}

.secondary-button {
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1.6;
    border: none;
    background: transparent;
    padding: 20px 35px 20px 35px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: none;
    transition: none;
}

.secondary-button:hover {
    background: transparent;
    border-color: #ffffff;
}

.secondary-button-dark {
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1.6;
    border: none;
    background: transparent;
    padding: 20px 35px 20px 35px;
    color: #272727;
    border-color: rgba(39, 39, 39, 0.5);
    -webkit-transition: none;
    transition: none;
}

.secondary-button-dark:hover {
    background: transparent;
    border-color: #272727;
    color: #272727;
}

.navbar-register-button {
    border: none;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff !important;
    -webkit-transition: none;
    transition: none;
}

.white-button {
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.6;
    border: none;
    font-weight: 600;
    padding: 20px 45px 20px 45px;
    -webkit-transition: none;
    transition: none;
    background: #ffffff !important;
    color: #272727;
    -webkit-box-shadow: 0px 3px 0px rgba(27,27,27,0.4);
    box-shadow: 0px 3px 0px rgba(27,27,27,0.3);
}
.white-button:hover {
    background: #ffffff !important;
}

/*---------------------------------------
2.3 BORDER AND LINE
-----------------------------------------*/
.border-right {
    border-right: 1px solid #eaeaea;
}

.border-left {
    border-left: 1px solid #eaeaea;
}

.transparent-border-right {
    border-right: 1px solid rgba(255,255,255,0.3);
}

.transparent-border-left {
    border-left: 1px solid rgba(255,255,255,0.3);
}

.long-transparent-line-white {
    height: 1px;
    width: 200px;
    background: rgba(255, 255, 255, 0.3);
    margin: auto;
}


.colored-line-left,
.colored-line-right,
.colored-line,
.white-line,
.grey-line {
    height: 2px;
    width: 80px;
    display: block;
}

.white-line {
    background: #ffffff;
    margin: auto;
}

.grey-line {
    background: #eaebec;
}

.grey-line-short {
    height: 2px;
    width: 40px;
    display: block;
    background: #eaebec;
}

.white-text {
    color: #ffffff;
}

a.white-text:hover {
    color: #ffffff !important;
}

.white-bg-border {
    background: #ffffff;
    border-top: 1px solid #eaebec;
    border-bottom: 1px solid #eaebec;
}

.grey-bg-border {
    background: #eaebec;
    border-top: 1px solid #eaebec;
    border-bottom: 1px solid #eaebec;
}

.white-bg {
    background: #ffffff;
}

.grey-bg {
    border-top: 1px solid #eaebec;
    border-bottom: 1px solid #eaebec;
    background: #F7F8FA;
}

.dark-bg {
    background: #2e3336;
}

.colored-line-left {
    float: left;
}

.colored-line-right {
    float: right;
}

.colored-line {
    margin: auto;
}

/*---------------------------------------
2.4 SECTION HEADERS
-----------------------------------------*/
.section-header {
    margin-bottom: 60px;
}

.section-header h2 {
    margin-bottom: 20px;
    margin-top: 10px;
}

.sub-heading {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.5em;
}

/*---------------------------------------
2.5 FORM ELEMENTS
-----------------------------------------*/
.input-box,
.textarea-box {
    margin-bottom: 15px;
    margin-top: 15px;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dedede;
    border-radius: 3px;
    color: #999999;
    padding-left: 21px;
    line-height: auto;
}

.input-box {
    min-height: 50px;
}

.textarea-box {
    padding-top: 15px;
}

.input-box:active,
.textarea-box:active,
.input-box:focus,
.textarea-box:focus {
    color: #272727;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* --------------------------------------
=========================================
3. SECTION STYLES
=========================================
-----------------------------------------*/
/*---------------------------------------
3.1 SECTION: HOME / HEADER
-----------------------------------------*/
.header {
    -webkit-background-size: cover;
    background-size: cover;
}

.header .overlay-layer {
    padding-top: 60px;
    padding-bottom: 0 !important;
    height: auto;
}

/* STICKY NAVIGATION AND LOGO */
.appear-on-scroll {
    opacity: 0;
}

.borderWithShadow {
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}

.sticky-navigation {
    background: #ffffff;
    min-height: 50px;
    border: none;
    font-weight: 400;
    margin-bottom: 0 !important;
    -webkit-backface-visibility: hidden;
    opacity: 1;
    position: absolute;
    top: 20px;
}

.sticky-navigation .navbar-brand {
    padding: 8px 30px;
}

.sticky-navigation .navbar-brand img {
    max-width: 60px;
    -webkit-backface-visibility: hidden;
}

.sticky-navigation .main-navigation {
    margin-top: 0;
    z-index: 1;
}

.sticky-navigation .main-navigation li a {
    text-transform: uppercase;
    line-height: 24px;
    padding: 18px;
    color: white;
    font-size: 14px;
}

.main-navigation a:hover {
    background: #505958;
    color: #282C34 !important;
    cursor: default;
}

.sticky-navigation .login-register {
    margin-top: 0;
}

.sticky-navigation .login-register .login a {
    text-transform: uppercase;
    line-height: 24px;
    padding: 18px;
}

.sticky-navigation .login-register .register-button {
    margin-top: 15px;
}

.sticky-navigation .login-register .register-button a {
    padding: 10px 15px 8px 15px;
    border-radius: 3px;
}

/* ONLY LOGO */
.only-logo .navbar-header {
    margin: auto;
    float: none;
}

.only-logo .navbar-header img {
    max-width: 80px;
}

/* INTRO */
.intro-section {
    margin-top: 100px;
}

.intro-section h5 {
    margin-top: 15px;
    margin-bottom: 60px;
}

.intro {
    font-weight: 300;
    color: white;
    text-shadow: 0 0 22px rgba(0,0,0,0.5);
}

.browser-image {
    overflow: hidden;
}

.browser-image img {
    max-width: 80%;
    margin-bottom: -5px;
}


/*---------------------------------------
3.2 SECTION: CLIENTS LIST
-----------------------------------------*/
.client-logos {
    border-bottom: 1px solid #dadfe3;
    margin-bottom: 0;
    z-index: 1;
}

.client-logos li {
    display: inline-block;
    margin: 25px 25px 25px 25px;
    vertical-align: middle;
}

.client-logos li img {
    max-height: 40px;
    opacity: 0.6;
}

.client-logos li img:hover {
    opacity: 1;
    cursor: cursor;
}

/*---------------------------------------
3.3 SECTION: SERVICES
-----------------------------------------*/
.single-service {
    padding: 0px 35px 0px 35px;
    margin: 0 0 10px 0;
}

.single-service .service-icon {
    font-size: 60px;
}


/*---------------------------------------
3.4 SECTION: APP BRIEF
-----------------------------------------*/
.brief {

}

.brief .content-section {
    margin-top: 15px;
}

.brief h2 {
    margin-bottom: 15px;
    margin-top: 10px;
}

.brief p {
    margin-top: 2em;
    font-size: 18px;
}

.brief .brief-image-right {
    margin-top: 2em;
}

.brief .brief-image-right img {
    float: right;
    width: 92%;
}

.brief .brief-image-left {
    margin-top: 25px;
    overflow: hidden;
}

.brief .brief-image-left img {
    float: left;
    width: 95%;
}

.feature-list {
    margin-top: 15px;
}

.feature-list li {
    padding-top: 8px;
    padding-bottom: 8px;
}

.feature-list li span {
    margin-right: 10px;
}

/* ACCORDION */
.panel-default {
    border: 0;
    border-radius: 3px;
    margin-top: 35px;
    display: block;
    text-align: left;
}

.panel-body {
    border-top: 4px solid #F7F8FA !important;
}

.panel-heading {
    background-color: #ffffff !important;
    border: none;
    padding: 0;
}

.panel-group .panel+.panel {
    margin-top: 15px;
}

.panel-heading .title-text {
    line-height: 40px;
}

.panel-title a:hover {
    text-decoration: none;
}

.panel-title .icon-container {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-top: 1px;
    padding-right: 10px;
    padding-left: 10px;
    border-top-left-radius: 3px;
    float: left;
}

/*---------------------------------------
3.5 SECTION: STATS
-----------------------------------------*/
.stats {
    -webkit-background-size: cover;
    background-size: cover;
}

.stats .overlay-layer-2 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.single-stats {
    margin-top: 40px;
    margin-bottom: 40px;
}

.single-stats .icon-container {
    margin-bottom: 35px;
}

.single-stats .icon-container span {
    font-size: 70px;
}

.stats-footer .long-transparent-line {
    background: rgba(255, 255, 255, 0.3) !important;
    margin-bottom: 45px;
}

/*---------------------------------------
3.6 SECTION: UNIQUE FEATURES
-----------------------------------------*/
.unique-features {
    padding-bottom: 100px;
}

.ipad-image {
    margin: auto;
}

.ipad-image img {
    width: 100%;
}

.feature {
    margin: auto;
    padding-right: 0;
    overflow: hidden;
}

.feature .icon-container {
    display: inline-block;
    padding-top: 15px;
    padding-left: 80px;
}

.feature .icon-container span {
    font-size: 30px;
}

.feature .description {
    width: 85%;
    float: right;
}

.feature .description p {
    margin-top: 20px;
}

.feature .feature-icon {
    width: 50px;
}

/*---------------------------------------
3.7 SECTION: PRICING TABLE
-----------------------------------------*/
.pricing-table {
    padding-left: 30px;
    padding-right: 30px;
}

.single-pricing {
    background: #ffffff;
    border-radius: 3px;
    padding-bottom: 25px;
    border: 1px solid #e4e7e7;
    border-bottom: 4px solid #e4e7e7;
    margin-bottom: 80px;
    padding: 20px;
    -webkit-transition: all ease 0.55s;
    transition: all ease 0.55s;
}

.package-title h3 {
    line-height: 60px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 3px;
}

.price {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 25px;
    padding-top: 15px;
}

.price .superscript {
    vertical-align: super;
    font-size: 25px;
}

.price .month {
    font-size: inherit;
    display: block;
    margin-top: 0;
    line-height: 1;
    font-size: 14px !important;
    font-weight: 300;
}

.package-list {
    padding-top: 10px;
    margin-bottom: 25px;
}

.package-list li {
    margin-top: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dotted #eaeaea;
    padding-bottom: 10px;
}

.package-list li span {
    margin-right: 8px;
}

.single-pricing .button {
    margin-bottom: 20px;
}

.highlighted {
    margin-top: -24px;
}

.highlighted .package-title h3 {
    line-height: 84px;
}

.the-total {
    font-size: 20px !important;
}

/*---------------------------------------
3.8 SECTION: SCREENSHOTS
-----------------------------------------*/
.features {
    -webkit-background-size: cover;
    background-size: cover;
}

.features .overlay-layer-2 {
    padding-bottom: 84px;
}

.single-feature {
    margin-bottom: 58px;
}

.left-side .single-feature {
    padding-right: 18px;
}

.right-side .single-feature {
    padding-left: 18px;
}

.screenshot img {
    display: block;
    width: 100%;
    height: auto;
}

.screenshot img:hover {
    cursor: crosshair;
}

.owl-theme .owl-controls .owl-page span {
    background: #C7D4DF;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
    background: transparent;
    box-shadow: none;
}

/*---------------------------------------
3.9 VERTICAL TIMELINE
-----------------------------------------*/
.vertical-timeline {
    padding: 0;
    margin: 0;
}

.timeline-section {
    padding: 0;
    padding-left: 135px;
    padding-top: 20px;
}

.timeline-section li {
    list-style-type: none;
    padding: 1em;
    margin: 0;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    overflow: visible;
    border-left: 2px solid #eaeaea !important;
}

.timeline-section li .date {
    display: inline-block;
    float: left;
    margin-left: -100px;
    max-width: 55px;
    margin-top: 5px;
}

.timeline-section li .icon-container {
    display: inline-block;
    float: left;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    margin-left: -38px;
    padding-top: 2px;
}

.timeline-section li .info {
    text-align: left;
    background: #F7F8FA;
    margin-left: 15px;
    padding: 10px;
    font-size: 14px;
}

/*---------------------------------------
3.10 SECTION: TEAM
-----------------------------------------*/
.team {
    padding-bottom: 50px;
}

.team-member {
    margin-bottom: 50px;
}

.team-member .social-icons {
    opacity: 0;
    margin-top: 5px;
    position: relative;
    -webkit-transition: all ease 0.55s;
    transition: all ease 0.55s;
}

.team-member .social-icons li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
}

.team-member .social-icons li a {
    opacity: 0.5;
}

.team-member .social-icons li a:hover {
    opacity: 1;
    text-decoration: none;
}

.team-member:hover .social-icons {
    opacity: 1;
}

.member-pic {
    border: 5px solid #ffffff;
    border-radius: 3px;
}

.member-pic img {
    width: 100%;
}

.member-pic img:hover {
    filter: sepia(10%) hue-rotate(50deg);
    -webkit-filter: sepia(10%) hue-rotate(50deg);
    -moz-filter: sepia(10%) hue-rotate(50deg);
    -o-filter: sepia(10%) hue-rotate(50deg);
    -ms-filter: sepia(10%) hue-rotate(50deg);
}

.member-details {
    padding-top: 10px;
    padding-bottom: 12px;
    position: relative;
    width: 85%;
    margin: auto;
    background: #ffffff;
    border-radius: 3px;
    margin-top: -45px;
    z-index: 1;
}

.member-details h5 {
    margin-bottom: 3px;
}

/*---------------------------------------
3.11 SECTION: TESTIMONIALS
-----------------------------------------*/
.testimonials {
    padding-bottom: 60px;
}

.feedback {
    padding: 0 30px;
    margin-bottom: 45px;
}

.feedback .pic-container {
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border: 3px solid #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.feedback .pic-container img {
    width: 100%;
}

.feedback p {
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 25px;
}

.feedback h5 {
    margin-bottom: 0;
}

/*---------------------------------------
3.12 SECTION: CALL TO ACTION
-----------------------------------------*/
.call-to-action {
    -webkit-background-size: cover;
    background-size: cover;
}
.call-to-action .overlay-layer-2 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.call-to-action h2 {
    margin-top: 20px;
    margin-bottom: 50px;
}

.modal-content {
    padding: 10px 30px 30px 30px;
}

.modal-content button {
    width: 100%;
}

/*---------------------------------------
3.13 SECTION: CONTACT INFO
-----------------------------------------*/
.contact-info {
    padding-top: 30px;
    padding-bottom: 70px;
}

.contact-info .logo-container {
    margin-top: 20px;
    margin-bottom: 35px;
}

.contact-info .logo-container img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    opacity: 0.6;
    max-width: 65px;
}

.contact-info .icon-container {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.contact-info .contact-links a {
    padding-top: 40px;
    padding-bottom: 40px;
}

/*---------------------------------------
3.14 SECTION: GOOGLE MAP
-----------------------------------------*/
#google-container {
    position: relative;
    width: 100%;
    height: 500px;
}

#cd-google-map {
    position: relative;
    -webkit-transition: all ease 0.55s;
    transition: all ease 0.55s;
}

#cd-google-map address {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    padding: 1em 1em;
    color: #ffffff;
}

/*---------------------------------------
3.15 SECTION: FOOTER
-----------------------------------------*/
.footer {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-links li {
    display: inline-block;
    padding: 10px;
}

.footer-links li a:hover {
    text-decoration: none;
}

.social-icons li {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.social-icons li a:hover {
    text-decoration: none;
}

.social-icons li a:hover .transparent-text-dark {
    color: #313131;
}

/*---------------------------------------
MISC
-----------------------------------------*/+

.text-thin {
    font-weight: 200;
}

.btn-download {
    border-radius: 3px;
    border: 1px solid #fff;
    padding: 20px 30px;
    font-size: 16px;
    display: inline-block;
    line-height: 20px;
    background: #55ACEE;
    border: 3px;
    color: white;
    font-weight: 300;
    min-width: 240px;
    margin-bottom: 5px;
}


.or {
    display: inline-block;
    padding: 0 15px;
    text-transform: uppercase;
    position: relative;
    opacity: 0.5;
}

.bulk-block {
    background: #f5f5f5;
    padding: 5px;
    border-radius: 5px;
    font-weight: 300;
}

.demo-block {
    background: #F5D37D;
    padding: 10px;
    border-radius: 5px;
    font-weight: 300;
}

.demo-block .example {
    font-family: 'Inconsolata';
    font-size: 14px;
    font-weight: 400;
}

.windows-download {
    position: relative;
}

.red-text {
    color: #BF5548;
}

.error-msg-placeholder {
    min-height: 2em;
    font-weight: 400 !important;;
    opacity: 0;
}

.price-button {
    border: 3px solid #f5f5f5;
    border-radius: 7px;
    background: #ffffff;
    cursor: pointer;
}

.price-button:hover {
    border-color:  #F9CE32;

}

.price-selected {
    border: 3px solid #F9CE32;
}

.download-follow-us {
    font-size: 18px;
    font-weight: 300;
}

.features-header {

}

.maxed {
    max-width: 60%;
    padding-bottom: 45% !important;
    margin: 0 auto;
}

.sweet-alert .confirm {
    background-color: #55ACEE !important;
}

.example-head {
    font-weight: 400;

}

.logo-text {
    font-weight: 400;
    font-size: 12px;
    color: black;
}

.featured-in img {
    opacity: 0.9;
}

.featured-in img:hover {
    text-decoration: none;
}

.pricing .single-service {
    border: none;
    margin: 0;
    padding-bottom: 0;

}

.pricing .service-icon {
    margin-bottom: 5px;
}

.pricing .sub-heading {
    font-weight: 300;
    font-size: 26px;
}

.pricing sup {
    font-size: 20px !important;
    top: -30px;
}

.terms-text {
    font-size: 13px;
}

.student-discount-checkbox {
    max-width: 500px;
    margin: 0 auto;
}


/* Feedback Modal */
#modal-feedback .btn-option, #modal-feedback .btn-primary {
    display: block;
    margin: 10px;
    margin-left: 0px;
    min-height: 40px;
    font-size: 19px;
    font-weight: 300;
}

#modal-feedback .close {
    width: auto;
}

#modal-feedback .hidden-form {
    display: none;
    background: rgba(0,0,0,0.1);
    padding: 5px;
    border-radius: 5px;
}

#modal-feedback .other-reason {
    width: 100%;
    padding: 10px;
    border: none;
}

#modal-feedback .hidden-form button {
    font-size: 16px;
    border-radius: 0;
    opacity: 0.8;
}

#getting-started {
    background: #ffff00;
    padding: 5px;
    border-radius: 10px;
    text-shadow: 0px 1px whitesmoke;
}

.crossed {
    text-decoration: line-through;
}

.small-price-text {
    font-size: 20px;
}

.offer-title {
    font-size: 35px !important;
    text-decoration: underline;
    color: #4A91C8;
}

.writefull-logo-pro {
    width: 150px;
}

.circular {
    width: 180px;
    height: 180px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;

    margin: 0 auto;
    text-align: center;
    box-shadow: 0px 1px 3px grey;
    border: 4px solid white;
    margin-bottom: 10px;
}

.circular-concordance {

    background: url(http://writefullapp.com/images/app/writefull-examples.png) no-repeat;
    background-position: -120px, 100px;
    background-size: 400%;
}

.circular-wordsincontext {
    background: url(http://writefullapp.com/images/app/writefull-words-in-context.png) no-repeat;
    background-position: -45px, 100px;
    background-size: 400%;
}

.circular-synonymsincontext {
    background: url(http://writefullapp.com/images/app/writefull-synonyms-in-context.png) no-repeat;
    background-position: -45px, 100px;
    background-size: 400%;
}

.title-pro {
    font-family: 'Open Sans', 'Lato', Helvetica Neue, Sans-serif;
    margin: 20px;
    font-size: 45px;
    font-weight: 300;

}

.title-pro-sub {
    font-size: 40px;
    margin: 40px;
    letter-spacing: 0.015em;
}

.aligner {

}

.feature-explained {
    font-family: 'Open Sans', Helvetica Neue, Sans-serif;
    text-align: center;
    font-size: 20px;
    line-height: 1.5em;

}

.sentence-example {
    text-align: center;
    font-family: 'Inconsolata';
    font-size: 20px;
    margin-top: -15px;
}

.selection {
    background: #9DCAF4;
    padding: 2px;
    border-radius: 2px;
}

.pricing-section {
    padding: 30px;
}

.dont-forget-email {
    font-family: 'Open Sans', Helvetica Neue, Sans-serif;
    font-size: 1.8rem;
    line-height: 3.125rem;
    font-weight: 300;
}

#sign-up-email {
    font-weight: bold;
}


.gumroad-dummy {
    margin: 0 auto !important;
}

.gumroad-placeholder-student {
    display: none;
}

.navbar {
    background-color: transparent;
}
.sticky-navigation {
    color: white;
    box-shadow: none !important;
}
header {

}
h1.intro {
    margin-top: 70px;
}

@media only screen and (max-device-width: 480px) {
    .collapse {
        background: white;
        color: black;
        margin-top: -165px;
    }

    .navbar-brand {
        display:none !important;
    }
}

.video-container {
    margin-top: 20px;
}

.video-frame {
  background: white;
  padding-top: 5px;
}

.pricing-tag {
    font-size: 10em;
    color: white;
    height: 210px;
    text-shadow: 0 0 22px rgba(0,0,0,0.5);
}

.pricing-symbol {
    font-size: .4em;
    display: inline-block;
    vertical-align: text-top;
    padding-top: 25px;
}

.pricing-bg {
    background: linear-gradient(-45deg, rgba(40,226,188,0.55), rgba(128,35,227,0.55));
    color: white;
}

.download-popup-share .confirm {
    color: white;
    background-color: #3092d2;
}

.download-popup-share p {
    text-align: left;
}

.typed-cursor{
    opacity: 1;
    font-size: 43px;
    color: white;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
#headline {
    display: inline;
}
#headline-wrapper {
    min-height: 80px;
}
#typed-strings {
    opacity: 0;
}
.invisible {
    opacity: 0;
}

/* Overwrites for this HTML */
.sweet-alert .confirm {
    background-color: white!important;
    color: #aaa !important;
}

.other-versions-link {
   color: white;
   cursor: pointer;
   font-size: 15px;
   text-decoration: underline;
}

.other-versions-link:hover {
    text-decoration: none;
    color: #ddd;
}

.black {
    color: black; !important;
}

.video-container {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: 0px 10px 31px 10px rgba(0,0,0, 0.4);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8 px;
    width: 505px;
    height: 614px;
    overflow: hidden;
    margin: 0 auto;
}

.large-header {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  min-height: 1200px;
  background: linear-gradient(-45deg, rgba(40,226,188,0.55), rgba(128,35,227,0.55));
}

.intro-block {
  z-index: 10;
  position: absolute;
  top: 100px;
  width: 100%;
  min-height: 700px;
}

.navbar-items {
  font-family: 'Open Sans';
  letter-spacing: 2.1px;
  font-weight: 600;
  font-style: normal;
  padding-top: 10px;
  color: white;
}

.navbar-items a:hover {
  text-decoration: none;
}

.other-versions-link {
  color: rgba(40, 44, 52, 1);
}

#logo-mobile {
  margin: 0 auto;
  display: none;
}

#logo-mobile img {
  width: 120px;
}

.testimonials {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  -webkit-font-smoothing: antialiased;

}

.testimonials > li {
  display: block;
  margin: 0 auto;
  margin-bottom: 3em;
  max-width: 688px;
}

.testimonials p {
  font-family: "Georgia", serif;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 1em;
  padding: 0 14px;
  font-size: 1.25rem;
}

.testimonials p span {
  max-width: 668px;
}

.testimonials img {
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.testimonials .cd-author img, .cd-author .cd-author-info {
  display: inline-block;
  vertical-align: middle;
}

.language-data-icon {
  font-size: 80px;
}

.footer {
  background: #282C34;
}

.footer, .footer a {
  color: white;
}

.features .img-holder {
  text-align: center;
}

.features p {
  margin-top: 5px;
}

.features .feature {
  margin-top: 1em;
}

.notice {
  display: none;
  font-size: 14px;
  padding: 20px 10px;
  background: white;
  box-shadow: 1px 2px 10px 5px rgba(0, 0, 0, 0.7);
}

.faq-icon {
  font-size: 1.3em;
  border-radius: 50%;
  color: black;
}

.dropdown-menu-download {
  width: 100%;
}

.dropdown-menu-download li a:hover,
.dropdown-menu-download li a:focus {
  background: #9fbee4;
  cursor: default;
}

/* Newsletter */
#newsletter {
  text-decoration: none !important;
}

#newsletter:focus {
  outline: none;
}

#newsletter-box img {
  width: 120px;
  margin-top: 50px;
  margin-bottom: 50px;
}

#newsletter-box button {
  background: rgba(40,44,52,1);
  color: white;
  padding: 10px 0px;
  font-weight: 300;
  font-size: 15px;
}

#newsletter-box h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Navbar */
.navbar {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 10,
}

.navbar-collapse.in {
  background: rgba(255,255,255,0.9);
  z-index: 1000;
  position: absolute;
  width: 100%;
}

.navbar-collapse.in a {
  color: black !important;
}

.navbar-toggle {
  border-color: white !important;
}

.navbar-toggle:hover {
  border-color: black !important;
  background-color: black !important;
}

.navbar-toggle .icon-bar {
  background-color: white !important;
}

.ph-banner {
  height: 50px;
  background-color: #DA552F;
  color: white;
  font-weight: 400;
  font-size: 16px;
  padding-top: 10px;
}

.ph-banner a {
  color: white;
  text-decoration: underline;
}

pre { font-family: monospace; }

.online-app {
  display: inline-block;
  font-family: "Open Sans";
  padding: 14px 30px;
  padding-left: 18px;
  color: white;
  letter-spacing: 1.5px;
  margin-top: 25px;
  width: 600px;
  text-align: left;
  text-transform: none;
  font-size: 20px;
  font-weight: 300;
  border-radius: 37px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border: 1px solid white!important;
  text-decoration: none!important;
}

.online-app:hover {
/*  box-shadow: 0 0 50px 3px rgba(255,255,255,0.8); */
}

.online-app:hover,
.online-app:visited,
.online-app:focus,
.online-app:active {
  background: rgba(255, 255, 255, 0.1);
  color: white !important;
}

.online-app i {
  margin-right: 9px;
}

.note {
  font-size: 12px;
  text-align: center;
  color: white;
}
