/* old css */

body {
    font-family: 'Open Sans', sans-serif;
	color:#333;
}
a:focus{
	outline: 0px !important;
}
/* Sidebar */
		.left-menu{
			width: 320px;
			position: fixed;
			height: 100%;
			background-color: #FFFFFF;
			text-align: center;
			z-index: 1000;
			margin-left: -320px;
			transition: all ease .5s;
			top: 0px;
			overflow-y: scroll;
		}
		.left-menu::-webkit-scrollbar {
		width: 8px;
		} 
		/* Track */
		.left-menu::-webkit-scrollbar-track {
			background-color: #f5f5f5;
			-webkit-border-radius: 10px;
			border-radius: 10px;
		}
		 
		/* Handle */
		.left-menu::-webkit-scrollbar-thumb {
			-webkit-border-radius: 10px;
			border-radius: 10px;
			background: #8c8c8c; 
		}
		.internet-exploer{
			/* visibility: visible;
			transform: translate(0%); */
		}
		.left-nav{
			margin-top: 20px;
			margin-bottom: 30px;
		}
		.left-nav ul li a{
			font-size: 15px;
			color: #333;
			text-transform: uppercase;
			font-family: 'Open Sans', sans-serif;
			font-weight: 600;
			padding: 0 20px;
		}
		
		.left-nav ul li a:hover{
			text-decoration: none;
		}
		.left-nav ul li{
			margin-top: 34px;
			text-align: left;
		}
		.newsletter{
			color: #333;
			font-size: 20px;
			font-weight: 600;
			text-align: center;				
		}
		.feild-mail{
			width: 280px;
			height: 50px;
			margin: auto;
			text-align: center;
			color: #9b9b9b;
			font-size: 15px;
			margin: 20px 0;
			background: #fff;
			border: 0px;
		}
		.send-me{
			width: 90px;
			height: 40px;
			background: transparent;
			border: 2px solid #f18da7;
			border-radius: 7px;
			font-size: 21px;
			font-weight: 700;
			color: #f18da7;
		}
		.newsletter-section{
			background-color: #f5f5f5;
			padding: 24px 0;		
		}
		
		
		.social-section i.fa{
			background-color: #b2b2b2;
			width: 32px;
			height: 32px;
			border-radius: 100px;
			color: #fff;
			padding-top: 9px;
			margin: 22px 6px 10px 6px;
			cursor: pointer;
		}

/* Sidebar */





.navbar .container{
	width:96%;
}


.navbar {
    min-height: 70px;
	margin-bottom:0;
}

.nav-btn{
	width:91px;
	height:30px;
	border:2px solid #ff0000;
	border-radius:8px;
	margin-top: 17px;
    padding: 0;
    text-align: center;
	text-transform:uppercase;
}


#landing-page  .nav>li>a.nav-btn, .nav>li>a.nav-btn:hover, .nav>li>a.nav-btn:focus{
	padding:0;
	padding-top: 3px;
	color:#f29bb1;
}

#landing-page  .nav>li>a.nav-btn.blue{
	color:#24a7e0;
	border:2px solid #24a7e0;
}


#landing-page  .navbar-brand>img{
	width: auto;
	height:42px;
}

#landing-page  .navbar-nav>li {
    margin-left: 26px;
}

#landing-page .navbar-nav>li:first-child{margin-top:auto;}



button#menu .icon-bar{
    border-bottom: 3px solid #000;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 1px;
    margin-bottom: 4px;
}


section h1{
	font-weight: 600;
    text-align: center;
    font-size: 30px;
    margin-top: 35px;
    margin-bottom: 35px;
}

section h1 span{
	cursor:pointer;
}

section h1 span.disable{
	color:#b1b1b1;
}

.beauty{
	background:#f29cb2;
}

.food{
	background:#faba3d;
}

.inspire{
	background:#5b3c77;
}

.travel{
	background:#26a9e1;
}

.wellness{
	background:#85ca7a;
}

.fashion{
	background:#60c7ce;
}

.culture{
	background:#ff6c18;
}

.living{
	background:#8e9dcd;
}
/* old css */




/* new css */

	*:focus, *:active, *{
		outline:0;
	}
	
	
	#landing-page  .fixed-header {
		position: fixed;
		top: 0px;
		left: 0px;
		background: #fff;
		z-index: 4;
		padding: 00;
		width: 100%;
		border-bottom: 1px solid #e3e3e3;
	}

