/* FONTS BEGIN */
body {
	font-family: 'Open Sans', sans-serif;
    color: black;
}
h1, nav, .testimonial h4, footer h2 {
	font-family: 'Abel', 'Open Sans', sans-serif;
}
nav, h1, h2, h3, h4, h5, h6 {
	font-weight: 300;	
}
h1 {
    font-size : 32px;
    color : #F7931E;
}
h2 {
    font-size : 25px;
    letter-spacing : -0.3px;
    color : #999999;
}
h3 {
    font-size : 18px;
    color : #666666;
}

/* FONTS END */




/* NAV BAR BEGIN */
.navbar-custom {
    min-height: 70px;
    border: none;
    background: transparent;
	box-shadow: 0px 1px 5px black;
}

nav.navbar-custom, nav div.navbar-header {
	min-height: 70px;
}

.navbar-nav li a {
	line-height: 40px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
    text-align: center;
    padding: 15px 15px;
    cursor: pointer;
}

nav .navbar-brand img {
	height: 40px;
}

nav .navbar-brand {
	padding-top: 10px;
	padding-bottom: 20px;
    padding-left: 25px;
}

.navbar .divider-vertical, .navbar .divider-vertical-invert {
    height: 44px;
    margin: 0 0px;
    border-right: 1px solid black;
    padding: 0px;
    padding-top: 10px;
    position: relative;
    top: 13px;
}

.navbar .divider-vertical-invert {
	border-right: 1px solid white;	
}


@media (max-width: 992px) {
	.container {
        //// NEVER EVER SET CONTAINER PADDINGS OR YOU WILL SUFFER FROM CSS HELL
		// padding-left: 0px;
		// padding-right: 0px;
	}
}

@media (max-width: 767px) {
    .navbar-collapse .nav > .divider-vertical, .navbar-collapse .nav > .divider-vertical-invert {
        display: none;
    }
}

nav ul.navbar-left {
	background-color: white;
}
nav.navbar-custom ul.navbar-left li a {
	color: black;
}
nav.navbar-custom ul.navbar-left li a.active , nav.navbar-custom ul.navbar-right li a.active {
    color: #E17F26;
}

nav ul.navbar-right {
	background-color: black;
}
nav.navbar-custom ul.navbar-right li a, nav.navbar-custom ul.navbar-right li a:focus  {
	color: white;
}
nav ul.navbar-right {
	padding-left: 30px;
	padding-right: 30px;
}

nav li.navbar-element {
	min-width: 160px;
}
@media (max-width: 992px) {
    nav li.navbar-element {
        min-width: 135px;
    }

    .navbar-nav li a {
        font-size: 20px;
    }

    nav ul.navbar-right {
        padding-left: 0px;
        padding-right: 10px;
    }
}
@media (max-width: 767px) {
    nav ul.navbar-right li.navbar-element {
        width: 100%;
    }

    /* https://github.com/twbs/bootstrap/issues/9475 */
    .navbar-collapse {
        overflow: hidden !important;
    }

    .navbar-fixed-top .navbar-collapse {
        /* default is 340px */
        max-height: 380px;
    }
}

button.navbar-toggle {
	margin-top: 19px;
}

nav .container, nav .container-fluid {
	background: white;
}
nav .navbar-bg {
	position: absolute;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: -100;
}
nav .navbar-bg .navbar-bg-white {
	background: white;
}
nav .navbar-bg .navbar-bg-black {
	background: black;
}

nav #usermenu {
	// height: 70px;

}
nav #usermenu.open a {
	border: none;
	background: transparent;
}
nav #usermenu .dropdown-menu a {
    line-height: inherit;
    padding: 5px;
    text-transform: none;
}
nav #usermenu ul.dropdown-menu {
	background: black;
	border: white solid 1px;
}





@media (min-width: 768px) {
    .mobile-only {
        display: none !important;
    }    
    .desktop-only {
        display: inherit;
    }
    .desktop-only.caret {
        display: inline-block;
    }    
}
@media (max-width: 767px) {
    .mobile-only {
        display: inherit;
    }    
    .desktop-only {
        display: none !important;
    }
}


/* NAV BAR END */







/* HOME BEGIN*/
div.main-view {
	padding-top: 70px; /* for nav bar */
}

