/*
Theme Name: Pixa
Theme URI: http://sigmasqr.com/pixa/
Author: J Themes
Author URI: https://themeforest.net/user/jthemes
Description: Pixa is a modern theme for product marketing.
Version: 1.0.1
License: GNU General Public License version 3.0 & Envato Regular/Extended License
License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, portfolio, news
Text Domain: pixa
*/

/*
[TABLE OF CONTENTS]

01. Main configuration
02. Typography
03. Overlays
04. Spacing and Position Settings
05. Preloader
06. Navigation Bar
07. Section
08. Section Hero
09. Section How It Works
10. Section Describe
11. Section Parallax
12. Section Screenshots
13. Section Features
14. Section Pricing Plans
15. Section Blog
16. Section Reviews
17. Section Download Cta
18. Section Video
19. Section Team
20. Section Facts
21. Section Subscribe
22. Footer
23. Extra Page: Blog
24. Extra Page: Sidebar
25. Default Elements
26. Template Elements
27. Bootstrap Elements
28. Responsive Settings

*/

/* ==== FONTS ==== */
@import 'https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i';
@import 'https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i';
@font-face {
    font-family: 'geometria_lightlight';
    src: url('fonts/geometria-light-webfont.woff2') format('woff2'),
         url('fonts/geometria-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('fonts/mark_simonson_-_proxima_nova_regular-webfont.woff2') format('woff2'),
         url('fonts/mark_simonson_-_proxima_nova_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novaregular';
    src: url('fonts/mark_simonson_-_proxima_nova-webfont.woff2') format('woff2'),
         url('fonts/mark_simonson_-_proxima_nova-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novabold';
    src: url('fonts/proxima_nova_bold-webfont.woff2') format('woff2'),
         url('fonts/proxima_nova_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novalight';
    src: url('fonts/proximanova-light-webfont.woff2') format('woff2'),
         url('fonts/proximanova-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*=================================================================*/
/*                      MAIN CONFIGURATION
/*=================================================================*/
body {
    color: #5b5b5b;
    background-color: #FFF;
    font-family: "proxima_novaregular",sans-serif;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .05em;
    padding: 0 0 10px;
		color: #5b5b5b !important;
}

ul.list-style li {
    position: relative;
    list-style: none;
    margin-left: 20px;
}

ul.list-style li:before {
    content: '';
    background: #2dd0c6;
    display: block;
    height: 6px;
    left: -19px;
    top: 25%;
    position: absolute;
    width: 6px;
    border-radius: 4px;
}

.flex {
    display: flex;
    align-items: center;
    align-content: center;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.container-850 {
    max-width: 850px;
}

.container-800 {
    max-width: 800px;
}

.container-750 {
    max-width: 750px;
}

.container-700 {
    max-width: 700px;
}

.container-600 {
    max-width: 600px;
}

.container-500 {
    max-width: 500px;
}

.clear {width:100%; height:0px; padding:0px; margin:0px !important;	font-size:0px; line-height:0px; clear:both;}

@media (min-width: 1300px) {
	.container {
		width: 1260px;
	}
}

/*=================================================================*/
/*                      TYPOGRAPHY
/*=================================================================*/
h1,h2,h3,h4,h5,h6 {
    font-family: "Raleway",serif;
}

h1 {
	font-family:'geometria_lightlight';
}

p {
    /*font-family: "Roboto",sans-serif;*/
		font-family: "proxima_novaregular",sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 26px;
    margin: 0 0 25px;
		color: #5b5b5b !important;
}

a {
    color: #2dd0c6;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover {
    color: #111;
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
    /*letter-spacing: .05em;*/
    margin: 20px 0;
}

h2 {
    /*font-size: 28px;
    font-weight: 300;
    line-height: 1.5;*/
		font-size: 45px;
    font-weight: normal;
    margin-top: 0;
    color: #126463 !important;
    font-family: 'proxima_novaregular';
    margin-bottom: 15px !important;
}

h2.light {
    font-weight: 100;
}

/*=================================================================*/
/*                      OVERLAYS
/*=================================================================*/
.overlay-light {
    background: rgba(255,255,255,0.9);
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
}

.overlay-colored {
    background: rgba(45,208,198,0.8);
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
}

.overlay-dark {
    background: rgba(0,0,0,0.7);
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
}

.overlay-gradient {
    background: rgba(45,208,198,0.8);
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top,rgba(45,208,198,0.8),rgba(102,98,159,0.8));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right,rgba(45,208,198,0.8),rgba(102,98,159,0.8));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right,rgba(45,208,198,0.8),rgba(102,98,159,0.8));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right,rgba(45,208,198,0.8),rgba(102,98,159,0.8));
    /* Standard syntax */
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
}

/*=================================================================*/
/*                      SPACING AND POSITION SETTINGS
/*=================================================================*/
.relative {
    position: relative;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mr-10 {
    margin-right: 10px;
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

/*=================================================================*/
/*                      PRELOADER
/*=================================================================*/
.preloader-outer {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.preloader {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}

.preloader:before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    height: 100%;
    width: 100%;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    border: 1px solid #2dd0c6;
    border-top: 1px solid transparent;
    border-radius: 100%;
}

.preloader > .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 25px;
    width: 10.6px;
    margin-top: -12.5px;
    margin-left: -5.3px;
    -webkit-animation: wink 1s ease-in-out infinite alternate;
    animation: wink 1s ease-in-out infinite alternate;
}

@media only screen and (min-width: 768px) {
    .preloader {
        height: 60px;
        width: 60px;
        margin-top: -30px;
        margin-left: -30px;
    }

    .preloader:before {
        left: -2px;
        top: -2px;
        border-top-width: 1px;
        border-left-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 1px;
    }

    .preloader > .icon {
        height: 37.5px;
        width: 15.9px;
        margin-top: -18.75px;
        margin-left: -7.95px;
    }

    #navbar .dropdown-menu .dropdown-menu {
        left: 100%;
        right: auto;
        top: 0;
    }

}

@media only screen and (min-width: 1200px) {
    .preloader {
        height: 80px;
        width: 80px;
        margin-top: -40px;
        margin-left: -40px;
    }

    .preloader > .icon {
        height: 50px;
        width: 21.2px;
        margin-top: -25px;
        margin-left: -10.6px;
    }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes wink {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes wink {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*=================================================================*/
/*                      NAVIGATION BAR
/*=================================================================*/

 .navbar {
    min-height: 50px;
    margin-bottom: 20px;
    border: none !important;
    width: 100%;
    z-index: 1000;
		background: #FFF url(images/Footer_Separator_Line.jpg) bottom left repeat-x !important;
}

.home .navbar {
    position: absolute;
    top: 0px;
    left: 0px;
		background:none !important;
}



 .home .navbar-default {
    margin: 30px 0 0;
}

.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
		border-bottom: solid 0px #ffffff !important;
    padding: 15px 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-default .navbar-nav li {
    padding: 0;
}

.navbar-default .navbar-nav li a {
    color: #111;
    /*font-family: "Roboto",sans-serif;*/
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .15em;
    text-transform: uppercase;
    padding: 5px 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-default .navbar-nav > .active > a {
	color:#91faf8 !important;
}
.navbar-default .navbar-nav li a.current {
    color: #2dd0c6 !important;
}

.navbar-default .navbar-nav li a:focus {
    /*color: inherit;*/
    outline: none;
}

.navbar-default .navbar-nav li:last-child a {
    padding-right: 0 !important;
}

.navbar-default .navbar-nav li:hover a, #navbar .dropdown-menu a, #navbar .dropdown-menu a {
    color: #2dd0c6;
}

#navbar .dropdown-menu a:hover, #navbar .dropdown-menu a:focus {background-color: transparent; color: #111 !important;}

.navbar-default .navbar-nav.social {
    padding-left: 26px;
		margin-bottom: 5px;
}

.navbar-default .navbar-nav.social li {
    display: inline-block;
    /*border: solid 1px #2dd0c6;*/
    border-radius: 50%;
    overflow: hidden;
    /*height: 30px;*/
    margin: 0 5px;
    text-align: center;
    /*width: 30px;*/
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-default .navbar-nav.social li:hover {
	background:none !important;
}

.navbar-default .navbar-nav.social li:first-child {
    margin-right: 0;
}

/*.navbar-default .navbar-nav.social li:last-child {
    margin-right: 0;
}*/

.navbar-default .navbar-nav.social li:hover a {
    color: #FFF;
}

.navbar-default .navbar-nav.social li a {
    color: #2dd0c6;
    font-size: 12px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-default .navbar-nav.social li a i {
    margin: 0;
    line-height: inherit;
}

.navbar-default.shrink {
    /*background: none !important;
    border-bottom: solid 0px #F7F7F7 !important;*/
    /*margin: 0;
    padding: 15px 0;*/
}

/*.navbar-default.shrink li a {
    color: #111;
}*/

.navbar-default .navbar-brand {
    color: #111;
    font-family: "Raleway",serif;
    font-size: 24px;
    font-weight: 100;
    letter-spacing: .2em;
    margin-left: 0 !important;
    height: auto;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-default span.slogan {
    color: #111;
    border-left: solid 1px;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: .1em;
    margin-left: 15px;
    padding-left: 15px;
		display:none;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}

.navbar-default .navbar-collapse {
    border-color: transparent;
}

.navbar-toggle {
    padding: 12px 10px;
    margin-top: -10px;
    margin-right: 15px;
    margin-bottom: 0;
		left:10px;
    background-color: #2dd0c6;
    border: 0;
    border-radius: 50%;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover {
    background-color: #2dd0c6;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 15px;
    height: 1px;
    border-radius: 0;
}

.navbar-default .navicon-wrap {
    cursor: pointer;
    padding: 14px 0 14px 30px;
}

.navbar-default .navicon {
    background: #111;
    display: block;
    height: 1px;
    position: relative;
    width: 20px;
}

.navbar-default .navicon:before {
    content: '';
    display: block;
    background: #111;
    height: 1px;
    top: -6px;
    position: absolute;
    width: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-default .navicon:after {
    content: '';
    display: block;
    background: #111;
    height: 1px;
    top: 6px;
    position: absolute;
    width: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-default .navicon.expanded {
    height: 0;
}

.navbar-default .navicon.expanded:before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-default .navicon.expanded:after {
    top: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#slide-menu {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#slide-menu.expanded {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.navbar-header {
    margin-top: 5px;
}

.navbar-light .navbar-brand,.navbar-light span.slogan,.navbar-light .navbar-nav li a,.navbar-light .navbar-nav.social li a {
    color: #FFF;
}

.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
    color: #FFF;
}

.navbar-light .navbar-nav li a:hover {
    color: #FFF;
}

.navbar-light .navbar-nav li a:focus {
    color: #FFF;
}

.navbar-light .navbar-nav.social li {
    border-color: #FFF;
}

.navbar-light .navbar-nav.social li:hover {
    background: #FFF;
}

.navbar-light .navbar-nav.social li a:hover {
    color: #2dd0c6;
}

.navbar-light .navicon {
    background: #FFF;
}

.navbar-light .navicon:before {
    background: #FFF;
}

.navbar-light .navicon:after {
    background: #FFF;
}

.navbar-light .navbar-nav li a.current {
    color: #FFF !important;
}

.navbar-light.shrink .navbar-brand,.navbar-light.shrink .navbar-nav li a {
    color: inherit;
}

.navbar-light.shrink span.slogan {
    color: #111;
}

.navbar-light.shrink .navbar-nav li a:hover {
    color: #2dd0c6;
    text-decoration: none;
}

.navbar-light.shrink .navbar-nav.social li a {
    color: #2dd0c6;
}

.navbar-light.shrink .navbar-nav.social li a:hover {
    color: #FFF;
}

.navbar-light.shrink .navbar-nav.social li:hover a {
    color: #FFF !important;
}

.navbar-light.shrink .navbar-nav.social li {
    border-color: #2dd0c6;
}

.navbar-light.shrink .navbar-nav.social li:hover {
    background: #2dd0c6;
}

.navbar-light.shrink .navicon {
    background: #111;
}

.navbar-light.shrink .navicon:before {
    background: #111;
}

.navbar-light.shrink .navicon:after {
    background: #111;
}

.navbar-light.shrink .navbar-nav li a.current {
    color: #2dd0c6 !important;
    text-decoration: none;
}

.navbar-static {
    margin: 0;
}

.navbar-right {
    margin-right: 0;
}

@media all and (max-width: 768px) {
	.home .navbar-default {
		margin: 5px 0 0;
	}
}



/*=================================================================*/
/*                      SECTION
/*=================================================================*/

.home section {
    padding: 80px 0;
}

section {
    background: #FFF;
    overflow: hidden;
    padding: 30px 0 50px 0;
    position: relative;
}

.section-header {
    max-width: 1125px;
    margin: 0 auto;
    padding: 0 0 15px;
}

.section-header h2 {
    font-size: 45px;
    font-weight: normal;
    margin-top: 0;
		color:#126463 !important;
		font-family:'proxima_novaregular';
    /*text-transform: uppercase;*/
}

.section-header p {
    font-weight: 300;
}

section.odd {
    background: #fbfbfb;
}

section.colored {
    background: #2dd0c6;
    color: #FFF;
}

/*=================================================================*/
/*                      SECTION HERO
/*=================================================================*/
/* === Hero Backgrounds === */
.hero-bg-1 {
    background: url(images/hero-01.jpeg) fixed;
    background-size: cover;
}

.hero-bg-2 {
    background: url(images/hero-02.jpeg) fixed;
    background-size: cover;
}

.hero-bg-3 {
    background: url(images/hero-03.jpeg) fixed;
    background-size: cover;
}

.hero-bg-4 {
    background: url(images/hero-04.jpeg) fixed;
    background-size: cover;
}

.hero-bg-5 {
    background: url(images/hero-05.jpg) fixed;
    background-size: cover;
}

.hero-bg-6 {
    background: url(images/hero-06.jpg) fixed;
    background-size: cover;
}

.hero-bg-7 {
    background: url(images/hero-07.jpg) fixed;
    background-size: cover;
}

.hero {
    background-color: transparent;
    padding: 0;
}

.hero .cta {
    max-width: 800px;
    margin: 0 auto;
    padding: 230px 0 180px;
}

.hero .cta h2 {
    font-family: 'geometria_lightlight';
    font-size: 49px;
    font-weight: 100;
    margin: 0 0 15px;
    line-height: 57px;
}

.hero .cta h2 .strong {
    font-weight: 300;
}

.hero .cta p {
	font-family: 'geometria_lightlight';
    font-size: 26px;
    font-weight: 100;
    margin: 0 0 30px;
    line-height: 32px;
}

.hero .cta a.btn {
    margin-right: 10px;
		border-radius:5px;
}

.hero .cta a.btn:last-child {
    margin: 0;
}

.hero .cta a.btn-android-download {
    display:none;
}

.hero-bg-colored .cta h2,.hero-bg-colored .cta p {
    color: #FFF;
    font-weight: 100;
}

.hero-bg-video .cta h2,.hero-bg-video .cta p {
    color: #FFF;
}

.hero-bg-video video {
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: fixed;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
}

.hero.layout-2 {
    padding: 0;
}

.hero.layout-2 .outer {
    padding: 180px 0 90px;
		/*padding: 65px 0 90px;*/
}

.hero.layout-3 {
    padding: 0;
}

.hero.layout-3 .outer {
    padding: 140px 0 0;
}

.hero.layout-3 .cta {
    margin-top: -140px;
}

.hero.layout-4 .phone-img {
    padding-bottom: 30px;
    max-width: 1000px;
}

.hero.layout-4 .cta {
    padding: 250px 0 40px;
}

.hero.layout-5 .cta {
    padding: 0;
}

.hero.layout-5 .outer {
    padding: 240px 0 180px;
}

/*=================================================================*/
/*                      SECTION HOW IT WORKS
/*=================================================================*/
.work-process .item .icon-wrap {
    color: #2dd0c6;
    border: solid 1px;
    border-radius: 50%;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 80px;
}

.work-process .item .icon-wrap span {
    font-size: 40px;
    line-height: inherit;
}

.work-process .item .icon-wrap span.step {
    color: #FFF;
    background: #2dd0c6;
    border: solid 1px #2dd0c6;
    border-radius: 50%;
    font-size: 12px;
    display: block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -10px;
    width: 30px;
}

.work-process .item h3 {
    font-size: 20px;
    font-weight: 300;
    margin: 20px 0 15px;
}

.work-process .item p {
    font-weight: 300;
    margin: 0;
}

.work-process.process-2 .item .icon-wrap {
    color: #2dd0c6 !important;
    background: #FFF;
    border: 0;
}

.work-process.process-2 .item .icon-wrap span.step {
    border: solid 1px #eaeaea !important;
    background: #FFF !important;
}

.work-process.colored .item .icon-wrap {
    color: #FFF;
}

.work-process.colored .item .icon-wrap span.step {
    color: #2dd0c6;
    background: #FFF;
    border-color: #FFF;
}

/*=================================================================*/
/*                      SECTION DESCRIBE
/*=================================================================*/
.describe-1 {
    /*padding-bottom: 0;*/
}

.describe-4 img {
    position: absolute;
    top: 0;
}

.describe-4 img.layer1 {
    position: relative;
    z-index: 2;
}

.describe-4 img.layer2 {
    z-index: 1;
}

.describe-4 img.layer3 {
    z-index: 0;
}

.describe-5 img {
    position: absolute;
    top: 0;
    right: 0;
}

.describe-5 img.layer1 {
    position: relative;
    z-index: 2;
}

.describe-5 img.layer2 {
    z-index: 1;
}

.describe-5 img.layer3 {
    z-index: 0;
}

/*=================================================================*/
/*                      SECTION PARALLAX
/*=================================================================*/
.parallax-section {
    color: #FFF;
    background: url(images/hero-04.jpeg) center center;
    background-size: cover;
    background-attachment: fixed;
}

.parallax-section .screens {
    margin-bottom: -80px;
    margin-top: 80px;
    position: relative;
    z-index: 1;
}

.parallax {
    color: #FFF;
}

/*=================================================================*/
/*                      SECTION SCREENSHOTS
/*=================================================================*/
.screenshots .item {
    border: solid 1px #f7f7f7;
    outline: none;
    margin: 0 15px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.screenshots .screenshots-03-wrap.slick-slider,.screenshots .screenshots-04-wrap.slick-slider {
    margin: 40px 0 0;
}

.screenshots .screenshots-03-wrap.slick-slider .slick-list,.screenshots .screenshots-04-wrap.slick-slider .slick-list {
    overflow: visible;
}

.screenshots .screenshots-03-wrap.slick-slider .slick-current,.screenshots .screenshots-04-wrap.slick-slider .slick-current {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.screenshots .screenshots-03-wrap.slick-slider .slick-dots,.screenshots .screenshots-04-wrap.slick-slider .slick-dots {
    margin-top: 70px;
}

/*=================================================================*/
/*                      SECTION FEATURES
/*=================================================================*/
.features-2-wrap {
    /*display: flex;*/
    align-items: center;
}

.features-2 .item {
    margin-bottom: 30px;
}

.features-2 .item .feature-icon .icon {
    color: #2dd0c6;
    font-size: 40px;
}

.features-2 .item .text h3 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .1em;
    margin: 8px 0 15px 0;
		color:#126463 !important;
}

.features-2 .features-left .feature-icon {
    float: right;
}

.features-2 .features-left .text {
    float: right;
}

.features-2 p {
	color:#5b5b5b !important;
}

.features-3 .icon-wrap {
    border: 0;
    background: #2dd0c6;
    border-radius: 50%;
    color: #FFF;
    font-size: 28px;
    float: left;
    line-height: 70px;
    height: 70px;
    text-align: center;
    width: 70px;
}

.features-3 .icon-wrap span {
    line-height: 70px;
}

.features-3 .text {
    margin-left: 90px;
}

.features-3 .text h3 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .1em;
    margin: 0 0 20px;
}

.features-2-wrap .bottomDesc {
	width:890px;
	margin:0 auto;
	font-family:'geometria_lightlight';
	color:#126463;
	text-align:center;
	font-size:18px;
}

@media all and (max-width: 992px) {
	.features-2 .features-left .feature-icon,
	.features-2 .features-left .text {
		float:none;
		text-align:center;
	}

	.features-2-wrap .bottomDesc {
		width:94%;
	}
}

@media all and (max-width: 930px) {
	.bottomDesc {
		width: 94%;
		margin:0 3%;
	}
}

/*=================================================================*/
/*                      SECTION PRICING PLANS
/*=================================================================*/
.pricing .price-table {
    padding: 60px 0;
}

.pricing .price-table .header {
    margin: 0 0 45px;
}

.pricing .price-table .header span {
    font-size: 48px;
    color: #2dd0c6;
}

.pricing .price-table .header h2 {
    font-family: "Roboto",sans-serif;
    font-size: 24px;
    font-weight: 300;
}

.pricing .price-table .header h1 {
    font-size: 60px;
    font-weight: 300;
}

.pricing .price-table .header h1 .currency {
    color: #111;
    font-size: 32px;
    vertical-align: super;
}

.pricing .price-table .content ul {
    max-width: 280px;
    margin: 0 auto;
}

.pricing .price-table .content ul li {
    padding-bottom: 20px;
}

.pricing .price-table .content p {
    line-height: 2.3em;
    margin: 0 auto 30px;
    max-width: 280px;
    text-align: center;
}

.pricing .price-table .footer {
    margin-top: 30px;
}

.pricing .price-table.recommended {
    border: solid 1px #2dd0c6;
}

/*=================================================================*/
/*                      SECTION BLOG
/*=================================================================*/
.blog .item .thumb {
    background: #2dd0c6;
    height: 230px;
    overflow: hidden;
    max-width: 360px;
    position: relative;
    width: 100%;
		margin-bottom:10px;
}

.blog .item .thumb img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.blog .item .thumb .icon-wrap {
    opacity: 0;
    top: calc(50% - 35px);
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blog .item .thumb .icon-wrap .icon {
    border: solid 1px #FFF;
    border-radius: 50%;
    color: #FFF;
    font-size: 22px;
    line-height: 70px;
    height: 70px;
    width: 70px;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blog .item .thumb .icon-wrap .icon:hover {
    background-color: #FFF;
    color: #2dd0c6;
}

.blog .item .thumb .icon-wrap .icon:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.blog .item .thumb .overlay {
    background: rgba(45,208,198,0.8);
    left: 0;
    opacity: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blog .item .thumb:hover .overlay {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.blog .item .thumb:hover .icon-wrap {
    opacity: 1;
}

.blog .item .thumb:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.blog .item h2.title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 10px;
}

.blog .item h2.title a {
    color: #000000;
		font-size: 22px;
		line-height: 28px;
		font-family:'geometria_lightlight';
}

.blog .item h2.title a:hover {
    color: #2dd0c6;
}

.blog .item .date {
    color: #5b5b5b;
    display: block;
    font-size: 14px;
    /*font-weight: 300;*/
    letter-spacing: .05em;
    margin-bottom: 20px;
		font-family:'proxima_novalight';
}

.blog.item-4 .item .thumb {
    height: 170px;
}

/* BAZ */
@media only screen and (max-width: 991px) {
	.home .blog .item .thumb {
		max-width: 100%;
	}
}


/*=================================================================*/
/*                      SECTION REVIEWS
/*=================================================================*/
.reviews .reviews-slide .item {
    outline: 0;
}

.reviews .reviews-slide .item .user .info h3 {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px;
}

.reviews .reviews-slide .item .user .info span {
    color: #888;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .05em;
}

.reviews .reviews-slide .item p {
    margin-top: 20px;
}

.reviews .reviews-slide .slick-dots {
    margin-top: -10px;
    text-align: left;
}

.reviews .client-item {
    min-height: 100px;
}

.reviews .client-item img {
    opacity: 1;
}

.reviews .client-item img:hover {
    opacity: .5;
}

.reviews-2 .reviews-slide .item {
    outline: 0;
    text-align: center;
}

.reviews-2 .reviews-slide .item .thumb {
    background: transparent;
    border: solid 1px #F7F7F7;
    border-radius: 50%;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
    width: 80px;
}

.reviews-2 .reviews-slide .item .user .info h3 {
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0;
}

.reviews-2 .reviews-slide .item .user .info span {
    color: #888;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .05em;
}

.reviews-2 .reviews-slide .item p {
    margin-top: 20px;
}

.reviews-2 .reviews-slide .slick-dots {
    margin-top: -15px;
}

.reviews-slide-bs {
    height: auto !important;
}

.reviews-slide-bs .item .thumb {
    background: transparent;
    border: solid 1px #F7F7F7;
    border-radius: 50%;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
    width: 80px;
}

.reviews-slide-bs .item .user .info h3 {
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0;
}

.reviews-slide-bs .item .user .info span {
    color: #888;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .05em;
}

.reviews-slide-bs .item p {
    margin-top: 20px;
}

.reviews-slide-bs .carousel-indicators {
    bottom: 0;
    z-index: 0;
}

.reviews-carousel-3 {
    position: relative;
}

.reviews-carousel-3 .carousel-indicators {
    left: 0;
    margin-left: 0;
}

.reviews-carousel {
    height: auto !important;
}

.reviews-parallax {
    color: #FFF;
    background: url(images/hero-04.jpeg) center center;
    background-size: cover;
    background-attachment: fixed;
}

.reviews-parallax .item {
    outline: 0;
    text-align: center;
}

.reviews-parallax .item .user .info h3 {
    font-size: 20px;
    font-weight: 100;
    letter-spacing: .1em;
    margin: 0 0 5px;
}

.reviews-parallax .item .user .info span {
    display: block;
    font-weight: 100;
    letter-spacing: .1em;
    margin-bottom: 15px;
}

.reviews-parallax .item p {
    font-style: italic;
    font-weight: 100;
    line-height: 2.2em;
    margin: 0;
    position: relative;
}

.reviews-parallax .reviews-nav {
    margin: 15px auto 0;
    max-width: 340px;
}

.reviews-parallax .reviews-nav .thumb {
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    outline: none;
    opacity: .3;
    margin: 0 5px;
    height: 70px;
    width: 70px !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.reviews-parallax .reviews-nav .thumb.slick-current {
    opacity: 1;
}

.reviews-parallax .reviews-nav .thumb:hover {
    opacity: 1;
}

/*.reviews-parallax .reviews-nav .slick-track {
    width: auto !important;
}*/

/*=================================================================*/
/*                      SECTION DOWNLOAD CTA
/*=================================================================*/
.download-cta .cta h2 {
    font-size: 36px;
    font-weight: 100;
    margin: 0 0 15px;
}

.download-cta .cta h2 .strong {
    font-weight: 300;
}

.download-cta .cta p {
    font-size: 16px;
    font-weight: 100;
    margin: 0 0 30px;
    letter-spacing: .1em;
}

.download-cta .cta a.btn {
    margin-right: 10px;
}

.download-cta .cta a.btn:last-child {
    margin: 0;
}

.download-cta .cta a.btn-android-download {
    display:none;
}

.download-cta-2 .cta h2 {
    font-size: 26px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 0;
}

.download-cta-2 .cta h2 .strong {
    font-weight: 300;
}

.download-cta-2 .cta p {
    font-size: 16px;
    font-weight: 100;
    margin: 0;
    letter-spacing: .1em;
}

.download-cta-2 .cta a.btn {
    margin-right: 10px;
}

.download-cta-2 .cta a.btn:last-child {
    margin: 0;
}

.download-cta-3 .cta h2 {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: .3em;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.download-cta-3 .cta h2 .strong {
    font-weight: 300;
}

.download-cta-3 .cta p {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 30px;
    letter-spacing: .1em;
}

.download-cta-3 .cta a.btn {
    margin-right: 10px;
}

.download-cta-3 .cta a.btn:last-child {
    margin: 0;
}

.download-parallax {
    color: #FFF;
    background: url(images/hero-02.jpeg) center center;
    background-size: cover;
    background-attachment: fixed;
}

/*=================================================================*/
/*                      SECTION VIDEO
/*=================================================================*/
/* === Video v1 === */
.video-1 {
    color: #FFF;
    background: url(images/video-bg.jpg) center center;
    background-size: cover;
    background-attachment: fixed;
}

.video-1 .button i {
    color: #2dd0c6;
    cursor: pointer;
    font-size: 30px;
    background: #FFF;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    padding-left: 8px;
    width: 80px;
}

.video-1 h4 {
    font-weight: 300;
    margin-bottom: 0;
}

/* === Video v2 === */
.video-2 .outer {
    height: 400px;
    overflow: hidden;
    position: relative;
}

.video-2 .outer .inner {
    top: calc(40% - 20px);
    position: absolute;
    width: 100%;
}

.video-2 .outer .inner .button i {
    color: #2dd0c6;
    cursor: pointer;
    font-size: 30px;
    background: #FFF;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    padding-left: 8px;
    width: 80px;
}

.video-2 .outer .inner h4 {
    color: #FFF;
    font-weight: 300;
    margin-bottom: 0;
}

.video-2 .features {
    margin-top: 50px;
}

.video-2 .features .item .icon-wrap {
    color: #2dd0c6;
    border: solid 1px;
    border-radius: 50%;
    height: 80px;
    line-height: 100px;
    margin: 0 auto;
    text-align: center;
    width: 80px;
}

.video-2 .features .item .icon-wrap span {
    font-size: 34px;
    line-height: 80px;
}

.video-2 .features .item h3 {
    font-size: 18px;
    font-weight: 300;
}

.video-2 .features .item p {
    font-weight: 300;
    margin-bottom: 0;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 0;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper > .frameCover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: none;
}

.embed-video {
    position: relative;
    overflow: hidden;
}

.embed-video .frameCover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: none;
}

/*=================================================================*/
/*                      SECTION TEAM
/*=================================================================*/
.team .item {
    color: #111;
    background: #fbfbfb;
    padding: 0 0 20px;
    text-align: center;
}

.team .item .thumb {
    overflow: hidden;
    text-align: center;
    position: relative;
}

.team .item .thumb img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team .item .thumb .social-icons {
    top: calc(50% - 15px);
    position: absolute;
    width: 100%;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team .item .thumb .social-icons li a {
    border-color: #FFF;
    color: #FFF;
}

.team .item .thumb .social-icons li a:hover {
    background: #FFF;
    color: #2dd0c6;
}

.team .item .thumb .overlay {
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team .item .thumb:hover .social-icons {
    opacity: 1;
}

.team .item .thumb:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.team .item .thumb:hover .overlay {
    opacity: 1;
}

.team .item h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 10px;
    letter-spacing: .1em;
}

.team .item span {
    font-size: 14px;
    font-weight: 300;
    color: #111;
    display: block;
    letter-spacing: .05em;
    margin-bottom: 10px;
}

.team.odd .item {
    background: #FFF;
}

/*=================================================================*/
/*                      SECTION FACTS
/*=================================================================*/
.facts .item {
    color: #FFF;
    border: solid 1px;
    padding: 40px 0;
}

.facts .item .icon {
    font-size: 32px;
    border-bottom: solid 1px;
    padding-bottom: 25px;
}

.facts .item h3 {
    font-family: "Roboto",sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: .1em;
    margin: 20px 0 5px;
}

.facts .item span {
    font-weight: 300;
    letter-spacing: .05em;
}

/*=================================================================*/
/*                      SECTION SUBSCRIBE
/*=================================================================*/
.subscribe .form-control {
    font-size: 14px;
    height: 58px;
    padding: 10px 30px;
}

.sub-result .result {
    color: green;
    margin: 0;
}

/*=================================================================*/
/*                      FOOTER
/*=================================================================*/
footer {
    /*border-top: dashed 1px #EEE;*/
    padding: 75px 0;
    text-align: center;
		background:#FFF url(images/Footer_Separator_Line.jpg) top left repeat-x;
}

footer img.footer-logo {
    margin-bottom: 25px;
}

footer span.copyright {
    color: #b9b9b9;
    font-size: 12px;
    font-weight: 300;
    display: block;
    letter-spacing: .1em;
    line-height: 22px;
    margin-bottom: 20px;
}

footer span.copyright i {
    color: #2dd0c6;
}

footer ul.footer-menu {
    list-style: none;
    margin-bottom: 20px;
}

footer ul.footer-menu li {
    display: inline-block;
    padding: 0 10px;
		margin-left:0 !important;
}

footer ul.footer-menu li a {
    color: #111;
    font-size: 14px;
}

footer ul.footer-menu li a:hover {
    color: #2dd0c6;
    text-decoration: none;
}

.footer-dark {
    border: 0;
    background: #252525;
}

.footer-dark span.copyright {
    color: #6b6b6b;
}

.footer-dark ul.footer-menu li a {
    color: #b1b1b1;
}

.footer-dark ul.footer-menu li a:hover {
    color: #FFF;
}

.footer-dark .social-icons li a {
    border-color: #2dd0c6;
    color: #FFF;
    background: #2dd0c6;
}

.footer-dark .social-icons li a:hover {
    background: #FFF;
    border-color: #FFF;
    color: #2dd0c6;
}

/* === Footer v2 === */
.footer-v2 {
    text-align: left;
    padding-bottom: 0;
}

.footer-v2 .footer-widget h3.title {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .1em;
    margin: 0 0 30px;
}

.footer-v2 .footer-widget ul {
    list-style: none;
}

.footer-v2 .footer-widget ul li a {
    font-size: 14px;
}

.footer-v2 .footer-widget .subscribe-button {
    font-size: 18px;
    padding: 8px 14px;
}

.footer-v2 .copyright-outer {
    border-top: solid 1px #f7f7f7;
    margin-top: 50px;
    padding-top: 25px;
    margin-bottom: 5px;
}

.footer-v2 .copyright-outer span.copyright {
    margin-bottom: 25px;
}

/* === Footer v2 dark === */
.footer-v2.dark {
    border-top: 0;
    background: #252525;
    color: #FFF;
}

.footer-v2.dark .footer-widget .social-icons li a {
    color: #FFF;
    background: #2dd0c6;
    border: 0;
}

.footer-v2.dark .footer-widget .social-icons li a:hover {
    color: #2dd0c6;
    background: #FFF;
}

.footer-v2.dark .footer-widget ul li a {
    color: #b1b1b1;
}

.footer-v2.dark .footer-widget ul li a:hover {
    color: #FFF;
}

.footer-v2.dark .copyright-outer {
    border-top: solid 1px #333;
    margin-top: 50px;
    padding-top: 25px;
}

.footer-v2.dark .copyright-outer .copyright {
    color: #b9b9b9;
}

/*=================================================================*/
/*                      EXTRA PAGE: BLOG
/*=================================================================*/
.blog-item {
    border-bottom: dashed 1px #EEE;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.blog-item:last-child {
    margin-bottom: 0;
}

.blog-item h2 {
	margin-top:4px;
}

.blog-item h2 a {
	color: #126463 !important;
	font-family: 'proxima_novaregular';
}

.blog-item h2 a:hover {
    color: #2dd0c6;
}

.blog-item .meta {
    margin: 0 0 20px;
}

.blog-item .meta .date {
    color: #333;
    font-weight: 300;
    font-size: 13px;
    font-style: italic;
    letter-spacing: .05em;
}
.comment-area {
    border-bottom: 1px dashed #eeeeee;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.comment-area .media-object {
    border: 1px solid #c7c7c7;
    border-radius: 50%;
    height: 100px;
}
.comment-area .media-body {vertical-align: middle; padding-left: 20px;}
.comment-area .media-heading {margin: 10px 0;}
.comments-box {
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}
.comments-box > .media + .media {
    border-top: 1px solid #eeeeee;
    padding-top: 30px;
}
.comments-box .child-media {
    border-top: 1px solid #eeeeee;
    margin-left: 30px;
    padding-top: 30px;
}


.comment-title {
    margin-top: 0;
}

.comment .form-control {
    height: 50px;
    padding: 14px 28px;
    font-size: 14px;
    border: solid 1px #C7C7C7;
}

.comment textarea.form-control {
    height: auto;
}

.comment .form-control:focus {
    border-color: #2dd0c6;
}

/*=================================================================*/
/*                      EXTRA PAGE: SIDEBAR
/*=================================================================*/
.widget {
    /*border-bottom: dashed 1px #EEE;*/
    text-align:center;
}

.widget .title {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 30px;
    margin-left: 0;
}

.widget.about h3 {
    font-size: 18px;
}

.widget.latest-posts .item {
    float: none;
    margin-bottom: 30px;
}

.widget.latest-posts .thumb {
    float: left;
    overflow: hidden;
    height: 100px;
    width: 100px;
}

.widget.latest-posts .post-title {
    margin-left: 120px;
}

.widget.latest-posts .post-title h3 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0 0 10px;
}

.widget.latest-posts .post-title h3 a {
    color: #111;
}

.widget.latest-posts .post-title h3 a:hover {
    color: #2dd0c6;
}

.widget.latest-posts .post-title span.date {
    font-size: 12px;
    font-weight: 300;
    color: #999;
    letter-spacing: .05em;
}

/*=================================================================*/
/*                      DEFAULT ELEMENTS
/*=================================================================*/
.page-header {
    border: 0;
    margin: 0;
    /*padding: 40px 0;*/
		padding: 15px 0 10px 0;
		
    /* === Breadcrumbs === */
}

.page-header h2 {
    font-size: 24px;
    margin: 0;
}

.page-header .breadcrumbs {
    float: right;
}

.page-header .breadcrumbs ul {
    list-style: none;
}

.page-header .breadcrumbs ul li {
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
		margin-left:0;
}

.page-header .breadcrumbs ul li a {
    color: #5b5b5b !important;
}

.page-header .breadcrumbs ul li a:hover {
    text-decoration: underline;
}

.page-header .breadcrumbs ul li:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 12px;
    padding-left: 10px;
}

.page-header .breadcrumbs ul li:last-child::after {
    content: '';
    padding: 0;
}

.page-header .breadcrumbs ul li:last-child {
    padding-right: 0;
}

/*=================================================================*/
/*                      TEMPLATE ELEMENTS
/*=================================================================*/
.stats {
    margin-bottom: 40px;
}

.stats ul {
    list-style: none;
}

.stats ul li {
    border: solid 1px #2dd0c6;
    color: #2dd0c6;
    display: inline-block;
    padding: 24px 0;
    margin: 0 10px;
    width: 170px;
}

.stats ul li h4 {
    margin: 10px 0;
}

/* === Social Icons === */
.social-icons {
    list-style: none;
}

.social-icons li {
    display: inline-block;
    text-align: center;
    padding: 0 3px;
}

.social-icons li a {
    border: solid 1px #2dd0c6;
    border-radius: 50%;
    color: #2dd0c6;
    display: block;
    font-size: 12px;
    line-height: 29px;
    height: 30px;
    width: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.social-icons li a i {
    margin: 0;
    line-height: 30px;
}

.social-icons li a:hover {
    background: #2dd0c6;
    color: #FFF;
}

/* === Store buttons === */
.store-buttons a {
    margin-right: 10px;
}

.store-buttons a:last-child {
    margin: 0;
}

.store-buttons ul {
    list-style: none;
}

.store-buttons ul li {
    display: inline-block;
    padding: 0 10px;
}

.store-buttons ul li img {
    max-width: 170px;
}

ul.icon-button {
    list-style: none;
}

ul.icon-button li {
    display: inline-block;
}

ul.icon-button li a {
    border-radius: 50%;
    display: block;
    font-size: 22px;
    line-height: 60px;
    margin: 0 5px;
    height: 60px;
    text-align: center;
    padding: 0;
    width: 60px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

ul.icon-button li a i {
    line-height: 60px;
}

ul.icon-button li a.default {
    background: #2dd0c6;
    color: #FFF;
}

ul.icon-button li a.default:hover {
    background: #111;
    color: #FFF;
}

ul.icon-button li a.primary {
    background: #111;
    color: #FFF;
}

ul.icon-button li a.primary:hover {
    background: #FFF;
    color: #2dd0c6;
}

ul.icon-button li a.light {
    background: #FFF;
    color: #2dd0c6;
}

ul.icon-button li a.light:hover {
    background: #111;
    color: #FFF;
}

/* === Count down === */
ul#countdown {
    list-style: none;
}

ul#countdown li {
    display: inline-block;
    height: 150px;
    border: solid 1px #FFF;
    border-radius: 50%;
    margin: 0 10px;
    padding: 28px 0;
    width: 150px;
}

ul#countdown li span {
    color: #FFF;
    font-family: "Raleway",serif;
    font-size: 40px;
    font-weight: 300;
}

ul#countdown li p {
    margin: 0;
}

/* === Buttons === */
.btn {
    border: 0;
    border-radius: 0;
    color: #FFF;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 12px 26px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn:focus {
    outline: 0;
}

.btn-default {
    color: #126463 !important;
    background: none !important;
		border:1px solid #126463 !important;
		font-family:'proxima_novaregular';
		font-weight:bold;

}

.btn-default:hover,.btn-default:focus {
    color: #FFF !important;
    background: #98d8d7 !important;
		border:1px solid #98d8d7 !important;
}

.btn-primary {
    background: #111;
    color: #FFF;
}

.btn-primary:hover,.btn-primary:focus {
    background: #2dd0c6;
    color: #FFF;
}

.btn-light {
    background: #FFF;
    color: #2dd0c6;
}

.btn-light i {
    color: #2dd0c6;
}

.btn-light:hover i,.btn-light:focus i {
    color: #FFF;
}

.btn-apple-download,
.btn-apple-download:hover {
	background:#125e63 !important;
	border:none !important;
}

.btn-android-download,
.btn-android-download:hover {
	background:#2a3334 !important;
	border:none !important;
}

.btn-download i {
    font-size: 35px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.btn-download span.text {
    display: inline-block;
    font-size: 14px;
    text-align: left;
    line-height: 1.2;
    text-transform: none;
}

.btn-download span.little {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.btn-light:hover {
    background: #111;
    color: #FFF;
}

.btn-lg {
    padding: 21px 34px;
}

.btn-icon i {
    font-size: 14px;
    margin-right: 10px;
}

.btn-full {
    width: 100%;
}

/* === Form Control === */
.form-control {
    display: block;
    width: 100%;
    height: 41px;
    padding: 10px 24px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1.6;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: solid 1px #2dd0c6;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #C7C7C7;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-group {
    margin-bottom: 30px;
}

/* === Slick Slide Control === */
.slick-slide {
    height: auto;
}

.slick-prev {
    left: -80px;
}

.slick-next {
    right: -80px;
}

.slick-next,.slick-prev {
    width: 36px;
    height: 36px;
    line-height: 50px;
    text-align: center;
    background: #2dd0c6;
    border-radius: 50%;
}

.slick-next:hover,.slick-next:focus,.slick-prev:hover,.slick-prev:focus {
    background: #111;
}

.slick-prev:before,.slick-next:before {
    font-family: 'FontAwesome';
    font-size: 21px;
    opacity: 1;
    color: #fff;
}

.slick-next:before {
    content: '\f105';
}

.slick-prev:before {
    content: '\f104';
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    bottom: 0;
    position: relative;
    margin-top: 30px;
}

.slick-dots li {
    width: 25px;
    height: 1px;
}

.slick-dots li.slick-active {
    width: 25px;
    height: 1px;
}

.slick-dots li button {
    width: 25px;
    height: 1px;
    padding: 0;
}

.slick-dots li.slick-active button:before {
    background: #2dd0c6;
    opacity: 1;
    height: 1px;
    width: 25px;
}

.slick-dots li button:before {
    content: '';
    background: #111;
    opacity: .4;
    height: 1px;
    width: 25px;
}

/*=================================================================*/
/*                      BOOTSTRAP ELEMENTS
/*=================================================================*/
.app-carousel {
    height: auto !important;
}

.app-carousel .item {
    border: 0;
    margin: 0;
}

.app-carousel .item img {
    border: solid 1px #f7f7f7;
}

.carousel-indicators {
    bottom: -40px;
    position: relative;
}

.carousel-indicators li {
    display: inline-block;
    width: 25px;
    height: 1px;
    margin: 0 5px;
    padding: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: #8a8a8a;
    border: 0;
    border-radius: 0;
}

.carousel-indicators .active {
    width: 25px;
    height: 1px;
    margin: 0 5px;
    background-color: #2dd0c6;
}

/* Tabs */
.nav-tabs {
    border-bottom: 1px solid #2dd0c6;
}

.nav-tabs > li {
    padding: 0;
}

.nav-tabs > li > a {
    margin-right: 0;
    border: 0;
    border-radius: 0;
}

.nav > li > a:focus,.nav > li > a:hover {
    border-color: transparent;
    text-decoration: none;
    color: #FFF;
    background-color: #2dd0c6;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 12px 24px;
}

.nav-tabs > li.active > a,.nav-tabs > li.active > a:focus,.nav-tabs > li.active > a:hover {
    border: 0;
    color: #FFF;
    background-color: #2dd0c6;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    color: inherit;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.panel-default {
    border-color: transparent;
}

.panel-default > .panel-heading {
    color: #FFF;
    background-color: #2dd0c6;
    border-color: transparent;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-title > .small,.panel-title > .small > a,.panel-title > a,.panel-title > small,.panel-title > small > a {
    color: #FFF;
}

.pagination > li:first-child > a,.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination > li:last-child > a,.pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination > .active > a,.pagination > .active > a:focus,.pagination > .active > a:hover,.pagination > .active > span,.pagination > .active > span:focus,.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #2dd0c6;
    border-color: transparent;
}

.pagination > li > a,.pagination > li > span {
    position: relative;
    float: left;
    font-weight: 300;
    padding: 12px 18px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #2dd0c6;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #EEE;
}

.pagination > li > a:focus,.pagination > li > a:hover,.pagination > li > span:focus,.pagination > li > span:hover {
    z-index: 2;
    color: #FFF;
    background-color: #2dd0c6;
    border-color: transparent;
}

/*=================================================================*/
/*                      RESPONSIVE SETTINGS
/*=================================================================*/
@media only screen and (min-width: 767px) and (max-width: 991px) {
    .navbar-right {
        margin-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-nav {
        background: #FFF;
        padding: 0 10px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 18px 12px;
        letter-spacing: .05em;
    }

    #navbar .dropdown-menu {
        border: 0 none;
        display: block;
        margin: 0 15px 15px;
        position: static;
        width: 90%;
        float: none;
    }
    #navbar {max-height: 300px; margin: 0;}

    .navbar-default .navbar-brand {
        margin-left: 15px !important;
    }

    .navbar-default .navbar-brand > img {
        max-width: 140px;
    }

    .navbar-header {
        float: none;
        display: block;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 0;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-collapse.collapse.in {
        /* NEW */
        display: block !important;
    }

    .navbar-right {
        float: none !important;
        overflow: hidden;
				margin-top: 25px;
    }

    #slide-menu {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .navbar-default .navicon-wrap {
        display: none;
    }

    .navbar-default .navbar-nav.social {
        padding: 20px;
    }

    .navbar-light .navbar-nav li a {
        color: #111;
    }

    .navbar-light .navbar-nav.social li a {
        color: #2dd0c6;
    }

    .navbar-light .navbar-nav.social li {
        border-color: #2dd0c6;
    }

    .navbar-light .navbar-nav li a.current {
        color: #2dd0c6 !important;
    }

    .blog .item {
        margin-bottom: 30px;
				text-align:center;
    }

		.home .blog .item {
				text-align:center;
    }

    .blog .item .thumb {
        height: auto;
    }

    .team .item {
        margin-bottom: 30px;
    }

    .video-2 .outer {
        height: auto;
    }

    .facts .item {
        margin-bottom: 30px;
    }

    .hero.layout-4 .phone-img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .flex {
        display: block;
    }

    .hero .cta {
        padding: 150px 0 80px;
    }

    .hero.layout-2 .cta {
        padding: 0;
        text-align: center;
    }

    .hero.layout-2 .phones {
        margin: 75px auto 0 auto;
        max-width: 300px;
    }

    .hero.layout-4 .cta {
        padding: 160px 0 40px;
    }

    .blog .item {
        max-width: 360px;
        margin: 0 auto 30px;
    }

    .container-500 {
        max-width: 100%;
    }

    .features-2-wrap {
        display: block;
    }

    .features-2-wrap .features-left {
        float: left;
    }

    .features-2-wrap .features-left .text {
        text-align: left;
        float: left;
    }

    .features-2-wrap .feature-icon {
        float: none !important;
				text-align:left !important;
    }

    .features-3 .item {
        margin-bottom: 30px;
    }

    .download-cta-2 .cta {
        text-align: left;
        margin-top: 20px;
    }

    .subscribe .form-group {
        margin-bottom: 30px !important;
    }

    .client-item {
        margin-bottom: 30px;
    }

    iframe {
        width: 100%;
        height: auto;
    }

    .footer-widget {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 360px) {
    .hero .cta a.btn,.download-cta .cta a.btn,.store-buttons a {
        margin-right: 0;
    }

    .download-cta-2 .cta a,.store-buttons a {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 320px) {
    .hero .cta a.btn,.download-cta .cta a.btn,.download-cta-2 .cta a {
        margin-right: 0;
        margin-bottom: 0;
        padding: 8px 12px;
    }
}

/* ==== Builder bug fixes ==== */
.section-header h2 p, .work-process .item h3 p, .features-2 .item .text h3 p, .features-3 .text h3 p, h2 p, h2.light p, .blog .item h2.title p, .video-2 .outer .inner h4 p, .video-2 .features .item h3 p, .team .item h3 p, .footer-v2 .footer-widget h3.title p, .download-cta-2 .cta h2 p, .download-cta .cta h2 p  {
    font-family: "Raleway",serif;
    line-height: 1.1;
}

.hero .cta h2 p {
    font-family: "Raleway",serif;
    margin: 0;
}

.navbar-default .navbar-brand p {
    font-family: "Raleway",serif;
    margin: 0;
    letter-spacing: 0.05em;
}

.navbar-default span.slogan p {
    font-size: 11px;
    line-height: 0;
    display: inline;
}

.navbar-default .navbar-brand p {
    font-size: 24px;
    font-weight: 100;
    letter-spacing: .2em;
    margin: 0;
    line-height: 1;
    margin-left: 0 !important;
    height: auto;
    padding: 0;
}

.hero .cta h2 p {
    font-size: 36px;
    font-weight: 100;
    line-height: 1.5;
}

.section-header h2 p {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: .3em;
    line-height: 1.5;
}

.work-process .item h3 p {
    font-size: 20px;
    font-weight: 300;
    margin: 20px 0px 15px;
}

.features-2 .item .text h3 p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .1em;
    margin: 18px 0;
}

.features-3 .text h3 p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .1em;
    margin: 0 0 20px;
}

h2 p {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.5;
}

h2.light p {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.5;
}

.pricing .price-table .content ul li p {
    line-height: 28px;
    font-size: 15px;
    margin: 0;
    text-align: left;
}

.pricing .price-table .header h2 p {
    font-size: 24px;
    margin: 0;
}

.facts .item span p {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: .05em;
}

.blog .item h2.title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 10px;
}

.video-2 .outer .inner h4 p {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}

.video-2 .features .item h3 p {
    font-size: 18px;
    font-weight: 300;
}

.team .item h3 p {
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 10px;
    letter-spacing: .1em;
}

.download-cta-2 .cta h2 p {
    font-size: 26px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 0;
}

.download-cta .cta h2 p {
    font-size: 36px;
    font-weight: 100;
    margin: 0 0 15px;
}

.footer-v2 .footer-widget h3.title p {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .1em;
    margin: 0 0 30px;
}
.pixa_logo{
  /*max-width:100px;*/
}
.navbar-header{
	display:flex;
}

.featured-icon {
	width:35px;
	height:40px;
	display:inline-block;
	background:url(images/Feature_Icon_Capture.png) 0 0 no-repeat;
}

.bell-icon {
	width:39px;
	height:38px;
	display:inline-block;
	background:url(images/Feature_Icon_Notifications.png) 0 0 no-repeat;
}

.heart-icon {
	width:39px;
	height:40px;
	display:inline-block;
	background:url(images/Feature_Icon_Mindful.png) 0 0 no-repeat;
}

.tags-icon {
	width:40px;
	height:40px;
	display:inline-block;
	background:url(images/Feature_Icon_Organized.png) 0 0 no-repeat;
}

.share-icon {
	width:35px;
	height:35px;
	display:inline-block;
	background:url(images/Feature_Icon_Share.png) 0 0 no-repeat;
}

.lock-icon {
	width:32px;
	height:45px;
	display:inline-block;
	background:url(images/Feature_Icon_Private.png) 0 0 no-repeat;
}

.navbar-right .social {
	display:block !important;
	float:none !important;
}

.navbar-right .social li {float:right;}
.navbar-default .navbar-nav.social li {
	border:none !important;
}

#intro,
#intro p {
	color:#FFF !important;
}
#intro h2 {
	color:#FFF !important;
}

.home .widget_text {
	max-width:700px;
	margin:0 auto;
}

#HowItWorks {
	padding:30px 0;
}

#TreasureBox h2 {
	font-size:34px;
}

#TreasureBox .imageColumn {
	width:60%;
}

@media only screen and (min-width: 1920px) {
	#TreasureBox .imageColumn {
		width:auto;
	}
}

#TreasureBox .textColumn {
	width:39%;
	max-width:710px;
	padding-top:78px;
	background:url(images/Features_Separator.png) center 0 no-repeat;
}

.ltie10 #TreasureBox .textColumn {
	margin-top:120px;
}

#MemoryBooks {
	overflow:hidden;
}

#MemoryBooks .image img {
	max-width:115%;
}

#MemoryBooks h2 {
	font-size:34px;
}

#MemoryBooks .image {
	margin-bottom:-30px;
}

#MemoryBooks .image img {
	position:relative;
	right:0px;
	top:-30px;
}

