/* 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 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;
}

.btn {
	white-space: normal;
}

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

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

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;
}

/* text color formatting ======================================================================= */

.black-text01 {
	color: #1c1d22;
}

/* text size formatting ======================================================================= */

.text-size-18 {
	font-size: 18px;
	line-height: 20px;
}

/* box formatting ======================================================================= */

.section-gradient-blue-box01 {
	background: #F7F8FA url(../bg/bg-gradient-blue01.jpg) repeat-x top;
	min-width: 960px;
	border-bottom: solid 1px #B3BAB3;
}

.section-blue-box01 {
}

.section-blue-box02 {
	background: #BAE2FB;
	min-width: 960px;
	border-bottom: solid 1px #B3BAB3;
}

.section-white-box01 {
	background: #FAFAFA;
	min-width: 960px;
	border-bottom: solid 1px #B3BAB3;
}

/* 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;
}

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

.section-index-header {
	background: #F7F8FA url(../bg/bg-girl-using-laptop01.jpg) no-repeat center top;
	border-bottom: 2px solid #C6CBCF;
	margin-top: -23px;
}

.section-index-header .container {
	margin: 0px auto;
	display: block;
	position: relative;
	color: #0168C4;
	max-width: 960px;
}

.section-index-header .header-text {
	padding-top: 30px;
}

.section-index-header .set-up-button {
	margin-bottom: 400px;
}

.section-index-header .header-text .description {
	padding-top: 5px;
	font-size: 16px;
	padding-bottom: 20px;
	color: #252525;
}

.section-index-header .alert-warning {
	max-width: 685px;
	color: #252525;
	font-size: 15px;
	padding: 15px 15px 0px;
	border: none;
	margin-bottom: 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-index-features {
	background: #E3F4FE;
	border-bottom: solid 1px #B3BAB3;
}

.section-index-features .container {
	display: block;
	max-width: 960px;
	color: #00afe3;
	padding: 20px 15px;
}

.section-index-features .we-understand {
	margin: 0px auto 0px;
	text-align: center;
}

.section-index-features .we-understand h2.title {
	margin: 0px auto 0px;
	padding-bottom: 50px;
	font-size: 34px;
}

.section-index-features .we-understand .features img {
	text-align: center;
	margin: 0px auto 0px;
}

.section-index-features .we-understand .features p {
	text-align: center;
	vertical-align: top;
	padding-top: 20px;
	font-size: 20px;
}

.section-index-why-get-email {
	background: #FAFAFA;
	border-bottom: solid 1px #B3BAB3;
}

.section-index-why-get-email .container {
	max-width: 960px;
	padding: 80px 15px;
	font-size: 18px;
}

.section-index-why-get-email .title {
	font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #00afe3;
	font-size: 36px;
	margin-bottom: 40px;
}

.section-index-why-get-email img {
	margin-top: 40px;
}

.section-index-why-get-email .subtext {
	font-family: "Open Sans SemiBold", Helvetica, Arial, sans-serif;
}

.section-index-why-get-email ul {
	font-size: 17px;
	padding: 40px 0px;
}

.section-index-why-get-email ul li {
	list-style-type: none;
	background: url(../img/img-check-mark01.png) no-repeat left center;
	background-size: 30px;
	font-family: "Open Sans SemiBold", Helvetica, Arial, sans-serif;
	padding-left: 40px;
	line-height: 30px;
	margin-bottom: 20px;
}

.section-index-advertise-your-site {
	background: url(../bg/bg-laptop01.png) no-repeat center top;
	border-bottom: solid 1px #B3BAB3;
}

.section-index-advertise-your-site .container {
	max-width: 960px;
	padding: 35px 15px;
	text-align: right;
	font-size: 18px;
}

.section-index-advertise-your-site .title {
	font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
	color: #00afe3;
	font-size: 33px;
	margin-bottom: 40px;
}

.section-index-advertise-your-site span {
	font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
}

.section-index-you-inc {
	background: url(../bg/bg-girl-using-tab01.jpg) no-repeat center top;
	border-bottom: solid 1px #B3BAB3;
}

.section-index-you-inc .container {
	max-width: 960px;
	padding: 80px 15px 130px;
	font-size: 18px;
}

.section-index-you-inc .title {
	font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
	color: #00afe3;
	font-size: 40px;
	margin-top: 50px;
	margin-bottom: 40px;
}

.section-index-you-inc span {
	font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
}

.section-index-why-choose-fp-emails {
	background: #FFFFFF;
	border-bottom: solid 1px #B3BAB3;
}

.section-index-why-choose-fp-emails .container {
	max-width: 960px;
	padding: 80px 15px;
	font-size: 18px;
}

.section-index-why-choose-fp-emails .title {
	font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
	color: #00afe3;
	font-size: 36px;
	margin-bottom: 40px;
	text-align: center;
}

.section-index-why-choose-fp-emails .block-1st {
	background: url(../bg/bg-number01.png) no-repeat left top;
	padding-left: 70px;
}

.section-index-why-choose-fp-emails .block-1st-footer {
	padding-left: 70px;
}

.section-index-why-choose-fp-emails .block-1st .ad-free {
	font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
	color: #00afe3;
	font-size: 40px;
	margin-bottom: 30px;
	padding: 20px 0px 0px 50px;
}

.section-index-why-choose-fp-emails .block-1st span {
	font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
	font-size: 23px;
}

.section-index-hassle-free {
	background: url(../bg/bg-family01.jpg) no-repeat center top;
	border-bottom: 1px solid #B3BAB3;
	color: #FFF;
	font-size: 18px;
}

.section-index-hassle-free .col-sm-6:last-child {
	background: #1E6380;
	padding: 40px 15px 50px 15px;
}

.section-index-hassle-free .block-1st {
	background: url(../bg/bg-number02.png) no-repeat left top;
	padding-left: 70px;
}

.section-index-hassle-free .block-1st .title{
	font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
	font-size: 40px;
	margin-bottom: 30px;
}

.section-index-hassle-free .block-1st .more-freedom {
	font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
	font-size: 40px;
}

.section-index-hassle-free .block-1st .title {
	padding: 20px 0px 0px 50px;
}

.section-index-hassle-free .block-1st .more-freedom {
	padding: 20px 0px 0px 0px;
}

.section-index-security-matters {
	background: none repeat scroll 0% 0% #E3F4FE;
	border-bottom: 1px solid #B3BAB3;
}

.section-index-security-matters .container {
	max-width: 960px;
	padding: 60px 15px;
}

.section-index-security-matters .block-1st {
	font-size: 40px;
	font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
	color: #00afe3;
	background: url(../bg/bg-number03.png) no-repeat left top;
	padding: 15px 15px 30px 120px;
}

.section-index-security-matters .col-sm-8 {
	padding: 15px 15px 30px 60px;
	font-size: 17px;
}

.section-index-security-matters span {
	font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
}

.section-buttons {
	background: none repeat scroll 0% 0% #FAFAFA;
	border-bottom: 1px solid #B3BAB3;
}

.section-buttons .container {
	padding: 60px 15px 180px;
	max-width: 960px;
}

.section-buttons .btn-green01 {
	cursor: pointer;
	color: #FFF;
	background: #73C10B;
	font-size: 25px;
	border: 1px solid #529100;
	text-align: center;
	text-decoration: none;
	padding: 13px 30px;
	font-weight: bold;
}

.section-buttons .btn-green01:hover {
	background: #80D50D;
}

.btn-green01 {
	cursor: pointer;
	color: #FFF !important;
	background: #73C10B;
	font-size: 20px;
	border: 1px solid #529100;
	text-align: center;
	text-decoration: none;
	padding: 13px 30px;
	font-weight: bold;
	border-radius: 4px;
}

.btn-green01:hover {
	background: #80D50D;
}

/* pricing page formatting ======================================================================= */