#landing-page .nav>li>a.nav-btn,#landing-page .nav>li>a.nav-btn:hover,#landing-page .nav>li>a.nav-btn:focus {
		padding: 0;
		padding-top: 3px;
		color: #ff0000;
		border: 2px solid #ff0000;
		margin-top: 19px;
	}
	
	#landing-page .nav>li>a.nav-btn.blue {
		color: #24a7e0;
		border: 2px solid #24a7e0;
	}

	#landing-page a:hover,#landing-page a:focus{
		text-decoration:none;
	}
	
	#landing-page .container {
		max-width: 1200px;
		width:94%;
	}
	
	#landing-page nav .container{
		width:96%;
		max-width:96%;
	}
	
	 #landing-page header .container{
		max-width:1320px;
		position:relative;
	}
	
	#landing-page{
		color:#666;
	}
	
	#landing-page .navbar-inverse {
		background-color: #fff;
		border-color: transparent;
	}
	
	#landing-page .nav>li>a.nav-btn, #landing-page .nav>li>a.nav-btn:hover, #landing-page .nav>li>a.nav-btn:focus{
		font-weight: 600;
		width:120px;
		height:28px;
		padding-top:2px;
	}
	
	#landing-page button#menu{
		width: 25px;
		height: 20px;
		background-color: transparent;
		border: 0;
		padding:0;
		float:left;
		margin-top: 27px;
		margin-right: 30px;
		cursor:pointer;
		outline: 0 !important;
	}
	
	#landing-page .header-image {
		display: block;
		height:auto;
		width: 100%;
		text-align: center;
		background: /*url(/images/landingpage/banner.jpg) no-repeat center center scroll*/ none;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
				
	}
	
	#landing-page .header-image  .headline{
		height:920px;
		position: relative;
		width: auto;
		top: 0;
	}
	
	#landing-page .headline h1 {
		font-size: 46px;
		font-weight: 600;
		color: #666666;
		text-align: center;
		margin-top: 350px;
		text-shadow: none;
		margin-bottom: 0;
	}
	
	
	#landing-page .headline h1 .connect {
		font-family: 'Grand Hotel', cursive;
		font-size: 87px;
		font-weight: normal;
	}
	
	#landing-page .headline h2 {
		font-size: 30px;
		font-weight: 400;
		color: #666666;
		text-align: center;
		text-shadow: none;
		line-height: 34px;
		margin-top: 0;
	}
	
	
	#landing-page header .header-circle-top, #landing-page header .header-circle-bottom{
		position:absolute;
		margin-top:50px;
		width:100%;
	}
	
	#landing-page header .header-circle-bottom{
		margin-top:60px;
	}
	
	#landing-page header .header-circle{
		width:266px;
		height:266px;
		float:left;
		background:#f4f4f4;
		border-radius:100%;
		margin:0 30px;
		background-position:center center;
		background-repeat:no-repeat;
		background-size: 100% 100%;
		/*-webkit-transition: background-image 1.5s ease;
		transition: background-image 1.5s ease;*/
		
		-webkit-transition: background-image 500ms ease-out 1s;
    -moz-transition: background-image 500ms ease-out 1s;
    -o-transition: background-image 500ms ease-out 1s;
    transition: background-image 500ms ease-out 1s;
		
	}
	
	#landing-page header .header-circle-1{
		background-image:url(/images/landingpage/header-circle/header-circle-1.png);
	}
	
	#landing-page header .header-circle-1.sImg{
		background-image:url(/images/landingpage/header-circle/header-circle-1s.png);
	}
	
	#landing-page header  .header-circle-2{
		background-image:url(/images/landingpage/header-circle/header-circle-2.png);
	}
	
	#landing-page header  .header-circle-2.sImg{
		background-image:url(/images/landingpage/header-circle/header-circle-2s.png);
	}
	
	#landing-page header  .header-circle-3{
		background-image:url(/images/landingpage/header-circle/header-circle-3.png);
	}
	
	#landing-page header  .header-circle-3.sImg{
		background-image:url(/images/landingpage/header-circle/header-circle-3s.png);
	}
	
	#landing-page header  .header-circle-4{
		background-image:url(/images/landingpage/header-circle/header-circle-4.png);
	}
	
	#landing-page header  .header-circle-4.sImg{
		background-image:url(/images/landingpage/header-circle/header-circle-4s.png);
	}
	
	#landing-page header .header-circle-5{
		background-image:url(/images/landingpage/header-circle/header-circle-5.png);
	}
	
	#landing-page header  .header-circle-5.sImg{
		background-image:url(/images/landingpage/header-circle/header-circle-5s.png);
	}
	
	#landing-page header .header-circle-6{
		background-image:url(/images/landingpage/header-circle/header-circle-6.png);
	}
	
	#landing-page header  .header-circle-6.sImg{
		background-image:url(/images/landingpage/header-circle/header-circle-6s.png);
	}
	
	#landing-page header .header-circle-7{
		background-image:url(/images/landingpage/header-circle/header-circle-7.png);
	}
	
	#landing-page header  .header-circle-7.sImg{
		background-image:url(/images/landingpage/header-circle/header-circle-7s.png);
	}
	
	#landing-page header .header-circle-8{
		background-image:url(/images/landingpage/header-circle/header-circle-8.png);
	}
	
	#landing-page header  .header-circle-8.sImg{
		background-image:url(/images/landingpage/header-circle/header-circle-8s.png);
	}
	
	#landing-page header.header-image .header-text{
		padding:70px 0;
		text-align:center;
		background:#f4f4f4;
	}
	
	#landing-page header.header-image .header-text p{
		font-size:22px;
		max-width:784px;
		margin:auto;
	}
	
	#landing-page section#collect{
		text-align:center;
		padding:80px 0;
		background:#fff;
	}
	
	#landing-page section#collect h2{
		font-size: 40px;
		font-weight: 600;
		text-transform: uppercase;
		margin: 0 0 56px 0;
	}
	
	#landing-page section#collect p.lead{
		font-size:22px;
		color:#666666;
		max-width: 760px;
		margin: auto;
		line-height:28px;
		font-weight: 400;
	}
	
	#landing-page section#collect .service-circle{
	    max-width: 360px;
		margin: auto;
		margin-top: 74px;
		margin-bottom: 40px;
	}
	
	#landing-page section#collect .service-circle .product-service{
		text-transform:uppercase;
		font-size:13.5px;
		font-weight:600;
		margin: 0 10px 17px 10px;
		width:70px;
		float:left;
	}
	
	#landing-page section#collect .service-circle .circle-count {
		width: 66px;
		height: 66px;
		color: #fff;
		font-size: 18px;
		font-weight:600;
		text-align: center;
		margin: auto;
		border-radius: 100px;
		line-height: 66px;
		margin-bottom: 4px;
	}
	
	#landing-page section#collect .subheading{
		font-size:22px;
		margin-bottom: 39px;
	}
	
	#landing-page section#collect .endless-tips{
		max-width:536px;
	}
	
	#landing-page section#collect .endless-tips p, #landing-page section#collect .curate-chrome-ext p{
	    font-size: 18px;
		font-weight: 300;
		line-height: 24px;
	}
	
	#landing-page section#collect .curate-chrome-ext{
	}
	
	#landing-page section#collect .curate-chrome-ext>img{
		    margin: 34px auto 42px auto;
			cursor:pointer;
	}
	
	#landing-page section#collect .curate-chrome-ext .subheading{
	    max-width: 347px;
		margin: auto;
		line-height: 28px;
		margin-bottom: 15px;
	}
	
	#landing-page section#collect strong{
		font-weight:600;
	}
	
	#landing-page section#collect .curate-chrome-ext p{
		max-width: 536px;
		margin:auto;
	}
	
	
	
	#landing-page section#connect{
		background:#F4F4F4;
		padding: 20px 0 110px 0;
		text-align:center;
	}
	
	#landing-page section#connect .container{
		padding:0;
	}
	
	#landing-page section#connect .connect-banner{
		height:758px;
		width:100%;
		background: url(/images/landingpage/connect-web.png) no-repeat center center scroll;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}
	
	#landing-page section#connect .connect-banner .banner-text {
		font-size:22px;
		line-height:24px;
		max-width: 420px;
		margin: auto;
		padding-top: 294px;
	}
	
	#landing-page section#connect .connect-banner .banner-text span{
		font-family: 'Grand Hotel', cursive;
		font-size: 76px;
		font-weight: normal;
		float: left;
		width: 100%;
		line-height: 70px;
		margin-bottom: 20px;
	}
	
	#landing-page section#connect .vennrs-para{
		font-weight:300;
		font-size:18px;
	    max-width: 620px;
		margin: auto;
	}
	
	#landing-page section#connect .vennrs-para>div{
	    max-width: 420px;
		margin: auto;
		margin-top: 5px;
	}
	
	#landing-page section#connect strong{
		font-weight:600;
	}
	
	#landing-page section#connect .you-vennr{
		margin:50px auto 72px auto;
		width:539px;
		position:relative;
		height:354px;
		display:none;
	}
	
	#landing-page section#connect .you-vennr-1{
		background:url(/images/landingpage/you-vennr.png);
	}
	
	#landing-page section#connect .you-vennr-2{
		background:url(/images/landingpage/you-vennr-2.png);
	}
	
	#landing-page section#connect .you-vennr-3{
		background:url(/images/landingpage/you-vennr-3.png);
	}
	
	
	
	#landing-page section#connect .you-vennr.active{
		display:block;
	}
	
	#landing-page section#connect .you-vennr .vennr-item-slider {
	    width: 272px;
		height: 272px;
		margin: auto auto auto 110px;
		padding-top: 27px;
		overflow: hidden;
	}
	
	#landing-page section#connect .you-vennr .vennr-item-slider img{
		width: 100%;
	}
	
	
	#landing-page section#connect .you-vennr .you{
	    font-size: 34px;
		color: #666;
		text-transform: uppercase;
		position: absolute;
		top: 44%;
		left: 40px;
	}
	
	#landing-page section#connect .you-vennr .vennr{
	    font-size: 34px;
		color: #fff;
		text-transform: uppercase;
		position: absolute;
		top: 44%;
		right: 40px;
	}
	
	
	#landing-page section#connect .you-vennr-2 .vennr-item-slider {
		height: 295px;
		margin: auto auto auto 130px;
		padding-top: 48px;
	}
	
	#landing-page section#connect .you-vennr-3 .vennr-item-slider {
		height: 287px;
		margin: auto auto auto 132px;
		padding-top: 46px;
	}

	#landing-page section#connect .facebook-community{
		width: 560px;
		height: 82px;
		background: #fff;
		border-radius: 100px;
		margin: auto;
		padding: 13px;
		text-align: left;
		cursor:pointer;
	}
	
	#landing-page section#connect .facebook-community>div{
		font-size: 17px;
		font-weight: 300;
		margin-top: 3px;
	}
	
	#landing-page section#connect .facebook-community>img{
		float: left;
		margin-right: 14px;
	}
	
	#landing-page section#connect .facebook-community>div a{
		font-size: 17px;
		font-weight: 300;
		color:#666;
	}
	
	
	#landing-page section#collaborate{
	    padding: 62px 0 84px;
		text-align: center;
	}
	
	#landing-page section#collaborate h2{
	    font-size: 40px;
		font-weight: 600;
		text-transform: uppercase;
		margin: 0 0 38px 0;
	}
	
	#landing-page section#collaborate p.lead{
	    font-size: 18px;
		font-weight: 300;
		margin: auto;
		max-width: 720px;
	}
	
	#landing-page section#collaborate .subheading{
		font-size:22px;
		margin-bottom: 26px;
	}
	
	#landing-page section#collaborate .collaborate-img{
	    margin: auto;
		margin-top: 42px;
		width: auto;
		height: auto;
	}
	
	
	#landing-page section#collaborate .carousel-indicators li {
		background-color: #666;
		border:0;
	}
	
	#landing-page section#collaborate .carousel-indicators li.active {
		background-color: #000;
	}
	
	#landing-page section#collaborate .carousel-indicators {
		bottom: -38px;
	}
	
	#landing-page section#bloggers-love{
		padding:54px 0 26px 0;
		background:#f4f4f4;
		text-align:center;
	}
	
	#landing-page section#bloggers-love h2{
		font-size:40px;
		font-weight:600;
		margin-top:0;
		margin-bottom:32px;
	}
	
	#landing-page section#bloggers-love p.lead{
		font-size:22px;
		max-width:936px;
		margin:auto;
		font-weight: 400;
		margin-bottom:36px;
	}
	
	#landing-page section#bloggers-love .blog-img-div{
		position:relative;
		text-align:right;
	}
	
	#landing-page section#bloggers-love .blog-img-div img{
		float:right;
	}
	
	#landing-page section#bloggers-love .blog-img-div ul.blog-benefits{
		text-align: left;
		position: absolute;
		font-size: 18px;
		font-weight: 300;
		right: 200px;
		top: 432px;
		line-height: 27px;
		list-style: none;
	}
	
	#landing-page section#bloggers-love .blog-img-div .blog-img-2{
		display:none;
	}
	
	
	#landing-page section#be-inspired{
		text-align:center;
		padding: 97px 0 80px 0;
	}
	
	#landing-page section#be-inspired h2{
	font-size: 40px;
	font-weight: 600;
	margin: 0 auto 25px 0;
	}
	
	#landing-page section#be-inspired p.lead{
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 48px;
	}
	
	#landing-page section#be-inspired .lets-venn-circles{
		max-width: 330px;
		height: auto;
		margin: auto;
		margin-bottom: 70px;
	}
	
	#landing-page section#be-inspired .lets-venn-circles .lets-venn-text{
		height: 82px;
		width: 73px;
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		font-size: 24px;
		font-weight: 700;
		line-height: 0px;
	}
	
	#landing-page section#be-inspired .lets-venn-circles .lets-venn-text span{
		font-family: 'Grand Hotel', cursive;
		font-size: 38px;
		font-weight: 600;
		text-transform: initial;
		line-height: 54px;
		float: left;
		width: 100%;
	}
	
	
	#landing-page section#be-inspired .get-started-btn{
		width: 294px;
		height: 66px;
		border: 3px solid #ff0000;
		border-radius: 14px;
		color: #ff0000;
		font-size: 34px;
		font-weight: 600;
		text-transform: uppercase;
		background: #fff;
	}
	
	
	#landing-page section#collaborate .carousel-control.right, #landing-page section#collaborate .carousel-control.left{
		background: transparent;
		font-size: 60px;
		color: #e0e0e0;
		opacity: 1;
		text-shadow: none;
		bottom:auto;
		top:45%
	}


