@charset "UTF-8";
img, object, embed, video {
	max-width: 100%;
}

html {
	height: 100%; /* might need to remove this */
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #0b83c5; /* Old browsers */
	background: -moz-linear-gradient(top, #0b83c5 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0b83c5 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0b83c5 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b83c5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
	background-attachment: fixed;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}

input, textarea {
    resize: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.backbutton {
	padding: 0;
	border: none;
	border: 0;
	border-style: none;
	outline-style: none;
	background: none;
	border-radius: 2px;
	cursor:pointer;
}

.formfields_login {
	font-size: 14px;
	background-color: #FFFFFF;
	border: 1px solid #0077CE;
	width: 220px;
	height:auto;
	min-height: 28px;
}
.login {
	background-color:#00a0fc;
	height:auto;
	width:auto;
	min-width:222px;
	padding-top:10px;
	padding-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	color:#FFF; 
	outline:none;
	border:none;
	border:0;
	cursor:pointer;
	text-decoration:none;
	margin-left:-4px;
	
}

.login:hover {
	background-color:#008fe1;
}



.top_bg {
	position: fixed;
	background-image:url(https://groomingprofits.info/images/top_bg_2.png);
	background-size:100% auto;
	background-repeat:no-repeat;
    /* center the div */
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    /* give it dimensions */
    height: auto;
	max-height: 146px;
    width: 90%;
	max-width: 906px;
	z-index:10000;
}

.top_bg_access {
	position: relative;
	background-image:url(https://groomingprofits.info/images/top_bg_2.png);
	background-size:100% auto;
	background-repeat:no-repeat;
    /* center the div */
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    /* give it dimensions */
    height: auto;
	max-height: 146px;
    width: 90%;
	max-width: 906px;
	z-index:10000;
}

.logo {
	display:none;
	z-index:10001;
}

.logo_access {
	width:100%;
	max-width: 220px;
	max-height: 36px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: auto;
	margin-right: auto;
	display:block;
	z-index:10001;
}

.guide_cont_top {
	background-color:#FFF;
	border-radius:4px;
	width: 100%;
	max-width: 245px;
	height: auto;
	max-height: 60px;
	min-height: 60px;
	padding-top: 0;
	padding-bottom: 0;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
	vertical-align:auto;
	float: none;
}

.nav {
	background-image:url(https://groomingprofits.info/images/nav_bg_2.png);
	position: relative;
	width: 100%;
	height:33px;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.44);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.44);
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.44);
	z-index:10002;
}

.nav_inner {
	position: relative;
	width: 100%;
	height:28px;
	margin-left: auto;
	margin-right: auto;
	margin-top:auto;
	z-index:10003;
	top:4px;
}

.nav_btn {
	position:relative;
	border-left:#0774c1 thin solid;
	border-right:#0774c1 thin solid;
	outline:none;
	padding:5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#0774c1;
	position: relative;
	height: auto;
	width: auto;
	min-width:50px;
	display: inline-block;
	vertical-align: middle;
	cursor:pointer;
	text-decoration:none;
	margin-top:0;
	margin-left:0;
	float: none;
	z-index:10004;
}
.nav_btn:hover {
	background-color:#f0f0f0;
	
}

.content_container {
	background-color:#FFF;
	position: relative;
	height: auto;
	width: 90%;
	max-width:900px;
	min-height: 500px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-shadow: 0px 0px 0px 9px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 0px 0px 9px rgba(0,0,0,0.13);
	box-shadow: 0px 0px 0px 9px rgba(0,0,0,0.13);
	top:120px;
	
}


.content_container_inner_top {
	/*background-color:#CCC;*/
	position: relative;
	height: auto;
	width: 90%;
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
	top:10px;
	
}

.content_container_inner {
	/*background-color:#CCC;*/
	position: relative;
	height: auto;
	width: 90%;
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	
	
}

.content_container_inner_access {
	/*background-color:#CCC;*/
	position: relative;
	height: auto;
	width: 90%;
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
	top:30px;
	
}

.content_container_inner_article {
	background-color:#FFF;
	position: relative;
	height: auto;
	width: 90%;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-20px;
	padding:10px;
}


video::-webkit-media-controls-fullscreen-button {
    display: none;
}
#vidintro {
	display:block;
	margin-bottom: 30px;
}
#vidpromo {
	display:block;
	margin-bottom: 30px;
}

