@charset "utf-8";
/* CSS Document */
/* Float Elements 
---------------------------------*/
.fl-lt {
	float: left;
}
.fl-rt {
	float: right;
}
/* Clear Floated Elements
---------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:before,  .clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	vertical-align: top;
}
@font-face {
	font-family: 'helvetica_condensedmedium';
	src: url('../fonts/helvetica-condensed-webfont.eot');
	src: url('../fonts/helvetica-condensed-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/helvetica-condensed-webfont.woff') format('woff'),  url('../fonts/helvetica-condensed-webfont.ttf') format('truetype'),  url('../fonts/helvetica-condensed-webfont.svg#helvetica_condensedmedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'helvetica_condensedbold';
	src: url('../fonts/helvetica-condensed-bold-webfont.eot');
	src: url('../fonts/helvetica-condensed-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/helvetica-condensed-bold-webfont.woff') format('woff'),  url('../fonts/helvetica-condensed-bold-webfont.ttf') format('truetype'),  url('../fonts/helvetica-condensed-bold-webfont.svg#helvetica_condensedbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaCE-Regular';
	src: url('../fonts/HelveticaCE_gdi.eot');
	src: url('../fonts/HelveticaCE_gdi.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaCE_gdi.woff') format('woff'),  url('../fonts/HelveticaCE_gdi.ttf') format('truetype'),  url('../fonts/HelveticaCE_gdi.svg#HelveticaCE-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0020-25CA;
}
@font-face {
	font-family: 'HelveticaCE-Bold';
	src: url('../fonts/HelveticaCE-Bold_gdi.eot');
	src: url('../fonts/HelveticaCE-Bold_gdi.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaCE-Bold_gdi.woff') format('woff'),  url('../fonts/HelveticaCE-Bold_gdi.ttf') format('truetype'),  url('../fonts/HelveticaCE-Bold_gdi.svg#HelveticaCE-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0020-25CA;
}
@font-face {
	font-family: 'HelveticaCE-BoldOblique';
	src: url('../fonts/HelveticaCE-BoldOblique_gdi.eot');
	src: url('../fonts/HelveticaCE-BoldOblique_gdi.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaCE-BoldOblique_gdi.woff') format('woff'),  url('../fonts/HelveticaCE-BoldOblique_gdi.ttf') format('truetype'),  url('../fonts/HelveticaCE-BoldOblique_gdi.svg#HelveticaCE-BoldOblique') format('svg');
	font-weight: 700;
	font-style: oblique;
	font-stretch: normal;
 unicode-range: U+0020-25CA;
}
h1 {
	font-size: 48px;
	color: #eb4f02;
	font-family: 'HelveticaCE-Bold';
	line-height: 1.2;
	margin: 0 0 20px 0;
	font-weight: normal;
}
h2 {
	font-size: 36px;
	font-family: 'helvetica_condensedbold';
	color: #eb4f02;
	line-height: 1.2;
	position: relative;
	font-weight: normal;
	margin: 0 0 25px 0;
	padding: 0 0 14px 0;
	background: url(../images/title-border.png) center bottom no-repeat;
}
h3 {
	font-size: 24px;
	font-family: 'helvetica_condensedbold';
	color: #343333;
	line-height: 1.2;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 15px 0;
	background: url(../images/title-border.png) left bottom no-repeat;
}
h6 {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	font-family: 'HelveticaCE-Bold';
	margin: 0 0 25px 0;
	line-height: 1.2;
	text-transform: uppercase;
	width: 100%;
	clear: both;
}
a {
	color: #353535;
	transition: all ease 0.5;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="number"], textarea {
	border: 1px solid #B9AFAF;
	padding: 6px 10px;
	height: 40px;
	border-radius: 0px;
	color: #c3c3c3;
	font-size: 14px;
	font-family: 'HelveticaCE-Regular';
	margin: 0 0 20px;
}
textarea {
	height: auto;
	resize: none;
}

::-webkit-input-placeholder {
opacity:1;
}

:-moz-placeholder {
opacity:1;
}

::-moz-placeholder {
opacity:1;
}

:-ms-input-placeholder {
opacity:1;
}
input[type="submit"], input[type="button"] {
	color: #fff;
	background: #b9291a;
	font-size: 16px;
	font-family: 'HelveticaCE-Bold';
	border: 1px solid #464342;
	margin-left: 5px;
	height: 40px;
	padding: 6px 10px;
	cursor: pointer;
}
/* Primary Styles

---------------------------------*/

