.newthankyoupage h3{ font-size: 30px; line-height: 40px; font-weight: 900; text-transform: uppercase; }
.newthankyoupage .content{
	padding: 40px 20px;
	max-width: 1024px;
	margin: 0 auto;
	width: 100%;
}
.pageContent .newthankyoupage .content {
    top: 0 !important;
}

.newthankyoupage-logo{
	text-align: center;
	margin-bottom: 30px;
}
.newthankyoupage-logo img{ display: inline-block; max-width: 360px; max-height: 260px; }

.newthankyoupage-contentText{
	margin-bottom: 40px;
	padding: 30px;
}
.newthankyoupage-contentText li{
	list-style: square;
	margin-left: 40px;
	padding-left: 0;
}
.newthankyoupage-contentText li:before,
.newthankyoupage-contentText li:after{ display: none; }

.newthankyoupage-choosePlan{
	background-color: #f6f6f6;
	border:1px solid #d4d4d4;
	border-radius: 20px;
	color: #000;
	padding: 30px;
	margin-bottom: 40px;
	text-align: center;
}
.newthankyoupage-choosePlan h2 strong{
	display: block;
	clear: both;
	text-transform: uppercase;
	font-weight: 900;
}

.planSelector{
	background-color: #fff;
	border:1px solid #d4d4d4;
	border-radius: 50px;
	position: relative;
	width: 260px; height: 50px;
	margin: 0 auto 30px auto;
}
.arrowD {
    position: absolute;
    top: 16px;
    right: 20px;
   -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
   	  -webkit-transition: all 0.2s ease-in-out;
		 -moz-transition: all 0.2s ease-in-out;
		   -o-transition: all 0.2s ease-in-out;
			  transition: all 0.2s ease-in-out;
}
.planSelector.active .arrowD {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 8px;
}
.selectedPlan{ text-align: left; padding: 0 20px; line-height: 50px; position: relative; z-index: 10;}
.planSelector ul{
	display: none;
	background-color: #fff;
	width: 100%;
	text-align:left;
	border-radius: 4px;
	border:1px solid #d4d4d4;
	margin-top: 8px;
	position: relative;
    z-index: 40;
}
.planSelector.active ul{ display: block; }
.planSelector ul li{ line-height: 40px; display: block; padding: 4px 16px; }
.planSelector ul li:hover{ background-color: #f0f0f0 !important; }

.isOffering{ text-align: center; margin-bottom: 40px;  }

.newthankyoupage-plans{}
.newthankyoupage-plan{
	display: none;
	font-size: 30px;
	padding: 0 20px 20px 20px;
}
.newthankyoupage-plan p{ display: block; clear: both; margin-bottom: 50px; }

.newthankyoupage-share{ margin-bottom: 50px; }
.newthankyoupage-share h3{ display: inline-block; border-bottom: 2px solid #000; position: relative; }
.newthankyoupage-share h3 span{
    position: absolute;
    top: 10px;
    right: -30px;
}
.social_share_box{
	padding-left: 0!important;
}
.social_share_box li{
	display: inline-block;
	width: 50px; height: 50px;
	list-style: none;
	margin: 0 20px;
	padding-left: 0!important;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	  -webkit-transition: all 0.3s ease-in-out;
		 -moz-transition: all 0.3s ease-in-out;
		   -o-transition: all 0.3s ease-in-out;
			  transition: all 0.3s ease-in-out;
}
.social_share_box li a{
	display: block;
	width: 50px; height: 50px;
	background-position: center top;
}
.social_share_box li:hover a{ background-position: center bottom; }

.social_share_box li.facebook a{text-indent: -9999px; background-image: url(https://res.cloudinary.com/display97/image/upload/q_auto,fl_lossy,f_auto/global/social_share_box-fb.png); }
.social_share_box li.facebook{
	background: #fff;
	-webkit-box-shadow: 0px 0px 0px 2px #3b5999;
	-moz-box-shadow: 0px 0px 0px 2px #3b5999;
	-o-box-shadow: 0px 0px 0px 2px #3b5999;
	box-shadow: 0px 0px 0px 2px #3b5999;
}
.social_share_box li.facebook:hover{ background: #3b5999; }

.social_share_box li.twitter a{text-indent: -9999px; background-image: url(https://res.cloudinary.com/display97/image/upload/q_auto,fl_lossy,f_auto/global/social_share_box-tw.png); }
.social_share_box li.twitter{
	background: #fff;
	-webkit-box-shadow: 0px 0px 0px 2px #55acee;
	-moz-box-shadow: 0px 0px 0px 2px #55acee;
	-o-box-shadow: 0px 0px 0px 2px #55acee;
	box-shadow: 0px 0px 0px 2px #55acee;
}
.social_share_box li.twitter:hover{ background: #55acee; }

.social_share_box li.google a{text-indent: -9999px; background-image: url(https://res.cloudinary.com/display97/image/upload/q_auto,fl_lossy,f_auto/global/social_share_box-gp.png); }
.social_share_box li.google{
	background: #fff;
	-webkit-box-shadow: 0px 0px 0px 2px #dc4e41;
	-moz-box-shadow: 0px 0px 0px 2px #dc4e41;
	-o-box-shadow: 0px 0px 0px 2px #dc4e41;
	box-shadow: 0px 0px 0px 2px #dc4e41;
}
.social_share_box li.google:hover{ background: #dc4e41; }


.newthankyoupage-extLinks{ padding-top: 30px; margin-bottom: 30px; }
.newthankyoupage-extLinks li { display: inline-block; margin: 0 10px 10px 10px; }

.newthankyoupage-map,
.newthankyoupage-map iframe{ display: block; width: 100%; height: 450px; }
#contactMap{
	width: 100%;
	height: 300px;
}
.mapContact #contactMap{
	width: 100%;
	height: 300px;
}
#contactMap img{
	max-width: none;
}
#contactMap iframe{
	width: 100%; height: 100%;
}
#mapBox{
	position: relative;
}


.ntybtn{
	border-radius: 4px;
	font-size: 30px;
	line-height: 34px;
	padding: 16px 40px !important;
	text-transform: uppercase;
	font-weight: 900;
	display: inline-block;
	border-bottom:none !important;
}
.ntybtn.small{
	border-radius: 4px;
	font-size: 16px;
	line-height: 22px;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 500;
}

#page_content a.ntybtn.redtoorange,
.ntybtn.redtoorange{
	background-color:#f30000 !important;
	color:#fff !important;
}
#page_content a.ntybtn.redtoorange:hover,
.ntybtn.redtoorange:hover{
	background-color:#ffa200 !important;
	color:#fff !important;
}
#page_content a.ntybtn.orangetored,
.ntybtn.orangetored{
	background-color:#ffa200 !important;
	color:#fff !important;
}

#page_content a.ntybtn.orangetored:hover,
.ntybtn.orangetored:hover{
	background-color:#f30000 !important;
	color:#fff !important;
}
.ntybtn.greytodark{
	background-color:#f6f6f6;
	border:1px solid #d4d4d4;
	color:#000000;
}
.ntybtn.greytodark:hover{
	background-color:#000000;
	border:1px solid #000000;
	color:#fff;
}