.content_container_index {
	background-color:#FFF;
	position: relative;
	height: auto;
	width: 90%;
	max-width:900px;
	min-height: 500px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-shadow: 0px 0px 0px 9px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 0px 0px 9px rgba(0,0,0,0.13);
	box-shadow: 0px 0px 0px 9px rgba(0,0,0,0.13);
	
}

.content_container_access {
	background-color:#FFF;
	position: relative;
	height: auto;
	width: 90%;
	max-width:900px;
	min-height: 500px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-shadow: 0px 0px 0px 9px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 0px 0px 9px rgba(0,0,0,0.13);
	box-shadow: 0px 0px 0px 9px rgba(0,0,0,0.13);
	
}


.content_container_quote {
	position: relative;
	height: auto;
	width: 90%;
	max-width:650px;
	margin-left:auto;
	margin-right:auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight:600;
	line-height: 22px;
	color: #585858;
	text-align:center;
	
}


.share_container_footer {
	position: fixed;
	height: auto;
	width: 101%;
	background-color: #efefef;
	bottom: 0px;
	padding-top: 1px;
	box-shadow: 0px 0px 10px #888888;
	z-index: 20000;
}
.share_container_footer_inner_share {
	position: relative;
	height: auto;
	width:auto;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	z-index: 20001;
	text-align:center;
	top: 2px;
}
.share_container_footer_inner_share_resources {
	position: relative;
	height: auto;
	width:auto;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	z-index: 20001;
	text-align:center;
	margin-top: 5px;
	margin-bottom:10px;
}


hr.shadow { 
  border : 0;
  height: 1px; 
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
}


.test_profile {
	border: #0C6 thin solid;
	border-radius:50%;
	width:auto;
	height:auto;
	max-width:120px;
	max-height:120px;
}



#items_rec {
	position: relative;
  width:auto;
  height:100%;
  min-height:110px;
  border-bottom: #999 thin solid;
  margin-bottom:40px;
}

.items_margin {
	
	height:auto;
	max-height:100px;
	max-width:100px;
	width:100%;
	float: left;
	margin-right: 10px;
	margin-bottom:10px;
	border: #0b83c5 thin solid;
	
	
}


.item {
	height:auto;
	width:auto;
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:40px;
}

.access {
	background-color:#CCC;
	height:auto;
	width:auto;
	min-width:222px;
	padding-top:10px;
	padding-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	color:#FFF; 
	outline:none;
	border:none;
	border:0;
	cursor:pointer;
	text-decoration:none;
	margin-left:-4px;
	
	
}

.access:hover {
	background-color:#00a0fc;
}



.get {
	background-color:#2fc800;
	height:auto;
	width:auto;
	min-width:222px;
	padding-top:10px;
	padding-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	color:#FFF; 
	outline:none;
	border:none;
	border:0;
	cursor:pointer;
	text-decoration:none;
	margin-left:-4px;
	
	
}

.get:hover {
	background-color:#2cbc00;
}


/* Contact */

textarea {
    resize: none;
}

.formfields {
	font-size: 14px;
	background-color: #FFFFFF;
	border: 1px solid #0077CE;
	width: 100%;
	height:auto;
	min-height: 22px;
	margin-bottom:20px;
	padding:5px;
}
 
.send_btn {
	background-color:#00a0fc;
	height:auto;
	width:auto;
	min-width:150px;
	padding-top:10px;
	padding-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	color:#FFF; 
	outline:none;
	border:none;
	border:0;
	cursor:pointer;
	text-decoration:none;
	
	
}

.send_btn:hover {
	background-color:#0085d1;
}

.textWrap1 {
	width:120px;
	height:181px;
	float: left;
	margin-right: 10px;
	
}

.textWrap2 {
	width:120px;
	height:120px;
	float: left;
	margin-right: 10px;
	
}

.textWrap3 {
	width:120px;
	height:94px;
	float: left;
	margin-right: 10px;
	
}



#textWrap4 {
	width:100%;
	height:auto;
	min-height:400px; 
	margin-bottom:40px;
	
}

.textWrap4 {
	width:auto;
	height:auto;
	max-width:250px;
	max-height:326px;
	float: none;
	margin-right: auto;
	margin-left:auto;
	margin-bottom:15px;
	
}

#textWrap5 {
	width:100%;
	height:auto;
	min-height:453px; 
	margin-bottom:40px;
	
}

.textWrap5 {
	width:auto;
	height:auto;
	max-width:250px;
	max-height:383px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:15px;
	
}