section#welcome, #splashscreen {
    background-image: url(/resources/img/home/background_new.jpg);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: -190px;
    overflow-x: hidden;
}
img#mesh {
    width: auto;
    margin-top: -110px;
    // height: 110px;
    position: relative;
    left: 50%;
    top: 370px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (min-width: 768px) {
    section#welcome .top-row {
        white-space: nowrap;
        height: 370px
    }
}
section#welcome .second-row { 
    margin-top: 20px;
}
section#welcome .top-row table, section#welcome .orange-button-wrapper { 
    margin-top: 100px;
    position: relative;
}
section#welcome .top-row table {
    margin-left: auto;
    margin-right: auto;
    left: -9px;
}
section#welcome .top-row table tr {
	height: 80px;
	font-size: 42px;
	vertical-align: top;
}
section#welcome .top-row table tr h1 {
	margin-bottom: 0px;
    font-size: 56px;
    padding-left: 7px;
}
section#welcome .top-row table tr h2 {
	margin: 0px;
	font-size: 37px;
	padding-left: 28px;
	font-weight: 300;
}
img#logo-e {
	height: 80px;
	position: relative;
	top: -10px;
}
section#welcome .orange-button {
	margin: 0px;
	font-weight: 300;
    letter-spacing: 1px;
    font-size: 20px;
    padding: 10px;
}
.orange-button-wrapper-inner {
    margin-top: 30px;
    background: white;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 5px 5px 15px 5px #000000;
}
@media (max-width: 767px) {
    section#welcome {
        background-size: auto 300px;
        background-position-y: 0px;
    }
    img#mesh {
        height: 50px;
        top: 310px;
    }
    section#welcome .orange-button-wrapper {
        margin-top: 00px;
    }
    section#welcome .orange-button-wrapper-inner {
        margin-top: 0px;
        box-shadow: 3px 3px 7px 0px #000000;
    }
    section#welcome .top-row table {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    section#welcome .top-row table tr {
        height: 55px;
    }
    section#welcome .top-row table tr h1 {
        font-size: inherit;
    }
    section#welcome .top-row table tr h2 {
        font-size: 28px;
        font-weight: 300;
        padding-left: 18px;
    }
    img#logo-e {
        height: 55px;
        position: relative;
        top: -5px;
    }
    section#welcome .second-row {
        margin-top: 70px;
    }
    section#welcome .orange-button {
        font-size: inherit;
    }
}
section#welcome .second-row {
	// margin-top: 0px;
}
img#speech-button {
    height: 100px;
    width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
section#welcome .second-row .image-caption {
	font-weight: 300;
	line-height: 22px;
    position: relative;
    left: -50%;
}
@media (max-width: 992px) {
    section#welcome .second-row .image-caption {
        left: 0%;
        text-align: center;g
    }
}
section#about, section#funktionsweise, section#ausprobieren {
	margin-top: 150px;
	margin-bottom: 150px;
}
section#about .article-heading {
	margin-bottom: 50px;
}
a.download-button {
    argin: 0 0 10px;
    padding: 10px;
    border: 2px solid #E17F26;
    border-radius: 5px;
    color: #E17F26;
    font-family: 'Open Sans', sans-serif;
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.arrow_box {
    margin-left: -15px;
    margin-right: -15px;
}
#logbook div.arrow_box {
    border: 2px solid #E17F26;
}
#functionality img.download-icon {
    padding-right: 10px;
    max-width: 30px;
    float: right;
    position: relative;
    top: -2px;
}
@media (max-width: 992px) {
    #functionality img.download-icon {
        display: none;
    }
}
.row.second-row {
    margin-bottom: 50px;
}

.banner-bg {
    width: 100%;
    position: absolute;
    left: 0px;
}
.intermediate {
    background-color: #262626;
    width: 100%;
    max-width: 1920px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.banner {
    font-family: Abel;
    font-size: 22px;
    color: white;

}
.banner {
    display: table;
    padding: 20px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.banner img {
    width: 80px;
    height: 80px;
    padding-right: 20px; 
}
.banner p {
    padding: 0px;
    margin: 0px;
}
#testimonials {
    margin-top: 200px;
    margin-bottom: 100px;
}
#testimonials .container {
    background-image: url('/resources/img/home/autofahrer-foto.png');
    padding-bottom: 100px;
    background-position-x: 50%;
    background-position-y: 50%;
}