body {
	background: #fff;
	font-family: 'HelveticaCE-Regular';
	font-size: 18px;
	font-weight: normal;
	color: #000;
	/*color:#959595;*/

	margin: 0;
	padding: 0;
}
/* Wrapper

---------------------------------*/

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
}
.header_top {
	border-bottom: 1px solid #e8e8e8;
	background: #f6f6f6;
	min-height: 43px;
	box-shadow: 0 0 15px #f5f5f5;
	color: #afafaf;
}
.header_top ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.header_top ul li {
	float: left;
	padding: 10px 5px;
	line-height: 32px;
	font-size: 15px;
}
.header_top a {
	color: #afafaf;
	text-decoration: none;
}
.header_top ul li p {
	padding: 0;
	margin: 0;
}
.header_top ul li p img {
	margin: 0 !important;
	vertical-align: top !important;
	text-indent: -9999px;
	width: 58px;
}
.padding_in {
	padding-right: 60px !important;
	padding-left: 60px !important;
}
.padding_out {
	padding-right: 20px;
	padding-left: 20px;
}
.header_top_left {
	float: left;
}
.header_top_right {
	float: right;
}
.header_top_right ul li img {
	padding-top: 5px;
}
.header_top_right ul li {
	border-left: 1px solid #e8e8e8;
	padding-right: 10px;
	padding-left: 10px;
}
.header_top_right ul li .livechat_link {
	position: relative;
	padding-right: 12px;
}
#lhnContainerDone {
	position: absolute;
	top: -4px;
	left: 0;
}
.header-left {
	float: left;
}
.header {
	padding-top: 20px;
	padding-bottom: 10px;
}
.logo {
	float: left;
	margin: 0 20px 0 0;
}
.main-nav {
	float: right;
	padding-top: 30px;
	font-family: 'helvetica_condensedmedium';
}
.main-nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.main-nav ul li {
	float: left;
	border-right: 1px solid #d4d4d4;
}
.main-nav ul li:last-child {
	border-right: 0px;
}
.main-nav ul li a {
	padding: 5px 10px;
	text-decoration: none;
	color: #999999;
}
.main-nav ul li:hover a {
	color: #eb4f02;
}
/*======================================================banner=============================================*/
.flexslider {
	width: 100%;
}
.flexslider ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.banner {
	background: url(../images/banner_bg.jpg) center center no-repeat;/*min-height:200px;*/

}
.banner_content {
	width: 59.25925925925926%;
	display: table-cell;
	vertical-align: middle;
	color: #4d4d4d;
	padding: 50px 0;
}
.font101 {
	margin: 0 18%;
	text-align: center;
	font-size: 18px;
	color: #000;
}
#submitBtn {
	background: none!important;
	border: 0px;
}
.banner_content a {
	display: block;
	border-radius: 4px;
	background: #eb4f02;
	color: #fff;
	margin: 20px 0;
	width: 150px;
	text-transform: uppercase;
	padding: 10px 20px;
	clear: both;
}
.banner_content a:hover {
	background: #000;
	color: #fff;
}
.white_content input[type="text"] {
	padding: 6px 50px!important;
	margin-left: 20px;
}
.banner_pic {
	padding: 20px 50px 0 0;
	display: table-cell;
	box-sizing: border-box;
}
.display_table {
	display: table;
}
.title-center {
	text-align: center;
	background-position: center bottom;
}
.center .title-center span {
	background: #eb4f02;
	color: #FFF;
	display: inline-block;
	padding: 0 10px;
}
.italic {
	font-style: italic !important;
}
.block_padding {
	padding: 30px 0;
}
.create_account_form {
	background: url(../images/create_account_bg.png) center center no-repeat;
	min-height: 119px;
	width: 1103px;
	margin: -75px auto 20px;
	padding: 35px 33px 30px 52px;
	position: relative;
	z-index: 10;
}
.create_account_form label {
	width: 160px;
	color: #eb4f02;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'HelveticaCE-Bold';
	display: inline-block;
	float: left;
	margin-right: 25px;
}
.create_account_form input {
	margin: 0 25px 0 0;
	float: left;
	width: 198px;
}
.create_account_form input:last-child {
	margin-right: 0px;
}
.create_account_form input[type="submit"] {
	width: 160px;
}
.center {
	text-align: center;
}
.three_column {
	margin-right: 2.5%;
	width: 30.666666666666665%;
	float: left;
}
.three_column.nopad {
	margin-right: 0px;
}
/*.three_column:nth-child(3n+3){

	margin-right:0px;

}*/

