img {
	max-width: 100%;
}
.clear {
	clear: both;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.grad-btn-small {
	margin: 10px 0px; border-radius: 5px; text-decoration: none; display: inline-block; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px;
}
.grad-btn-medium {
	margin: 10px 0px; border-radius: 5px; text-decoration: none; display: inline-block; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px;
}
.grad-btn-large {
	margin: 10px 0px; border-radius: 5px; text-decoration: none; display: inline-block; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px;
}
.grad-btn-x-large {
	margin: 10px 0px; border-radius: 5px; text-decoration: none; display: inline-block; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px;
}
.simple-btn-small {
	margin: 10px 0px; border-radius: 5px; text-decoration: none; display: inline-block; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px;
}
.simple-btn-medium {
	margin: 10px 0px; border-radius: 5px; text-decoration: none; display: inline-block; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px;
}
.simple-btn-large {
	margin: 10px 0px; border-radius: 5px; text-decoration: none; display: inline-block; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px;
}
.simple-btn-x-large {
	margin: 10px 0px; border-radius: 5px; text-decoration: none; display: inline-block; -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px;
}
.grad-btn-small {
	
}
.grad-btn-medium {
	
}
.grad-btn-large {
	
}
.grad-btn-x-large {
	
}
.grad-btn-small {
	padding: 0px 10px; height: 25px; line-height: 25px; font-size: 12px;
}
.simple-btn-small {
	padding: 0px 10px; height: 25px; line-height: 25px; font-size: 12px;
}
.grad-btn-medium {
	padding: 0px 15px; height: 35px; line-height: 35px; font-size: 15px;
}
.simple-btn-medium {
	padding: 0px 15px; height: 35px; line-height: 35px; font-size: 15px;
}
.grad-btn-large {
	padding: 0px 20px; height: 45px; line-height: 45px; font-size: 18px;
}
.simple-btn-large {
	padding: 0px 20px; height: 45px; line-height: 45px; font-size: 18px;
}
.grad-btn-x-large {
	padding: 0px 25px; height: 55px; line-height: 55px; font-size: 20px;
}
.simple-btn-x-large {
	padding: 0px 25px; height: 55px; line-height: 55px; font-size: 20px;
}
.grad-btn-small {
	background: url("../images/base/button-gradient.png") repeat-x 0px 0px;
}
.grad-btn-medium {
	background: url("../images/base/button-gradient.png") repeat-x 0px -25px;
}
.grad-btn-large {
	background: url("../images/base/button-gradient.png") repeat-x 0px -60px;
}
.grad-btn-x-large {
	background: url("../images/base/button-gradient.png") repeat-x 0px -105px;
}
.grad-btn-small:hover {
	background-image: none;
}
.grad-btn-medium:hover {
	background-image: none;
}
.grad-btn-large:hover {
	background-image: none;
}
.grad-btn-x-large:hover {
	background-image: none;
}
.simple-btn-small:hover {
	opacity: 0.85;
}
.simple-btn-medium:hover {
	opacity: 0.85;
}
.simple-btn-large:hover {
	opacity: 0.85;
}
.simple-btn-x-large:hover {
	opacity: 0.85;
}
.btn-align-right {
	float: right;
}
.btn-align-left {
	float: left;
}
.btn-align-center {
	margin: 0px auto; float: none;
}
.round-btn-dark {
	color: rgb(255, 255, 255); background-image: url("../images/base/button-dark-round-left.png");
}
.round-btn-dark span {
	background-image: url("../images/base/button-dark-round-right.png");
}
.round-btn-light {
	color: rgb(85, 85, 85); text-shadow: 0px 1px #fff; background-image: url("../images/base/button-light-round-left.png");
}
.round-btn-light span {
	background-image: url("../images/base/button-light-round-right.png");
}
.round-btn {
	background-position: left top; margin: 10px 0px; padding: 0px 0px 0px 26px; transition:none; height: 60px; line-height: 60px; font-size: 20px; background-repeat: no-repeat;
}
.round-btn span {
	background-position: right top; padding: 0px 36px 0px 10px; display: inline-block; background-repeat: no-repeat;
}
.round-btn-light:hover {
	background-position: left bottom; color: rgb(0, 0, 0);
}
.round-btn-dark:hover {
	background-position: left bottom; color: rgb(221, 221, 221);
}
.round-btn:hover span {
	background-position: right bottom;
}
.msg-box-icon {
	padding: 18px 10px 18px 50px; margin-left: 15px; display: block; background-color: transparent;
}
.msg-info {
	margin: 15px 0px !important;
}
.msg-success {
	margin: 15px 0px !important;
}
.msg-warning {
	margin: 15px 0px !important;
}
.msg-error {
	margin: 15px 0px !important;
}
.msg-about {
	margin: 15px 0px !important;
}
.msg-simple {
	margin: 15px 0px !important;
}
.msg-custom {
	margin: 15px 0px !important;
}
pre {
	margin: 15px 0px !important;
}
.msg-info {
	background: -ms-linear-gradient(rgb(255, 255, 255), rgb(189, 229, 248)); border: 1px solid rgb(56, 174, 229); border-image: none; color: rgb(0, 82, 155);
}
.msg-info .msg-box-icon {
	background: url("../images/base/icon_info.png") no-repeat 4px 50%;
}
.msg-success {
	background: -ms-linear-gradient(rgb(255, 255, 255), rgb(223, 242, 191)); border: 1px solid rgb(160, 207, 76); border-image: none; color: rgb(79, 138, 16);
}
.msg-success .msg-box-icon {
	background: url("../images/base/icon_success.png") no-repeat 4px 50%;
}
.msg-warning {
	background: -ms-linear-gradient(rgb(255, 255, 255), rgb(254, 239, 179)); border: 1px solid rgb(229, 188, 59); border-image: none; color: rgb(159, 96, 0);
}
.msg-warning .msg-box-icon {
	background: url("../images/base/icon_warning.png") no-repeat 4px 50%;
}
.msg-error {
	background: -ms-linear-gradient(rgb(255, 255, 255), rgb(255, 186, 186)); border: 1px solid rgb(255, 120, 120); border-image: none; color: rgb(204, 0, 0);
}
.msg-error .msg-box-icon {
	background: url("../images/base/icon_error.png") no-repeat 4px 50%;
}
.msg-about {
	background: -ms-linear-gradient(rgb(255, 255, 255), rgb(236, 241, 255)); border: 1px solid rgb(201, 215, 255); border-image: none; color: rgb(78, 107, 190);
}
.msg-about .msg-box-icon {
	background: url("../images/base/icon_about.png") no-repeat 4px 50%;
}
.msg-simple {
	padding: 10px 15px; display: block;
}
.msg-custom {
	padding: 10px 15px; display: block;
}
pre {
	background: -ms-linear-gradient(rgb(255, 255, 255), rgb(239, 239, 239)); padding: 10px 15px !important; border: 1px solid rgb(153, 153, 153) !important; border-image: none !important; color: rgb(51, 51, 51); white-space: pre-wrap; -ms-word-wrap: break-word;
}
.msg-align-center {
	margin: 0px auto;
}
.msg-align-left {
	float: left;
}
.msg-align-right {
	float: right;
}
.fvch-codeblock {
	clear: both;
}
.syntaxhighlighter {
	clear: both;
}
.syntaxhighlighter .toolbar {
	display: none;
}
.fvch-codeblock {
	clear: both;
}
.full_width {
	width: 100%;
}
.one_half {
	margin-bottom: 20px; float: left; position: relative;
}
.one_third {
	margin-bottom: 20px; float: left; position: relative;
}
.two_third {
	margin-bottom: 20px; float: left; position: relative;
}
.one_fourth {
	margin-bottom: 20px; float: left; position: relative;
}
.three_fourth {
	margin-bottom: 20px; float: left; position: relative;
}
.one_fifth {
	margin-bottom: 20px; float: left; position: relative;
}
.four_fifth {
	margin-bottom: 20px; float: left; position: relative;
}
.last_column {
	clear: right; margin-right: 0px !important;
}
.one_half {
	width: 48%; margin-right: 4%;
}
.one_third {
	width: 30%; margin-right: 3%;
}
.two_third {
	width: 65%; margin-right: 3%;
}
.one_fourth {
	width: 22%; margin-right: 3%;
}
.three_fourth {
	width: 72%; margin-right: 3%;
}
.one_fifth {
	width: 18%; margin-right: 2%;
}
.topmargin15 {
	margin-top: 15px;
}
.slide_toggle {
	background: -ms-linear-gradient(rgb(255, 255, 255), rgb(239, 239, 239)); margin: 0px !important; padding: 5px 10px !important; border-radius: 10px; border: 1px solid rgb(204, 204, 204) !important; border-image: none !important; color: rgb(51, 51, 51); -webkit-border-radius: 10px; -moz-border-radius: 10px; -khtml-border-radius: 10px;
}
.slide_toggle a {
	color: rgb(52, 198, 246); text-decoration: none !important; display: block;
}
h3.slide_toggle a::before {
	border-radius: 25px; top: -2px; width: 15px; height: 15px; text-align: center; color: rgb(204, 204, 204); line-height: 13px; font-family: Tahoma; font-size: 11px; margin-right: 10px; display: inline-block; position: relative; content: "+"; background-color: rgb(53, 53, 53); -webkit-border-radius: 25px; -moz-border-radius: 25px; -khtml-border-radius: 25px;
}
h3.clicked {
	border-radius: 10px 10px 0px 0px !important; margin-bottom: 0px !important; -webkit-border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; -khtml-border-radius: 10px 10px 0 0;
}
h3.clicked a {
	color: rgb(0, 0, 0);
}
h3.clicked a::before {
	content: "-";
}
.slide_toggle_content {
	background: rgb(246, 246, 246); border-style: solid; border-color: rgb(204, 204, 204); padding: 10px; border-radius: 0px 0px 10px 10px !important; border-image: none; border-top-width: 0px !important; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; -webkit-border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px; -khtml-border-radius: 0 0 10px 10px;
}
.tabs-wrapper {
	margin-bottom: 15px;
}
.tabs-wrapper ul.tabs {
	margin: 20px 0px -1px; padding: 0px; width: 100%; float: left;
}
.tabs-wrapper ul.tabs li {
	border-width: 1px 1px 0px; border-style: solid; border-color: rgb(204, 204, 204); margin: 0px 2px 0px 0px; border-image: none; float: left; display: block; background-color: rgb(239, 239, 239);
}
.tabs-wrapper ul.tabs li a {
	padding: 5px 20px; color: rgb(52, 198, 246); overflow: hidden; text-decoration: none; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; float: left; display: block; cursor: pointer;
}
.tabs-wrapper ul.tabs li a.selected {
	background: rgb(255, 255, 255); color: rgb(0, 0, 0); border-bottom-color: rgb(255, 255, 255);
}
.tabs-wrapper .tab-content {
	background: rgb(255, 255, 255); padding: 10px; border: 1px solid rgb(204, 204, 204); border-image: none; clear: both;
}
.js_on .tabs-wrapper .tab-content {
	margin-bottom: 15px; display: none;
}
.tabs-wrapper .tab-content .tabs-inner-padding {
	padding: 10px;
}
.accordion-box {
	border-radius: 5px; border: 1px solid rgb(204, 204, 204); border-image: none; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
.accordion-box h2 {
	margin: 0px; padding: 15px 15px 15px 20px !important; text-align: left; color: rgb(117, 117, 117); font-size: 16px !important; cursor: pointer;
}
.acc-content {
	padding: 20px;
}
.accordion-wrapper {
	padding-bottom: 15px;
}
h3.accordion-toggle {
	background: url("../images/base/accordian-title.png") no-repeat 0px 0px !important; margin: 0px 0px 1px; padding: 0px; width: 100%; height: 46px; line-height: 46px; font-weight: normal; border-top-color: rgb(238, 238, 238); border-top-width: 1px; border-top-style: solid; float: left; cursor: pointer;
}
h3.accordion-toggle a {
	padding: 12px 0px 12px 50px; border: 0px currentColor; border-image: none; line-height: 1.3; font-family: Arial !important; font-size: 18px !important; text-decoration: none; display: block;
}
h3.active.accordion-toggle {
	background-position: left bottom;
}
.accordion-container {
	background: url("../images/base/accordian-content-bg.png") 0px 0px; margin: 0px 0px 1px; padding: 0px; width: 100%; overflow: hidden; clear: both;
}
.accordion-container .content-block {
	padding: 20px;
}
.accordion-box h2::before {
	top: -2px; width: 20px; height: 20px; text-align: center; color: rgb(204, 204, 204); line-height: 20px; font-family: Tahoma; font-size: 11px; margin-right: 10px; display: inline-block; position: relative; content: "+"; background-color: rgb(53, 53, 53);
}
.accordion-box h2.active {
	border-radius: 10px 10px 0px 0px !important; margin-bottom: 0px !important; -webkit-border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; -khtml-border-radius: 10px 10px 0 0;
}
.accordion-box h2.active {
	color: rgb(0, 0, 0);
}
.accordion-box h2.active::before {
	content: "-";
}
ul.list-1 {
	margin: 5px 0px 5px -5px; overflow: hidden; position: relative;
}
ul.list-2 {
	margin: 5px 0px 5px -5px; overflow: hidden; position: relative;
}
ul.list-3 {
	margin: 5px 0px 5px -5px; overflow: hidden; position: relative;
}
ul.list-4 {
	margin: 5px 0px 5px -5px; overflow: hidden; position: relative;
}
ul.list-5 {
	margin: 5px 0px 5px -5px; overflow: hidden; position: relative;
}
ul.list-6 {
	margin: 5px 0px 5px -5px; overflow: hidden; position: relative;
}
ul.list-7 {
	margin: 5px 0px 5px -5px; overflow: hidden; position: relative;
}
ul.list-8 {
	margin: 5px 0px 5px -5px; overflow: hidden; position: relative;
}
ul.list-9 {
	margin: 5px 0px 5px -5px; overflow: hidden; position: relative;
}
ul.list-10 {
	margin: 5px 0px 5px -5px; overflow: hidden; position: relative;
}
ul.list-1 ul {
	margin-left: 0px;
}
ul.list-2 ul {
	margin-left: 0px;
}
ul.list-3 ul {
	margin-left: 0px;
}
ul.list-4 ul {
	margin-left: 0px;
}
ul.list-5 ul {
	margin-left: 0px;
}
ul.list-6 ul {
	margin-left: 0px;
}
ul.list-7 ul {
	margin-left: 0px;
}
ul.list-8 ul {
	margin-left: 0px;
}
ul.list-9 ul {
	margin-left: 0px;
}
ul.list-10 ul {
	margin-left: 0px;
}
ul.list-1 li {
	list-style: none; padding-bottom: 2px !important; padding-left: 25px !important; margin-bottom: 2px !important; margin-left: 0px; background-repeat: no-repeat; background-color: transparent;
}
ul.list-2 li {
	list-style: none; padding-bottom: 2px !important; padding-left: 25px !important; margin-bottom: 2px !important; margin-left: 0px; background-repeat: no-repeat; background-color: transparent;
}
ul.list-3 li {
	list-style: none; padding-bottom: 2px !important; padding-left: 25px !important; margin-bottom: 2px !important; margin-left: 0px; background-repeat: no-repeat; background-color: transparent;
}
ul.list-4 li {
	list-style: none; padding-bottom: 2px !important; padding-left: 25px !important; margin-bottom: 2px !important; margin-left: 0px; background-repeat: no-repeat; background-color: transparent;
}
ul.list-5 li {
	list-style: none; padding-bottom: 2px !important; padding-left: 25px !important; margin-bottom: 2px !important; margin-left: 0px; background-repeat: no-repeat; background-color: transparent;
}
ul.list-6 li {
	list-style: none; padding-bottom: 2px !important; padding-left: 25px !important; margin-bottom: 2px !important; margin-left: 0px; background-repeat: no-repeat; background-color: transparent;
}
ul.list-7 li {
	list-style: none; padding-bottom: 2px !important; padding-left: 25px !important; margin-bottom: 2px !important; margin-left: 0px; background-repeat: no-repeat; background-color: transparent;
}
ul.list-8 li {
	list-style: none; padding-bottom: 2px !important; padding-left: 25px !important; margin-bottom: 2px !important; margin-left: 0px; background-repeat: no-repeat; background-color: transparent;
}
ul.list-9 li {
	list-style: none; padding-bottom: 2px !important; padding-left: 25px !important; margin-bottom: 2px !important; margin-left: 0px; background-repeat: no-repeat; background-color: transparent;
}
ul.list-10 li {
	list-style: none; padding-bottom: 2px !important; padding-left: 25px !important; margin-bottom: 2px !important; margin-left: 0px; background-repeat: no-repeat; background-color: transparent;
}
ul.list-1 li {
	background-position: 2px 7px; background-image: url("../images/base/bullet-1.png");
}
ul.list-2 li {
	background-position: 3px 7px; background-image: url("../images/base/bullet-2.png");
}
ul.list-3 li {
	background-position: 4px 7px; background-image: url("../images/base/bullet-3.png");
}
ul.list-4 li {
	background-position: 3px 3px; background-image: url("../images/base/bullet-4.png");
}
ul.list-5 li {
	background-position: 3px 3px; background-image: url("../images/base/bullet-5.png");
}
ul.list-6 li {
	background-position: 4px 3px; background-image: url("../images/base/bullet-6.png");
}
ul.list-7 li {
	background-position: 3px 3px; background-image: url("../images/base/bullet-7.png");
}
ul.list-8 li {
	background-position: 4px 3px; background-image: url("../images/base/bullet-8.png");
}
ul.list-9 li {
	background-position: 3px 4px; background-image: url("../images/base/bullet-9.png");
}
ul.list-10 li {
	background-position: 4px 4px; background-image: url("../images/base/bullet-10.png");
}
.dropcap {
	margin: 5px 8px 0px 0px; line-height: 36px; font-size: 42px; float: left; display: block;
}
.linktotop {
	text-align: right; color: rgb(102, 102, 102); font-size: 11px;
}
.linktotop a {
	text-decoration: none;
}
blockquote {
	background: url("../images/base/icon_quote.png") no-repeat 20px 22px; padding: 15px 15px 15px 60px !important; color: rgb(136, 136, 136); line-height: 1.5; font-size: 14px; font-style: italic;
}
cite {
	font-style: normal;
}
.testimonial-pager {
	padding: 20px 0px 10px; text-align: center;
}
.testimonial-pager a {
	background: url("../images/base/testimonial_nav.png") no-repeat top; margin: 0px 2px; width: 12px; height: 12px; overflow: hidden; font-size: 0px; display: inline-block;
}
.testimonial-pager a:hover {
	background-position: bottom;
}
.testimonial-pager a.activeSlide {
	background-position: bottom;
}
.postmeta {
	padding: 10px 0px; color: rgb(153, 153, 153);
}
.entry-meta {
	padding: 10px 0px; color: rgb(153, 153, 153);
}
footer.entry-meta {
	
}
.breadcrumbs {
	padding: 10px 0px; margin-bottom: 0px;
}
ol.commentlist {
	list-style: none;
}
#commentform p {
	margin: 5px 0px;
}
#commentform label {
	display: block;
}
#commentform input#email {
	padding: 5px 2%; border: 1px solid rgb(204, 204, 204); border-image: none; max-width: 96%;
}
#commentform input#url {
	padding: 5px 2%; border: 1px solid rgb(204, 204, 204); border-image: none; max-width: 96%;
}
#commentform input#author {
	padding: 5px 2%; border: 1px solid rgb(204, 204, 204); border-image: none; max-width: 96%;
}
#commentform textarea {
	padding: 5px 2%; border: 1px solid rgb(204, 204, 204); border-image: none; max-width: 96%;
}
#commentform input#eazycfc_captcha {
	padding: 5px 2%; border: 1px solid rgb(204, 204, 204); border-image: none; max-width: 96%;
}
#commentform input#submit {
	background: rgb(52, 198, 246); padding: 8px 15px; border-radius: 2px; border: currentColor; border-image: none; color: rgb(255, 255, 255); display: inline-block; cursor: pointer; -webkit-border-radius: 2px; -moz-border-radius: 2px;
}
#commentform input#submit:hover {
	background: rgb(238, 238, 238); color: rgb(52, 198, 246);
}
.form-allowed-tags {
	display: none;
}
ul.errormsg {
	background: rgb(255, 228, 228);
}
ul.errormsg li {
	padding: 5px;
}
.entry-content table {
	margin: 10px 0px; border-collapse: collapse;
}
.comment-body table {
	margin: 10px 0px; border-collapse: collapse;
}
.entry-content table td {
	padding: 10px 5px; text-align: left;
}
.entry-content table th {
	padding: 10px 5px; text-align: left;
}
.comment-body table td {
	padding: 10px 5px; text-align: left;
}
.comment-body table th {
	padding: 10px 5px; text-align: left;
}
.entry-content table th {
	font: 18px/normal Oswald; color: rgb(103, 103, 103); border-bottom-color: rgb(136, 136, 136); border-bottom-width: 1px; border-bottom-style: solid; font-size-adjust: none; font-stretch: normal;
}
.comment-body table th {
	font: 18px/normal Oswald; color: rgb(103, 103, 103); border-bottom-color: rgb(136, 136, 136); border-bottom-width: 1px; border-bottom-style: solid; font-size-adjust: none; font-stretch: normal;
}
.entry-content table td {
	border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid;
}
.comment-body table td {
	border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid;
}
.fvch-codeblock:hover .comment-form-url {
	display: block !important;
}
.vcard.comment-author {
	margin-right: 15px; float: left; display: inline-block;
}
.comment-list ul.children li.comment {
	padding-left: 15px; background-image: none;
}
.hrule {
	padding-bottom: 15px; margin-top: 15px; border-top-color: rgb(153, 153, 153); border-top-width: 1px; border-top-style: dotted;
}