#MemoryBooks .imgRightCopyBox {
	padding-bottom:202px;
}

.ltie10 #MemoryBooks .imgRightCopyBox {
	padding-top:120px;
}

#InspirationForm {
	padding: 23px 0 !important;
	background-color: rgba(18, 100, 99, 0.85) !important;
	color: #FFF !important;
	margin-top: -202px;
	position:relative;
}

#InspirationForm .wpcf7 {max-width:500px; margin:0 auto;}
#InspirationForm .container {
	width: 94%;
	padding: 0 3%;
}

#InspirationForm .section-header {
	max-width: 100%;
	padding:0;
}

#InspirationForm h2 {
	color: #FFF !important;
}

#InspirationForm h2 span {
	font-family: 'proxima_novalight';
	font-size: 18px;
	padding-left: 20px;
}

#InspirationForm form {
	position:relative;
}

#InspirationForm p {
	margin-bottom:0;
}

/*#InspirationForm form label {
	display:none;
}
#InspirationForm form input[type=email] {
	height:45px;
	color:#FFF;
	border:1px solid #FFF;
	    outline: 0;
    display: block;
    width: 100%;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1.6;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    height: 53px;
    padding: 10px 30px;
}

#InspirationForm form input[type=submit] {
	position: absolute;
    right: 0px;
    top: 0px;
    padding: 13px 34px 12px 34px;
    border: 1px solid #FFF;
    font-size: 13px;
    background: #126463;
    font-family: 'proxima_novaregular';
    font-weight: bold;
    outline: none !important;
		    border-radius: 0;
    color: #FFF;
		    letter-spacing: .05em;
    text-transform:

}*/