#textWrap6 {
	width:100%;
	height:auto;
	min-height:450px; 
	margin-bottom:20px;
	
}

.textWrap6 {
	width:auto;
	height:auto;
	max-width:250px;
	max-height:350px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:15px;
	
}


#textWrap7 {
	width:100%;
	height:auto;
	min-height:347px; 
	margin-bottom:40px;
	
}

.textWrap7 {
	width:auto;
	height:auto;
	max-width:300px;
	max-height:247px;
	float: none;
	margin-right: auto;
	margin-left:auto;
	margin-bottom:15px;
	
}

.textWrapFaq {
	width:100%;
	height:auto;
	max-width:80px;
	max-height:80px;
	float: left;
	margin-right: 10px;
	margin-bottom:10px;
	
}


#textWrapArticle1 {
	width:100%;
	height:auto;
	min-height:451px; 
	
}

.textWrapArticle1 {
	width:auto;
	height:auto;
	max-width:300px;
	max-height:451px;
	float: none;
	margin-right: auto;
	margin-left:auto;
	margin-bottom:15px;
	
}

#textWrapArticle1_2 {
	width:100%;
	height:auto;
	min-height:296px; 
	
}

.textWrapArticle1_2 {
	width:auto;
	height:auto;
	max-width:300px;
	max-height:296px;
	float: none;
	margin-right: auto;
	margin-left:auto;
	margin-bottom:15px;
	
}



.imgArticleIn {
	width:100%;
	height:auto;
	max-width:700px;
	max-height:400px;
	margin-right: auto;
	margin-left: auto;
	
}

.imgArticleBod {
	width:100%;
	height:auto;
	max-width:1000px;
	max-height:600px;
	margin-right: auto;
	margin-left: auto;
	
}


#article_in_content {
	position:relative;
	background-color:#FFF;
	width:80%;
	height:auto;
	max-width:700px;
	margin-right: auto;
	margin-left: auto;
	margin-top:-40px;
	z-index:1000;
	padding:10px;
	border-radius:3px;
	
}


#article_bod_content {
	position:relative;
	background-color:#FFF;
	width:90%;
	height:auto;
	max-width:900px;
	margin-right: auto;
	margin-left: auto;
	margin-top:-40px;
	z-index:1000;
	padding:10px;
	border-radius:3px;
	
}




.bullet_blue_check {
	background: url(https://www.groomingprofits.info/images/check_mark_blue_small.png) no-repeat 0px 0px;
	height: 60px;
	width:60px;
	margin-left: 15px;
	margin-right:10px;
	margin-top:0px;
	display:inline-block;
	vertical-align:top;
}
.bullet_text {
	
	height: auto;
	width: calc(100% - 100px);
	display:inline-block;
	vertical-align:top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #585858;
	line-height:25px;
}




.bullet_faq {
	max-height: 80px;
	max-width:80px;
	/*margin-left: 15px;*/
	margin-right:10px;
	margin-top:0px;
	display:inline-block;
	vertical-align:top;
}
.bullet_text_faq {
	height: auto;
	width: calc(100% - 100px);
	display:inline-block;
	vertical-align:top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #585858;
	line-height:22px;
}




.faq_block_1 {
	background-color:#FFF;
	position: relative;
	width: 90%;
	height:auto;
	min-height:150px;
	max-width:700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	padding:10px;
	border-radius:3px;
}


.faq_block_2 {
	background-color:#fffcf5;
	position: relative;
	width: 90%;
	height:auto;
	max-width:700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	padding:10px;
	border-radius:3px;
}

.article_block_1 {
	background-color:#FFF;
	position: relative;
	width: 90%;
	height:auto;
	max-width:700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	padding:10px;
	border-radius:3px;
}




@media only screen and (min-width: 400px) {
	
.nav_btn {
	margin-left:15px;
	margin-right:15px;
}



}




@media only screen and (min-width: 545px) {


.textWrap1 {
	width:280px;
	height:421px;
	margin-right: 30px;
	margin-bottom:15px;
}

.textWrap2 {
	width:200px;
	height:200px;
	margin-right: 30px;
	margin-bottom:15px;
}

.textWrap3 {
	width:280px;
	height:219px;
	margin-right: 30px;
	margin-bottom:15px;
}






#items_rec {
	
  min-height:280px;
  margin-bottom:60px;
  
}

.items_margin {
	max-height:200px;
	max-width:200px;
	
}


}