#testimonials .testimonial {
    background: white;
}

.orange {
    color: #e17f26;
}

#testimonials .headline .first {
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
#testimonials .headline .second {
    color: black;
    font-size: 40px;
}

.efabu-button-wrapper {
    position: relative;
    left: -45px;
}
@media (max-width: 480px) {
    .banner-bg {
        position: initial;
    }
    .intermediate {
        width: initial;
        margin-left: -15px;
        margin-right: -15px;
    }
    #testimonials {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #road {
        margin-top: 0px;
    }
    section#overview {
        margin-top: 0px;
    }
}
@media (max-width: 767px) {
    .efabu-button-wrapper {
        left: 0px;
    }
    section#overview {
        margin-top: 50px;
    }
}
.try-out-banner {
    background-image: url('/resources/img/home/foto-street.png');
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 100px;
}
.try-out-banner .btn {
    width: 200px;
    // border: 2px solid rgba(225, 127, 38, 1);
}
.try-out-banner .btn:hover {
    // background: rgba(225, 127, 38, 1);
    // border: 2px solid white;
}
#overview {
    padding-bottom: 200px;
}
#functionality {
    margin-top: 100px;
    padding-bottom: 100px;
}
#functionality #logbook {
     margin-top: 100px;
}
@media (max-width: 480px) {
    #functionality {
        margin-top: 50px;
    }
    #overview {
        padding-bottom: 20px;
    }
}
@media (max-width: 768px) { 
    .try-out-banner .btn {
        width: 200px;
    }
    .try-out-banner .btn-bg {
        margin-top: 20px;
    }
}
/* HOME END */







/* LOGIN BEGIN */
#login-view button {
    margin-top: 30px;
}
/* LOGIN END */






/* TRYOUT BEGIN */

#tryout-view .tryout-content {
    min-height: 500px;
    overflow: hidden;
}
#tryout-view img {
    max-width: 100%;
}
#tryout-view img.progress {
    margin-top: 7px;
    margin-bottom: 10px;
}
#tryout-view a {
    text-align: center;
    margin-top: 10px;
}
.tryout-content-header {
    margin-bottom: 30px;
    color: #e17f26;   
    line-height: 30px;
}
#tryout-view .form-group button {
    max-width: 180px;
    margin-bottom: 10px;
}
#tryout-view .form-group.multiple-choice button {
    margin-right: 30px;
}
#tryout-view .orange-button {
    padding: 5px;
}
#tryout-view .products.row {
    margin: 20px 0px;
}
#tryout-view .products.row img.selected {
    border: 2px solid #E17F26;
}
#tryout-view .mail-form.row {
    // margin: 10px 0px 30px 0px;
}
#tryout-view .instructions {
    margin-bottom: 30px;
}
#tryout-view .content-wrapper {
    min-height: 40vh;
}
#tryout-view .content-wrapper .tryout-nested-view {

}
#tryout-view .form-group .help-block {
    
}
@media (max-width: 767px) { 
	div#tryout-view {
		// margin-top: 10vh;
	}
}
#tryout-view .overview {
    background: rgba(239, 239, 239, 1.0);
}

/* TRYOUT END */








/* KONTAKT BEGIN */
/* KONTAKT END */







/* GENERAL BEGIN */

.settings-panel {
    margin-bottom: 20px;
    height: 50vh;
}