#emailNotValid{display:none;font-size:12px;}
#nameNotValid{display:none;font-size:12px;}

	
/* new css */


@media (min-width: 768px){
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media(max-width:1388px) {
	#landing-page header .header-circle {
		width: 220px;
		height: 220px;
		margin: 0 2%;
		background-size: 100% 100%;
	}
	
	#landing-page header .header-circle-top, #landing-page header .header-circle-bottom {
		position: relative;
		margin-top: 50px;
		width: 1053px;
		margin: auto;
		margin-top: 0;
	}
	
	#landing-page .headline h1 {
		font-size: 34px;
		margin-top: 10px;
		margin-bottom: 0;
	}
	
	#landing-page .headline h1 .connect {
		font-size: 66px;
	}
	
	#landing-page .headline h2 {
		font-size: 22px;
		line-height: 19px;
		margin-top: 0;
	}
	
	#landing-page header .header-circle-bottom {
		margin-top: 25px;
	}
	
	#landing-page .header-image .headline {
		height: 608px;
	}
}

@media(max-width:1318px) {
	#landing-page header .header-circle {
		width: 220px;
		height: 220px;
		margin: 0 2%;
		background-size: 100% 100%;
	}
	
	#landing-page header .header-circle-top{
    margin-top: 60px;
	}
	
	#landing-page header .header-circle-bottom {
		margin-top: 61px;
	}
	
	#landing-page .headline h1 {
		margin-top: 40px;
	}
	
	#landing-page .header-image .headline {
		height: 728px;
	}
}