#NeverMiss h2 {
	font-size:34px;
}

#DownloadTheApp h2,
#DownloadTheApp p {
	color:#FFF !important;
}

#DownloadTheApp p {
	font-family:'proxima_novalight';
}

#DownloadTheApp h2 {
	font-family:'geometria_lightlight';
	text-transform:uppercase;
}

#DownloadTheApp a {
	background-color:transparent !important;
	border:1px solid #FFF !important;
	border-radius: 11px;
}

#SubscribeForm {
	padding: 75px 0;
  background-image: url(images/Subscribe_Background.jpg);
  background-position: bottom right !important;
  background-size: cover;
  background-repeat: no-repeat;
}

#SubscribeForm form {
	position:relative;
}

#SubscribeForm form label {
	display:none;
}

.singleLineForm {
	max-width:500px;
	height:45px;
	margin:0 auto;
	position:relative;
}

.singleLineForm input {
	outline:none;
}

.singleLineForm input[type=text] {
	width:98%;
	height:45px;
	padding-left:2%;
	color:#FFF;
	font-size:17px;
	background:#FFF;
	border:1px solid #adc5ce;
}

.singleLineForm input[type=button] {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 13px 34px 12px 34px;
	border: 1px solid #adc5ce;
	font-size: 13px;
	background: #126463;
	font-family: 'proxima_novaregular';
	font-weight: bold;
	color:#FFF !important;
}