@media (min-width: 481px) {
    .overview {
        padding-bottom: 60px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

ol.li-spacing li, ul.li-spacing li {
    margin-bottom: 15px;
}

.overview img.box {
    max-height: 89px;
    max-width: 82px;
}
.overview .box-title {
    font-size: 24px;
    margin-top: 0px;
    position: relative;
    height: 85px;
}
.overview .box-subtitle {
    font-size: 22px;
    color: black;
    height: 85px;
}
.overview .box-row {
    margin-bottom: 10px;
}
.overview h1 {
    color: black;
}
@media (max-width: 480px) {
    .overview .box-title {
        font-size: 18px;
    }
    .overview .box-subtitle {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .overview .row {
        margin: 10px 0px;
    }
}



.dashed-box, .beige-box {
    padding: 20px 30px;
}
.dashed-box {
    border: 1px dashed #e17f26;
}
.top10 {
    margin-top: 10px;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.black {
    color: black;
}
ul.checked {
    list-style-type: none;
    margin-top: 20px;
}
ul.checked li {
    background: url('/resources/img/general/check.png') no-repeat left top;
    background-size: 35px;
    height: 54px;
    padding-left: 44px;
    padding-top: 3px;
}

@media (max-width: 414px) { 
    ul.checked {
        padding-left: 5px;
    }
}
.list-group-item {
    padding: 7px 0px;
    margin-left: -10px;
    font-size: 16px;
}
.list-group-item .extra {
    font-size: 12px;
    display: block;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background: white;
    color: #E17F26 !important;
    border-color: #E17F26;
    cursor: default;
}
.btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled] .btn:hover {
    background: #eee;
    cursor: default;
}
ul.centered-list {
    padding: 0px;
}
.vertical-wrapper {
    display: table;
}
.align-middle {
    display: table-cell;
    vertical-align: middle;
}
.pointer-mouse {
    cursor: pointer;
}
.text-highlight {
    color: #E17F26;
}
.centered-list-wrapper {
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.article-heading {
	padding: 20px 0px;
}
.view-header {
    margin: 30px; 
}
h1.view-header {
    color: black;
    margin-top: 30px;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    h1.view-header {
        font-size: 32px;
    }
}
@media (max-width: 480px) {
    h1.view-header {
        font-size: 22px;
    }
}
div.container.view {
}
@media (max-width: 767px) {
    div.container.view {
        // margin-top: 10vh;
        padding-bottom: 20vh;
    }
}
a:focus {
    color: inherit;
    text-decoration: none;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
.trip-box {
	background: lightgrey;
}
.no-underline:hover {
    text-decoration: none;
}
.navbar-nav li a.btn:hover, a:hover {
    color: #E17F26 !important;
    text-decoration: none;
}
.required:before {
    content: '*';
    display: inline;
    color: red;
}
.hover-border {
    border: 2px solid transparent;
}
.hover-border:hover {
    border: 2px solid #E17F26;
}
.link-disabled {
    cursor: not-allowed;
    pointer-events: none;
}
@media (max-width: 767px) {
    section div.text-center-mobile {
        text-align: center !important;
    }
}
.btn-form {
    background-color: #E17F26;
    color: white;
    padding: 7px 10px;
}
.btn-bg {
    background: white;
    border-radius: 5px;
    display: inline-block;
}
.form-control {
    // border-radius: 0px;
}
.vert-space-50 {
    display: block;
    height: 50px;
}
.vertSpacer100 {
    display: block;
    height: 100px;
}
@media (max-width: 767px) {
    .vert-space-50 {
        display: block;
        height: 25px;
    }
    .vertSpacer100 {
        display: block;
        height: 50px;
    }
}
.wrap {
    display: inline-block;
}
.abel {
    font-family: Abel;
}



/* below was generated using http://ilikepixels.co.uk/drop/bubbler/ */
.bubble 
{
position: relative;
max-width: 300px;
min-height: 80px;
padding: 15px;
background: #FFFFFF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: #E17F26 solid 2px;
text-align: center;
margin-top: 30px;
font-size: 22px;
margin-left: auto;
margin-right: auto;
}

.bubble:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 15px 22px;
border-color: #FFFFFF transparent;
display: block;
width: 0;
z-index: 1;
margin-left: -15px;
top: -22px;
left: 50%;
}

.bubble:before 
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 16px 23px;
border-color: #E17F26 transparent;
display: block;
width: 0;
z-index: 0;
margin-left: -16px;
top: -25px;
left: 50%;
}



/* GENERAL END */





/* TESTIMONIAL BEGIN */
section#testimonials .carousel-indicators {
    display: none;
}
section#testimonials .carousel-indicators li {
	border-color: black;
}
section#testimonials .carousel-indicators li.active {
	background-color: black;
}
section#testimonials .testimonial {
	/* height: 200px; */
    height: 170px;
	/* width: 100%; */
    text-decoration: italic;
}
section#testimonials .testimonial img {
	padding: 40px;
}
section#testimonials .testimonial .text {
	/* margin-top: 40px; with image*/
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: 130px;
    padding-left: 30px;
    padding-right: 30px;
}
section#testimonials .testimonial .text h4 {
	color: #E17F26;
	font-size: 24px;
}
section#testimonials .testimonial .text p {
	font-size: 16px;
    font-style: italic;
}
#testimonialsCarousel .carousel-inner {
	margin-left: auto;
    margin-right: auto;
    width: 75%;
    border: black solid 1px;
}
#testimonialsCarousel .carousel-control {
	background: none;
	color: black;
    opacity: .9;
}
img.arc {
    position: relative; 
    bottom: -10px;
}
@media (max-width: 991px) { 
    section#testimonials .testimonial {
        /* height: 250px; with image*/
    }
}
@media (max-width: 767px) {
    img.arc {
        width: 40px;
    }
    section#testimonials .testimonial img {
        padding: 0px;
    }
    section#testimonials .testimonial {
        /* min height 400px with image*/
        overflow: hidden;
        margin: 0;
        padding-bottom: 50px;
        padding-top: 20px;
    }
    section#testimonials .testimonial .text {
        margin-top: 15px;
        max-height: inherit;
    }
}