.section-pricing-header {
	background: #BAE2FB;
	border-bottom: 2px solid #C6CBCF;
	margin-top: -23px;
}

.section-pricing-header .container {
	width: auto;
	margin: 0px auto;
	padding: 60px 15px;
	max-width: 800px;
}

.section-pricing-header .title {
	font-size: 34px;
	text-align: center;
}

.section-pricing-header h3 {
	font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
}

.section-pricing-header .description {
	padding-top: 5px;
	font-size: 20px;
	text-align: center;
	margin-bottom: 40px;
}

.section-pricing-header .pricing {
	background: #31568A;
	text-align: center;
	padding: 0px 15px 25px;
	color: #FFF;
	display: block;
}

.section-pricing-header .pricing .type {
	padding: 8px 0px;
	background: #5BBBD1;
	margin: 0px -15px;
	font-size: 24px;
}

.section-pricing-header .pricing .amount {
	font-size: 45px;
	display: block;
	margin: 0px 0px -25px 0px;
}

.section-pricing-header .pricing .amount span {
	font-size: 160px;
	vertical-align: -80px;
}

.section-pricing-header .pricing .time {
	font-size: 25px;
}

.section-pricing-header .btn-signup01 {
	background: #73C10B;
	display: block;
	width: 195px;
	cursor: pointer;
	padding: 7px 10px;
	margin: 15px auto;
	color: #fff;
	border: solid 1px #457004;
	font-size: 20px;
	text-decoration: none;
}