.singleLineForm .formErr,
.singleLineForm .formSuccess {
	display: none;
	width: 100%;
	margin-top: 10px;
	position: absolute;
	bottom: -35px;
	left: 0px;
	text-align: center;
	font-size: 18px;
	font-family: "proxima_novaregular",sans-serif;
}

.singleLineForm .sun {
	display:none;
}

.singleLineForm .formErr {
	color:yellow;
}

.singleLineForm .formSuccess {
	bottom: 20px;
	color:#FFF;
}


.inspirationForm input[type=text] {
	background-color:transparent;
	border:1px solid #FFF;
}

.inspirationForm input[type=button] {
	border:1px solid #FFF;
}

.subscribeForm input[type=text] {
	color:#5b5b5b;
	background-color:#FFF;
	border:1px solid #afd1d0;
}

.subscribeForm input[type=button] {
	border:1px solid #FFF;
}

.subscribeForm .formErr {
	color:red;
}

.subscribeForm .formSuccess {
	color:#5b5b5b;
}

#SubscribeForm .section-header {
	max-width:800px;
}

#ContactSection {
	padding-top:45px;
}

.footer .footer-menu a {
	color:#323232;
	text-transform:uppercase;
	font-family:'proxima_novaregular';
}

.footer .copyright {
	color:#b0b0b0;
	font-family:'proxima_novalight';
}

