/*
Theme Name: MassPlanner
Author: MassPlanner
Theme URI: http://www.massplanner.com
*/
	


html {

	border: none;
	padding: 0;
	margin: 0;
	height: 100%;
	

}



body {

	border: none;
	padding: 0;
	margin: 0;
	color: #616161;
	background:#f2f6ef;
	font-family: 'Lato', sans-serif;
	font-size:15px;
	overflow-x: hidden;
	

}


*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input {
    /*-webkit-appearance:none;  */
    -webkit-border-radius:0px;
}

html, html a {
    -webkit-font-smoothing: antialiased !important;
    
}

a{
	border: none;
	outline: none;
	text-decoration: none;
	
	color: #d97f7b;
	color: #006D93;
}

img{
	border:none;
	outline: none;
}

p {
line-height: 22px;
}

h3, h4 {
font-size: 24px;
}


.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.clearfix { display: inline-block; } /* Hide from IE Mac \*/ 
.clearfix { display: block; } /* End hide from IE Mac */ 
.none { display: none; } /* End Clearfix */

h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	color:#000;
}

.alignnone {
    margin: 5px 10px 10px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 10px 10px;
}

.alignleft {
    float: left;
    margin: 5px 10px 10px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 10px 10px;
}

a img.alignnone {
    margin: 5px 10px 10px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 10px 10px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px 3px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/*
 * COLUMNS
 --------------------------------*/


.row{
	margin-left:-15px;
	margin-right:-15px;
}

#boxed-columns .row, #twitter-features .row, #pinterest-features .row, #google-features .row, #instagram-features .row, #pinterest-features .row, #tumblr-features .row{
	margin-left:0px;
	margin-right:0px;
}



.row:before{
	content: " ";
	display: table;	
}

.row:after{
	content: " ";
	display: table;		
	clear: both;	
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;	
  float: left;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}


#fancybox-overlay{
	background-color:#000 !important;
}

#fancybox-content{
	background:#1b1b1b !important;	
}


/*
 * MAIN
 --------------------------------*/
#main-content{
	margin-top: 115px;
}

/*@-moz-document url-prefix() { 
		#main-content{
			margin-top: 117px;
		}	
	}
*/


.main{
	height: auto;
    max-width:990px;
    width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}


/*.full-width {
max-width: 1320px;
margin-left: auto;
margin-right: auto;
padding: 0 15px;
clear: both;
}*/


#menu-main-menu ul { /* this targets all sub menus */
	display: none;
	position: absolute;
	opacity: 1 !important;
	top: 45px;
	background: #fff;
	border-radius: 3px;
	margin-left: -42px !important;
	padding: 13px !important;
	border: 1px solid #ccc;
}
#menu-main-menu ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	display: block;
	border-bottom: 1px solid #ccc;
	height: auto !important;
	line-height: 37px;
	text-align: center;	
}
#menu-main-menu ul li a { /* target all sub menu item links */
	padding: 5px 10px;
	text-shadow: none !important;
	color: #000 !important;
}

#menu-main-menu li:hover > ul {
	display: block; /* show sub menus when hovering over a parent */
}



#menu-main-menu ul:after, #menu-main-menu ul:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#menu-main-menu ul:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 9px;
	margin-left: -9px;
}
#menu-main-menu ul:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #ccc;
	border-width: 10px;
	margin-left: -10px;
}



.button{
	border-radius:3px;
	padding:14px;
	text-transform:uppercase;
}

.button.primary{
	background:#7aa81a;
	color:#fff;
}

.button.primary a{
	color:#fff;
}

.button.simple{
	background:#fff;
	border:1px solid #000;
	color:#000;
	
}


.menu-risk-free a, .start-now{
	border-radius: 3px;
	padding: 9px;
	padding-bottom: 6px;
	padding-top: 7px;	
	background: #7aa81a;
	color: #fff;
	border-bottom: 2px solid #506b17;
	font-size: 13px;
	
	display: block;
	float:left;
	text-shadow: 0px 1px 1px #797979;
	
}


.start-now.center{
	float: none;
	display: inline-block;
	margin-top: 30px;
}

