﻿/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


body {
    padding: 0px;
    margin: 0px;
    line-height: 1;
    background: #fff;
}

body, input, textarea {
    font: 14px 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    /*line-height: 30px;*/
    color: #727272;
}

label {
    font-size: 1.4em;
}

.bold {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #3b3a39;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 22px;
    font-style: normal;
}

h2 {
    font-size: 27px;
    line-height: 27px;
    margin-bottom: 22px;
    font-style: normal;
}

    h2 strong {
        font-weight: 300;
    }

h3 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
    font-style: normal;
}

h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    font-style: normal;
}

h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    font-style: normal;
}

h6 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    font-style: normal;
}

p {
    font: 13px 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 22px;
}

ul, ol {
    /*margin: 0 0 20px 0;*/
    list-style-position: inside;
}

ul {
    list-style: none;
}

    ul li {
        list-style: none;
    }

ol {
    list-style-type: decimal;
}

    ol ol {
        list-style: upper-alpha;
    }

        ol ol ol {
            list-style: lower-roman;
        }

            ol ol ol ol {
                list-style: lower-alpha;
            }

    ul ul, ol ol, ul ol, ol ul {
        margin-bottom: 0;
    }

strong {
    font-weight: bold;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

/* End Reset */


/* My Generics */
ul {
    list-style: none;
    margin-left: 0;
}

a, a:hover, a:visited {
    text-decoration: none !important;
}

.no-padding {
    padding: 0 !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.no-margin {
    margin: 0 !important;
}

.overflow {
    overflow: hidden;
}

.text-center {
    text-align: center !important;
}

.inline-block {
    display: inline-block;
}



.green {
    color: darkgreen !important;
}

.red {
    color: red !important;
}

.red-bg {
    background: red !important;
}

.noHover {
    cursor: default !important;
}

.hide {
    display: none;
}

.btn-bloat {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

    .btn-bloat h2 {
        color: white;
    }
/* Spinner */
.let-the-ponies-run-sidebar {
    background-image: url("/images/spinner.png");
    position: absolute;
    margin: 0 auto;
    z-index: 99999999;
    margin-left: -190px;
    text-align: center;
    left: 50%;
    top: 30%;
    width: 380px;
    height: 380px;
    z-index: 10000;
    -webkit-animation: play .3s steps(11) infinite;
    -moz-animation: play .3s steps(11) infinite;
    -ms-animation: play .3s steps(11) infinite;
    -o-animation: play .3s steps(11) infinite;
    animation: play .3s steps(11) infinite;
    -webkit-animation-play-state: running; /* Chrome, Safari, Opera */
    animation-play-state: running;
    transform: scale(0.5);
}

.let-the-ponies-run {
    background-image: url("/images/spinner.png");
    position: fixed;
    margin: 0 auto;
    z-index: 99999999;
    margin-left: -190px;
    text-align: center;
    left: 50%;
    top: 30%;
    width: 380px;
    height: 380px;
    z-index: 10000;
    -webkit-animation: play .3s steps(11) infinite;
    -moz-animation: play .3s steps(11) infinite;
    -ms-animation: play .3s steps(11) infinite;
    -o-animation: play .3s steps(11) infinite;
    animation: play .3s steps(11) infinite;
    -webkit-animation-play-state: running; /* Chrome, Safari, Opera */
    animation-play-state: running;
}

@-webkit-keyframes play {
    from {
        background-position: 0px;
    }

    to {
        background-position: -4180px;
    }
}

@-moz-keyframes play {
    from {
        background-position: 0px;
    }

    to {
        background-position: -4180px;
    }
}

@-ms-keyframes play {
    from {
        background-position: 0px;
    }

    to {
        background-position: -4180px;
    }
}

@-o-keyframes play {
    from {
        background-position: 0px;
    }

    to {
        background-position: -4180px;
    }
}
/*end Spinner*/
a,
a:link,
a:visited {
    outline: 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.scaryArea {
    display: block;
    background-color: rgba(255,0,0,.6);
    text-align: center;
    padding: 30px;
    margin-bottom: 20px;
    border: 10px solid rgba(255, 0, 0, .6);
    color: white;
}

    .scaryArea h4 {
        color: white;
        text-decoration: underline;
    }

    .scaryArea:hover {
        border: 10px solid white;
    }

.happyArea {
    display: block;
    background-color: #57b722;
    text-align: center;
    padding: 30px;
    margin-bottom: 20px;
    border: 10px solid rgba(87,183,34, .6);
    color: white;
}

    .happyArea h4 {
        color: white;
        text-decoration: underline;
    }

    .happyArea:hover {
        border: 10px solid white;
    }

.field-validation-error {
    background-color: rgba(255,0,0,.6);
    padding: 10px;
    text-align: center;
    position: absolute;
    bottom: 105%;
    left: 0;
    color: white;
    font-weight: bold;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid red;
    width: 100%;
    z-index: 1000;
}

    .field-validation-error:before {
        position: absolute;
        display: inline-block;
        border: solid;
        border-color: red transparent; /*Arrow Color*/
        border-width: 12px 12px 0 12px;
        bottom: -12px;
        content: "";
        left: 5%;
    }

.validation-error {
    position: relative;
    display: inline-block;
}

.validation-error {
    width: 100%;
}

    .validation-error input[type=text] {
        width: 100%;
    }

textarea {
    width: 100%;
}

.full-width {
    width: 100%;
}

.x-long .field-validation-error {
    white-space: nowrap;
    width: auto;
}

.x-short .field-validation-error {
    white-space: nowrap;
    width: 75%;
}

input.input-validation-error {
    border: 1px solid red;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}



input[type=text], input[type=password], input[type=email], input[type=select], input[type=dropdown] {
    font-size: 1.4em;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 5px;
    width: 100%;
    border: 1px solid #CCC !important;
    color: #555 !important;
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
}

input[type=text], input[type=password], input[type=email], input[type=select], input[type=dropdown] {
    margin-bottom: 20px !important;
}

input:focus, textarea:focus {
    background-color: white;
    color: black;
}

input.valid {
    border: 1px solid #52a652;
    /*background: #dff0d8;
    color: #52a652;*/
}

input[type="text"].input-validation-error {
    color: red;
    background: white;
}
/* End validation helpers */


/*.table th {
    font-weight: normal !important;
    background: #666 !important;
    color: white !important;
}*/

select {
    font-size: 1.4em;
    height: 54px;
    width: 100%;
    margin-bottom: 10px;
    color: black;
}
/*Auto dropdown*/
.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.navbar {
}
/*Auto dropdown end*/
.tooltip-pop {
    /*display: inline;*/
    position: relative;
    /*font-size: .9em;*/
}

    .tooltip-pop i.glyphicons:before {
        color: #999;
    }

    .tooltip-pop tooltip {
        display: none;
    }

    .tooltip-pop:hover i.glyphicons:before {
        color: #333;
    }

    .tooltip-pop:hover:after {
        background: #333;
        background: rgba(0, 0, 0, 0.7);
        border-radius: 5px;
        bottom: 43px;
        color: #fff;
        content: attr(title);
        left: 20%;
        padding: 5px 15px;
        position: absolute;
        z-index: 98;
        width: 250px;
        border: 1px solid #666;
        white-space: pre-wrap;
    }

    .tooltip-pop:hover:before {
        border: solid;
        border-color: #333 transparent;
        border-width: 6px 6px 0 6px;
        bottom: 37px;
        content: "";
        left: 50%;
        position: absolute;
        z-index: 99;
    }

.pop-left:hover:after {
    background: #333;
    background: rgba(0,0,0,.7);
    border-radius: 5px;
    bottom: 43px;
    color: #fff;
    content: attr(title);
    left: -275px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 300px;
    border: 1px solid #666;
    white-space: pre-wrap;
}

.pop-left:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 37px;
    content: "";
    left: 0;
    position: absolute;
    z-index: 99;
}

.pop-singleline:hover:after {
    white-space: nowrap;
    width: 600px;
}

.pop-down:hover:after {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    bottom: -85px;
    color: #fff;
    content: attr(title);
    left: -250px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 300px;
    border: 1px solid #666;
    white-space: pre-wrap;
}

.pop-down:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 0 6px 6px 6px;
    bottom: 10px;
    content: "";
    left: 0;
    position: absolute;
    z-index: 99;
}

.pop-wide:hover:after {
    left: 0;
    width: 350px;
}

.tooltip-pop:hover:after {
    content: attr(data-tooltip);
}

.btn {
    border-radius: 0 !important;
}
/*My Generic End*/

.container-fluid {
    padding: 0;
}


.green {
    color: green;
}

.green-bg {
    background: green;
}

.red {
    color: red;
}

.orange {
    color: #ff6400;
}

.orange-bg {
    background: #ff6400;
    color: white;
}

.modal-low {
    margin-top: 20%;
}


/*TimePicker Start------------------------------*/
.ui-timepicker-list {
    position: relative;
    overflow-y: auto;
    height: 150px;
    width: 6.5em;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    outline: none;
    z-index: 10001;
}

    .ui-timepicker-list.ui-timepicker-with-duration {
        width: 11em;
    }

.ui-timepicker-duration {
    margin-left: 5px;
    color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
    color: #888;
}

.ui-timepicker-list li {
    padding: 3px 0 3px 5px;
    cursor: pointer;
    white-space: nowrap;
    color: #000;
    list-style: none;
    margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
    background: #fff;
    color: #000;
}

    li.ui-timepicker-selected,
    .ui-timepicker-list li:hover,
    .ui-timepicker-list:hover .ui-timepicker-selected:hover {
        background: #1980EC;
        color: #fff;
    }

        li.ui-timepicker-selected .ui-timepicker-duration,
        .ui-timepicker-list li:hover .ui-timepicker-duration {
            color: #ccc;
        }

.ui-timepicker-disabled {
    background: #333;
    color: #999;
}
/*TimePicker End----------------------------------------*/

.page-header {
    margin-bottom: 40px !important;
}

.btn {
    padding: 20px !important;
}

.panel {
    margin-bottom: 40px !important;
}

.btn-bloat {
    font-size: 3em !important;
}

input.btn {
    font-size: 3em !important;
}


.table .btn {
    padding: 10px !important;
}

.table td {
    vertical-align: middle !important;
}

h3.alert {
    font-size: 2.3em;
    line-height: 2.3em;
    padding: 10px;
}

h4.modal-title {
    font-size: 2em !important;
}

.panel-primary h1, .panel-info h1, .panel-primary .panel-heading .btn, .panel-info .panel-heading .btn {
    color: white !important;
}

.panel-body h1 {
    color: black !important;
}

.panel-primary .panel-heading .btn, .panel-info .panel-heading .btn {
}

.panel-hover .panel {
    border: 1px solid #CCC;
}

.panel-hover:hover .panel {
    border: 1px solid #337ab7;
}



h2 .white {
    color: white !important;
}

h2.white {
    color: white !important;
}

.white h2 {
    color: white !important;
}


.paypal-button {
    padding: 0;
    margin: 0;
    background: none !important;
    border: 0;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.no-background {
    background: none !important;
}

.no-border {
    border: 0 !important;
}


.eventBox:hover .panel-default {
    border-color: #999;
}

.primary-nav-tabs > li.active > a {
    background: #d91965 !important;
}

.primary-nav-tabs > li a {
    color: white !important;
}

    .primary-nav-tabs > li a:hover h2 {
        color: #d91965 !important;
    }

    .primary-nav-tabs > li a:hover {
        background: black;
    }

    .primary-nav-tabs > li a:active {
        background: #d91965 !important;
    }


.primary-nav-tabs > li.active a h2 {
    color: white !important;
}

.primary-nav-tabs > li {
    width: 33.33%;
    text-align: center;
}

.primary-nav-tabs-comp > li {
    width: 20%;
    text-align: center;
}

.primary-nav-tabs-four > li {
    width: 25%;
}

.sub-nav-tabs > li.active > a {
    background: white !important;
}

.sub-nav-tabs > li a {
    color: #999 !important;
}

.sub-nav-tabs > li.active a {
    color: deepskyblue !important;
}



.trans-background {
    background-color: rgba(255,255,255,0.5) !important;
    background: rgba(255,255,255,0.5) !important;
}

.img-fill {
    background-image: url('/Images/gallery-background.jpg');
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -1px;
}

    .img-fill a:hover {
        text-decoration: none;
    }


.item-box-fix {
    padding-bottom: 20px;
}

    .item-box:hover .picture a img, .item-box-fix:hover .picture a img {
        opacity: 0.85;
    }

    .item-box .product-title, .item-box-fix .product-title {
        margin: 0 0 10px;
        overflow: hidden;
        font-size: 17px;
        line-height: 1.2;
        font-weight: normal;
        color: #4ab2f1;
    }

        .item-box .product-title a, .item-box-fix .product-title a {
            display: block;
        }

            .item-box .product-title a:hover, .item-box-fix .product-title a:hover {
                color: #248ece;
            }

    .item-box .prices, .item-box-fix .prices {
        margin: 0 0 10px;
        overflow: hidden;
    }

    .item-box .old-price, .item-box-fix .old-price {
        margin: 0 5px 0 0;
        font-size: 16px;
        color: #aaa;
        text-decoration: line-through;
    }

    .item-box .actual-price, .item-box-fix .actual-price {
        margin: 0 5px 0 0;
        font-size: 16px;
        color: #666;
    }
    /*.item-box input[type="button"], .item-box-fix input[type="button"] {
	display: inline-block;
	height: 40px;
	border: none;
	vertical-align: middle;
}*/
    .item-box .cartBtn, .item-box-fix .cartBtn, .cartBtn .fa {
        display: inline-block;
        height: 60px;
        border: none;
        vertical-align: middle;
        line-height: 60px;
    }

    .item-box .add-to-compare-list-button,
    .item-box .add-to-wishlist-button,
    .item-box-fix .add-to-wishlist-button,
    .item-box-fix .add-to-compare-list-button,
    .item-box-fix .add-to-wishlist-button {
        width: 20%;
        border-left: 1px solid #fff !important;
        background-color: #eaeaea;
        background-position: center;
        background-repeat: no-repeat;
        font-size: 0;
    }

        .item-box .add-to-compare-list-button:hover,
        .item-box .add-to-wishlist-button:hover,
        .item-box-fix .add-to-wishlist-button:hover,
        .item-box-fix .add-to-compare-list-button:hover,
        .item-box-fix .add-to-wishlist-button:hover {
            background-color: #ddd;
        }

.picture {
    background: #eaeaea;
    padding: 10px;
    height: 280px;
}

.hideFileInput {
    position: absolute;
    margin-left: -99999px;
}

.empty-star {
    background: url(/Images/single-empty-star.png) no-repeat;
    width: 50px;
    height: 46px;
    display: inline-block;
}

.full-star {
    background: url(/Images/single-full-star.png) no-repeat;
    width: 50px;
    height: 46px;
    display: inline-block;
}

.half-full-star {
    background: url(/Images/single-half-full-star.png) no-repeat;
    width: 50px;
    height: 46px;
    display: inline-block;
}

.fullwidth-section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}


.strava-btn {
    background: url(/images/ConnectWithStrava@2x.png) no-repeat bottom;
    width: 342px;
    height: 63px;
    display: block;
    text-indent: -99999px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/*.strava-btn:hover {
        background-position: 0 0;
        background: url(/images/ConnectWithStrava@2x-2.png) no-repeat bottom;
        width: 342px;
        height: 63px;
        display: block;
        text-indent: -99999px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }*/

.courseTag {
    position: absolute;
    bottom: 0;
    left: 40px;
    margin: 0 !important;
    z-index: 100;
}

.CourseName {
    margin-top: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navbar-toggle {
    margin-right: 30px;
    padding: 8px 20px 8px 20px;
}

.navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}

#HowToCreateRoute .panel-title {
    font-size: 2em;
}

.panel-default-sm-txt p {
    font-size: .8em;
    line-height: 1.2em;
}

.sideBarStyle select {
    padding: 0 !important;
    font-size: 1em !important;
    margin-bottom: 10px !important;
    height: 40px;
}

.sideBarStyle .btn {
    padding: 10px !important;
}

.sideBarStyle input[type=text] {
    font-size: 1em !important;
    padding: 5px 10px 5px 10px !important;
}

.sideBarStyle input.btn {
    font-size: 1em !important;
    font-weight: normal !important;
}


.sideBarStyle label {
    font-size: 1em;
    font-weight: normal;
}

.BtnShrink .btn {
    padding: 10px !important;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

    .videowrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.navbar-default {
    background-color: white;
    border: none;
}

    .navbar-default .navbar-nav > li > a {
        color: white;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }

.heavy-padding-top {
    padding-top: 100px;
}

.heavy-padding-bottom {
    padding-bottom: 100px;
}

#FaqSection {
    font-size: 2em;
}

    #FaqSection .panel-title {
        font-size: 1em;
    }

    #FaqSection p {
        font-size: .8em;
        line-height: 1.2em;
        margin-bottom: 12px;
    }

