@charset "UTF-8";
/* CSS Document */


/* HEADER --------------------*/


#header_wrapper
{
	position: relative;
	width: 90%;
	max-width: 1100px;
	padding: 0 0 20px 0;
	margin: 0 auto 0 auto;
}

#header
{
	position: relative;
	width: 100%;
	padding-top: 1px;
	margin: -1px 0 0 0;
}

#logo
{
	float: left;
	width: 250px;
	margin: 0 0 0 0;
}

#strapline
{
	float: left;
	font-family: 'Muli', sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 100%;
	color: #B2B2B2;
	margin: 86px 0 0 40px;
}

#strapline span
{
	color: #3C3C3B;
}

#header_rightcol
{
	float: right;
	width: ;
	margin: 46px 0 0 0;
}

#social_icons
{
	position: relative;
	width: ;
	margin: 0 0 0 0;
}

a.linkedin_icon
{
	float: right;
    display: block;
    width: 30px;
    height: 30px;
    text-decoration: none;
    outline: none;
    background: url(../images/linkedin_icon.png);
    margin: 0 0 0 0;
}

a.linkedin_icon:hover
{
    background-position: -30px 0;	
}

a.facebook_icon
{
	float: right;
    display: block;
    width: 30px;
    height: 30px;
    text-decoration: none;
    outline: none;
    background: url(../images/facebook_icon.png);
    margin: 0 4px 0 0;
}

a.facebook_icon:hover
{
    background-position: -30px 0;	
}

a.twitter_icon
{
	float: right;
    display: block;
    width: 30px;
    height: 30px;
    text-decoration: none;
    outline: none;
    background: url(../images/twitter_icon.png);
    margin: 0 4px 0 0;
}

a.twitter_icon:hover
{
    background-position: -30px 0;	
}

#number
{
	position: relative;
	width: ;
	font-family: 'Muli', sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 100%;
	text-align: right;
	color: #3C3C3B;
	margin: 10px 0 0 0;
}

#number span
{
	color: #B2B2B2;
}

#number a
{
	text-decoration: none;
	color: #3C3C3B;
}

/* MENU ----------*/

#menu
{
	position: relative;
	width: 100%;
	margin: 20px 0 0 0;
}

#menu ul li
{
	list-style: none;
	float: left;
	width: 14.28%;
	border-top: solid 1px #EDEDED;
	border-right: solid 1px #EDEDED;
	border-bottom: solid 1px #EDEDED;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0 0 0 0;
}

#menu ul li.first_item
{
	border-left: solid 1px #EDEDED;
	border-top-left-radius: 8px; 
	-moz-border-top-left-radius: 8px; 
	-webkit-border-top-left-radius: 8px; 
	-khtml-border-top-left-radius: 8px;
	border-bottom-left-radius: 8px; 
	-moz-border-bottom-left-radius: 8px; 
	-webkit-border-bottom-left-radius: 8px; 
	-khtml-border-bottom-left-radius: 8px;
}

#menu ul li a.first_item
{
	border-top-left-radius: 8px; 
	-moz-border-top-left-radius: 8px; 
	-webkit-border-top-left-radius: 8px; 
	-khtml-border-top-left-radius: 8px;
	border-bottom-left-radius: 8px; 
	-moz-border-bottom-left-radius: 8px; 
	-webkit-border-bottom-left-radius: 8px; 
	-khtml-border-bottom-left-radius: 8px;
}

#menu ul li.last_item, #menu ul li a.last_item
{
	border-top-right-radius: 8px; 
	-moz-border-top-right-radius: 8px; 
	-webkit-border-top-right-radius: 8px; 
	-khtml-border-top-right-radius: 8px;
	border-bottom-right-radius: 8px; 
	-moz-border-bottom-right-radius: 8px; 
	-webkit-border-bottom-right-radius: 8px; 
	-khtml-border-bottom-right-radius: 8px;
}

#menu ul li a
{
	display: block; 
	width: 100%;
	background: #fff;
	text-decoration: none;
	font-family: 'Muli', sans-serif;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 100%;
	text-align: center;
	color: #4C4D4F;
	padding: 10px 0;
	margin: 0 0 0 0;
}

#menu ul li a:hover
{
	background: #F6F6F6;
	text-decoration: none;
}

#menu ul li.dropit-open a
{
	background: #F6F6F6;
	text-decoration: none;
}

#menu .nav li ul
{
	position: absolute;
	z-index: 9999;
	padding: 1px 0 0 0;
	margin: 0 0 0 -1px;
}

