@font-face {

    font-family: HelveticaWorldRegular;

    src: url(../fonts/HelveticaWorld-Regular.ttf);

}

@font-face {

    font-family: centuryGothic;

    src: url(../fonts/century-gothic.ttf);

}

@font-face {

    font-family: helveticaLightNormal;

    src: url(../fonts/Helvetica_Light_Normal.ttf);

}

@font-face {

    font-family: rockwellBold;

    src: url(../fonts/rockwell-bold.ttf);

}

@font-face {

    font-family: Rockwell;

    src: url(../fonts/rockwell.ttf);

}

@font-face {

    font-family: Arimo-Regular;

    src: url(../fonts/Arimo-Regular.ttf);

}

@font-face {

    font-family: PTSansNarrow;

    src: url(../fonts/PT_Sans-Narrow-Web-Regular.ttf);

}

@font-face {

    font-family: GudeaRegular;

    src: url(../fonts/Gudea-Regular.otf);

}

@font-face {

    font-family: CertificateFont;

    src: url(../fonts/Aspire-DemiBold.ttf);

}

@font-face {

    font-family: C_BOX;

    src: url(../fonts/C_BOX.TTF);

}



/*******************************Helper CSS*/

.alert {

	text-align: left !important;

}

.clearfix {

	clear: both;

	height: 1px;

}

.left {

	float: left;

}

.right {

	float: right;

}

.border {

	height: 1px;

	background-color: rgb(205, 202, 202);

}

.border-gray {

	height: 1px;

	background-color: rgb(92, 91, 91);

}

.border-light {

	height: 1px;

	background-color: rgb(231, 229, 229);

}

.no-pad-left {

	padding-left: 0;

}

.no-pad-right {

	padding-right: 0;

}

.no-pad {

	padding: 0;

}

.no-margin {

	margin: 0;

}

.no-margin-left {

	margin-left: 0;

}

.no-margin-right {

	margin-right: 0;

}

.no-margin-top {

	margin-top: 0;

}

.vsap {

	height: 20px;

	clear: both;

}

.vsaplg {

	height: 40px;

	clear: both;

}

.error {

	  border: 1px solid red !important;

	  background: rgba(255, 223, 223, 0.5) !important;

}

.red {

	color: red !important;

}

.green {

	color: green !important;

}

/*******************************End of Helper CSS*/







/************header css*****************/







header.navbar {

	height: 80px;

	-webkit-box-shadow: 0px 0px 8px 3px #96a2a8;

	box-shadow: 0px 0px 8px 3px #96a2a8;

	margin-bottom: 0

}

header .container {

	height: inherit;

}



header nav ul.navbar-nav {

	margin-top: 20px;

	margin-left: 15px;

}

header nav ul.navbar-nav.navbar-right {

	margin-right: 0px;

}

header nav ul.login {

	margin-top: 25px;

}

header nav ul.login a {

	text-transform: uppercase;

}

header nav ul.navbar-nav li a {

	color: #666666;

	text-transform: uppercase;

}

a#drop3 {

	text-transform: capitalize;

	border: 1px solid rgb(229, 229, 229);

	border-radius: 4px;

	padding: 5px 10px;

	margin-top: 5px;

}

.banner {

	height: 650px;

	background: url(../images/banner.jpg) no-repeat center center;

}

.banner .banner-area {

	margin-top: 140px;

	text-align: center;

}

.banner .banner-area h1{

	font-family: "HelveticaWorldRegular";

	font-size: 60px;

	margin-bottom: 30px;

}

.banner p {

	font-size: 20px;

	margin-bottom: 80px;

}

.banner p.banner-headline {

	background-color: gray;

	color: white;

	width: 710px;

	margin: 0 auto;

	margin-bottom: 30px;

	padding: 4px;

	font-family: "HelveticaWorldRegular";

	font-size: 20px;

	/* line-height: 21px; */

}

.search {

	height: 180px;

	background-color: #394951;

}

.search p.search-headline {

	color: white;

	padding-top: 40px;

	font-family: 'PTSansNarrow', sans-serif;

	font-size: 32px;

	font-style: italic;

}

