/*

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=Exo+2:200,300,400,700);
@font-face {
	font-family: "Myriad Set Pro";
	src: url("fonts/MYRIADAT.eot");
	src: url("fonts/MYRIADAT.eot?#iefix") format("embedded-opentype"), url("fonts/MYRIADAT.woff") format("woff"), url("fonts/MYRIADAT.ttf") format("truetype"), url("fonts/MYRIADAT.svg#nolanbook") format("svg");
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
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 {
	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: 'Exo 2';
	font-size: 16px;
	color: #000000;
	-webkit-text-size-adjust: 100%;
	line-height: 20px;
	background-color: transparent !important;
}
html {
	min-height: 100%;
}
/* #Typography

================================================== */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Myriad Set Pro';
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	margin-bottom: 15px;
	font-size:28px;
}
h2 {
	margin-bottom: 15px;
	font-size: 24px;
}
h3 {
	margin-bottom: 15px;
	font-size: 28px;
	line-height: 32px;
}
h4 {
	margin-bottom: 15px;
	font-size: 22px;
}
h5 {
	margin-bottom: 15px;
	font-size: 20px;
}
h6 {
	margin-bottom: 15px;
	font-size: 18px;
}
.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%;
}
/*	Blockquotes  */

blockquote, blockquote p {
	font-size: 16px;
	line-height: 24px;
	color: #777;
	font-style: italic !important;
}
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:#0000ff;
	text-decoration: none;
	outline: 0;
	
}
a:hover {
	color: inherit;
}
p a {
	line-height: inherit;
	color:#0000ff;
}
/* #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;
	-webkit-appearance:none;
}
.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"], input[type="tel"], textarea, select {
	border: 1px solid #e0e0e0;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: 'Exo 2' !important;
	font-size: 14px !important;
	color: #777;
	margin: 4px 0;
	width: 210px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff;
}
label {
	font-family: 'Exo 2';
	font-weight: normal !important;
	font-size: 14px;
}
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;
}
.single .aligncenter {
	width: 100%;
	height: auto;
}
.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#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;
}
div.logo-wrapper {
	float: left;
}
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: 13px;
	text-align: center;
}
.navigation-wrapper .sf-menu .current-menu-ancestor a, .navigation-wrapper .sf-menu .current-menu-item a {
	font-weight: bold;
}
.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: 30px;
}
div#main-superfish-wrapper {
	margin-left: 10px;
}
/*--- Content ---*/

div.content-wrapper {
	position: relative;
}
/*--- Page ---*/



div.gdl-page-title-wrapper {
    padding: 20px 15px;
    position: relative;
    float: left;
    width: 96%;
    margin: 20px 0px 0px 0px;
    padding-bottom: 0px;
}

div.gdl-page-title-left-bar {
	width: 3px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
}
.gdl-page-title, .page-title, .gdl-page-content h1 {
    font-size: 36px;
    float: left;
    margin: 0;
    color: #303030;
    width: 100%;
    line-height: normal;
    margin-bottom: 20px;
}

.center-text {
    text-align: center;
    line-height: normal;
}
div.gdl-page-caption {
	padding-top: 1px;
	font-size: 16px;
	float: left;
	margin-top: 10px;
}
div.gdl-page-content {
	margin-top: 0;
	z-index: 1;
	position: relative;
}
div.pagination {
	margin: 0px 10px 10px 10px;
	text-align: left;
	padding-right: 20px;
	position: relative;
	z-index: 99;
}
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: right;
}
div.gdl-page-item {
	float: right;
	padding-top: 0px;
	margin-bottom: 0px;
}
div.gdl-page-float-left {
	float: left;
	width: 100%;
}
.sixteen {
	width: 100%;
}
div.custom-sidebar {
	border-color: inherit;
	margin-bottom: 35px;
	clear: both;
	float: left;
}
div.custom-sidebar div {
	border-color: inherit;
}
div.custom-sidebar ul {
	list-style: none;
	margin-left: 0px;
	border-color: inherit;
	width: 100%;
	float: left;
	text-align: left;
}
div.custom-sidebar ul li {
	padding-top: 0;
	padding-bottom: 0;
	border-color: inherit;
	width: 100%;
	float: left;
}
div.custom-sidebar ul li {
	padding-left: 0;
	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;
}
div.left-sidebar-wrapper, div.right-sidebar-wrapper {
	padding-top: 0px;
}
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;
	top: 24px;
	right: 19px;
	cursor: pointer;
	padding: 15px 20px;
	border: 0px;
	border-image: initial;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #eb49ab;
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: center center;
}
div.custom-sidebar #search-text {
	margin-right: 10px;
}
div.custom-sidebar #searchform {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 20px 20px;
	background: #f4f4f4;
}
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 .container {
	background: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.footer-widget-wrapper {
	padding-top: 35px;
	color: #959699;
}
div.footer-widget-wrapper .custom-sidebar {
}
div.footer-widget-wrapper .custom-sidebar-title,
div.footer-widget-wrapper .srp-widget-title{
	font-size: 24px;
	margin-bottom: 20px;
}
div.footer-widget-wrapper .custom-sidebar #searchform {
	margin-top: 15px;
	margin-bottom: 0;
	width: 100%;
	margin-left: 0px;
}
/* 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: 20px;
	padding-bottom: 20px;
	text-align: center;
	background: #1f2327;
}
div.copyright-left {
	text-align: left;
	float: left;
	margin-left: 20px;
}
div.copyright-right {
	text-align: right;
	float: right;
	margin-right: 20px;
}
/*--- Comments ---*/

div.comment-wrapper {
	background: #eeeeee none repeat scroll 0 0;
	margin-top: 40px;
	padding: 15px;
}
div.comment-wrapper .comment-title {
	font-size: 18px;
}
div.comment-wrapper #reply-title {
	font-size: 18px;
	margin-bottom: 15px;
	line-height:18px;
}
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: 100%;
	margin: 5px 0 25px;
	padding: 10px;
	max-width: 100%;
	line-height: 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.comment-wrapper .comment-form label {
	width: 75px;
}
.comment-wrapper .comment-form input,  .comment-wrapper .comment-form textarea {
	box-shadow:none !important;
}
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,  div.comment-wrapper .comment-form .form-submit {
	margin:0;
}
div.comment-wrapper .comment-form .form-submit input {
	background: #4bb18f none repeat scroll 0 0;
	border: none;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	font-family: "Exo 2";
	font-size: 14px;
	font-weight: normal;
	height: auto;
	line-height: 30px;
	text-transform: uppercase;
}
div.comment-wrapper .comment-form .form-submit input:hover {
	background:#ef45ab;
}
div.comment-wrapper .comment-form p {
	margin:0;
}
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 0;
}
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 {
	line-height: 32px;
	margin-left: 2px;
	color: #ff0000;
}
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: 0;
}
/* 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 {
	background: #eeeeee none repeat scroll 0 0;
	float: left;
	font-size: 14px;
	margin: 0 0 20px;
	padding: 5px 10px;
	width: 100%;
}
div.single-info-inner-wrapper {
	border-right: 1px solid #cccccc;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 40px 0 0;
	width: auto;
}
div.single-info-inner-wrapper:last-child {
	border: medium none;
}
div.single-info-inner-wrapper span.single-info-header {
	clear: both;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}
div.single-info-inner-wrapper span.single-info-content {
	clear: both;
	float: left;
}
div.single-context {
	overflow: visible;
}
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 {
	font-weight: bold;
	font-size: 20px;
	color: #000;
	line-height: 28px;
}
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;
	display: none;
}
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: 20px;
	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;
}
div.blog-item-holder .blog-item2 .blog-thumbnail-context {
	overflow: hidden;
}
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: 20px;
	margin-bottom: 20px;
}
div.message-box-title {
	font-weight: bold;
	font-size: 24px;
	margin-top: 2px;
}
div.message-box-content {
	margin-top: 12px;
}
div.message-box-wrapper.red {
	background-color: rgba(228, 81, 164, 0.46);
	border-color: #E451A4;
	color: red;
	text-align: center;
	font-size: 20px;
	padding: 160px 0;
	margin-top: 20px;
}
div.message-box-wrapper.red .message-box-title {
	color: red;
}
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 {
	margin: 0px 20px 20px 20px;
	text-align: center;
	padding: 10px;
	border-left: 2px solid #ddd;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
}
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;
}
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;
}/*---------------------------Ahsan Css-------------------------------*/
html {
	background-color: transparent !important;
}
pre {
	clear: both;
	display: inline-flex;
	float: right;
	text-align: right;
}
.container {
	width: 1170px;
	clear: both;
	background-color: transparent !important;
}
.single.container .five.columns {
	width: 320px !important;
}
.single .container .sidebar-included .gdl-page-item .sixteen.columns {
	width: 750px !important;
}
.gdl-page-item {
	width: inherit !important;
}
.banner-area {
	background: none;
	margin-bottom: 0;
	height:auto;
}
.banner-area .wpb_column .vc_column-inner {
    max-width: 1053px;
	margin:0 auto;
}
.banner-area::after {
	background:url(images/banner-shadow.png) no-repeat;
	bottom: -142px;
	content: "";
	display: block !important;
	height: 142px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}