.menu-risk-free a span{
	font-size:12px;
	font-weight:normal;
	color:#f1f1f1;
	text-transform:none;
	display: block;
}

.menu-login a{
	border-radius: 3px;
	border:1px solid #000;
	color:#000;
	padding:14px;
	padding-left:30px;
	padding-right:30px;
	display: block;
	float:left;
	font-size:14px;
}


.light{
	font-weight:300;
}




.section{
	border-top:1px solid transparent;
	overflow-x: hidden;
}


h2{
	font-size:34px;
	margin-top: 45px;
}

.lead, .module-lead{
	font-weight: 300;
	text-align:center;
	font-size:24px;
	color:#000;
	margin-bottom: 65px;
}




::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

:-ms-input-placeholder {  
   color: #000; 
}


[placeholder]:focus::-webkit-input-placeholder {
   color: transparent;
}

[placeholder]:focus:-moz-placeholder { /* Firefox 18- */
   color: transparent; 
}

[placeholder]:focus::-moz-placeholder {  /* Firefox 19+ */
   color: transparent;  
}

[placeholder]:focus:-ms-input-placeholder {  
   color: transparent;  
}

/*
 * HEADER
 --------------------------------*/

#header{
	
}

#header ul{		
	list-style:none;
	margin:0;
	padding: 0;
}

#header li{		
	display: inline-block;
}

#header li a{		
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
}

#header #top{
	width: 100%;
	min-height: 70px;	
	background:#fff;
	position: fixed;	
	overflow:hidden;
	z-index: 10;
	top: 0;
	
	border-bottom: 1px solid #ccc;
}

#header #top li{
	margin-left:30px;
}

#top .logo{
	float:left;
	margin-top: 15px;
	
}

#top .top-menu{
	float:right;
	margin-top: 13px;
	
}


#main-menu{
	background:#777777;
	min-height:47px;
	padding-top: 13px;
	position: fixed;
	top: 69px;
	width: 100%;
	z-index: 10;
	
	box-shadow: inset 0px 1px 5px #4D4D4D;	
}

#main-menu ul{
	opacity:0;	
  transition: opacity .05s ease-in-out;
   -moz-transition: opacity .05s ease-in-out;
   -webkit-transition: opacity .05s ease-in-out;	
}

#main-menu ul li a{
	font-size:14px;
	color:#fff;
	text-shadow:0px 1px 1px #4D4D4D;
}

#main-menu ul li.current-menu-item > a{
	text-decoration:underline;	
}

#main-menu ul li{
	height: 34px;
}




/*
 * HOME
 --------------------------------*/
h2#home-h2{
	text-align:center;
	font-size:34px;
	line-height:48px;
margin-top: 1.6em;
margin-bottom: 1.3em;
}



/*
 * Shortcodes
 --------------------------------*/

.feature {
	margin-bottom: 50px;
	
}

.feature h3{
	margin: 3px 0px 0px;
	font-size:18px;
}

.feature p{
	font-style: italic;
	line-height: 20px;
	font-size: 15px;
	margin-top: 7px;
}


.feature span:first-child{
	width:35px;
	height:35px;
	display: block;
	float: left;	
}

.feature .icon-checked{
	background:url('/wp-flksdentisuz/uploads/2014/11/icon-checked.png');
}

.feature .feature-content{
	margin-left: 46px;
}


.feature2 {
	background: #ffffff;
	border-radius: 3px;
	border: 1px solid #c3c3c3;
	border-bottom-width: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
	min-height: 250px;
	margin-right: 30px;
	
	width: 31%;
	min-width:300px;
	
	padding-left:10px;
	padding-right:10px;
	
	margin-bottom: 30px;
}

 .page-id-31 #boxed-columns .feature2{
 	min-height: 100px;
 	
 	 }

.feature2:nth-child(3n){
	margin-right:0px;
}

.feature2::before{
	content: " ";
	display: block;
	background: #3b5998;
	max-width: 299px;
	width: 100%;
	height: 10px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-left: -10px;
	top: 0px;
	position: absolute;
}

.feature2 h3{
	font-size:20px;
	line-height:30px;
	padding-top: 10px;
	
	min-height: 70px;
}