@media (max-width: 1317px){
	#landing-page header .header-circle-top {
		margin-top: 23px;
	}
	
	#landing-page .headline h1 {
		margin-top: 28px;
	}
	
	#landing-page header .header-circle-bottom {
		margin-top: 49px;
	}
	
	#landing-page .header-image .headline {
		height: 660px;
	}
}
@media(max-width:1240px) {
	#landing-page header .header-circle-top, #landing-page header .header-circle-bottom {
		position: relative;
		margin: auto;
		margin-top: 60px;
		width: 1000px;
	}
	#landing-page header .header-circle {
		width: 210px;
		height: 210px;
		margin: 0 2%;
		background-size: 100% 100%;
	}
	
	#landing-page .headline h1 {
		font-size: 38px;
		margin-top: 40px;
		margin-bottom: 0;
	}
	
	#landing-page .headline h1 .connect {
		font-size: 66px;
	}
	
	#landing-page .header-image .headline {
		padding-top: 40px;
		padding-bottom: 30px;
		height:auto;
	}
}

@media(max-width:1220px) {
	#landing-page section#bloggers-love .blog-img-div img {
		width: 800px;
		float: none;
		margin: auto;
	}
	#landing-page section#bloggers-love .blog-img-div {
		text-align: center;
		max-width:800px;
		margin:auto;
	}
	#landing-page section#bloggers-love .blog-img-div ul.blog-benefits {
		font-size: 14px;
		right: 152px;
		top: 314px;
		line-height: 20px;
	}
}

