/*
Theme Name: KingdomVision
Theme URI: -
Description: KingdomVision Wordpress Theme
Version: 1.12
Author: Kingdom Vision
Author URI: http://kingdom-vision.com
*/
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
}
blockquote, q {
	quotes: none;
}
 blockquote:before, blockquote:after, 374 q:before, q:after {
 content: '';
 content: none;
}
table {
	border-spacing: 0;
	border: 1px solid;
	width: 100%;
}
tr th {
	border-bottom: 1px solid;
	text-align: left;
}
tr th, tr td {
	padding: 9px 20px;
	border-right: 1px solid;
}
tr th:last-child, tr td:last-child {
	border-right: 0px;
}
table th {
	font-weight: bold;
}
/* #Basic Styles



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



body {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	color: #666;
	-webkit-text-size-adjust: 100%;
	line-height: 18.5px;
}
html {
	min-height: 100%;
}
/* #Typography



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



h1, h2, h3, h4, h5, h6 {
	color: #181818;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	margin-bottom: 15px;
}
h2 {
	margin-bottom: 15px;
}
h3 {
	margin-bottom: 15px;
}
h4 {
	margin-bottom: 15px;
}
h5 {
	margin-bottom: 15px;
}
h6 {
	margin-bottom: 15px;
}
.subheader {
	color: #777;
}
p {
	margin: 0 0 20px 0;
}
p img {
	margin: 0;
}
p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
small {
	font-size: 80%;
}
i.fa {
	font-family: 'FontAwesome';
}
/*	Blockquotes  */



blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a {
	color: #555;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
/* #Links



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



a {
	color: inherit;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: inherit;
}
p a {
	line-height: inherit;
}
/* #Lists



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



ul, ol {
}
ul {
}
ol {
	list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc, ul {
	margin-left: 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 4px 0 5px 30px;
}
/*



	ul ul li, ul ol li,



	ol ol li, ol ul li { margin-bottom: 6px; }



	*/



li {
	line-height: 18px;
}
ul.large li {
	line-height: 21px;
}
li p {
	line-height: 21px;
}
/* #Images



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



img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
img {
	display: block;
}
iframe {
	display: block;
}
/* #Buttons



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



a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	height: 29px;
	line-height: 26px;
	padding: 1px 12px 0px 12px;
	display: inline-block;
	background: url('images/gradient-top4-32px.png') repeat-x;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background-image: url('images/gradient-bottom4-32px.png');
}
.button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}
a.gdl-button {
	height: 26px;
	line-height: 26px;
	padding: 1px 12px 0px 12px;
	display: inline-block;
	background: url('images/gradient-top4-32px.png') repeat-x;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.gdl-button:hover {
	background-image: url('images/gradient-bottom4-32px.png');
}
.gdl-image-frame {
	padding: 4px;
	display: inline-block;
}
/* #Tabs (activate in tabs.js)



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



ul.tabs {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	border-bottom: solid 1px;
}
ul.tabs li {
	display: block;
	width: auto;
	height: 30px;
	padding: 0;
	float: left;
	margin-bottom: 0;
}
ul.tabs li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 29px;
	padding: 0px 20px;
	line-height: 30px;
	border: solid 1px;
	border-width: 1px 1px 0 0;
	margin: 0;
	cursor: pointer;
	background: #f5f5f5;
	font-size: 13px;
}
ul.tabs li a.active {
	background: #fff;
	height: 30px;
	position: relative;
	top: -4px;
	padding-top: 4px;
	border-left-width: 1px;
	margin: 0 0 0 -1px;
	color: #111;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}
ul.tabs li:first-child a.active {
	margin-left: 0;
}
ul.tabs li:first-child a {
	border-width: 1px 1px 0 1px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
}
ul.tabs li:last-child a {
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}
ul.tabs-content {
	margin: 0 0 20px;
	display: block;
	list-style: none;
}
ul.tabs-content > li {
	display: none;
}
ul.tabs-content > li.active {
	display: block;
}
/* Clearfixing tabs for beautiful stacking */



ul.tabs:before, ul.tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
ul.tabs:after {
	clear: both;
}
ul.tabs {
	zoom: 1;
}
/* #Forms



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







form {
	margin-bottom: 20px;
}
fieldset {
	margin-bottom: 20px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px 'Open Sans', sans-serif;
	color: #777;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff;
}
select {
	padding: 0;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
textarea {
	min-height: 60px;
}
label, legend {
	display: block;
}
select {
	width: 220px;
}
input[type="checkbox"] {
	display: inline;
}
label span, legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}
/* #Custom Tag



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



.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor {
	max-width: 100% !important;
}
.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.aligncenter {
	margin: 0 auto 0;
}
.shortcode-image-left {
	margin-right: 12px;
}
.shortcode-imarg-right {
	margin-left: 12px;
}
br.clear {
	clear: both;
	height: 0px;
	display: block;
}
.display-none {
	display: none;
}
.overflow-hidden {
	position: relative;
	overflow: hidden;
}
.mt0 {
	margin-top: 0px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.ml0 {
	margin-left: 0px !important;
}
.mr0 {
	margin-right: 0px !important;
}
.pt25 {
	padding-top: 25px !important;
}
/*disable blank space*/



cufon[alt=" "] {
	display: none !important;
}
/* #Theme Style



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



div.body-wrapper {
}
div#custom-full-background {
	position: fixed;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
}
div#custom-full-background img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}
.preloader {
	display: block;
	background: url(images/loading.gif) center center no-repeat;
}
/*--- Header ---*/



div.header-wrapper {
	position: relative;
	float: left;
	width: 100%;
}
div.logo-wrapper {
	float: left;
	margin: 11px 0 !important;
}
div.logo-wrapper img {
	display: inline-block;
}
div.navigation-wrapper {
	float: right;
}
div.social-wrapper {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 12px 10px;
}
div.social-icon img {
	display: inline-block;
}
div.social-icon {
	float: left;
	text-align: center;
	margin-right: 13px;
	opacity: 0.35;
	filter: alpha(opacity=35);
	cursor: pointer;
}
/*--- Navigation ---*/



div.navigation-wrapper {
	font-size: 16px;
	text-align: center;
	margin: 30px 0px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif !important;
}
div.navigation-wrapper ul li {
	padding: 0;
}
div.navigation-wrapper ul li a {
	padding: 5px 15px;
}
div.navigation-wrapper ul li.current-menu-item a, div.navigation-wrapper ul li a:hover {
	background: #334489;
	color: #fff !important;
	border-radius: 5px;
}
.navigation-wrapper .sf-menu .current-menu-ancestor a, .navigation-wrapper .sf-menu .current-menu-item a {
	font-weight: normal;
}
.navigation-wrapper .sf-menu .current-menu-ancestor li a, .navigation-wrapper .sf-menu ul .current-menu-item a {
	font-weight: normal;
}
div.navigation-wrapper ul li ul li {
	font-weight: normal;
}
div.responsive-menu-wrapper {
	display: none;
}
div.responsive-menu-wrapper select {
	width: 100%;
	height: 30px;
	margin-bottom: 15px;
}
div#main-superfish-wrapper {
	margin-left: 10px;
}
/*--- Content ---*/



div.content-wrapper {
	position: relative;
	float: left;
	width: 100%;
	border-top: 1px solid #c4cce6;
}
/*--- Page ---*/



div.gdl-page-title-wrapper {
	padding: 11px 0 11px;
	position: relative;
	background: none !important;
}
div.gdl-page-title-left-bar {
	width: 3px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
}
h1.gdl-page-title {
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	float: left;
	margin: 0 10px 0 0;
}
div.gdl-page-caption {
	padding-top: 1px;
	line-height: 18px;
	font-size: 13px;
}
div.gdl-page-content {
	margin-top: 0px;
}
div.pagination {
	margin: 0 0 40px 0;
	position: relative;
	z-index: 99;
	text-align: center;
	font-size: 18px;
	padding: 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
div.pagination a, div.pagination span {
	padding-left: 12px;
	padding-right: 12px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	text-align: center;
	border: 1px solid;
	border-right: 0px;
	border-color: inherit;
	color: inherit;
}
div.pagination a:last-child, div.pagination span:last-child {
	border-right: 1px solid;
	border-color: inherit;
}
div.pagination a:hover {
	background: none;
	color: inherit;
}
div.pagination span {
}
/*--- Sidebar ---*/



div.gdl-left-sidebar {
	float: left;
}
div.gdl-right-sidebar {
	float: left;
}
div.gdl-page-item {
	float: right;
	padding-top: 0px;
	margin-bottom: 10px;
	width: 100%;
}
div.gdl-page-float-left {
	float: left;
	width: 100%;
}
div.custom-sidebar {
	border-color: inherit;
	margin-bottom: 35px;
	clear: both;
}
div.custom-sidebar div {
	border-color: inherit;
}
div.custom-sidebar ul {
	list-style: none;
	margin-left: 0px;
	border-color: inherit;
}
div.custom-sidebar ul li {
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid;
	border-color: inherit;
}
div.custom-sidebar ul li {
	padding-left: 15px;
	background-position: 0px 4px;
}
div.custom-sidebar ul li li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
div.custom-sidebar #recentcomments a {
	background: none;
}
div.custom-sidebar #twitter_update_list {
	font-family: 'Droid Serif';
	font-style: italic;
}
div.custom-sidebar #twitter_update_list li {
	background: none;
	padding-left: 0px;
}
div.custom-sidebar #twitter_update_list li span {
	display: inline-block;
}
div.custom-sidebar #twitter_update_list li span a {
	margin-top: 0px;
	margin-right: 6px;
	padding-left: 2px;
	display: inline-block;
}
div.custom-sidebar #twitter_update_list li a {
	display: table;
	margin-top: 10px;
	float: none;
	clear: both;
}
/*--- Custom Widget ---*/