.banner-area .vc_row.form-area2 {
	margin: 0;
}
.product-image {
	position: absolute;
	top: 143px;
	left: 0;
	right: 0;
	z-index: 1;
}
.light-background.wpb_column.vc_column_container.vc_col-sm-4 {
	position: relative;
	z-index: 2;
	margin-right: 20px;
}
.light-background {
	margin: 16px 0 !important;
	position: relative;
	background-color: #923168;
	border-radius: 3px;
	float: right !important;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.75);
	position: relative;
	z-index: 2;
	padding: 10px;
}
.light-background .gform_wrapper {
	padding:0;
}
.light-background .gform_wrapper .gform_heading {
	margin: 0 0 3px;
}
.light-background .gform_wrapper h3.gform_title {
	font-size: 34px !important;
	font-weight: 200 !important;
	line-height: 27px;
	margin: 6px 0 5px 3px;
}
.light-background .gform_wrapper li.gfield {
	margin: 0 0 15px 3px !important;
}
.light-background .gform_wrapper span.gform_description {
	line-height: 26px;
	margin:0 0 0 3px;
}
.light-background .gform_wrapper .ginput_container input {
	padding:3px 10px;
}
.light-background .gform_wrapper select {
	padding:1px 10px !important;
}
.light-background .gform_wrapper .gform_footer {
	margin:0;
	padding:0;
}
.light-background .gform_wrapper .gform_footer input {
	float: right;
	padding:8px 48px;
	background: #4BB18F;
	border: none;
	box-shadow: none !important;
	color: #fff;
	border-radius: 5px;
	font-weight: normal;
	font-family: 'Exo 2';
	height: auto;
}
.light-background .gform_wrapper .gform_footer input:hover {
	background:#ef45ab;
}
.light-background .gform_wrapper .ginput_container_creditcard .ginput_full label {
	color: #ffffff;
}
.light-background .gform_wrapper input.ginput_card_security_code {
	margin: 7px 0 0px !important;
}
.light-background .gform_wrapper .ginput_cardextras .ginput_card_security_code_icon {
	float: none;
	left: calc(50% + 10px) !important;
	position: absolute !important;
	top: 38px !important;
}
.light-background .gform_wrapper .ginput_cardextras select {
	margin-bottom:0;
}
label.gfield_label {
	display: none !important;
}
h3.gform_title, .gform_description {
	color: #fff;
}
h3.gform_title {
	font-size: 36px;
}
.ginput_container input {
	border: 0;
/*	padding: 7px 10px !important;*/
	border-radius: 4px;
	border: 1px solid #fff;
}
.gfield_select {
	border: 0;
	padding: 6px 10px !important;
	border-radius: 4px;
	border: 1px solid #fff;
	color: #434343;
	line-height:18px;
}
body .gform_wrapper label.gfield_label+div.ginput_container {
	margin-top: 0px !important;
}
*:focus {
	outline: none;
}
ul.gfield_radio li input[type=radio] {
	border: solid 4px #000000 !important;
	background: #fff !important;
	margin: 0 !important;
	margin-top: 5px !important;
}
ul.gfield_radio li:first-child {
	margin-left: 0 !important;
}
ul.gfield_radio li {
	float: left;
	margin: 0 10px !important;
	color: #fff;
}
.lady_image div.vc_custom_1460107507841 {
	background-position: center top !important;
	background-size: cover;
}
.middle-content {
	padding: 100px 0px;
	padding-bottom: 0;
}
.middle-image img {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	z-index: 3;
}
.align_right {
	float: right;
	margin-top: 36px;
	width: 62%;
}
.Lady_image.vc_col-sm-7 {
	width:63.4%;
	margin:0 0 0 -39px;
}
.Lady_image .vc_column-inner {
	padding:0px !important;
}
.Lady_image h3 {
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	text-shadow: -1px 2px 1px rgba(0, 0, 0, 0.8);
	margin-bottom: 20px;
	text-transform: uppercase;
}
.Lady_image ul li {
	float: left;
	display: inline-block;
	width: 74% !important;
	padding: 8px 40px 8px 10px;
	background: rgba(0, 0, 0, 0.75);
	margin-top: 1px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.Lady_image ul li a {
	color: #fff !important;
	float: left;
	text-align: left;
	margin: 1px 0px;
	position: relative;
	z-index: 4;
}
.Lady_image ul {
	list-style: none;
	margin: 0px;
	clear: both;
}
.banner-right.vc_col-sm-5 {
	width: 39.8%;
}
.banner-right.vc_col-sm-5 .vc_column-inner {
	padding: 0;
}
.banner-right .wpb_wrapper > h3 {
	color: #ffffff;
	font-size: 34px;
	font-weight: normal;
	line-height: 36px;
	margin: 18px 0 10px;
	text-shadow: -1px 0 1px rgba(0, 0, 0, 0.76);
	text-transform:uppercase;
}
.banner-right .wpb_wrapper > ul {
	display: inline-block;
	margin: 0;
}
.banner-right .wpb_wrapper > h4 {
	color: #ffffff;
	font-size: 25px;
	font-weight: normal;
	line-height: 36px;
	margin: 5px 0 0;
	text-shadow: -1px 0 1px rgba(0, 0, 0, 0.76);
	text-transform:uppercase;
}
.banner-right .wpb_wrapper > ul li {
	color: #010101;
	display: inline-block;
	font-size: 23px;
	margin: 7px 4px 0;
	font-family:Myriad Set Pro;
	text-transform:uppercase;
}
.gform_wrapper {
	margin: 0em 0 !important;
	max-width: 100% !important;
	padding: 20px 0px 10px 0px;
	float: left;
	z-index: 1;
	position: relative;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
	margin-bottom: 0 !important;
}
.wpb_text_column.wpb_content_element.color-black{margin: 0 0 40px 0 !important;}
.line-space {
	position: relative;
	text-transform:uppercase;
}
.line-space:after {
	background-image: url(images/shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	content: '';
	position: absolute;
	bottom: -24px;
	left: 0;
	right: 0;
	top: 0px;
	opacity:0.6;
	z-index: -1;
	background-size: cover;
}
.green_banner {
	position: relative;
	text-transform: uppercase;
}
.green_banner:after, .green_banner:before {
	content: '';
	position: absolute;
	z-index: 1;
}
.green_banner:after {
	top: -15px;
	left: 1px;
	background-image: url(images/after.png);
	width: 40px;
	height: 15px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.green_banner:before {
	top: -15px;
	right: 1px;
	background-image: url(images/before.png);
	width: 40px;
	height: 15px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.logo-wrapper {
	margin: 0px !important;
	padding: 16px 0px 0px 0px;
}
.navigation-wrapper {
	margin: 0px !important;
}
ul.sf-menu li {
	padding: 0px !important;
}
.navigation-wrapper ul li a {
    border-top: solid 4px transparent;
    padding: 30px 0px 0px 0px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    font-family: 'Exo 2';
    margin: 0px 12px;
    color: #000;
}
.navigation-wrapper ul li:last-child a {
	margin: 0px;
}
.navigation-wrapper .sf-menu .current-menu-ancestor a, .navigation-wrapper .sf-menu .current-menu-item a {
	border-top: solid 4px #41b48d;
	font-weight: normal !important;
}
.navigation-wrapper ul li a:hover {
	border-top: solid 4px #41b48d;
}
.header-top-bar {
	background-color: #2d2e2e;
	color: #b8b8b8;
}
pre {
	text-align: right;
}
ul.cnss-social-icon {
	float: right;
}
.header-top-bar .left-area {
	padding:7px 14px 13px !important;
	width: 50%;
	float: left;
	font-size: 14px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	color: #4bb18f;
}
.header-top-bar .right-area {
	width: 50%;
	padding-top: 8px;
	padding-bottom: 4px;
	float: left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.header-top-bar .right-area pre {
	color: #4bb18f;
	font-size: 14px;
}
.header-top-bar .right-area ul.cnss-social-icon {
	margin: 3px 0 0;
}
.navigation-wrapper ul li.Order-link a {
	margin: 26px 0 0 10px !important;
	padding: 5px 20px 6px !important;
	background: #4bb18f;
	border-radius: 5px;
	border:none !important;
	color: #fff !important;
	font-size: 15px;
	font-weight: 400;
	text-transform:capitalize;
}
.navigation-wrapper ul li.Order-link a:hover {
	background:#ef45ab;
}
.navigation-wrapper ul li.contact-link a {
	margin: 26px 1px 0 10px !important;
	padding: 3px 17px 4px 18px !important;
	border: solid 2px #7a7a7a !important;
	border-radius: 5px;
	color: #7a7a7a !important;
	font-size: 15px;
	font-weight: 400;
	text-transform:capitalize;
}
.navigation-wrapper ul li.contact-link a:hover {
	background:#ef45ab;
	color:#fff !important;
	border-color:#ef45ab !important;
}
ul.cnss-social-icon li {
	margin-left: 6px;
}
.four_line_style ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 20px 0px;
	margin-bottom: 40px;
}
.four_line_style ul li {
	float: left;
	width:41.52%;
	padding: 9px 30px 12px;
	border-radius: 5px;
	background-color: #e84ea5;
	color: #fff;
	margin: 11px 0 1px;
	background-image: url(images/4line-arrow.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.four_line_style ul li:nth-child(2n) {
	float: right;
}
.section2 {
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
	float:left;
    width: 100%;
}
.section2 .vc_column_container{
	float: none;
    margin: 0 auto;
    width: 1200px;
	max-width:100%;
}
.section2::before {
    background: url(images/product_head.png) no-repeat;
    height: 89px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -54px;
    width: 264px;
}
.section2:after{
    background: #24282E;
    content: "";
    display: inline-block;
    height: 100%;
    left: -500%;
    position: absolute;
    top: 0;
    width: 1000%;
    z-index: -1;
}
.section3 .vc_column-inner {
	padding-top: 0px !important;
}
.Diff-style {
	width: 45%;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 20px;
	background-repeat: repeat-x !important;
	background-position: center center !important;
	border-radius: 5px;
	font-weight: bold;
}
.small-width {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.small-width2 {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.bottom-image .vc_custom_1460469225914 {
	background-repeat: no-repeat !important;
	background-position: center bottom !important;
	padding-bottom: 70px;
}
.green-center {
	background-repeat: no-repeat !important;
	background-position: center top !important;
	color: #303030;
}
.Green-heading-style h3 {
	color: #41b48d;
	font-size: 24px;
	padding-left: 60px;
	padding-top: 11px;
	padding-bottom: 11px;
}
.Green-heading-style {
	background-repeat: no-repeat;
	background-position: center left;
}
.side-space {
	line-height: 28px;
}
.side-space p {
	font-family: 'Exo 2';
	font-size: 16px;
	letter-spacing: 1px;
}
.Green-heading-style span {
	font-size: 20px;
}
.border-line {
	position: relative;
	width: 68%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #303030;
}
.border-line:after, .border-line:before {
	content: "";
	position: absolute;
	z-index: 1;
}
.border-line:after {
	right: 0px;
	top: 10px;
	bottom: 0px;
	width: 50px;
	height: 4px;
	background-color: #e5e5e5;
}
.border-line:before {
	left: 0px;
	top: 10px;
	bottom: 0px;
	width: 50px;
	height: 4px;
	background-color: #e5e5e5;
}
.bottom-image .vc_column-inner {
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
}
.bottom-image p {
	line-height: 28px;
}
.green_heading_tow_column .green-container h3 {
	padding: 20px 30px;
	background-color: #41b48d;
	border-top-left-radius: 5px;
	color: #fff;
	border-top-right-radius: 5px;
	font-size: 24px;
	line-height: 28px;
	position: relative;
	margin: 0px;
}
.green_heading_tow_column .green-container h3:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: -44px;
	left: 34px;
	width: 0px;
	height: 0px;
	border: solid;
	border-style: solid;
	border-color: #41b48d transparent transparent transparent;
	border-width: 22px;
}
.green_heading_tow_column .green-container h3 span {
	font-size: 14px;
}
.bottom-image2 .vc_column-inner {
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
}
.green_heading_tow_column .green-container ul {
	width: 100%;
	margin: 0;
	list-style: none;
	padding: 0;
}
.green_heading_tow_column .green-container ul li {
	padding: 40px 40px;
	background-color: #f0efef;
}
.green_heading_tow_column .green-container ul li {
	padding: 34px 55px;
	background-color: #f0efef;
	background-image: url(images/li-border.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	width: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.green_heading_tow_column .green-container ul li:last-child {
	background-image: none;
	position: relative;
}
.green-container > .vc_column-inner > .wpb_wrapper {
    background: #f0efef;
    height: 100%;
}
.green-container > .vc_column-inner > .wpb_wrapper:before {
	background-image: url(images/last-li-image.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	content: ".";
	position: absolute;
	z-index: 1;
	width: 100%;
	bottom: -20px;
	left: 0;
	right: 0;
}
.green_heading_tow_column .green-container ul li a {
    padding-left: 26px;
    background-image: url('images/left-arrow.png');
    background-repeat: no-repeat;
    background-position: top left;
    float: left;
    line-height: 20px;
    color: #121313;
}
.equalheight ul li:last-child {
	padding-bottom: 50px;
}
.center-align p {
	text-align: center;
	line-height: 26px;
	margin-bottom: 30px;
	padding: 0;
}
.center-align.wpb_column.vc_column_container.vc_col-sm-12 {
	margin-top: 70px;
}
.color-bg-row:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px;
	border-color: #ebebeb transparent transparent transparent;
	left: 0;
	right: 0;
	bottom: -142px;
	text-align: center;
	margin: auto;
	z-index: -1;
}
.color-bg-row .vc_column-inner {
    border-radius: 5px;
}
p {
	line-height: 24px;
}
.bullets .vc_column-inner {
    padding: 35px 10px 0;
}
.bullets .vc_column-inner::before {
    background: #e84ea5;
    border-radius: 50%;
    display: inherit;
    height: 11px;
    left: 20px;
    position: absolute;
    top: 40px;
    width: 11px;
	z-index:1;
}
.bullets .vc_column-inner::after {
    background: #e5e5e5;
    bottom: 0;
    content: "";
    display: inherit;
    left: 25px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 1px;
}
.bullets.before .vc_column-inner::after {
    top: 40px;
}
.after .vc_column-inner {
	position: relative;
}

.black-color {
	color: #000;
	font-size: 18px;
}
.black {
	color: #000000;
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
}
.green-line {
	width: 90%;
	margin:0 auto 30px;
	display: block;
	border-radius: 5px;
	font-weight: bold;
}
.black-color-line {
	color: #000000;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.girl-image {
	background-repeat: no-repeat !important;
	background-position: center center;
	float:left;
	width:100%;
}
.color-black {
	color: #000000
}
.gray-color-line {
	color: #7e7e7e;
}
.custom-button .vc_btn3.vc_btn3-size-lg {
	padding: 14px 70px !important;
	font-size: 22px !important;
}
.testmoinal p {
	color: #fff !important;
	line-height: 44px;
	font-style: initial;
	font-size: 16px !important;
	text-shadow: -2px 1px 1px rgba(0, 0, 0, 0.8);
}
.testmoinal footer {
	text-align: center !important;
	color: #fff !important;
	font-style: normal !important;
	font-size: 16px !important;
	text-shadow: -2px 1px 1px rgba(0, 0, 0, 0.8);
}
.tslider blockquote {
	border: 0;
}
.testmoinal {
	text-align: center;
	pointer-events: none
}
.cbp-qtcontent {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.green-image {
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
	background-size: cover;
}
.heading-image-testmonial {
	background-repeat: no-repeat !important;
	background-position: center bottom !important;
}
.research-image {
	background-position: center top;
	background-repeat: no-repeat;
}
.tablepress tfoot th, .tablepress thead th {
	background-color: #4bb18f !important;
	color: #fff !important;
	font-size: 22px !important;
}
div#tablepress-2_wrapper {
	border: solid 1px #dedddd;
	font-weight: normal !important;
	color: #000000;
}
td.column-1, td.column-2, td.column-3 {
	border-right: solid 1px #e5e5e5 !important;
}
th.column-1.sorting_disabled, th.column-2.sorting_disabled, th.column-3.sorting_disabled {
	border-right: solid 1px #439f80 !important;
}
td.column-1 {
	width: 40%;
}
td.column-2 {
	width: 10%;
	text-align: center !important;
}
td.column-3 {
	width: 10%;
	text-align: center !important;
}
td.column-4 {
	width: 40%;
}
.tablepress tbody td, .tablepress tfoot th {
	border-top: 1px solid #e5e5e5 !important;
}
#tablepress-2_wrapper tr th {
	padding: 16px 20px !important;
	font-weight: normal;
}
.tablepress td, .tablepress th {
	padding: 10px 20px !important;
}
.tablepress .even td {
	background-color: #f3f3f3 !important;
}
.row-2 td.column-1 {
	color: #e13e88;
}
.row-16 td.column-1 {
	color: #e13e88;
}
.radious {
	border-radius: 5px;
	color: #303030;
}
.home > .container .column, .home > .container .columns {
	margin: 0px;
}
.research-image:after {
	display: block !important;
	position: absolute;
	content: "";
	width: 100%;
	height: 100px;
	background-image: url(images/research-bottom.png);
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
}
.footer-wrapper {
	background: -moz-linear-gradient(270deg, rgba(18,21,24,1) 0%, rgba(36,40,46,1) 29%, rgba(36,40,46,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(18,21,24,1)), color-stop(29%, rgba(36,40,46,1)), color-stop(100%, rgba(36,40,46,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, rgba(18,21,24,1) 0%, rgba(36,40,46,1) 29%, rgba(36,40,46,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, rgba(18,21,24,1) 0%, rgba(36,40,46,1) 29%, rgba(36,40,46,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, rgba(18,21,24,1) 0%, rgba(36,40,46,1) 29%, rgba(36,40,46,1) 100%); /* ie10+ */
	background: linear-gradient(180deg, rgba(18,21,24,1) 0%, rgba(36,40,46,1) 29%, rgba(36,40,46,1) 100%); /* w3c */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121518', endColorstr='#24282e', GradientType=0 ); /* ie6-9 */
	padding-top: 40px !important;/* width: 100%; *//* float: left; */
}
.footer-wrapper .container .one-third.column {
    margin: 0 25px;
    width: 340px;
}
.menu-footer-main-container ul li a {
	color: #898b8f;
	border-bottom: solid 1px #3a3e43;
	float: left;
	width: 100%;
	padding: 10px 0px;
}
.menu-footer-main-container ul li:last-child a {
	border: 0px;
}
.copyright-wrapper {
	margin-top: 50px;
}
h4.srp-post-title {
	font-size: 16px;
	margin-bottom: 8px !important;
}
.srp-post-content {
	font-size: 14px;
}
.srp-widget-singlepost {
	margin-bottom: 20px !important;
	padding-bottom: 20px !important;
}
.srp-container-single-column .srp-widget-singlepost {
	border-bottom: 1px solid #3a3e43 !important;
}
.copyright-inner {
	width: 31%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-size: 13px;
	color: #898b8f;
}
.copyright-inner ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.copyright-inner ul li{
	display:inline-block;
}
.copyright-inner ul li a {
	display:inline-block;
	padding: 0 11px;
	border-left: solid 1px #898b8f;
	line-height: 14px;
	color: #898b8f;
}
.copyright-inner ul li:first-child a {
	border: 0px;
}
.srp-widget-container > .srp-widget-singlepost:last-child {
	border-bottom: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.footer-wrapper a {
	color: #41b48d;
}
.footer-wrapper a:hover{
	color:#ef45ab;
}
.srp-widget-title {
	margin-bottom: 30px;
}
.custom-radio input[type="radio"] {
	display: none;
}
.custom-radio input[type="radio"] + label::before {
	background: #dddddd none repeat scroll 0 0;
	border: 2px solid #322114;
	border-radius: 50%;
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 16px;
}
.custom-radio input[type="radio"]:checked + label::after {
	background: #000 none repeat scroll 0 0;
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 5px;
	position: absolute;
	top: 8px;
	width: 6px;
}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
	font-weight: normal !important;
	font-size: 34px !important;
}
.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
	vertical-align: bottom !important;
}
.gform_wrapper .gform_footer {
	float: right;
}
.style {
	background-color: #fff;
	padding: 16px;
	position: relative;
	float: left;
	border-radius: 5px;
}
.style img {
	border: solid 1px #e9e9e9;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.product-title {
	font-size: 16px;
	color: #fff;
	padding: 20px 30px;
	padding-left: 0px;
	margin: 16px 0px;
	float: left;
	background: #e84ea5;
	background: -moz-linear-gradient(top, #e84ea5 0%, #da3994 100%);
	background: -webkit-linear-gradient(top, #e84ea5 0%, #da3994 100%);
	background: linear-gradient(to bottom, #e84ea5 0%, #da3994 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e84ea5', endColorstr='#da3994', GradientType=0 );
	font-weight: normal;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	position: relative;
	text-transform: uppercase;
}
.just-for {
	float: right;
	text-align: left;
	margin: 24px 0;
}
.short-desc {
	float: left;
	margin-bottom: 20px;
	background-color: #e9e9e9;
	padding: 10px 10px;
	color: #24282e;
	position: relative;
}
.short-desc:after, .short-desc:before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 20px;
	height: 100%;
	background-color: #e9e9e9;
}
.short-desc:before {
	left: -16px;
	top: 0;
}
.short-desc:after {
	right: -16px;
	top: 0;
}
.long-desc {
	float: left;
	line-height: 24px;
}
div .style a.button {
    float: left;
    padding: 10px 0px !important;
    margin: 20px 0px !important;
    display: block !important;
    background-color: #4bb18f !important;
    color: #fff;
    width: 100%;
    text-align: center;
    background-image: none !important;
    font-weight: normal !important;
    font-size: 18px !important;
}

.product-title:after, .product-title:before {
	content: "";
	position: absolute;
	z-index: 1;
}
.product-title:before {
	width: 30px;
	height: 100%;
	left: -30px;
	top: 0;
	background: #e84ea5;
	background: -moz-linear-gradient(top, #e84ea5 0%, #da3994 100%);
	background: -webkit-linear-gradient(top, #e84ea5 0%, #da3994 100%);
	background: linear-gradient(to bottom, #e84ea5 0%, #da3994 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e84ea5', endColorstr='#da3994', GradientType=0 );
}
.product-title:after {
	left: -26px;
	bottom: -10px;
	width: 0px;
	height: 0;
	border-style: solid;
	border-width: 10px;
	border-color: transparent transparent transparent #c10e63;
	transform: rotate(-45deg);
	/* Safari */

	-webkit-transform: rotate(-45deg);
	/* Firefox */

	-moz-transform: rotate(-45deg);
	/* IE */

	-ms-transform: rotate(-45deg);
	/* Opera */

	-o-transform: rotate(-45deg);

	/* Internet Explorer */

	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.just-for h2 {
	margin: 0;
	color: #24282e;
	font-size: 14px;
	margin-bottom: 0px;
	text-align: center;
}
.just-for .price {
	color: #41b48d;
	font-size: 24px;
}
h2.blogtitle,
.single-context .single-content h1,
.single-context .single-content h2,
.single-context .single-content h3,
.single-context .single-content h4,
.single-context .single-content h5,
.single-context .single-content h6{
	color: #303030;
	font-size: 24px;
	line-height: 28px;
}
.header-cover {
	background: #fff;
}
.padding-style {
	padding: 20px 0px !important;
}
.padding-style #black-studio-tinymce-4 {
	background-color: #cbc9c9;
	border-radius: 5px;
	padding: 20px 20px 30px 20px;
	width: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	float: left;
}
h1.gradient {
	font-size: 16px;
	padding: 10px 10px;
	border-radius: 5px;	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e84ea5+0,da3994+100,7db9e8+100 */
	background: #e84ea5; /* Old browsers */
	background: -moz-linear-gradient(top, #e84ea5 0%, #da3994 100%, #7db9e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e84ea5 0%, #da3994 100%, #7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e84ea5 0%, #da3994 100%, #7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e84ea5', endColorstr='#7db9e8', GradientType=0 ); /* IE6-9 */
	color: #fff;
}
#gform_wrapper_2 {
	margin: 0 !important;
	max-width: auto !important;
	padding: 0 0 !important;
	float: initial !important;
}
#gform_wrapper_2 form {
	margin-bottom: 0;
}
#gform_wrapper_2 lable {
	display: none;
}
#gform_wrapper_2 ul {
	margin: 0;
}
#gform_wrapper_2 ul li {
	padding: 0;
	list-style: none;
}
#gform_wrapper_2 .gform_footer.top_label {
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	text-align: left;
	float: left;
}
#gform_wrapper_2 form {
	margin-bottom: 0;
	width: 100%;
	float: left;
	clear: both;
	padding: 16px 10px 40px 16px;
	background: #fff;
	border-radius: 5px;
	position: relative;
}
#gform_wrapper_2 li input {
	border: solid 1px #e0e0e0;
	margin-bottom: 10px;
	font-size: 14px;
	background-color: #efefef;
	color: #000000;
	font-family: 'Exo 2';
}
#gform_wrapper_2 .gform_footer.top_label input {
	background-color: #000000 !important;
	background-image: none;
	color: #fff;
	font-size: 14px;
	font-family: 'Exo 2';
	border: 0;
	padding: 0 10px;
	font-weight: normal !important;
}

::-webkit-input-placeholder {
 color: #434343;
 font-family:'Exo 2';
}

:-moz-placeholder { /* Firefox 18- */
 color: #434343;
 font-family:'Exo 2';
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #434343;
 font-family:'Exo 2';
}

:-ms-input-placeholder {
 color: #434343;
 font-family:'Exo 2';
}
.form-bottom-text p {
	margin: 0;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	display: block;
	text-align: center;
}
.form-bottom-text p span {
	color: #e959aa;
}
h3.custom-sidebar-title.sidebar-title-color.gdl-title {
	color: #fff;
	border: 0px;
	background: #4bb18f;
	padding: 16px 18px;
	font-weight: normal;
	font-size: 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0;
	width: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#relatedpostswidget-2 {
	background-color: #eeeded;
	border: solid 1px #cfcfcf;
	border-radius: 5px;
}
#related_posts_rpw li {
	border-bottom: 1px dotted #d6d5d5 !important;
	margin: 12px 6px !important;
	padding: 10px 12px !important;
}
#related_posts_rpw li:last-child {
	border-bottom: 0px !important;
}
.container .five.columns {
	width: 350px !important;
}
#related_posts_rpw li a {
	color: #000000;
	padding-left: 20px;
	float: left;
	position: relative;
}
#related_posts_rpw li a:after {
	content: ">";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	top: 0;
	right: 0;
	display: block;
	color: #df419a;
	font-weight: bold;
	font-size: 16px;
	font-family: monospace;
}
div#gform_wrapper_3 {
	width: 100%;
	padding: 0;
	margin: 0 !important;
}
#gform_wrapper_3 .gform_footer.top_label {
	padding: 0 0;
	margin: 0 0 20px 0px;
	float: left;
}
#gform_wrapper_3 .gform_footer.top_label input {
	color: #fff;
	background: #e74ca4;
	padding: 8px 30px;
	border-radius: 5px;
	margin: 0 0px 0px 0px;
	clear: both;
	display: inline-block;
	height: auto;
	border: 0;
}
#gform_wrapper_3 ul li input {
	margin: 0;
	border: solid 1px #ececec;
	background: #f8f8f8;
}
#gform_wrapper_3 ul li textarea {
	border: solid 1px #ececec;
	background: #f8f8f8;
	padding: 10px 10px;
}
.archive .container .sidebar-included .gdl-page-item .sixteen.columns {
	width: 100%;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	line-height: inherit !important;
	font-family: 'Exo 2' !important;
	padding: 6px 20px !important;
	font-weight: normal !important;
	border-radius: 5px !important;
	color: #fff !important;
	background-color: #ef45ab !important;
	height: auto;
}
.vc_toggle_title {
	padding: 10px 10px 10px 26px !important;
	background: #4bb18f;
	color: #fff;
	border-radius: 10px;
}
.vc_toggle_default .vc_toggle_icon::after, .vc_toggle_default .vc_toggle_icon::before {
	background: #fff !important;
}
.full-width .sixteen.columns.wrapper {
	width: 750px !important;
}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
	float: left;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
	margin: 10px 0 20px !important;
}
.single-product .container .sidebar-included .gdl-page-item .sixteen.columns {
	width: 1170px !important;
}
.woocommerce .quantity .qty {
	margin: 3px 0px;
	padding: 3px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	border: 0;
	background: none;
}
.full-width .container .sixteen.columns {
	width: 750px !important;
}
.sidebar-style {
	padding: 30px 20px;
	/*    background-image: url(images/textwidget.png);*/

	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 5px;
	text-align: center;
	background-color: #CCCCCC;
}
.sidebar-style h1 {
	font-size: 18px;
	color: #e74ca4;
	line-height: initial;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 0;
}
.sidebar-style h2 {
	font-size: 16px;
	color: #fff;
	background: #4bb18f;
	padding: 12px 11px;
	border-radius: 5px;
	margin: 20px 0px;
	display: inline-block;
}
.sidebar-style h4 {
	color: #707070;
	font-size: 15px;
	margin: 0;
}
.sidebar-style a {
	color: #fff;
	background: #e74ca4;
	padding: 8px 22px;
	border-radius: 5px;
	margin: 20px 0px 0px 0px;
	clear: both;
	display: inline-block;
}
.sidebar-style2 {
	padding: 30px 20px;
	background-image: url(images/textwidget2.png);
	background-position: center top;
	background-repeat: no-repeat;
	border-radius: 5px;
	background-color: #eeeded;
}
.sidebar-style2 h1 {
	color: #070707;
	font-size: 24px;
}
.sidebar-style2 h2 {
	color: #4bb18f;
	font-size: 18px;
}
.sidebar-style2 h4 {
	color: #707070;
	font-size: 15px;
}
.sidebar-style2 a {
	color: #fff;
	background: #e74ca4;
	padding: 8px 22px;
	border-radius: 5px;
	clear: both;
	display: inline-block;
}
.right-content-area #black-studio-tinymce-3 {
	display: none;
}
.right-content-area h3.custom-sidebar-title.footer-title-color.gdl-title {
	display: none;
}
.one-product-section {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,3a886e+0,3a886e+100,3a886e+100,3a886e+100 */

	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #3a886e 0%, #3a886e 100%, #3a886e 100%, #3a886e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1e5799 0%, #3a886e 0%, #3a886e 100%, #3a886e 100%, #3a886e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1e5799 0%, #3a886e 0%, #3a886e 100%, #3a886e 100%, #3a886e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#3a886e', GradientType=0 ); /* IE6-9 */
	padding: 30px 0px;
}
.home .one-product-section {
	display: none;
}
.one-product-section h1 {
	font-size: 28px;
	color: #fff;
	line-height: initial;
}
.one-product-section p {
	color: #fff;
	line-height: inherit;
}
.one-product-section a {
	background: #dc539f;
	padding: 8px 60px;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
}
.button-bottom-text {
	color: #000000;
	font-weight: bold;
	padding-left: 20px;
	background-image: url(images/heart.png);
	background-position: center left;
	background-repeat: no-repeat;
	display: inline-block;
}
.center-align {
	text-align: center;
}
.text-price {
	float: left;
	color: #fff;
	padding: 35px;
	width: 70px;
	height:70px;
	text-align: center;
	background-color: #dc539f;
	border-radius: 100%;
	position: relative;
	z-index: 1;
	font-size: 18px;
	box-shadow: 0px 0px 7px 0px #000000;
	left: 20px;
	top:20px;
}
.text-price span {
	font-size: 22px;
	margin-top: 6px;
	float: left;
	width: 100%;
}
.position .one-single-image {
	position: absolute;
	z-index: 0;
	right: 0px;
	top: -80px;
}
.center-align {
	margin-top: 60px;
}
.woocommerce ul.products li.product .price {
	color: #2d2e2e !important;
	display: block;
	font-weight: normal !important;
	margin-bottom: 8px !important;
	font-size: 24px !important;
	position: relative;
	bottom: -20px;
	right: 0px;
	float: right;
}
.woocommerce ul.products li.product h3 {
	padding: 10px 0 !important;
	font-size: 18px !important;
	min-height: 96px;
}
.page-id-1363 .woocommerce ul.products li.product h3 {
	min-height: 0;
}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
	width: 27.75% !important;
	padding: 10px !important;
	background: #f4f4f4;
	border: solid 1px #e0e0e0;
	border-radius: 5px;
}
.woocommerce ul.products li.product a img {
	border: solid 1px #e8e8e8;
}
.single-procuct-style ul.products li {
	width: 89% !important;
}
.single-procuct-style .woocommerce ul.products li.product a img {
	width: 70% !important;
	margin-left: auto;
	margin-right: auto;
	display: block;
	min-height: auto;
}
.single-procuct-style .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin: 0px !important;
	padding: 16px !important;
}
.gform_wrapper span.gform_description {
	font-weight: 100 !important;
	font-size: 20px;
	font-family:'Myriad Set Pro';
}
.woocommerce a.added_to_cart {
	display: block !important;
}
.gdl-page-float {
	width: 100%;
	float: left;
}
.full-width {
	width: 100%;
}
.body-wrapper {
	overflow: hidden;
	position: relative;
}
form.login, form.lost_reset_password {
	width: 40%;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;
	float: initial !important;
}
.woocommerce h2 {
	display: none;
}
.woocommerce div.product div.images img {
	width: 70% !important;
	border: solid 1px #e0e0e0;
	background-color: #f4f4f4;
	margin-left: auto;
	margin-right: auto;
	display: block !important;
}
.related.products {
	background-color: #f4f4f4;
	position: relative;
	border-top: solid 1px #e0e0e0;
	width: 100%;
	float: left;
}
.related:before, .related:after {
	content: "";
	position: absolute;
	z-index: 1;
}
.related:after {
	left: -1169px;
	top: -1px;
	background-color: #f4f4f4;
	width: 100%;
	height: 100%;
	border-top: solid 1px #e0e0e0;
}
.related:before {
	right: -1169px;
	top: -1px;
	background-color: #f4f4f4;
	width: 100%;
	height: 100%;
	border-top: solid 1px #e0e0e0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 0px !important;
}
.woocommerce-tabs.wc-tabs-wrapper {
	width: 100%;
	float: left;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 100% !important;
}
.vc_toggle {
	margin: 0 0 10px !important;
	float: left;
	width: 100%;
}
.gdl-page-float-lef {
	float: left;
}
.page .vc_col-md-8.columns.wrapper.mb10 {
	margin: 0;
	padding: 0;
}
.order-now {
	min-width: auto;
	padding: 0;
	position: fixed;
	right: -1px;
	top: 200px;
	z-index: 10;
}
#product_button {
	color: #fff;
	float: left;
	width: 50px;
	text-align: center;
	padding: 4px 8px;
	font-size: 14px;
	border: solid 2px #41b48d;
	background-color: rgba(65, 180, 141, 0.5);
	transition: 0.4s ease;
}
/*#product_button:hover {
	background-color: rgba(230, 79, 173,0.5);
	border: solid 2px #e64fad;
}*/
.home .order-now {
	display: block !important;
}
a#product_button i {
	font-size: 25px;
}
.single-product-shortcode {
	background-color: #eeeded;
	padding: 10px 20px;
	color: #707070;
	font-size: 15px;
	float: left;
	border: 1px solid #cfcfcf !important;
	border-radius: 5px;
}
.single-product-shortcode img {
	height: auto;
	margin-bottom: 20px;
}
.single-product-title {
	background: #dc539f;
	padding: 10px 87px 10px 0px;
	color: #fff;
	font-size: 16px;
	position: relative;
	width: auto;
	border-top-right-radius: 5px;
}
.single-product-title:before, .single-product-title:after {
	content: "";
	position: absolute;
	z-index: 1;
}
.single-product-title:after {
	width: 20px;
	height: 100%;
	background-color: #dc539f;
	left: -20px;
	top: 0;
}
.single-product-title:before {
	width: 15px;
	height: 100%;
	background-color: #dc539f;
	right: -20px;
	top: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.cover-single-product-price {
	position: relative;
	clear: both;
	padding-bottom: 40px;
}
.single-product-price {
	position: absolute;
	right: -13px;
	top: -52px;
	width: 65px;
	height:39px;
	background-color: #128e8e;
	padding: 23px 10px;
	border-radius: 100%;
	text-align: center;
	z-index: 2;
	color: #fff;
	box-shadow: -1px -1px 6px -1px #000000;
}
span.Only {
	float: left;
	width: 100%;
}
span.single-price {
	float: left;
	width: 100%;
}
.single-product-shortcode img {
	margin: 0;
	width: 100%;
	height: auto;
}
.single-short-desc {
	float: left;
	width: 100%;
	margin: 0 0 20px 0px;
}
.single-button-cover {
	float: left;
	position: relative;
	width: 100%;
}
.single-button-cover a:nth-of-type(1) {
	padding: 10px 10px;
	float: left;
	background-color: #41997c;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}
.single-button-cover a:nth-of-type(2) {
    float: left;
    padding: 4px 10px !important;
    border: solid 1px #7a7a7a;
    border-radius: 5px;
    margin-top: 20px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #7a7a7a;
}
#pro_related_post-2 ul {
	background: #eeeded;
	border: solid 1px #cfcfcf;
	border-top: 0;
	padding: 20px 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#pro_related_post-2 ul li {
	padding: 0 14px;
	float: left;
	width: 92%;
	margin-bottom: 10px;
}
#pro_related_post-2 ul li a {
    float: left;
    padding: 10px 0px 10px 20px;
    font-size: 14px;
    background: transparent;
    background-image: url(images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: center left;
    width: 94%;
    border-bottom: solid 1px #cfcfcf;
    color: #000;
}

#pro_related_post-2 ul li:first-child a {
	padding-top: 0;
}
#pro_related_post-2 ul li:last-child a {
	border-bottom: 0;
}
.vc_row {
	margin-left: -15px;
	margin-right: -15px;
}
div#search-2 {
	width: 100%;
}
.vc_col-md-6 {
	width: 50%;
	float: left;
	padding: 0px 15px;
	box-sizing: border-box;
}
.position {
	position: relative;
}
.single-product-shortcode .added_to_cart {
	display: block;
	position: absolute;
	right: 0;
	top: 30px;
}
.woocommerce table.shop_table {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
	border-color: rgba(0, 0, 0, 0.1) !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	border: 1px solid #000 !important;
}
.page-id-1368 .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 47% !important;
}
h1.error {
	font-size: 180px;
	font-family: 'Exo 2';
	float: left;
	width: 100%;
	margin-bottom: 80px;
}
div#gform_confirmation_message_1 {
	color: #fff;
}
.woocommerce .woocommerce-message {
	border-top-color: #EF45AB !important;
}
.woocommerce .woocommerce-message:before {
	color: #EF45AB !important;
}
.woocommerce a.remove {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.woocommerce .woocommerce-info {
	border-top-color: #DC539F !important;
}
.woocommerce .woocommerce-info:before {
	color: #DC539F !important;
}
.woocommerce div.product .product_title {
	font-weight: bold;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #4BB18F !important;
}
.gform_wrapper .gform_footer {
	padding:4px 0 !important;
}
.gform_body ul li {
	margin-bottom: 6px !important;
}
.vc_row.home-custom-row1 {
	margin: 18px auto 0;
	max-width: 1074px;
}
.vc_row.home-custom-row1 .vc_column-inner {
	padding: 0 10px;
}
.vc_row.home-custom-row2,  .vc_row.home-custom-row3 {
	margin: 0 auto !important;
	max-width: 1030px;
}
.home-custom-row2 h3, .home-custom-row2 h4 {
	font-weight: 200 !important;
}
.vc_row.home-custom-row3 .four_line_style p {
	line-height: 18px;
	margin:0 0 18px;
}
.blog-item-holder .blog-item2:last-child {
	border: 0 none;
	margin-bottom: 0 !important;
}
.blog-item-holder .blog-item2 {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 40px !important;
	padding-bottom: 40px;
}
.blog-item-holder .blog-item2 .blog-continue-reading {
	background: #4bb18f none repeat scroll 0 0;
	border-radius: 0;
	color: #ffffff;
	display: inline-block;
	float: right;
	padding: 6px 10px;
	margin:18px 0 0;
	font-size:15px;
}
.blog-item-holder .blog-item2 .blog-continue-reading:hover {
	background:#EF45AB;
}
.blog-item-holder .blog-item2 .blog-thumbnail-image {
	float: left;
	margin: 0 15px 0 0 !important;
	max-width: 300px;
}
.blog-social {
	float:left;
	clear:left;
}
.blog-social .essb_links.essb_template_metro-retina {
	margin:16px 0 0;
}
.blog-social .essb_links.essb_template_metro-retina li a {
	margin-top:0;
}
.testmoinal .bx-wrapper ul.testimonials-slider li {
	display: table-cell;
	float: none !important;
}
.body-wrapper > .header-main {
	background: rgba(255, 255, 255, 0.9);
	padding-bottom: 3px;
	position: fixed;
	width: 100%;
	z-index: 2;
}
.body-wrapper > .header-main.fix_header {
    background: rgba(221, 221, 221, 0.92) none repeat scroll 0 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.body-wrapper > .main-container {
	margin-top:121px;
}
.pps-popup .pps-wrap{border-radius:0px !important;}
.pps-popup .pps-content .post-content > p {
	color: #ffffff;
}
.pps-popup .pps-content p {
	text-align: center;
}
.pps-popup .pps-content h1 {
	background: #e84ea5; /* Old browsers */
	background: -moz-linear-gradient(top, #e84ea5 0%, #da3994 100%, #7db9e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e84ea5 0%, #da3994 100%, #7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e84ea5 0%, #da3994 100%, #7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e84ea5', endColorstr='#7db9e8', GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	color: #ffffff;
	font-size: 16px !important;
	padding: 10px !important;
	display:inline-block;
	width:300px;
}
.pps-popup .pps-content h2 {
	color: #ffffff;
	font-size: 15px !important;
	text-align: center;
	display:inline-block;
	width:320px;
	margin:0 0 10px !important;
}
.pps-popup .pps-content .form-bottom-text p {
	bottom: -4px;
}
.pps-popup .pps-content #gform_wrapper_2 {
	width:320px;
	float:left !important;
}
.pps-popup .pps-content .gform_wrapper .gform_footer {
	padding:0 !important;
}
.pps-popup .pps-content {
	overflow:hidden !important;
}
.upper-light {
    font-weight: 200;
    text-transform: uppercase;
}
.display-none{
	display:none;
}
.column-right.vc_column_container {
    float: right;
}

.nav-button {
    background: url("images/menu.png") no-repeat scroll 0 0;
    cursor: pointer;
    float: right;
	margin:24px 0 0;
	display: none;
	height: 40px;
    width: 43px;
	border-radius: 5px;
}
.nav-order-button{display: none;}
.nav-order-button a{
	background: #3FB48C;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    float: right;
    margin: 0 5px 0 0;
    padding: 9px 5px 11px;
}
.nav-order-button a:hover{background: #E54FAB;}

.nav-order-button {
    float: right;
    margin: 24px 0 0;
}
.bullets.last .wpb_wrapper > p:last-child{margin:0 0 20px;}
.payment_method_authorize_net_aim p.form-row select {
    border-color: #bbb3b9 #c7c1c6 #c7c1c6 !important;
    float: left;
    margin: 0 10px 0 0 !important;
    padding: 4px 4px 3px;
    width: 75px !important;
}
.gform_wrapper .gfield.gfield_error {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
}
.gform_wrapper .validation_error,
.gform_wrapper .gfield_description.validation_message {
    display: none;
}


.page-id-1845 .gdl-page-title.gdl-title.title-color{
	display:none;	
}

.gfield.gfield_error.gf_right_half.gfield_contains_required.field_sublabel_below.field_description_below {
    margin-left: 0 !important;
}

li.gfield_error input {
    border: 2px solid red !important;
    margin-top: 0;
    width: 100% !important;
}
li.gfield_error .ginput_container.ginput_container_email {
    margin-left: 0 !important;
}
.product-title a {
    color: #fff;
}

.single-product-title a {
    color: #fff;
}

.woocommerce a {
    color: #000;
}

.single-content a:hover{
	color:#0000ff;
	text-decoration:underline;
}
.header-right-side-wrapper .cart {
	float: right;
	margin: 30px 0 0 5px;
}
.header-right-side-wrapper .cart a i.fa {
	color: #ef45ab;
	font-size: 1.5em;
	padding: 0 5px 0 0;
}
.header-right-side-wrapper .cart a i.fa:hover {
	color: #4bb18f;
}
.single-bolg table{border:none;}
.single-bolg table tr th, .single-bolg table tr td{border:none; vertical-align:top;}


.banner-area .flexslider {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}
.banner-area .flexslider .flex-control-nav{
	display:none;
}
.banner-area .flexslider .flex-direction-nav a{color:#fff;}
.home-tabs .vc_tta.vc_general .vc_tta-panels {
    border: none;
}
.home-tabs .vc_tta.vc_general .vc_tta-panel-body {
    padding: 0;
	border-radius:0;
	border:none;
}
.home-tabs .vc_tta-container {
    margin-bottom: 1px;
}
.home-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list,
.home-tabs .vc_row.tab-conainer{
    float: none;
    margin: 0 auto !important;
    max-width: 1200px;
}
.home-tabs .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab {
    border-left: 1px solid #bbbbbb;
}
.home-tabs .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab:first-child{
	border:none;
}
.home-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li:first-child a{
	border-radius: 5px 0 0 0;
}
.home-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li:last-child a{
	border-radius: 0 5px 0 0;
}
.home-tabs .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active > a,
.home-tabs .vc_tta.vc_general .vc_active .vc_tta-panel-title > a,
.home-tabs .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab > a:hover,
.home-tabs .vc_tta.vc_general .vc_tta-panel-title > a:hover{
    background: #e64ba2 !important;
    color: #ffffff !important;
}
.home-tabs .wpb_text_column.testmoinal{
	float: none;
    margin: 0 auto;
	max-width:940px;
}
.home-tabs .vc_row .vc_column_container > .vc_column-inner{padding-left:15px;padding-right:15px;}
.home-tabs .vc_row.bg-full-width {
    background: #f5f5f5 none repeat scroll 0 0;
    position: relative;
}
.home-tabs .vc_row.bg-full-width::before {
    background: #f5f5f5 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 100%;
    left: -500%;
    position: absolute;
    top: 0;
    width: 1000%;
    z-index: -1;
}
.home-tabs .wpb_text_column.testmoinal .tslider-content {
    font-size: 16px;
    font-style: italic;
    line-height: 44px;
    text-shadow: -2px 1px 1px rgba(0, 0, 0, 0.8);
}
.home-tabs .wpb_text_column.testmoinal .tslider-title::before {
    content: "― ";
}
.home-tabs .wpb_text_column.testmoinal .tslider-title {
    font-size: 16px;
    font-style: italic;
    line-height: 44px;
    margin: 30px 0 0;
}

.home-cart-button .add_to_cart_inline {
    border: medium none !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    text-align: center;
}
.home-cart-button .add_to_cart_inline span.amount {
    display: none;
}
.home-cart-button .add_to_cart_inline a.button {
    font-size: 24px;
    padding: 17px 40px !important;
    text-transform: uppercase;
	position:relative;
	background:#4bb18f !important;
}
.home-cart-button .add_to_cart_inline a.button:hover{
	background:#E64BA2 !important;
}
.home-cart-button .add_to_cart_inline a.button:before{
    color: #ffffff;
    content: "\f07a";
	font-family:FontAwesome;
	font-size: 28px;
    margin: 0 10px 0 0;
}
.read-more-testi .wpb_wrapper a {background: #4bb18f; border-radius: 4px; color: #fff; padding: 10px 20px;}
.read-more-testi .wpb_wrapper a:hover {background: #ef45ab;}
.home-sec-product .vc_col-md-4.vc_col-sm-4.vc_col-xs-12 {
    display: inline-block;
    text-align: left;
    float: none;
}

.home-sec-product .products.row {
    text-align: center;
}
.wpb-js-composer .home-tabs .vc_tta-container {
    margin-bottom: 1px !important;
}
.home-tabs .vc_tta-container .vc_tta-panel-body {
    padding-bottom: 0 !important;
}

.single-bolg .single-context .single-content ol li {
    line-height: 24px;
    margin: 0 0 7px 0;
}
.single-bolg .single-context .single-content ul li {
    line-height: 24px;
    margin: 0 0 7px 0;
}