#menu .nav li ul li
{
	list-style: none;
	float: none;
	position: relative;
	width: 158px;
	border: solid 1px #EDEDED;
	border-top: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0 0 0 0;
}

#menu .nav li ul li.last_item, #menu .nav li ul li a.last_item
{
	border-radius: 0; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	-khtml-border-radius: 0;
    border-bottom-left-radius: 8px; 
	-moz-border-bottom-left-radius: 8px; 
	-webkit-border-bottom-left-radius: 8px; 
	-khtml-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px; 
	-moz-border-bottom-right-radius: 8px; 
	-webkit-border-bottom-right-radius: 8px; 
	-khtml-border-bottom-right-radius: 8px;
}

#menu .nav li ul li a
{
	display: block;
	background: #fff;
	text-decoration: none;
	font-family: 'Muli', sans-serif;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 100%;
	text-align: center;
	color: #4C4D4F;
	padding: 10px 0;
	margin: 0 0 0 0;
}

#menu .nav li ul li a:hover
{
	background: #F6F6F6;
	text-decoration: none;
}


/* MOBILE MENU ----------*/


#mobile_menu
{
	position: relative;
	width: 100%;
	font-family: 'Muli', sans-serif;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 100%;
	color: #4C4D4F;
	margin: 20px 0 0 0;
}

#mobile_menu_btn
{
	width: 96.38%;
	background: url(../images/burger_btn.png) #EDEDED;
	background-repeat: no-repeat;
	background-position: 98.19% 50%;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-khtml-border-radius: 8px;
	padding: 10px 1.81%;
	cursor: pointer;
}

#mobile_menu_btn:hover 
{
	width: 96.38%;
	background: url(../images/burger_btn_hover.png) #B2B2B2;
	background-repeat: no-repeat;
	background-position: 98.19% 50%;
	color: #fff;
	padding: 10px 1.81%;
	cursor: pointer;
}

#mobile_menu_dropdown
{
	display: none;
	position: relative;
	width: 100%;
	margin: 0 0 0 0;
	z-index: 9999;
}

#mobile_menu_dropdown li
{
	list-style: none;
	position: relative;
	width: 100%;
	border-bottom: solid 1px #EDEDED;
	font-family: 'Muli', sans-serif;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 100%;
	text-align: center;
	color: #4C4D4F;
	margin: 0 0 0 0;
}

#mobile_menu_dropdown li.dropdown_title
{
	background: #F6F6F6;
	color: #4C4D4F;
	padding: 10px 0;
}

#mobile_menu_dropdown li a
{
	display: block;
	background: #F6F6F6;
	text-decoration: none;
	color: #4C4D4F;
	padding: 10px 0;
}

#mobile_menu_dropdown li.sub_item a
{
	background: #EDEDED;
}

#mobile_menu_dropdown li a.first_item
{
	border-top-left-radius: 8px; 
	-moz-border-top-left-radius: 8px; 
	-webkit-border-top-left-radius: 8px; 
	-khtml-border-top-left-radius: 8px;
	border-top-right-radius: 8px; 
	-moz-border-top-right-radius: 8px; 
	-webkit-border-top-right-radius: 8px; 
	-khtml-border-top-right-radius: 8px;
}

#mobile_menu_dropdown li.last_item
{
	border-bottom: 0;
}

#mobile_menu_dropdown li a.last_item
{
	border-bottom-left-radius: 8px; 
	-moz-border-bottom-left-radius: 8px; 
	-webkit-border-bottom-left-radius: 8px; 
	-khtml-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px; 
	-moz-border-bottom-right-radius: 8px; 
	-webkit-border-bottom-right-radius: 8px; 
	-khtml-border-bottom-right-radius: 8px;
}

#mobile_menu_dropdown li a:hover
{
	display: block;
	background: #4C4D4F;
	text-decoration: none;
	color: #fff;
	padding: 10px 0;
}


/* ESTIMATE CTA --------------------*/


#estimate_cta_wrapper
{
	position: relative;
	width: 100%;
	border-top: solid 1px #EDEDED;
	border-bottom: solid 1px #EDEDED;
	margin: 0 0 0 0;
}

#estimate_cta
{
	position: relative;
	width: 90%;
	max-width: 1100px;
	padding: 20px 0;
	margin: 0 auto 0 auto;
}

