/* CSS Document */
html {

}
body, div, h1, h2, h3, li, ul, p, header, nav, section {
	margin:0px;
	padding:0px;
	font-size:100%;
}
body {
	font-family: 'Open Sans', sans-serif;
    font-style:normal;
	font-size:14px;
	color: #231f20;
}
a ,img{outline: none;}
input, textarea, select {outline: none;}
.clear {	clear: both;}
h1{
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
}
h2{
	font-size: 14px;
    font-weight: 600;
    margin: 10px 0;
}
.f_left {float: left}
.f_right {float: right}
header {
	width: 100%;
	overflow: auto;
	min-height: 120px;
}
.logo {
	float: left;
	margin: 44px 0 15px 0;
}
.logo img {
	width: 100%;
}
.login_btn {
	float: right;
	margin-top: 20px;
}
.login_btn a {
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: #f7931d;
	padding: 6px 30px;
}
nav {
	float: right;
	clear: right;
	margin: 38px 0 15px 0;
}
nav ul {
	list-style-type: none;
}
nav ul li {
	float: left;
	padding: 0;
	margin-right: 36px;
}
nav ul li:last-child {
	margin-right: 0;
}
nav ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #231f20;
}
menu {
	display: none;
	float: left;
	margin-top: 20px;
	padding: 0;
}
#menu {
	display: none;
}
.menu {
	list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
    margin-top: 6px;
    width: 200px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
}
.menu li {
	background-color: #414042;
	border-bottom: 1px solid #fff;
}
.menu li:last-child {
	border-bottom: 0;
}
.menu li:hover {
	background-color: #231f20;
}
.menu li a{
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 8px 0;
}
.menu_icon {
	font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #231f20;
    padding: 6px 30px;
}
.fullwidth {
	width: 100%;
}
.fullwidth img{
	width: 100%;
}
.container {
	width: 90%;
	margin: 0 auto;
	overflow: auto;
}
.login_form {
	width: 90%;
	padding: 1%;
	margin: 0 auto;
}
.login_form input{
	height: 38px;
	background-color: #fff;
	border: solid 1px #b5b5b5;
	padding: 0;
	margin: 0 0 20px 0;
	width: 98%;
	padding-left: 2%;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #414042;
}
.login_form input[type="submit"] {
	background: #f7931d;
	color: #fff;
	font-size: 16px;
	height: 40px;
	width: 100%;
	outline: none;
	border: 0;
	padding: 0;
	margin: 0 0 10px 0;
	cursor: pointer;
}
.login_form p a {
	text-decoration: none;
	color: #231f20;
	font-weight: 400;
	font-size: 13px;
}
.login_form p a:hover {
	text-decoration: underline;
}
::-webkit-input-placeholder {
	color:#888;
	font-weight: 300;
}
::-moz-placeholder {
	color:#888;
	font-weight: 300;
}
:-ms-input-placeholder {
	color:#888;
	font-weight: 300;
}
.slide_caption {
	position: absolute;
	top: 50px;
	left: 5%;
	width: 50%;
}
.slide_caption  p{
	margin-bottom: 30px;
	font-family: 'PT Serif', serif;
	font-size: 34px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #393939;
}
.slide_caption  a{
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	background: #231f20;
	padding: 10px 18px;
	margin-top: 14px;
	display: inline-block;
}
.ans {
	color: #fb6404;
}
.welcome p{
	margin: 20px 0;
	text-align: justify;
}
.quote{
	font-weight: 600;
	font-style: italic;
}
.demo_band {
	background: #b26729;
	margin: 40px 0;
}
.demo_band p {
	font-family: 'PT Serif', serif;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 16px 0;
	letter-spacing: 6px;
	line-height: 1.6;
}
.demo_band p a {
	text-decoration: none;
	color: #fff;
	background: #231f20;
	padding: 4px 12px;
}
.footer_container {
	background: #231f20;
	margin-top: 40px;
}
footer {
	width: 90%;
	margin: 0 auto;
	padding: 4px 15px 15px 15px;
	overflow: auto;
}
footer p {
	color: #fff;
	font-size: 12px;
	padding: 10px 0 0 0;
}
footer p a {
	color: #fff;
	text-decoration: none;
}
footer p a:hover {
	text-decoration: underline;
}
footer .copyright {
	text-align: right;
}
footer .social a {
	margin-left: 12px;
	display: inline-block;
}
footer .social a img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
#accordion {
	margin-bottom: 30px;
}
.contact_form {
	width: 50%;
	float: left;
}
.contact_form ul {
	list-style-type: none;
}
.contact_form ul li {
	margin-bottom: 10px;
}
.contact_form label{
	display: block;
}
.contact_form input[type="text"] {
	height: 38px;
	background-color: #fff;
	border: solid 1px #b5b5b5;
	padding: 0;
	margin: 0;
	width: 98%;
	padding-left: 2%;
	outline: none;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #414042;
}
.contact_form textarea {
	height: 72px;
	background-color: #fff;
	border: solid 1px #b5b5b5;
	padding: 0;
	margin: 0;
	width: 98%;
	padding-left: 2%;
	outline: none;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #414042;
	resize: none;
}
.contact_form p {
	margin: 10px 0 30px;
	font-weight: 500;
	clear: both;
}
.contact_form input[type="submit"] {
	background: #b26729;
	color: #fff;
	font-size: 16px;
	height: 40px;
	width: 100px;
	outline: none;
	border: 0;
	padding: 0;
	margin: 0 0 20px 0;
	cursor: pointer;
	float: right;
	text-transform: uppercase;
}
.contact_img {
	width: 42%;
	float: right;
}
.contact_img img {
	max-width: 310px;
}
#errorName, #errorPhone, #errorEmail, #errorCompany, #errorAll, #errorUSR, #errorUSR1, #errorPWD, #errorPWD1 {
	display: block;
	color: #ff0000;
	margin: 6px 0;
	font-size: 13px;
	font-weight: 600;
}