@media only screen and (min-width: 600px) {

.top_bg {
	background-image:url(https://groomingprofits.info/images/top_bg_3.png);
}

.top_bg_access {
	background-image:url(https://groomingprofits.info/images/top_bg_3.png);
}

.logo {
	width:100%;
	max-width: 300px;
	max-height: 49px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	display:block;
}

.logo_access {
	max-width: 300px;
	max-height: 49px;
}

.guide_cont_top {
	max-width: 300px;
	max-height: 49px;
	display:block;
	margin-top:5px;
	margin-right: auto;
	margin-left: auto;
	float:none;
}


.content_container {
	-webkit-box-shadow: 0px 0px 0px 14px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 0px 0px 14px rgba(0,0,0,0.13);
	box-shadow: 0px 0px 0px 14px rgba(0,0,0,0.13);
	top:145px;
	
}

.content_container_inner_top {
	top:30px;
	
}

/*.content_container_inner {
	top:30px;
	
}*/




.content_container_index {
	-webkit-box-shadow: 0px 0px 0px 14px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 0px 0px 14px rgba(0,0,0,0.13);
	box-shadow: 0px 0px 0px 14px rgba(0,0,0,0.13);
	
}

.content_container_access {
	-webkit-box-shadow: 0px 0px 0px 14px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 0px 0px 14px rgba(0,0,0,0.13);
	box-shadow: 0px 0px 0px 14px rgba(0,0,0,0.13);
	
}



.textWrapFaq {
	max-width:120px;
	max-height:120px;
	margin-right: 15px;
	margin-bottom:15px;
	
}

#article_in_content {
	margin-top:-70px;

}


#article_bod_content {
	width:80%;
	margin-top:-70px;
	padding:20px;
	
}

.content_container_inner_article {
	padding:20px;
}

}




@media only screen and (min-width: 700px) {

.content_container_quote {
	font-size: 18px;
	line-height: 30px;
	
}


.share_container_footer_inner_share_resources {
	margin-top: 8px;
	margin-bottom:10px;
}




}





@media only screen and (min-width: 769px) {

.logo {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 15px;
	margin-right: 0px;
	display:inline-block;
	vertical-align: middle;
	
}


.logo_access {
	padding-top: 15px;
	padding-bottom: 15px;
	
}


.guide_cont_top {
	max-width: 345px;
	display:inline-block;
	vertical-align: middle;
	margin-top:8px;
	margin-left: 0px;
	margin-right: 15px;
	float:right;
}

.nav {
	height:43px;
}

.nav_btn {
	font-size:16px;
	padding:8px;
	min-width:100px;
	margin-left:35px;
	margin-right:35px;
}


.bullet_text {
	font-size: 18px;
	line-height: 30px;
	
}

/*.bullet_faq {
	max-height: 90px;
	max-width:90px;
}*/

.bullet_text_faq {
	/*height: auto;
	width: calc(100% - 300px);*/
	font-size: 18px;
	line-height: 30px;
	
}

.faq_block_1 {
	width: 80%;
	max-width:700px;
	margin-bottom:30px;
	padding:20px;
}


.faq_block_2 {
	width: 80%;
	max-width:700px;
	margin-bottom:30px;
	padding:20px;
}


.article_block_1 {
	width: 80%;
	max-width:700px;
	margin-bottom:30px;
	padding:20px;
}



}


@media only screen and (min-width: 820px) {
.logo {
	max-width: 345px;
	max-height: 56px;
}

.logo_access {
	max-width: 345px;
	max-height: 56px;
}

.guide_cont_top {
	margin-top:12px;
}


.test_profile {
	max-width:180px;
	max-height:180px;
}



.textWrap4 {
	float: left;
	margin-right: 10px;
	margin-left:0;
	margin-bottom:25px;
	
}


.textWrap5 {
	float: left;
	margin-right: 10px;
	margin-left:0;
	margin-bottom:25px;
	
}


.textWrap6 {
	float: left;
	margin-right: 10px;
	margin-left:0;
	margin-bottom:25px;
	
}

.textWrap7 {
	float: left;
	margin-right: 10px;
	margin-left:0;
	margin-bottom:25px;
	
}

.textWrapArticle1 {
	float: right;
	margin-left: 10px;
	margin-right:0;
	margin-bottom:25px;
	
}

.textWrapArticle1_2 {
	float: left;
	margin-right: 10px;
	margin-left:0;
	margin-bottom:25px;
	
}



}