#estimate_cta_text
{
	float: left;
	font-family: 'Muli', sans-serif;
	font-size: 1.25em;
	font-weight: 400;
	line-height: 100%;
	color: #3C3C3B;
	margin: 6px 0 0 0;
}

#estimate_cta_text a
{
	text-decoration: none;
	color: #3C3C3B;
	cursor: text;
}

#estimate_cta_text a span
{
	color: #B2B2B2;
}

#estimate_cta_link
{
	float: right;
	width: 23.63%;
	margin: 0 0 0 0;
}

#estimate_cta_link a
{
	display: block;
	background: url(../images/arrow.png) #4C4D4F;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-khtml-border-radius: 8px;
	text-decoration: none;
	font-family: 'Muli', sans-serif;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 100%;
	color: #fff;
	padding: 10px 7.69%;
	margin: 0 0 0 0;
}

#estimate_cta_link a:hover
{
	background: url(../images/arrow_hover.png) #5B5B5B;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	text-decoration: none;
	color: #fff;
}


/* MAIN SLIDER --------------------*/


#main_slider_wrapper
{
	position: relative;
	width: 100%;
	border-bottom: solid 1px #EDEDED;
	margin: 0 0 0 0;
}

#main_slider
{
	position: relative;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 0 auto;
}

.slide_caption_absolute_wrapper
{
	position: absolute;
	top: 50%;
	width: 100%;
	height: 56px;
	margin: -28px 0 0 0;
}

.slide_caption_absolute_wrapper2
{
	position: absolute;
	top: 50%;
	width: 100%;
	height: 112px;
	margin: -56px 0 0 0;
}

.slide_caption_wrapper
{
	position: relative;
	width: 100%;
	margin: 0 0 0 0;
}

.slide_caption
{
	float: left;
	width: 92.73%;
	font-family: Muli, sans-serif;
	font-size: medium;
	font-weight: 400;
	line-height: 140%;
	color: #FFFFFF;
	margin: 0 0 0 7.27%;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
}

.slide_caption span
{
	color: #3C3C3B;
}

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}

p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