.features .slide img{
	float: left;
	margin-right: 10px;
}
.features .slide .caption {
	width: 96%;
	text-align: justify;
	margin-left: 6px;
}
.features .slide .title {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	color: #fb6404;
	margin-bottom: 10px;
	margin-left: 6px;
}
.page_header {
	background: #f7931d;
	overflow: auto;
	margin-bottom: 20px;
}
.page_header_msg {
	width: 70%;
	margin: 30px 5% 30px 0;
	color: #fff;
	font-family: 'PT Serif', serif;
}
.page_header_msg h1 {
	text-transform: uppercase;
	font-size: 30px;
}
.page_header_msg p {
	font-size: 24px;
	margin: 20px 0;
}
.page_header_img {
	width: 310px;
	height: 310px;
	border-radius: 50%;
	border: 3px solid #e0e0e0;
	position: absolute;
    right: 5%;
    top: 150px;
}
.what_we_do {
	background: url(../images/what-we-do.jpg) no-repeat #fff center center;
}
.what_you_get {
	background: url(../images/what-you-get.jpg) no-repeat #fff center center;
}
.page_top_content {
	width: 70%;
}
.page_top_content p{
	margin: 10px 0;
}
.page_bottom_content ul {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}
.page_bottom_content ul li {
	width: 46%;
	float: left;
	margin-right: 2%;
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(../images/star-list.png) no-repeat left center;
}
.page_bottom_content p {
	margin: 10px 0;
}
.page_features img {
	float: left;
	margin-right: 20px;
	width: 170px;
}
.page_features p{
	margin: 10px 0;
}
.page_features .title {
	font-size: 18px;
	text-transform: uppercase;
	color: #fb6404;
}
.feature_band {
	background: #f5f5f5;
	padding: 20px 0;
    margin: 20px 0;
}
.pricing_container {
	width: 29.5%;
	margin-right: 5%;
	border: 1px solid #414042;
	overflow: auto;
	text-align: center;
	float: left;
}
.pricing_container:last-child {
	margin-right: 0;
}
.highlight {
	
}
.pricing_container h1 {
	background: #414042;
	color: #fff;
	padding: 4px 0;
	margin-bottom: 10px;
}
.pricing_container .annual {
	font-weight: 300;
}
.pricing_container .per_doc {
	font-weight: 300;
	margin-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}
.pricing_container .price {
	font-size: 32px;
	font-family: 'PT Serif', serif;
	color: #008000;
	margin-top: 10px;
}
.pricing_container a {
	text-decoration: none;
	color: #fff;
	background: #f7931d;
    padding: 4px 0;
    display: block;
    font-family: 'PT Serif', serif;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
	margin-top: 10px;
}
.special_price {
	clear: both;
	margin: 20px 0;
}
.special_price a {
	color: #231f20;
}
.required {
	display: inline-block;
	color: #ff0000;
	margin-left: 4px;
}
.email_link a{
	color: #231f20;
}
.privy_pop, .terms_pop {
	padding: 20px!important;
}
.privy_pop ul, .terms_pop ul {
	padding-left: 20px;
}
.privy_pop p, .terms_pop p {
	margin: 8px 0;
}
.sitemap {
	min-height: 400px;
}
.sitemap ul {
	padding-left: 20px;
}
.sitemap ul li {
	margin: 10px 0;
}
.sitemap a {
	color: #231f20;
	text-decoration: none;
	text-transform: capitalize;
}
.sitemap a:hover {
	text-decoration: underline;
	color: #f7931d;
}