.ext-padding {
    padding: 100px 0 100px;
}

#YouTubeCover:hover {
    cursor: pointer;
}

.phoneCoverText {
    position: absolute;
    top: 30%;
    text-align: center;
    font-weight: bold;
    font-size: 4em;
    margin: 0 auto;
    left: 0;
    line-height: 1.3em;
    padding: 50px;
    background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
}

.CoreBadge, .PublicBadge, .UserBadge {
    position: absolute;
    bottom: -16px;
    left: 0;
    margin: 0 !important;
    z-index: 100;
}

.PublicBadge {
    left: 40px;
}

.UserBadge {
    left: 90px;
}

.NavLogoImg {
    position: relative;
    display: block;
    z-index: 999;
    top: -23px !important;
}

/*.nav > li > a {
    padding: 10px 0;
}*/

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    border: none !important;
}

.coursePanelHover:hover .panel{
    border: 1px solid #999;
}

.LegendBox p {
    line-height: 1em;
    padding-top: 3px;
}

.starBtn {
    border: none !important;
    background: 0 0;
    padding: 0;
    outline: none;
}

.RouteBox p{
    line-height: 1.3em;
}


.panel-insane {
    border-color: #E80C7A;
}

    .panel-insane > .panel-heading {
        color: #fff;
        background-color: #E80C7A;
        border-color: #E80C7A;
    }

        .panel-insane > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #E80C7A;
        }

        .panel-insane > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-insane > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #E80C7A;
    }

    .panel-insane > .panel-heading p {
        color: black !important;
    }

    .panel-primary > .panel-heading p {
        color: #CCC !important;
    }
    .panel-insane > .panel-heading button, .panel-primary > .panel-heading button {
        color: black !important;
    }