.read_more {
	text-decoration: none;
	display: block;
	margin-top: 15px;
	color: #999999;
}
.feature_post_pic {
	float: left;
	width: 73px;
	height: 67px;
	padding: 18px 10px;
	border: 1px solid #e0e0e1;
	text-align: center;
	margin-right: 18px;
}
.feature_post_description {
	overflow: hidden;
}
a {
	transition: all ease-in-out 0.2s;
}
a:hover {
	opacity: 0.7
}
.feature_post_description a:hover {
	opacity: 0.7;
}
.feature_post {
	margin-top: 35px;
	margin-bottom: 35px;
	min-height: 226px;
}
.important_message_outer {
	background: url(../images/blockouter-bg1.jpg) center center no-repeat;
	min-height: 100px;
	color: #dedede;
}
.important_message_outer h2 {
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	position: relative;
	background: none;
}
.important_message_outer h2:before {
	content: "";
	position: absolute;
	width: 60px;
	height: 1px;
	background: #eb5004;
	left: 0;
	bottom: -1px;
}
.important_message_outer a {
	color: #dedede;
	text-decoration: none;
}
.important_message_outer .block_padding {
	padding-top: 85px;
	padding-bottom: 60px;
}
.important_message_pic {
	float: left;
	width: 39.166666666666666%;
	margin: 0px;
	margin-right: 3.75%;
}
.important_message {
	width: 57.08333333333333%;
	float: left;
}
.important_message_list {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.important_message_list li {
	float: left;
	width: 48%;
	margin-right: 4%;
	padding-left: 30px;
	background: url(../images/rightsign-arrow.png) left 3px no-repeat;
	margin-top: 17px;
	margin-bottom: 17px;
}
.important_message_list li:nth-child(2n + 2) {
	margin-right: 0px;
}
.two_column {
	width: 48.333333333333334%;
	float: left;
	margin-right: 3.333333333333333%;
}
.two_column:nth-child(2n + 2) {
	margin-right: 0px;
}
.post_block {
	color: #828282;
}
.post_pic img {
	padding: 5px;
	border: 1px solid #c3c3c5;
}
.acc_block {
	border: 1px solid #e1e1e2;
	color: #828282;
}
.acc_block:last-child {
	border-bottom: 0px;
}
.acc_title {
	font-size: 16px;
	padding: 15px;
	margin: 0px;
	border-bottom: 1px solid #e1e1e2;
}
.acc_title a {
	text-decoration: none;
	display: block;
	padding-left: 35px;
	background: url(../images/acc_close.png) left top no-repeat;
	line-height: 24px;
}
.acc_title.active a {
	background-image: url(../images/acc_open.png);
}
.acc_content {
	padding: 10px 15px 15px;
	border-bottom: 1px solid #e1e1e2;
	display: none;
}
.clients_logo_slider_wrap {
	padding: 40px 0;
	position: relative
}
.clients_logo_slider_wrap h2 {
	padding-right: 80px;
}
.clients_logo_slider {
	border: 1px solid #e0e0e1;
	position: relative;
	margin: 0 1.5px;
}
.logo_slide_arrow {
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 2px;
	border: 1px solid #e1e1e1;
	top: -35px;
	z-index: 100;
}
.logo_slide_arrow.logo_slider_arrow_right {
	background: url(../images/slide-arrow-right.jpg) center center no-repeat;
	right: 0px;
}
.logo img {
	width: 69%;
}
.logo_slide_arrow.logo_slider_arrow_left {
	background: url(../images/slide-arrow-left.jpg) center center no-repeat;
	right: 40px;
}
.clients_logo_slide_box {
	width: 239px;
	float: left;
	padding: 33px 0;
	border-left: 1px solid #e1e1e2;
}
.footer {
	background: #3c3c3c;
	font-size: 14px;
	color: #838282;
}
.footer_bottom {
	background: #262626;
	padding: 21px 0;
}
.footer_widget_wrap {
	padding: 35px 0 0 0;
}
.footer_widget {
	float: left;
	width: 25%;
	padding: 0 25px;
}
.footer_widget ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.footer_widget ul li {
	margin: 10px 0;
}
.footer_widget ul li a {
	color: #838282;
	text-decoration: none;
}
.footer_widget ul li:hover a {
	text-decoration: underline;
}
ul.social_link {
	overflow: hidden;
	margin-bottom: 25px;
}
ul.social_link li {
	float: left;
	margin-right: 2px;
	margin-bottom: 5px;
}
.footer_widget:nth-child(1) {
	width: 15%;
}
.footer_widget:nth-child(2) {
	width: 20%;
}
.footer_widget:nth-child(3) {
	width: 33.33333333333333%;
}
.footer_widget:nth-child(4) {
	width: 31.666666666666665%;
}
.footer_widget .pic {
	margin-bottom: 20px;
}
#iconbox {
	width: 32px;
	height: 32px;
	float: left;
	margin-left: 40px;
	margin-top: -20px;
	margin-bottom: 4px;
}
#iconbox2 {
	width: 32px;
	height: 32px;
	float: left;
	margin-left: 8px;
	margin-top: -20px;
	margin-bottom: 4px;
}
.contact_list {
}
.contact_list li {
	border-bottom: 1px solid #555555;
	margin-bottom: 25px !important;
	padding-bottom: 20px;
	padding-left: 42px;
}
.contact_list li.address_row {
	background: url(../images/location-icon.png) left top no-repeat;
}
.contact_list li.email_row {
	background: url(../images/message-icon.png) left top no-repeat;
}
.contact_list li.ph_row {
	background: url(../images/telefone-icon.png) left top no-repeat;
}
.contact_list li span {
	display: block;
	margin-bottom: 5px;
}
.copy_right {
	float: left;
	text-transform: uppercase;
	width: 50%;
	padding: 0 25px;
}
.footer_nav {
	float: right;
	width: 50%;
	padding: 0 25px;
}
.footer_nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: right;
}
.footer_nav ul li {
	float: left;
	padding-right: 25px;
	background: url(../images/nav_saper.png) right center no-repeat;
}
.footer_nav ul li:last-child {
	padding-right: 0px;
	background: none;
}
.footer_nav ul li a {
	color: #838282;
	text-decoration: none;
	display: inline-block;
}
/*========================================================

[inner]

========================================================*/