div.custom-sidebar .textwidget {
}
div.custom-sidebar .gdl-recent-post-widget {
	border-color: inherit;
}
div.custom-sidebar .recent-post-widget {
	padding-top: 13px;
	padding-bottom: 5px;
	border-bottom: 0px solid;
	border-color: inherit;
}
div.custom-sidebar .recent-post-widget-thumbnail {
	background-color: #f3f3f3;
	padding: 4px;
	margin-right: 12px;
	border: 1px solid #fff;
	float: left;
}
div.custom-sidebar .recent-post-widget-context {
	overflow: hidden;
	margin-top: 2px;
}
div.custom-sidebar .recent-post-widget-date {
	margin-top: 4px;
	height: 16px;
	line-height: 19px;
	font-family: 'Droid Serif';
	font-style: italic;
	background-position: 0px 0px;
	padding-left: 22px;
}
div.custom-sidebar .recent-post-widget-comment-num {
	margin-top: 4px;
	height: 16px;
	line-height: 19px;
	font-family: 'Droid Serif';
	font-style: italic;
	background-position: 0px 0px;
	padding-left: 22px;
}
div.custom-sidebar .twitter-whole {
	border-color: inherit;
}
div.custom-sidebar .twitter-whole ul li a {
	background: none;
	padding: 0px;
}
div.custom-sidebar .flickr-widget {
	margin-top: 5px;
	display: inline-block;
}
div.custom-sidebar .flickr_badge_image {
	margin: 10px 10px 0px 0px;
	float: left;
	width: 56px;
	height: 56px;
}
div.custom-sidebar .flickr-widget img {
	width: 56px;
	height: 56px;
}
div.custom-sidebar .contact-widget-whole ol {
	list-style: none;
	margin-left: 0px;
	margin-top: 15px;
}
div.custom-sidebar .contact-widget-whole ol li {
	margin-right: 10px;
}
div.custom-sidebar .contact-widget-whole input, div.custom-sidebar .contact-widget-whole textarea {
	margin-bottom: 16px;
}
div.custom-sidebar .screenReader {
	display: none;
}
div.custom-sidebar .gdl-recent-port-widget {
	margin-top: 5px;
}
div.custom-sidebar .recent-port-widget {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
/* Sidebar right/left */



div.sidebar-title-wrapper-line {
	height: 0px;
	border-bottom: 1px solid;
	overflow: hidden;
	position: relative;
	top: 9px;
	display: none !important;
}
div.left-sidebar-wrapper, div.right-sidebar-wrapper {
	padding-top: 30px;
}
div.right-sidebar-wrapper .custom-sidebar-title, div.left-sidebar-wrapper .custom-sidebar-title, div.sitemap .custom-sidebar-title {
	line-height: 18px;
	padding: 0px;
	margin-bottom: 5px;
	margin-right: 15px;
	font-size: 13px;
	font-weight: bold;
	border-color: inherit;
	float: left;
}
/* Tag Cloud*/



.tagcloud {
	border-color: inherit;
	display: inline-block;
}
.tagcloud a {
	font-size: 12px !important;
	display: block;
	float: left;
	padding: 3px 8px 3px 8px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid;
	border-color: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* Calendar */



#calendar_wrap {
	border-color: inherit;
}
#wp-calendar {
	width: 100%;
	border-color: inherit;
	border-width: 0px;
}
#wp-calendar caption {
	font-size: 13px;
	font-weight: bold;
	margin: 5px auto 15px;
	padding-bottom: 6px;
	border-bottom: 0px;
	border-color: inherit;
}
#wp-calendar td {
	padding: 4px;
	text-align: center;
	border-right: 0px;
}
#wp-calendar th {
	padding: 0px;
	text-align: center;
	border-right: 0px;
	border-bottom: 0px;
	background: transparent;
}
/* search widget */



div.custom-sidebar #searchsubmit {
	position: absolute;
	height: 27px;
	top: 0px;
	right: 2px;
	cursor: pointer;
	width: 28px;
	border: 0px;
	border-image: initial;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.custom-sidebar #search-text {
	margin-right: 10px;
}
div.custom-sidebar #searchform {
	position: relative;
	margin-top: 10px;
	margin-bottom: 0;
	width: 96%;
	margin-left: 5px;
}
div.custom-sidebar #search-text input[type="text"] {
	margin-bottom: 0;
	width: 100%;
}
div.custom-sidebar #searchform br.clear {
	display: none;
}
/* contact form */



div.custom-sidebar label, legend {
	font-weight: bold;
	margin-bottom: 7px;
}
div.custom-sidebar .error {
	font-family: 'Droid Serif';
	font-style: italic;
	margin-bottom: 15px;
}
div.custom-sidebar #contactForm input, div.custom-sidebar #contactForm textarea {
	width: 100%;
}
/*--- Footer ---*/



div.footer-wrapper {
	float: left;
	width: 100%;
}
div.footer-wrapper .container {
	background: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.footer-widget-wrapper {
	padding-top: 35px;
}
div.footer-widget-wrapper .custom-sidebar {
}
div.footer-widget-wrapper .custom-sidebar-title {
	font-size: 16px;
	margin-bottom: 10px;
}
div.footer-widget-wrapper .custom-sidebar #searchform {
	margin-top: 15px;
	margin-bottom: 0;
	width: 100%;
	margin-left: 0px;
}
.footer-wrapper h3.custom-sidebar-title {
	color: #6d88f8 !important;
	font-weight: 600;
	font-size: 24px;
	position: relative;
	padding-left: 20px;
	margin-bottom: 40px;
}
.footer-wrapper h3.custom-sidebar-title:after {
	position: absolute;
	height: 20px;
	top: 0;
	width: 4px;
	background: #fff;
	left: 0;
	content: "";
}
.ft-1 {
	width: 38% !important;
	margin: 0 !important;
}
.ft-1 .widget_nav_menu ul li {
	font-size: 15px;
	float: left;
	width: 44%;
}
.ft-2 {
	width: 60% !important;
	margin: 0 0 0 23px !important;
}
.ft-2 .widget_nav_menu ul li {
	font-size: 15px;
	float: left;
	width: 45%;
}
.ft-3 {
	width: 100% !important;
	margin: 50px 0 0 0 !important;
}
.ft-3 .widget_sp_image {
	float: left;
	margin-right: 20px;
}
.ft-3 .widget_black_studio_tinymce {
	float: left;
	width: 77%;
	clear: none;
}
.ft-3 .widget_black_studio_tinymce .textwidget {
	font-size: 16px;
}
.ft-3 .widget_black_studio_tinymce ul.cnss-social-icon {
	margin-top: 20px;
}
.ft-3 .widget_black_studio_tinymce ul.cnss-social-icon li {
	float: left !important;
	background: none !important;
	padding-left: 10px !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
.ft-3 .widget_black_studio_tinymce ul.cnss-social-icon li:first-child {
	padding-left: 0 !important;
}
.footer-wrapper .widget_nav_menu ul li:nth-child(odd) {
	margin-right: 15px;
}
.copyright-wrapper {
	padding: 20px 0 !important;
}
.copyright-wrapper p {
	font-size: 16px !important;
	font-weight: 500 !important;
	margin: 0;
}
.copyright-wrapper p a {
	color: #29335d;
}
.copyright-wrapper .left {
	float: left;
	margin: 0;
}
.copyright-wrapper .right {
	float: right;
	margin: 0;
	clear: none;
}
/* Footer custom widget*/



div.footer-wrapper div.contact-form-wrapper input[type="text"], div.footer-wrapper div.contact-form-wrapper input[type="password"], div.footer-wrapper div.contact-form-wrapper textarea, div.footer-wrapper div.custom-sidebar #search-text input[type="text"], div.footer-wrapper div.custom-sidebar .contact-widget-whole input, div.footer-wrapper div.custom-sidebar .contact-widget-whole textarea {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.footer-wrapper a.button, div.footer-wrapper button {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0 !important;
	background: #222 !important;
}
div.footer-wrapper #wp-calendar caption {
	font-size: 15px;
	border: none;
	margin-bottom: 15px;
}
div.footer-wrapper div.custom-sidebar .recent-post-widget-thumbnail {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*--- Copyright ---*/



div.copyright-wrapper {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
div.copyright-left {
	text-align: left;
	float: left;
	margin-left: 20px;
}
div.copyright-right {
	text-align: right;
	float: right;
	margin-right: 20px;
}
div.copyright-wrapper .statcounter-set{
	margin:0;
	clear:none;
	}
/*--- Comments ---*/



div.comment-wrapper {
	margin-top: 0;
}
div.comment-wrapper .comment-title {
	font-size: 18px;
}
div.comment-wrapper .comment-form-comment {
	margin-right: 40px;
}
div.comment-wrapper #reply-title {
	font-size: 18px;
	margin-bottom: 15px;
}
div.comment-wrapper input[type="text"], input[type="password"] {
	width: 320px;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 10px;
	margin: 5px 5px 25px;
	line-height: 20px;
}
div.comment-wrapper textarea {
	height: 165px;
	width: 590px;
	margin: 5px 5px 25px;
	padding: 10px;
	max-width: 100%;
	line-height: 20px;
}
div.comment-wrapper .comment-form-captcha img {
	float: left;
	margin-right: 20px;
	margin-top: 1px;
}
div.comment-wrapper .comment-form-author input, div.comment-wrapper .comment-form-email input, div.comment-wrapper .comment-form-url input {
	float: left;
}
div.comment-wrapper .comment-form-captcha input {
	float: left;
	width: 205px;
}
div.comment-wrapper .comment-form-author label, div.comment-wrapper .comment-form-email label, div.comment-wrapper .comment-form-url label, div.comment-wrapper .comment-form-captcha label {
	float: left;
	line-height: 32px;
	margin: 5px 0px 0px 10px;
}
div.comment-wrapper .comment-form-author span, div.comment-wrapper .comment-form-email span, div.comment-wrapper .comment-form-url span, div.comment-wrapper .comment-form-captcha span {
	float: left;
	line-height: 32px;
	margin-left: 2px;
}
ol.comment-list {
	margin: 0px;
	list-style: none;
}
ol.comment-list .comment-body {
	border-bottom: 1px solid;
	margin-top: 22px;
	padding-bottom: 22px;
}
ol.comment-list ul {
	margin: 0px 0px 0px 30px;
	list-style: none;
}
div.comment-avartar {
	float: left;
}
div.comment-context {
	margin-left: 80px;
}
span.comment-author {
	margin-right: 5px;
	font-size: 16px;
}
span.comment-date {
	margin-right: 5px;
	font-style: italic;
	font-family: 'Droid Serif';
	font-size: 11px;
}
span.comment-time {
	margin-right: 5px;
	font-style: italic;
}
div.comment-content {
	margin-top: 7px;
}
div.comment-wrapper #respond {
	margin-top: 10px;
}
/* Slider */



