* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
	color: #333;
	background: #ccc url(../img/page_bg-gray.jpg) center bottom no-repeat;
	background-size: cover;
	min-height: 100vh;
	width: 100vw;
	overflow-x: hidden;
	overflow-y: auto;
}

#page {
	min-height: 100vh;
}

#primary {
	margin: 40px 0;
}

header .site-title a,
#logo {
	width: 110px;
	height: 25px;
	background: url(../img/carnow_logo.png) left top no-repeat;
	background-size: 110px 25px;
	text-indent: -300em;
	overflow: hidden;
	display: block;
}



/* OEM picker */

.corner_select .oem_selector {
	position: absolute; 
	bottom: 0; 
	right: 0; 
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	z-index: 999;
	opacity: .1;
	font-size: 10px;
}

.oem_ctrl.active .oem_selector,
.oem_selector:hover {
	opacity: 1;
}





/* layout */

#wrapper {
	width: 100%;
}

/* header */

header#masthead,
#header_wrapper {
	background: #4f9ff3;
	background: linear-gradient(0deg, #4f9ff3 0%, #81baf6 100%);
	border-bottom: 1px solid #274f79;
	padding: 10px 20px;
	min-height: 50px;
}

header .site-branding {
	width: 20%;
	float: left;
}

#header_wrapper .nav {
	
}


/* navigation */

/* hide nav from select/clear pages */
body.page-template-template-select_oem #site-navigation,
body.page-template-template-clear_oem #site-navigation {
	visibility: hidden;
}

#nav_wrapper {
	position: absolute;
	right: 20px;
}

#site-navigation {
	width: auto;
	max-height: 35px;
    display: block;	
    float: right;
	margin-top: 5px;
}

#site-navigation li {
	list-style-type: none;
	display: inline-block;
	margin: 0;
}

#site-navigation a,
#nav_wrapper a {
	font-size: 20px;
	font-weight: bold;
	color: #b9d6fa;
	border-bottom: 3px solid transparent;
	margin-left: 40px;
    height: 38px;
    display: inline-block;
}

#site-navigation li.current-menu-item a,
#nav_wrapper a.selected {
	color: #274f79;
	border-color: #274f79;
}

#site-navigation a:hover,
#nav_wrapper a:hover {
	text-decoration: none !important;
	color: #274f79;
}


/* main */

#content {
	margin: 50px 0;
}

p {
	margin-bottom: 10px;
}

ul, ol {
	margin-left: 25px;
}

.price_module {
    position: absolute;
    top: 20vh;
    z-index: 5;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

.row2 .price_module {
    top: 55vh;
}

.price_module.open {
	z-index: 50;
	top: 15vh;
	Xmin-height: 50vh;
}

.price_module .section_header,
.price_module .section_footer {
	position: relative;
	background: #666;
	color: #fff;
	font-size: 30px;
	line-height: 1.2em;
	font-weight: 600;
	border-radius: 5px;
	margin: 0 20px;
	padding: 10px;
	text-align: center;
	box-shadow: 0 3px 7px rgba(0, 0, 0, .4);
	z-index: 5;
}

.price_module .section_footer {
	font-size: 15px;
    text-transform: uppercase;
    padding: 10px 5px;
	min-height: 40px;
    margin-top: -22px;
}

.price_module .text_wrapper {
	position: relative;
	background: #fff;
	box-shadow: 0 5px 7px rgba(0, 0, 0, .4);
	font-size: 18px;
	border-radius: 10px;
	border: 2px solid #666;
	margin-top: -30px;
	padding: 40px 20px 50px 20px;
	z-index:4;
}

.price_module .text_wrapper .text {
	height: 1px;
	overflow: hidden;
    -webkit-transition: height .25s ease;
       -moz-transition: height .25s ease;
        -ms-transition: height .25s ease;
         -o-transition: height .25s ease;
            transition: height .25s ease;
}

.price_module.open .text_wrapper .text {
	height: 50vh;
	max-height: 500px;
	overflow: auto;
}

h2,
.prod_info_text .price,
.price_module .price {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 30px;
	font-weight: 1.3em;
    -webkit-transition: margin .25s ease;
       -moz-transition: margin .25s ease;
        -ms-transition: margin .25s ease;
         -o-transition: margin .25s ease;
            transition: margin .25s ease;
}

.price_module.open .price {
	margin-top: 0;
}

#prod_popup .price {
	margin-top: 10px;
}