.section-pricing-header .btn-signup01:hover {
	background: #97F21C;
}

.section-pricing-header .why-get-group {
	background: #E8EFF7;
	padding: 15px;
	margin-top: 30px;
}

.section-pricing-header .why-get-group h3 {
	margin: 0px;
}

.section-pricing-header .why-get-group a,
.section-pricing-header .why-get-group span {
	color: #3CC2ED;
	font-weight: bold;
}

.section-pricing-features {
	background: #F7F7F7;
}

.section-pricing-features .container {
	width: auto;
	max-width: 960px;
	margin: 0px auto;
	padding: 70px 15px;
}

.section-pricing-features .title {
	font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
	color: #0d90f6;
	text-align: center;
	font-size: 40px;
	margin-bottom: 45px;
}

.section-pricing-features .description {
	color: #555555;
	text-align: center;
	max-width: 830px;
	display: block;
	font-size: 18px;
	margin: 0px auto;
}

.section-pricing-features .features  {
	font-family: 'Open Sans Semibold', Arial, Helvetica, sans-serif;
	text-align: center;
}

.section-pricing-features .features img {
	height: 134px;
	margin: 20px auto 30px;
}

.section-pricing-features .features  .title-why-use {
	font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
	color: #0d90f6;
	margin-bottom: 20px;
	font-size: 18px;
}

.section-pricing-features .features  .description {
	color: #252525;
	font-size: 14px;
	padding: 0px 10px
}

.section-pricing-join-hundreds {
	background: #E3F4FE;
}

.section-pricing-join-hundreds .container {
	width: auto;
	margin: 0px auto;
	padding: 60px 15px 180px;
	max-width: 960px;
}

.section-pricing-join-hundreds .title {
	font-size: 36px;
	font-family: "Open Sans Bold", Helvetica, Arial, sans-serif;
	margin-bottom: 40px;
	color: #00afe3;
	text-align: center;
}

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

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

.section-member-login .container {
	max-width: 940px;
	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;
}

/* offer domain formatting ======================================================================= */

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

.domain-promotion .modal-header {
	border-bottom: none !important;
	padding: 1px;
}

.domain-promotion .modal-body {
	padding: 15px 15px 30px;
}

.domain-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;
}

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

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

.domain-promotion .description {
	text-align: center;
	margin-bottom: 30px;
}

.domain-promotion .title-gold {
	color: #FD8F04;
}

.domain-promotion .btn-buy-domain {
	color: #FFF;
	border: none;
	border-radius: 0;
	background: #47BB49;
	cursor: pointer;
	font-size: 17px;
	text-decoration: none;
	padding: 10px 20px;
	margin: 0px auto 0px;
	white-space: normal;
}

.domain-promotion .btn-buy-domain:hover {
	background: #358E37;
}