div.slider-wrapper {
	position: relative;
	overflow: hidden;
	padding-bottom: 14px;
}
div.slider-bottom-gimmick {
	height: 5px;
	width: 100%;
}
div.slider-top-shadow {
	height: 6px;
	width: 100%;
	position: absolute;
	top: -1px;
	z-index: 100;
	background: url('images/gradient-vertical-6px.png');
}
div.slider-bottom-shadow {
	height: 6px;
	width: 100%;
	position: absolute;
	bottom: 4px;
	z-index: 100;
	background: url('images/gradient-vertical-6px.png') 0px 6px;
}
div.gdl-slider-title {
	margin-left: -2px;
	padding-bottom: 14px;
	font-size: 26px;
	line-height: 30px;
}
div.slider-title-bar {
	width: 16px;
	border-bottom: 1px solid #8e8e8e;
	margin-bottom: 14px;
}
/* Accordion */



ul.gdl-accordion {
	list-style: none;
	margin-left: 0px;
}
ul.gdl-accordion li {
	list-style: none;
	border-bottom: 1px solid;
	margin-bottom: 15px;
	overflow: hidden;
}
h2.accordion-head {
	padding: 0px 0px 15px 0px;
	margin-bottom: 0px;
	line-height: 21px;
	font-size: 16px;
	cursor: pointer;
}
div.accordion-content {
	padding: 0px 0px 20px 37px;
	overflow: hidden;
}
span.accordion-head-image {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 13px;
	cursor: pointer;
	display: block;
}
div.accordion-head p {
	margin-bottom: 0px;
}
ul.gdl-accordion .accordion-content ul li {
	list-style: disc;
	border-bottom: 0px;
	margin-bottom: 5px;
}
/* Gallery */



h3.gallery-header-title {
	font-size: 18px;
	margin-bottom: 25px;
	margin-left: 10px;
}
div.gallery-thumbnail-image {
	padding: 4px;
}
/* Toggle Box */



h3.toggle-box-header-title {
	font-size: 18px;
	margin-bottom: 25px;
}
ul.gdl-toggle-box {
	margin-left: 0px;
}
ul.gdl-toggle-box li {
	list-style: none;
	border-bottom: 1px solid #ececec;
	margin-bottom: 15px;
	overflow: hidden;
}
h2.toggle-box-head {
	padding: 0px 0px 15px 0px;
	margin-bottom: 0px;
	line-height: 21px;
	font-size: 16px;
	cursor: pointer;
}
div.toggle-box-content {
	padding: 0px 0px 20px 37px;
	overflow: hidden;
}
span.toggle-box-head-image {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 13px;
	cursor: pointer;
}
div.toggle-box-head p {
	margin-bottom: 0;
}
ul.gdl-toggle-box .toggle-box-content ul li {
	list-style: inherit;
	border-bottom: 0px;
	margin-bottom: 5px;
}
/* Column Service */



div.column-service-wrapper {
	margin-right: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
}
div.column-service-image {
	float: left;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	margin: 0px 10px 0px 0px;
}
div.column-service-image img {
	vertical-align: middle;
	display: inline-block;
	line-height: 32px;
}
div.column-service-content {
	margin: 0px;
}
h2.column-service-title {
	font-size: 16px;
	line-height: 32px;
	overflow: hidden;
	margin-bottom: 0px;
	font-weight: bold;
}
div.column-service-title-wrapper {
	margin-bottom: 8px;
}
/* Stunning Text */



div.stunning-text-wrapper {
	padding: 15px;
}
h1.stunning-text-title {
	margin: 1px 20px 0px 10px;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	float: left;
}
div.stunning-text-caption {
	font-size: 17px;
	margin-top: 9px;
}
div.stunning-text-button-wrapper {
	text-align: center;
}
a.stunning-text-button {
	padding: 7px 14px;
	font-size: 13px;
	font-weight: bold;
	float: right;
	margin-left: 20px;
}
/* Testimonial */



h3.testimonial-header-title {
	font-size: 18px;
	margin-bottom: 25px;
	margin-left: 10px;
}
div.testimonial-no-header {
	padding-top: 47px
}
div.testimonial-icon {
	width: 18px;
	height: 18px;
	float: left;
	margin-top: 2px;
	margin-right: 15px;
	margin-left: 1px;
}
div.testimonial-author {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-right: 3px;
	font-weight: bold;
	font-size: 13px;
	text-align: right;
	border-bottom: 1px solid;
}
div.jcarousellite {
	overflow: hidden;
}
div.jcarousellite ul {
	width: 1000%;
	margin: 0px;
	list-style: none;
}
div.jcarousellite ul li {
	float: left;
}
div.jcarousellite-nav {
	position: absolute;
	top: 0px;
	right: 10px;
	margin-right: 3px;
}
div.jcarousellite-nav .prev {
	width: 20px;
	height: 20px;
	cursor: pointer;
	float: left;
	margin-left: 5px;
}
div.jcarousellite-nav .next {
	width: 20px;
	height: 20px;
	cursor: pointer;
	float: left;
	margin-left: 5px;
	background-position: 20px 0px;
}
/* Divider */



div.divider {
	position: relative;
	margin-top: 8px;
}
div.scroll-top {
	position: absolute;
	top: -19px;
	right: 2px;
	cursor: pointer;
	font-size: 10px;
}
/* Portfolio */



div.gdl-portfolio-title-wrapper {
	margin: 0px 10px 20px;
	padding: 11px 17px 12px;
	position: relative;
}
h3.portfolio-header-title {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
div.portfolio-view-all-project {
	font-size: 11px;
	line-height: 18px;
	font-style: italic;
	position: absolute;
	right: 20px;
	top: 12px;
}
div.portfolio-thumbnail-image {
	text-align: center;
	position: relative;
}
div.portfolio-thumbnail-image img {
	display: block;
	margin: 0px auto;
}
div.portfolio-thumbnail-video {
	text-align: center;
}
div.portfolio-thumbnail-video object {
	display: block;
	margin: 0px auto;
}
div.portfolio-thumbnail-slider {
	text-align: center;
	margin: 0px auto;
	overflow: hidden;
}
div.portfolio-thumbnail-slider .flexslider {
	display: block;
}
div.portfolio-thumbnail-slider ol.flex-control-nav {
	display: none;
}
div.portfolio-thumbnail-slider ul.flex-direction-nav .flex-prev {
	background: url('images/thumbnail-nav.png');
	width: 30px;
	height: 26px;
	background-position: 0px 1px;
	bottom: 0px;
	left: 0px;
	top: auto;
}
div.portfolio-thumbnail-slider ul.flex-direction-nav .flex-next {
	background: url('images/thumbnail-nav.png');
	width: 30px;
	height: 26px;
	background-position: 31px 1px;
	bottom: 0px;
	left: 30px;
	top: auto;
}
h2.portfolio-thumbnail-title {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 8px;
}
div.portfolio-thumbnail-context {
	padding: 0px 20px;
}
div.portfolio-thumbnail-title a {
	color: inherit;
}
div.portfolio-thumbnail-content {
	margin-top: 8px;
}
div.portfolio-bottom {
	height: 15px;
	display: block;
	clear: both;
}
span.portfolio-thumbnail-image-hover {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	background: url('images/portfolio-overlay.png');
	display: block;
}
span.portfolio-thumbnail-image-hover span {
	top: 50%;
	left: 50%;
	margin-left: -23px;
	margin-top: -23px;
	width: 46px;
	height: 46px;
	position: absolute;
	display: block;
}
span.portfolio-thumbnail-image-hover span.hover-link {
	background: url('images/image-overlay-link.png') no-repeat;
}
span.portfolio-thumbnail-image-hover span.hover-video {
	background: url('images/image-overlay-video.png') no-repeat;
}
span.portfolio-thumbnail-image-hover span.hover-zoom {
	background: url('images/image-overlay.png') no-repeat;
}
a.portfolio-read-more {
	margin-right: 12px;
	margin-top: 15px;
	float: left;
}
a.portfolio-visit-website {
	margin-top: 15px;
	float: left;
}
.portfolio-item-holder.masoned {
	overflow: hidden;
}
/* fullwidth portfolio */



div.sixteen.columns.portfolio-item {
	padding-bottom: 22px;
	border-bottom: 1px solid #ececec;
}
div.sixteen.columns.portfolio-item:last-child {
	padding-bottom: 0px;
	border: 0px;
}
div.sixteen.columns.portfolio-item .portfolio-thumbnail-image, div.sixteen.columns.portfolio-item .portfolio-thumbnail-video, div.sixteen.columns.portfolio-item .portfolio-thumbnail-slider {
	float: left;
	width: 620px;
}
div.sixteen.columns.portfolio-item .portfolio-thumbnail-context {
	padding-left: 20px;
	float: none;
	overflow: hidden;
}
div.sixteen.columns.portfolio-item .portfolio-thumbnail-title {
	font-size: 18px;
	margin-top: 12px;
}
div.sixteen.columns.portfolio-item .portfolio-thumbnail-content {
	margin-top: 12px;
}
div.sixteen.columns.portfolio-item a.portfolio-read-more {
	margin-top: 22px;
}
div.sixteen.columns.portfolio-item a.portfolio-visit-website {
	margin-top: 22px;
}
div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-image, div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-video, div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-slider {
	float: left;
	width: 320px;
}
div.sidebar-included div.sixteen.columns.portfolio-item .portfolio-thumbnail-context {
	padding-left: 20px;
	margin-right: 10px;
}
div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-image, div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-video, div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-slider {
	float: left;
	width: 180px;
}
div.both-sidebar-included div.sixteen.columns.portfolio-item .portfolio-thumbnail-context {
	padding-left: 20px;
	margin-right: 10px;
}
ul#portfolio-item-filter {
	margin: 0px 5px;
	list-style: none;
}
ul#portfolio-item-filter li {
	float: left;
	margin: 7px 2px 25px 5px;
}
ul#portfolio-item-filter li a {
	font-size: 13px;
}
ul#portfolio-item-filter li span {
	margin-left: 5px;
}
ul#portfolio-item-filter li:last-child span {
	display: none;
}
/* Single */