ul.bjqs-controls{list-style:none; position: absolute; bottom: 62px; width: 100%; margin:0; padding:0; z-index:9999;}
ul.bjqs-controls.v-centered li.bjqs-next a{position:absolute; right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{position:absolute; right:44px;}

ul.bjqs-controls.v-centered li.bjqs-next a, ul.bjqs-controls.v-centered li.bjqs-prev a
{
	display: block;
	background: #fff;
	width: 42px;
	height: 42px;
	border: solid 1px #4C4D4F;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-decoration: none;
	margin: 0 0 0 0;
}

ul.bjqs-controls.v-centered li.bjqs-next a
{
	background: url(../images/slider/next.png) #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-top-right-radius: 8px; 
	-moz-border-top-right-radius: 8px; 
	-webkit-border-top-right-radius: 8px; 
	-khtml-border-top-right-radius: 8px;
	border-bottom-right-radius: 8px; 
	-moz-border-bottom-right-radius: 8px; 
	-webkit-border-bottom-right-radius: 8px; 
	-khtml-border-bottom-right-radius: 8px;
}

ul.bjqs-controls.v-centered li.bjqs-prev a
{
	background: url(../images/slider/prev.png) #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-top-left-radius: 8px; 
	-moz-border-top-left-radius: 8px; 
	-webkit-border-top-left-radius: 8px; 
	-khtml-border-top-left-radius: 8px;
	border-bottom-left-radius: 8px; 
	-moz-border-bottom-left-radius: 8px; 
	-webkit-border-bottom-left-radius: 8px; 
	-khtml-border-bottom-left-radius: 8px;
}

ul.bjqs-controls.v-centered li.bjqs-next a:hover
{
	background: url(../images/slider/next.png) #F6F6F6;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-decoration: none;
	color: #4C4D4F;
}

ul.bjqs-controls.v-centered li.bjqs-prev a:hover
{
	background: url(../images/slider/prev.png) #F6F6F6;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-decoration: none;
	color: #4C4D4F;
}


/* STANDARD TEXT WRAPPER --------------------*/


#standard_text_wrapper
{
	position: relative;
	width: 90%;
	max-width: 1100px;
	padding: 20px 0;
	margin: 0 auto 0 auto;
}

#standard_text_wrapper h1, #standard_text_wrapper h2
{
	position: relative;
	font-family: 'Muli', sans-serif;
	font-size: 1.25em;
	font-weight: 400;
	line-height: 100%;
	color: #B2B2B2;
	margin: 0 0 10px 0;
}

#standard_text_wrapper h1.margin20, 
#standard_text_wrapper h2.margin20
{
	margin: 0 0 20px 0;
}

#standard_text_wrapper h2.sub_heading
{
	position: relative;
	font-family: 'Muli', sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 140%;
	color: #3C3C3B;
	margin: 0 0 10px 0;
}

#standard_text_wrapper li
{
	list-style: disc;
	font-family: 'Muli', sans-serif;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 140%;
	color: #4C4D4F;
	margin: 0 0 10px 13px;
}

#standard_text_wrapper .intro_text
{
	position: relative;
	font-family: 'Muli', sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 140%;
	color: #3C3C3B;
}

#standard_text_wrapper .intro_text a
{
	text-decoration: none;
	color: #B2B2B2;
}

#standard_text_wrapper .intro_text a:hover
{
	text-decoration: none;
	color: #3C3C3B;
}

#standard_text_leftcol
{
	float: left;
	width: 49.09%;
	margin: 0 0 0 0;
}

#standard_text_rightcol
{
	float: right;
	width: 49.09%;
	margin: 0 0 0 0;
}

#standard_text_rightcol2
{
	float: right;
	width: 49.09%;
	margin: 30px 0 0 0;
}

#standard_text_rightcol3
{
	float: right;
	width: 49.09%;
	margin: 40px 0 0 0;
}

#standard_text_rightcol3 a.cookies_link
{
	text-decoration: none;
	color: #B2B2B2;
}

#standard_text_rightcol3 a:hover.cookies_link
{
	text-decoration: none;
	color: #3C3C3B;
}


/* CTA WRAPPER --------------------*/


#cta_wrapper
{
	position: relative;
	width: 100%;
	background: #F6F6F6;
	margin: 0 0 0 0;
}

#cta_content
{
	position: relative;
	width: 90%;
	max-width: 1100px;
	padding: 20px 0;
	margin: 0 auto 0 auto;
}

#cta_content_leftcol
{
	float: left;
	width: 49.09%;
	background: #fff;
	border: solid 1px #EDEDED;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-bottom-left-radius: 8px; 
	-moz-border-bottom-left-radius: 8px; 
	-webkit-border-bottom-left-radius: 8px; 
	-khtml-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px; 
	-moz-border-bottom-right-radius: 8px; 
	-webkit-border-bottom-right-radius: 8px; 
	-khtml-border-bottom-right-radius: 8px;
	margin: 0 0 0 0;
}

#cta_content_rightcol
{
	float: right;
	width: 49.09%;
	background: #fff;
	border: solid 1px #EDEDED;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-bottom-left-radius: 8px; 
	-moz-border-bottom-left-radius: 8px; 
	-webkit-border-bottom-left-radius: 8px; 
	-khtml-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px; 
	-moz-border-bottom-right-radius: 8px; 
	-webkit-border-bottom-right-radius: 8px; 
	-khtml-border-bottom-right-radius: 8px;
	margin: 0 0 0 0;
}

#porsche_cta
{
	position: relative;
	width: 100%;
	background: #fff;
	border: solid 1px #EDEDED;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-bottom-left-radius: 8px; 
	-moz-border-bottom-left-radius: 8px; 
	-webkit-border-bottom-left-radius: 8px; 
	-khtml-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px; 
	-moz-border-bottom-right-radius: 8px; 
	-webkit-border-bottom-right-radius: 8px; 
	-khtml-border-bottom-right-radius: 8px;
	margin: 20px 0 0 0;
}


/* CTA WRAPPER - STYLES ----------*/

.cta_img
{
	float: left;
	width: 44.4%;
	margin: 0;
}

.cta_img img
{
	border-bottom-left-radius: 8px; 
	-moz-border-bottom-left-radius: 8px; 
	-webkit-border-bottom-left-radius: 8px; 
	-khtml-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px; 
	-moz-border-bottom-right-radius: 8px; 
	-webkit-border-bottom-right-radius: 8px; 
	-khtml-border-bottom-right-radius: 8px;
}

.cta_mobile_img
{
	position: relative;
	width: 100%%;
	margin: 0 0 0 0;
}

.cta_mobile_img img
{
	border-bottom-left-radius: 8px; 
	-moz-border-bottom-left-radius: 8px; 
	-webkit-border-bottom-left-radius: 8px; 
	-khtml-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px; 
	-moz-border-bottom-right-radius: 8px; 
	-webkit-border-bottom-right-radius: 8px; 
	-khtml-border-bottom-right-radius: 8px;
}

.cta_text
{
	float: right;
	width: 48.15%;
	padding: 3.7%;
	margin: 0 0 0 0;
}

.cta_text h2, .cta_text h3
{
	position: relative;
	font-family: 'Muli', sans-serif;
	font-size: 1.25em;
	font-weight: 400;
	line-height: 100%;
	color: #3C3C3B;
	margin: 0 0 10px 0;
}

.cta_link
{
	position: relative;
	width: 100%;
	margin: 20px 0 0 0;
}

.cta_link a
{
	display: block;
	background: url(../images/arrow.png) #4C4D4F;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-khtml-border-radius: 8px;
	text-decoration: none;
	font-family: 'Muli', sans-serif;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 100%;
	color: #fff;
	padding: 10px 7.69%;
	margin: 0 0 0 0;
}

.cta_link a:hover
{
	background: url(../images/arrow_hover.png) #5B5B5B;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	text-decoration: none;
	color: #fff;
}

.cta_text a.text_link
{
	text-decoration: none;
	color: #4C4D4F;
}

.cta_text a.text_link:hover
{
	text-decoration: none;
	color: #3C3C3B;
}

.porsche_cta_img
{
	float: left;
	width: 44.44%;
	margin: 0 0 0 0;
}

.porsche_cta_img img
{
	border-bottom-left-radius: 8px; 
	-moz-border-bottom-left-radius: 8px; 
	-webkit-border-bottom-left-radius: 8px; 
	-khtml-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px; 
	-moz-border-bottom-right-radius: 8px; 
	-webkit-border-bottom-right-radius: 8px; 
	-khtml-border-bottom-right-radius: 8px;
}

.porsche_cta_mobile_img
{
	position: relative;
	width: 100%%;
	margin: 0 0 0 0;
}

.porsche_cta_mobile_img img
{
	border-bottom-left-radius: 8px; 
	-moz-border-bottom-left-radius: 8px; 
	-webkit-border-bottom-left-radius: 8px; 
	-khtml-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px; 
	-moz-border-bottom-right-radius: 8px; 
	-webkit-border-bottom-right-radius: 8px; 
	-khtml-border-bottom-right-radius: 8px;
}

.porsche_cta_text
{
	float: right;
	width: 48.15%;
	padding: 3.7%;
	margin: 0 0 0 0;
}

.porsche_cta_text h2
{
	position: relative;
	font-family: 'Muli', sans-serif;
	font-size: 1.25em;
	font-weight: 400;
	line-height: 100%;
	color: #3C3C3B;
	margin: 0 0 10px 0;
}

.porsche_cta_text a
{
	text-decoration: none;
	color: #4C4D4F;
}

.porsche_cta_text a:hover
{
	text-decoration: none;
	color: #3C3C3B;
}


/* FOOTER --------------------*/


#footer
{
	position: relative;
	width: 90%;
	max-width: 1100px;
	font-family: 'Muli', sans-serif;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 100%;
	color: #4C4D4F;
	padding: 20px 0;
	margin: 0 auto 0 auto;
}

#footer a
{
	text-decoration: none;
	color: #4C4D4F;
}

#footer a:hover
{
	text-decoration: none;
	color: #3C3C3B;
}


/* TAGS & CLASSES --------------------*/

p
{
	font-family: 'Muli', sans-serif;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 140%;
	color: #4C4D4F;
}

strong
{
	font-weight: 700;
}

img 
{
	border : 0;
    max-width: 100%;
	height: auto;
}

.clearall
{
	clear: both;
}


/* iPad Landscape ----------- */
@media screen and (min-width : 1024px) {


/* MOBILE MENU ----------- */

#mobile_menu
{
	display: none;
}

#mobile_menu_dropdown, #mobile_menu_dropdown li
{
	display: none;
}
	

/* CTA WRAPPER ----------- */

.porsche_cta_mobile_img
{
	display: none;
}

		
}


/* iPad Landscape -1px ----------- */
@media screen and (max-width : 1023px) {


/* HEADER ----------- */

#logo
{
	width: 200px;
}

#strapline
{
	margin: 66px 0 0 40px;
}

#header_rightcol
{
	margin: 26px 0 0 0;
}

#number
{
	color: #B2B2B2;
}

#number span
{
	display: none;
}


/* MENU ----------*/

#menu
{
	display: none;
}


/* CTA WRAPPER --------------------*/

#cta_content_leftcol
{
	width: 100%;
}

#cta_content_rightcol
{
	width: 100%;
	margin: 20px 0 0 0;
}


/* CTA WRAPPER - STYLES ----------*/

.cta_img
{
	width: 26.06%;
}

.cta_text
{
	width: 69.6%;
	padding: 2.17%;
}

.cta_link
{
	width: 40.625%;
}

.porsche_cta_img
{
	display: none;
}

.porsche_cta_text
{
	width: 91.84%;
	padding: 4.42%;
}
	
	
}


/* 800 ----------- */
@media screen and (max-width : 820px) {


/* HEADER ----------- */

#strapline
{
	font-size: 0.9375em;
	margin: 67px 0 0 40px;
}

#header_rightcol
{
	margin: 27px 0 0 0;
}

#number
{
	font-size: 0.9375em;
}


/* ESTIMATE CTA --------------------*/

#estimate_cta_text a span
{
	display: none;
}
	
	
}


/* iPad Portrait -1px ----------- */
@media screen and (max-width : 767px) {


/* HEADER ----------- */

#strapline
{
	display: none;
}

#number
{
	font-size: 1em;
	color: #3C3C3B;
}

#number span
{
	display: inline-block;
}


/* STANDARD TEXT WRAPPER --------------------*/

#standard_text_leftcol
{
	float: none;
	position: relative;
	width: 100%;
}

#standard_text_rightcol, #standard_text_rightcol2, #standard_text_rightcol3
{
	float: none;
	position: relative;
	width: 100%;
	margin: 18px 0 0 0;
}


/* CTA WRAPPER - STYLES ----------*/

.cta_img
{
	width: 34.78%;
}

.cta_text
{
	width: 59.42%;
	padding: 2.9%;
}

.cta_link
{
	width: 63.41%;
}

.porsche_cta_mobile_img
{
	display: none;
}

.porsche_cta_img
{
	display: block;
	width: 34.78%;
}

.porsche_cta_text
{
	width: 59.42%;
	padding: 2.9%;
}


/* FOOTER --------------------*/

#footer
{
	line-height: 140%;
	text-align: center;
}
	
	
}


/*  ----------- */
@media screen and (min-width : 568px) {
	

.cta_mobile_img
{
	display: none;
}

	
}


/* iPhone Landscape -1px ----------- */
@media screen and (max-width : 567px) {


/* HEADER ----------- */
	
#logo
{
	float: none;
	position: relative;
	width: 250px;
	margin: 0 auto 0 auto;
}

#header_rightcol
{
	float: none;
	position: relative;
	width: 100%;
	margin: 20px 0 0 0;
}

#social_icons
{
	display: table;  
	position: relative;
	width: ;
	margin: 0 auto 0 auto;
}

a.twitter_icon, a.facebook_icon, a.linkedin_icon
{
	display: inline;
}

#number
{
	width: 100%;
	text-align: center;
}


/* MAIN SLIDER ----------- */

.slide_caption_absolute_wrapper
{
	height: 44px;
	margin: -22px 0 0 0;
}

.slide_caption_absolute_wrapper2
{
	height: 90px;
	margin: -45px 0 0 0;
}

.slide_caption
{
	width: 100%;
	font-size: 1em;
	margin: 0 0 0 0;
}

ul.bjqs-controls
{
	display: none;
}


/* ESTIMATE CTA --------------------*/

#estimate_cta_text
{
	float: none;
	position: relative;
	width: 100%;
	line-height: 140%;
	text-align: center;
	margin: 0 0 0 0;
}

#estimate_cta_text a
{
	text-decoration: none;
	color: #3C3C3B;
	cursor: pointer;
}

#estimate_cta_text a:hover
{
	text-decoration: none;
	color: #B2B2B2;
}

#estimate_cta_text a span
{
	display: inline-block;
}

#estimate_cta_text a:hover span
{
	color: #3C3C3B;
}

#estimate_cta_link
{
	display: none;
}


/* CTA WRAPPER - STYLES ----------*/

.cta_img
{
	display: none;
}

.cta_text
{
	float: none;
	position: relative;
	width: 92.16%;
	padding: 3.92%;
}

.cta_link
{
	width: 100%;
}

.cta_link a
{
	padding: 10px 4.25%;
}

.porsche_cta_mobile_img
{
	display: block;
}

.porsche_cta_img
{
	display: none;
}

.porsche_cta_text
{
	float: none;
	position: relative;
	width: 92.16%;
	padding: 3.92%;
}
	
	
}