.domain-promotion .btn-continue-cart {
	color: #FFF;
	border: none;
	border-radius: 0;
	background: #EF4F2F;
	cursor: pointer;
	font-size: 17px;
	text-decoration: none;
	padding: 10px 64px;
	margin: 0px auto 0px;
	white-space: normal;
}

.domain-promotion .btn-continue-cart:hover {
	background: #D63310;
}

/* 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-no-domain-in-system-header {
	border-bottom: 2px solid #C6CBCF;
	margin-top: -23px;
}

.section-no-domain-in-system-header .container {
	width: auto;
	margin: 0px auto;
	padding: 30px 15px 260px;
	max-width: 970px;
}

.section-no-domain-in-system-header h1 {
	text-align: center;	
}

.section-no-domain-in-system-header .subtitle {
	text-align: center;
	font-size: 20px;
	padding-bottom: 45px;
}

.section-no-domain-in-system-header .option-box {
	background: #EDF2F6;	
	padding:30px 30px 15px;
	margin-bottom: 20px;
	font-size: 18px;
}

.section-no-domain-in-system-header .option-box .bold {
	font-weight: 600;
}

.section-no-domain-in-system-header .option-box p {
	margin-bottom: 5px;
}

.section-no-domain-in-system-header .option-box a {
	color: #177DC7;
}

.section-no-domain-in-system-header .get-domain {
	text-align: center;
	padding-top: 20px;
}

.section-no-domain-in-system-header .get-domain a {
	color: #FFFFFF;
	font-size: 24px;
	background: #FB8B00;
	padding: 15px 30px;
}

.section-select-your-preferred-option-header {
	border-bottom: 2px solid #C6CBCF;
	margin-top: -23px;
}

.section-select-your-preferred-option-header .container {
	width: auto;
	margin: 0px auto;
	padding: 30px 15px 260px;
	max-width: 970px;
}

.section-select-your-preferred-option-header h1 {
	text-align: center;	
}

.section-select-your-preferred-option-header .subtitle {
	text-align: center;
	font-size: 20px;
	padding-bottom: 45px;
}

.section-select-your-preferred-option-header .option-box {
	background: #EDF2F6;	
	padding:25px;
	margin-bottom: 20px;
	font-size: 18px;
}

.section-select-your-preferred-option-header .option-box-best-option .option-list,
.section-select-your-preferred-option-header .option-box .option-list {
	margin-left: 30px;
}

.section-select-your-preferred-option-header .option-box-best-option {
	background: #EDF7DC;	
	padding:25px;
	margin-bottom: 20px;
	font-size: 18px;
}

.section-select-your-preferred-option-header .option-box-best-option .bold {
	font-weight: 600;
}

.section-select-your-preferred-option-header .save-continue {
	text-align: center;
	padding-top: 20px;
}

.section-select-your-preferred-option-header .save-continue a {
	color: #FFFFFF;
	font-size: 24px;
	background: #77C20D;
	padding: 15px 30px;
}

.section-own-configuration-header {
	border-bottom: 2px solid #C6CBCF;
	margin-top: -23px;
}

.section-own-configuration-header .container {
	width: auto;
	margin: 0px auto;
	padding: 30px 15px 260px;
	max-width: 970px;
}

.section-own-configuration-header h1 {
	text-align: center;	
}

.section-own-configuration-header .subtitle {
	text-align: center;
	font-size: 18px;
}

.section-own-configuration-header .subtitle .p-bottom,
.section-own-configuration-header .option-box .p-bottom {
	padding-bottom: 20px;
}

.section-own-configuration-header .option-box {
	background: #EDF2F6;	
	padding:25px;
	margin-bottom: 20px;
	font-size: 18px;
}

.section-own-configuration-header .option-box .bold {
	font-weight: 600;
}

.section-no-domain-in-system-header .get-domain {
	text-align: center;
	padding-top: 20px;
}

.section-no-domain-in-system-header .get-domain a {
	color: #FFFFFF;
	font-size: 24px;
	background: #FB8B00;
	padding: 15px 30px;
}


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

.checkbox-wrap {
    position: relative;
}

.checkbox01 {
    visibility: hidden;
    position: absolute;
}

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

.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);
}

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

.checkbox-wrap input[type=radio]:checked + label {
	background: #727272;
	border:2px solid #727272;
}

@media (max-width: 1200px) {
     
}

@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-buttons .container {
		padding: 60px 15px 100px;
	}
		
	.section-pricing-join-hundreds .container {
		padding: 60px 15px 100px;
	}
	
}

@media (max-width: 800px) {

	.section-features .features img {
		margin-bottom: 20px;
	}
	
}

@media (min-width: 768px) {

}

@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: 767px) {

	/* index page formatting ======================================================================= */
	
	.section-index-header .container {
		padding-top: 30px;
	}

	.section-index-header .title {
		font-size: 24px;
	}

	.section-index-header .set-up-button {
		margin-bottom: 250px;
	}

	.section-index-features .we-understand h2.title {
		font-size: 26px;
	}

	.section-index-why-get-email .container {
		padding: 40px 15px 0px;
	}

	.section-index-why-get-email .title {
		font-size: 26px;
	}

	.section-index-why-get-email img {
		margin: -60px auto 0px;
	}

	.section-index-advertise-your-site {
		background: #E3F4FE;
	}

	.section-index-advertise-your-site .container {
		text-align: left;
	}
	
	.section-index-advertise-your-site .title {
		font-size: 26px;
		margin-bottom: 30px;
	}

	.section-index-you-inc {
		background: #fff;
	}
	
	.section-index-you-inc .container {
		padding: 30px 15px 40px;
	}
	
	.section-index-you-inc .title {
		font-size: 30px;
		margin-top: 0px;
		margin-bottom: 20px;
	}

	.section-index-why-choose-fp-emails .container {
		padding: 40px 15px;
	}
	
	.section-index-why-choose-fp-emails .title {
		font-size: 28px;
		margin-bottom: 30px;
	}

	.section-index-why-choose-fp-emails img {
		margin: 0px auto;
	}

	.section-index-why-choose-fp-emails .block-1st,
	.section-index-why-choose-fp-emails .block-1st-footer {
		padding-left: 15px;
	}

	.section-index-why-choose-fp-emails .block-1st .ad-free {
		font-size: 30px;
		padding: 35px 0px 0px 90px;
	}

	.section-index-hassle-free .col-sm-6:last-child {
		padding: 20px 15px 30px 15px;
	}

	.section-index-hassle-free .block-1st {
		background: url(../bg/bg-number02.png) no-repeat -10px 0px;
		padding-left: 0px;
	}

	.section-index-hassle-free .block-1st .title {
		font-size: 28px;
		padding: 35px 0px 0px 90px;
	}
	
	.section-index-hassle-free .block-1st .more-freedom {
		font-size: 30px;
	}
	
	.section-index-security-matters .container {
		padding: 20px 15px;
	}
	
	.section-index-security-matters img {
		margin: 0px auto;
	}

	.section-index-security-matters .block-1st {
		padding-left: 15px;
	}

	.section-index-security-matters .title {
		font-size: 30px;
		padding: 20px 0px 0px 90px;
	}

	.section-index-security-matters .col-sm-8 {
		padding: 15px 15px 30px 15px;
	}

	/* pricing page formatting ======================================================================= */

	.section-pricing-header .container {
		padding: 120px 15px 60px;
	}

	.section-pricing-header .title {
		font-size: 28px;
	}

	.section-pricing-header .pricing {
		float: none !important;
		margin-bottom: 30px;
	}

	.section-pricing-header .why-get-group {
		margin-top: 0px;
	}

	.section-pricing-features .container {
		padding: 20px 15px 60px;
	}

	.section-pricing-features .features img {
		margin: 50px auto 20px;
	}

	.section-pricing-join-hundreds .title {
		font-size: 28px;
	}

	/* 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%;
	}

}

@media (max-width: 480px) {

	#header-toggle-logo {
		width: 79%;
	}

}

@media (max-width: 320px) {
	
}