h1.single-thumbnail-title {
	margin-top: 40px;
	padding-bottom: 18px;
	font-size: 21px;
	margin-bottom: 0;
}
h1.single-thumbnail-title a {
	color: inherit;
}
div.single-thumbnail-info {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	float: left;
	width: 100%;
	margin-right: 0;
	background: #e2e2e2;
	padding: 8px 0;
	border-radius: 5px;
	margin-bottom: 30px;
	text-indent: 15px;
	font-weight: 600;
}
span.single-info-content {
	color: #2d3f8b;
}
div.single-info-inner-wrapper {
	margin-bottom: 0;
	float: left;
	margin-right: 10px;
}
span.single-info-header {
	font-style: italic;
	margin-right: 2px;
}
div.single-context {
}
div.single-port-content {
	margin-bottom: 20px;
}
div.both-sidebar-included .single-thumbnail-info {
	margin-right: 0px;
	float: none;
	width: auto;
}
div.both-sidebar-included .single-info-inner-wrapper {
	float: left;
	margin-right: 10px;
}
div.single-port-next-nav {
	float: left;
	overflow: hidden;
}
div.single-port-prev-nav {
	float: left;
	overflow: hidden;
	margin-right: 1px;
}
div.single-port-next-nav a {
	width: 23px;
	height: 25px;
	text-indent: -1000px;
	display: block;
	background-position: -23px 0px !important;
}
div.single-port-prev-nav a {
	width: 23px;
	height: 25px;
	text-indent: -1000px;
	display: block;
}
div.single-port-thumbnail-image, div.single-port-thumbnail-video, div.single-port-thumbnail-slider {
	margin-right: 20px;
	float: left;
	width: 580px;
}
div.sidebar-included .single-port-thumbnail-image, div.sidebar-included .single-port-thumbnail-video, div.sidebar-included .single-port-thumbnail-slider, div.both-sidebar-included .single-port-thumbnail-image, div.both-sidebar-included .single-port-thumbnail-video, div.both-sidebar-included .single-port-thumbnail-slider {
	margin: 0px 0px 15px;
	float: none;
	width: auto !important;
}
div.single-port-thumbnail-slider .flex-control-nav {
	display: none;
}
div.single-port-thumbnail-slider ul.flex-direction-nav .flex-prev {
	background: url('images/thumbnail-nav.png');
	width: 31px;
	height: 24px;
	bottom: 0px;
	left: 0px;
	top: auto;
}
div.single-port-thumbnail-slider ul.flex-direction-nav .flex-next {
	background: url('images/thumbnail-nav.png');
	width: 31px;
	height: 24px;
	background-position: 31px 0px;
	bottom: 0px;
	left: 31px;
	top: auto;
}
div.single-port-context {
	overflow: hidden;
}
div.single-port-little-bar {
	width: 16px;
	border-bottom: 1px solid;
	margin-bottom: 21px;
	padding-top: 6px;
}
div.single-port-info {
	font-size: 11px;
	margin-bottom: 20px;
}
div.single-port-info span.head {
	margin-right: 5px;
	font-style: italic;
	font-family: Droid Serif;
}
div.single-port-date {
	margin-top: 8px;
}
div.single-port-tag {
	margin-top: 8px;
}
div.single-port-visit-website {
	padding-left: 18px;
	margin-top: 10px;
}
div.about-author-wrapper {
	margin-top: 40px;
	padding: 18px;
}
div.about-author-avartar {
	float: left;
}
div.about-author-info {
	margin-left: 110px;
}
div.about-author-title {
	font-size: 18px;
	margin-top: 3px;
	margin-bottom: 5px;
}
div.social-share-title {
	margin-top: 40px;
	font-size: 18px;
}
div.social-shares ul {
	list-style: none;
	margin-left: 0px;
	margin-top: 15px;
}
div.social-shares ul li {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
/* Blog */



h2.blog-thumbnail-title a {
	color: inherit;
	font-weight: 400;
	line-height: 30px;
}
div.blog-thumbnail-image, div.blog-thumbnail-slider, div.blog-thumbnail-video {
	margin-bottom: 23px;
}
div.blog-thumbnail-slider .flex-control-nav {
	display: none;
}
div.blog-thumbnail-slider ul.flex-direction-nav .flex-prev {
	background: url('images/thumbnail-nav.png');
	width: 31px;
	height: 24px;
	bottom: 0px;
	left: 0px;
	top: auto;
}
div.blog-thumbnail-slider ul.flex-direction-nav .flex-next {
	background: url('images/thumbnail-nav.png');
	width: 31px;
	height: 24px;
	background-position: 31px 0px;
	bottom: 0px;
	left: 31px;
	top: auto;
}
div.blog-thumbnail-info {
	font-size: 11px;
	float: left;
	width: 100px;
	margin-right: 20px;
	background: #29335d;
	position: relative;
	padding: 10px;
}
div.blog-thumbnail-info:after {
	content: "\f0da";
	position: absolute;
	font-size: 50px;
	color: #29335d;
	right: -10px;
	top: 6px;
	font-family: 'FontAwesome';
}
a.blog-continue-reading {
	margin-top: 14px;
	display: block;
}
a.blog-read-more {
	margin-right: 15px;
	margin-top: 15px;
	float: left;
}
div.blog-item-holder .blog-item2 .blog-thumbnail-title {
	padding-bottom: 15px;
	font-size: 24px;
	margin-bottom: 0px;
}
div.blog-item-holder .blog-item2 .blog-info-inner-wrapper {
	margin-bottom: 7px;
}
div.blog-item-holder .blog-item2 .blog-info-header {
	font-style: italic;
	margin-right: 2px;
	font-family: Droid Serif;
	color: #fff !important;
}
div.blog-item-holder .blog-item2 .blog-thumbnail-context {
	overflow: hidden;
}
.blog-thumbnail-content {
	font-size: 18px;
	line-height: 30px;
}
.inner-page .blog-thumbnail-context a.blog-continue-reading {
	text-align: center;
	background-color: #7ad307 !important;
	box-shadow: none;
	border-radius: 5px;
	color: #fff !important;
	padding: 0 20px;
	line-height: 42px;
	height: 40px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	border: none !important;
	float: left;
}
.inner-page .blog-thumbnail-context a.blog-continue-reading:hover {
	background-color: #29335d !important;
	color: #fff !important;
}
div.both-sidebar-included div.blog-item2 h2.blog-thumbnail-title {
	margin-top: -4px;
}
div.both-sidebar-included .blog-thumbnail-info {
	margin-right: 0px;
	float: none;
	width: auto;
	margin-top: -8px;
	margin-bottom: 3px;
}
div.both-sidebar-included .blog-item-holder .blog-item2 .blog-info-inner-wrapper {
	float: left;
	margin-right: 10px;
}
/* Message Box */



div.message-box-wrapper {
	border: 1px solid;
	padding: 100px;
	margin-bottom: 40px;
	margin-top: 40px;
	text-align: center;
}
div.message-box-title {
	font-weight: bold;
	font-size: 65px;
	line-height: 65px;
	text-transform: uppercase;
	margin-top: 2px;
}
div.message-box-content {
	margin-top: 12px;
	font-size: 16px;
}
div.message-box-wrapper.red {
	background-color: #dee3f9;
	border-color: #a9b3dc;
	color: #334489;
}
div.message-box-wrapper.red .message-box-title {
	color: #334489;
}
div.message-box-wrapper.yellow {
	background-color: #ffffe0;
	border-color: #e1db8b;
	color: #4d4d39;
}
div.message-box-wrapper.yellow .message-box-title {
	color: #737357;
}
div.message-box-wrapper.blue {
	background-color: #c2e1ee;
	border-color: #8ec3d9;
	color: #3d5058;
}
div.message-box-wrapper.blue .message-box-title {
	color: #475d66;
}
div.message-box-wrapper.green {
	background-color: #e1ffd9;
	border-color: #badeb1;
	color: #435b3d;
}
div.message-box-wrapper.green .message-box-title {
	color: #526d4b;
}
/* Shortcode */



.shortcode1-4 {
	width: 23%;
	margin-right: 2%;
	float: left;
}
.shortcode1-3 {
	width: 31.33%;
	margin-right: 2%;
	float: left;
}
.shortcode1-2 {
	width: 48%;
	margin-right: 2%;
	float: left;
}
.shortcode2-3 {
	width: 64.66%;
	margin-right: 2%;
	float: left;
}
.shortcode3-4 {
	width: 73%;
	margin-right: 2%;
	float: left;
}
.shortcode1 {
	width: 98%;
	margin-right: 2%;
	float: left;
}
a.gdl-button.shortcode-large-button {
	margin-bottom: 20px;
	margin-right: 10px;
	padding: 0px 21px 0px 21px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
}
a.gdl-button.shortcode-medium-button {
	margin-bottom: 20px;
	margin-right: 10px;
	padding: 0px 15px 0px 15px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
a.gdl-button.shortcode-small-button {
	margin-bottom: 20px;
	margin-right: 10px;
	text-shadow: none;
	font-size: 11px;
}
div.shortcode-list ul {
	list-style: none;
	margin-left: 0px;
}
div.shortcode-list li {
	padding: 2px 0px 2px 25px;
	border: 0px;
}
div.shortcode-list-arrow li {
	background: url('images/list/arrow.png') no-repeat;
}
div.shortcode-list-arrow2 li {
	background: url('images/list/arrow2.png') no-repeat;
}
div.shortcode-list-arrow3 li {
	background: url('images/list/arrow3.png') no-repeat;
}
div.shortcode-list-bullet li {
	background: url('images/list/bullet.png') no-repeat;
}
div.shortcode-list-bullet2 li {
	background: url('images/list/bullet2.png') no-repeat;
}
div.shortcode-list-bullet3 li {
	background: url('images/list/bullet3.png') no-repeat;
}
div.shortcode-list-check li {
	background: url('images/list/check.png') no-repeat;
}
div.shortcode-list-check2 li {
	background: url('images/list/check2.png') no-repeat;
}
div.shortcode-list-check3 li {
	background: url('images/list/check3.png') no-repeat;
}
div.shortcode-list-delete li {
	background: url('images/list/delete.png') no-repeat;
}
div.shortcode-list-delete2 li {
	background: url('images/list/delete2.png') no-repeat;
}
div.shortcode-list-delete3 li {
	background: url('images/list/delete3.png') no-repeat;
}
div.shortcode-social {
	float: left;
	margin-right: 12px;
}
div.shortcode-block-quote-left {
	width: 33%;
	float: left;
	margin: 15px 20px 15px 20px;
	padding: 10px 20px;
	border-left: 2px solid #ddd;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
}
div.shortcode-block-quote-right {
	width: 33%;
	float: right;
	margin: 15px 20px 15px 20px;
	padding: 10px 20px;
	border-left: 2px solid #ddd;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
}
div.shortcode-block-quote-center {
	text-align: center;
	padding: 10px;
	border-left: 2px solid #ddd;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	margin: 20px 0;
	display: inline-block;
	background: #eaeaea;
}
}
div.shortcode-dropcap {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	float: left;
	font-size: 25px;
	font-size: 25px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	float: left;
}
div.shortcode-dropcap.circle {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}
/* contact form */



div.contact-form-wrapper ol {
	margin: 0px;
	list-style: none;
}
div.contact-form-wrapper ol li {
	margin-bottom: 20px;
}
div.contact-form-wrapper ol li.sending-result {
	max-width: 622px;
	display: none;
}
div.contact-form-wrapper ol li.sending-result .message-box-wrapper {
	padding: 10px 15px 10px 15px;
}
div.contact-form-wrapper ol li div.error {
	display: none;
}
div.contact-form-wrapper input[type="text"], input[type="password"] {
	width: 320px;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 7px;
	margin: 10px 5px 10px;
	line-height: 20px;
	max-width: 90%;
}
div.contact-form-wrapper .textarea {
	margin-right: 32px;
}
div.contact-form-wrapper textarea {
	height: 165px;
	width: 590px;
	margin: 10px 5px 10px;
	padding: 10px;
	max-width: 100%;
	line-height: 20px;
}
div.contact-form-wrapper .contact-submit {
	float: left;
}
div.contact-form-wrapper .contact-loading {
	width: 16px;
	height: 16px;
	float: left;
	margin: 7px 0px 0px 15px;
	display: none;
	background: url('images/loading.gif');
}
/* Price Item */



div.gdl-price-item {
	margin-bottom: 20px;
}
div.gdl-price-item .price-item {
	border: 1px solid;
	border-color: inherit;
	margin-left: -1px;
	padding-bottom: 30px;
}
div.gdl-price-item .price-tag {
	font-size: 35px;
	line-height: 40px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
}
div.gdl-price-item .price-title {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}
div.gdl-price-item .price-button {
	text-align: center;
	margin-top: 25px;
}
div.gdl-price-item .price-content {
	text-align: center;
	margin-top: 25px;
}
div.gdl-price-item .price-content .shortcode-list {
	display: inline-block;
}
div.gdl-price-item .price-item.active {
	padding-bottom: 70px;
	margin-top: -20px;
}
/* code */



.gdl-code {
	overflow: hidden;
	padding: 15px;
	border: 1px #eee solid;
	clear: both;
	background: #f9f9f9;
	margin-bottom: 20px;
	color: #555;
	font-size: 13px;
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
}
/* Contact Form 7 */



span.wpcf7-form-control-wrap input[type="text"], span.wpcf7-form-control-wrap input[type="[password"], span.wpcf7-form-control-wrap textarea {
	width: 320px;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 7px;
	margin: 10px 5px 10px;
	line-height: 20px;
}
span.wpcf7-form-control-wrap input.wpcf7-file {
	width: auto;
	height: auto;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-left: 0;
}
span.wpcf7-form-control-wrap textarea {
	height: 165px;
	width: 590px;
	margin: 10px 5px 10px;
	padding: 10px;
	max-width: 100%;
	line-height: 20px;
}
div.wpcf7 p {
	font-weight: bold;
}
div.wpcf7 p span.wpcf7-form-control-wrap textarea, div.wpcf7 p span.wpcf7-form-control-wrap input {
	font-weight: normal;
}
div.wpcf7 .ajax-loader {
	display: none;
}
/* Responsive anything video fix */



.anythingSlider .fluid-width-video-wrapper {
	padding: 0px !important;
}
/*custom styling*/



.container {
	width: 1170px !important;
	background: none !important;
}
.top-bar {
	float: left;
	width: 100%;
	background: #334489;
	padding: 5px 0;
}
.top-bar .left {
	float: left;
	margin: 0;
	clear: none;
}
.top-bar .left img {
	margin: 5px 0;
}
.top-bar .right {
	float: right;
	width: 42%;
	margin: 0;
	clear: none;
}
.top-bar .right p {
	float: left;
	margin: 0;
	font-size: 15px;
	color: #fff;
	padding: 8px 0;
	font-family: 'Open Sans', sans-serif !important;
}
.top-bar .right p a {
	color: #fff;
}
.top-bar .right p a:hover {
	color: #57b800;
}
.top-bar .right ul {
	float: left;
	margin-left: 20px;
	margin-top: 3px;
}
.top-bar .right ul li {
	background: none !important;
	padding: 0 5px !important;
}
.slider {
	float: left;
	width: 100%;
	position: relative;
}
.slider:after {
	position: absolute;
	right: 0;
	left: 0;
	background: url(images/shadow-img.png) no-repeat;
	content: "";
	height: 48px;
	width: 100%;
	bottom: 0;
}
.container .sixteen.columns {
	width: 100% !important;
	margin: 0;
}
.vc_custom_heading {
	font-family: 'Raleway', sans-serif !important;
}
.section1 {
	padding: 60px 0;
}
.section1 h3 {
	font-size: 30px;
	color: #334489;
	font-weight: 600 !important;
	position: relative;
	margin-bottom: 30px;
	line-height: 30px;
}
.section1 h3:after {
	position: absolute;
	height: 1px;
	width: 50px;
	bottom: 13px;
	background: #e5e5e5;
	content: "";
	margin-left: 10px;
}
.section1 p {
	font-size: 18px;
	color: #7f7f7f;
	line-height: 30px;
}
.section1 p a {
	display: inline-block;
	background: #57b800;
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px;
}
.section1 p a:hover {
	background: #334489;
	color: #fff;
}
.section2 {
	padding: 60px 0;
}
.section2 h2 {
	font-size: 22px;
	color: #334489 !important;
	font-weight: 400 !important;
	position: relative;
	padding-left: 20px;
	line-height: 30px;
	margin: 0 0 40px 0;
}
.section2 h2:after {
	height: 30px;
	width: 5px;
	background: #334489;
	left: 0;
	top: 0;
	content: "";
	position: absolute;
}
.section2 iframe {
	padding: 4px;
	border: 1px solid #dfdfdf;
	background: #fff;
	box-shadow: 0 0px 1px #ccc;
}
.section3 h2 {
	font-size: 30px;
	font-weight: 600 !important;
	position: relative;
	color: #334489 !important;
	padding-left: 20px;
	line-height: 30px;
	margin: 0 0 40px 0;
	text-transform: uppercase;
}
.section3 h2:after {
	height: 30px;
	width: 5px;
	background: #334489;
	left: 0;
	content: "";
	position: absolute;
}
.section3 .easy_testimonial_title {
	display: none;
}
.section3 .cycle-slideshow {
	margin-left: 100px;
}
.section3 .easy-t-slideshow-wrap {
	position: relative;
}
.section3 .easy-t-slideshow-wrap:after {
	position: absolute;
	background: url(images/quote-icon.png) no-repeat;
	left: 30px;
	height: 42px;
	width: 56px;
	content: "";
	top: 25px;
}
.section3 .easy-t-slideshow-wrap .testimonial_body p {
	font-size: 18px;
	font-style: normal !important;
}
.section3 .easy-t-slideshow-wrap span.testimonial-client {
	font-size: 18px;
	text-transform: uppercase;
	color: #7ad307;
	font-style: normal !important;
	font-weight: 600;
}
.easy-t-cycle-pager span.cycle-pager-active {
	color: #334489 !important;
}
.easy-t-cycle-controls {
	text-align: left !important;
	margin-left: 108px;
}
.section3 button {
	width: 100% !important;
	line-height: 4px !important;
	background: #334489 !important;
	font-weight: normal;
	background: #334489;
	border-radius: 4px !important;
}
.section3 button:hover {
	background: #57b800 !important;
}
.newslatter-form form{
	display:flex;
	}
.tell-form form {
	display: flex;
	}

.bottom-left {
	float: left;
	width: 50%;
	background: #334489;
}
.form-left {
	float: right;
	width: 530px;
	padding: 50px 50px 50px 0;
}
.bottom-right {
	float: left;
	width: 50%;
	background: #29366e;
}
.form-right {
	float: left;
	width: 530px;
	padding: 50px 0 50px 50px;
}
.bottom-left #gform_widget-2 {
	margin-bottom: 58px;
}
.bottom-left .gform_widget, .bottom-right .gform_widget {
	float: left;
	width: 100%;
	margin: 0;
}
.bottom-left .gform_widget .gform_wrapper {
	max-width: 100% !important;
	margin: 32px 0 0 0;
}
.bottom-left .gform_widget h3.custom-sidebar-title, .bottom-right .gform_widget h3.custom-sidebar-title {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff !important;
	line-height: 26px;
	margin: 0;
}
.bottom-left .gform_widget label, .bottom-right .gform_widget label {
	display: none !important;
}
.bottom-left .gform_widget .gform_body {
	float: left;
	width: 75%;
}
.bottom-left .gform_widget .gform_body ul li.gfield {
	background: none;
	padding: 0;
	border: none;
	margin: 0;
}
.bottom-left .gform_widget .gform_body ul li input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	margin: 0;
	width: 100%;
	font-size: 16px;
	border-radius: 5px 0 0 5px;
	padding: 11px 0;
	border: none;
	text-indent: 20px;
	line-height: 20px;
}
.bottom-left .gform_widget .gform_footer {
	float: left;
	margin: 0;
	padding: 0;
	width: 25%;
	clear: none;
}
.bottom-left .gform_widget .gform_footer input {
	margin: 0px !important;
	width: 100%;
	font-size: 18px !important;
	border-radius: 0px 5px 5px 0;
	padding: 12px 10px;
	border: none;
	text-transform: uppercase;
	background: #7ad307;
	color: #fff;
	box-shadow: none;
	font-weight: normal !important;
	height: auto !important;
	line-height: 18px !important;
	font-family: "Raleway";
	-webkit-appearance: none;
}
.bottom-left .gform_widget .gform_footer input:hover {
	background: #29366e !important;
}
.bottom-right .gform_widget .gform_wrapper {
	max-width: 100% !important;
	margin: 16px 0 0 0;
}
.bottom-right .gform_widget .gform_body ul li {
	background: none;
	padding: 0;
	border: none;
	margin-bottom: 20px;
}
.bottom-right .gform_widget .gform_body ul li:nth-child(1) {
	width: 48.1%;
	float: left;
	margin-right: 10px;
}
.bottom-right .gform_widget .gform_body ul li:nth-child(2) {
	width: 48.1%;
	float: right;
	margin-left: 10px !important;
	clear: none;
}
.bottom-right .gform_widget .gform_body ul li input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	margin: 0;
	width: 100%;
	font-size: 16px;
	border-radius: 5px;
	padding: 12px 0;
	border: none;
	text-indent: 20px;
	line-height: 19px;
}
.bottom-right .gform_widget .gform_body ul li textarea {
	margin: 0;
	width: 100%;
	font-size: 16px;
	border-radius: 5px;
	padding: 15px 0;
	border: none;
	text-indent: 20px;
	height: 70px;
}
.bottom-right .gform_widget .gform_footer {
	float: left;
	margin: 6px 0 0 0;
	padding: 0;
}
.bottom-right .gform_widget .gform_footer input {
	margin: 0;
	width: 100%;
	font-size: 18px !important;
	border-radius: 5px;
	padding: 12px 20px;
	border: none;
	text-transform: uppercase;
	background: #7ad307;
	color: #fff;
	box-shadow: none;
	font-weight: normal !important;
	height: auto !important;
	line-height: 17px !important;
	font-family: "Raleway";
	-webkit-appearance: none;
}
.bottom-right .gform_widget .gform_footer input:hover {
	background: #334489 !important;
}
.ginput_container {
	margin: 0 !important;
}
.faqs-area .wpb_wrapper ul {
	margin: 0;
	list-style: none;
}
.faqs-area .wpb_wrapper ul li {
	position: relative;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	font-size: 15px;
	color: #5c5c5c;
	margin-bottom: 10px;
	line-height: 42px;
	padding-left: 55px;
}
.faqs-area .wpb_wrapper ul li:before {
	position: absolute;
	content: "Q";
	left: 0;
	font-size: 18px;
	color: #7ad307;
	border-right: 1px solid #eaeaea;
	padding: 0 14px;
	font-weight: 500;
}
.faqs-area a.vc_btn3 {
	width: 100%;
	padding: 10px;
	background: #334489 !important;
	border-radius: 4px;
}
.faqs-area a.vc_btn3:hover {
	background: #7ad307 !important;
}
.main-title {
	float: left;
	width: 100%;
	background: #c4cce6;
	border-bottom: 1px solid #fff;
	padding: 20px 0;
}
.sidebar-included .inner-page div.gdl-page-float-left {
	width: 66%;
	margin-right: 40px;
}
.inner-page .five.columns {
	width: 30% !important;
	margin: 0;
}
.sidebar-included .gdl-page-item {
	width: 100% !important;
}
.inner-page .gdl-page-item .vc_figure {
	width: 100% !important;
}
.inner-page .gdl-page-item .vc_single_image-wrapper {
	width: 100% !important;
}
.inner-page .gdl-page-item img {
	box-shadow: 0 0 2px #a9a8a8;
	width: 100% !important;
}
.inner-page .gdl-page-item p {
	font-size: 16px;
	line-height: 30px;
}
.inner-page .gdl-page-item a {
	color: #57b800 !important;
}
.inner-page .gdl-page-item a:hover {
	color: #334489 !important;
}
.inner-page .gdl-page-item ul {
	margin: 0;
}
.inner-page .gdl-page-item ul li {
	font-size: 16px;
	border-bottom: 1px solid #dcdcdc;
	list-style: none;
	line-height: 24px;
	padding: 8px 0 8px 24px;
	position: relative;
}
.inner-page .gdl-page-item ul li:last-child {
	border: none;
}
.inner-page .gdl-page-item ul li:after {
	position: absolute;
	content: "\f058";
	left: 0;
	font-size: 18px;
	color: #334489;
	font-family: 'FontAwesome';
	top: 8px;
}
.inner-page .gdl-page-item h3 {
	font-size: 24px;
	color: #29335d;
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	padding: 8px 0;
	font-weight: 600;
	line-height: 30px;
}
.inner-page .gdl-page-item ol {
	margin-left: 20px;
}
.inner-page .gdl-page-item ol li {
	font-size: 16px;
	line-height: 24px;
	padding: 8px 0;
	position: relative;
}
.gdl-right-sidebar .sidebar-title-wrapper {
	margin-bottom: 20px;
}
.gdl-right-sidebar .custom-sidebar h3.custom-sidebar-title {
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	color: #334489;
	position: relative;
	padding: 6px 0 6px 20px;
}
.gdl-right-sidebar .custom-sidebar h3.custom-sidebar-title:after {
	background: #334489;
	position: absolute;
	content: "";
	width: 5px;
	height: 30px;
	left: 0;
	top: 0;
}
.gdl-right-sidebar .easy-t-slideshow-wrap {
	position: relative;
}
.gdl-right-sidebar .easy-t-slideshow-wrap:after {
	position: absolute;
	background: url(images/quote-icon.png) no-repeat;
	left: 30px;
	height: 42px;
	width: 56px;
	content: "";
	top: 25px;
}
.gdl-right-sidebar .easy-t-slideshow-wrap .testimonial_body p {
	font-size: 18px;
	font-style: normal !important;
}
.gdl-right-sidebar .easy-t-slideshow-wrap span.testimonial-client {
	font-size: 18px;
	text-transform: uppercase;
	color: #7ad307;
	font-style: normal !important;
	font-weight: 600;
}
.easy-t-cycle-pager span.cycle-pager-active {
	color: #334489 !important;
}
.easy-t-cycle-controls {
	text-align: left !important;
	margin-left: 108px;
}
.gdl-right-sidebar iframe {
	width: 100%;
}
.gdl-right-sidebar .video-sidebar a {
	background: #57b800;
	border-radius: 4px;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	text-align: center;
}
.gdl-right-sidebar .video-sidebar a:hover {
	background: #334489;
}
.gdl-right-sidebar .faqs-sidebar ul {
	margin: 0;
	list-style: none;
}
.gdl-right-sidebar .faqs-sidebar ul li {
	position: relative;
	border: 1px solid #eaeaea;
	background: none !important;
	border-radius: 5px;
	font-size: 15px;
	color: #5c5c5c;
	margin-bottom: 10px;
	line-height: 24px;
	padding-left: 55px;
}
.gdl-right-sidebar .faqs-sidebar ul li:before {
	position: absolute;
	content: "Q";
	left: 0;
	font-size: 18px;
	color: #7ad307;
	border-right: 1px solid #eaeaea;
	padding: 0 14px;
	font-weight: 500;
}
.gdl-right-sidebar p a {
	background: #57b800;
	border-radius: 4px;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	text-align: center;
}
.gdl-right-sidebar p a:hover {
	background: #334489;
}
.inner-page {
	padding-top: 20px;
}
.inner-page .tablepress {
	border: 1px solid #c4cce6 !important;
}
.inner-page .tablepress thead th {
	background: #c4cce6 !important;
	font-size: 16px;
	color: #334489;
	font-weight: 600;
	padding: 15px 20px;
}
.inner-page .tablepress thead th.column-1 {
	width: 35% !important;
	border-right: 1px solid #b4bcd8;
}
.tablepress tbody td {
	font-size: 16px;
	color: #7f7f7f;
	font-weight: 500;
	line-height: 24px;
	padding: 15px 20px;
	border-top: 1px solid #b4bcd8 !important;
}
.tablepress tbody td strong {
	color: #57b800;
	text-transform: uppercase;
}
.tablepress tbody td.column-1 {
	border-right: 1px solid #b4bcd8;
}
.tablepress tbody td a {
	color: #7f7f7f !important;
}
.tablepress tbody td a:hover {
	color: #334489;
}
.menu-tab {
	background: #334489 !important;
	border-radius: 5px;
	float: left;
	width: 100%;
}
.inner-page .menu-tab ul {
	display: inline-flex;
}
.inner-page .menu-tab ul li {
	float: left;
	background: none !important;
	border-right: 1px solid #4f63b4;
	border-bottom: none !important;
	padding: 0;
}
.inner-page .menu-tab ul li:after {
	display: none;
}
.inner-page .menu-tab ul li a {
	color: #fff !important;
	padding: 10px 20px;
	display: inline-block;
}
.inner-page .menu-tab ul li a:hover {
	color: #999 !important;
}
.inner-page .video-page h2 {
	background: #d5d5d5;
	font-size: 18px;
	line-height: 24px;
	color: #4a4949;
	font-weight: 500;
	border-radius: 5px;
	padding: 15px;
}
.wpb_video_wrapper {
	background: #d5d5d5;
}
.wpb_video_wrapper iframe {
	padding: 4px;
}
.inner-page h4 {
	color: #334489;
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0;
	line-height: 24px;
}
.inner-page .contact-page .gform_wrapper {
	background: #737373;
	margin: 0 !important;
	max-width: 100%;
	padding: 20px;
	border-radius: 5px;
}
.inner-page .contact-page .gform_wrapper form {
	margin-bottom: 0;
}
.inner-page .contact-page .gform_wrapper h3.gform_title {
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	margin: 20px 0 10px 0;
	padding: 0;
	width: 100%;
	display: inline-block;
}
.inner-page .contact-page .gform_wrapper .gform_description {
	font-size: 16px;
	color: #fff;
}
.inner-page .contact-page .gform_wrapper ul li {
	padding: 0 !important;
	border: none !important;
	margin-bottom: 10px;
}
.inner-page .contact-page .gform_wrapper ul li label {
	display: none !important;
}
.inner-page .contact-page .gform_wrapper ul li input {
	margin: 0;
	font-size: 14px;
	width: 100%;
	font-weight: 500;
	border-radius: 5px;
	border: 1px solid #5d5d5d;
	padding: 12px 0;
	max-width: 100%;
	text-indent: 15px;
}
.inner-page .contact-page .gform_wrapper ul li textarea {
	border: 1px solid #5d5d5d;
	width: 100%;
	padding: 12px 0;
	font-size: 14px;
	border-radius: 5px;
	font-weight: 500;
	height: 60px;
	text-indent: 15px;
	margin: 0;
}
.inner-page .contact-page .gform_wrapper .gform_footer {
	margin-top: 0;
	padding-top: 5px;
}
.inner-page .contact-page .gform_wrapper .gform_footer input {
	width: 100%;
	text-align: center;
	background: #7ad307;
	border: 1px solid #5d5d5d;
	box-shadow: none;
	padding: 12px 0;
	border-radius: 5px;
	color: #fff;
	line-height: 18px;
	height: 40px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
}
.inner-page .contact-page .gform_wrapper .gform_footer input:hover {
	background: #29335d !important;
}
.inner-page .vc_tta-panel-body {
	background: #fff !important;
}
a.button, button, input[type="submit"], input[type="reset"], input[type="button"], a.gdl-button {
	text-align: center;
	background-color: #7ad307 !important;
	border: 1px solid #5d5d5d;
	box-shadow: none;
	border-radius: 5px;
	color: #fff !important;
	padding: 0 20px;
	line-height: 18px;
	height: 40px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-appearance: none;
}
.gdl-right-sidebar .widget_categories ul li {
	font-size: 16px;
	font-weight: 500;
}
.gdl-right-sidebar .widget_categories ul li a {
	color: #29335d;
}
.gdl-right-sidebar .widget_categories ul li a:hover {
	color: #7ad307;
}
.archive h1.gdl-page-title {
	font-size: 0;
	position: relative;
}
.archive h1.gdl-page-title:after {
	content: "\f07c";
	position: absolute;
	font-size: 40px;
	color: #29335d;
	left: 0;
	top: 6px;
	font-family: 'FontAwesome';
}
.archive div.gdl-page-caption {
	color: #29335d !important;
	float: left;
	margin-left: 50px;
	font-size: 20px;
	margin-top: 10px;
	font-weight: 600;
	text-transform: uppercase;
}
span.blog-info-content {
	color: #fff;
}
.essb_links {
	border-top: 1px solid #e5e5e5 !important;
	padding: 10px 0 0 0;
	margin-bottom: 0 !important;
	margin-top: 40px !important;
}
.essb_links ul li {
	border: none !important;
}
.essb_links ul li:after {
	display: none;
}
.archive .essb_links {
	border-top: 1px solid #e5e5e5 !important;
	border-bottom: 1px solid #e5e5e5 !important;
	padding: 10px 0 !important;
	margin: 20px 0 10px 0 !important
}
.blog-item2 {
	padding-bottom: 40px;
	margin-bottom: 40px !important;
	border-bottom: 2px dashed #ccc;
}
.blog-item2:last-child {
	border: none;
}
.book-dvd-area {
	border: 1px solid #ccc;
	padding: 0;
	margin-bottom: 20px;
}
.book-dvd-area .vc_column-inner {
	padding: 0 !important;
}
.book-dvd-area .vc_column-inner .vc_row {
	margin: 0 !important;
}
.book-dvd-area .vc_column-inner h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600px;
	color: #fff;
	background: #29366e;
	padding: 20px;
}
.book-dvd-area .vc_column-inner .vc_col-sm-2, .book-dvd-area .vc_column-inner .vc_col-sm-10 {
	padding: 20px 15px;
}
.inner-page .gdl-page-item .book-dvd-area img {
	width: auto !important;
}
.book-dvd-area .vc_column-inner .wpb_single_image {
	margin-bottom: 0 !important;
}
.book-dvd-area .bottom-area {
	padding: 20px !important;
	background: #f7f7f7;
	border-top: 1px solid #efecec;
}
.book-dvd-area .bottom-area .vc_btn3-container {
	margin-bottom: 0 !important;
	width: 100%;
}
.book-dvd-area .bottom-area img {
	padding: 12px 0;
	box-shadow: none;
}
.book-dvd-area .bottom-area .vc_btn3-container .vc_general {
	width: 100%;
	line-height: 14px;
	box-shadow: none !important;
	background: #7ad307 !important;
	color: #fff !important;
}
.book-dvd-area .bottom-area .vc_btn3-container .vc_general:hover {
	background: #334489 !important;
}
.youtube-channel .epyt-gallery iframe {
	margin: auto;
}
.youtube-channel .epyt-gallery .epyt-gallery-thumb .epyt-gallery-title {
	background: #d5d5d5;
	color: #4a4949;
	font-size: 15px;
	min-height: 40px;
}
.youtube-channel .rev_slider_wrapper.fullwidthbanner-container {
	width: 80%;
}
.donate-box{background:#203068 !important; margin-bottom:30px !important;}
.donate-box .vc_column-inner{padding:0;}
.donate-box h4{margin-bottom:10px; text-align:}
.donate-box .wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
}
.donate-box .wpb_single_image.wpb_content_element.vc_align_left {
    margin-bottom: 10px !important;
}
.donate-box img.vc_single_image-img.attachment-thumbnail {
    box-shadow: none !important;
}
.donate-box h3.vc_custom_heading {
    line-height: 1.4;
}
.donate-box .vc_btn3-container a {
    color: #fff !important;
}
.donate-box .worldwide a {
    background-color: #57b800 !important;
}
.discount-form {margin: 0 !important;padding: 0 !important;}
.donate-box .discount-form .gform_wrapper .gform_body {width: 100% !important;}
.donate-box .discount-form_wrapper {margin-top: 0;padding: 0 !important;}
.donate-box .label-none label{display: none !important;}
.donate-box .discount-form li {padding: 0 !important;}
.donate-box .discount-form .text input {width: 100% !important;font-size: 14px !important;margin-bottom: 0 !important;text-align: center !important;padding: 8px 0px 8px 0;border-radius: 0;color: #203068;}
.donate-box .discount-form .gform_footer {margin: 0;text-align: center;}
.donate-box .discount-form .gform_footer input{background-color: #57b800 !important;box-shadow: none;background: none;color: #fff !important;border: 0 magin:0 !important;     border-radius: 5px;}
.donate-box p{color:#fff !important; text-align:center !important; line-height:22px !important;}  
.donate-box .gform_wrapper .gform_footer {padding: 6px 0 .625em;}
.course-image img{box-shadow:none !important;}
.form input {background: none !important;background-color: #57b800 !important;border: 0 !important;box-shadow: none !important; font-family:Raleway;}
.form {text-align: center;margin-bottom: 15px;}
.discount_section h2 {color: #fff !important;line-height: 1.3em;font-size: 18px;}
.discount_section button {text-align: center !important;border: none !important;box-shadow: none !important; background:none;    background-color: #57b800 !important; font-family:Raleway;}
.discount_section {text-align: center !important;}
p.discount-input {width: 95% !important; margin-bottom:10px !important}
p.discount-input input {text-align: center;color: #203068 !important; margin:0 auto;}	

.online-course .label-none label {display: none !important;}
.online-course .gform_body {width: 100% !important;}
.online-course li {width: 100%;border: 0 !important;padding: 0 !important;margin: 0 !important;}
.online-course li input {width: 100% !important;padding: 10px 0 !important;text-indent: 1em !important; margin-bottom:10px !important;}
.gform_wrapper .online-course .gform_footer{padding:0 !important; margin:0 !important;}
.gform_wrapper .online-course .gform_footer input {background: none !important;background-color: #57b800 !important;color: #fff;font-size: 15px !important;width: 85px !important;height: 35px !important;}
.course-heading h2 {border-bottom: 1px solid #334489;border-top: 1px solid #334489;}
.member-form {width: 45% !important;margin: 0 auto !important;border: 1px solid #ccc;border-radius: 4px;}
.member-form .gform_wrapper .online-course .gform_footer{text-align:center !important;}
.online-course .comment-wrapper input[type="text"], input[type="password"]{width: 100% !important;height: 42px !important;padding: 0;margin: 0 !important;max-width: 100%;}

.download1 a {color: #ffffff !important;border: none;background-color: #2aabd2;background-image: -webkit-linear-gradient(left, #2aabd2 0%, #5bc0de 50%, #2aabd2 100%);background-image: linear-gradient(to right, #2aabd2 0%, #5bc0de 50%, #2aabd2 100%);-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out;background-size: 200% 100%;width: 100%;float: left;border-radius: 5px;padding: 5px 0px;font-size: 14px;text-align: center;}
.download1 a:hover {color: #ffffff !important;background-color: #5bc0de;border: none;background-position: 100% 0;}
.download2 a:hover {color: #ffffff !important;background-color: #f0ad4e;border: none;background-position: 100% 0;}
.download2 a {color: #ffffff !important;border: none;background-color: #eb9316;background-image: -webkit-linear-gradient(left, #eb9316 0%, #f0ad4e 50%, #eb9316 100%);background-image: linear-gradient(to right, #eb9316 0%, #f0ad4e 50%, #eb9316 100%);-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out;background-size: 200% 100%;width: 100%;float: left;border-radius: 5px;padding: 5px 0px;font-size: 14px;text-align: center;}
.gdl-page-item .download1 a {color: #fff !important;}
.gdl-page-item .download1 a:hover {color:#fff !important}
.gdl-page-item .download2 a {color: #fff !important;}
.gdl-page-item .download2 a:hover {color:#fff !important}
.tml {width: 100% !important;margin: 0 auto;border: 1px solid #ccc;padding: 15px; margin-bottom:20px; border-radius:4px;}
.tml-submit-wrap input {background: none  !important;background-color: #334489 !important;}
.tml-user-login-wrap input{padding: 12px 4px !important;}
.tml label{font-size:14px;}
.tml .message {border: 1px solid #060912 !important;background-color: #334489 !important;text-align: center;font-size: 16px;color: #fff !important;}
.login_details {float: left;margin-left: 5px;margin-top: 5px;}
.login_details a {background-color: #57b800;padding: 5px 10px;border-radius: 4px; float:left;}
.login_details a:hover {color: #fff;}
.login_details:nth-of-type(1){margin-top: 0px;}
.inner-page .gdl-page-item .gform_wrapper .gform_footer img.gform_ajax_spinner {
    background: #ffffff;
    border-radius: 50%;
    bottom: 0;
    box-shadow: none;
    margin: auto;
    padding: 0;
    position: absolute;
    right: -17px;
    top: -7px;
    width: 16px !important;
}
.inner-page .gdl-page-item .gform_wrapper .gform_footer {
    position: relative;
}



.pum-container .download-sleep-buteyko input[type="email"], 
.pum-container .download-anxiety-free input[type="email"], 
.pum-container .download-asthma-free input[type="email"], 
.pum-container .download-meets-drmew input[type="email"], 
.pum-container .download-children-always input[type="email"], 
.pum-container .download-close-your-mouth input[type="email"]
{
    width: 100% !important;
}
.pum-container .download-sleep-buteyko .gform_footer, 
.pum-container .download-anxiety-free .gform_footer, 
.pum-container .download-asthma-free .gform_footer, 
.pum-container .download-meets-drmew .gform_footer, 
.pum-container .download-children-always .gform_footer, 
.pum-container .download-close-your-mouth .gform_footer
{
    margin: 0 auto;
    text-align: center;
}
.pum-container .download-sleep-buteyko .gform_footer input[type="submit"], 
.pum-container .download-anxiety-free .gform_footer input[type="submit"], 
.pum-container .download-asthma-free .gform_footer input[type="submit"], 
.pum-container .download-meets-drmew .gform_footer input[type="submit"], 
.pum-container .download-children-always .gform_footer input[type="submit"], 
.pum-container .download-close-your-mouth .gform_footer input[type="submit"] {
    background-color: #7ad307 !important;
	background:none;
	transition:all 0.5s ease;
}
.pum-container .download-sleep-buteyko .gform_footer input[type="submit"]:hover, 
.pum-container .download-anxiety-free .gform_footer input[type="submit"]:hover, 
.pum-container .download-asthma-free .gform_footer input[type="submit"]:hover, 
.pum-container .download-meets-drmew .gform_footer input[type="submit"]:hover, 
.pum-container .download-children-always .gform_footer input[type="submit"]:hover, 
.pum-container .download-close-your-mouth .gform_footer input[type="submit"]:hover 
{
	background-color: #334489 !important;
	}
.inner-page .gdl-page-item .download-img img {
    width: auto !important;
    box-shadow: none;
}
.download-img a {
    background: #57b800;
    padding: 10px;
    width: 214px !important;
    display: block;
    margin: 0 auto;
    color: #ffffff !important;
}
.inner-page .gdl-page-item .download-img img {
    width: auto !important;
    box-shadow: none;
}

.gdl-page-item .download-img a {
    background: #57b800;
    padding: 10px;
    width: 214px !important;
    display: block;
    margin: 0 auto;
    color: #ffffff !important;
}
.sleep-last-sec h2 {
    font: 600 30px Raleway;
	text-transform:uppercase;
	margin-bottom:20px;
}
.sleep-last-sec button {
    font: 600 24px Raleway !important;
    background: #334489 !important;
    padding: 6px 35px !important;
	height:51px;
	
}
.sleep-last-sec .vc_btn3-container {
    margin-bottom: 40px;
}
.sleep-heading-sec h2 {
    font: 600 24px Raleway;
    color: #334489;
    padding-left: 0;
    margin-bottom: 0px;
}

.sleep-heading-sec h2:after {
    display: none !important;
}
.sleep-heading-sec p{
    font-size: 18px;
    color: #7f7f7f;
    line-height: 25px;
}
.bullet-sec ul li {font-size: 16px;border-bottom: 1px solid #dcdcdc;list-style: none;line-height: 24px;padding: 8px 0 8px 24px;position: relative;}

.bullet-sec ul li:after {
    position: absolute;
    content: "\f058";
    left: 0;
    font-size: 18px;
    color: #334489;
    font-family: 'FontAwesome';
    top: 8px;
}

.bullet-sec ul {
    margin-left: 0;
}
.vc_row.wpb_row.vc_row-fluid.sleep-last-sec {
    margin: 0 auto;
    position: relative;
    padding-top: 65px;
    margin-top: 63px;
}
.vc_row.wpb_row.vc_row-fluid.sleep-last-sec:before {
    content: "";
    position: absolute;
    height: 8px;
    margin: 0 auto;
    top: 0;
    background-image: url(images/footer-shado.PNG);
    width: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.sleep-slider:after {
    position: absolute;
    right: 0;
    left: 0;
    background: url(images/shadow-img.png) no-repeat;
    content: "";
    height: 48px;
    width: 100%;
    bottom: 34px;
    background-size: 100% auto;
	background-position: center bottom;
}
.sleep-slider{float: left;
    width: 100%;
    position: relative;
}
.border-top {
    border-top: 1px solid #dfdfdf;
    padding-top: 35px;
    margin-top: 20px;
}
.address-sec p {
    text-align: center;
    font-size: 28px;
    color: #334489;
    font-weight: 500;
	margin-bottom:0;
}
.address-bar .wpb_content_element {
    margin-bottom: 20px;
}
.start-button a {
    font: 600 24px Raleway !important;
    background: #334489 !important;
    padding: 10px 35px !important;
    height: 51px;
    text-transform: uppercase;
	border-radius: 4px !important;
}
.slider-buton a {
    color: #fff !important;
}