﻿/* purple #380B61 dark purple #1B0A2A... */
article {
    background-color: #e6e6e6;
}
.custHpCalcAnswer p {
    font-size: 22px;
    font-weight: bolder;
}
.custHpCalcAnswer  {
    padding: 10px;
    background-color: yellow !important;
    border: 2px solid gray;
    border-radius: 3px;
    max-width: 280px;
}
.custCalcHpFormArea div {
    margin-bottom: 45px;
}
.custHpSubmitBtn {
    margin: 0px 0px 0px 60%;
}
.custTappetRadio label, .custHowManyCyl label {
    font-weight: normal;
}
.custTappetRadio {
    margin: -15px 0px 0px 20px;
}
.custCylRadio {
    margin-left: 20px;
}
input[type=checkbox], input[type=radio] {
    margin: 0px 0px 0px 0px;
    line-height: normal;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
.form-control {
    display: inline;
    width: 80px;    
    font-size: 14px;
}
input[name="cam"] {
    /*margin-left: 20px;*/
}
.custIntakeManType {
    margin: -15px 0px 0px 20px;
}
.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 5px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: default;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: initial;
    margin-top: 0px;
    margin-left: 0px;
}

body {
    font-family: 'Play', sans-serif;
    font-size: 17px;
}
.custFooterBottom {
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    margin-top: -5px;
    padding-top: 7px;
}
.custFooter {
    margin: 40px 0px 0px 0px;
    text-align: center;
    background-color: #1B0A2A;
    color: #f5f5f5;
}
.custFooter a, .custFooter a:hover, .custFooter a:visited {
    text-decoration: underline;
    color: #f5f5f5;
}
.custSloganTitle {   
    font-family: 'Permanent Marker', cursive !important;   
    font-size: 30px !important;
}
.custGoFastTitle {
    font-size: 55px !important;
    font-family: 'Faster One', cursive !important;
}
.custGoFastTitle a, .custGoFastTitle a:hover, .custGoFastTitle a:visited {
    color: #000000;
    text-decoration: none;
}
.custTopContainer {
    background-color: #ffffff;    
    border-top: 25px solid #380B61;
    border-bottom: 25px solid #380B61;
}
.custHeadImage {
    text-align: center; 
}
.custHeadImage img {
    max-height: 185px;
}
.custTitlesContainer {
    text-align: center;
    margin-top: 25px;  
}
.custTopNavContainer {
    background-color: #1B0A2A;
    margin-top: 2px;
}
.custTopNavContainer a, .custLinkText {
    color: #ffffff !important;   
}
.custNavbar a, .custLinkText {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 500;
}
.navbar-nav > li > a, .custLinkText {
    padding-top: 12px;
    padding-bottom: 15px;  
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #380B61;
}
.navbar-default .icon-bar {
    background-color: #ffffff !important;
}
.custNavbar li:hover {
    background-color: #380B61;
}
.custBullet {
    text-align: center;    
    color: #ffffff;
    margin: 5px 0px 8px 0px;
    padding: 8px 9px 9px 9px;
    font-family: 'Bangers', cursive;
    font-size: 19px; 
    background-color: #6e6e6e; /* fallback */
	background:
		linear-gradient(135deg, transparent 10px, #6e6e6e 0) top left,
		linear-gradient(225deg, transparent 0px, #6e6e6e 0) top right,
		linear-gradient(315deg, transparent 0px, #6e6e6e 0) bottom right,
		linear-gradient(45deg,  transparent 10px, #6e6e6e 0) bottom left;
	background-size: 52% 52%;
	background-repeat: no-repeat;
}
.custHeaderMsg {
    font-family: 'Bangers', cursive;
    font-size: 14px;
    max-width: 250px;
    background-color: #e6e217;
    color: #303030;
    border: 3px solid #777;
    padding: 2px 4px 0px 4px;
    border-radius: 25%;
}
.custHeaderMsgContact {
    font-family: 'Bangers', cursive;
    font-size: 14px;
    max-width: 250px;
    background-color: #00ff00;
    color: #303030;
    border: 3px solid #777;
    padding: 2px 4px 0px 4px;
    border-radius: 25%;
}
.custHomeCalcBtn {
    
}
.custHomeArea {
    text-align: center;  
}
.custHomeArea h2 {
    font-size: 24px;
}
.custOtherHomeBtn div {
    margin: 36px 0px 16px 0px;
}
.custBbcEngine {
    border-radius: 25%;
}
.custHomeBlurb {
    margin-top: 25px;
}
.custHpIndexArea, .custCrIndexArea, .custContactArea {
    text-align: center;
}
.custFont10px {
    font-size: 10px;
}
.custFont12px {
    font-size: 12px;
}
body .custTopContainerXs {
    margin: 0;
}
/*##### contact floater ####################################*/
@keyframes FadeIn {
    0% {
        background-color: #fff;
    }
    50% {
        background-color: #00ff00;
    }
}
@-webkit-keyframes FadeIn { /* Safari 4.0 - 8.0 */
    0% {
        background-color: #fff;
    }
    50% {
        background-color: #00ff00;
    }
}
.custContactFloater {
    font-family: 'Permanent Marker', cursive;
    position: fixed;
    bottom: 2%;
    left: 2%;
    width: 194px;
    min-height: 76px;
    border-radius: 4px;
    background-color: #73BCEA;
    font-size: 15px;
    padding: 7px 4px 4px 4px;
    z-index: 99999;
    animation: FadeIn 2.0s ease-in-out forwards;
    -webkit-animation-name: FadeIn; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    text-align: center;
    line-height: .95;
}
.custCloseContactFloater:hover {
    cursor: pointer;
}
.custCloseContactFloater {
    float: right;
    margin-right: 4px;
    font-size: 20px;
    font-weight: bolder;
}
.custFloaterMsg1 {
    
}
.custFloaterMsg2 a {
    font-size: 20px;
}
.custContactTextArea textarea {
    min-width: 300px;
}
.custEmailSuccessMsg {
    color: green;
    font-weight: bolder;
}
/*##### END contact floater ####################################*/
.custDynamicArea {
    background-color: #c2c2c2;
    padding: 1px 16px 6px 16px;
    border-radius: 4px;
}
.custCalcCrFormArea div {
    margin-bottom: 20px;
}
.custIvcText {
    font-size: 13px;
}
.custMostCams {
    font-weight: bolder;
    color: darkred;
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Non-Mobile First Method  ==========*/
/* lg LARGE - Big Desktops */
@media only screen and (min-width : 1200px) {
    .custPoints {
            margin-top: 22px;
        }
        .custNavbar ul {
            margin-left: 16% !important;
            margin-right: 16% !important;
        }
    }
	/* md MEDIUM - Desktops */
	@media only screen and (min-width : 992px) and (max-width : 1199px) {
        .custSloganTitle {   
            font-size: 25px !important;
        }
        .custGoFastTitle {
            font-size: 42px !important;
        }
        .custPoints {
            margin-top: 8px;
        }
        .custBullet {
            font-size: 16px;
	    }
        .custNavbar ul {
            margin-left: 8% !important;
            margin-right: 8% !important;
        }
	}
	/* sm SMALL - Tablets */
	@media only screen and (min-width: 768px) and (max-width : 991px) {
        .custSloganTitle {   
            font-size: 19px !important;
        }
        .custGoFastTitle {
            font-size: 33px !important;
        }
        .custBullet {
            font-size: 14px;
            /*padding: 1px 3px 0px 3px;*/
	    }
        .custNavbar a {
            font-size: 15px;
            font-weight: 500;
        }
        .custHeadImage img {
            margin: 2px 0px 2px 0px;
            max-height: 150px;
            max-width: 150px;
	    }
        .custTitlesContainer {
            margin-top: 17px;
	    }
	}
	/* xs EXTRA SMALL - Phones */
    @media only screen and (max-width : 767px) {
        .custSloganTitle {   
            font-size: 19px !important;
        }
        .custGoFastTitle {
            font-size: 29px !important;
        }
        .custTitlesContainer {
            margin-top: 0px;  
        }  
        .custNavbar li {
            border-bottom: 1px solid white;
        }
        .custNavbar li:last-child {
            border-bottom: none;
        }
        h1 {
            font-size: 20px;
        }
        h2 {
            font-size: 17px;
        }
        article .row {
            margin-left: 0px;
            margin-right: 0px;
        }
        article .btn-lg {
            padding: 10px 4px 10px 4px;
        }
        .custContactFloater {
            bottom: 20%;
            left: 1%;
            width: 165px;
            min-height: 62px;
            font-size: 13px;
            padding: 4px 2px 2px 2px;
        }
        .custCloseContactFloater {
            
        }
        .custFloaterMsg1 {
    
        }
        .custFloaterMsg2 a {
            font-size: 17px;
        }
    }
/*==================================================
=        END Bootstrap 3 Media Queries             =
==================================================*/

/***CSS FOR JQUERY VALIDATION CLASS ERROR*/
.error {
    color: red;
    font-weight: bolder;
}
