
/* global formatting ======================================================================= */

@font-face {
	font-family: 'Open Sans Regular';
	src: url('../../../../assets/common/fonts/OpenSans/OpenSans.eot');
	src: url('../../../../assets/common/fonts/OpenSans/OpenSans.woff') format('woff'),  
		 url('../../../../assets/common/fonts/OpenSans/OpenSans.ttf') format('truetype'),  
		 url('../../../../assets/common/fonts/OpenSans/OpenSans.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans Bold';
	src: url('../../../../assets/common/fonts/OpenSans/OpenSansBold.eot');
	src: url('../../../../assets/common/fonts/OpenSans/OpenSansBold.woff') format('woff'),  
		 url('../../../../assets/common/fonts/OpenSans/OpenSansBold.ttf') format('truetype'),  
		 url('../../../../assets/common/fonts/OpenSans/OpenSansBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans Italic';
	src: url('../../../../assets/common/fonts/OpenSans/OpenSans-Italic.eot');
	src: url('../../../../assets/common/fonts/OpenSans/OpenSans-Italic.woff') format('woff'),  
		 url('../../../../assets/common/fonts/OpenSans/OpenSans-Italic.ttf') format('truetype'),  
		 url('../../../../assets/common/fonts/OpenSans/OpenSans-Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans Light';
	src: url('../../../../assets/common/fonts/OpenSans/OpenSans-Light.eot');
	src: url('../../../../assets/common/fonts/OpenSans/OpenSans-Light.woff') format('woff'),  
		 url('../../../../assets/common/fonts/OpenSans/OpenSans-Light.ttf') format('truetype'),  
		 url('../../../../assets/common/fonts/OpenSans/OpenSans-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans Semibold';
	src: url('../../../../assets/common/fonts/OpenSans/OpenSans-Semibold.eot');
	src: url('../../../../assets/common/fonts/OpenSans/OpenSans-Semibold.woff') format('woff'),  
		 url('../../../../assets/common/fonts/OpenSans/OpenSans-Semibold.ttf') format('truetype'),  
		 url('../../../../assets/common/fonts/OpenSans/OpenSans-Semibold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 14px;
	font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
	text-align: left;
	color: #252525;
}

.display,
.nav-display {
	display: none;
}

.text-12px {
	font-size: 12px;
}

.btn {
	white-space: normal;
}

.element-center {
	margin: 0px auto;
	display: block;
}

.clear-element {
	clear: both;
	display: block;
}

.padding-reset {
	padding: 0;
}

.m-bottom10 {
	margin-bottom: 10px;
}

.cursor-pointer:hover {
	cursor: pointer;
}

.height-auto {
	height: auto !important;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

.modal .close {
	opacity: 1;
}

.box-bottom-fixed {
	z-index: 20;
	right: 0px;
	bottom: 0px;
	position: fixed;
}

.box-bottom-fixed img {
	display: inline;
	cursor: pointer;
	border: none;
}

.box-bottom-fixed div {
	display: inline;
}

p {
	margin: 0px;
}

.padding-reset {
	padding: 0px;
}

.margin-reset {
	margin: 0px;
}

.overflow {
	overflow: hidden;
}

/* navbar formatting ======================================================================= */
			
.section-sub-nav {
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px -3px #222;
    -moz-box-shadow: 0px 2px 5px -3px #222;
    box-shadow: 0px 2px 5px -3px #222;
    border-radius: 0px;
    border: none;
    font-size: 13px;
    font-weight: 700;
}

.section-sub-nav .container {
    position: relative;
}

.section-sub-nav .navbar-brand {
    padding: 9px 15px;
}

.section-sub-nav .navbar-right {
    margin-right: 120px;
}

.section-sub-nav .navbar-nav>li>a {
    color: #0f51b9;
}

.section-sub-nav .btn-get-it-now {
    position: absolute;
    top: 1px;
    right: 15px;
    font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
    font-weight: 700;
    background: #fff;
    border: 1px solid #0f51b9;
    color: #0f51b9;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 0px;
    text-transform: uppercase;
}

.section-sub-nav .btn-get-it-now:hover {
    background: #507bc0;
    color: #fff;
}

/* global download modal ===================================================================== */

.modal-download .modal-dialog {
  max-width: 950px !important;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.modal-download .modal-backdrop {
	height: 1300px !important;
}

.modal-download .modal-content {
	background: #DADFE2;
	border-radius: 0px;
}

.modal-download .modal-header {
  border-bottom: 0px;
  padding: 30px 20px 15px 20px;
}

.modal-download .modal-header h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.modal-download .modal-header button.close {
	color: #727272;
}

.modal-download .modal-body {
	padding: 15px 20px 20px 20px;
}

.modal-download .modal-body .body-modal {
	background: #FFFFFF;
	padding: 15px 15px 30px 15px;
	border: 1px solid #c8c8c8;
}

.modal-download .modal-body .body-modal .form-control {
	border-radius: 0px;
}

.modal-download .modal-body .modal-left {
	text-align: center;
}

.modal-download .modal-body .modal-left .title {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: bold; 
	color: #252525;
}

.modal-download .modal-body .modal-left .you-want,
.modal-download .modal-body .modal-left .shaklee {
	font-size: 20px;
	color: #252525;
	margin-bottom: 4px;
}

.modal-download .modal-body .modal-left .footer {
	margin-top: 42px;
	font-size: 18px;
	margin-bottom: 30px;
	color: #252525;
}

.modal-download .modal-body .modal-left .img img {
	width: 40%;
}

.modal-download .modal-body .modal-right {
	padding-bottom: 60px;
}

.modal-download .modal-body .modal-right .form-control {
	width: 75%;
}

.modal-download .modal-body .modal-right .download-section {
	padding: 0px 15px;
}

.modal-download .modal-body .modal-right .download-section .form-control {
	width: 100%;
}

.modal-download .modal-body .modal-right p {
	font-size: 14px;
}

.modal-download .modal-body .modal-right .m-bottom {
	margin-bottom: 20px;
}

.modal-download .modal-body .modal-right .login {
	margin-bottom: 45px;
}

.modal-download .modal-body .modal-right .title {
	margin-top: 60px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold; 
}

.modal-download .modal-body .modal-right .title-create,
.modal-download .modal-body .modal-right .title-guest {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold; 
}

.modal-download .modal-body .modal-right .link {
	margin-bottom: 60px;
	font-size: 14px;
}

.modal-download .modal-body .modal-right .link span,
.modal-download .modal-body .modal-right .button span {
	cursor: pointer;
}

.modal-download .modal-body .modal-right .sub {
	font-size: 14px;
	margin-bottom: 25px;
}

.modal-download .modal-body .button span  {
	padding: 13px 35px;
	background-color: #0064BD ;
	font-size: 18px;
	color: #FFF;
	text-align: center;
}

.modal-download .modal-body .download-now-btn .button  {
	margin: 10px auto 25px;
}

.modal-download .modal-body .download-now-btn .button a:hover {
	text-decoration: none;
}

.submit {
	padding: 13px 35px;
	background-color: #0064BD;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	height: 54px;
}

.modal-download .modal-body .modal-right .button span a {
	color: #FFF;
}

.modal-download .modal-body .button span {
	padding: 12px 35px;
	background-color: #0064BD ;
	color: #FFF;
	text-align: center;
	border-radius: 0px;
}


.modal-download .modal-body .modal-left .click-download .button a {
	margin-top: 50px;
	background-color: #0064BD ;
	font-size: 18px;
	color: #FFF;
	text-align: center;
}

/* index page formatting ======================================================================= */

.section-index-header {
	background: #FFFFFF url(../bg/bg-man-holding-mobile01.jpg) no-repeat center top;
	margin-top: -115px;
}

.section-index-header .container {
	margin: 0px auto 0px;
	max-width: 970px;
	padding: 150px 15px 0px;
}

.section-index-header .online-success {
	background: url(../bg/bg-blue-box-transparent01.png);
	color: #ffffff;
	float: right;
	max-width: 470px;
	margin: 0px 50px 50px 0px;
}

.section-index-header .online-success .title {
	font-size: 38px;
	line-height: 45px;
	padding: 30px 20px 15px;
	margin: 0;
}

.section-index-header .online-success p {
	font-size: 16px;
	padding: 0px 20px 30px;
}

.section-index-header .spacer {
	/*margin-bottom: 140px;	*/
	margin-bottom: 120px;
}

.section-index-header .alert-warning {
	max-width: 685px;
	color: #252525;
	font-size: 15px;
	padding: 15px 15px 0px;
	border: none;
	margin: 0px auto 30px;
}

.section-index-header .alert-warning .close {
	right: 0px;
	opacity: 1;
}

.section-index-header .alert-warning .email-status {
	padding: 15px 0px 15px 0px;
	background: #E8E8E8;
}

.section-index-header .alert-warning a {
	color: #177ACD;
}

.section-index-header .alert-warning .fa-check-circle {
	color: #39BB84;
}

.section-features {
	background: #e3f4ff;
	border-top: 2px solid #BFC8CF;
	border-bottom: 2px solid #BFC8CF;
	color: #00afe3;
}

.section-features-non-border {
	border-top: 0px !important;
}

.section-features .container {
	margin: 0px auto 0px;
	padding: 30px 15px 210px;
	max-width: 970px;
}

.section-features h2 {
	text-align: center;
	font-size: 32px;
	margin: 0px auto 0px;
	padding-bottom: 20px;
}

.section-features .features {
	text-align: center;
	font-size: 18px;
}

.section-features .features img {
	margin-bottom: 20px;
	text-align: center;
	display: inline-block;
}

.section-features-free-ebook.default {	
	background: url(../bg/bg-blue-box-transparent01.png);
}

.section-features-free-ebook.login {	
	background: #0064BC;
}

.section-features-free-ebook .section-features-free-ebook-container {
    margin: -15px auto 0px;
    padding: 15px;
    max-width: 970px;
}

.section-features-free-ebook .text-white {	
	color: #FFFFFF;
}

.section-features-free-ebook .text-free {
	font-size: 26px;
	font-weight: 600;
}

.section-features-free-ebook .text-desc {
	font-size: 26px;
}

.section-features-free-ebook .btn-dload {
	background: #FDEC60;
	color: #AF1521;
	padding: 10px 25px;
	font-size: 28px;
}

.section-features-free-ebook .btn-dload:hover {
	background: #fef077;
	text-decoration: none;
}

.section-features-free-ebook .dload {
	margin: 17px auto;
}

.section-index-why-get {
	background: #FFF;
	border-bottom: 1px solid #BFC8CF;
	color: #252525;
}

.section-index-why-get .container {
	max-width: 970px;
	padding: 80px 15px;
	font-size: 18px;
	margin: 0px auto 0px;
}

.section-index-why-get h2 {
	font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
	color: #727272;
	font-size: 38px;
	margin-top: 0px;
	margin-bottom: 50px;
	text-align: center;
}

.section-index-why-get .why-get {
	text-align: center;
	font-size: 17px;
	margin: 0px auto 0px;
}

.section-index-why-get .why-get img {
	margin-bottom: 10px;
}

.section-index-why-get .text-avoid-losing {
	color: #0C90F4;
	font-size: 24px;
	margin: 50px 0 20px;
}

.section-index-why-get .text-prospect-removes {
	font-size: 23px;
	margin-bottom: 20px;
}

.section-stake-your-claim {
	background: #FFF;
	color: #252525;
}

.section-stake-your-claim .container {
	max-width: 970px;
	padding: 80px 15px 60px;
	font-size: 18px;
	margin: 0px auto;
}

.section-stake-your-claim .comp-monitor {
	text-align: center;
}

.section-stake-your-claim .comp-monitor img {
	padding: 20px 15px 0px 15px;
}.section-why-ch

.section-stake-your-claim .text-stake-your-claim {
	font-size: 18px;
}

.section-stake-your-claim .text-stake-your-claim h2 {
	font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
	color: #0C90F4;
	font-size: 38px;
	margin: 0px auto 0px;
}

.section-stake-your-claim .text-stake-your-claim span {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
}

.section-stake-your-claim .text-stake-your-claim p {
	margin-top: 35px;
}

.section-why-choose {
	color: #252525;
	background: #FAFBF5 url(../bg/bg-woman-on-tablet01.jpg) no-repeat center top;
}

.section-why-choose .container {
	margin: 0px auto;
	max-width: 970px;
	padding: 40px 15px 150px;
	font-size: 15px;
}

.section-why-choose h2 {
	font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
	color: #0C90F4;
	font-size: 38px;
	margin: 0px auto 0px;
}

.section-why-choose span {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
	font-size: 19px;
}

.section-why-choose .text-block-1st {
	max-width: 490px;
}

.section-why-choose .text-block-2nd {
	max-width: 400px;
}

.section-why-choose p {
	margin-top: 25px;
}

.section-our-formula {
	background: none repeat scroll 0% 0% #FFF;
	color: #252525;
	border-bottom: 1px solid #BFC8CF;
	border-top: 1px solid #BFC8CF;
}

.section-our-formula .container {
	margin: 0px auto;
	max-width: 970px;
	padding: 80px 15px 90px;
	font-size: 15px;
}

.section-our-formula .container .col-md-9 {
	margin: 0px auto;
	padding: 0px;
}

.section-our-formula h2 {
	font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
	font-size: 39px;
	color: #0C90F4;
	text-align: center;
}

.section-our-formula .formula img {
	margin-top: 150px;
	float: right;
}

.section-our-formula ul {
	margin: 0% 5%;
}

.section-our-formula ul li {
	background: url(../img/img-checkmark01.png) no-repeat left top;
	list-style: none;
	font-size: 18px;
	margin-top: 20px;
}

.section-our-formula ul li h3 {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
	font-size: 28px;
	margin-bottom: 10px;
	padding: 5px 0px 0px 50px;
}

.section-our-formula p {
	font-size: 19px;
	padding-left: 50px;
}

.section-our-formula a {
	color: #00afe3;
}

.section-our-formula a:hover {
	color: #15A9CF;
}

.section-best-practices {
	background: #FFF;
	color: #252525;
	border-bottom: 1px solid #BFC8CF;
}

.section-best-practices .container {
	max-width: 970px;
	padding: 80px 15px;
	font-size: 15px;
}

.section-best-practices .checklist {
	margin-top: 10px;
}

.section-best-practices .checklist img {
	float: right;
	margin-top: 10px;
}

.section-best-practices ul {
	margin: 0px auto 0px;
}

.section-best-practices ul li {
	background: url(../img/img-xmark01.png) no-repeat left top;
	list-style: none;
	font-size: 18px;
	margin-top: 30px;
}

.section-best-practices h2 {
	font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
	color: #0C90F4;
	font-size: 39px;
	text-align: center;
}

.section-best-practices p {
	font-size: 19px;
	padding-left: 50px;
}

.section-best-practices a {
	color: #00afe3;
}

.section-download-guide {
	background: #F2F2F2;
	color: #252525;
}

.section-download-guide .container {
	max-width: 970px;
	padding: 80px 15px 0px;
	font-size: 15px;
}

.section-download-guide .img-responsive {
	margin: 0px auto 0px;
}

.section-download-guide .title {
	margin-top: 90px;
	font-size: 40px;
}

.section-download-guide .desc {
	font-size: 19px;
	margin-bottom: 40px;
}

.section-download-guide .button {
	
}

.section-download-guide .download-button {
	font-size: 30px;
	font-weight: 600;
	padding: 10px 55px;
	background-color: #00A3D6;
}

.section-download-guide .download-button:hover {
	text-decoration: none;
	background-color: #00ABE9;
}

.section-download-guide-mini {
	background: #F2F2F2;
	color: #252525;
}

.section-download-guide-mini .container {
	max-width: 970px;
	padding: 50px 15px 160px;
	font-size: 15px;
}

.section-download-guide-mini .container .img-book {
	margin: 10px 15px;
}

.section-download-guide-mini .img-responsive {
	margin: 0px auto 0px;
}

.section-download-guide-mini .title {
	margin-top: 0px;
	font-size: 30px;
}

.section-download-guide-mini .desc {
	font-size: 19px;
	margin-bottom: 20px;
}

.section-download-guide-mini .button {
	
}

.section-download-guide-mini .download-button {
	font-size: 30px;
	font-weight: 600;
	padding: 5px 55px;
	background-color: #00A3D6;
}

.section-download-guide-mini .download-button:hover {
	text-decoration: none;
	background-color: #00ABE9;
}

.section-more-freedom {
	color: #FFF;
	background: url(../bg/bg-family-on-laptop01.jpg) no-repeat left top;
}

.section-more-freedom h2 {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
	font-size: 35px;
	margin-bottom: 50px;
}

.section-more-freedom h3 {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
	font-size: 35px;
	margin-bottom: 20px;
}

.section-more-freedom h2 span {
	font-size: 46px;
}

.section-more-freedom .text-more-freedom {
	padding: 80px 15px 100px 20px;
	background: none repeat scroll 0% 0% #1E6380;
}

.section-privacy-no-extra-cost {
	background: #e3f4fe;
	color: #252525;
	border-bottom: 1px solid #BFC8CF;
}

.section-privacy-no-extra-cost .container {
	max-width: 970px;
	padding: 80px 15px 90px;
	font-size: 18px;
	margin: 0px auto;
}

.section-privacy-no-extra-cost .image-privacy {
	margin-top: 35px;
}

.section-privacy-no-extra-cost .image-privacy img {
	float: right;
	margin-top: 10px;
}

.section-privacy-no-extra-cost h2 {
	font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
	color: #0C90F4;
	font-size: 39px;
}

.section-privacy-no-extra-cost p {
	margin-top: 25px;
}

.section-index-slider {
	background: #FFF;
}

.carousel-inner {
	max-width: 100% !important;
	text-align: center;
	margin: 0px auto 0px;
}

.carousel {
	max-width: 100% !important;
	text-align: center;
	margin: 0px auto 0px;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  line-height: 1;
  width: 100%;
}

.section-index-slider .container {
	margin: 0px auto;
	max-width: 900px;
	padding: 100px 65px;
}

.section-index-slider .container .carousel-indicators {
	bottom: -30px !important;
}

.section-index-slider .container .carousel-indicators li {
	height: 12px;
	width: 12px;
	margin: 0;
}

.section-index-slider .container .carousel-indicators .active {
	background-color: #64C738;
}

.section-index-slider .container .carousel-indicators li {
	background-color: #B0DB9C;
}

.section-index-slider .carousel-control {
	background: none;
	opacity: 1;
}

.section-index-slider .carousel-control.left {
	left: -55px;
}

.section-index-slider .carousel-control img {
	margin-top: 90%;
}

.section-index-slider .carousel-control.right {
	right: -55px;
}

.section-index-slider .carousel-control.right img {
	float: right;
}

.section-affordable-pricing {
	background: #FFF;
	border-bottom: 1px solid #BFC8CF;
}

.section-affordable-pricing .container {
	padding: 80px 15px 0px 15px;
	position: relative;
	margin: 0px auto;
	max-width: 970px;
}

.section-affordable-pricing h2 {
	font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
	color: #0C90F4;
	font-size: 39px;
}

.section-affordable-pricing ul {
	margin: 60px 5% 0px;
}

.section-affordable-pricing ul li {
	background: url(../img/img-checkmark01.png) no-repeat left top;
	font-family: "Open Sans Bold", Arial, Helvetica, sans-serif;
	list-style: none;
	font-size: 18px;
	padding: 5px 0px 15px 50px
}

.section-affordable-pricing .domains {
	margin-left: -90px;
}

.section-affordable-pricing .text-privacy {
	padding-bottom: 20px;
}

.section-domains-pricing {
	background: #FFF;
}

.section-domains-pricing .container {
	margin: 0px auto;
	max-width: 970px;
	padding: 80px 15px 50px;
}

.section-domains-pricing .domains-container-left {
	padding: 0px 35px 0px 155px;
}

.section-domains-pricing .domains-container-right {
	padding: 0px 155px 0px 35px;
}

.section-domains-pricing .domains-container-center {
	padding: 0px 155px;
}

.section-domains-pricing .domains-container-center .learn-more {
	padding: 10px 25px;
	background-color: #BBEAFE;
	color: #727272;
}

.section-domains-pricing .domains-container-center .learn-more-footer {
	padding: 15px 25px 0px;
	background-color: #7ECAEC;
	color: #727272;
}

.section-domains-pricing .domains-container-center .learn-more-footer img {
	margin: 0px auto 0px;
}

.section-domains-pricing .domains-container-center .learn-more p {
	padding: 15px 25px;
}

.section-domains-pricing .domains-container-center .learn-more .bold {
	font-weight: bold;
	color: #000;
	font-size: medium;
}

.section-domains-pricing .domains-box {
	margin-bottom: 25px;
	height: 355px;
}

.section-domains-pricing .manage-1domain {
	background: #7ECAEC url(../img/img-pricing-house01.png) no-repeat center bottom;
}

.section-domains-pricing .manage-2domain {
	background: #7ECAEC url(../img/img-pricing-house02.png) no-repeat center bottom;
}

.section-domains-pricing .manage-1domain,
.section-domains-pricing .manage-2domain {
	color: #fff;
}

.section-domains-pricing .manage-1domain .content,
.section-domains-pricing .manage-2domain .content {
	padding: 15px 15px;
	text-align: center;
}

.section-domains-pricing .manage-1domain h2,
.section-domains-pricing .manage-2domain h2 {
	text-align: center;
	background: #0F628E;
	padding: 15px 0px;
	font-size: 18px;
}

.section-domains-pricing .manage-1domain h2 span,
.section-domains-pricing .manage-2domain h2 span {
	display: block;
	font-size: 40px;
}

.section-domains-pricing .manage-1domain .content .first,
.section-domains-pricing .manage-2domain .content .first {
	margin-left: -20px;
}

.section-domains-pricing .manage-1domain .content .first .dollar,
.section-domains-pricing .manage-2domain .content .first .dollar {
	font-size: 50px;
}

.section-domains-pricing .manage-1domain .content .first .text-top,
.section-domains-pricing .manage-2domain .content .first .text-top {
	vertical-align: -20px;
	font-size: 80px;
}

.section-domains-pricing .manage-1domain .content .second,
.section-domains-pricing .manage-2domain .content .second {
	font-size: 25px;
	margin-top: -20px;
}

.section-domains-pricing .buy3-get1-free {
	color: #fff;
	display: block;
	background: #7ECAEC url(../img/img-pricing-house03.png) no-repeat right bottom;
	position: relative;
}

.section-domains-pricing .buy3-get1-free h2 {
	padding: 17px 0px;
	background: #0F628E;
	font-size: 45px;
	text-align: center;
	position: relative;
}

.section-domains-pricing .buy3-get1-free h2 img {
	display: block;
	position: absolute;
	top: 15px;
	left: 25px;
}

.section-domains-pricing .buy3-get1-free .content {

}

.section-domains-pricing .buy3-get1-free .content .second span {
	font-weight: bold;
}

.section-domains-pricing .buy3-get1-free .content .second a {
	color: #0f628e;
	text-decoration: underline;
	padding-bottom: 20px;
}

.section-domains-pricing .buy3-get1-free .content .first {
	margin-left: 40px;
	margin-top: -20px;
}

.section-domains-pricing .buy3-get1-free .content .first .dollar {
	font-size: 50px;
	vertical-align: 20px;
	margin-top: -30px;
}

.section-domains-pricing .buy3-get1-free .content .first .text-top {
	font-size: 80px;
}

.section-domains-pricing .buy3-get1-free .content .second {
	font-size: 14px;
	text-align: left;
	padding: 0px 10px;
}

.section-domains-pricing .bulk-pricing {
	padding: 10px 30px 15px 30px;
	margin: 0px auto 50px;
	background: #e3f4ff;
	color: #00afe3;
	text-align: center;
}

.section-domains-pricing .bulk-pricing h3 {
	font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
	font-size: 39px;
}

.section-domains-pricing .bulk-pricing .after-you {
	font-size: 18px;
	margin: 15px 0px 20px;
}

/* all products formatting ======================================================================= */

.section-all-products-header {
	margin-top: -128px;
	/*background: url(../bg/bg-family-eating01.jpg) no-repeat center top;*/
}

.section-all-products-header .wood-table {
	background: url(../bg/bg-wood-table01.jpg) no-repeat center bottom;
}

.section-all-products-header .discover-our-products {
	color: #FFF;
	max-width: 590px;
}

.section-all-products-header .title {
	font-size: 50px;
	margin-bottom: 30px;
	margin-top: 10px;
}

.section-all-products-header .description {
	font-size: 21px;
	position: relative;
}

.section-all-products-header .description p {
	margin-bottom: 30px;
	display: block;
	max-width: 280px;
}

.section-all-products-header .laptop-on-table {
	float: right;
	max-width: 70%;
	margin-top: -80px;
}

.section-all-products-header .carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.section-all-products-header .carousel-fade .carousel-inner .active.left,
.section-all-products-header .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.section-all-products-header .carousel-fade .carousel-inner .active {
	opacity: 1;
}

.section-all-products-header .carousel,.item,.active {
     height:100%;
}

.section-all-products-header .carousel-inner {
     height:100%;
}

.section-all-products-header .fill {
     background-size: cover;
}

.section-all-products-header .car {
     height: 700px;
     background-size: cover;
}

.section-all-products-header .laptop {
     height: 700px;
     background-size: cover;
}

.section-all-products-header .cards {
     height: 700px;
     background-size: cover;
}

.section-all-products-header .fill .container {
	font-family: 'Open Sans Light', Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 970px;
	padding: 60px 100px 40px 10px;
	text-align: center;
}

.section-all-products-header .img-right {
	margin: 220px 0px 0px;
}

.section-all-products-header .fill .container .build {	
	margin-top: 160px;
}

.section-all-products-header .fill .container .lady-car img {
	position: fixed;
	bottom: 0;
	right: 200px;
	width: 900px;
}

.section-all-products-header .fill .container .laptop-hands  img {	
	position: absolute;
	float: right;
	width: 800px;
	top: 35px;
	right: -350px;
}

.section-all-products-header .fill .container .stack-cards  img {	
	position: absolute;
	float: right;
	width: 900px;
	top: 45px;
	right: -450px;
}

.section-all-products-header .fill .container .build .sub-title {
	font-size: 18px;
}

.section-all-products-header .carousel {
	margin-top: -22px;
}

/* section domain search formatting ======================================================================= */


.section-domain-search {
	background: #ffffff;
}

.section-domain-search .container {
	max-width: 970px;
	margin: 0px auto;
	padding: 170px 15px 80px;
	margin-top: -120px;
}

.section-domain-search .title {
	text-align: center;
	font-size: 34px;
	margin-bottom: 30px;
}

.section-domain-search .not-available {
	background: url(../img/img-xmark01.png) no-repeat 12px 18px;
}

.section-domain-search .available {
	background: url(../img/img-checkmark01.png) no-repeat 35px 18px;
}

.section-domain-search .sale {
	background: url(../img/img-sale02.png) no-repeat 12px 18px;
}

.section-domain-search .premium {
	background: url(../img/img-premium01.png) no-repeat 16px 13px;
}

.section-domain-search .message-suggestions {
	display: block;
	margin: 0px auto 5px;
	font-size: 16px;
	padding: 10px 15px;
}

.section-domain-search .message-suggestions a {
	color: #00afe3;
	text-decoration: underline;
	font-weight: bold;
}

.section-domain-search .message-suggestions .text-alternatives {
	font-size: 22px;
	font-weight: bold;
}

.section-domain-search .domain-status {
	max-width: 960px;
	margin: 0px auto 50px;
	border: 1px solid #727272;
}

.section-domain-search .domain-status .price {
	font-size: 36px;
	padding-top: 18px;
	padding-bottom: 10px;
	white-space: nowrap;
}

.section-domain-search .domain-status .action {
	text-align: center;
	padding: 38px 5px 10px;
	white-space: nowrap;
}

.section-domain-search .domain-status .action .add {
	font-size: 20px;
	padding: 6px 24px;
	border-radius: 0;
}

.section-domain-search .domain-status {
	color: #00afe3;
}

.section-domain-search .domain-status a.fancybox-link-domain-view {
	color: #00afe3 !important;
}

.section-domain-search p.section-domain-search-view-domain {
	font-size: 10px;
	padding: 10px;
}

.section-domain-search .domain-status img {
	margin: 15px 15px;
}

.section-domain-search .domain-status .info01 {
	font-size: 16px;
}

.section-domain-search .domain-status .info {
	font-size: 16px;
	color: #727272;
}

.section-domain-search .domain-status .com {
	font-size: 36px;
	word-break: break-all;
}

.section-domain-search .domain-status .price-info {
	font-size: 16px;
	margin-top: -15px;
}

.section-domain-search .domain-status .premium-info {
	color: #252525;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.section-domain-search .domain-status .domain {
	/*border-left: 10px solid #E8EFF7;*/
	text-align: left;
	font-size: 36px;
	padding-left: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.section-domain-search .domain-status .action a {
	color: #00afe3;
}

.section-domain-search .domain-status .action .add {
	color: #FFF;
	border: 1px solid #884A00;
	background: #FF8A00;
	cursor: pointer;
}

.section-domain-search .domain-status .action .add:hover {
	background: #FFA433;
}

.section-domain-search .domain-status .action .add:active {
	background: #CE7200;
}

.section-domain-search .domain-status .action .added {
	color: #DBDBDB;
	border: 1px solid #909090;
	background: #A1A1A1;
	cursor: pointer;
}

.section-domain-search .domain-status .domain-img {
	padding-top: 10px;
	padding-bottom: 10px;
}

.section-domain-search .domain-suggestion-box {
	color: #00afe3;
	border: 1px solid #727272;
	border-bottom: none;
}

.section-domain-search .domain-suggestion-box .word-break {
	word-break: break-all;
}

.section-domain-search .domain-suggestion {
	border-bottom: 1px solid #727272;
	margin: 0px auto;
}

.section-domain-search .add-select {
	margin-top: 40px;
	padding-right: 30px;
	text-align: right;
}

.section-domain-search .add-select-not {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.section-domain-search .add-select .selected {
	margin-top: 5px;
}

.section-domain-search .add-select .remove-text {
	margin-top: -15px;
}

.section-domain-search .add-select .remove p {
	margin-top: 10px;
}

.section-domain-search .add-select .selected p {
	color: #76C206;
	font-size: 25px;
}

.section-domain-search .add-select .remove {
	margin-top: 4px;
}

.section-domain-search .add-select .remove p a {
	color: #727272;
	font-size: 13px;
}

.section-domain-search .add-select img.check {
	width: 20px;
	float: right;
	margin: 15px 0px 0px;
}

.section-domain-search .add-select img.check-not {
	margin: 5px 0px 0px !important;
}

.section-domain-search .add-select img.wrong {
	width: 10px;
	float: right;
	margin: 20px 1px 0px;
}

.section-domain-search .add-select img.wrong-not {
	margin: 10px 1px 0px !important;
}

.section-domain-search .add-select img.check-check {
	width: 20px;
	float: right;
	margin: 5px 0px;
}

.section-domain-search .add-select img.check-wrong {
	width: 10px;
	margin-top: 10px;
	float: right;
	margin-right: 2px;
}

.section-domain-search .domain-suggestion .premium-info {
	color: #252525;
}

.section-domain-search .domain-suggestion .domain {
	font-size: 36px;
	text-align: left;
}

.section-domain-search .domain-suggestion .domain {
	padding: 10px 10px 10px 80px;
}

.section-domain-search .domain-suggestion .domain-img {
	font-size: 36px;
	text-align: left;
	padding: 10px 10px 10px 3px;
}

.section-domain-search .domain-suggestion .domain-img strong {
	font-weight: bolder 4px;
}

.section-domain-search .domain-suggestion img {
	padding-top: 10px;
	text-align: center;
}

.section-domain-search .domain-suggestion .action {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
}

.section-domain-search .domain-suggestion .action a {
	color: #00afe3;
	text-align: center;
}

.section-domain-search .domain-suggestion .action .add,
.section-domain-search .btn.checkout {
	color: #FFF;
	border: 1px solid #884A00;
	background: #FF8A00;
	cursor: pointer;
	font-size: 20px;
	padding: 6px 24px;
	border-radius: 0;
}

.section-domain-search .btn.cart {
	color: #FFF;
	border: 1px solid #884A00;
	background: #EF4F2F;
	cursor: pointer;
	font-size: 20px;
	padding: 6px 24px;
	border-radius: 0;
}

.section-domain-search .btn.cart:hover {
	background: #F45720;
}

.section-domain-search .counter {
	float: right;
	padding: 15px 0px;
	font-weight: bold;
}

.section-domain-search .counter-center {
	float: none !important;
	padding: 15px 0px;
	font-weight: bold;
}
	
.section-domain-search .message-checkout-cart {
	margin: 0px auto 0px;
	text-align: center;
}
	
.section-domain-search .message-checkout-cart a {
	margin: 15px auto 0px;
	text-align: center;
	float: none !important;
}

.section-domain-search .perfect-domain-name {
	background: #E8EFF7;
	margin-top: 50px;
	font-size: 20px;
	font-weight: 500;
	padding: 20px 15px;
}

.section-domain-search .perfect-domain-name h2 {
	color: #00afe3;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin: 0 0 15px;
}

.section-domain-search .perfect-domain-name p {
	margin: 30px 0 20px;
}

.section-domain-search .perfect-domain-name a {
	color: #00afe3;
	text-decoration: underline;
}

.section-domain-search .perfect-domain-name img {
	margin-top: 15px;
}

.section-domain-search .btn.checkout {
	margin-top: 20px;
}

.section-domain-search .domain-suggestion .action .add:hover,
.section-domain-search .btn.checkout:hover {
	background: #FFA433;
}

.section-domain-search .domain-suggestion .action .add:active,
.section-domain-search .btn.checkout:active {
	background: #CE7200;
}

.section-domain-search .domain-suggestion .action .added {
	color: #DBDBDB;
	border: 1px solid #909090;
	background: #A1A1A1;
	cursor: pointer;
}

.section-domain-search .domain-suggestion .info {
	font-size: 16px;
	color: #727272;
}

.section-domain-search .domain-suggestion .price {
	font-size: 36px;
	white-space: nowrap;
	padding-top: 20px;
	padding-bottom: 10px;
}

.section-domain-search .domain-suggestion .price-top {
	padding-left: 7px;
}

.section-domain-search .domain-suggestion .show-more {
	text-align: center;
	display: block;
	background: #133B80;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}

.section-domain-search .domain-suggestion .show-more:hover {
	background: #2065D9;
}

.section-domain-search .trouble-finding-domain {
	background: #E8EFF7;
}

.section-domain-search .trouble-finding-domain .title {
	font-weight: bold;
}

.section-domain-search .trouble-finding-domain a {
	color: #00afe3;
}

.section-domain-search-change {
	background: none;
	padding: 40px 20px;
	font-size: 20px;
}

.section-domain-search-change .domain-search {
	max-width: 700px;
	margin: 20px auto 0px;
	padding: 10px 5px;
}

.section-domain-search-change .title {
	font-size: 34px;
	text-align: center;
	padding: 10px;
}

.section-domain-search-change .domain-search .box-search {
	display: block;
	border: none;
	background: #FFF url(../bg/bg-domain-inner-box-shadow01.jpg) repeat-x left top;
}

.section-domain-search-change .domain-search .box-select {
	max-width: 100px;
	height: 40px;
	float: left;
	font-size: 20px;
}

.section-domain-search-change .domain-search .box-submit {
	display: block;
	color: #FFF;
	background: #76C206;
	border: 1px solid #457005;
	cursor: pointer;
}

.section-domain-search-change .domain-search .box-submit:hover {
	background: #93EC0D;
}

.section-domain-search-change .domain-search .box-submit:active {
	background: #599A0A;
}

.section-domain-search-change .message-tips {
	display: block;
}

.section-domain-search-change .domain-message-tips {
	max-width: 700px;
	margin: 0px auto 0px;
	padding: 10px 15px;
}

.section-domain-search-change .message-tips a {
	color: #00afe3;
}

.email-promotion {
	background: none;
	padding: 20px;
	font-size: 20px;
	max-width: 970px;
	margin: 80px auto 0px;
	width: auto;
}

.email-promotion .modal-header {
	border-bottom: none !important;
}

.email-promotion .close {
	color: #fff;
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	background-color: #000;
	border-radius: 55px;
	border: 3px solid #FFF;
}

.email-promotion .modal-content {
	background: #FFF !important;
	border-radius: 0px !important;
}

.email-promotion .title {
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	color: #00afe3;
	font-size: 20px;
}

.email-promotion .description {
	text-align: center;
	font-size: 17px;
}

.email-promotion .business-class-email {
	/*background: #C9E4F7 url(../img/img-fran-fp-emails01.jpg) no-repeat right top;*/
	padding: 15px 0 30px;
	margin: 30px auto 20px;
	font-size: 16px;
}

.email-promotion .business-class-email .title {
	color: #4c4c4c;
	font-size: 18px;
	text-align: left;
	margin-bottom: 5px;
	font-weight: normal;
}

.email-promotion .business-class-email .body {
	font-size: 16px;
	padding: 15px 0px;
}

.email-promotion .business-class-email .title .bold {
	font-weight: bold;
	color: #4c4c4c;
}

.email-promotion .business-class-email .title-gold {
  color: #FD8F04;
  font-size: 20px;
  text-align: left;
  margin-bottom: 5px;
}

.email-promotion .business-class-email .title .gold {
	font-weight: bold;
}

.email-promotion .business-class-email .col-md-1 {
	margin-left: -10px !important;
}

.email-promotion .business-class-email .col-md-11 {
	margin-left: -40px !important;
}
	
.email-promotion .business-class-email-footer {
	padding: 23px 0px 20px !important;
}

.email-promotion .modal-footer {
	padding: 1px;
	text-align: right;
	border-top: 0px !important;
	background-color: #EDF2F6;
}

.email-promotion .modal-footer .link,
.email-promotion .modal-footer .or {
	font-size: 18px;
}

.email-promotion .btn-continue-to-cart {
	color: #FFF;
	border: 1px solid #884A00;
	background: #EF4F2F;
	cursor: pointer;
	text-decoration: none;
	font-size: 18px;
	padding: 8px 23px;
	margin: 0px auto 0px;
	white-space: normal;
}

.email-promotion .btn-continue-to-cart:hover {
	background: #EF4F2F;
}

.email-promotion .btn-continue-to-cart:active {
	background: #CE7200;
}

.email-promotion a {
	color: #00afe3;
}

.email-promotion .business-email-heading {
	display: table;
	width: 100%;
}

.email-promotion .business-email-heading .col-left {
	width: 20px;
}

.email-promotion .business-email-heading .col-right {
}

.email-promotion .select {
	max-width: 200px;
	width: 100%;
}

.email-promotion .checkbox-wrap input[type="checkbox"]:checked + label {
    background: #01ACC0 none repeat scroll;
    border: 2px solid #01ACC0;
}

.email-promotion .checkbox-wrap {
    position: relative;
}

.email-promotion .checkbox01 {
    visibility: hidden;
    position: absolute;
}

.email-promotion .checkbox-wrap label {
	cursor: pointer;
	position: absolute;
	min-width: 20px;
	width: 20px;
	height: 20px;
	top: 3px;
  	left: 0;
	background: #eee;
	border:2px solid #727272;
	border-radius: 3px;
	margin-right: 5px;
}

.email-promotion .checkbox-wrap label:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 12px;
	height: 6px;
	background: transparent;
	top: 4px;
	left: 2px;
	border: 3px solid #ffffff;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.email-promotion .checkbox-wrap input[type=checkbox]:checked + label:after {
	opacity: 1;
}

.email-promotion .checkbox-wrap input[type=checkbox]:checked + label {
	background: #01ACC0;
	border:2px solid #01ACC0;
}

/* site wide elements used in pages formatting ======================================================================= */

.domain-search {
	border: none;
	max-width: 686px;
	margin: 0px auto;
	padding-bottom: 10px;
}

.domain-search-cart {
	max-width: 100% !important;
}

.domain-search .box-search {
	background: #FFF url(../bg/bg-domain-inner-box-shadow01.jpg) repeat-x left top;
	display: block;
	float: left;
	border: 1px solid #A9AAAC;
	max-width: 500px;
	width: 100%;
	height: 40px;
	padding-left: 15px;
	font-size: 20px;
}

.domain-search .box-select {
	display: block;
	float: left;
	border: 1px solid #636363;
	background: #A1A1A1;
	width: 100px;
	height: 40px;
	line-height: 2.45;
}

.domain-search .box-submit {
	width: 85px;
	display: block;
	height: 40px;
	float: left;
	color: #FFF;
	background: #76C206;
	border: 1px solid #457005;
	font-size: 20px;
	cursor: pointer;
}

.domain-search .box-submit:hover {
	background: #93EC0D;
}

.domain-search .box-submit:active {
	background: #599A0A;
}

.domain-message-tips {
	margin: 10px auto 50px;
	max-width: 700px;
}

.domain-message-tips a {
	color: #000;
}

.domain-message-tips a:hover {
	color: #000;
}

/* Login page formatting ======================================================================= */

.section-member-login {
	margin-top: -128px;
	background: #E3F4FE;
}

.section-member-login .container {
	max-width: 940px;
	margin: 0px auto;
	color: #252525;
	padding: 150px 10px 50px;
}

.section-member-login h1 {
	font-family: 'Open Sans Semibold', Arial, Helvetica, sans-serif;
	color: #0d90f6;
	font-size: 40px;
	margin-bottom: 40px;
}

.section-member-login .panel-default,
.section-member-login .form-control {
	border: solid 1px #73BFA7;
}

.section-member-login .panel-heading {
	background: #93CEBB;
	border: solid 1px #73BFA7;
}

.section-member-login .panel-body {
	background: #C3E4D9;
}

.section-member-login .hint a {
	color: #06F;
}

/* signup page formatting ======================================================================= */

.section-signup {
	margin-top: -128px;
	background: #E3F4FE;
}

.section-signup .container {
	max-width: 940px;
	margin: 0px auto;
	color: #252525;
	padding: 150px 10px 50px;
}

.section-signup .reg-form {
	background: #53B1DB;
	color: #FFF;
	margin-bottom: 30px;
}

.section-signup .reg-form h1 {
	font-size: 48px;
}

.section-signup .reg-form h1 span {
	font-size: 56px;
	font-family: 'Open Sans Semibold', Arial, Helvetica, sans-serif;
	color: #ffcc1e;
}

.section-signup .reg-form .form-control {
	width: 90%;
}

.section-signup .reg-form a {
	color: #ffcc1e;
}

.section-signup .reg-form h3 {
	font-size: 16px !important;
	margin: 20px 0px 30px;
}

.section-signup .yfp-benefits {
	text-align: center;
	margin-bottom: 30px;
}

.section-signup .yfp-benefits img {
	font-size: 18px;
	margin-bottom: 10px;
}

.section-signup .yfp-benefits span {
	font-family: 'Open Sans Semibold', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #21a8c7;
}



.section-download-ebook-dollar-plant {
	background: #37ABDC;
}

.section-download-ebook-dollar-plant .container {
	max-width: 1200px;
	margin: 0px auto;
	padding: 20px 80px;
}

.section-download-ebook-dollar-plant .tips-free-ebook-text {
	color: #FFF;
	text-align: center;
	font-size: 26px;
	line-height: 47px;
}

.section-download-ebook-dollar-plant .tips-free-ebook-text img {
	margin: 20px auto 0px;
}

.section-download-ebook-dollar-plant .get-it-now {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 28px;
	color: #C85A00;
	text-align: center;
	background: #FBB507;
	max-width: 300px;
	border-top: 1px solid #FBB309;
	border-right: 1px solid #FBB309;
	border-bottom: 1px solid #FBB309;
	border-left: 1px solid #FBB309;
	text-shadow: 0px 1px 0px #642800;
	cursor: pointer;
	margin: 20px auto 0px;
}

.section-download-ebook-dollar-plant .get-it-now:hover {
	background: #FFE303;
}

.section-download-ebook-dollar-plant-popup .modal-header {
	background: #1493C8;
	text-align: center;
	color: #FFF;
	padding: 20px 15px 30px;
	border-bottom: none;
}

.section-download-ebook-dollar-plant-popup .modal-header h4 {
	font-size: 30px;
}

.section-download-ebook-dollar-plant-popup .modal-header .close-popup {
	background: #000;
	color: #FFF;
	padding: 1px 5px;
	position: absolute;
	top: -5px;
	right: -5px;
	border-radius: 25px;
	border: 2px #FFFFFF solid;
}

.section-download-ebook-dollar-plant-popup .modal-body {
	background: #37ABDC;
}

.section-download-ebook-dollar-plant-popup .modal-body img {
	margin: 0px auto;
}

.section-download-ebook-dollar-plant-popup .af-form-wrapper .af-element {
	display: block;
	margin-bottom: 10px;
}

.section-download-ebook-dollar-plant-popup .af-form-wrapper .af-element .text {
	width: 100%;
	padding: 10px 5px;
	border: 2px solid #4DB5BE;
}

.section-download-ebook-dollar-plant-popup .af-form-wrapper .af-element .submit {
	width: 100%;
	padding: 2px 10px;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #C85A00;
	background: #FBB507;
	border-top: 1px solid #FBB309;
	border-right: 1px solid #FBB309;
	border-bottom: 1px solid #FBB309;
	border-left: 1px solid #FBB309;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-shadow: 0px 1px 0px #642800;
	cursor: pointer;
}

.section-download-ebook-dollar-plant-popup .af-form-wrapper .af-element .submit:hover {
	background: #FFE303;
}

.section-download-ebook-dollar-plant-popup .modal-header {
	background: #1493C8;
	text-align: center;
	color: #FFF;
	padding: 20px 15px 30px;
	border-bottom: none;
}

.section-download-ebook-dollar-plant-popup .modal-header h4 {
	font-size: 30px;
}

.section-download-ebook-dollar-plant-popup .modal-header .close-popup {
	background: #000;
	color: #FFF;
	padding: 1px 5px;
	position: absolute;
	top: -5px;
	right: -5px;
	border-radius: 25px;
	border: 2px #FFFFFF solid;
}

.section-download-ebook-dollar-plant-popup .modal-body {
	background: #37ABDC;
}

.section-download-ebook-dollar-plant-popup .modal-body img {
	margin: 0px auto;
}

.section-download-ebook-dollar-plant-popup .af-form-wrapper .af-element {
	display: block;
	margin-bottom: 10px;
}

.section-download-ebook-dollar-plant-popup .af-form-wrapper .af-element .text {
	width: 100%;
	padding: 10px 5px;
	border: 2px solid #4DB5BE;
}

.section-download-ebook-dollar-plant-popup .af-form-wrapper .af-element .submit {
	width: 100%;
	padding: 2px 10px;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #C85A00;
	background: #FBB507;
	border-top: 1px solid #FBB309;
	border-right: 1px solid #FBB309;
	border-bottom: 1px solid #FBB309;
	border-left: 1px solid #FBB309;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-shadow: 0px 1px 0px #642800;
	cursor: pointer;
}

.section-download-ebook-dollar-plant-popup .af-form-wrapper .af-element .submit:hover {
	background: #FFE303;
}


.section-all-products {
	background:#E3F4FE;
	color:#545557;
}

.section-all-products .container {
	padding: 30px 15px 95px;
	max-width: 970px;
	margin: 0px auto;
}

.section-all-products .online-tools {
	padding-bottom: 15px;
}

.section-all-products .online-tools .online-tools-row {
	margin: -5px;
	background: #FFF;
	padding: 5px;
}

.section-all-products .online-tools .online-tools-row .name,
.section-all-products .online-tools .online-tools-row .desc {
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
}

.section-all-products .online-tools .online-tools-row .name {
	font-family: 'Open Sans bold', Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 15px;
	font-size: 14px;
}

.section-all-products .online-tools .online-tools-row .desc {
	font-size: 12px;
}

.section-all-products .online-tools .online-tools-row .footer {
	font-size: 11px;
	color: #0d90f6;
	padding: 20px 8px;
}

.section-all-products .services {
	padding-bottom: 15px;
}

.section-all-products .services .services-row {
	margin: -5px;
	background: #FFF;
	padding: 5px;
}

.section-all-products .services .services-row .name,
.section-all-products .services .services-row .desc {
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
}

.section-all-products .services .services-row .name {
	font-family: 'Open Sans bold', Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 15px;
	font-size: 14px;
}

.section-all-products .services .services-row .desc {
	font-size: 12px;
}

.section-all-products .services .services-row .footer {
	font-size: 11px;
	color: #0d90f6;
	padding: 20px 8px;
}

.section-all-products .courses {
	padding-bottom: 15px;
}

.section-all-products .courses .courses-row {
	margin: -5px;
	background: #FFF;
	padding: 5px;
}

.section-all-products .courses .courses-row .name,
.section-all-products .courses .courses-row .desc,
.section-all-products .courses .courses-row .date  {
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
}
.section-all-products .courses .courses-row .date {	
	padding: 5px;
}

.section-all-products .courses .courses-row .date .label-time  {	
	font-family: 'Open Sans bold', Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.section-all-products .courses .courses-row .date .time  {
	
}

.section-all-products .courses .courses-row .name {
	font-family: 'Open Sans bold', Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 15px;
	font-size: 14px;
}

.section-all-products .courses .courses-row .desc {
	font-size: 12px;
}

.section-all-products .courses .courses-row .footer {
	font-size: 11px;
	color: #0d90f6;
	padding: 20px 8px;
}

.section-all-products .offline-tools {
	padding-bottom: 15px;
}

.section-all-products .offline-tools .offline-tools-row {
	margin: -5px;
	background: #FFF;
	padding: 5px;
}

.section-all-products .offline-tools .offline-tools-row .name,
.section-all-products .offline-tools .offline-tools-row .desc {
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
}

.section-all-products .offline-tools .offline-tools-row .name {
	font-family: 'Open Sans bold', Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 15px;
	font-size: 14px;
}

.section-all-products .offline-tools .offline-tools-row .desc {
	font-size: 12px;
}

.section-all-products .offline-tools .offline-tools-row .footer {
	font-size: 11px;
	color: #0d90f6;
	padding: 20px 8px;
}

.section-all-products .offline-tools .offline-tools-row .footer .go {
	color: #0d90f6;
}

.section-all-products .title {
	padding: 45px 15px;
	font-size: 38px;
	margin-bottom: 20px;
	text-align: center;
}

.section-all-products .description {
	font-size: 18px;
	margin-bottom: 80px;
	text-align: center;
}

.section-all-products .product-box {
	font-size: 14px;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}

.section-all-products .product-box p {
	margin-top: 20px;
}

.section-all-products .product-box img{
	border: 2px solid #112C37;
	width: 100%;
}

.section-all-products .product-box a:hover img {
	border: 2px solid #54B92F;
}

.section-all-products .product-box a {
	font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
	position: relative;
	display: block;
	color: #FFF;
}

.section-all-products .product-box a .prod-title {
	background: #54B92F;
	position: absolute;
	bottom: 2px;
	left: 2px;
	text-align: center;
	padding: 8px 15px;
	width: 70%;
	font-size: 16px;
}

.section-all-products .product-box a .prod-description {
	padding: 8px 5px;
	width: 60%;
	font-size: 22px;
	background: url(../bg/bg-blue-box-transparent01.png);
	position: absolute;
	top: 20px;
	left: 20px;
	text-align: left;
}


@media (max-width: 1200px) {
     

	.section-all-products-header .car .container .build {	
		margin-top: 110px;
	}

	.section-all-products-header .img-right img {
		width: 450px !important;
	}

	.section-all-products-header .fill .container .lady-car img {
		right: 150px;
		width: 800px;
	}

	.section-all-products-header .fill .container .laptop-hands img {
		width: 650px;
		top: 0px;
		right: -200px;
	}

	.section-header .title {
	 	margin-bottom: 10px;
	 	text-align: center;
	}

	.section-header .fill .container .build {
		margin-left: 50px;
	}

	.section-all-products-header .title {
		margin-top: 60px;
	}

	.section-all-products-header .laptop-hand img {
		width: 85% !important;
	}

	.section-all-products-header .fill .container .laptop-hand {
		top: 95px !important;
	}

	.section-all-products-header .fill .container .stack-cards  img {	
		position: absolute;
		float: right;
		width: 700px;
		top: 45px;
		right: -200px;
	}

	.section-all-products-header .title {
		text-align: center;
	}
}

@media (max-width: 991px) {
     
    /* navbar formatting ======================================================================= */

    .section-sub-nav .container {
        width: auto !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .section-sub-nav .container>.navbar-header {
        float: none;
        margin-left: 0px;
        margin-right: 0px;
    }

    .section-sub-nav .navbar-brand {
        height: 50px;
        padding: 13px 0px 10px 15px;
    }
    
    .section-sub-nav .navbar-brand img {
        max-width: 150px;
    }
    
    .section-sub-nav .navbar-toggle {
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 17px 15px 13px;
        border: none;
        color: #1655b2;
        background: #fff !important;
        float: left;
    }
    
    .section-sub-nav .navbar-nav {
        float: none !important;
        margin: 0px 0px;
        clear: both;
    }
    
    .section-sub-nav .container>.navbar-collapse {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
        background: #fff;
    }
    
    .section-sub-nav .navbar-collapse.collapse {
        display: none !important;
        height: 1px !important;
        padding-bottom: 0;
    }
    
    .section-sub-nav .navbar-collapse.collapse.in {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
        overflow-y: visible;
        border-top: 1px solid #e7e7e7;
    }
    
    .section-sub-nav .navbar-nav>li {
        float: none !important;
        border-bottom: 1px solid #ddd;
    }

	.section-all-products-header .title {
		margin-bottom: 0px;
		margin-top: 100px;
	}

	.section-all-products-header .container {
		padding: 60px 70px;
	}

	.section-all-products-header .img-right {
		margin: 200px 0px 0px;
	}

	.section-all-products-header .img-right img {
		width: 400px !important;
	}	

	.section-all-products-header .laptop .container .build {
	  margin-top: 10px !important;
	}

	.section-all-products-header .car .container .build {
		margin-top: 10px;
	}

	.section-all-products-header .fill .container .lady-car img {
		right: 100px;
		width: 600px;
	}

	.section-all-products-header .fill .container .laptop-hands img {
		width: 600px;
		top: 0px;
		right: 0px;
		text-align: center;
		margin: 0px auto 0px;
	}	

	.section-all-products-header .cards .container .build {
	  margin-top: 10px;
	}

	.section-all-products-header .fill .container .stack-cards img {	
		width: 100%;
		top: 45px;
		right: 0px;
		text-align: center;
	}

	.section-all-products-header .laptop {
		height: 720px;
		background-size: cover;
	}

	.section-all-products-header .laptop .container {
		width: 100%;
		max-width: 970px;
		padding: 60px 15px;
	}

	/* index page formatting ======================================================================= */

	.section-index-header .online-success {
		float: right;
		margin: 0 0 50px 0;
	}
	
	.section-our-formula .formula img {
		text-align: center;
		margin: 0px auto 0px;
		padding: 30px 15px;
		float: none;
	}
	
	.section-privacy-no-extra-cost .image-privacy img {
		text-align: center;
		margin: 0px auto 0px;
		margin-top: 10px;
		float: none;
	}
	
	.section-affordable-pricing .domains {
		text-align: center;
		padding-top: 40px;
		margin: 0px auto 0px;
	}
	
	.section-affordable-pricing .text-privacy,
	.section-affordable-pricing ul {
		padding-top: 20px;
		margin: 0px auto 0px;
	}
	
	.section-affordable-pricing .domains img {
		text-align: center;
		margin: 0px auto 0px;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.section-best-practices .checklist img {
		text-align: center;
		margin: 0px auto 0px;
		float: none;
	}
	
	.order-summary {
		margin: 10px auto 0px;
	}
	
	.section-domain-search .container {
		padding: 190px 15px 50px;
	}
	
	.section-domain-search .message-suggestions .pull-left,
	.section-domain-search .message-suggestions .pull-right,
	.section-domain-search .domain-suggestion .price {
		text-align: center;
		margin: 0px auto 0px;
		float: none !important;
	}

	.section-domain-search .domain-status .price,
	.section-domain-search .domain-status .price-info {
		text-align: center;
		padding-top: 0;
	}
	
	.section-domain-search .domain-suggestion .domain,
	.section-domain-search .domain-suggestion .domain-img {
		text-align: center;
		margin: 0px auto 0px;
		float: none !important;
		padding: 0px;
	}
	
	.section-domain-search .domain-suggestion img {
		text-align: center !important;
		margin: 0px auto 0px;
	}
	
	.section-domain-search .available {
		background: none;
	}
	
	.section-domain-search .domain-status .domain {
		padding: 10px 20px;
		text-align: center !important;
		margin: 0px auto 0px;
	}
	
	.section-domain-search .domain-status,
	.section-domain-search .domain-status img {
		padding: 10px 20px;
		text-align: center !important;
		margin: 0px auto 0px;
	}
	
	.section-domain-search .domain-suggestion .action {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.section-domain-search .domain-status .premium-info {
		text-align: left;
	}
	
	.section-domain-search .message-checkout {
		margin: 20px auto 0px;
		text-align: center;
	}
	
	.section-domain-search .btn.checkout {
		float: none !important;
		text-align: center;
		white-space: normal;
		margin: 0px auto 0px;
		padding: 6px 15px;
	}
	
	.email-promotion .business-class-email .col-md-11 {
		margin: 0px auto 0px !important;
	}
	
	.email-promotion .business-class-email-footer {
		margin: 0px auto 0px !important;
		text-align: center;
	}
	
	.modal.fade .modal-dialog {
		width: 100% !important;
		margin: 0px auto 0px;
	}

	.section-all-products .online-tools .online-tools-row {
		height: 350px;
	}

	.section-all-products .services .services-row {
		height: 300px;
	}

	.section-all-products .courses .courses-row {
		height: 320px;
	}

	.section-all-products-header .title {
		margin-bottom: 0px;
		margin-top: 100px;
	}

	.section-all-products-header .container {
		padding: 60px 70px;
	}

	.section-all-products-header .img-right {
		margin: 200px 0px 0px;
	}

	.section-all-products-header .img-right img {
		width: 400px !important;
	}	

	.section-all-products-header .laptop .container .build {
	  margin-top: 10px !important;
	}

	.section-all-products-header .car .container .build {
		margin-top: 10px;
	}

	.section-all-products-header .fill .container .lady-car img {
		right: 100px;
		width: 600px;
	}

	.section-all-products-header .fill .container .laptop-hands img {
		width: 600px;
		top: 0px;
		right: 0px;
		text-align: center;
		margin: 0px auto 0px;
	}	

	.section-all-products-header .cards .container .build {
	  margin-top: 10px;
	}

	.section-all-products-header .fill .container .stack-cards img {	
		width: 100%;
		top: 45px;
		right: 0px;
		text-align: center;
	}

	.section-all-products-header .laptop {
		height: 720px;
		background-size: cover;
	}

	.section-all-products-header .laptop .container {
		width: 100%;
		max-width: 970px;
		padding: 60px 15px;
	}

	.section-download-guide-mini .container {
		text-align: center;
		padding: 50px 15px 70px;
	}
	
	.section-features .container {
		padding: 30px 15px 100px;
	}
	
}

@media (max-width: 991px) and (min-width: 768px) {

    /* navbar formatting ======================================================================= */
    
    .section-sub-nav .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 15px 10px 40px;
    }

    .section-sub-nav>.container .navbar-brand {
        margin-left: 20px;
    }
    
    .section-sub-nav .btn-get-it-now {
        right: 40px;
    }

}

@media (max-width: 820px) {

	.section-all-products-header .img-right img {
		width: 380px !important;
	}

	.section-all-products-header .fill .container .lady-car img {
		right: 60px;
		width: 650px;
	}

}

@media (max-width: 800px) {
	
	.section-features .features img {
		margin-bottom: 20px;
	}

}

@media (min-width: 768px) {
	
	/* Success Stories formatting ================================================================ */
		
	.section-standalone-story .story-heading h1 {
		margin-top: 0px;
	}

}

@media (max-width: 767px) {
	
	.bottom {margin-bottom: 25px !important;}
	
	/* index page formatting ======================================================================= */

	.section-all-products-header .fill .container {
		width: 100%;
		max-width: 970px;
		padding: 60px 15px 40px 15px;
		text-align: center;
	}

	.section-all-products-header .fill .container .build {	
		width: 100%;
		margin-top: 15px !important;
	}

	.section-all-products-header .title {
		padding-bottom: 5px;	
	}

	.section-all-products-header .fill .container .build .sub-title {
		text-align: center;
		margin: 0px auto 0px;	
		padding-bottom: 25px;	
	}

	.section-all-products-header {
		margin-top: -88px;
	}
	
	.section-all-products-header .title {
		margin-bottom: 10px;
	}
	
	.section-all-products-header .description {
		font-size: 21px;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.section-all-products-header .description p {
		margin-bottom: 30px;
		display: block;
		max-width: 100%;
	}
	
	.section-all-products-header .laptop-on-table {
		float: none;
		max-width: 100%;
		margin-top: 0px;
	}

	.section-all-products-header .fill .container .lady-car img {
		right: 0px;
		width: 650px;
		padding: 0px 15px;
	}

	.section-all-products-header .img-right img {
		width: 390px !important;
	}

	.section-all-products-header .img-right {
		margin: 100px 0px ;
	}

	.section-all-products-header .fill .container .laptop-hands img {
		width: 560px;
	}
	
	.section-index-header .container {
		padding: 105px 15px 0px;
	}

	.section-index-header .online-success {
		float: none;
		margin: 30px auto;
	}

	.section-index-header .online-success .title {
		font-size: 30px;
		line-height: 35px;
		padding: 20px 15px 15px;
	}
	
	.section-index-header .online-success p {
		font-size: 16px;
		padding: 0px 15px 20px;
	}
		
	.section-index-header .spacer {
		margin-bottom: 80px
	}

	.section-features h2 {
		font-size: 26px;
		padding-bottom: 20px;
	}
	
	.section-features .features img {
		margin: 0px auto 0px;
		padding: 10px 15px;
	}
	
	.section-index-why-get .container {
		padding: 50px 15px 60px;
		margin: 0px auto;
	}
	
	.section-index-why-get h2 {
		margin-top: 0px;
		margin-bottom: 20px;
		font-size: 30px;
	}

	.section-index-why-get .why-get {
		margin: 0px auto 15px;
	}
	
	.section-index-why-get .why-get img {
		margin: 0px auto;
		text-align: center;
		padding: 10px 15px;
	}
	
	.section-index-why-get .text-avoid-losing {
		text-align: center;
	}

	.section-index-why-get .text-prospect-removes {
		font-size: 20px;
	}
	
	.section-stake-your-claim .comp-monitor {
		margin: 0px auto 0px;
		text-align: center;
		padding: 30px 15px;
		float: none !important;
	}
	
	.section-stake-your-claim .container {
		padding: 40px 15px 0px;
	}
	
	.section-stake-your-claim .comp-monitor {
		padding: 30px 15px 10px;
	}
	
	.section-why-choose {
		background: #E3F4FE;
	}
	
	.section-why-choose .container {
		padding: 40px 15px 30px;
		font-size: 15px;
	}
	
	.section-why-choose h2 {
		font-size: 28px;
	}
	
	.section-why-choose .text-block-2nd {
		margin-bottom: 10px;
	}
	
	.section-why-choose .text-block-1st {
		width: auto;
	}
	
	.section-our-formula .container {
		margin: 0px auto;
		padding: 30px 15px;
	}
	
	.section-our-formula h2,
	.section-our-formula a {
		text-align: center;
	}
	
	.section-our-formula h2 {
		font-size: 29px;
	}
	
	.section-our-formula ul li h3 {
		font-size: 22px;
	}
	
	.section-best-practices .container {
		padding: 30px 15px 50px;
	}
	
	.section-best-practices ul li {
		font-size: 18px;
		margin-top: 30px;
	}
	
	.section-best-practices h2 {
		font-size: 35px;
	}
	
	.section-more-freedom .text-more-freedom {
		padding: 40px 15px 60px;
	}

	.section-more-freedom h2 {
		font-size: 30px;
	}
	
	.section-more-freedom h2 span {
		font-size: 38px;
	}
	
	.section-more-freedom h3 {
		font-size: 25px;
	}
	
	.section-privacy-no-extra-cost .container {
		padding: 40px 15px 60px;
	}
	
	.section-privacy-no-extra-cost h2 {
		font-size: 30px;
	}
	
	.section-affordable-pricing .container {
		padding: 40px 15px 0px;
	}
	
	.section-affordable-pricing h2 {
		font-family: 'Open Sans Bold', Arial, Helvetica, sans-serif;
		font-size: 29px;
	}

	.section-affordable-pricing ul {
		padding: 5px 0px 5px 0px;
		margin: 0px auto 0px;
	}
	
	.section-affordable-pricing .domains img {
		width: 70%;
	}
	
	.section-domains-pricing .container {
		padding: 50px 15px 70px;
	}
	
	.section-domains-pricing .domains-box {
		margin-bottom: 40px;
		height: auto;
	}
	
	.section-domains-pricing .buy3-get1-free .content .second span {
		text-align: center;
	}
	
	.section-our-formula ul {
		margin: 0px auto 0px;
	}
		
	.domain-message-tips {
		margin: 10px auto 50px;
	}
	
	.section-domains-pricing .bulk-pricing {
		padding: 10px 15px;
		margin: 0px auto;
		width: auto;
	}
	
	.section-more-freedom .container {
		float: right;
		max-width: 60%;
	}
	
	.section-domain-search-change .domain-search {
		padding: 10px 15px;
	}
	
	.section-domain-search .domain-suggestion .domain {
		font-size: 26px;
	}
	.email-promotion {
		font-size: 18px;
	}
	
	.email-promotion .title	 {
		font-size: 25px;
		text-align: left;
	}
	
	.email-promotion .business-class-email {
		background: #C9E4F7;
	}
	
	.section-domain-search .domain-status .com {
		font-size: 26px;
	}
	
	/* Login page formatting ======================================================================= */
	
	.section-member-login {
		margin-top: -68px;
	}

	.section-member-login h1 {
		font-size: 30px;
		margin-bottom: 30px;
	}
     
	/* signup page formatting ======================================================================= */
	
	.section-signup {
		margin-top: -68px;
	}
		
	.section-signup .reg-form {
		padding: 10px 20px;
	}
	
	.section-signup .reg-form h1 {
		font-size: 38px;
	}
	
	.section-signup .reg-form h1 span {
		font-size: 46px;
	}
	
	.section-signup .reg-form .form-control {
		width: 100%;
	}	
		
	.section-download-ebook-dollar-plant-popup .modal-header h4 {
		font-size: 20px;
	}
	

	.section-all-products .container {
		padding: 50px 15px 75px;
	}

	.section-all-products .title {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.section-all-products .description {
		margin-bottom: 40px;
	}

	.section-all-products .product-box a .prod-title {
		left: 0px;
		width: 100%;
	}

	.section-all-products .online-tools {
		padding: 5px 101px;
	}	

	.section-all-products .courses {
		padding: 5px 120px;
	}	

	.section-all-products .services {
		padding: 5px 120px;
	}

	.section-all-products .offline-tools {
		padding: 5px 120px;
	}

	.section-all-products .services .services-row {
		height: 330px;
	}

	.section-all-products .courses .courses-row {
		height: 350px;
	}

	.section-all-products-header .fill .container .lady-car img {
		right: 0px;
		width: 650px;
		padding: 0px 15px;
	}

	.section-all-products-header .img-right img {
		width: 390px !important;
	}

	.section-all-products-header .img-right {
		margin: 100px 0px ;
	}

	.section-all-products-header .fill .container .laptop-hands img {
		width: 560px;
	}	


	.section-all-products .img-responsive {
		width: auto;
	}

	.section-download-ebook-dollar-plant .container {
		padding: 20px 10px;
	}


	.section-all-products .online-tools .online-tools-row {
		margin: -5px 0px;
	}	
	
}

@media (max-width: 700px) {
	.section-all-products-header .fill .container .lady-car img {
		right: 0px;
		width: 550px;
		padding: 0px 15px;
	}

	.section-all-products .services {
		padding: 5px 100px;
	}
}

@media (max-width: 640px) {


	.section-all-products .online-tools {
		padding: 5px;
	}

	.section-all-products .online-tools .online-tools-row {
		height: 400px;
		margin: -5px 0px;
	}

	.section-all-products .courses {
		padding: 5px;
	}	

	.section-all-products .services {
		padding: 5px 50px;
	}

	.section-all-products .offline-tools {
		padding: 5px;
	}

	.section-all-products-header .fill .container .laptop-hands img {
		width: 410px;
		margin-top: 0px;
	}

	.section-all-products-header .laptop {
		height: 620px;
		background-size: cover;
	}
}

@media (max-width: 600px) {
	
	.section-all-products-header .title {
		font-size: 35px;
	}	

	.section-all-products-header .fill .container .build {	
		margin: 0px !important;
	}

	.section-all-products-header .title {
		margin-bottom: 0px;
	}

	.section-all-products-header .laptop {
		height: 600px;
		background-size: cover;
	}

	.section-all-products-header .img-right {
		margin: 80px 0px;
	}

	.section-all-products-header .fill .container .laptop-hands img {
		margin-top: 30px;
	}

	.section-all-products .services {
		padding: 5px 30px;
	}

}

@media (max-width: 480px) {
	
	.section-all-products-header .car {
		height: 720px;
	}

	.section-all-products-header .img-right {
		margin: 10px 0px 0px;
	}

	.section-all-products-header .img-right img {
		width: 350px !important;
	}

	.section-all-products-header .laptop {
	  height: 570px;
	}

	.section-all-products-header .screen .container {
		width: 100%;
		max-width: 970px;
		padding: 60px 15px 20px 15px;
		text-align: center;
	}

	.section-all-products-header .fill .container .laptop-hands img {
		width: 400px;
		margin-top: 0px;
	}

	.section-all-products-header .fill .container .lady-car img {
		right: 0px;
		width: 360px;
		padding: 0px 10px;
	}

	.section-all-products-header .car {
		height: 450px !important;
	}

	.section-all-products-header .cards {
		height: 530px;
	}

	.section-all-products-header .fill .container .stack-cards img {
		top: 0;
	}

	.section-all-products .online-tools,
	.section-all-products .courses,
	.section-all-products .services,
	.section-all-products .offline-tools {
		padding: 5px 0px;
	}	

	.section-all-products .online-tools .online-tools-row {
		height: 350px;
		margin: -5px 0px;
	}

	.section-all-products .services .services-row {
		height: 490px;
		margin: -5px 0px;
	}

	.section-all-products .courses .courses-row {
		height: 540px;
		margin: -5px 0px;
	}

	.section-all-products .offline-tools .offline-tools-row {
		margin: -5px 0px;
	}


}

@media (max-width: 400px) {

	.col-xxs-6 {
	  width: 100%;
	}
	.section-all-products .online-tools,
	.section-all-products .courses,
	.section-all-products .services,
	.section-all-products .offline-tools {
		padding: 5px 0px;
	}	

	.section-all-products .online-tools .online-tools-row {
		height: 450px;
		margin: -5px 0px;
	}

}

@media (max-width: 320px) {

	/* footer formatting ======================================================================= */

	.section-affordable-pricing .domains {
		margin: 0px auto 0px;
	}
	
}