.feature2 p {
	line-height:24px;
}

#twitter-features .feature2{
	min-height: 225px;
}

#twitter-features .feature2 h3{
	min-height:0;
}

#twitter-features .feature2::before{
	background: #55acee;
}


#pinterest-features .feature2::before{
	background: #cb2027;
}


#pinterest-features .feature2{
	min-height: 205px;
}

#pinterest-features .feature2 h3{
	min-height:0;
}

#tumblr-features .feature2::before{
	background: #35465c;
}

#tumblr-features .feature2{
	min-height: 100px;
}

#instagram-features .feature2::before{
	background: #517fa4;
}

#instagram-features .feature2{
	min-height: 100px;
}

#linkedin-features .feature2::before{
	background: #007bb6;
}

#linkedin-features .feature2{
	min-height: 225px;
}

#google-features .feature2::before{
	background: #0089fa; /* Old browsers */
	background: -moz-linear-gradient(left,  #0089fa 0%, #0089fa 25%, #ff002b 25%, #ff002b 25%, #ff002b 26%, #ff002b 50%, #ffa900 51%, #ffa900 75%, #00a753 76%, #00a753 100%, #ff002b 100%, #00a753 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0089fa), color-stop(25%,#0089fa), color-stop(25%,#ff002b), color-stop(25%,#ff002b), color-stop(26%,#ff002b), color-stop(50%,#ff002b), color-stop(51%,#ffa900), color-stop(75%,#ffa900), color-stop(76%,#00a753), color-stop(100%,#00a753), color-stop(100%,#ff002b), color-stop(100%,#00a753)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #0089fa 0%,#0089fa 25%,#ff002b 25%,#ff002b 25%,#ff002b 26%,#ff002b 50%,#ffa900 51%,#ffa900 75%,#00a753 76%,#00a753 100%,#ff002b 100%,#00a753 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #0089fa 0%,#0089fa 25%,#ff002b 25%,#ff002b 25%,#ff002b 26%,#ff002b 50%,#ffa900 51%,#ffa900 75%,#00a753 76%,#00a753 100%,#ff002b 100%,#00a753 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #0089fa 0%,#0089fa 25%,#ff002b 25%,#ff002b 25%,#ff002b 26%,#ff002b 50%,#ffa900 51%,#ffa900 75%,#00a753 76%,#00a753 100%,#ff002b 100%,#00a753 100%); /* IE10+ */
	background: linear-gradient(to right,  #0089fa 0%,#0089fa 25%,#ff002b 25%,#ff002b 25%,#ff002b 26%,#ff002b 50%,#ffa900 51%,#ffa900 75%,#00a753 76%,#00a753 100%,#ff002b 100%,#00a753 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fa', endColorstr='#00a753',GradientType=1 ); /* IE6-9 */
}




.testimonial, .testimonial-full{
	color:#000;
}

.testimonial img, .testimonial-full img{
	max-width:63px;
	width: 100%;
	max-height:63px;
	height: 100%;
	border-radius:50%;
	background: #fff;
}

.testimonial-full img{
	max-width:130px;
	width: 100%;

	max-height:130px;	
	height: 100%;
}

.testimonial-full .col-2{
	text-align:center;
}

.testimonial-full .col-2 span:nth-child(2){
	display: block;
	margin-top: 15px;
}


.testimonial-full .col-2 span:nth-child(3){
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	margin-top: 5px;
	color: #838181;
}

.testimonial-full .col-9{
	float: right;
	width: 82%;
	font-size: 17px;
	line-height: 28px;
	font-style: italic;
}

.testimonial .bubble{
	background:#fff;
	border-radius:3px;
	border:1px solid #c9cdc7;
	border-bottom-width:2px;
	position: relative;
}

.testimonial .bubble p {
	font-size:16px;	
	line-height:21px;
	margin:12px 9px 12px 9px;	
}


.testimonial .author span{
	font-style:italic;
	font-size:14px;
	margin-left: 10px;
	vertical-align: middle;
	display: table-cell;
	width: 203px;	
	padding-left: 10px;
}

.testimonial .bubble:after, .testimonial .bubble:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}