@media(max-width:1100px) {
	#landing-page header .header-circle {
		width: 150px;
		height: 150px;
		margin: 0 2%;
	}
	
	#landing-page header .header-circle-top, #landing-page header .header-circle-bottom {
		position: relative;
		margin: auto;
		margin-top: 60px;
		width: 718px;
	}
}


@media(max-width:991px) {
	#landing-page section#collect .endless-tips {
		margin: auto;
	}
}


@media(max-width:860px) {

	#landing-page section#bloggers-love .blog-img-div .blog-img{
		display:none;
	}
	
	#landing-page section#bloggers-love .blog-img-div .blog-img-2{
		display:block;
	}
	
	#landing-page section#bloggers-love .blog-img-div ul.blog-benefits {
		font-size: 18px;
		right: 0;
		top: 0;
		line-height: 26px;
		position: relative;
		list-style: initial;
	}
}


@media(max-width:768px) {
	#landing-page header .header-circle-top, #landing-page header .header-circle-bottom {
		position: relative;
		margin: auto;
		margin-top: 28px;
		width: 480px;
		left: 50%;
		margin-left: -240px;
	}
	 
	 #landing-page header .header-circle {
		width: 100px;
		height: 100px;
		margin: 0 2%;
	}
	
	#landing-page .header-image .headline {
		padding-top: 70px;
		padding-bottom: 30px;
	}
	
	#landing-page header .header-circle-bottom{
		top:0px;
	 }
	 
	 #landing-page .headline h2 {
		font-size: 18px;
	}
	
	#landing-page .headline h1 {
		font-size: 26px;
		margin-top: 24px;
	}
	
	#landing-page .headline h1 .connect {
		font-size: 53px;
	}
	
	#landing-page header.header-image .header-text p {
		font-size: 18px;
		width: 80%;
	}
	
	#landing-page header.header-image .header-text{
		 padding: 40px 0;
	}
	
	#landing-page section#collaborate .carousel-control.right, #landing-page section#collaborate .carousel-control.left {
		background: rgba(128, 128, 128, 0.28);
		font-size: 30px;
		color: #fff;
		border-radius: 100%;
		height: 42px;
		width: 42px;
	}
}

@media(max-width:767px) {

	#landing-page .navbar-nav>li{
		float:left;
	}
	
	#landing-page button#menu {
		margin-right: 0;
		margin-top: 15px;
	}
	
	#landing-page .navbar-brand {
		height: 43px;
		padding: 7px 10px;
	}
	
	#landing-page .navbar-brand>img {
		width:auto;
		height:30px;
	}
	
	#landing-page .container>.navbar-header{
		float:left;
	}
	
	#landing-page .navbar-inverse .navbar-collapse{
		border-color: transparent;
	}
	
	#landing-page .nav>li>a.nav-btn, #landing-page .nav>li>a.nav-btn:hover, #landing-page .nav>li>a.nav-btn:focus {
		width: 120px;
		margin-top: 0;
	}
	
	#landing-page section#connect .facebook-community>div {
		font-size: 13px;
	}
	#landing-page section#connect .facebook-community {
		width: 360px;
	}
	
	#landing-page .navbar-inverse.navbar {
		min-height: 48px;
		border-bottom: 1px solid #dadada;
		background: rgba(255, 255, 255, 0.89);
	}
	
}


