*{margin:0; padding:0;}
html{height:100%}
h1{
	xheight:50px;
	font-size:45px;
	font-weight:300;
	line-height:50px;
}
h2{
	font-size:24px;
	color:#282828;
	font-weight:600;
    margin-bottom: 10px;
}
h2 a.blog-link{
	font-size:24px;
	color:#282828;
	font-weight:600;
    margin-bottom: 10px;
}
h3{
	color:#282828;
	font-size:15px;
	font-weight:bold;
	margin:20px 0 5px;
}
ul, ul li{list-style:none; float:left;}
:focus {outline:none}
::-moz-focus-inner {border:0}
a{
	color:#1d6dd0;
	text-decoration:none;
}
a:hover{color:#0f4ab6}
a img{border:none;}
body{
	height:100%;
	width:100%;
	background:#fff url(../images/body-top.png) repeat-x 0 0;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	line-height:15px;
	color:#303030;
	line-height:20px;
}
.insider{
	position:relative;
	overflow:hidden;
	height:auto;
	min-height:100%; /* fix for delete scroll in feedback google chrome */
	min-width:1145px;
	background:url(../images/body-bottom.gif) repeat-x 0 100%;
}
.landing .insider{background:none}
.main-holder{
	overflow:hidden;
	width:1070px;
	height:auto;
	min-height:100%;
	margin:0 auto;
	padding:0 0 130px
}
.index{background:url(../images/index.png) repeat-x 0 0px}
.feature{
	background:url(../images/feature.png) repeat-x 0 125px;
	height:auto;
	min-width:1145px;
}
.expl{
	width:100%;
	background:url(../images/expl.png) no-repeat 50% 0;
	padding:70px 0 0;
}
.landing .logo{
	float:none;
	display:block;
	margin:33px auto 0;
}
.sub-expl {
    text-align: left;
    float: left;
    width:790px;
    font-size:14px;
    margin-right: 10px;
    margin-left: 137px;
    margin-bottom: 35px;
}
.sub-expl p{
    margin-bottom: 10px;
    color:#5d5d5d;
}
/*.sub-expl  a {
    margin-top: 10px;
    float: right;
}*/
.header{
	float:left;
	width:1070px;
	height:123px;
}
.feature .header{margin-bottom:5px}
.logo{
	float:left;
	background:url(../images/logo.png);
	width:225px;
	height:46px;
	text-indent:-33300px;
	margin:30px 0 0 0;
}
.social-page .header .logo,
.social-page .landing-social .logo{
	background:url(../images/social-logo.png) !important;
	width:200px !important;
	height:90px !important;
	margin-top:25px !important;
}
.landing.social-page .logo{margin:0 0 0 -100px !important}
.header nav{
	float:right;
	border:1px solid #cdced0;
	margin:40px 0 0;
	
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
 
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

  -webkit-box-shadow: 0px 2px 2px 0px #eaebec;
     -moz-box-shadow: 0px 2px 2px 0px #eaebec;
          box-shadow: 0px 2px 2px 0px #eaebec;

}
.header nav a{
	float:left;
	font-size:12px;
	padding:7px 20px;
	border-right:1px solid #dfe1e3;
	border-top:1px solid #fff;
	color:#707070;
	
	background-color: #f4f4f4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ececec));
	background-image: -webkit-linear-gradient(top, #f4f4f4, #ececec);
	background-image:    -moz-linear-gradient(top, #f4f4f4, #ececec);
	background-image:     -ms-linear-gradient(top, #f4f4f4, #ececec);
	background-image:      -o-linear-gradient(top, #f4f4f4, #ececec);
	background-image:         linear-gradient(to bottom, #f4f4f4, #ececec);
}
.header nav a:hover,
.header nav a.active{
	color:#191919;

  background-color: #f0f0f0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f0f0f0, #e5e5e5);
  background-image:    -moz-linear-gradient(top, #f0f0f0, #e5e5e5);
  background-image:      -o-linear-gradient(top, #f0f0f0, #e5e5e5);
  background-image:         linear-gradient(to bottom, #f0f0f0, #e5e5e5);
}
.header nav a:first-child{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.header nav a:last-child{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-right:none;
}
.content{
	float:left;
	width:1070px;
	margin-top:25px;
}
.button{
	position:relative;
	float:left;
	border:1px solid #477fe3;
	
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.button span{
	float:left;
	border-top:1px solid #d3e2ff;
	color:#fff;
	padding:7px 20px 7px 20px;
	font-size:14px;
	font-weight:bold;
	text-shadow:0 -1px 0 #2266D0;

  background-color: #77b5f2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#77b5f2), to(#4d89e9));
  background-image: -webkit-linear-gradient(top, #77b5f2, #4d89e9);
  background-image:    -moz-linear-gradient(top, #77b5f2, #4d89e9);
  background-image:      -o-linear-gradient(top, #77b5f2, #4d89e9);
  background-image:         linear-gradient(to bottom, #77b5f2, #4d89e9);
  
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.button:hover span{
  background-color: #4ea3f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4ea3f7), to(#397ae1));
  background-image: -webkit-linear-gradient(top, #4ea3f7, #397ae1);
  background-image:    -moz-linear-gradient(top, #4ea3f7, #397ae1);
  background-image:      -o-linear-gradient(top, #4ea3f7, #397ae1);
  background-image:         linear-gradient(to bottom, #4ea3f7, #397ae1);
}
.button:active span{
  background-color: #397be1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#397be1), to(#5aa1f5));
  background-image: -webkit-linear-gradient(top, #397be1, #5aa1f5);
  background-image:    -moz-linear-gradient(top, #397be1, #5aa1f5);
  background-image:      -o-linear-gradient(top, #397be1, #5aa1f5);
  background-image:         linear-gradient(to bottom, #397be1, #5aa1f5);
}








.header a.download{
	float:right;
	color:#fff;
	border:1px solid #2769bf;
	margin:40px 0 0 18px;

  background-color: #77b5f2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#77b5f2), to(#4d89e9));
  background-image: -webkit-linear-gradient(top, #77b5f2, #4d89e9);
  background-image:    -moz-linear-gradient(top, #77b5f2, #4d89e9);
  background-image:      -o-linear-gradient(top, #77b5f2, #4d89e9);
  background-image:         linear-gradient(to bottom, #77b5f2, #4d89e9);
	
  -webkit-box-shadow: 0px 2px 2px 0px #eaebec;
     -moz-box-shadow: 0px 2px 2px 0px #eaebec;
          box-shadow: 0px 2px 2px 0px #eaebec;

}
.header a.download:hover{

  background-color: #4ea3f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4ea3f7), to(#397ae1));
  background-image: -webkit-linear-gradient(top, #4ea3f7, #397ae1);
  background-image:    -moz-linear-gradient(top, #4ea3f7, #397ae1);
  background-image:      -o-linear-gradient(top, #4ea3f7, #397ae1);
  background-image:         linear-gradient(to bottom, #4ea3f7, #397ae1);
	
}
.header a.download:active{

  background-color: #397be1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#397be1), to(#5aa1f5));
  background-image: -webkit-linear-gradient(top, #397be1, #5aa1f5);
  background-image:    -moz-linear-gradient(top, #397be1, #5aa1f5);
  background-image:      -o-linear-gradient(top, #397be1, #5aa1f5);
  background-image:         linear-gradient(to bottom, #397be1, #5aa1f5);
	
	box-shadow: 0px 0px 0px 0px #fff;
}
.header a.download span{
	background:url(../images/nav-download.png) no-repeat 10px 6px;
	border-top:1px solid #aed1fa;
	padding:7px 20px 7px 45px;
	font-size:12px;
	font-weight:bold;
	text-shadow:#2266d0 0px -1px 0px;
	letter-spacing:1px;
}
.header a.download:hover span{border-top:1px solid #91c8fc}
.header a.download:active span{border-top:1px solid #397be1}
.description{
	position:relative;
	width:1070px;
	float:left;
}
p.main-description{
	float:left;
	width:425px;
	margin:110px 25px 35px 562px;
}
.download-sign{
	float:left;
	width:565px;
	text-align:center;
	font-weight:300;
	font-size:35px;
	margin:32px 0 0;
}
.download-button{
	float:right;
	margin:27px 65px 0 0;
	border:1px solid #d49447;
	
  background-color: #ffe65d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe65d), to(#ffce22));
  background-image: -webkit-linear-gradient(top, #ffe65d, #ffce22);
  background-image:    -moz-linear-gradient(top, #ffe65d, #ffce22);
  background-image:     -ms-linear-gradient(top, #ffe65d, #ffce22);
  background-image:      -o-linear-gradient(top, #ffe65d, #ffce22);
  background-image:         linear-gradient(to bottom, #ffe65d, #ffce22);
  
    -webkit-box-shadow: 0px 2px 2px 0px #eaebec;
     -moz-box-shadow: 0px 2px 2px 0px #eaebec;
          box-shadow: 0px 2px 2px 0px #eaebec;

}
.download-button:hover{
  background-color: #ffde28;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde28), to(#ffcb4b));
  background-image: -webkit-linear-gradient(top, #ffde28, #ffcb4b);
  background-image:    -moz-linear-gradient(top, #ffde28, #ffcb4b);
  background-image:      -o-linear-gradient(top, #ffde28, #ffcb4b);
  background-image:         linear-gradient(to bottom, #ffde28, #ffcb4b);
}
.download-button:active{
  background-color: #ffcc3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc3b), to(#ffe15a));
  background-image: -webkit-linear-gradient(top, #ffcc3b, #ffe15a);
  background-image:    -moz-linear-gradient(top, #ffcc3b, #ffe15a);
  background-image:      -o-linear-gradient(top, #ffcc3b, #ffe15a);
  background-image:         linear-gradient(to bottom, #ffcc3b, #ffe15a);
  
	box-shadow: 0px 0px 0px 0px #fff;
}
.download-button span{
	border-top:1px solid #fffdec;
	font-size:14px;
	padding:8px 25px 7px 50px;
	color:#de8100;
	background:url(../images/download-symbol.png) no-repeat 16px 11px !important;
	font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 0 1px 0 #ffeaa7;
	text-transform:uppercase;
}
.download-button:hover span{border-top:1px solid #fff5bb}
.download-button:active span{border-top:1px solid #ffcc3b}
.fb .download-button{box-shadow:none}
.carousel p{
	width:100%;
	text-align:center;
	color:#5d5d5d;
	font-size:18px;
	font-style:italic;
	font-weight:100;
}
.carousel p b{
	display:block;
	color:#282828;
	font-size:30px;
	font-weight:bold;
	font-style:normal;
	margin-bottom:5px;
}
.down-block{
	float:left;
	background:url(../images/download-for-free.png);
	width:912px;
	height:94px;
	margin:10px 0 0 80px;
}
.benefit{
	float:left;
	width:100%;
	padding:25px 0;
	background:url(../images/benefit.gif) no-repeat 90px 120px;
}
.benefit p{
	width:100%;
	text-align:center;
	font-size:18px;
	color:#212121;
}
.benefit p b{
	display:block;
	font-size:30px;
	color:#000;
	margin:35px 0 -5px;
	font-weight:600;
}
.benefit span{
	float:left;
	width:245px;
	text-align:left;
	font-size:13px;
	margin-top:215px;
}
.benefit span b{font-size:20px; color:#282828; font-weight:600; display:block; margin-bottom:-5px;}
.benefit span.left{margin-left:55px}
.benefit span.pivot{margin:215px 140px 0 120px}
.benefit .button{
	margin:30px 0 0 485px;
	clear:both;
}
.benefit .button span{
	margin:0;
	width:auto;
}
.left-column{
	float:left;
	width:770px;
	margin:0 40px 0 0;
}
.blog,
.blog-entry{
	float:left;
	width:770px;
	padding:25px 0;
	border-top:1px dotted #bdc1c5;
}
.blog{padding:0; margin-top:-10px;}
.blog:first-child,
.blog-entry:first-child{border:none}
.blog h1,
.blog h2,
.blog-entry h2,
.blog-entry h2 a{font-weight:normal}
.blog .date,
.blog-entry .date{
	color:#737373;
	margin:5px 0 25px;
}
.blog .widgets,
.blog-entry .widgets{
	float:left;
	margin-top:10px;
}
.blog .links,
.blog-entry .links{
	float:right;
}
.blog .links a,
.blog-entry .links a{
	margin-left:10px;
	text-decoration:underline;
}
.right-column{
	float:left;
	width:260px;
}
.right-column h3{
	float:left;
	width:100%;
	margin:25px 0 15px;
	font-weight:600;
}
.right-column a{
	float:left;
	clear:left;
	color:#3e3e3e;
}
.right-column a:hover{text-decoration:underline}
.right-column a.rss{
	background:url(../images/rss.png) no-repeat 1px 3px;
	padding:0 0 0 26px;
	margin-bottom:3px;
	color:#4a7bdf;
}
.post{
	float:left;
	background:#f6f6f6 url(../images/shadow.png) repeat-x 0 0;
	border:1px solid #d0d8df;
	padding:10px 15px;
	color:#8b8b8b;
		
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.avatar{
	float:left;
	width:38px;
	height:38px;
	background:url(../images/avatar.png);
	margin:0 10px 0 0;
}
.texts{
	float:left;
	width:690px;
}
.post .date{float:right}
form{
	float:left;
	margin:35px 0 20px;
}
input, textarea{
	float:left;
	width:280px;
	height:20px;
	border:1px solid #cdd0d3;
	background:#fcfcfc url(../images/shadow-form.png) repeat-x 0 0;
	margin-top:15px;
	padding:5px 10px;
	color:#bdc1c5;
	resize:none;
	overflow:auto;
	font-family:'Open Sans',sans-serif;
	font-size:13px;
			
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
input{overflow:hidden}
.reply textarea{
	float:right;
	width:420px;
	height:67px;
}
form .active{color:#303030}
.reply a{
	float:right;
	margin:15px 0 0;
}
.feedback input,
.feedback textarea,
.feedback p,
.feedback div,
.feedback a,
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form p,
.wpcf7-form div,
.wpcf7-form a{
	float:none;
	clear:left;
}
.feedback a,
.wpcf7-form a{margin-top:20px}
.feedback textarea,
.wpcf7-form textarea{height:65px}
.wpcf7-form fieldset{border:0}
.specialp{margin:20px 0}
.download h1{
	float:left;
	width:100%;
	text-align:center;
	font-size:35px;
}

.wpcf7 .button span{
    margin: 8px 0;
}

.wpcf7 .button{
    border:none;
}

.wpcf7 form {
    margin: 8px 0;
}

.download p{
	float:left;
	width:100%;
	text-align:center;
}
.download .specialp{
	width:535px;
	height:80px;
	padding:0 265px;
	font-size:14px;
}
.big-button{
	float:left;
	clear:left;
	width:100%;
	text-align:center;
	font-weight:bold;
	height:50px;
	margin:15px 0 40px;
}
.big-button .button,
.big-button .button span{
	float:none;
	display:inline-block;
}
.big-button div{
	display:inline-block;
	width:60px;
	height:60px;
	margin:0 2px;
	background:url(../images/anotherbr.png);
}
*+html .big-button div{
	float:left;
}
*+html .browsers{
	padding-left:380px;
}
.big-button div a{
	display:block;
	width:60px;
	height:60px;
	text-indent:-33300px;
}
.big-button div.safari a{background:url(../images/big-br-safari.png) no-repeat 50% 50%}
.big-button div.firefox a{background:url(../images/big-br-firefox.png) no-repeat 50% 50%}
.big-button div.ie a{background:url(../images/big-br-ie.png) no-repeat 50% 50%}
.big-button div.chrome a{background:url(../images/big-br-chrome.png) no-repeat 50% 50%}
.big-button div.opera a{background:url(../images/big-br-opera.png) no-repeat 50% 50%}
a.safari span{padding:9px 20px 9px 50px}
.btnfx a span{position:relative}
.btnfx a.safari span:after{
	position:absolute;
	top:6px; left:11px;
	content:"";
	width:31px;
	height:31px;
	display:block;
	background:url(../images/br-safari.png) no-repeat 0 0;
	margin-bottom:4px;
}
a.opera span{padding:9px 20px 9px 50px}
.btnfx a.opera span:before{
	position:absolute;
	top:6px; left:11px;
	content:"";
	width:31px;
	height:31px;
	display:block;
	background:url(../images/br-opera.png) no-repeat 0 0;
}
a.ie span{padding:9px 20px 9px 50px}
.btnfx a.ie span:before{
	position:absolute;
	top:6px; left:11px;
	content:"";
	width:31px;
	height:31px;
	display:block;
	background:url(../images/br-ie.png) no-repeat 0 0;
}
a.chrome span{padding:9px 20px 9px 50px}
.btnfx a.chrome span:before{
	position:absolute;
	top:6px; left:11px;
	content:"";
	width:31px;
	height:31px;
	display:block;
	background:url(../images/br-chrome.png) no-repeat 0 0;
}
a.firefox span{padding:9px 20px 9px 50px}
.btnfx a.firefox span:before{
	position:absolute;
	top:6px; left:11px;
	content:"";
	width:31px;
	height:31px;
	display:block;
	background:url(../images/br-firefox.png) no-repeat 0 0;
}
a.windows span{padding:9px 20px 9px 50px}
.btnfx a.windows span:before{
	position:absolute;
	top:6px; left:11px;
	content:"";
	width:31px;
	height:31px;
	display:block;
	background:url(../images/br-windows.png) no-repeat 0px 3px;
}
a.macintosh span{padding:9px 20px 9px 53px}
.btnfx a.macintosh span:before{
    position:absolute;
    top:6px; left:20px;
    content:"";
    width:23px;
    height:24px;
    display:block;
    background:url(../images/br-mac.png) no-repeat 0px 0px;
}
a.customize span{padding:9px 20px 9px 50px}
.btnfx a.customize span:before{
	position:absolute;
	top:6px; left:11px;
	content:"";
	width:31px;
	height:31px;
	display:block;
	background:url(../images/br-customize.png) no-repeat 5px 5px;
}
a.br-down span{padding:9px 20px 9px 50px}
.btnfx a.br-down span:before{
	position:absolute;
	top:6px; left:11px;
	content:"";
	width:31px;
	height:31px;
	display:block;
	background:url(../images/br-down.png) no-repeat 5px 5px;
}
.sub-nav{
	float:right;
	margin-top:20px;
}
.feature h1{
	float:left;
	font-size:29px;
	line-height:18px;
	margin-top:20px;
}
.sub-nav li{margin-left:90px}
.sub-nav a{
	float:left;
	height:51px;
	font-size:18px;
	text-decoration:underline;
}
.sub-nav a:hover,
.sub-nav li.active a{
	text-decoration:none;
	color:#3e3e3e;
}
.sub-nav li.active a{background:url(../images/sub-nav.png) no-repeat 50% 100%}
.feature h2{
	font-weight:300;
	font-size:30px;
	margin-bottom:15px;
	line-height:40px;
}
.feature p{font-size:14px}
.how-it-1{
	float:left; 
	margin-top:20px;
	width:530px;
	height:300px;
	padding-right:540px;
	background:url(../images/how_it_1.png) no-repeat 100% 0;
}
.how-it-1 h2, .how-it-1 p{float:left; width:530px;}
.how-it-1 div{float:right}
.how-it-2{
	float:left;
	height:200px;
	background:url(../images/zxibit.png) no-repeat;
	padding:45px 0 0 440px;
	margin-top:20px;
}
.how-it-3{
	float:left;
	height:350px;
	background:url(../images/ad-blocking.png) no-repeat 100% 0;
	padding:45px 490px 0 0;
	margin-top:40px;
}
.how-it-3 li{clear:left}
.step-block{
	float:left;
	background:url(../images/how-to-block.png);
	width:332px;
	height:289px;
	margin:0 12px 25px;
}
.step-block b{
	float:left;
	font-size:22px;
	color:#fff;
	font-weight:600;
	padding:14px 20px;
}
.step-block span{
	display:table;
	float:left;
	width:260px;
	height:40px;
	font-size:14px;
	padding:6px 0 0 5px;
}
.step-block span span{
	display:table-cell;
	float:none;
	width:260px;
	vertical-align:middle;
	padding:0;
}
.step-block img{
	display:block;
	width:258px;
	height:138px;
	clear:both;
	margin:70px auto 15px;
	
  -webkit-box-shadow: 2px 2px 2px 0px #eaebec;
     -moz-box-shadow: 2px 2px 2px 0px #eaebec;
          box-shadow: 2px 2px 2px 0px #eaebec;
}
.step-block p{
	float:left;
	padding:0 20px;
	font-size:13px;
}
.disable{
	float:left;
	margin-bottom:20px;
}

.disable img{float:left; margin-left:15px;}
.disable p{
	float:left;
	width:585px;
	margin:0 0 20px 15px;
}
.disable .big-button{
	width:auto;
	clear:none;
	margin-left:15px;
}
.side-nav{
	position:relative;
	float:left;
	margin-top:-30px;
	padding-top:1px;
	background:url(../images/side-nav.png);
	width:297px;
	height:183px;
}
.side-nav:before{
	position:absolute;
	top:0; left:0;
	content:"";
	width:28px;
	height:100%;
	background:url(../images/side-nav-icons.png) no-repeat 0 15px;
}
.side-nav a{
	float:right;
	width:255px;
	margin:0 1px 1px 1px;
	padding:9px 0 0 0px;
	color:#4c5560;
	font-size:12px;
	height:51px;
}
.side-nav a b{
	display:block;
	clear:both;
	font-size:15px;
}
.side-nav a:hover, .side-nav a.active{background:url(../images/side-nav-hover.png) repeat-y 100% 0}
.right-side{
	float:left;
	width:740px;
	margin-left:30px;
}
.right-side div{float:left}
.right-side h2{font-size:22px; font-weight:normal;}
.right-side img, .right-side p{
	float:left;
	clear:left;
	margin-bottom:20px;
}
.ser-discr{
	float:left;
	width:750px;
	padding:75px 0 0;
	background:url(../images/back.png) no-repeat 1px 1px;
}
.ser-discr p{
	float:left;
	clear:none;
	width:205px;
	margin-right:40px;
}
.ser-discr p strong{
	display:block;
	clear:both;
	font-size:20px;
	font-weight:600;
	margin-bottom:10px;
}
.ser-discr p a{text-decoration:underline}
.widget-holder{
	float:left;
	width:200px;
	margin:0 23px 10px;
}
.widget-holder img{margin:0}
.widget-holder h4{
	float:left;
	font-size:16px;
	margin:15px 0 10px;
}
.new{
	padding-right:30px;
	background: url(../images/new.png) no-repeat 100% 5px;
}




























.footer{
	position:absolute;
	bottom:0;
	left:50%;
	width:1070px;
	text-align:center;
	margin:0 0 0 -535px;
	font-size:12px;
	color:#f6f6f6;
}
.footer li a{
	float:left;
	color:#fff;
	border-right:1px solid #fff;
	padding:0px 6px 2px 0;
	line-height:12px;
	margin-right:6px;
}
.footer li a:hover{text-decoration:underline}
.footer li:last-child a{border:none}
.footer p{
	float:left;
	clear:left;
	margin-top:7px;
	margin-bottom:20px;
    font-size: 12px;
}
.connect{
	float:right;
	margin-top:-36px;
}
.connect .logo{
	float:left;
	background:url(../images/logo-footer.png) no-repeat 0 0;
	width:181px;
	height:38px;
	margin-top:33px;
	text-indent:-33300px;
}
.connect .twitter{
	float:left;
	background:url(../images/connect.png) no-repeat 100% 0;
	width:37px;
	height:90px;
	text-indent:-33300px;
	margin:0 9px 0 20px;
}
.connect .facebook{
	float:left;
	background:url(../images/connect.png) no-repeat 0 0;
	width:37px;
	height:90px;
	text-indent:-33300px;
}
/*=====================================ROUNDABOUT========*/
.carousel{
	position:relative;
	display:block;
	width:700px;
	height:345px;
	margin:0 auto;
	overflow:visible;
}
.roundabout-holder{
	position:relative;
	display:block;
	width:700px;
	height:345px;
	margin:0 auto;
	overflow:visible;
}
.roundabout-holder li{
	width:450px;
	height:301px;
}
.roundabout-moveable-item img{
	width:100%;
	height:auto;
}
.carousel .prev{
	display:block;
	position:absolute;
	left:-120px; top:160px;
	width:30px;
	height:30px;
	text-indent:-3300px;
	background:url(../images/arrows.png) no-repeat 0 0;
}
.carousel .next{
	display:block;
	position:absolute;
	right:-120px; top:160px;
	width:30px;
	height:30px;
	text-indent:-3300px;
	background:url(../images/arrows.png) no-repeat 100% 0;
}
.set-right{
	float:left;
	width:205px;
}
.set-tabs,
.set-left{
	float:left;
	border:1px solid #cdd0d3;
	margin-bottom:25px;

  -webkit-box-shadow: 0px 1px 2px 1px #f0f1f2;
          box-shadow: 0px 1px 2px 1px #f0f1f2;
		  
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.set-tabs span,
.set-left .settings{
	background:#f3f3f3;
	color:#303030;
	border-top:1px solid #fff;
	padding:14px 20px 16px;
		  
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.set-tabs span{
	width:178px;
	text-align:center;
	font-size:20px;
	padding:14px 10px 16px;
}
.set-left .settings{
	position:relative;
	float:left;
	padding:5px 5px 0;
	width:853px;
	min-height:250px;
	background:#f9f9f9;
}
.set-right .active,
.set-right .set-tabs:hover{
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-right:0;
	box-shadow:none;
}
.set-right .active span,
.set-right .set-tabs:hover span{
	padding-right:17px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	background:#f9f9f9;
}
.widget-type{
	position:relative;
	float:left;
	background:#f4f4f4;
	padding:10px 225px 10px 15px;
	margin:0 0 5px 9px;
	width:595px;

  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.set-left .settings .active{background:#ebf1f6}
.set-left .settings h3{
	margin-top:-4px;
	float:left;
	font-size:16px;
	font-weight:normal;
}
.set-left .settings .widget-type p{
	float:left;
	width:540px;
	margin-bottom:5px;
}
.set-left .settings .facebook-button{
	border:1px solid #18386d; 
	height:26px;
    box-shadow: 0px 2px 2px 0px #babfcd;
}
.set-left .settings .facebook-button span{
	float:left;
	border-top:1px solid #abbad6;
	font-size:12px;
	padding:2px 15px 3px 30px;
	height:20px;

  background-color: #607bb0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#607bb0), to(#3b5e99));
  background-image: -webkit-linear-gradient(top, #607bb0, #3b5e99);
  background-image:    -moz-linear-gradient(top, #607bb0, #3b5e99);
  background-image:     -ms-linear-gradient(top, #607bb0, #3b5e99);
  background-image:      -o-linear-gradient(top, #607bb0, #3b5e99);
  background-image:         linear-gradient(to bottom, #607bb0, #3b5e99);
}
.set-left .settings .facebook-button b{
	display:block;
	position:absolute;
	left:11px; top:4px;
	background:url(../images/f.png);
	width:9px;
	height:16px;
	text-indent:-33300px;
}
.set-left .settings ul{
	position:absolute;
	top:10px; right:10px;
}
.set-left .settings ul li{
	border:1px solid #cdd0d3;
    box-shadow: 0px 2px 2px 0px #eaebec;
}
.set-left .settings ul li:hover,
.set-left .settings ul li.active{
	border:1px solid #93abc2;
	background:url(../images/how-often.png) no-repeat 0 0;
	box-shadow:0px 1px 2px 0px #fff;
}
.set-left .settings ul li a{
	float:left;
	color:#68696e;
	font-size:11px;
	padding:1px 5px;
	background:#f3f3f3 url(../images/dot.png) repeat-x 0 0;
}
.set-left .settings ul li:hover a,
.set-left .settings ul li.active a{
	background:url(../images/how-often-closer.png) no-repeat 100% 0;
}
.set-left .settings ul li:last-child,
.set-left .settings ul li:last-child a{
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	border-left:none;
}
.set-left .settings ul li:first-child,
.set-left .settings ul li:first-child a{
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	border-right:none;
}
.widget-type .icon{
	float:left;
	width:45px;
	height:45px;
	margin:0 5px 30px 0;
}
.widget-type .icon span{
	float:left;
	width:45px;
	height:45px;
	text-indent:-33300px;
}
.never .icon,
.never .button{
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";

  /* IE 5-7 */
  filter: alpha(opacity=65);

  /* Netscape */
  -moz-opacity: 0.65;

  /* Safari 1.x */
  -khtml-opacity: 0.65;

  /* Good browsers */
  opacity: 0.65;
}
.facebook-alt span{background:url(../images/widget-types.png) no-repeat 0 0}
.twitter-alt span{background:url(../images/widget-types.png) no-repeat 0 -124px}
.links-alt span{background:url(../images/widget-types.png) no-repeat 0 -248px}
.facts-alt span{background:url(../images/widget-types.png) no-repeat 0 -372px}
.news-alt span{background:url(../images/widget-types.png) no-repeat 0 -462px}
.weather-alt span{background:url(../images/widget-types.png) no-repeat 0 -552px}
.quotes-alt span{background:url(../images/widget-types.png) no-repeat 0 -642px}
.holidays-alt span{background:url(../images/widget-types.png) no-repeat 0 -732px}
.facebookext-alt span{background:url(../images/widget-types.png) no-repeat 0 -831px}
.twitterext-alt span{background:url(../images/widget-types.png) no-repeat 0 -918px}

.never .facebook-alt span{background:url(../images/widget-types2.png) no-repeat 0 0}
.never .twitter-alt span{background:url(../images/widget-types2.png) no-repeat 0 -124px}
.never .links-alt span{background:url(../images/widget-types2.png) no-repeat 0 -248px}
.never .facts-alt span{background:url(../images/widget-types2.png) no-repeat 0 -372px}
.never .news-alt span{background:url(../images/widget-types2.png) no-repeat 0 -462px}
.never .weather-alt span{background:url(../images/widget-types2.png) no-repeat 0 -552px}
.never .quotes-alt span{background:url(../images/widget-types2.png) no-repeat 0 -642px}
.never .holidays-alt span{background:url(../images/widget-types2.png) no-repeat 0 -732px}
.never .facebookext-alt span{background:url(../images/widget-types2.png) no-repeat 0 -831px}
.never .twitterext-alt span{background:url(../images/widget-types2.png) no-repeat 0 -918px}

.set-left .settings .twitter-button{
	border:1px solid #187cd6;
    box-shadow: 0px 2px 2px 0px #babfcd;
}
.set-left .settings .twitter-button span{
	float:left;
	border-top:1px solid #bce2f8;
	font-size:12px;
	padding:2px 15px 3px 45px;
	height:20px;

  background-color: #7fc7f1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7fc7f1), to(#48a3e3));
  background-image: -webkit-linear-gradient(top, #7fc7f1, #48a3e3);
  background-image:    -moz-linear-gradient(top, #7fc7f1, #48a3e3);
  background-image:     -ms-linear-gradient(top, #7fc7f1, #48a3e3);
  background-image:      -o-linear-gradient(top, #7fc7f1, #48a3e3);
  background-image:         linear-gradient(to bottom, #7fc7f1, #48a3e3);
}
.set-left .settings .twitter-button b{
	display:block;
	position:absolute;
	left:12px; top:4px;
	background:url(../images/tweety.png);
	width:19px;
	height:16px;
	text-indent:-33300px;
}
.set-left .settings h2,
.set-left .widget-holidays-settings h2{
	font-weight:normal;
	text-align:center;
	font-size:20px;
	margin:10px;
	padding:0 0 15px;
	border-bottom:1px solid #ecedee;
	line-height:35px;
}
.set-left .settings .back,
.set-left .widget-holidays-settings .back{
	border:1px solid #cdd0d3;
	margin:10px 0 0 10px;
}
.set-left .settings .back span,
.set-left .widget-holidays-settings .back span{
	color:#2c96ef;
	background:#f3f3f3;
	border-top:1px solid #fff;
}
.set-left .settings .save,
.set-left .widget-holidays-settings .save{
	float:right;
	margin:10px 10px 0 0;
}
.settings .column,
.widget-holidays-settings .column{
	float:left;
	width:200px;
	margin:15px 40px;
}
.settings .column input,
.widget-holidays-settings .column input{
	float:left;
	width:auto;
	height:auto;
	margin:4px 10px 0 0;
}
.settings .column p,
.widget-holidays-settings .column p{
	float:left;
	clear:left;
	margin-top:5px;
}
.edit-holder{margin-left:50px}
.edit-holder a{text-decoration:underline}
.edit-holder img{margin:0 5px -2px 0}

.widget-holidays-settings{
    display:none;
}

.widget-button-radio {
    display:none;
}

.general-settings, .settings{
    width: 853px;
}

.general-settings {
    display:none; 
}
.selects{
	float:left;
	width:820px;
	height:42px;
	padding:10px 16px;
	border-bottom:1px solid #e5e5e5;
}
.selects p{
	position:relative;
	float:left;
	width:310px;
	margin-bottom:10px;
}
.selects p input{
	margin:0;
	width:173px;
    color:#303030;
}
.set-left .settings .selects p{
	position:relative;
	margin-bottom:10px;
}
.selects span{
	float:left;
	font-size:14px;
	font-family:"myriad Pro", sans-serif, serif;
	margin:7px 15px 0 0;
}

.selects .mySelectBoxClass{
	left:73px; top:0px;
	width:196px;
	cursor:pointer;
}
.selects .customStyleSelectBox{
	float:left;
	display:block;
	background:url(../images/select.png) no-repeat;
	width:144px;
	height:20px;
	padding:7px 35px 5px 15px;
	cursor:pointer;
	margin:0;
}
.selects .customStyleSelectBox span{margin:0}
.selects .customStyleSelectBoxInner{
	overflow:hidden;
	height:20px;
}
.regional{
	float:left;
	font-size:13px;
	margin:5px 0 0 0;
	text-decoration:underline;
}
.example{
	float:left;
	margin:0 0 0 5px;
    display: none;
}
.example p{margin:-4px 0 10px 0}
.headers span{
	float:left;
	padding:5px 76px;
	padding-right:0;
}
.headers span:first-child{
	margin-right:329px;
	padding-right:76px;
}
.expl2{
	position:relative;
	float:left;
	width:810px;
	background:#fef3c8;
	text-align:left;
	padding:10px 15px;
	margin:10px 9px;
	border-radius:3px;
}
.expl2 a{
	position:absolute;
	top:10px; right:10px;
	display:block;
	background:url(../images/close.png);
	width:10px;
	height:10px;
	text-indent:-33300px;
}

.selects-edit{
    display:none;
}

.thankforinstall {
    float: left;
    font-size: 12px;
    padding: 20px 30px 40px;
}

.thankforinstall p {
    clear: left;
    color: #6E757F;
    float: left;
    font: 13px/20px "Lucida_Grande",sans-serif,serif;
    margin: 10px 0 0;
}
.thankforinstall a {
    color: #1D6DD0;
    text-decoration: none;
}
.thankforinstall ul {
    font-size: 120%;
    line-height: 150%;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    float: none;
}
.thankforinstall li {
    background: url("../images/checkboxes.gif") no-repeat scroll 0 -31px transparent;
    padding: 10px 2em 0;
    float: none;
}


.uninstall, .staticpage {
    padding: 20px 30px 40px;
}

.uninstall p {
    clear: left;
    font: 13px/20px "Lucida_Grande",sans-serif,serif;
    width: 830px;
    padding-bottom: 10px;

}


.uninstall .custom-checkbox input{
    display: none
}
.uninstall label{
    float: left;
    height: 27px;
    margin-right: 27px;
}
.uninstall .checkbox{
    margin-right: 5px;
}

.uninstall textarea {
    width: 280px;
    height: 100px;
    margin-bottom: 20px;
}


.staticpage h1{
    padding-bottom: 20px;
}


.postinstall h4.ui-accordion-header a,
.postinstall h4.ui-accordion-header a:hover,
.postinstall h4.ui-accordion-header a:link,
.postinstall h4.ui-accordion-header a:visited{
    cursor: default;
    color: #1D6DD0;
}

.postinstall .ui-accordion .ui-accordion-content{
    padding: 0;
}

.postinstall .ui-accordion .ui-accordion-content{
    overflow:hidden !important;
}

.twitter-button,
.facebook-button{
    xdisplay:none;
}
.next_2{
	float:right;
	clear:both;
}
.social-networks-facebook, .social-networks-twitter {
    float: left;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 480px;
}
.ui-autocomplete{background:#fff}

.custom-checkbox label.checked, .custom-radio label.checked {
    background: url("../images/checkboxes.gif") no-repeat scroll 1px 0 transparent;
}

.social-networks-twitter label, .social-networks-facebook label {
    float: none;
}

.custom-checkbox label, .custom-radio label {
    background: url("../images/checkboxes.gif") no-repeat scroll 1px 100% transparent;
    cursor: pointer;
    float: left;
    height: 17px;
    margin: 0 25px 10px 0;
    padding: 2px 0 3px 26px;
}

/*.next_1,
.next_2,*/
.next_3,
.finish{
    margin: 10px 0 0 955px;
}
#twitter-auth,
#facebook-auth{
    vertical-align: sub;
    display: none;
}

.social-networks-block{
    margin: 20px auto 0;
}

.social-networks-facebook,
.social-networks-twitter{
    position: relative;
    width:480px;
    float:left;
    margin: 0 auto;
    text-align: center;
}

.social-networks-twitter img,
.social-networks-facebook img{
    cursor: pointer;
}

.social-networks-twitter label,
.social-networks-facebook label{
    float:none;
}

.checkbox-block{
    margin: 0 auto;
}

.uninstall .ui-widget-content a {
    color: #1D6DD0;
    text-decoration: none;
}

.setup-wizard-block p{
    margin: 10px 0;
}

.blog-comment {
    font-size: 12px;
    margin: 13px 0 0;
}

.blog-comment p {
    float: left;
    margin: 5px 0 0;
    width: 100%;
}
.commentlist li {
    width: 100%;
}

.blog h1 {
    margin: 5px 0;
	font-size:24px;
}
.wiz-steps{
	position:relative;
	float:left;
	background:url(../images/wizard-steps-2.png) no-repeat;
	/*width:1070px;*/
    width:850px;
	height:66px;
	margin:-1px 0 25px;
}
.wiz-steps p{
	position:absolute;
	display:block;
	top:23px;
}
.wiz-steps p.active{color:#c9466a}
.wiz-steps p.step1{left:48px}
.wiz-steps p.step2{left:261px}
.wiz-steps p.step3{left:527px}
.wiz-steps p.step4{left:764px}
.wiz-steps p.step5{left:968px}
.note{
	float:left;
	position:relative;
	width:865px;
}
.note h1{width:100%}
.note span{
	float:left;
	font-size:12px;
	margin:10px 0 30px;
}
.skip{
	position:absolute;
	top:0; right:0;
	text-decoration:underline;
	color:#222;
	background:url(../images/skip.png) no-repeat 100% 7px;
	padding-right:12px;
}
.post-next{
	float:right;
	clear:both;
	margin:20px 204px 0 0;
}
.post-p{
	float:left;
	clear:left;
	width:100%;
	font-size:22px !important;
	font-weight:300;
	margin:15px 0 0;
}
span.checkbox{
	float:left;
	background:url(../images/checkbox.png) no-repeat 0 0;
	width:26px;
	height:26px;
	cursor:pointer;
	margin-right:10px;
}
.post-p span.checkbox{margin:7px 10px 0 0}
.post-p input{display:none}
span.facebook{
	display:inline-block;
	background:url(../images/fb-tw.png) no-repeat -8px 0px;
	text-indent:-33300px;
	width:140px;
	height:35px;
	line-height:35px;
}
span.twitter{
	display:inline-block;
	background:url(../images/fb-tw.png) no-repeat 0 100%;
	text-indent:-33300px;
	width:146px;
	height:44px;
	line-height:35px;
}
.step5 p{
	float:left;
	clear:left;
	margin-bottom:5px;
}
.step5 p a{text-decoration:underline}

span.checked{background:url(../images/checkbox.png) no-repeat 0 100%}

.step2,
.step3,
.step4{
    display:none;
}

.wpcf7-not-valid-tip-no-ajax{
    display:block;
}
.dark-font{color:#303030}
.landing2{
	background:url(../images/landing2.png) no-repeat 0 30px;
	padding-top:410px;
	text-align:center;
}
.landing2 h1{font-size:60px}
.landing2 .download-button span{border-top:none}
.landing2 p{
	font-size:17px;
	margin:40px 200px;
}
.landing2 .holder{
	width:400px;
	height:40px;
	margin:0 auto;
}
.landing2 .holder .button{
	float:left;
	margin:0 20px;
}
.landing .footer p{margin-top:-4px}
.landing-fb .watch span{
    padding:9px 70px 9px 70px
}
.landing2 .watch span {
    padding:9px 40px 9px 40px
}
.landing1{
	position:relative;
	background:url(../images/landing1.png) no-repeat 0 30px;
	padding-top:260px;
	text-align:center;
}
.landing-social{
	padding-top:125px;
	text-align:center;
}
.landing1 h1,
.landing-fb h1{
	float:left;
	font-size:32px;
	margin:-7px 65px 0;
}
.landing1 .logo,
.landing-social .logo{
	position:absolute;
	top:25px; left:50%;
	background:url(../images/big_logo.png);
	width:653px;
	height:134px;
	margin:0 0 0 -326px;
}
.landing2 .logo{
	position:absolute;
	top:40px; left:50%;
	margin-left:-112px;
}
.landing3 .logo{
	background:url(../images/logo-mid.gif);
	width:319px;
	height:66px;
}
.landing-social .logo{
	background:url(../images/logo-mid.gif);
	width:319px;
	height:66px;
	margin-left:-165px;
}
.landing-social h2{
	font-weight:normal;
	margin:30px 125px 20px;
	line-height:30px;
	color:#5d5d5d;
}
.landing3 h1{
	text-align:center;
	margin:50px 0;
	font-size:40px;
}
.learn-more{
	float:left;
	background:url(../images/learn-more.png) no-repeat;
	width:132px;
	height:31px;
	font-size:14px;
	padding-top:9px;
}
.landing1 p{
	font-size:17px;
	margin:0px 200px 20px;
}
.landing1 .download-button{
	float:none;
	width:350px;
	height:39px;
	margin:0 auto;
	border-radius:4px;
}
.landing1 .download-button span{
	width:280px;
	text-align:center;
}
.landing1 .download-button .button{border:none}
.landing1 .avarage{
	font-size:13px;
	margin:30px 0 5px;
}
.landing-fb{
	float:left;
	background:url(../images/landing-fb.png) no-repeat 0 30px;
	padding-top:85px;
	text-align:center;
	margin-top:-80px;
}
.fb{
	position:relative;
	float:left;
	background:url(../images/background-fb.png);
	width:1012px;
	height:335px;
	margin:75px 0 0 29px;
}
.fb .prev{
	position:absolute;
	left:-26px; top:125px;
	display:block;
	background:url(../images/fb-arrows.png);
	width:27px;
	height:40px;
	text-indent:-33300px;
}
.fb .next{
	position:absolute;
	right:-26px; top:125px;
	display:block;
	background:url(../images/fb-arrows.png) 100% 0;
	width:27px;
	height:40px;
	text-indent:-33300px;
}
.spot1{
	float:left;
	font-size:16px;
	width:180px;
	margin:130px 0 50px 95px;
}
.spot2{
	float:left;
	font-size:16px;
	width:180px;
	margin:60px 0 20px 170px;
}
.spot3{
	float:left;
	font-size:16px;
	margin:15px 0 0 140px;
}
.landing-fb .watch{
	clear:left;
	margin-left:150px;
	margin-right:8px;
}
.landing-fb .downn{
	float:left;
	margin:80px 0 0 145px;
}
.landing-fb .downn span{
    padding-left:55px;
    padding-right:30px;
}
.landing-fb .downn b{
	display:block;
	position:absolute;
	left:28px; top:10px;
	width:16px;
	height:16px;
	background:url(../images/downn.png) no-repeat;
	text-indent:-33300px;
}
.landing-fb .frame{
	width:415px;
	text-align:left;
	float:left;
	margin:6px 0 0 6px;
}
.landing-fb .slide-content{
	float:left;
	width:530px;
	height:228px;
	color:#fff;
	text-align:left;
	padding:30px 0 0;
}
.landing-fb .slide-content p{
	font-size:14px;
	margin-top:20px;
}
.landing-fb .slide-content h2{
	color:#fff;
	font-size:38px;
	font-weight:normal;
	line-height:40px;
}
.landing-fb .big-button{
	clear:none;
	width:auto;
}
.landing-fb .big-button .download-button{margin:0}
.landing-fb .big-button .download-button span{color:#794729}
.landing .footer a{
	color:#a2a2a2;
}
.landing .footer li a{border-right:1px solid #a2a2a2}
.landing .footer li:last-child a{border:none}
.landing .footer .connect{display:none}
.landing .footer p{
	float:right;
	color:#a2a2a2;
}
.twitter-span{
	display:inline-block;
	background:url(../images/twitter.png);
	width:160px;
	height:42px;
	text-indent:-33300px;
}
.landing2 .btnfx{
	float:left;
	border-radius:4px;
	margin:0 20px 0 0;
}
.landing2 .btnfx .button{
	border:none;
	border-top:1px solid #fff;
	border-radius:4px;
	margin:0;
}
.note h1{line-height:50px}
.fast-fix{
	float:left !important;
	border:1px solid #477FE3 !important;
}
.fast-fix span{margin:0 !important;}
.landing3{
	position:relative;
	float:left;
	width:912px;
	height:750px;
	margin:0 0 0 80px;
}
.landing3 .set-tabs{
	position:relative;
	float:left;
	margin:0 5px 10px 0;
	z-index:2;
}
.landing3 .set-tabs:hover,
.landing3 .active{
	box-shadow:none;
	border-bottom:none;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.landing3 .set-tabs:hover span,
.landing3 .active span{
	padding-bottom:17px !important;
	
  background-color: #fafafa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #fafafa, #ffffff);
  background-image:    -moz-linear-gradient(top, #fafafa, #ffffff);
  background-image:      -o-linear-gradient(top, #fafafa, #ffffff);
  background-image:         linear-gradient(to bottom, #fafafa, #ffffff);
  
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;	
}
.landing3 .set-tabs span{
	float:left;
	font-size:16px;
	width:auto;
	color:#2e77da;
	cursor:pointer;
	padding:7px 10px 12px;
}
.landing3 .btnfx{float:right}
.land3container{
	position:absolute;
	left:0; top:294px;
	width:910px;
	height:310px;
	border:1px solid #CDD0D3;
	border-radius:4px;
	border-top-left-radius:0;
}
.land3container h2{
	font-weight:300;
	font-size:38px;
	line-height:38px;
}
.land3container img{margin:40px 0 0 40px}
.land3container .texts{
	font-size:15px;
	float:right;
	width:380px;
	margin:40px 40px 0 0;
}
.landing3 .down-block{
	position:absolute;
	left:0; top:630px;
	margin:0;
}
.landing3 .down-block .download-button{margin-right:100px}

.land3container .land3-tab2,
.land3container .land3-tab3,
.land3container .land3-tab4 {
    display:none;
}

.wpcf7-not-valid-tip-no-ajax{
    color:#ff0000;
    margin: 5px 0;
}

.wpcf7-validation-errors{
    color:#ff0000;
    padding-top: 5px;
}

.wpcf7-mail-sent-ok{
    padding-top: 5px;
}
.success h1{
	text-align:center;
	font-size:50px;
}
.expl3{
	text-align:center;
	font-size:16px;
	margin-top:20px;
}
.options{
	background:url(../images/success-bg.jpg) no-repeat;
	width:668px;
	height:221px;
	margin:100px auto 10px;
	padding:50px 0 0 130px;
}
.success-option{
	width:610px;
	height:60px;
	cursor:pointer;
}
.success-option a{
	float:left;
	background:url(../images/radios.png) no-repeat 0 0;
	width:22px;
	height:23px;
	text-indent:-33000px;
}
.success-option.active a{background:url(../images/radios.png) no-repeat 0 100%}
.success-option p{
	font-size:19px;
	margin-left:60px;
}
.success-option:hover p,
.success-option.active p{color:#3282dc}
.success-option span{
	display:block;
	font-size:12px;
	line-height:12px;
	margin:5px 0 0 60px;
}
.success .download-button{
	float:left;
	margin:10px 0 0 485px;
	border-radius:5px;
}
.success .button{border:none}
.success .button span{
	border-radius:5px;
	padding-left:25px;
	background-image:none !important;
}
.install-social{
	background:url(../images/social-landing.jpg);
	width:1008px;
	height:284px;
	margin:0 auto;
}
.install-social p{
	display:inline-block;
	width:465px;
	height:120px;
	overflow:visible;
	font-size:16px;
	margin:40px 30px 0 445px;
}
.install-social a{
	background:url(../images/social-download-button.png) no-repeat;
	display:block;
	width:364px;
	height:37px;
	font-size:16px;
	font-weight:bold;
	color:#794729;
	margin:57px 30px 0 530px;
	padding-top:15px;
}
.landing-social .descr{
	display:block;
	width:845px;
	height:165px;
	background:url(../images/social-descr.gif) no-repeat 50% 0;
	text-align:left;
	color:#777;
	font-size:16px;
	padding:35px 80px 0;
	margin:20px auto;
}
.landing-social .learn{
	position:relative;
	display:block;
	width:580px;
	height:66px;
	background:url(../images/learn-more-social.png) no-repeat 0 0;
	text-align:left;
	color:#4a4a4b;
	font-size:19px;
	padding:25px 255px 0 35px;
	margin:20px 0 0 87px;
}
.landing-social .learn a{
	position:absolute;
	top:30px; right:20px;
	text-align:center;
	background:url(../images/learn-more-social-button.png) no-repeat 0 0;
	color:#fff;
	text-shadow:0 -1px 0 #236fda;
}
.facebook-word{
	display:inline-block;
	background:url(../images/social-facebook.png) no-repeat;
	width:187px;
	height:38px;
	text-indent:-33300px;
}
.twitter-word{
	display:inline-block;
	background:url(../images/social-twitter.png) no-repeat;
	width:193px;
	height:44px;
	text-indent:-33300px;
}
.landing-social h1{line-height:40px}
.main-holder .social-download{
	float:left;
	width:100%;
	height:550px;
	background:url(../images/social-download.jpg) no-repeat 100% 0;
	text-align:left !important;
}
.main-holder .social-download p{
	text-align:left;
	font-size:14px;
}
.main-holder .social-download .big-button{width:auto}
.what-can{
	float:left;
	background:url(../images/what-can.jpg) no-repeat 0 7px;
	margin:20px 0 30px;
}
.what-can p{
	text-align:left;
	width:470px;
	height:40px;
	clear:left;
	padding-left:40px;
}
/*=====================================================================FB-BANNER===========================*/
.fb-banner{
	background:url(../images/fb-banner.png) no-repeat 560px 20px;
	height:660px;
}
.landing .fb-banner .logo{
	float:right;
	background:url(../images/fb-banner-logo.png) no-repeat;
	width:326px;
	height:66px;
	text-indent:33300px;
	margin-top:135px;
}
.fb-banner-insider{
	width:525px;
	text-align:right;
}
.fb-banner h1{
	float:right;
	font-size:25px;
	font-weight:bold;
	width:100%;
	text-align:right;
	color:#555;
}
.fb-banner p{
	float:right;
	font-size:16px;
	width:100%;
	text-align:right;
	color:#666;
	margin-top:20px;
}
.fb-banner-button{
	float:right;
	margin-top:45px;
	background:url(../images/fb-banner-f.png) no-repeat;
	width:251px;
	height:46px;
	padding:18px 0 0 45px;
	font-size:20px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	line-height:20px;
	font-weight:bold;
}
.fb-banner-button:hover{color:#fff}
.fb-banner-download{
	float:right;
}
.fb-banner .big-button{
	float:right;
	width:auto;
}
.fb-banner .fb-banner-download p{font-size:13px}

/*=====================================================================FB-BANNER===========================*/
.postinstall-body,
.postinstall-body .insider{background:none}
.postinstall-body .logo{
	display:block;
	float:none;
	background:url(../images/post-logo.png);
	width:326px;
	height:66px;
	margin:45px auto 0;
}
.stepper{
	position:relative;
	background:url(../images/stepper.png) no-repeat 0 0;
	width:845px;
	height:80px;
	margin:75px auto 0;
}
.stepper .step{
	position:relative;
	width:47px;
	height:80px;
	text-align:center;
	overflow:visible;
}
.stepper .step .step-number{
	position:absolute;
	left:0; top:0px;
	display:block;
	width:100%;
	height:30px;
	padding-top:12px;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:21px;
	color:#fff;
	text-shadow:0 -1px 0 #a5a5a5;
}
.stepper .step.active-step{background:url(../images/post-active-step.png) no-repeat 0 0}
.stepper .step.visited-step .step-number{background:url(../images/post-visited-step.png) no-repeat 5px 5px}
.stepper .step.visited-step .step-name{color:#444}
.stepper .step.active-step .step-name{
	font-weight:700;
	color:#444;
}
.stepper .step .step-name{
	position:absolute;
	bottom:0; left:-107px;
	width:260px;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#999;
}
.stepper .steps1{
	position:absolute;
	left:0; top:0;
	background:url(../images/post-first-step.png) no-repeat 0px 0px;
}
.stepper .steps2{
	position:absolute;
	left:200px; top:0;
	background:url(../images/post-step.png) no-repeat 0px 0px;
}
.stepper .steps3{
	position:absolute;
	left:400px; top:0;
	background:url(../images/post-step.png) no-repeat 0px 0px;
}
.stepper .steps4{
	position:absolute;
	left:600px; top:0;
	background:url(../images/post-step.png) no-repeat 0px 0px;
}
.stepper .steps5{
	position:absolute;
	right:0; top:0;
	background:url(../images/post-last-step.png) no-repeat 0px 0px;
}
.post-step1-content,
.post-step2-content,
.post-step3-content,
.post-step5-content{
	margin-top:75px;
	overflow:hidden;
	width:100%;
	text-align:center;
}
.post-step1-content h2{
	font-size:20px;
	font-weight:700;
	margin-bottom:20px;
}
.post-step1-content p{color:#777}
.post-step1-content img{margin:40px 0 80px}
.post-step1-content .follow-steps{
	font-size:20px;
}
.post-step1-content .button{margin:35px 0 0 365px}
.post-step1-content .button span{
	padding:20px 110px;
	font-size:20px;
}
.post-step2-content .topp{
	font-size:16px;
	color:#777;
	text-align:center;
	width:100%;
	margin-bottom:30px;
}
.post-step2-content .options-holder{
	overflow:hidden;
	border:1px solid #ccced1;
	background:#f9f9f9;
	border-radius:5px;
	padding:15px;
	text-align:left;
}
.post-step2-content .options-holder .options1,
.post-step2-content .options-holder .options3{
	overflow:hidden;
	background:#f4f4f4;
	border-radius:2px;
	padding:20px 40px;
}
.post-step2-content .options-holder .options2{
	overflow:hidden;
	background:#ebf0f6;
	border-radius:2px;
	padding:20px 40px;
	margin:10px 0;
}
.post-step2-content .options-holder h3{
	color:#555;
	font-size:17px;
	font-weight:600;
	margin-top:0;
}
.post-step2-content .options-holder .descr{
	color:#777;
	font-size:14px;
	width:800px;
}
.post-step2-content .options-holder .options-rows-holder{margin-top:15px}
.post-step2-content .options-holder .options-rows-holder .switcher{
	float:left;
	width:13px;
	height:13px;
	background:url(../images/post-switchers.png) no-repeat 0 100%;
	margin:4px 5px 0 0;
	cursor:pointer;
}
.post-step2-content .options-holder .options-rows-holder .switcher.turned-on{background:url(../images/post-switchers.png) no-repeat 0 0}
.post-step2-content .options-holder .options-rows-holder .switcher input{
	display:none;
	width:13px;
	height:13px;
}
.post-step2-content .options-holder .options-rows-holder label{
	color:#777;
	font-weight:600;
}
.post-step2-content .options-holder .options-rows-holder label:hover{color:#424242}
.post-step2-content .button{
	margin:20px 0 0;
	float:right;
}
.post-step2-content .button span{
	padding:15px 45px;
	font-size:20px;
}
.post-step3-content p{
	font-size:16px;
	color:#777;
}
.post-step3-content .wantre{
	font-size:21px;
	margin-bottom:30px;
	color:#444;
}
.post-step3-content .wantre .nicetw{
	display:inline-block;
	background:url(../images/post-twitter.png) no-repeat;
	width:89px;
	height:18px;
	text-indent:-33300px;
}
.post-step3-content .yes-no{
	width:675px;
	margin:40px auto 0;
}
.post-step3-content .yes-no .button{float:right}
.post-step3-content .yes-no .button span{
	font-size:20px;
	padding:15px 45px;
}
.post-step3-content .yes-no .nope{
	float:right;
	font-size:19px;
	color:#777;
	text-decoration:underline;
	margin:15px 30px 0 0;
}
.post-step5-content h2{
	font-size:21px;
	font-weight:bold;
	color:#444;
}
.post-step5-content p{
	font-size:16px;
	color:#929292;
	margin:20px 0 30px;
}
.post-step5-content p.lastp{
	font-size:14px;
	color:#929292;
}
.post-step5-content p.lastp a{text-decoration:underline}





div#installed-spinner
{
    width:100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    background:url(../images/spinner.gif) no-repeat center #fff;
    text-align:center;
    padding:10px;
    font-size: 16px;
    margin-left: -50px;
    margin-top: -50px;
    z-index:2;
    overflow: auto;
}


.video-popup{
 	float:left;
 	margin-right:25px;
 	background:url(../images/video.png) no-repeat 0 0;
 	width:222px;
 	height:124px;
 	cursor:pointer;
 }
.video-popup:hover{
 	background:url(../images/video.png) no-repeat 0 100%;
}

.you-must-be-logged{
    display:block;
    position:absolute;
    top:40px; right:10px;
    width:190px !important;
    color:#686868;
    font-size:11px;
    line-height:11px;
}
.set-left .settings ul.disabled-ul{
    pointer-events:none;
}
.set-left .settings ul.disabled-ul li a{
    color:#bcbcbc;
    cursor:default;
}
.set-left .settings ul.disabled-ul li.active,
.set-left .settings ul.disabled-ul li:hover{
    box-shadow:none;
    background:none;
    border:1px solid #CDD0D3;
}
.set-left .settings ul.disabled-ul li.active a,
.set-left .settings ul.disabled-ul li:hover a{
    background:#f3f3f3 url(../images/dot.png) repeat-x 0 0 !important;
}

.hidden {display:none;}

/*=====================================================================NEW-POSTINSTALL===========================*/
:focus {outline:none;}
::-moz-focus-inner {border:0;}
.new-postinstall{
    width:880px;
    margin:0px auto 0;
    padding-top: 30px;
    background:none;
    border:none;
    text-align:center;
    font-family:"myriad Pro", sans-serif, serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
.new-postinstall .logo{
    float:none;
    display:inline-block;
    background:url(../images/post-logo.png);
    width:326px;
    height:66px;
    text-indent:-33300px;
}
.new-postinstall .post-descr{
    font-size:17px;
    color:#777;
    margin-top:50px;
}
.new-postinstall .post-go{
    display:inline-block;
    border: 1px solid #477FE3;
    border-radius: 4px;
    position: relative;
    text-decoration:none;
    margin-top:40px;
}
.new-postinstall .set-left .settings{
    text-align:left;
}
.new-postinstall .set-right{
    width:1px;
}
.new-postinstall .post-go span {
    float:left;
    border-top:1px solid #d3e2ff;
    color:#fff;
    padding:12px 90px 12px 90px;
    font-size:14px;
    font-weight:bold;
    font-family: 'Open Sans', sans-serif;
    text-shadow:0 -1px 0 #2266D0;
    text-decoration:none;

    background-color: #77b5f2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#77b5f2), to(#4d89e9));
    background-image: -webkit-linear-gradient(top, #77b5f2, #4d89e9);
    background-image:    -moz-linear-gradient(top, #77b5f2, #4d89e9);
    background-image:      -o-linear-gradient(top, #77b5f2, #4d89e9);
    background-image:         linear-gradient(to bottom, #77b5f2, #4d89e9);

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.new-postinstall .post-go:hover span{
    background-color: #4ea3f7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4ea3f7), to(#397ae1));
    background-image: -webkit-linear-gradient(top, #4ea3f7, #397ae1);
    background-image:    -moz-linear-gradient(top, #4ea3f7, #397ae1);
    background-image:      -o-linear-gradient(top, #4ea3f7, #397ae1);
    background-image:         linear-gradient(to bottom, #4ea3f7, #397ae1);
}
.new-postinstall .post-go:active span{
    background-color: #397be1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#397be1), to(#5aa1f5));
    background-image: -webkit-linear-gradient(top, #397be1, #5aa1f5);
    background-image:    -moz-linear-gradient(top, #397be1, #5aa1f5);
    background-image:      -o-linear-gradient(top, #397be1, #5aa1f5);
    background-image:         linear-gradient(to bottom, #397be1, #5aa1f5);
}
.post-steps{
    margin:30px auto;
    background:url(../images/post-steps.png) no-repeat 0 0;
    width:465px;
    height:68px;
}
.post-steps.post-step-2{
    background:url(../images/post-steps.png) no-repeat 0 -78px;
}
.post-steps.post-step-3{
    background:url(../images/post-steps.png) no-repeat 0 100%;
}
.post-frame{
    border:none;
    width:700px;
    height:250px;
    overflow:hidden;
}
h4{
    font-size:19px;
    font-weight:bold;
    text-align:center;
    margin-bottom:30px;
}
.post-options{
    float:left;
    font-family:"myriad Pro", sans-serif, serif;
    font-size:16px;
    color:#333;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
.checkbox-line{
    float:right;
    clear:left;
    margin-bottom:10px;
}
.checkbox-line p{
    float:left;
    width:618px;
    font-size:16px;
    text-align:left;
}
.custom-switcher {
    background:url(../images/post-check.png) no-repeat 0 0;
    cursor: pointer;
    float: left;
    height: 17px;
    margin:2px 10px 0 0;
    width: 17px;
}
.custom-switcher.checked-switcher{
    background:url(../images/post-check.png) no-repeat 0 100%;
}
.custom-switcher input{
    display:none;
}
.checkbox-line .checkbox-line{
    margin:10px 0 0px 26px;
}
.checkbox-line .checkbox-line .custom-switcher{
    background:url(../images/post-check-small.png);
    width:13px;
    height:13px;
    margin:2px 6px 0 0;
}
.checkbox-line .checkbox-line .custom-switcher.checked-switcher{
    background:url(../images/post-check-small.png) no-repeat 0 100%;
}
.checkbox-line .checkbox-line p{
    font-size:14px;
    width: 600px;
}
.done-next{
    float:right;
    color:#1a4cbe;
    font-size:19px;
    text-decoration:underline;
}
.skip-this{
    float:right;
    color:#777;
    font-size:19px;
    text-decoration:underline;
}
.new-postinstall .connect-fb-holder{
    display:inline-block;
    width:280px;
    height:120px;
    text-align:center;
    font-size:16px;
    margin:20px 0;
    padding:0 30px;
}
.new-postinstall .connect-fb{
    display:inline-block;
    border: 1px solid #6175b8;
    border-radius:27px;
    position: relative;
    text-decoration:none;

    -webkit-box-shadow: 0px 0px 4px 0px #cecece;
    box-shadow: 0px 0px 4px 0px #cecece;
}
.new-postinstall .connect-fb span {
    position:relative;
    float:left;
    width:185px;
    text-align:center;
    border-top:1px solid #9faecf;
    color:#fff;
    padding:10px 20px 12px 50px;
    font-size:17px;
    font-weight:normal;
    font-family:"myriad Pro", sans-serif, serif;
    text-shadow:0 -1px 0 #305cb3;
    text-decoration:none;
    border-radius:27px;
    white-space:nowrap;

    background-color: #738cc7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#738cc7), to(#394e96));
    background-image: -webkit-linear-gradient(top, #738cc7, #394e96);
    background-image:    -moz-linear-gradient(top, #738cc7, #394e96);
    background-image:      -o-linear-gradient(top, #738cc7, #394e96);
    background-image:         linear-gradient(to bottom, #738cc7, #394e96);
}
.new-postinstall .connect-fb .soc-logo{
    position:absolute;
    top:10px; left:23px;
    background:url(../images/fb.png);
    width:11px;
    height:24px;
    display:block;
    text-indent:-33300px;
    padding:0;
    border-radius:0;
    border:none;
}
.new-postinstall .connect-fb-holder p{
    text-align:center;
    font-size:16px;
    margin-top:20px;
}
.new-postinstall .connect-tw-holder{
    display:inline-block;
    width:280px;
    height:120px;
    text-align:center;
    font-size:16px;
    margin:20px 0;
    padding:0 30px;
}
.new-postinstall .connect-tw{
    display:inline-block;
    border: 1px solid #0152b7;
    border-radius:27px;
    position: relative;
    text-decoration:none;

    -webkit-box-shadow: 0px 0px 4px 0px #b2cff3;
    box-shadow: 0px 0px 4px 0px #b2cff3;
}
.new-postinstall .connect-tw span {
    position:relative;
    float:left;
    width:185px;
    text-align:center;
    border-top:1px solid #8ec1f6;
    color:#fff;
    padding:10px 20px 12px 50px;
    font-size:17px;
    font-weight:normal;
    font-family:"myriad Pro", sans-serif, serif;
    text-shadow:0 -1px 0 #305cb3;
    text-decoration:none;
    border-radius:27px;
    white-space:nowrap;
    background-color: #75b4f2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#75b4f2), to(#4d89e9));
    background-image: -webkit-linear-gradient(top, #75b4f2, #4d89e9);
    background-image:    -moz-linear-gradient(top, #75b4f2, #4d89e9);
    background-image:      -o-linear-gradient(top, #75b4f2, #4d89e9);
    background-image:         linear-gradient(to bottom, #75b4f2, #4d89e9);
}
.new-postinstall .connect-tw .soc-logo{
    position:absolute;
    top:13px; left:26px;
    background:url(../images/tw.png);
    width:20px;
    height:17px;
    display:block;
    text-indent:-33300px;
    padding:0;
    border-radius:0;
    border:none;
}
.new-postinstall .connect-tw-holder p{
    text-align:center;
    font-size:16px;
    margin-top:20px;
}
.new-postinstall .connect-both-holder .connect-fb-holder{
    border-right:1px solid #cacaca;
    float:left;
}
.new-postinstall .connect-one-holder{
    width:682px;
    margin:0 auto;
    overflow:hidden;
    clear:both;
}
.new-postinstall .connect-both-holder{
    width:681px;
    height:200px;
    margin:0 auto;
    overflow:hidden;
    clear:both;
}
.new-postinstall .fb-linked{
    display:inline-block;
    background:url(../images/fb-linked.png) no-repeat 50% 0;
    padding-top:40px;
    text-align:center;
    color:#1e820a;
}
.new-postinstall .done-skip-holder{
    width:100%;
}
.new-postinstall .fb-span{
    font-size:19px;
    color:#3f549b;
    font-weight:bold;
    line-height:17px;
}
.new-postinstall .tw-span{
    font-size:19px;
    color:#6ba8f0;
    font-weight:bold;
    line-height:17px;
}
.post-success{
    background:url(../images/success-gears.png) no-repeat 50% 70px;
    text-align:center;
    margin-top:45px;
}
.post-success .you-can-always{
    margin-top:325px;
    font-size: 16px;
    color:#000;
}
.post-success .got-reports{
    margin-top:210px;
    font-size:15px;
    color:#777;
}
.post-success a:hover {
    text-decoration: underline;
}
.settings-descrip{
    font-size:16px;
    margin:-15px 0 20px;
}

/*=====================================================================NEW-SETTINGS===========================*/
.new-widget-settings{
    margin:-20px auto;
    width:1070px;
    text-align:left;
    font-family: 'Open Sans',sans-serif;
}
.widget-settings-blocks{
    float:left;
    width:810px;
}
.widget-settings-block{
    position:relative;
    float:left;
    width:248px;
    border:1px solid #dae1e9;
    margin:0 20px 25px 0;
    border-radius:3px;
    height:300px;
}
/*.widget-settings-block:before{
	display:none;
	content:"";
	position:absolute;
	top:0; left:0;
	width:248px;
	height:248px;
	background:#fff;
	z-index:50;
	opacity:0.4;
}*/
.widget-settings-block:hover .bw-overlay{
    display:none;
}
.widget-settings-block.activated-widget-settings-block img.bw-overlay{
    display:none;
}
.widget-settings-block.activated-widget-settings-block:before{
    display:block;
}
.widget-settings-block:hover.activated-widget-settings-block:before{
    display:none;
}
.new-widget-settings-heading{
    float:left;
    width:100%;
    height:55px;
}
.new-widget-settings-heading h1{
    float:left;
    font-size:26px;
    font-weight:normal;
    font-family:"myriad pro";
}
.new-widget-settings-heading .widget-sorter{
    float:right;
    border:1px solid #dfe1e3;
    border-radius:4px;
    margin:10px 280px 0 0;
}
.new-widget-settings-heading .widget-sorter a{
    float:left;
    padding:5px 10px;
    border-right:1px solid #dfe1e3;
    color:#868686;
}
.new-widget-settings-heading .widget-sorter a:last-child{
    border-right:none;
}
.new-widget-settings-heading .widget-sorter a:hover,
.new-widget-settings-heading .widget-sorter a.active{
    color:#353535;
    background:#f3f3f3;
}
.widget-settings-block img{
    float:left;
    margin:0px 0 0 7px;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);*/
}
.widget-settings-block img.bw-overlay{
    position:absolute;
    left:0; top:0px;
}
/*.widget-settings-block:hover img.bw-overlay{
	display:none;
}*/
.widget-settings-block:hover img{
    filter:none;
    -webkit-filter:none;
}
.widget-settings-block a{
    text-decoration:underline;
    color:#4486ea;
}
.widget-settings-block .settings-block-data{
    float:left;
    padding:10px 5px 10px 15px;
    /*border-top:1px solid #dae1e9;*/
}
.widget-settings-block .widget-name{
    height:20px;
    font-size:17px;
    font-weight:bold;
}
.widget-settings-block .widget-name span{
    float:left;
    width:197px;
}
.widget-settings-gear{
    float:left;
    background:url(../images/gear.png);
    width:20px;
    height:20px;
    text-indent:-33300px;
    margin:-2px 0 0 5px;
}
.widget-settings-block .widget-descr{
    display:block;
    width:220px;
    color:#929292;
    font-size:13px;
    font-style:italic;
    height:43px;
    overflow:hidden;
    /*border-bottom:1px solid #e6e6e6;
    margin-bottom:5px;
    padding-bottom:2px;*/
}
.settings-right-column{
    float:right;
    width:240px;
    border:1px solid #dae1e9;
    border-radius:3px;
    background:#f8f9fb;
}
.settings-right-column .h4holder{
    position:relative;
    float:left;
    font-size:16px;
    color:#4d4d4d;
    padding:15px;
    border-radius:3px;
    border-bottom:1px solid #dae1e9;
    width:210px;
    margin-bottom: 0px;
    text-align: left;

    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f9fb));
    background-image: -webkit-linear-gradient(top, #ffffff, #f8f9fb);
    background-image:    -moz-linear-gradient(top, #ffffff, #f8f9fb);
    background-image:      -o-linear-gradient(top, #ffffff, #f8f9fb);
    background-image:         linear-gradient(to bottom, #ffffff, #f8f9fb);
}
.settings-right-column .h4holder h4{
    font-size:16px;
    color:#4d4d4d;
    margin-bottom: 0px;
    text-align: left;
}
.settings-right-column .h4holder img{
    position:absolute;
    top:18px; right:10px;
}
.settings-right-column .selects,
.settings-right-column .selects p{
    width:auto;
    height:auto;
}
.settings-right-column .data-block{
    float:left;
    border-bottom:1px solid #DAE1E9;
}
.settings-right-column .selects{
    padding:10px 23px;
    border:none;
}
.settings-right-column .selects span{
    font-size:13px;
    color:#868686;
}
.settings-right-column .selects span span{
    color:#4d4d4d;
}
.settings-right-column .selects .mySelectBoxClass{
    top:27px; left:0;
}
.settings-right-column .social-accs-block{
    float:left;
    /*padding:20px 18px;*/
    padding:10px 18px;
    width:204px;
    /*background:url(../images/socal-blck.png) no-repeat 50% 50%;*/
}
.settings-right-column .social-accs-block .facebook-signed-in{
    float:left;
    width:179px;
    padding:0 0 10px 25px;
    background:url(../images/social-authorized.png) no-repeat 0px 2px;
}
.settings-right-column .social-accs-block .twitter-signed-in{
    float:left;
    width:179px;
    padding:0 0 0 25px;
    margin-top:10px;
    background:url(../images/social-authorized.png) no-repeat 0px -64px;
}
.settings-right-column .social-accs-block .username{
    font-size:16px;
}
.social-accs-block .facebook-buttn{
    margin-bottom:10px;
}
.social-accs-block .facebook-buttn span{
    padding:7px 5px 7px 35px;
    width:162px;
    text-align:center;

    background-color: #6c7fc0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6c7fc0), to(#44589d));
    background-image: -webkit-linear-gradient(top, #6c7fc0, #44589d);
    background-image:    -moz-linear-gradient(top, #6c7fc0, #44589d);
    background-image:      -o-linear-gradient(top, #6c7fc0, #44589d);
    background-image:         linear-gradient(to bottom, #6c7fc0, #44589d);
}
.social-accs-block .facebook-buttn:hover span{
    background:#44589d;
}
.social-accs-block .twitter-buttn span{
    padding:7px 5px 7px 35px;
    width:162px;
    text-align:center;
}
.social-accs-block .button span{
    border-top:none;
}
.social-accs-block .facebook-buttn span:before{
    content:"";
    position:absolute;
    top:7px; left:15px;
    width:20px;
    height:20px;
    background:url(../images/social-buttons.png) no-repeat 1px 1px;
}
.social-accs-block .twitter-buttn span:before{
    content:"";
    position:absolute;
    top:7px; left:15px;
    width:20px;
    height:20px;
    background:url(../images/social-buttons.png) no-repeat 1px -51px;
}
/*.social-account-block{*/
    /*min-height: 48px;*/
/*}*/
.settings-right-column .post-options{
    float:left;
    font-family:"myriad Pro", sans-serif, serif;
    font-size:16px;
    color:#333;
    width:204px;
    padding:20px 18px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
.checkbox-line{
    float:left;
    clear:left;
    margin-bottom:10px;
}
.settings-right-column .checkbox-line p{
    float:left;
    width:175px;
    font-size:13px;
    text-align:left;
}
.popup-content .custom-switcher {
    /*background:url(img/post-check.png) no-repeat 0 0;*/
    background:none;
    cursor: pointer;
    float: left;
    height: 17px;
    margin:2px 10px 0 0;
    width: 17px;
}
.custom-switcher.checked-switcher{
    /*background:url(img/post-check.png) no-repeat 0 100%;*/
}
.custom-switcher input{
    display:none;
    padding:0;
}
.checkbox-line .checkbox-line{
    margin:10px 0 0px 26px;
}
.checkbox-line .checkbox-line .custom-switcher,
.small-checkboxes .checkbox-line .custom-switcher{
    /*background:url(img/post-check-small.png);*/
    background:none;
    width:13px;
    height:13px;
    margin:2px 6px 0 0;
}
.checkbox-line .checkbox-line .custom-switcher.checked-switcher,
.small-checkboxes .checkbox-line .custom-switcher.checked-switcher{
    background:url(../images/post-check-small.png) no-repeat 0 100%;
}
.modal-popup .popup-holder .popup-content .small-checkboxes .checkbox-line{
    width:200px;
    margin-bottom:0;
}
.small-checkboxes .checkbox-line p{
    font-size:13px;
}
.checkbox-line .checkbox-line p{
    width:135px;
    color:#787878;
    font-size:12px;
}
.settings-block-data .show-switcher{
    float:left;
    background:url(../images/hide-unhide.png) no-repeat;
    width:31px;
    height:15px;
    text-indent:-33300px;
    margin:2px 5px 0 0;
}
.settings-block-data .show-switcher.switched-on{
    background:url(../images/hide-unhide.png) no-repeat 0 -16px;
}
.show-dont-show{
    float:left;
}
.how-often-chooser{
    position:relative;
    float:left;
}
.how-often-chooser .other-options{
    position:absolute;
    top:15px; right:0;
}
.how-often-chooser .choosed-option{
    position:relative;
    float:left;
    color:#4486ea;
    border-bottom:1px dashed #4486ea;
    margin:3px 0 0 5px;
    line-height:13px;
    cursor:pointer;
}
.how-often-chooser .choosed-option:before{
    content:"";
    position:absolute;
    top:6px; right:-11px;
    border-color:#4486ea transparent transparent transparent;
    border-style:solid;
    border-width:3px;
}
.how-often-chooser .other-options{
    position:absolute;
    top:20px; right:-10px;
    background:#fff;
    padding:5px 10px;
    z-index:55;
    border-radius:4px;

    -webkit-box-shadow: 0px 1px 4px 0px #9c9c9c;
    box-shadow: 0px 1px 4px 0px #9c9c9c;
}
.how-often-chooser .other-options p{
    text-align:right;
    color:#7d7d7d;
    cursor:pointer;
}
.how-often-chooser .other-options p:hover{
    text-align:right;
    color:#333;
}
.modal-popup{
    position: fixed;
    top: 0; bottom: 0; left: 0; right: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .5);
    z-index: 120;
    overflow: auto;
}
.modal-popup .popup-holder{
    position:absolute;
    top:50%; left:50%;
    width:620px;
    background:#fff;
    margin-left:-365px;
    margin-top:-265px;
}
.modal-popup .popup-holder .popup-header{
    position:relative;
    width:100%;
    height:60px;
    border-bottom:1px solid #e4e9ed;
    background:#fafafc;
}
.modal-popup .popup-holder .popup-header h2{
    font-size:16px;
    color:#4d4d4d;
    padding:20px 25px;
    font-weight:bold;
}
.modal-popup .popup-holder .popup-header .popup-close{
    position:absolute;
    top:17px; right:25px;
    background:url(../images/popup-close.png);
    width:27px;
    height:29px;
    text-indent:-33300px;
}
.modal-popup .popup-holder .popup-content{
    float:left;
    background:#fff;
    padding:20px 25px 5px;
    width:570px;
    font-size:14px;
}
.modal-popup .popup-holder.one-widget-preview{
    width:730px;
}
.modal-popup .popup-holder.one-widget-preview .popup-content img{
    position:absolute;
    top:226px;
    right:53px;
}
.modal-popup .popup-holder.one-widget-preview .popup-content{
    background:url(../images/popup-bg.png);
    width:730px;
    height:470px;
    padding:0;
}
.modal-popup .popup-holder .popup-content p{
    width:auto;
}
.modal-popup .popup-holder .popup-content input{
    display:block;
    width:13px;
    height:13px;
    margin:2px 0 0;
}
.modal-popup .popup-holder .popup-content .checkbox-line{
    width:100%;
}
.modal-popup .popup-holder .popup-content .with-border-bottom{
    width:100%;
    border-bottom:1px solid #ebebeb;
    padding-bottom:15px;
}
.modal-popup .popup-holder .popup-content .checkbox-line.radio-line{
    width:100%;
}
.modal-popup .popup-holder .popup-content .checkbox-line.radio-line .custom-switcher{
    /*background:url(img/radios.png) no-repeat 0 -31px;*/
}
.modal-popup .popup-holder .popup-content .checkbox-line.radio-line .custom-switcher.checked-switcher{
    /*background:url(img/radios.png) no-repeat 0 0px;*/
}
.modal-popup .small-checkboxes{
    position:relative;
    float:left;
    margin:0 0 15px 25px;
}
.modal-popup .small-checkboxes.deactivated-checkboxes:before{
    content:"";
    position:absolute;
    left:0; top:0;
    width:100%;
    height:100%;
    opacity:0.3;
    pointer-events:none;
    background:#fff url('your_transparent.png');
}
.modal-popup .small-checkboxes .small-checkboxes-column{
    float:left;
    width:150px;
    margin-right:45px;
}
.modal-popup .small-checkboxes .small-checkboxes-column:last-child{
    margin-right:0;
}
.calendar-widget-options .checkbox-line p{
    font-weight:bold;
}
.calendar-widget-options .small-checkboxes .checkbox-line p{
    font-weight:normal;
}
.popup-buttons{
    float:left;
    width:100%;
    height:30px;
    margin-bottom:15px;
}
.popup-buttons a{
    float:right;
    width:85px;
    font-size:14px;
    font-weight:bold;
    padding:5px 0;
    text-align:center;
    color:#fff;
    border-radius:4px;
    margin-left:10px;
}
.popup-buttons a.popup-save-button{

    background-color: #6aa8f0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6aa8f0), to(#5e9cf0));
    background-image: -webkit-linear-gradient(top, #6aa8f0, #5e9cf0);
    background-image:    -moz-linear-gradient(top, #6aa8f0, #5e9cf0);
    background-image:      -o-linear-gradient(top, #6aa8f0, #5e9cf0);
    background-image:         linear-gradient(to bottom, #6aa8f0, #5e9cf0);
    border:1px solid #5491eb;
}
.popup-buttons a.popup-save-button:hover{
    background:#5e9cf0;
    color:#fff;
}
.popup-buttons a.popup-cancel-button{
    background-color: #afafaf;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#afafaf), to(#9b9b9b));
    background-image: -webkit-linear-gradient(top, #afafaf, #9b9b9b);
    background-image:    -moz-linear-gradient(top, #afafaf, #9b9b9b);
    background-image:      -o-linear-gradient(top, #afafaf, #9b9b9b);
    background-image:         linear-gradient(to bottom, #afafaf, #9b9b9b);
    border:1px solid #838383;
}
.popup-buttons a.popup-cancel-button:hover{
    background:#9b9b9b;
    color:#fff;
}
.widget-img-holder{
    position:relative;
    float:left;
    width:100%;
}
.widget-img-holder .watch-on-page{
    display:none;
    position:absolute;
    top:20px; left:50%;
    margin-left:-86px;
    background:url(../images/watch-on-page.png) no-repeat 0 0;
    width:172px;
    height:33px;
    text-align:center;
    text-decoration:none;
    color:#584056;
    padding-top:10px;
}
.widget-img-holder:hover .watch-on-page{
    display:block;
}
.go-to-settings{
    display:block;
    width:100%;
    clear:both;
    text-align:center;
    font-size:17px;
    color:#333;
    margin:20px 0;
}
.go-to-settings a{
    text-decoration:underline;
}
.settings-contact-us{
    display:block;
    width:100%;
    clear:both;
    text-align:center;
    font-size:15px;
    color:#777;
    margin:40px 0;
}
.settings-contact-us a{
    text-decoration:underline;
}
.settings-right-column .post-options.frame-fix{
    padding:0;
}
.settings-right-column.frame-fix .h4holder h4{
    font-size:16px;
    font-family:'Open Sans',sans-serif;
}
.settings-right-column.frame-fix .post-options{
    padding:18px 0 0 20px;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}




