.testimonial .author{
	position: relative;
	padding: 7px;
	display: table;	
	padding-top: 20px;
}



.testimonial .bubble:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.testimonial .bubble:before {
	border-color: rgba(206, 209, 203, 0);
	border-top-color: #ced1cb;
	border-width: 13px;
	margin-left: -13px;
}


.faq{
	background-color: #fff;
	border: 1px solid #d6d2d3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	margin-bottom: 15px;
	padding: 15px;
}

.faq .icon-minus, .faq .icon-plus{
	width:18px;
	height:18px;
	display:inline-block;
	margin-right: 9px;
	line-height: 14px;	
}

.faq .icon-minus{
	background:url('/wp-flksdentisuz/uploads/2014/11/icon-minus.png') no-repeat;
}

.faq .icon-plus{
	background:url('/wp-flksdentisuz/uploads/2014/11/icon-plus.png') no-repeat;
}

.faq .answer{
	line-height: 22px;
	display:none;
	margin: 10px 0 0 24px;	
}


.col-4.youtube {
	background: #ffffff;
	border-radius: 3px;
	border: 1px solid #c3c3c3;
	border-bottom-color:#575757;
	border-bottom-width: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
	min-height: 250px;
	margin-right: 30px;
	
	width: 31%;
	min-width:300px;
	
	padding-left:0px;
	padding-right:0px;
	
	margin-bottom: 55px;
}




.col-4.youtube:nth-child(3n){
	margin-right:0px;
}

.col-4.youtube h3{
	padding-left: 15px;
	padding-right: 15px;
	color: #616161;
	text-align: center;
	font-style: italic;
	font-size: 17px;
	height: 40px;
}

.col-4.youtube h3 span{
	color:#000;
	font-style: normal;
}

.col-4.youtube a{
	line-height:0;
	float: left;
}

.col-4.youtube img{
	margin:0 !important;
	padding:0 !important;
	max-width: 100%;
}



.package{
	background:#fcfcfd;
	border:3px solid #d7d7d7;	
	text-align:center;
	max-width: 319px;
	width: 100%;
	margin-left: 11%;
}

.package h3{
	font-size:28px;
}


.package .price{
	border-top:1px solid #d7d7d7;
	margin-left: -15px;
	margin-right: -15px;
	font-weight:600;
	font-size:33px;	
}

.package .currency{
	font-size:47px;
	font-weight:400;
}

.package .first{
	font-size:71px;
}

.package sup {
	font-size:26px;
	font-weight:normal;
}

.package .on-sale{
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-style: italic;
	line-height: 30px;
}


.package .start-now{
	width:100%;
	font-size:18px;
	padding: 16px;
	margin-top: 13px;
	float:none;
	border-width:3px;
}

.big{
	font-size: 18px;
	padding: 16px;
	margin-top: 13px;
	border-width: 3px;	
}


.package ul{
	list-style: none;
	margin: 25px -15px;
	padding: 0;
}

.package ul li{
	color:#000;
	clear: both;
	height:60px;
	display: table;
	border-top: 1px solid #ccc;
	width: 100%;	
}

.package ul li span{
	vertical-align: middle;
	display: table-cell;	
}
		

.package::before{
content: " ";
background: url('/wp-flksdentisuz/uploads/2014/11/package-top.png') top no-repeat;
max-width: 319px;
width: 100%;
height: 84px;
display: block;
position: absolute;
top: 0;
left: 0;
margin-top: -82px;
margin-left: -3px;
min-width: 319px;
max-width: 319px;
}


.package::after{
content: " ";
display: block;
position: absolute;
top: 0;
left: 0;
width:320px;
height: 84px;
}

#monthly .price, #monthly em{
	color:#7aa81a;	
	font-style:normal;
}

#six-months .price, #six-months em{
	color:#f26522;	
	font-style:normal;
}


#six-months .start-now{
	background-color:#f26522;
	border-color:#ab4e22;
	
}



#monthly::after{
background: url('/wp-flksdentisuz/uploads/2014/11/monthly-icon.png') top no-repeat;
margin-top: -55px;
margin-left: -2px;	
}