.hoverLinks h2 {
    color: #999 !important;
    line-height: 1.3em;
}
.hoverLinks a:hover{
    text-decoration: underline !important;
}
.hoverLinks hr {
    margin: 4px !important;
}

.SubListItem{
    text-indent: 30px;
}
.SubListItem h2{
    font-size: 1.5em;
}

.footer {
    padding: 40px;
    background: grey;
}

    .footer a {
        font-size: 1.3em;
        line-height: 1.5em;
        color: black;
    }

        .footer a:hover {
            color: deepskyblue;
        }

.listenImg {
    position: absolute;
    bottom: 10%;
    right: 10%;
    width: 150px;
    opacity: .9
}
.boxItem {
    border-radius: 10px;
    padding: 100px;
    position: relative;
    margin-bottom: 300px
}

















/*Media Queries*/
@media (min-width: 1280px) {
    .navbar {
        max-height: 50px;
    }

    .navbar-default .navbar-nav > li > a {
        color: black;
    }
}

/*Medium*/
@media (max-width: 1279px) {
    .picture {
        height: 180px !important;
    }

    .Explanation h1 {
        font-size: 1.4em !important;
    }

    .phoneCoverText {
        position: absolute;
        top: 35%;
        text-align: center;
        font-weight: bold;
        font-size: 6em;
        line-height: 1.3em;
        background-color: rgba(255,255,255,0.7);
    }

    .navbar-default .navbar-nav > li > a {
        color: black;
    }
}