.search input[type=text] {

	width: 370px;

	border-radius: 5px;

	outline: 0;

	padding: 5px;

	border: 3px solid #495d66;

	-webkit-box-shadow: 0px 0px 4px 0px #ffffff;

	box-shadow: 0px 0px 4px 0px #B5B5B5;

	font-size: 16px;

	font-family: 'Arimo-Regular', sans-serif;

	margin-right: 20px;

	margin-top: 10px;

}

.search input[type=submit], .orderNow {

	padding: 3px 40px;

	border-radius: 5px;

	outline: 0;

	background-color: #ffd100;

	background-image: -webkit-linear-gradient(top, #ffd100, #f2a100);

	background-image: linear-gradient(to bottom, #ffd100, #f2a100);

	color: snow;

	border: 2px solid #495d66;

	/*border: none;*/

	font-family: 'Arimo-Regular', sans-serif;

	font-size: 23px;

	text-shadow: 0px 2px #847B7B;

	box-shadow: 0px 0px 4px 0px #B5B5B5;

    -webkit-box-shadow: 0px 0px 4px 0px #B5B5B5;

}

.search input[type=submit]:hover, .orderNow:hover {

	background: #fad428;

	background-image: -webkit-linear-gradient(top, #fad428, #c7850a); /* Chrome 10-25, iOS 5+, Safari 5.1+ */

	background-image:         linear-gradient(to bottom, #fad428, #c7850a); /* Chrome 26, Firefox 16+, IE 10+, Opera */



}

.orderNow {

	border: 2px solid #F4F4F4;

	box-shadow: 0px 0px 4px 0px #B5B5B5;

    -webkit-box-shadow: 0px 0px 4px 0px #B5B5B5;

}

.orderNow:hover {

	border: 2px solid #F4F4F4;

	box-shadow: 0px 0px 4px 0px #B5B5B5;

    -webkit-box-shadow: 0px 0px 4px 0px #B5B5B5;

}

.protect {

	height: auto;

	background: url(../images/banner-2.jpg) no-repeat center center;

}



.protect .protect-headline {

	font-family: "HelveticaWorldRegular";

	font-size: 30px;

	text-align: center;

	border-bottom: 2px solid #090909;

	width: 75%;

	margin: 0 auto;

  	margin-top: 40px;

	margin-bottom: 40px;

}

.protect p.aol-headline {

	font-size: 25px;

	margin-bottom: 0;

	font-family: "HelveticaWorldRegular";

}

.protect p.aol-info {

	margin-bottom: 20px;

	font-family: "centuryGothic";

	font-size: 16px;

}

.protect .aol-logo {
	width: 100%;

	margin: 0 auto;

}

.protect .aol-logo img {

	width: 100%;

}

.listing {

	min-height: 690px;

	height: auto;

	background-color: #cecece;

}

.listing .listing-area {

	overflow: hidden;

	margin-top: 50px;

}

.listing .listing-left {

	background: white;

	height: 690px;
    padding: 15px;
    margin-bottom: 20px;

}

p.site-list {

	background-color: #ffcc00;

	padding: 8px 10px;

	font-size: 25px;

	font-family: "Myriad Pro";

	position: relative;

	left: -46px;

	width: 107%;

}



p.site-list-home {

	background-color: #76b81e;

	padding: 8px 10px;

	font-size: 25px;

	font-family: "Myriad Pro";

	position: relative;

	left: -30px;

	width: 104%;

	padding-left: 30px;

}

p.site-list-home:after {

	content: "";

	display: block;

	position: absolute;

	left: -2px;

	top: 100%;

	width: 0px;

	height: 0px;

	border-style: solid;

	border-width: 18px 0px 0 18px;

	border-color: #3b6305 transparent transparent transparent;

}

.ls-right {

  width: 100%;

  clear: both;

  float: left;

}

p.site-list-right {

	background-color: #76b81e;

	width: 70%;

	padding: 8px 10px;

	font-size: 25px;

	font-family: "Myriad Pro";

	position: relative;

	right: -30px;

	float: right;

	margin-bottom: 35px;

	

}

p.site-list-right:after {

	content: "";

	display: block;

	position: absolute;

	right: 0px;

	top: 100%;

	width: 0px;

	height: 0px;

	border-style: solid;

	border-width: 18px 15px 0 0px;

	border-color: #3b6305 transparent transparent transparent;



}

.listing .listing-right {

	background: #e3e3e3;

	height: 690px;
    padding: 15px;
    margin-bottom: 20px;

}

.listing p.listing-title {

	color: #001b74;

	font-family: "Myriad Pro";

	font-size: 20px;

	margin-bottom: 5px;

}

.listing p.listing-info {

	font-family: "Myriad Pro";

	font-size: 14px;

	color: #1f1f1f;

	border-bottom: 1px dotted rgb(186, 179, 179);

	padding-bottom: 10px;

	padding-bottom: 15px;

	margin-bottom: 15px;

	overflow: hidden;

	word-wrap: break-word;

}

p.view-more {

	margin-top: 30px;
	margin-left: 15px;

}



.why {

	height: 435px;

	background-color: #c0ddd6;

	background: -moz-linear-gradient(left, #c3ded7 0%, #b8e4cb 100%, #7db9e8 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c3ded7), color-stop(100%,#b8e4cb), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(left, #c3ded7 0%,#b8e4cb 100%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(left, #c3ded7 0%,#b8e4cb 100%,#7db9e8 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(left, #c3ded7 0%,#b8e4cb 100%,#7db9e8 100%); /* IE10+ */

	background: linear-gradient(to right, #c3ded7 0%,#b8e4cb 100%,#7db9e8 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3ded7', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 */

	background: url(../images/why-us-bg.jpg) no-repeat center center;

}

.why .why-area {

	overflow: hidden;

	padding-top: 50px;

}



.why p {

	font-size: 20px;

	margin-bottom: 20px;

	font-family: "Rockwell";

}

.why p.why-headline {

	font-family: "rockwellBold";

	

	font-size: 30px;

	font-weight: bold;

}

.why p.security {

	margin-bottom: 5px;

}



.google_area {

	height: 180px;

	background-color: #495d66;

}

.google_area .company-logo {

	padding-top: 60px;

	

}

.google_area .company-logo img {

	margin: 0 10px;

	width: 100%;

	border-bottom: 1px solid black;

}

.help {

	height: 180px;

	background-color: #1cb07e;

}

.help .help-img {

	height: 100%;

	width: 190px;

}

.help .help-img img {

	width: 100%;

}

.help .help-txt {

	color: white;

	font-size: 30px;

	padding-top: 50px;

	font-weight: bold;

	font-family: "Rockwell";

}

.footer {

	height: 665px;

	background-color: #262b2d;

}

.footer p {

	color: white;

	font-size: 14px;

	font-family: "Myriad Pro";

	padding-bottom: 5px;

}



.footer p.footer-header {

	color: #6daf15;

	font-family: "Rockwell";

	font-size: 20px;

	margin-top: 50px;

	margin-bottom: 25px;

}

.footer ul {

	padding-left: 0;

}

.footer ul li{

	list-style: none;

	padding-left: 3px;

}

.footer ul li a{

	color: white;

	padding: 7px 0px;

	display: block;

}

.footer ul li:first-child a {

	padding-top: 0;

}

.footer address {

	color: white;

}

.footer .footer-input {

	background-color: #262b2d;

	border: 1px solid #59676d;

	color: white;

}

.footer textarea.footer-input {

	height: 125px;

}

.footer .footer-content {

	overflow: hidden;

	padding-bottom: 20px;

}

.footer .rights {

	padding-top: 30px;

	padding-bottom: 10px;

}













/**********************Price page css*/

.price {

	height: auto;

	background: #0287c2;

	padding-bottom: 20px;

}

.price .price-area {

	text-align: center;

	color: white;

}

.price .price-area h1 {

	text-transform: uppercase;

	font-family: 'GudeaRegular';

	font-size: 40px;

	margin-top: 50px;

	margin-bottom: 45px;

}

.price .price-area p.price-tagline {

	font-size: 30px;

  	width: 850px;

	margin: 0 auto;

	overflow: hidden;

	margin-bottom: 30px;

}

.price .price-area .panel {

	min-height: 850px;

	height: auto;

}

.panel>.panel-heading {

	text-transform: uppercase;

	color: white;

	font-size: 30px;

	font-family: 'PTSansNarrow';

}

.panel-primary>.panel-heading {

	background-color: #1a5eb5;

	

}

.panel-success>.panel-heading {

	background-color: #83ce31;

}

.price .price-area .title-area {	

	background-color: #eeeeee;

	padding: 45px;	

}

.price-area .table {

	color: #a4a4a4;

	text-align: left;

	margin-top: 40px;

	font-family: 'PTSansNarrow';

	font-size: 18px;

}

.narrowFont {

	font-family: 'PTSansNarrow';

	padding: 10px 45px;

	background-color: #0074e4 !important;

	border-color: #0074e4 !important;

	margin-top: 20px;

}

.narrowFont:hover {

	background-color: #286090 !important;

	border-color: #204d74 !important;

}

.price-area .table tr td:first-child {

	text-align: right;

	width: 70px;

}

.price-area .table tr td span.glyphicon-ok {

	

	color: #84cc35;

}

.price-area .table tr td span.glyphicon-remove {

	color: #ff0000;

}

.price-area .table tr:nth-child(odd) {

	background-color: #eeeeee;

}

.price .price-area .title-area.free p{

	color: #0074e4;	

	font-family: 'GudeaRegular';

	font-size: 32px;

}

.price .price-area .title-area.not-free {

	padding: 18px;

	position: relative;

	overflow: hidden;

	background-color: white;

	border-bottom: 1px solid rgb(226, 226, 226);

}

.price .price-area .title-area.not-free .off-50 {

	font-family: 'GudeaRegular';

	background-color: #1a5eb5;

	width: 192px;

	height: 120px;

	position: absolute;

	right: -90px;

	top: -40px;

	font-size: 24px;

	padding: 77px 23px 5px 10px;

	border-bottom: 3px solid #699de1;

	-webkit-transform: rotate(45deg);

	-ms-transform: rotate(45deg);

	-o-transform: rotate(45deg);

	transform: rotate(45deg);



}

.price .price-area .title-area.not-free .off-50 p {

	line-height: 10px;

  	font-weight: bold;

}

.price .price-area .title-area.not-free .off-50 p:last-child {

	padding-left: 20px;



}

.price .price-area .title-area p.buy {

	color: #0074e4;

	font-family: 'GudeaRegular';

	font-size: 32px;

	margin-bottom: 0;

	font-weight: bold;

}

.price .price-area .title-area p.buy span {

	font-size: 12px;

	color: #7c7c7c;

}

.price .price-area p.limited {

	color: #7c7c7c;

	font-size: 18px;

}

.price .price-area s {

	color: red;

	font-family: 'GudeaRegular';

	font-size: 20px;

}

/**********************End of Price page css*/



/******************Verified badges page css*/

/*.price.trueen-badge {

	height: 1340px;

}*/

.price.trueen-badge .price-area .panel {

	height: 930px;

}

.verified-icon {

	text-align: center;

	color: black;

	font-family: 'GudeaRegular';

	margin-bottom: 20px;

  padding-bottom: 20px;

}

.verfied-logo {

	margin-bottom: 8px;

}

.verified-icon p {

	font-size: 14px;

}

.verified-icon textarea {

	width: 90%;

	font-size: 12px;

	overflow-y: hidden;

	resize: none;

	height: 65px;

	background-color: #f7f7f7;

}

/******************End of Verified badges page css*/



/*************************Contact page CSS*/

.contact-banner {

	height: 660px;

	background: url(../images/contact-bg.png) no-repeat center center;

	font-family: 'GudeaRegular';

}

.contact-form {

	height: auto;

	font-family: 'GudeaRegular';

}

.contact-banner .c-b-area {

	font-size: 18px;

	overflow: hidden;

  	margin-top: 150px;

}

.contact-banner .contact-headline {

	font-family: 'GudeaRegular';

	font-size: 40px;

}

.c-form {

	overflow: hidden;

	padding-top: 60px;

}

.c-form input[type=text], .c-form input[type=email] {

	width: 80%;

}

.c-form textarea {

	resize:none;

}

.c-form h3 {

	color: #6daf15;



}

.contact-info {

	text-align: right;

}

/*************************End Of Contact page CSS*/





/********************Register and login page CSS*/

.price.register {

	height: auto;

}

.price.register .price-area .panel {

	min-height: 715px;

	height: auto;

}

.price.register .form-group{

	text-align: left;

	overflow: hidden;

	padding: 5px 10px;

}

.price.register .panel-body {

	padding: 30px;

}

.price.register label{

	color: black;

	text-align: left;

}

.checkbox {

	text-align: left;

	padding: 0px 10px;

}

/********************End of Register and login page CSS*/



/********************Create listing page CSS*/

.price.register.create {

	height: auto;

}

.price.register.create .price-area .panel-primary>.panel-heading {

	text-align: left;

	padding-left: 50px;

}

.price.register.create .price-area .panel {

	height: auto;

}

.price.register.create .form-group{

	text-align: left;

	overflow: hidden;

	padding: 5px 10px;

}

.price.register.create .panel-body {

	padding: 30px;

}

.price.register.create label{

	color: black;

	text-align: left;

}

.checkbox {

	text-align: left;

	padding: 0px 10px;

}

/********************End of Create listing page CSS*/





/*************************Single Listing Page CSS*/

.signle-listing {

	height: auto;

	margin-bottom: 60px;

	/*font-family: "Rockwell";*/

}

.signle-listing .show-black-box {

	position: relative;

}

.signle-listing .show-black-box .review-info-area {

	position: absolute;

	height: 310px;

	background: rgba(13, 12, 12,.7);

	z-index: 10;

	top: 15px;

	left: 15px;

	width: 100%;

	border-radius: 4px;

}

.signle-listing #google-map {

	height: 340px;

}

.review-info {

	padding-top: 20px;

	overflow: hidden;

}

.review-info-area {

	color: white;

}

.signle-listing .review-info-area p.lead {

	margin-bottom: 1px;

}



.signle-listing .review-info-area a {

	color: white;

}

i.fa-star {

	color: rgb(255, 204, 0) !important;

}

i.fa-star-o {

	color: rgb(157, 156, 156) !important;

}



/*************************End Of Single Listing Page CSS*/



/*************************Order Page CSS*/

.price.order {

	height: auto;

}

.order-submit {

	margin: 0 0 0 0px;

}



/*************************End Order Page CSS*/







/*************************User Badge Page CSS*/

.price.badge-user {

	height: auto;

	min-height: inherit;

}

.price.badge-user .panel {

	height: auto;

	min-height: inherit;

}

p.badge-title {

	color: black;

	font-size: 18px;

	font-family: 'GudeaRegular';

	text-align: left;

}

.badge-logo {

	width: 150px;

	height: 150px;

}

.badge-logo img {

	width: 100%;

}

/*************************End User Badge Page CSS*/









/*************************Certificate Page CSS*/

.certificate-area {

	margin: 50px 0px;

}

.certificate {

	-webkit-border-image: url(../images/new-border-1.png) 30 round; /* Safari 3.1-5 */

    -o-border-image: url(../images/new-border-1.png) 30 round; /* Opera 11-12.1 */

    border-image: url(../images/new-border-1.png) 30 round;

    min-height: 400px;

    border-width: 20px;

    width: 600px;

    margin: 0 auto;

	overflow: hidden;

}

.cr-main {

	border: 1px solid rgb(190, 190, 190);

	border-radius: 3px;

	overflow: hidden;

	/*background: url(../images/certificate-bg.png) repeat;*/

	padding: 10px;

}
.cr-bottom {
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 10px 0px;
}
.site-info {

	font-size: 14px;

	font-family: "Rockwell";

}

.site-info p {

	word-wrap: break-word;

}

.cr-header {
	font-family: "Rockwell";
	font-size: 17px;
	color: rgb(239, 255, 241);
    background-color: rgba(124, 187, 82,.8);
    padding-top: 10px;
}

.cr-header p {

	margin: 0;

}

.cr-header img {

	width: 130px;

}

.cr-body {

	font-size: 15px;

	font-family: Verdana, Arial, sans-serif;

}

.cr-body p.title {

	font-size: 22px;

	text-align: center;

	color: green;

	text-decoration: underline;

}

.cr-footer {}

/*************************End Certificate Page CSS*/





/******************************Single Page CSS*/

.list-area {

	background-color: rgb(244, 244, 244);

	overflow: hidden;

	position: relative;

}

.list-content {

	background-color: white;

	overflow: hidden;

	margin: 20px;

	border: 1px solid rgb(229, 226, 226);

	border-radius: 4px;

	padding: 16px;

	-webkit-box-shadow: 0px 0px 6px 0px #DBD9D9;

    box-shadow: 0px 0px 6px 0px #DBD9D9;

}

.single-list {

	overflow: hidden;

	margin-bottom: 24px;

	border-bottom: 1px solid rgb(236, 236, 236);

}

.single-list:last-child {

	border: none;

}

p.list-title {

	margin: 0;

	font-size: 18px;

	font-family: "HelveticaWorldRegular";

}

p.list-title a {

	color: #17607a;

}

.list-img {

	border: 2px solid rgb(229, 229, 229);

	border-radius: 4px;

	/*-webkit-box-shadow: 0px 0px 6px 0px #DBD9D9;

  	box-shadow: 0px 0px 4px 1px #C2AFAF;*/

}

.list-img img {

	width: 100%;

}



.join-icon {

	text-align: center;

	font-size: 30px;

}

.single-join {

	overflow: hidden;

	padding: 10px;

	margin-bottom: 10px;

	border-bottom: 1px solid rgb(247, 238, 238);

}

.single-join:last-child {

	border: none;

}

.on-badge {

	padding-left: 60px !important;

}

.review-title {

	font-size: 32px;

}

.load {

	position: fixed;

	display: none;

	width: 100%;

	height: 100%;

	background: rgba(0, 0, 0, 0.4);

	top: 0;

	z-index: 1051;

}

.loading {

	margin-left: 20px;

	width: 70px;

	margin: 0 auto;

	display: block;

	margin-top: 15%;

}

.updated {

	text-align: center !important;

	display: none;

}

.updated .alert {

	text-align: center !important;

}

.fill {

    border: 1px solid red !important;

    background: rgba(255, 0, 0,.1) !important;

}

/******************************End Single Page CSS*/







/******************************Review Page CSS*/



.sidebar-primum-section {}

.sidebar-primum-section .panel-heading {

	font-size: 20px;

}

.sidebar-premium-img {

	width: 70px;

}

.sidebar-premium-img img{

	width: 100%;

}

.sidebar-premium-text {

	  margin-bottom: 0;

}



/******************************End Review Page CSS*/



.group-ctg {

	height: 60px;

}

.group-ctg i.fa {

	color: green;

}





/**************************user profile page css*/



.profile-pic {

	width: 100%;

}

.profile-pic img{

	width: 100%;

}



.user-menu {

	background-color: rgb(28, 176, 126);

	color: white;

	text-align: center;

	padding: 10px;

	border-right: 2px solid white;

	text-transform: uppercase;

	margin-right: 2px;

	border-radius: 10px;

	-webkit-transition: all .3s;

	-o-transition: all .3s;

	transition: all .3s;

}

a .user-menu {

	color: white;

	font-size: 50px;

	text-transform: uppercase;

}

.user-menu p {

	font-size: 16px;

}

a.user-link:hover,a.user-link:focus {

	text-decoration: none;

}

a.user-link:hover .user-menu, .page-active {

	background-color: rgb(92, 184, 92);

}

.user-info p {

	font-family: "Myriad Pro";

	font-size: 20px;

}

.user-info table {

	font-family: "Myriad Pro";

}

.modal .panel>.panel-heading {

	font-size: 20px;

}

/**********************End user profile page css*/



/*

* xs - 767px

* sm - 991px

* md - 1199px

* lg - 1200px

* @media (max-width: 767px) {

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

* @media (min-width: 992px) and (max-width: 1199px) {

* @media (min-width: 1200px) {

* @media only screen and (min-device-width: 320px) and (max-device-width: 480px)

*/



/* Medium Devices, Wide Screens */

@media (min-width: 992px) and (max-width: 1199px){

	#main-menu ul li:first-child {

		display: none;

	}

	#main-menu ul li a {

		padding: 10px 10px;

	}

	.banner .banner-area h1 {

		font-size: 50px;

	}

	.search input[type=text] {

		width: 365px;

	}

	.protect {

		background-size: cover;

	}

	p.site-list-home, p.site-list-right {

		font-size: 20px;

	}

	.listing p.listing-title {

		font-size: 18px;

	}

	.price .price-area h1 {

		font-size: 32px;

		margin-top: 48px;

	}

	.price .price-area p.price-tagline {

		    margin-bottom: 60px;

	}

	.sidebar-premium-img {

		width: 100%;

	}

	.price.register label {

		padding-left: 0;

	}

}



/* Small Devices, Tablets */

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

	.navbar-brand {

		padding-right: 0;

		padding-left: 5px;

	}

	.navbar-brand>img {

		width: 120px;

	}

	#main-menu ul li:first-child {

		display: none;

	}

	#main-menu ul li a {

		padding: 10px 5px;

	}

	.banner .banner-area h1 {

		font-size: 40px;

	}



	.search input[type=text] {

		width: 255px;

	}



	.listing .listing-left {

		margin-right: 15px;

	}

	.listing .listing-right {

		margin: 15px 0px 15px 15px;

	}

	.protect {

		background-size: cover;

	}

	p.site-list-home, p.site-list-right {

		font-size: 20px;

	}

	.listing p.listing-title {

		font-size: 18px;

	}

	.price .price-area h1 {

		font-size: 28px;

		margin-top: 48px;

	}

	.price .price-area p.price-tagline {

		    margin-bottom: 60px;

	}

	.sidebar-premium-img {

		width: 100%;

	}

	.price.register label {

		padding-left: 0;

	}

	.google_area {

		height: 140px;

	}

	.help .help-txt {

		font-size: 20px;

	}

	.footer {

		height: auto;

		text-align: center;

	}

	.footer p.footer-header {

		margin-bottom: 10px;

    	border-bottom: 1px solid;

	}

	.footer p.footer-header:last-child {

		border: none;

	}



	.price-area .table {

		font-size: 17px;

	}

	.single-join {

		padding: 0;

	}

	.sidebar-primum-section .panel-heading {

	    font-size: 18px;

	}

	a .user-menu {

		height: 140px;

	}

}