@media (max-width: 767px) {
    section#testimonials .testimonial {
        height: 230px;
    }
}
@media (max-width: 550px) {
    section#testimonials .testimonial {
        height: 250px;
    }
}
@media (max-width: 480px) {
    section#testimonials .testimonial {
        height: 330px;
    }
}
@media (max-width: 400px) {
    section#testimonials .testimonial {
        height: 350px;
    }
}
@media (max-width: 350px) {
    section#testimonials .testimonial {
        height: 400px;
    }
}
@media (max-width: 330px) {
    section#testimonials .testimonial {
        height: 450px;
    }
}

/* TESTIMONIAL END */











/* FUNCTIONALITY BEGIN */
#testimonials .headline {
    margin-top: 130px;
    margin-bottom: 70px;
}
#testimonials h1 {
    margin: 0px;
    line-height: 50px;
}
#functionality .first.row, #functionality .second.row {
    
}
#functionality .first.row .arrow_box {
    margin-bottom: 20px;
    position: relative;
    left: 15px;
}
#functionality .second.row .arrow_box {
    margin-top: 20px;
    position: relative;
    left: -15px;
}
#functionality {
    padding-bottom: 130px; // this is required for offsetting .second.row and the logbook downloader
}
#functionality .first.row .arrow-box-wrapper img { 
    transform: translateX(50%);
}
#functionality .second.row .arrow-box-wrapper img { 
    transform: translateX(-50%);
}

#functionality .first.row {
    position: relative;
    top: 15px;
}
#functionality .second.row {

}
#functionality .first.row img {
    max-height: 68px;
}
#functionality .second.row img {
    max-height: 75px;
}
.orange-number-box {
    padding: 0px 5px; 
    border: 1px solid #E17F26;
    color: #E17F26; 
    margin-right: 3px; 
    font-style: normal;
}
#functionality .heading {
    font-weight: bold; 
    font-style: italic;
}
#functionality .quote {
    font-family: Abel;
    color: #e17e26;
    font-size: 20px;
}
.arrow-box-inner {
    padding: 10px;
}

.first.row .arrow_box, #logbook .arrow_box {
    position: relative;
    background: #ffffff;
    border: 1px solid darkgrey;
    border-radius: 3px;
}
.first.row .arrow_box:after, #logbook .arrow_box:after {
    top: 100%;
    right: 15px;
    border: solid darkgrey;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
#logbook .arrow_box:after {
    left: 30%;
}
.first.row .arrow_box:after, #logbook .arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: darkgrey;
    border-width: 13px;
    margin-left: -13px;
}
#logbook .arrow_box:after {
    border-top-color: #E17F26;
}
.first.row .arrow_box:before, #logbook .arrow_box:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: darkgrey;
    border-width: 13px;
}