#six-months::after{
background: url('/wp-flksdentisuz/uploads/2014/11/6mo-icon.png') top no-repeat;
margin-top: -63px;
margin-left: -2px;	
}

input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], textarea, select, input[type="date"], input[type="email"]{
display: block;
width: 100%;
height: 39px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555555;
background: #f2f4f6;
background-image: none;
border: 1px solid #a1a1a1;
border-radius: 3px;
-webkit-box-shadow:inset 0px 0px 5px rgba(0, 0, 0, 0.16);
box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.16);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
font-family: 'Lato', sans-serif;
}

input[type="submit"], .blue-button{	
	border:none;
	background:#006d93;
	color:#fff;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	border-radius:3px;
	padding: 15px 58px 15px 58px;
	font-size: 15px;
	cursor:pointer;
}

.wpcf7 textarea{
	min-height: 128px;
}

.wpcf7 form, .wpcf7{
	color:#000;
	width:100%;
	float:left;	
	line-height: 25px;
	
}

#qs-form h2{
	margin-bottom: 16px;
}

#qs-form .lead{
	font-size: 16px;
	color: #696969;	
}

#ebook-download .col-6:last-child{
	padding:0;
	
}

#ebook-download input[type="submit"]{
	padding: 15px 47px 15px 45px;
}

#ebook-download span.email{
	float: left;
	width: 348px;	
}

#ebook-download h3{
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 8px;
}

#ebook-download h2{
	font-size: 20px;
	color: #006d93;
	margin-top: 0;
	margin-bottom: 27px;
}

#ebook-download input[type="email"]{
	background:#fff;
	height:50px;
	font-size:18px;
	width: 335px;
}



#general-feat h2, #twitter-feat h2{
	font-weight:300;
}

#twitter-feat h2{
	line-height:30px;
}

#twitter-feat h2 span{
	font-size:22px;
}

#twitter-feat .p1{
	font-size:20px;
	margin-top: 40px;
	line-height:36px;
}


#general-feat p{
	font-size:18px;
	line-height:30px;
	color:#616161;
}

#twitter-feat{
	
	
}

body.page-template-page-blog-php{
	background-color: #e7e7e7;
}

body.category #blog, body.single #blog{
	border:none;
	
	
}

#blog .excerpt a{
	
	color:#006d93;
	text-decoration:underline;
	
}

#blog .aligncenter, div.aligncenter {
display: block;
margin: 15px auto 15px auto;
}

#blog{
	border-color:#cecece;
	padding: 25px 0px 60px 0px;
	min-height:900px;
}

#blog .main .col-8, #blog .main #sidebar.col-4{
	padding-left:0px;
	padding-right:0px;
}

#blog .main .col-8{
	width: 65.4%;
}

#blog .main #sidebar.col-4{
	margin-left: 30px;
	width: 31.30%;
	float: right;
}

#blog .article{
	padding:20px 30px;
	border-radius:3px;
	background:#fff;
	border:1px solid #d7d7d7;
	margin-top: 15px;
	margin-bottom: 15px;	
	float: left;
	font-size:18px;
	line-height:30px;
	color:#525252;
	max-width:100%;
}

#blog .single-post .article{
	margin-bottom:30px;
}


#blog .article h2.title, #blog .article h2.title a{
	margin:0;
	line-height:36px;
	font-size:34px;
	color:#000;	
	font-weight:300;
}


#blog .article p{
	line-height:28px;
}


#blog .read-more{
	text-transform:uppercase;
	text-decoration:underline;
	color:#006d93;
	font-size:16px;
}

#blog img{
	max-width:100%;
	height: auto;
}

.wp-pagenavi {
clear: both;
padding-top: 29px;
padding-bottom: 19px;
color:#fff;

display: table;
margin: 0 auto;
}


.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #E7E7E7;
padding: 3px 5px;
margin: 2px;
background: #898989;
border-radius: 3px;
color:#fff;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #000;
color: #000;
}


#sidebar{
	margin-top:15px;
}




#sidebar .widget-container {
	border-radius:3px;
	border:1px  solid #d7d7d7;
	background:#fff; 
	float: left;
	width: 100%;
	margin-bottom:30px;
}