@media(max-width:580px) {
	#landing-page .navbar-brand {
		padding: 12px 10px;
	}
	
	#landing-page .navbar-brand>img {
		width: auto;
		height:20px;
	}
	
	#landing-page button#menu {
		width: 20px;
	}
	
	#landing-page .navbar-brand {
		padding: 12px 5px;
	}
	
	#landing-page .nav>li>a.nav-btn, #landing-page .nav>li>a.nav-btn:hover, #landing-page .nav>li>a.nav-btn:focus {
		width: 70px;
		margin-top: 0;
		font-size: 9px;
	}
	
	#landing-page .navbar-nav>li {
		float: left;
		margin-left: 6px;
	}
	
	#landing-page section#connect .you-vennr {
		margin: 50px auto 72px auto;
		width: 280px;
		position: relative;
		background: url(/images/landingpage/you-vennr.png) no-repeat;
		height: 184px;
		background-size: 100%;
	}
	
	#landing-page section#connect .you-vennr-2 {
		background: url(/images/landingpage/you-vennr-2.png) no-repeat;
		height: 184px;
		background-size: 100%;
	}
	
	#landing-page section#connect .you-vennr-3 {
		background: url(/images/landingpage/you-vennr-3.png) no-repeat;
		height: 184px;
		background-size: 100%;
	}
	
	#landing-page section#connect .you-vennr .vennr-item-slider {
		width: 150px;
		height: 150px;
		margin: auto;
		padding-top: 27px;
		overflow: hidden;
	}
	
	#landing-page section#connect .you-vennr-2 .vennr-item-slider {
		height: 160px;
		padding-top: 22px;
	}
	
	#landing-page section#connect .you-vennr-3 .vennr-item-slider {
		height: 160px;
		padding-top: 22px;
	}
	
	#landing-page section#connect .you-vennr .vennr-item-slider img{
		width: 100%;
	}
	
	#landing-page section#connect .you-vennr .you {
		font-size: 12px;
		top: 49%;
		left: 33px;
	}
	
	#landing-page section#connect .you-vennr .vennr {
		font-size: 12px;
		top: 49%;
		right: 22px;
	}
	
	#landing-page section#collect .service-circle .product-service {
		font-size: 11px;
		margin: 0 5px 17px 5px;
	}
	
	#landing-page header .header-circle {
		width: 60px;
		height: 60px;
		margin: 0 2%;
	}
	
	#landing-page header .header-circle-top, #landing-page header .header-circle-bottom {
		position: relative;
		margin: auto;
		margin-top: 0;
		width: 288px;
		left: 50%;
		margin-left: -144px;
	}
	
	#landing-page header .header-circle-bottom {
		top: 12px;
	}
	
	#landing-page .headline h1 {
		font-size: 16px;
		margin-top: 18px;
	}
	
	#landing-page .headline h1 .connect {
		font-size: 35px;
	}
	
	#landing-page .headline h2 {
		font-size: 13px !important;
		line-height: 11px;
	}
	
	#landing-page header.header-image .header-text {
		padding: 20px 0;
	}
	#landing-page header.header-image .header-text p {
		font-size: 13px;
	}
	
	#landing-page section{
		padding:30px 0 !important;
	}
	
	#landing-page h2{
		font-size:20px !important; 
		margin-bottom: 10px !important;
	}
	
	#landing-page p.lead{
		font-size:14px !important;
		line-height: 18px !important;
	}
	
	#landing-page section#collect .subheading, #landing-page section#collect .curate-chrome-ext .subheading {
		font-size: 18px;
		margin-bottom: 8px;
	}
	
	#landing-page section#connect .connect-banner {
		height: 360px;
	}
	
	#landing-page section#connect .connect-banner .banner-text {
		font-size: 15px;
		line-height: 17px;
		max-width: 316px;
		padding-top: 131px;
	}
	
	#landing-page section#connect .connect-banner .banner-text span {
		font-size: 58px;
		line-height: 52px;
		margin-bottom: 0;
	}
	
	#landing-page section#connect .vennrs-para {
		font-size: 15px;
	}
	
	#landing-page section#collect .service-circle {
		max-width: 320px;
		margin-top: 24px;
		margin-bottom: 20px;
	}
	
	#landing-page section#collect .endless-tips p, #landing-page section#collect .curate-chrome-ext p {
		font-size: 16px;
		line-height: 21px;
	}
	
	#landing-page section#collaborate .subheading {
		font-size: 17px;
		margin-bottom: 5px;
	}
	
	#landing-page section#bloggers-love .blog-img-div ul.blog-benefits {
		font-size: 14px;
		line-height: 21px;
	}
	
	#landing-page section#collaborate .carousel-control.right, #landing-page section#collaborate .carousel-control.left {
		font-size: 20px;
		height: 30px;
		width: 30px;
	}

	#landing-page .sticky{
	    position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		background: #fff;
		z-index: 9;
	}
	
	#landing-page .header-image {
		margin-top: 0;
	}
	
	#landing-page section#be-inspired .lets-venn-circles {
		max-width: 200px;
		margin-bottom: 30px;
	}
	
	#landing-page section#be-inspired .get-started-btn {
		width: 180px;
		height: 45px;
		font-size: 20px;
	}
}