.second.row .arrow_box {
    position: relative;
    background: #ffffff;
    border: 1px solid darkgrey;
    border-radius: 3px;
}
.second.row .arrow_box:after, .second.row .arrow_box:before {
    bottom: 100%;
    left: 30px;
    border: solid darkgrey;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.second.row .arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: darkgrey;
    border-width: 10px;
    margin-left: -10px;
}
.second.row .arrow_box:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: darkgrey;
    border-width: 13px;
    margin-left: -13px;
}
#functionality img.logbook-pdf {
    max-height: initial;
    width: 100%;
    max-width: 250px;
}

@media (max-width: 767px) {
    section#functionality #logbook {
        position: relative;
        top: 130px;
        margin-top: 0px;
    }
    
}

/* FUNCTIONALITY END */



























/* OVERVIEW BEGIN */
#overview .row {
    // margin-top: 50px;
}
#overview p {
    font-family: 'Abel', sans-serif;
    font-size: 20px;
    display: inline-block;
}
#overview .caret-light {
    position: relative;
    top: 10px;
}
#overview img {
    width: auto;
}
.orange-button {
    color: white;
    font-size: 16px;
    background: #E17F26;
    border-radius: 5px;
    padding: 10px 20px;
}
.orange-button:hover, .btn:hover {
    color: white !important;
    cursor: default;   
}
.orange-button:hover, .product.modal-body .buy-controls .btn:hover, .btn-form:hover {
    background: rgba(225, 127, 38, 0.6);
}
@media (max-width: 767px) {
    .orange-button {
        padding: 10px 20px;
        font-size: 14px;
        margin: 0px;
        margin-top: 0px;
    }
}
#overview .col-teaser {
    text-align: right;
}
a.caret-light {
    position: relative;
}

a.caret-light:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-left: 20px solid #E17F26;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

a.caret-light:after {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    border-left: 18px solid #ffffff;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@media (max-width: 767px) { 
    #overview .col-teaser {
        text-align: center;
    }
    #overview br { 
        content: ' '; 
    }
    #overview img {
        margin-bottom: 10px;
    }
    #overview a.caret-light {
        display: block;
        height: 20px;
        position: inherit;
        top: 0px;
        border-top: 1px solid #E17F26;
    }
    #overview a.caret-light:before {
        display: none;
    }

    #overview a.caret-light:after {
        display: none;
    }
}
/* OVERVIEW END */







/* FOOTER BEGIN */
html {
    position: relative;
    min-height: 100%;
}
body {
  /* Margin bottom footer height */
    margin-bottom: 460px;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 430px;
    background-color: black;
}
footer .jumbotron {
    background: #515151;
    margin-bottom: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
}
footer .first.row {
    color: white;
}
footer .second.row {
    color: white;
}
footer h2 {
    font-size: 28px;
}
footer .jumbotron p {
    font-size: 16px;
}
footer h2, footer a {
    color: white;
}
footer .first.row h2, footer .second.row h2, footer .second.row p {
    margin-bottom: 30px;
}
@media (max-width: 440px) { 
    footer .jumbotron p { 
        font-size: 10px;
    }
    footer h2 {
        font-size: 18px;
    }
}
footer {
  display: none;
}
/* FOOTER END */







/* PRODUCTS BEGIN */
@media (max-width: 767px) { 
    #products-view {
        margin-top: 0px;
        padding-bottom: 100px;
    }
}

#products-view ul {
    margin-top: 50px;
    margin-bottom: 50px;
    list-style-position: inside;
    list-style-image: url(/resources/img/products/check.png);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 30px;
}
#products-view ul li {
    padding: 15px;
}

#products-view img {
    width: 100%;
}

#products-view .view-header img {
    display: inline;
    height: 54px;
    width: auto;
    position: relative;
    top: -16px;
    margin-left: -10px;
    margin-right: -6px;
}