.price_module .button_wrap {
	margin-top: 20px;
}

.price_module.disabled {
	filter: grayscale(100%);
	opacity: .3;
}



#messagenow.price_module {
	left: 0;
}
#messagenow.price_module .section_header,
#messagenow.price_module .section_footer {
	background-color: #538fd8;
}
#messagenow.price_module .text_wrapper {
	border-color: #538fd8;
}
h2,
#messagenow.price_module .price,
.prod_info.info-messagenow .price {
	color: #538fd8;
}
.prod_info.info-messagenow .bg_photo {
	background-image: url(../img/photo1.jpg);
	background-position: center center !important;
}

#pricenow.price_module {
	left: 25%;
}
#pricenow.price_module .section_header,
#pricenow.price_module .section_footer {
	background-color: #546c89;
}
#pricenow.price_module .text_wrapper {
	border-color: #546c89;
}
h2,
#pricenow.price_module .price,
.prod_info.info-pricenow .price {
	color: #546c89;
}
.prod_info.info-pricenow .bg_photo {
	background-image: url(../img/photo2.jpg);
	background-position: right bottom !important;
}

#buynow.price_module {
	left: 50%;
}
.prod_info.info-buynow .prod_info_title,
#buynow.price_module .section_header,
#buynow.price_module .section_footer {
	background-color: #293b69;
}
#buynow.price_module .text_wrapper {
	border-color: #293b69;
}
h2,
#buynow.price_module .price,
.prod_info.info-buynow .price {
	color: #293b69;
}
.prod_info.info-buynow .bg_photo {
	background-image: url(../img/photo3.jpg);
}

#searchnow.price_module {
	left: 75%;
}
.prod_info.info-searchnow .prod_info_title,
#searchnow.price_module .section_header,
#searchnow.price_module .section_footer {
	background-color: #141e34;
}
#searchnow.price_module .text_wrapper {
	border-color: #141e34;
}
h2,
#searchnow.price_module .price,
.prod_info.info-searchnow .price {
	color: #141e34;
}
.prod_info.info-searchnow .bg_photo {
	background-image: url(../img/photo1.jpg);
	background-position: center center !important;
}

#convertnow.price_module {
	left: 12.5%;
}
.prod_info.info-convertnow .prod_info_title,
#convertnow.price_module .section_header,
#convertnow.price_module .section_footer {
	background-color: #8f8f8f;
}
#convertnow.price_module .text_wrapper {
	border-color: #8f8f8f;
}
h2,
#convertnow.price_module .price,
.prod_info.info-convertnow .price {
	color: #8f8f8f;
}
.prod_info.info-convertnow .bg_photo {
	background-image: url(../img/photo2.jpg);
	background-position: right bottom !important;
}

#upnow.price_module {
	left: 37.5%;
}
.prod_info.info-upnow .prod_info_title,
#upnow.price_module .section_header,
#upnow.price_module .section_footer {
	background-color: #666666;
}
#upnow.price_module .text_wrapper {
	border-color: #666666;
}
h2,
#upnow.price_module .price,
.prod_info.info-upnow .price {
	color: #666666;
}
.prod_info.info-upnow .bg_photo {
	background-image: url(../img/photo3.jpg);
}

#schedulenow.price_module {
	left: 62.5%;
}
.prod_info.info-schedulenow .prod_info_title,
#schedulenow.price_module .section_header,
#schedulenow.price_module .section_footer {
	background-color: #333333;
}
#schedulenow.price_module .text_wrapper {
	border-color: #333333;
}
h2,
#buynow.price_module .price,
#schedulenow.price_module .price {
	color: #333333;
}
.prod_info.info-schedulenow .bg_photo {
	background-image: url(../img/photo1.jpg);
	background-position: center center !important;
}