/*Step right before xs*/
@media (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
        color: black;
    }

    .phoneCoverText {
        position: absolute;
        top: 25%;
        text-align: center;
        font-weight: bold;
        font-size: 5em;
        line-height: 1.3em;
        background-color: rgba(255,255,255,0.7);
    }
}

@media (max-width: 767px) {
    #FaqSection .panel-title {
        font-size: .8em;
    }

    .Explanation h1 {
        font-size: 1.3em !important;
    }

    .NavLogoImg {
        top: -50px;
    }

    .SearchBar {
        background: #999;
    }

    .navbar-default .navbar-nav > li > a {
        color: white;
    }

    .phoneCoverText {
        position: absolute;
        top: 35%;
        text-align: center;
        font-weight: bold;
        font-size: 2em !important;
        line-height: 1.3em;
        background-color: rgba(255,255,255,0.7);
    }

    .CourseName {
        overflow: visible;
        text-overflow: initial;
        white-space: normal;
        font-size: 1.6em !important;
        line-height: 1.1em;
        text-align: center;
        font-weight: bold;
    }

    .btn {
        margin-bottom: 5px;
    }

    .HomePage h1 {
        font-size: 2em !important;
    }

    .browsePage select {
        font-size: 1em;
        height: 30px;
    }

    .browsePage .btn {
        padding: 10px !important;
        font-size: 1em !important;
    }

    .browsePage label {
        font-size: 1em;
    }

    .browsePage input[type=text] {
        padding: 0 !important;
        font-size: 1em !important;
    }

    .browsePage h2 {
        font-size: 1em;
    }

    .searchResults h3 {
        font-size: 1em;
    }

    label {
        font-size: 1em;
    }

    input[type=text], input[type=password], input[type=email], input[type=select], input[type=dropdown] {
        /*padding: 0 !important;*/
        font-size: 1em !important;
        margin-bottom: 5px !important;
    }

    .btn-bloat {
        font-size: 1.2em !important;
    }

    h1 {
        font-size: 2em !important;
    }

    h2 {
        font-size: 1.5em !important;
    }

    h3 {
        font-size: 1.3em !important;
    }

    .fullwidth-section {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .ext-padding {
        padding: 20px 0 20px;
    }

    input.btn {
        font-size: 1.5em !important;
    }

    .heavy-padding-top {
        padding-top: 20px;
    }

    .heavy-padding-bottom {
        padding-bottom: 20px;
    }

    .primary-container-image2 {
        background: none;
    }

    .primary-nav-tabs li {
        float: left;
        width: 100%;
    }

    .sub-carousel p {
        padding: 20px;
        margin-bottom: 1px;
        display: block;
    }

    .hide-xs {
        display: none;
    }

    .index-title {
        font-size: 2em;
        margin-top: 0 !important;
    }

    .large-padding {
        padding: 20px;
    }

    .image-content .fa {
        font-size: 1.5em;
        margin-top: 20px;
        color: #ff8100;
        margin-bottom: 10px;
        border: 3px solid #f3f3f3;
        border-radius: 100%;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .image-content h1 {
        font-size: 1.5em;
        margin: 0 !important;
    }

    .image-content p {
        font-size: 1em;
        line-height: 1.2em;
    }

    .container {
        padding: 0 !important;
    }

    .margin-lg {
        margin: 0 !important;
    }

    .navbar-collapse {
        padding: 0 30px 0 30px !important;
        background-color: rgba(0,0,0,0.9);
    }

    .let-the-ponies-run {
        top: 20%;
    }

    .margin-bottom-nav {
        margin-bottom: 0;
    }

    .well.well-trans.overflow {
        padding: 0 !important;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding: 0 5px 0 5px !important;
    }

    .display-box-nav {
        height: 75px;
    }

        .display-box-nav h1 {
            font-size: 2em;
            line-height: 58px; /* the same as your div height */
        }
}

@media (min-width: 1280px) and (max-width: 1600px) {
    .picture {
        height: 180px !important;
    }
}


/*override nav collapse*/
@media (max-width: 1200px) {
    .listenImg {
        bottom: 10%;
        right: 5%;
        width: 30px;
    }
    .boxItem {
        border-radius: 0;
        padding: 25px;
        margin-bottom: 50px
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

/* Override search bar position in nav bar */
@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: -95px;
    }
}
/*End media queries*/