#products-view .caption {
    position: relative;
    text-align: center;
    top: -30px;
}
#products-view .tile .caption {
    height: 0px;
    top: -80px;
}
#products-view .product-intro.row img {
    margin-bottom: 30px;
    max-width: 280px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#products-view .tile img:hover {
    cursor: pointer;
}
#products-view .product-intro.row {
    // min-height: 400px;
}
#products-view h2 {
    color: black;
    font-family: 'Abel', sans-serif;
}
#products-view .product-image {
    margin-left: auto;
    display: block;
    margin-right: auto;
    background: white;
}
#products-view .tile {
    // margin-top: 30px;
    // margin-bottom: 30px;
}
#products-view .row.list {
    font-size: 18px;
}
#products-view .row.splitted {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e6e6+0,e6e6e6+50,f2f2f2+50,f2f2f2+100 */
    background: #e6e6e6; /* Old browsers */
    background: -moz-linear-gradient(left, #e6e6e6 0%, #e6e6e6 50%, #f2f2f2 50%, #f2f2f2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e6e6e6 0%,#e6e6e6 50%,#f2f2f2 50%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e6e6e6 0%,#e6e6e6 50%,#f2f2f2 50%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#f2f2f2',GradientType=1 ); /* IE6-9 */
}
#products-view .row.splitted {
    background: #e6e6e6;
}
#app-intro, .product-category.app {
    background-color: #e6e6e6;
}

#box-intro, .product-category.box {
    background-color: #f2f2f2;
}

.top-triangle-left, .top-triangle-right, .bottom-triangle-left, .bottom-triangle-right {
    position: relative;
    height: 140px;
    overflow: hidden;
}

.top-triangle-left:before, .top-triangle-right:before, .bottom-triangle-left:before, .bottom-triangle-right:before { 
    content: '';
    position: absolute;
    width: 120%;
    height: 140px;
} 
.top-triangle-left:before, .top-triangle-right:before {
    top: 50%;
}
.bottom-triangle-left:before, .bottom-triangle-right:before {
    top: -50%;
}
.top-triangle-left:before, .bottom-triangle-left:before {
    background-color: #e6e6e6;
}
.top-triangle-right:before, .bottom-triangle-right:before {
    background-color: #f2f2f2;
}
.top-triangle-left:before {
    right: -10%;
    -webkit-transform: rotate(-13deg);
    -moz-transform: rotate(-13deg);
    transform: rotate(-13deg);
}
.top-triangle-right:before { 
    left: -10%;
    -webkit-transform: rotate(13deg);
    -moz-transform: rotate(13deg);
    transform: rotate(13deg);
}
.bottom-triangle-left:before {
    right: -10%;
    -webkit-transform: rotate(13deg);
    -moz-transform: rotate(13deg);
    transform: rotate(13deg);
}
.bottom-triangle-right:before { 
    left: -10%;
    -webkit-transform: rotate(-13deg);
    -moz-transform: rotate(-13deg);
    transform: rotate(-13deg);
}
@media (max-width: 767px) {

    .top-triangle-left:before, .top-triangle-right:before {
        top: 60%;
    }

    #products-view .product-image {
        width: 80%;
    }
    #products-view .tile .caption {
        top: -60px;
        font-size: 18px;
    }
    #products-view h1 {
        margin-bottom: 20px;
        font-size: 42px;
        padding-top: 20px;
    }
    #products-view ul {
        font-size: 14px;
        padding-left: 0px;
        width: 320px;
        left: -10px;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    #products-view .tile {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #products-view .orange-button {
        padding: 10px;
        font-size: 14px;
    }
    #products-view .product-category.app {
        // margin-bottom: 100px;
    }
    #products-view .product-intro.row {
        min-height: 0px;
        // margin-bottom: 30px;
    }
    .top-triangle-left, .top-triangle-right, .bottom-triangle-left, .bottom-triangle-right {
        height: 100px;
    }
    .top-triangle-left:before, .top-triangle-right:before, .bottom-triangle-left:before, .bottom-triangle-right:before {
        width: 140%;
    }
    .top-triangle-left:before, .bottom-triangle-left:before {
        right: -15%;
    }
    .top-triangle-right:before, .bottom-triangle-right:before {
        left: -15%;
    }
    .bottom-triangle-left:before, .bottom-triangle-right:before {
        top: -100%;
    }
    .product-category.app {
        z-index: 2;
    }
    .product-category.box {
        position: absolute;
        z-index: 1;
    }
    .product-category.app.selected-tab, .product-category.box.selected-tab {
        z-index: 3;
    }
    .bottom-triangle-left.selected-tab:before, .bottom-triangle-right:before { 
        background-color: #e6e6e6;
    }
    .bottom-triangle-left:before, .bottom-triangle-right.selected-tab:before { 
        background-color: #f2f2f2;
    }
    .tab-button:hover {
        cursor: pointer;
        text-decoration: underline;
    }
    .tab-button img:hover, .tab-button h2:hover {
        
    }
    #products-view h1 {
        padding-top: 10px;
    }
}
@media (max-width: 414px) { 
    .top-triangle-left, .top-triangle-right {
        height: 60px;
    }
    #products-view .price {
        padding: 0px;
        vertical-align: left;
    }
}
@media (max-width: 320px) {
    #products-view h1 {
        margin-bottom: 20px;
        font-size: 40px;
    }
    #products-view .view-header img {
        height: 41px;
        top: -11px;
    }
}
#products-view img.efabu-button {
    height: auto;
    width: 90px;
    margin-bottom: 20px;
}
@media (min-width: 1200px) {
    #products-view img.efabu-button {
        margin-bottom: 50px;
    }   
}
/* PRODUCTS END */