.inner_content {
	border-top: #e8e8e8 1px solid;
}
.inner_top {
	text-align: center;
	padding: 0 0 30px 0;
}
.inner_content .create_account_form {
	margin: 0 auto 20px;
}
.inner_content h3 {
	font-size: 26px;
}
.freetrial {
	text-align: center;
	margin-bottom: 50px;
}
.inner_content .freetrial h3 {
	margin: 0 0 20px;
	font-size: 28px;
}
.inner_content .feature_post_description h3 {
	font-size: 18px;
}
.inner_feature {
	font-size: 18px;
	line-height: 24px;
}
.inner_feature ol {
	margin-bottom: 40px;
}
.inner_feature ol li {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
}
.buy_btn {
	overflow: hidden;
	padding: 30px 0;
}
.buy_btn a {
	display: block;
	float: left;
	margin-right: 12px;
}
.feature_list_area {
	overflow: hidden;
	margin: 0 0 30px;
}
.feature_list {
	width: 33.33%;
	padding: 10px;
	float: left;
}
.feature_list ul {
}
.feature_list ul li {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
}
.inner_content .feature_post_description {
	font-size: 16px;
	line-height: normal;
}
.inner_video {
	width: 700px;
	height: 415px;
	margin: 0 auto 30px;
}
.inner_banner {
	width: 100%;
	background: url(../images/inner_banner.jpg) no-repeat center top;
}
.inner_banner h1 {
	font-size: 48px;
	color: #eb4f02;
	font-family: 'HelveticaCE-Bold';
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 116px 0;
}
.inner_img {
	margin: 0 0 20px;
}
/*=======================================

[Contact Page]

=======================================*/