/* Small Devices, Ebook Reader */

@media (min-width: 481px) and (max-width: 767px){

	.banner p.banner-headline {

		display: none;

	}

	#main-menu {

		background-color: white;

		padding-left: 0;

	}

	.navbar-toggle .icon-bar {

		background-color: black;

	}

	.banner .banner-area h1 {

		font-size: 25px;

	}

	.banner p {

		font-size: 18px;

	}

	.img-btn-area a {

	    display: block;

	    margin-bottom: 10px;

	}

	.search input[type=text] {

		width: 130px;

	}

	.search input[type=submit] {

		padding: 3px 30px;

		font-size: 18px;

	}

	.protect .protect-headline {

		font-size: 20px;

		margin-top: 20px;

	}

	.protect p.aol-headline {

		font-size: 18px;

	}

	.listing .listing-left {

		margin-right: 15px;

	}

	.listing .listing-right {

		margin: 15px 0px 15px 15px;

	}

	p.site-list-home {

		font-size: 22px;

	}

	.listing p.listing-title {

		font-size: 18px;

	}

	p.site-list-right {

		width: 80%;

		font-size: 20px;

	}

	.help .help-txt {

		font-size: 16px;

	}

	.footer {

		height: auto;

	}



	.navbar-header {

		height: 100%;

	}

	header nav ul.navbar-nav {

		margin-left: 0;

		margin-top: 0;

	}

	.navbar-toggle {

		margin-top: 24px;

	}



	.price .price-area h1 {

		font-size: 20px;

    	margin-top: 45px;

	}

	.price .price-area p.price-tagline {

		display: none;

	}

	.price .price-area .col-sm-6 {

		padding: 15px;

	}

	.price .price-area .panel {

		min-height: 715px;

		padding-bottom: 20px;

	}



	.price.trueen-badge .price-area .panel {

		height: auto;

	}

	.verified-icon {

		padding-bottom: 0;

	}



	p.site-list {

		font-size: 22px;

	}

	.profile-pic {

	    width: 50%;

	}



	a .user-menu {

		margin-bottom: 10px;

		height: 135px;

	}



}



/* Extra Small Devices, Phones */ 

@media (min-width: 320px) and (max-width: 480px){

	.banner p.banner-headline {

		display: none;

	}

}