#sidebar .widget-container .widget-title{
	background:#777777;
	margin:0;
	font-size: 16px;
	color:#fff;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	padding: 13px;
	
	margin-top: -1px;
	margin-left: -1px;
	margin-right: -1px;	
	
}

#sidebar .widget_categories ul, .widget_recent_entries ul{
	
	list-style: none;
	padding: 0;	
	margin-left:13px;
	margin-right:13px;
	margin-top: 0;	
	
	
}

#sidebar .widget_categories ul li, .widget_recent_entries ul li{
	
	border-bottom:1px solid #f1f1f1;
	padding-bottom: 7px;
	margin-top: 12px;
	
}

#sidebar .widget_categories ul li span{
	
float: right;
background: #c0c0c0;
color: #fff;
border-radius: 3px;
width: 26px;
height: 20px;
text-align: center;
font-size: 12px;
line-height: 20px;
	
}


#sidebar .widget_categories a{
	color:#000;
}

#sidebar .widget-container.widget_custom_cf7, #sidebar .widget_execphp{
	padding:15px;
}

#sidebar .widget-container.widget_custom_cf7 .widget-title, #sidebar .widget_execphp .widget-title{
	background:transparent;
	margin:0;
	font-size:22px;
	color:#000;
	padding:0px;
	text-align:center;
}

#sidebar .cf7_widget_subheading {
	text-align:center;
}

#sidebar .widget-container.widget_custom_cf7 input[type="submit"]{
	width:100%;
	text-align:center;
	padding: 11px 0px 11px 0px;
}


#sidebar .widget_search{
	padding: 15px;
}

#sidebar .widget_search input[type="text"]{
	margin-bottom: 10px;
	margin-top: 7px;	
}

#sidebar .widget_search input[type="submit"]{
	padding: 10px;
}


div.wpcf7 img.ajax-loader{
	position: absolute;
}

div>form div.wpcf7-validation-errors { border: none;}


.widget_recent_entries .post-date{
	font-size: 12px;
	display:block;
	padding-top: 5px;
	
}

#sidebar .widget_execphp{
	padding-bottom: 0;
}

#sidebar #custom_cf7-4 {
	padding:0;
	overflow:hidden;
}

#sidebar #custom_cf7-4 p {
	padding-left:15px;
	padding-right:15px;
	margin-bottom:15px;
}

#sidebar #custom_cf7-4 .widget-title{
	margin-top: 10px;
	margin-bottom: 20px;	
}

#sidebar #custom_cf7-4 p.ebimg {
	margin: 0;
	padding:0;
		
}

#sidebar #custom_cf7-4 p.ebimg img{
	margin-top: -18px;
	max-width:300px;
}

#sidebar #custom_cf7-4 .widget-title:first-child{
	 display:none;
}

.execphpwidget {
	margin-top: 25px;
	padding-left: 8px
}

.execphpwidget .social{
	
	float: left;
	margin-right: 24px;
	margin-bottom: 20px;
	margin-left: 10px;	
	
}

.execphpwidget .social:nth-child(5){
	margin-left: 1px;
}

.execphpwidget .social:last-child{
	margin-left: 6px;
}

body.page-id-27 {
	background:#fff;
}

#fancybox-content.register-modal{
	border-radius:5px;
	background:#fff !important;
	border:none !important;
	padding:0px !important;
	border-width: 0px !important;

}

#fancybox-content.register-modal h3{
	color: #818f98;
	padding-left: 25px;
	color: #818f98;
	padding-left: 25px;
	font-size: 21px;
	height: 67px;
	margin: 0;
	line-height: 67px;	
}

#fancybox-content.register-modal .modal-header{
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	float: left;
	width: 100%;	
}

#fancybox-content.register-modal form {
	padding:25px;
}


.fancybox-close{
	cursor: pointer;
	border-left: 1px solid #e2e2e2;
	color: #afafaf;
	font-size: 40px;
	font-weight: 100;
	line-height: 41px;
	padding: 11px 18px 15px 18px;
	position: absolute;
	right: 0;
	top: 0;
}

#fancybox-content .start-now{	
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 15px;
	border-width: 4px;		
}

#fancybox-content form p{
	font-weight:bold;
}