.footer .social-icons {

}

.footer .social-icons li {
	background:none !important;
}

.footer .social-icons li a {
	border-color:transparent !important;
	background:none !important;
}

footer ul.footer-menu li {
	line-height: 15px;
	border-right:1px solid #323232;
}

footer ul.footer-menu li:last-child {
	border-right:0px solid #323232 !important;
}

.single-post .blog-standard {
	padding-top:0;
}

.comment .form-control,
.form-control {
	border-color:#afd1d0;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5b5b5b;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #5b5b5b;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #5b5b5b;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #5b5b5b;
}

.sidebar-section h4 {
	font-size:24px !important;
	color: #126463 !important;
	font-family: 'proxima_novaregular';
}

.blog .page-header {
	display:none;
}

.sidebar-section #mc4wp-form-1 .mc4wp-form-fields label {
	display: block !important;
	max-width: 100%;
	margin-bottom: 0px !important;
	font-weight: normal !important;
}

.sidebar-section #mc4wp-form-1 .mc4wp-form-fields input[type=email] {
	width: 100%;
	height: 41px;
	outline: 0;
	font-size: 16px;
	background: none;
	padding: 10px 0 10px 15px;
	border: 1px solid #2dd0c6;
}

.sidebar-section .widget {
	margin-bottom: 30px;
  padding-bottom: 30px;
	border-bottom: dashed 1px #2dd0c6;
	text-align:left;
}

