/*** Front ***/

.clr {
	clear:both;
}
.clr::after {
	clear: both;
	content: "";
	display: table;
}
.clearfix {
	display: inline-block;
	clear: both;
}
.clearfix::after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#lpelements_container {
	padding:10px;
}

#lpelements_container img,
#lpelements_container p img {
	max-width: 100%;
}

#lpelements_container h1,
#lpelements_container h2,
#lpelements_container h3 {
	font-family: Georgia, serif;
	font-weight: normal;
	margin: 10px 0;
}

#lpelements_container .text_center {
	text-align: center;
}

#lpelements_container img.alignleft {
	margin: 0 30px 0 0;
}

#lpelements_container img.alignright {
	margin: 0 0 0 30px;
}

#lpelements_container .p_padding {
	padding: 0 10%
}


/*** headline **/
#lpelements_headline {
	text-shadow: #333 1px 1px 1px;
	line-height: normal;
	text-align:center;	
	margin-bottom:20px;
	clear: both;
}
#lpelements_headline h1,
#lpelements_headline h2,
#lpelements_headline h3 {
	text-align:center;
	color: #CC2132;
}

#lpelements_headline h1 {
	font-size: 48px;
}
#lpelements_headline h2 {
	font-size: 36px;
}
#lpelements_headline h3 {
	font-size: 26px;
}


/*** separator **/
#lpelements_separator {
	margin-bottom: 20px;
	overflow:hidden;
	text-align:center;
	clear:both;
}
#lpelements_separator .lpelements_separator_line {
	height: 1px;
	background: #ccc;
	margin-bottom: 20px;
}

#lpelements_separator .solid {
	height: 1px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

#lpelements_separator .dashed {
	height: 1px;
	/*background: #ccc;*/
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
}

#lpelements_separator .dotted {
	height: 1px;
	/*background: #ccc;*/
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}

/*** note element ***/
#lpelements_note {
	padding: 0;
	width:100%;
	margin: 0 auto 20px auto;
	
	
}
#lpelements_note div.lpelements_inner {
	/*background: #EC534D;*/
	background: #cccc99;
	color: white;
	padding: 1.5em;
	margin: 0;
	border-top: 1px solid #E6E6E6;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .25);
	position:relative;
	
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
}

#lpelements_note .lpelements_badge {
	background-image: url("../images/elements/note/badge.png");
	background-repeat: no-repeat;
	height: 45px;
	position: absolute;
	right: 21px;
	top: -5px;
	width: 45px;
}
#lpelements_note .hot {
	background-position: 0 0px;
}
#lpelements_note .new {
	background-position: 0 -45px
}
#lpelements_note .top {
	background-position: 0 -90px;
}
#lpelements_note .video {
	background-position: 0 -135px;
}
#lpelements_note .audio {
	background-position: 0 -180px;
}
#lpelements_note .bimg {
	background-position: 0 -225px;
}
#lpelements_note .bqoute {
	background-position: 0 -270px;
}

#lpelements_note img {
	width : 100%;
	max-width: 100%;
	height:auto;
}
#lpelements_note img{
	-ms-interpolation-mode: bicubic;
}
#lpelements_note h2 {
	font-size:32px !important;
	overflow: hidden;
	color: white;
}
#lpelements_note p {
	padding: 0;
}
.lpelements_overflow {
	overflow: hidden;
}

#lpelements_note .lpelements_note_p {
	margin: 30px 0;
}

#lpelements_note .lpelements_btn {
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	font-size: 16px;
	padding: 10px 15px;
	margin: 0;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
	border: none;
	background: #cc2132;
	
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

#lpelements_note .lpelements_btn:hover {
	background: #222;
}


/*** info element ***/
#lpelements_info {
	margin-bottom: 20px;
}

#lpelements_info h2 {
	font-size:32px;
}

#lpelements_info p {
	padding: 0;
}

#lpelements_info .lpelements_info_p {
	margin: 30px 0;
}

#lpelements_info .lpelements_btn {
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	font-size: 16px;
	padding: 10px 15px;
	margin: 0;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
	border: none;
	background: #cc2132;
	
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