#fancybox-title{
	display:none !important;
}


#fancybox-content input[type="text"]{
	/*margin-bottom:10px;*/
}

#fancybox-content #myform2 .start-now, #fancybox-content #myform4 .start-now, #fancybox-content #myform5 .start-now {
background-color: #f26522;
border-color: #ab4e22;
}


#payment-methods .row{
	padding-top:30px;
}

.row .pmethod:last-child{
	margin-right:0px;
	float:right;
}

.pmethod{
	background: #fff;
	border: 3px solid #d7d7d7;
	border-radius: 3px;
	cursor: pointer;
	width: 27%;
	text-align: center;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 91px;
	min-height: 215px;
	position: relative;
	float: left;
}


.pmethod.active{
	border-color:#777777;
}


.pmethod h3{
	text-transform:uppercase;
	font-size:20px;
	margin-bottom: 28px;
	
}

.pmethod p{
	margin-top: 20px;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	max-width: 100%;
	padding-left: 7px;
	padding-right: 7px;	
}


.ptab{
	display:none;
}

.ptab.active{
	display:block !important;
}

.ptab .lead{
	line-height: 30px;
	font-weight: normal;
	font-size: 18px;
}

.orangelead{
	text-align: center;
	margin-bottom: 15px;
	line-height: 25px;
	font-weight: normal;
	font-size: 16px;
	color: #6C6C6C;
	margin-top: 0;
}
.orangelead span{
	color: #f26522;
	font-size: 17px;
}



#subscribe-section .main h2:first-child, #payment-methods h2:first-child{
	margin-bottom: 12px;
}



.warn{
	color: #E75F51; text-align:center; line-height: 27px;
}


/* FOOTER */
#footer{
	color:#fff;
	padding-bottom: 32px;
	display: block;
	width: 100%;
	float: left;	
	background:#777777;
	padding-top: 15px;
}

#footer a{
	color:#fff;
	text-decoration:underline;
}


#footer .widget-title{
	text-transform:uppercase;
	font-weight:bold;
	color:#f2f2f2;
	margin-top: 22px;
}

#footer p{
	line-height: 23px;
}



#footer ul.menu{
	list-style:none;
	margin:0;
	padding:0;
}

#footer ul.menu li{
	line-height: 27px
	
}

#footer #text-2 p:nth-child(2){
	margin-top:-5px;
}

#footer .menu-footer-container{
	padding-top: 5px;
}


/*comments*/

#comments {
	font-size: 15px;
	border-top: 3px solid #ccc;
padding-top: 16px;
margin-top: 50px;
}

#comments h2{
font-size: 21px;
line-height: 30px;
margin-top:10px;
}

.comment-body p{
	line-height: 24px;
	font-size: 15px;
	border: 1px solid rgba(204, 204, 204, 0.36);
	padding: 15px;
	margin-bottom: 0;
}

.comment-list .comment{
	margin-bottom:40px;
}

.reply {
	margin-bottom: 30px;
	text-align: right;
}



.comment-author .fn, .comment-author .fn a {
	font-weight: bold;
color: #000;
font-size: 17px;
}

.says {
	font-style: italic;
}

.comment-meta {
	line-height: 13px;
font-style: italic;
}

.commentmetadata a{
	color: #616161;
	line-height: 10px;
	font-size: 13px;
}

a.comment-reply-link {
text-decoration: underline;
}


h3#reply-title{
	font-weight: bold;
margin: 0;
font-size: 20px;
}






/* extra modules */

.extra-module {
	background: #ffffff;
	border-radius: 3px;
	border: 1px solid #c3c3c3;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
	margin-right: 30px;
	margin-left: 15px;
	margin-right: 15px;	
	padding-bottom: 70px;
	width:47%;
	margin-bottom: 30px;
}

.extra-module:nth-child(2n){
	margin-right: 0px;
}

.extra-module div{
	font-size:15px;
	line-height:25px;
}

.extra-module div a{
	text-decoration:underline;
}

.module-lead{
	font-size:16px;
	color:#464646;
	font-weight:normal;
	line-height:24px;
	margin-bottom: 50px;
}