#ContactSection .wpcf7 {
	width:600px;
	margin:0 auto !important;
	padding:30px 0;
}

#ContactSection .wpcf7 div {
	margin-bottom:25px;
}

#ContactSection .wpcf7 input[type=text],
#ContactSection .wpcf7 input[type=email],
#ContactSection .wpcf7 textarea {
	display: block;
	width: 100%;
	height: 41px;
	padding: 10px 24px;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: .05em;
	line-height: 1.6;
	color: #555;
	background-color: transparent;
	background-image: none;
	border: solid 1px #2dd0c6;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#ContactSection .wpcf7 textarea {
	height:auto;
}

#ContactSection .wpcf7 .left {
	width:48%;
	float:left;
}

#ContactSection .wpcf7 .right {
	width:48%;
	float:right;
}

#ContactSection .wpcf7 .wide {
	
}

#ContactSection .wpcf7 .wideBtn {
	
}

#ContactSection .wpcf7 .wideBtn input {
	border: 1px solid #126463 !important;
	border-radius: 0;
	color: #FFF;
	font-family: 'proxima_novaregular';
	font-weight: bold;
	font-size: 12px;
	letter-spacing: .05em;
	text-transform: uppercase;
	padding: 12px 38px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #126462 url(images/submit-btn-plane.jpg) 11px 12px no-repeat;
}