#lpelements_info .lpelements_btn:hover {
	background: #222;
}


/*** optin form **/

#lpelements_optin {
	margin: auto;
	margin-bottom:20px;
	background: #f1f1f1;
	
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
}

#lpelements_optin .full .optinWrap {
	width: 100%;
	padding: 1.55%;
	float:none;
	margin: auto;
	margin-bottom: 20px;
}

#lpelements_optin .full .inner {}

#lpelements_optin .full .optinWrap form {
	width: 80%;
	text-align:center;
	margin: auto;
}

#lpelements_optin .full .optinWrap input {
	width: 77%;
	margin: 10px auto;
}

#lpelements_optin .full .optinWrap input[type="button"],
#lpelements_optin .full .optinWrap input[type="submit"] {
	max-width:70%;
}

#lpelements_optin .half {
	/*width: 46.11%;*/
	width: 60.11%;
	padding: 1.55%;
	float:left;
}

#lpelements_optin .alignright {
 float : right;
}

#lpelements_optin .optinWrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
	height: 0;
}
#lpelements_optin .optinWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*height: 91.5%;*/
}
#lpelements_optin_form form {
	display: block;
	margin-bottom: 20px;
}

#lpelements_optin_form input {
	font-family: 'Helvetica Neue',Arial,Tahoma,sans-serif;
}

#lpelements_optin_form label {
	display:none;
}

#lpelements_optin_form #mce-EMAIL,
#lpelements_optin_form input[type="text"] {	
	-moz-border-radius: 5px;
	-moz-box-shadow: inset 0 1px 2px 1px #eee;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 2px 1px #eee;
	background-color: #fff;
	border: 1px solid #CCC;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px 1px #eee;
	color: #777;
	font-size: 16px;
	padding: 10px 16px;
	/*width: 220px;*/
	width: 65%;
	margin: 0 10px 10px 10px;
	
	float : left;
	clear:both;
}

#lpelements_optin_form input.name[type="text"] {
    padding-left: 2.4em;
	background: url("../images/elements/optin/name.png") no-repeat scroll 0.8em center #fff;   
}

#lpelements_optin_form input.email[type="text"] {
    padding-left: 2.4em;
	background: url("../images/elements/optin/email.png") no-repeat scroll 0.8em center #fff;    
}

#lpelements_optin_form #mce-EMAIL:focus,
#lpelements_optin_form input:focus[type="text"] {	
	background-color: #fafafa;
}

#lpelements_optin_form input[type="submit"] {
	font-size: 16px;
	padding: 10px 15px;
	margin: 0 10px 0 10px;
}

#lpelements_optin_form input[type="button"],
#lpelements_optin_form input[type="submit"] {
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
	border: none;
	background: #cc2132;
	
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	
	float:left;
	clear:both;
}

#lpelements_optin_form input:hover[type="button"],
#lpelements_optin_form input:hover[type="submit"] {
	background: #222;
}

#lpelements_optin_form input:active[type="button"],
#lpelements_optin_form input:active[type="submit"] {
	position: relative;
	top: 1px;
}

#lpelements_optin_form {
	overflow-x:auto;
}

#lpelements_optin_form .inner {
	width: 90%;
	height:auto;
	position:relative;
	margin:auto;
}

#lpelements_optin_form .lpelements_form {
	background:#f1f1f1;
	content: "";
	display: table;
	padding-bottom:20px;
	clear:both;
	
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
	border: none;
}

#lpelements_optin_media img {
	position:relative;
	margin: auto;
	width: 100%;
	height: auto;
}

#lpelements_optin_form h2,
#lpelements_optin_form h3 {
	margin: 0 0 20px 0;
	padding-top: 20px;
	line-height: normal;
}

#lpelements_optin_form h2 {
	font-size: 22px;
}

#lpelements_optin_form h3 {
	font-size: 16px;
}


/*** 3 column content ***/
#lpelements_content3c {
	height:auto;
	padding :0 0 20px 0;
	text-align:center;
	position: relative;
	color: #111;
}