@media(max-width:400px) {
	
	#landing-page section#connect .facebook-community>div {
		font-size: 11px;
		margin-top: 0;
		line-height: 14px;
	}
	
	#landing-page section#connect .facebook-community>img {
		margin-right: 8px;
		height: 40px;
	}
	
	#landing-page section#connect .facebook-community {
		width: 280px;
		padding: 8px;
		border-radius: 30px;
		height: 57px;
	}
	
	
	#landing-page section#bloggers-love .blog-img-div ul.blog-benefits {
		font-size: 14px;
		line-height: 22px;
	}
	
	#landing-page .headline h1 .connect {
		font-size: 30px;
	}
	
	#landing-page .headline h1 {
		font-size: 16px;
	}
	
	#landing-page .headline h2 {
		font-size: 12px !important;
	}
	
	#landing-page section#collect .service-circle .product-service {
		font-size: 11px;
		margin: 0 6px 10px 6px;
		width: 54px;
	}
	
	#landing-page section#collect .service-circle .circle-count {
		width: 54px;
		height: 54px;
		font-size: 13px;
		line-height: 55px;
		margin-bottom: 4px;
	}
	
	#landing-page section#collect .service-circle {
		max-width: 264px;
	}

}



/* popups css */

#landing-page .wrapper{
	position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 8;
	display:none;
}

#landing-page .web_dialog_overlay
{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 8;
   filter: alpha(opacity=6);
   -moz-opacity:0.6;
   display: none;
}
#landing-page .web_dialog,#landing-page .skip,#landing-page .instantAcess,#landing-page .connectCollaborate
{
   display: none;
   position: absolute;
   max-width:900px;
   width:100%;
   top:20%;
   left: 50%;
   margin-left: -450px;
   margin-top: -100px;
   background-color:#ffffff;
   z-index:10;
   box-sizing: border-box;
   padding:24px 63px;
   
}


#landing-page .skip{
   max-width:590px;
   top:50%;
   left: 50%;
   margin-left: -295px;
   margin-top: -100px;
   background-color:#ffffff;
   z-index:11;
   padding: 44px 63px;
}

#landing-page .instantAcess,#landing-page .connectCollaborate{
   max-width:703px;
   top:15%;
   left: 50%;
   margin-left: -351px;
   margin-top: -100px;
  /*  display: block; */
   padding:0px;
}
#landing-page .connectCollaborate{
	 background:url("/images/landingpage/collect_bg_img.png") top center no-repeat;
	 background-size:cover;
	 height:634px;
	/* display: block; */
}
#landing-page .get-it-now-btn,#landing-page .get-venndy-btn,#goBackbtn{
	max-width:223px;
	width:100%;
	height:50px;
	line-height:47px;
	display:block;
	border: 2px solid #ff0000;
	border-radius: 8px;
	color:#ff0000;
	text-align: center;
	text-transform: uppercase;
	font-size:26px;
	margin: 50px auto 0px;
	font-weight:600;
	}

#landing-page .get-it-now-btn:hover, #landing-page .get-venndy-btn:hover,#goBackbtn:hover{
	text-decoration:none;
}
	
#landing-page .instantAcess .get-it-now-btn{
	max-width:328px;
    height:42px;
	line-height:38px;
	font-size:20px;
	font-weight:600;
	
}	
#landing-page .skip-btn,#landing-page .later-btn{
	max-width: 87px;
	width:100%;
    height: 40px;
    border: 2px solid #e6e6e6;
    text-align: center;
    color: #8c8c8c;
    font-size: 11px;
    font-weight: 700;
    border-radius: 6px;
    line-height:38px;
    margin:35px auto 0px;
    display:block;
	text-transform:uppercase;
		
	}