#ContactSection .wpcf7 .wideBtn input:hover {
	color: #FFF !important;
	/*background: #98d8d7 !important;*/
	/*background: #98d8d7 url(images/submit-btn-plane.jpg) 11px 12px no-repeat;*/
	border: 1px solid #98d8d7 !important;
}

.main-nav ul li {
	margin-left: 0;
}

.home .main-nav ul li a {
		color:#FFF !important;
	}

.hero .phones img {
	max-width:140%;
	position: relative;
    left: -45px;
}

@media only screen and (max-width: 1540px) {
	#MemoryBooks .imgRightImageBox {
		width:60%;
	}
}

@media only screen and (max-width: 1440px) {
	#SubscribeForm {
    background-position: bottom left !important;
    background-size: inherit;
	}
}

@media only screen and (max-width: 1420px) {

	#MemoryBooks .imgRightSpacerBox {
		display:none;
	}

	#MemoryBooks .imgRightCopyBox {
		width:37%;
		padding-left:3%;
	}

	#MemoryBooks .imgRightImageBox {
		width:60%;
	}

	#InspirationForm {
		margin-top:-207px;
	}
}

@media only screen and (max-width: 1310px) {
	.hero .phones img {
		max-width: 128%;
		left: 0;
	}

	.hero.layout-2 .outer {
		padding: 120px 0 20px;
	}
}