#lpelements_content3c a {
	color:#111;
}

#lpelements_content3c a:hover {
	color:#fff !important;
}

#lpelements_content3c .third {
	width: 27.22%;
	float: left;
	margin: 10px;
	margin-right:1.55%;
	margin-left: 1.55%;
	padding: 1.33%;
	display: inline;
	min-height: 260px;
	background: #f1f1f1;
	display: inline;
	overflow: hidden;
	
	/*border: 1px solid #EEE;*/
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	
	transition: background .25s ease-in-out;
  	-moz-transition: background .25s ease-in-out;
  	-webkit-transition: background .25s ease-in-out;
}

#lpelements_content3c .third:hover {
	background: #e2e2e2;
	/*background: #CC2132;*/
	color: #fff !important;
}

#lpelements_content3c .third h3 {
	text-align:center;
	font-weight:bold;
	padding: 20px 0;
	line-height: 20px;
	margin: 0px;
}
#lpelements_content3c .third img {
	margin:20px auto;
}

/*** testimonial **/
#lpelements_testimonial {
	width: 80%;
	margin: 20px auto;
}

#lpelements_testimonial img {
	width: 100px;
	height:100px;
	float:left;
	margin-right: 20px;
	
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #f1f1f1;
    padding: 4px;
	-moz-box-shadow: 1px 1px 5px #ccc;
	-webkit-box-shadow: 1px 1px 5px #ccc;
	box-shadow: 1px 1px 5px #ccc;
}

#lpelements_testimonial blockquote {
	background: url("../images/elements/testimonial/quote.png") no-repeat scroll left top transparent;
    margin: 0 0 0 130px;
    padding: 0 0 0 40px;
	color: #666;
	border: none;
}

#lpelements_testimonial p {
	font-family: Georgia, serif;
	font-size: 22px;
	line-height: 32px;
	color: #111;
	margin: 0 0 10px 0;
}
#lpelements_testimonial span {
	color: #999;
	padding-left: 40px;
}


/*** CTA ***/
#lpelements_cta {
	margin-bottom: 20px;
	position: relative;
	padding: 16px;
	background: #f1f1f1;
	display: block;
	
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
}

#lpelements_cta .lpfirst {
	float:left;
	position: relative;
}

#lpelements_cta .lplast {
	float:right;
	position: relative;
	right: 0;
}

div.lplast, div.lpfirst {
  display: table-cell;
  vertical-align: middle;
}

#lpelements_cta h2 {
	font-size: 32px;
	overflow: hidden;
}
#lpelements_cta img {
	margin-right:16px !important;
}
#lpelements_cta .cta_btn {
	position: relative;
	display: block;
	
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	font-size: 16px;
	padding: 10px 15px;
	margin: 10px 0;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
	border: none;
	background: #cc2132;
	
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}

#lpelements_cta .cta_btn:hover {
	background: #222;
}

/*** latest tweet ***/
#lpelements_tweet {
	width:80%;
	margin:auto;
}

#lpelements_tweet p {
	background: url("../images/elements/tweet/twitter.png") no-repeat scroll left top transparent;
	padding-left: 80px;
	height: 65px;
	padding-top: 10px;
	font-size: 16px;
	color: #666;
}

/*** Facebook comments ***/
#lpelements_fbcomments .fb-comments {}

#lpelements_fbcomments .fb_comments_wrap {
	margin: 20px auto;
}
#lpelements_fbcomments .fb-comments {
	margin: 20px auto;
}
/*#lpelements_fbcomments .fb-comments, #lpelements_fbcomments .fb-comments iframe[style] {width: 100% !important;}*/

/* social */
#lpelements_social {
	width:450px;
	margin: 0px auto 20px auto;
	clear:both;
}
#lpelements_social .twitter,
#lpelements_social .facebook,
#lpelements_social .bufferapp,
#lpelements_social .linkedin,
#lpelements_social .pinterest,
#lpelements_social .google1 {
	float:left;
	margin-right:20px;
}