.form_row {
	margin-bottom: 20px;
	font-family: 'HelveticaCE-Regular';
}
.form_row:after {
	clear: both;
	display: table;
	content: "";
}
.form_row label {
	font-family: 'helvetica_condensedbold';
	width: 25%;
	display: block;
	float: left;
	font-size: 16px;
	line-height: 38px;
	color: #000;
}
.form_row label span {
	color: #F00;
}
.form_row input[type="text"] {
	width: 75%;
	border: #d0cfcf 1px solid;
	background: #FFF;
	color: #c3c3c3;
	font-size: 14px;
	padding: 10px;
	height: 38px;
	line-height: 18px;
	outline: none;
	float: left;
	margin: 0;
	border-radius: 4px;
}
.selectbox {
	width: 75%;
	float: left;
	font-weight: 400;
	position: relative;
}
.selectbox:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 6px 0;
	border-color: #666 transparent transparent transparent;
	position: absolute;
	right: 15px;
	top: 65%;
	margin: -8px 0 0 0;
}
.selectbox select {
	width: 100%;
	height: 38px;
	border: 1px solid #d0cfcf;
	border-radius: 4px;
	font-family: 'HelveticaCE-Regular';
	font-size: 16px;
	padding: 5px 15px;
	line-height: 18px;
	color: #7f7f81;
	background: #ffffff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	text-indent: 0.01px;
	display: block;
	outline: none;
}
.selectbox select option {
	padding: 5px 15px;
}
.check-area {
	width: 75%;
	float: left;
	font-size: 13px;
}
.form_row textarea {
	width: 75%;
	border-radius: 4px;
	border: #d0cfcf 1px solid;
	background: #FFF;
	color: #c3c3c3;
	font-size: 14px;
	padding: 10px;
	height: 200px;
	line-height: 16px;
	outline: none;
	float: left;
	margin: 0;
	resize: none;
}
.contact_form input[type="submit"] {
	border-radius: 4px;
	margin-left: 25%;
}
.contact_details {
	padding: 0 0 0 40px;
}
.contact_details h4 {
	margin: 0 0 10px 0;
}
.private_table {
	border-collapse: collapse;
	margin-bottom: 30px;
	width: 100%;
}
.private_table tr:nth-of-type(2n+1) {
	background: #eee none repeat scroll 0 0;
}
.private_table th {
	background: #eb4f02 none repeat scroll 0 0;
	color: white;
	font-weight: bold;
}
.private_table td, .private_table th {
	border: 1px solid #ccc;
	padding: 10px;
	text-align: left;
}
.private_table th {
	text-align: center;
}
.private_table th:nth-of-type(1), .private_table td:nth-of-type(1) {
	width: 10%;
}
.private_table th:nth-of-type(3), .private_table td:nth-of-type(3) {
	text-align: center;
	width: 10%;
}
.private_table th:nth-of-type(4), .private_table td:nth-of-type(4) {
	text-align: center;
	width: 10%;
}
.private_table th:nth-of-type(5), .private_table td:nth-of-type(5) {
	text-align: center;
	width: 12%;
}
.private_table th:nth-of-type(6), .private_table td:nth-of-type(6) {
	text-align: center;
	width: 12%;
}
.private_table th:nth-of-type(7), .private_table td:nth-of-type(7) {
	text-align: center;
	width: 10%;
}
.private_table a {
	background: #eb4f02 none repeat scroll 0 0;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 6px 10px;
	text-decoration: none;
}
.bottom_form {
	max-width: 800px;
	width: 100%;
	margin: 0px auto;
	padding: 30px 0;
}
.bottom_form .form_row label {
	width: 50%;
}
.bottom_form .form_row input[type="text"], .bottom_form .form_row textarea, .bottom_form .selectbox, .bottom_form .check-area {
	width: 50%;
}
.bottom_form .check-area {
	padding-top: 10px;
}
.bottom_form input[type="submit"] {
	border-radius: 4px;
	margin-left: 50%;
}
/*==================================================================

[Complaints]

==================================================================*/