#package-essentials.price_module {
	left: 12.5%;
}
.prod_info.info-essentials .prod_info_title,
#package-essentials.price_module .section_header,
#package-essentials.price_module .section_footer {
	background-color: #666666;
}
#package-essentials.price_module .text_wrapper {
	border-color: #666666;
}
#package-essentials h2,
#package-essentials.price_module .price,
.prod_info.info-essentials .price {
	color: #666666;
}
.prod_info.info-essentials .bg_photo {
	background-image: url(../img/photo3.jpg);
}

#package-pro.price_module {
	left: 37.5%;
}
.prod_info.info-pro .prod_info_title,
#package-pro.price_module .section_header,
#package-pro.price_module .section_footer {
	background-color: #538fd8;
}
#package-pro.price_module .text_wrapper {
	border-color: #538fd8;
}
#package-pro h2,
#package-pro.price_module .price,
.prod_info.info-pro .price {
	color: #538fd8;
}
.prod_info.info-pro .bg_photo {
	background-image: url(../img/photo1.jpg);
	background-position: center center !important;
}

#package-enterprise.price_module {
	left: 62.5%;
}
.prod_info.info-enterprise .prod_info_title,
#package-enterprise.price_module .section_header,
#package-enterprise.price_module .section_footer {
	background-color: #293b69;
}
#package-enterprise.price_module .text_wrapper {
	border-color: #293b69;
}
#package-enterprise h2,
#package-enterprise.price_module .price,
.prod_info.info-enterprise .price {
	color: #293b69;
}
.prod_info.info-enterprise .bg_photo {
	background-image: url(../img/photo2.jpg);
	background-position: right bottom !important;
}


.row1 .package_module {
    top: 25vh;
}

.package_module,
.package_module.open {
	text-align: center;
	overflow: auto;
	height: auto !important;
	min-height: 25vh !important;
}

.package_module .text_wrapper .text,
.package_module.open .text_wrapper .text {
	text-align: center;
	height: 25vh;
	position: relative;
}

.package_module .text_wrapper .text .button_wrap {
	position: absolute;
	width: 100%;
	margin: 0;
	bottom: 20px;
}

.package_module.open .price {
	margin-top: 20px;
}

.savings {
	margin-top: 20px;
	font-size: 28px;
	line-height: 1.2em;
	font-weight: bold;
	color: #339900;
}





#modal_bg {
	background: rgba(0,0,0,.7);
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	display: none;
}

#modal_bg.active {
	display: block;
}


.btn {
	border-radius: 20px;
	font-size: 20px;
	text-transform: uppercase;
	border: none;
	width: 100%;
	color: #fff !important;
}

.enroll_form input[type="submit"],
.btn.btn-primary {
	background-color: #f29a38;
}

.enroll_form input[type="submit"] {
	border-radius: 30px;
	padding: 10px 50px;
}



#prod_popup {
	position: relative;
	box-shadow: 0 0 25px rgba(0, 0, 0, .7);
	border-radius: 20px;
	overflow: hidden;

    position: absolute;
    top: 5vh;
    left: 5vw;
    width: 90vw;
    height: 90vh;
    z-index: 100;

	display: none;
}

#prod_popup.active {
	display: block;
}

.prod_info {
	display: none;
	width: 100%;
	height: 100%;
}

.prod_info.active {
	display: table;
}



#prod_popup .close_popup {
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
	display: block;
	background: url(../img/close-x.png) center center no-repeat;;
	background-size: 32px 32px;
	height: 32px;
	width: 32px;
	text-indent: -300em;
	overflow: hidden;
}

.prod_info .prod_info_title {
	position: relative;
	z-index: 1;
	background: #666;	
	color: #fff;
	padding: 15px 50px 25px 50px;;
	font-size: 90px;
	font-weight: 700;
	letter-spacing: -4px;
}

.prod_info .prod_info_title span {
	padding-left: 20px;
	font-size: 66px;
	font-weight: 300;
	letter-spacing: -2px;
}

.prod_info .prod_info_text {
	background: #fff;
}

.prod_info .prod_info_text,
.prod_info .prod_info_text .container,
.prod_info .prod_info_text .container-fluid,
.prod_info .prod_info_text .row {
	height: 100%;
}