@media only screen and (max-width: 1310px) {
	.container {
		width: 98%;
	}

	.navbar-default .navbar-nav li a {
		font-size:14px;
	}

	.navbar > .container .navbar-brand {
		width: 235px;
	}

}

@media only screen and (max-width: 1280px) {

	#MemoryBooks .image img {
		right:-40px;
	}

	#MemoryBooks .imgRightCopyBox {
		padding-top:40px;
	}
}

@media only screen and (max-width: 1250px) {
	.imgRightSpacerBox {
		display:none;
	}

	.imgRightCopyBox {
		width:37%;
		padding-left:3%;
	}

	.imgRightImageBox {
		width:60%;
	}

	#TreasureBox h2 {
		font-size: 31px;
	}
}

@media only screen and (max-width: 1200px) {
	#InspirationForm h2 span {
		display: block;
		width: 100%;
		margin: 10px 0 25px 0;
		line-height: 25px;
	}
}


@media only screen and (max-width: 1180px) {

	.navbar-default .navbar-nav li a {
		font-size:13px;
	}

	#TreasureBox .flex {
		display:block;
	}
	#TreasureBox .imageColumn {
		width:100%;
		margin-bottom:30px;
		float:none;
	}

	#TreasureBox .textColumn {
		width: 95%;
    float: none;
    margin: 0 auto;
	}
}

@media only screen and (max-width: 1130px) {

	.navbar {
		height: 175px;
	}

	.home .navbar {
		height: auto;
	}

	.navbar-default .navbar-nav.social {
		    position: absolute;
    right: 27px;
    /*top: 15px;*/
		top: 63px;
	}

	#top-main-menu {
		    position: absolute;
    top: 140px;
    left: 0px;
    width: 100%;
    text-align: center;
	}

	#top-main-menu {
		    position: absolute;
    bottom: -17px;
    left: 0px;
    width: 100%;
    text-align: center;
	}

	.navbar-default .navbar-nav li,
	.navbar-default .navbar-nav li a {
		float:none;
		display:inline;
	}
}


@media only screen and (max-width: 1023px) {

	#MemoryBooks {
		padding-top:25px;
	}

	#MemoryBooks .flex {
		display:block;
	}
	#MemoryBooks .imgRightCopyBox {
		width:94%;
		padding:0;
		margin:0 auto 25px auto;
		float:none;
	}

	#MemoryBooks .imgRightImageBox {
		width:94%;
		padding:0;
		margin:0 auto;
		float:none;
	}

	#MemoryBooks .image img {
		top:0;
	}

	#InspirationForm {
		margin-top: -236px;
	}

	#HowItWorks .frameContainer {
		position: relative; padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
	}

	#HowItWorks .flex {display:block;}

	#HowItWorks .text-center iframe {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100% !important;
		height: 100% !important;
	}

	#TreasureBox .row {
		margin-right: 0;
		margin-left: 0;
	}

	#TreasureBox .textColumn {
		width:94%;
		margin:0 auto;
		float:none;
	}

	#TreasureBox .imageColumn {
		width:100%;
		padding:0;
		margin-bottom:25px;
	}
}

@media only screen and (max-width: 993px) {
	.container {
		width: 96%;
	}

	.hero .phones img {
		max-width: 100%;
	}

	.hero.layout-2 .outer {
		padding: 25px 0 0;
	}

	#top-main-menu {
		position:static;
	}

	.navbar-default .navbar-nav.social {
		position:static;
		margin-bottom: 0;
		text-align:center;
	}

	.navbar-default .navbar-nav li, .navbar-default .navbar-nav li a {
		display: block;
		color: #111 !important;
	}

	.home .main-nav ul li a {
		color: #111 !important;
	}

	.navbar-right .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
		color: #2dd0c6 !important;
	}

	.navbar-default .navbar-nav>.active>a {
		color: #2dd0c6 !important;
	}
}

@media only screen and (max-width: 768px) {
	#NeverMiss .image {
		margin-bottom:25px;
	}

	#MemoryBooks .row {
		margin-right: 0;
    margin-left: 0;
	}

	#InspirationForm {
		margin-top:-100px;
	}
}    

@media only screen and (max-width: 750px) {
	.home .widget_text {
		max-width: 94%;
		margin: 0 auto;
	}

	#ContactSection .wpcf7 {
		width: 94%;
		margin: 0 auto !important;
		padding: 30px 0;
	}
}

@media only screen and (max-width: 639px) {

	#InspirationForm {
		    margin-left: -8px;
    margin-right: -7px;
		padding-bottom:50px !important;
	}

	#InspirationForm .section-header {
		max-width:91%;
	}

	#MemoryBooks .list-style li,
	#NeverMiss .list-style li {
		margin-left: 20px !important;
	}

	#ContactSection .wpcf7 .left,
	#ContactSection .wpcf7 .right {
		width: 100%;
		float: none;
	}

	#InspirationForm .vc_column_container > .vc_column-inner {
		padding-left:0;
		padding-right:0;
	}

	.singleLineForm {
		width: 96%;
		padding: 0 2%;
	}

	.singleLineForm input[type=button] {
		position:static;
		display:block;
		margin-top: 10px;
	}

	.singleLineForm .formErr {
		bottom: 52px;
		left: 0;
	}

	#TreasureBox ul li {
		margin-left:20px !important;
	}
	  
}

@media only screen and (max-width: 500px) {
	#InspirationForm {
		margin-top:0px
	}
	
}

.page-template-default h1 {
	text-align:center;
}

.page-template-default .blog-standard {
	padding: 0 0 50px 0;
}

.page-template-default .blog-standard p strong {

    font-family: 'geometria_lightlight' !important;
    font-size: 18px !important;
}

.page-template-default h3 {
	font-family: 'geometria_lightlight';
	color:#5b5b5b;
	font-weight:bold;
}

.page-template-default .blog-standard ul li {
	font-size: 18px;
	letter-spacing: .05em;
	line-height: 26px;
}

.blog-item strong {
	font-family: 'proxima_novabold' !important;
	font-size: 20px !important;
}

.blog-item h5,
.blog-item h5 strong {
	font-family: 'geometria_lightlight' !important;
	font-size: 24px !important;
	line-height: 33px !important;
	font-weight:normal  !important;
}

.comment-form-captcha { display:none; }

/*#TreasureBox .textColumn { display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;

  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;}*/