/* PRODUCT BEGIN */
.product.modal-body img {
    width: 100%;
}
.product.modal-body .close {
    padding: 10px;
    border: 1px solid black;
    margin-right: 15px;
}
.product-title {
    font-family: 'Abel', sans-serif;
    font-size: 24px;
    color: black;
    margin-bottom: 20px;
    position: relative;
    left: -30px;
}
.product-subtitle {
    font-style: italic;
    margin-bottom: 15px;
}
.product-description {

}
.product-price {

}
.product.modal-body .buy-controls input {
    width: 100%;
    height: 34px;
    text-align: center;
    border: 1px solid black;
}
.product.modal-body .buy-controls .row {
    margin-top: 10px;
    margin-bottom: 10px;
}
.product.modal-body .buy-controls .btn {
    background-color: #E17F26;
    width: 100%;
    border-color: transparent;
    color: white !important;
}
@media (max-width: 767px) {
    .product-title {
        left: 0px;
        font-size: 18px;
    }
}
/* PRODUCT END */



/* ACCOUNT BEGIN */
#account-view {
    padding-bottom: 20vh;
}
#account-view .subnav {
    padding: 20px;
    margin-bottom: 25px;
}
#account-view .subnav a {
    color: #999999;
}
#account-view .subnav ul li.active a {
    font-weight: bold;
    font-size: 18px;
    color: #E17F26;
}
#account-view .media-button-row li {
    min-width: 70px;
}
#account-view .row.save-vm {
    margin-bottom: 30px;
}
#account-view .row.save-vm .form-control {
    background: initial;
    border: none;
    box-shadow: none;
}
#account-view .settings-panel-content {
    // -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.25);
    // -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.25);
    // box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.25);
    // background: rgb(240, 240, 240);
    // font-weight: 400;
    // padding: 30px;
}
#account-view .settings-panel-header:hover {
    text-decoration: underline;
    text-decoration-color: black;
}
#account-view .settings-panel-header {
    margin: auto;
    width: auto;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.25);
    background: #ddd;
    font-family: sans-serif;
    text-transform: none;
    font-weight: 400;
    margin: 0;
    display: block;
    cursor: pointer;
}
#account-view .settings-panel-header h3 {
    margin: 0px;
    padding: 10px;
    font-weight: 400;
}
#account-view .settings-panel button {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#account-view .settings button {
    width: 180px;
}



@media (max-width: 767px) {
    #account-view .subnav ul { 
    }
    #account-view .subnav ul > li { 
        display: block;
        padding: 5px;
    }
    #account-view .row.save-vm {
        margin-bottom: 30px;
    }
    #account-view .row.save-vm .form-control {
        margin: 20px 0px;
    }
    #account-view .settings-panel {
        margin-top: 50px;
    }
    #account-view .top.settings-panel {
        margin-top: 0px;
    }
    #account-view .settings-panel-content {
        display: block !important;
    }
    #account-view .settings-panel button.last {
        position: relative;
        top: 100px;
    }
}

/* MOUSE BEGIN */
a:hover {
    cursor: pointer;
}


/* MOUSE END */


#testimonialsCarousel a.carousel-control:hover {
    color: black !important;
    cursor: default;
}
#testimonialsCarousel span:hover {
    color: #E17F26;
    cursor: pointer;
}


.feedbackBusy {
    padding: 20px;
    border: #f68712 solid 1px;
    margin-left: auto;
    margin-right: auto;
}