.prod_info .prod_info_text .text_padding {
	padding: 30px 50px;
}

.prod_info .prod_info_text .bg_photo {
	background-color: #666;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}

.prod_info .prod_info_text .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.prod_info .prod_info_text .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

h2,
.prod_info_text .price {
	margin: 0 0 20px 0;
	font-size: 40px;
	text-align: left;
}

.prod_info_text {
	font-size: 22px;
	line-height: 1.3em;
}

.prod_info .prod_info_text .button_wrap {
	display: none;
}

.info_links {
	margin-bottom: 40px;
}

.info_links .link_cols {
	 column-count: 2;
}

.info_links > div,
.info_links .link_cols > div {
	margin-bottom: 10px;
}

.info_links .icon {
	background: left top no-repeat;
	background-size: 28px 28px;
	padding-left: 32px;
	min-height: 28px;
}

.info_links .icon-info {
	background-image: url(../img/icon-info.png);
}

.info_links .icon-pdf {
	background-image: url(../img/icon-pdf.png);
}

.info_links .icon-youtube {
	background-image: url(../img/icon-youtube.png);
}

.info_links .icon-link,
.info_links .icon-demo {
	background-image: url(../img/icon-demo.png);
}

.mn_price {
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 1.2em;
	text-indent: -70px;
    padding-left: 70px;
}

.mn_price span {
	width: 70px;
	font-weight: bold;
	display: block;
	float: left;
}






/* enroll form */

.enroll_form .half_col {
	width: 50%;
	float: left;
}

.enroll_form .half_col:nth-child(odd),
.enroll_form .full_col {
	clear: both;
}

.enroll_form select,
.enroll_form textarea,
.enroll_form input {
	width: 90% !important;
}

.enroll_form input.narrow {
	width: 30% !important;
}

.enroll_form input[type="radio"] {
	width: 20px !important;
	height: 16px;
}

.enroll_form select {
	height: 40px;
	background: #fff;
	margin: 6px 0;
	border: 1px solid #ccc;
}

.enroll_form input[type="checkbox"],
.enroll_form input[type="submit"] {
	width: auto !important;
}

.enroll_form input[type="submit"] {
	padding: 10px 30px;
}

textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url], input[type=number], input[type=tel], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=time], input[type=week] {
    padding: .5em;
    margin: .4em 0;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background-color: #fff;
    border: 1px solid #ccc;
}

.enroll_form #prod_list {
	margin-bottom: 30px;
}

.enroll_form #prod_list span.wpcf7-list-item {
    display: inline-block;
    margin: 5px 30px 10px 0;
    width: 220px;
}

.enroll_form .wpcf7-form-control-wrap.terms .wpcf7-list-item {
	margin: 20px 0;
}

@media screen and (max-width: 640px) {
	
	.enroll_form .half_col {
		width: auto;
		float: none;
	}

}




/* footer */

#footer_wrapper {
}


/* links */

a, a:link, a:visited {
	color: #538fd8;
}

a:hover, a:active {
	color: #293b69;
}

.edit-link {
	display: none !important;
}





/* full screen styles */
@media screen and (min-width: 961px) {
	
}


/* medium screen styles */
@media screen and (max-width: 960px) {
	
	#site-navigation a, #nav_wrapper a {
		font-size: 16px;
	    margin-left: 20px;
	}
	
}


/* vertical iPad styles */
@media screen and (max-width: 960px) and (orientation: portrait) {

}


/* mobile screen styles */

@media screen and (max-width: 700px) {
		
	#site-navigation a, #nav_wrapper a {
		font-size: 12px;
	    margin-left: 10px;
	}

}

@media screen and (max-width: 510px) {
		
	header .site-branding,
	#site-navigation {
		float: none;
		width: auto;
		display: block;
	}

	#site-navigation a, #nav_wrapper a {
	    margin-left: 0;
	    margin-right: 10px;
	}
	
	#primary-menu {
		margin: 0;
	}
	
	#site-navigation a, #nav_wrapper a {
		height: auto;
	}

}