#landing-page .landing-bottom_popup{text-align:center; position:relative;}	
#landing-page .web_dialog h3,#landing-page .skip h3{font-size:22px; line-height:25px;display:inline-block;color:#666666;font-family: 'Open Sans', sans-serif;max-width:568px;margin:0px 0px 0px 0px;}
#landing-page .web_dialog h3{font-size:20px;}
#landing-page .skip h3{display:block;max-width:100%;font-size:30px;margin: 0px 0px 22px 0px;font-weight:600;}
#landing-page .landing_chrome{margin-top:-73px;}
#landing-page .skip,.instantAcess{text-align:center;}
#landing-page .skip p, #landing-page .instantAcess p{font-size:18px;line-height: 24px;margin-bottom:15px;color:#666;}
#landing-page .instantAcess p{margin-bottom:16px;}
#landing-page .instantAcess .landing-bottom_popup p{font-size:15px;margin:30px 0px 40px;}
#landing-page .instantAcess .logo{display:inline-block;margin:0px 0px 23px;}
#landing-page .instantAcess .logo img{max-width:200px; width:100%;}
#landing-page .instantAcess-Top, #landing-page .instantAcess-Bottom{clear:both;overflow:hidden;}
#landing-page .instantAcess-Top{padding:30px 63px 0px;}
#landing-page .instantAcess-Bottom{padding:30px 63px 0px;background:#f5f5f5;    margin-top: 12px;}
#landing-page .instantAcess-Bottom input[type="text"], #landing-page .instantAcess-Bottom input[type="email"]{line-height:40px;height:50px;padding:0px 10px;
background:#fff;font-size:15px;text-align:center;color:#999999;max-width:326px;width:100%;border:0px;}
#landing-page .instantAcess-Bottom input[type="text"]{margin-bottom:15px;}
#landing-page .connectCollaborate h3{font-size:32px; line-height:35px;margin:0px;color:#666666;text-transform:uppercase;font-weight:600;}
#landing-page .connectCollaborate h3 strong{text-transform:capitalize;font-family: 'Grand Hotel', cursive;font-size:61px; font-weight: 400; margin: 0px 10px 0px 8px;}
#landing-page .connectCollaborate .inner_popup{display:table;width:100%;text-align:center;height: 634px;}
#landing-page .connectCollaborate .collaborate-content{display:table-cell;vertical-align:middle;}
#landing-page .connectCollaborate .collaborate-content p{font-size:18px;color:#666666;margin:23px 0px 15px;}
#landing-page .get-venndy-btn{height:48px;line-height:46px;font-size:15px;font-weight:600;max-width:290px;border: 2px solid #e6e6e6;color:#666666;margin:0px auto;font-weight:600;}
#landing-page .get-venndy-btn img{float:left;margin:7px 6px;width:38px;height:30px;}
#landing-page .get-venndy-btn span{float:left; font-weight:700;}
#landing-page .later-btn{margin:18px auto 0px;font-weight:700;font-size:12px;}	
#landing-page .instantAcess-Bottom form{margin-top:34px;}
#getVenndyBtn .get-venndy-btn{height:48px;line-height:46px;font-size:15px;font-weight:600;max-width:274px;border: 2px solid #e6e6e6;color:#666666;margin:0px auto;font-weight:600;border-radius: 8px;text-align:center;
text-transform: uppercase;}
#getVenndyBtn .get-venndy-btn img{float:left;margin:7px 6px;width:38px;height:30px;}
#getVenndyBtn .get-venndy-btn span{float:left; font-weight:700;}

.instantAcessAlert{display:none;}


@media(max-width:991px) {
	#landing-page .web_dialog{
		width: 90%;
		margin-left: -45%;
		padding: 24px;
	}
	
	#landing-page .landing_chrome img{
		width:100%;
	}
	
	#landing-page .landing_chrome {
		margin-top: -12px;
	}
	
	#landing-page .web_dialog h3, #landing-page .skip h3 {
		font-size: 18px;
	}
	
	#landing-page .skip {
		z-index: 11;
		padding: 44px 20px;
		max-width:100%;
		width: 90%;
		margin-left: -45%;
	}
}


@media (max-width: 870px){
	#landing-page .navbar-nav.pull-right>li:first-child {
		display: block;
	}
}

@media(max-width:767px) {
	#landing-page .instantAcess, #landing-page .connectCollaborate {
		max-width: 703px;
		top: 50%;
		left: 50%;;
		margin-top: -100px;
		padding: 0px;
		width: 90%;
		margin-left: -45%;
	}
	
	#landing-page .connectCollaborate {
		background: url("/images/landingpage/collect_bg_img.png") top center no-repeat;
		background-size: cover;
		height: 500px;
		top:28%
	}
	#landing-page .instantAcess-Top {
		padding: 30px 20px 0px;
	}
	
	#landing-page .instantAcess-Bottom {
		padding: 30px 20px 0px;
		margin-top: 12px;
	}
	
	#landing-page .skip p, #landing-page .instantAcess p {
		font-size: 16px;
	}
	
	#landing-page .connectCollaborate h3 strong {
		font-size: 42px;
	}
	
	#landing-page .connectCollaborate h3 {
		font-size: 22px;
	}
	
	#landing-page .connectCollaborate .collaborate-content p {
		font-size: 16px;
		margin: 8px 0px 10px;
	}
	
	#landing-page .connectCollaborate .inner_popup {
		height: 500px;
	}
}

@media(max-width:480px) {
	#landing-page .get-it-now-btn, #landing-page .get-venndy-btn,#goBackbtn {
		max-width: 180px;
		height: 40px;
		line-height: 36px;
		font-size: 20px;
		margin: 30px auto 0px;
	}
	#landing-page .web_dialog{
		top: 25%
	}
}
@media(max-width:480px) {
		#landing-page .connectCollaborate h3 {
			font-size: 13px;
		}
		
		#landing-page .connectCollaborate h3 strong {
			font-size: 28px;
			margin: 0 5px;
		}
		
		#landing-page .connectCollaborate .collaborate-content p {
			font-size: 14px;
			margin: 0px 0 8px 0;
		}
		
		#landing-page .get-venndy-btn {
			    height: 48px;
				font-size: 11px;
				max-width: 218px;
				line-height: 43px;
		}
		#landing-page .navbar-nav.pull-right {
			margin: 9px 0px;
		}
		.sticky .navbar-inverse .navbar-collapse .navbar-nav>li {
			margin-left: 8px;
		}
}
/* popups css */



#landing-page .layerwrapper{
    position: absolute;
    width: 100.1%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 8;
    filter: alpha(opacity=6);
    -moz-opacity: 0.6;
    display: none;
}
#landing-page .skip{top:35%;}

@media(max-width:480px) {
	#landing-page .skip {
		top: 22%;
	}
}
@media(max-width:320px) {
	#landing-page .web_dialog{
		top: 30%
	}
}