.module-lead span{
	color:#f26522;
}

#extra-modules .row .extra-module:last-child{
	height:auto !important;
}

.extra-module h3{
	font-size:20px;
}

.blue-button{
	padding: 14px 20px;
	/*display: block;
	float: left;*/
	position: absolute;
	bottom: 15px;
	left: 15px;	
}

#windows h3{
font-size: 20px;
line-height: 24px;
margin-bottom: 10px;
margin-top: 40px;
}

#windows img.windows{
	margin-left:-60px;
}

#windows a{
	text-decoration:underline;
}

#windows .row{
	margin-left: 15px;
	margin-right: -40px;
}


#windows .col-6 h3:first-child{
	margin-top:0px;
}

#windows p{
	font-size:16px;
	line-height:20px;
	color:#656565;
	margin-top: 5px;
}


.lead.lead2{
	font-weight: normal !important;
font-size: 18px !important;
line-height: 31px !important;
}

.lead.lead2 .start-now.big{
	padding-left: 40px;
padding-right: 40px;
}


.error{
	color:red;
	font-size:13px;
	margin-left:5px;
}

.widget_wysija .widget-title { display:none }

.wysija-submit-field { 
	display: block;
   	margin: 5px auto 5px auto;
 }


 .mp_video {width:533px; height:300px;}

@media only screen and (max-width:640px){


.col-4 { width:95% !important;}
.col-6 { width:95% !important;}
.col-8 {width:95% !important;}
/*.mp_video { max-width:533px; width:100%; max-height:300px; height: 100%;}*/
.extra-module { width:95% !important; 
	margin-right: 5%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	height: auto !important;}
	

	#header li {display: block; float: none !important;}

    	
    #main-menu{position: relative !important; 	top: 0px;}

    #main-content{
	margin-top: 90px !important;
}

	.main_page_video{display:none;}

	.row {
		margin-left: 0px;
		margin-right: 0px;}
	.pmethod { width: 100%; margin-right: 0px; float: none;}
	.package {margin: 0px; padding: 0px;}
	#top {float: none; display: block;}
	#top .top-menu {float: none;}
	#header #top {position: relative;}
	#header #top li {margin-left: 10px;}
	#top .logo {float:none; margin-top:0px;}
	.menu-risk-free a span{display: inline;}
	.feature2 {min-width: 0px;}
	.massplanner_big_img {display: none;}
}


.main_page_video{float:left;}

.mp_screenshots img {
	height: 100px;
	/*border: 4px solid #555;*/
	padding: 1px;
	margin: 15px 10px 10px 0;
}

.mp_screenshots img:hover {
	/*border: 2px solid #555;*/
	cursor:pointer;
}

.screen_preview img {
	/*border: 4px solid #444;*/
	padding: 1px;
	width: 600px;
}

/* rotating words */

.rw-wrapper{
	position: relative;
	
}


.rw-words{
	display: inline;
	text-indent: 10px;
}
.rw-words-1 span{
	position: absolute;

	opacity: 0;
	overflow: hidden;
	-webkit-animation: rotateWord 18s linear infinite 0s;
	-ms-animation: rotateWord 18s linear infinite 0s;
	animation: rotateWord 18s linear infinite 0s;
}
.rw-words-1 span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
	-ms-animation-delay: 3s; 
	animation-delay: 3s; 
}
.rw-words-1 span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
}
.rw-words-1 span:nth-child(4) { 
    -webkit-animation-delay: 9s; 
	-ms-animation-delay: 9s; 
	animation-delay: 9s; 
}
.rw-words-1 span:nth-child(5) { 
    -webkit-animation-delay: 12s; 
	-ms-animation-delay: 12s; 
	animation-delay: 12s; 
}
.rw-words-1 span:nth-child(6) { 
    -webkit-animation-delay: 15s; 
	-ms-animation-delay: 15s; 
	animation-delay: 15s; 
}
@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: translateY(-30px); }
	5% { opacity: 1; -ms-transform: translateY(0px);}
    17% { opacity: 1; -ms-transform: translateY(0px); }
	20% { opacity: 0; -ms-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}

.tm-click-to-tweet {max-width: 460px !important;}