.complaints_form {
	width: 1000px;
	margin: 0px auto;
}
.complain_content {
	padding-bottom: 20px;
}
.complaints_form .form_row label {
	width: 35%;
}
.complaints_form .form_row input[type="text"], .complaints_form .form_row textarea, .complaints_form .selectbox {
	width: 65%;
}
.complaints_form input[type="submit"] {
	margin-left: 35%;
}
/*==================================================================

[responsive table]

==================================================================*/



.p10 {
	padding-top: 15px!important;
}
.price_table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
}
.price_table span {
	color: #F00;
}
.price_table a {
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	font-size: 14px;
	background: #eb4f02;
	padding: 6px 10px;
	border-radius: 4px;
}
.price_table a:hover {
	background: #c43000;
}
.price_table tr:nth-of-type(2n+1) {
	background: #eee none repeat scroll 0 0;
}
.price_table th {
	background: #3c3c3c;
	color: white;
	font-weight: bold;
}
.price_table td, .price_table th {
	border: 1px solid #ccc;
	padding: 10px;
	text-align: left;
}
.price_table th:nth-of-type(3), .price_table td:nth-of-type(3) {
	width: 10%;
	text-align: center;
}
.price_table th:nth-of-type(4), .price_table td:nth-of-type(4) {
	width: 8%;
	text-align: center;
}
.price_table th:nth-of-type(5), .price_table td:nth-of-type(5) {
	width: 15%;
	text-align: center;
}
.leads_pricing_table {
	width: 924px;
	border: dotted 1px #666666;
	margin: 0px auto;
}
.leads_form_table {
	width: 924px;
	border: dotted 1px #666666;
	margin: 0px auto;
}
.template2 {
	height: 445px;
	overflow: auto;
}
.template_box2 {
	background: rgba(0, 0, 0, 0) url("../images/template_bg.png") no-repeat scroll 0 0;
	float: left;
	height: 215px;
	margin: 0 0 0 20px;
	padding-top: 10px;
	width: 140px;
}
.style3 {
	padding: 10px 20px;
	border-radius: 6px;
	margin-bottom: 12px!important;
	background: #fcfcfc;
	text-align: center;
	border: #ccc 1px solid;
}
.wraper {
	margin: 0 auto;
	padding: 0;
	width: 902px;
}
.boxcontainer {
	display: block;
	font-family: "Droid Sans", sans-serif;
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
}
.boxcontainer ul li {
	list-style: outside none none;
}
.boxcontainer ul li {
	float: left;
	list-style: outside none none;
	margin: 0 15px 15px 0;
	position: relative;
	width: 29%;
}
.box {
	background: #fbb41c none repeat scroll 0 0;
	border: 1px solid #c49228;
	color: #fff;
	font-size: 12px;
	min-height: 319px!important;
	overflow: hidden;
}
.box .content {
	display: block;
	overflow: hidden;
	padding: 14px;
}
.box .price {
	background: rgba(0, 0, 0, 0) url("../images/circle.png") no-repeat scroll 0 0;
	color: #095977;
	float: right;
	font-size: 30px;
	font-weight: bold;
	height: 80px!important;
	padding: 20px 10px;
	text-align: center;
	width: 92px!important;
}
.box .btn {
	background: #fff;
	border: 1px solid #c78e16;
	border-radius: 10px;
	clear: both;
	display: block;
	float: right;
	font-weight: bold;
	margin-top: 8px;
	padding: 10px 20px;
	text-align: center!important;
	text-transform: uppercase;
	width: 120px;
}
#four-column {
	border-top: 1px solid #eeeeee;
	color: #000000;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0;
	text-shadow: 1px 1px 0 #ffffff;
	width: 900px;
}
.box .btn a {
	color: #000;
}
.box .content .left {
	float: left;
	margin-bottom: 10px;
	width: 50%;
	font-size: 16px;
}
.bluehead {
	background: #229ecd none repeat scroll 0 0 !important;
	border-bottom: 1px solid #57b5d9 !important;
}
.shadow {
	bottom: -22px;
	display: block;
	left: 25px;
	position: absolute;
	text-align: center;
}
.blue {
	background: #26abdd none repeat scroll 0 0 !important;
	border: 1px solid #0076b6 !important;
}
.box header {
	background: #e2a620 none repeat scroll 0 0;
	border-bottom: 1px solid #d1981a;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	padding: 14px 18px 15px;
	text-align: center;
}
 @media  only screen and (max-width: 760px),  (min-device-width: 768px) and (max-device-width: 1024px) {
/* Force table to not be like tables anymore */

.price_table table, .price_table thead, .price_table tbody, .price_table th, .price_table td, .price_table tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */

thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
tr {
	border: 1px solid #ccc;
}
td {
	/* Behave  like a "row" */

	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 50%;
}
td:before {
	/* Now like a table header */

	position: absolute;
	/* Top/left values mimic padding */

	top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
}
/*

		Label the data

		*/

.price_table td:nth-of-type(1):before {
	content: "Product Name";
}
.price_table td:nth-of-type(2):before {
	content: "Features";
}
.price_table td:nth-of-type(3):before {
	content: "Learn More";
}
.price_table td:nth-of-type(4):before {
	content: "Price";
}
.price_table td:nth-of-type(5):before {
	content: "BuyNow";
}
}
.style61 {
	background: #fff none repeat scroll 0 0;
	border: 1px dashed #ccc;
	border-radius: 10px;
	color: #111;
	float: left;
	height: 160px;
	line-height: 30px;
	margin: 10px;
	padding: 10px 0;
	width: 46%;
	font-size: 16px;
}
.col-sm-3 {
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	width: 23%;
}
div.block {
	overflow: hidden;
	display: block;
	float: left;
	text-align: center;
}

#node-26 .EmailMarketingTop .top{padding:60px 0 0 0;}
#node-26 .EmailMarketingTop .top div.block {display: inline-block; text-align:center;float:none;}

.addUser {border: 1px solid #d8d8d8;padding: 18px;}
.addUser table { width: 100%;}
.addUser table td input { margin: 8px 0; width: 100%;}
.mngUser table{border-collapse:collapse;}
.mngUser table tr td{color:#444;}
.mngUser table tr td,.mngUser table tr th{ padding: 8px;text-align:center;font-size:15px;}
.managePage{padding:60px 0 0 0;}
.managePage div.block {display: inline-block; text-align:center;float:none;}
