html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	margin: .67em 0;
	font-size: 2em;
}
mark {
	color: #000;
	background: #ff0;
}
small {
	font-size: 80%;
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
padding: 0;
border: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}
legend {
	padding: 0;
	border: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
td, th {
	padding: 0;
}
/* ------ end normalize css ------- */
.header .widget.widget-navigation {
	z-index: inherit;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	color: rgba(0, 0, 0, 0.8);
	font-size: 15px;
	font-weight:500;
    font-family: 'ProximaNova-Regular';
	line-height: 23px;
	background-color: #ffffff;
}
body > div.body{
	background-color: #ffffff;
}
::selection {
	background-color: #3498db;
	color: #fff;
}
::-moz-selection {
	 background-color: #3498db;
	color: #fff;
}
.fixed-width > div {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin: auto;
	width: 1300px;
}
input, button, select, textarea {
    font-family: 'ProximaNova-Regular';
	font-size: inherit;
	line-height: inherit;
}
a:link, a:active, a:visited {
    font-family: 'ProximaNova-Regular';
	font-size: 15px;
	color: #3498db;
	text-decoration: none;
}
.widget-snippet a:hover, .widget-snippet a:focus{
	color: #3498db;
}

body .widget-article a:hover, body .widget-article a:focus {
	color: #3498db;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'ProximaNova-Regular';
	color: #3498db;
	font-weight:normal;
}
h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 0;
}
h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0;
}
h1 {
	font-size: 30px;
	line-height:30px;
}
h2 {
	font-size: 26px;
	line-height:25px;
}
h3 {
	font-size: 22px;
	line-height:25px;
}
h4 {
	font-size: 20px;
	line-height:20px;
}
h5 {
	font-size: 17px;
	line-height:20px;
}
h6 {
	font-size: 15px;
	line-height:18px;
}
p {
	color: rgba(0, 0, 0, 0.8);
	font-size: 15px;
    font-family: 'ProximaNova-Regular';
	line-height: 23px;
	margin:0;
	padding:0 0 15px 0;
}
.widget-snippet p {
	color: rgba(0, 0, 0, 0.8);
	font-size: 15px;
    font-family: 'ProximaNova-Regular';
	line-height: 23px;
	margin:0;
	padding:0 0 15px 0;
}
.widget-snippet h1, .widget-snippet h2, .widget-snippet h3, .widget-snippet h4, .widget-snippet h5, .widget-snippet h6 {
    margin: 15px 0 10px;
    padding: 0;
}
ul, ol {
	margin-bottom: 20px;
	padding: 0 0 0 15px;
}
.widget-snippet ul,.widget-snippet ol{
	margin-bottom: 20px;
	padding: 0 0 0 15px;
}
ul li, ol li {
	position:relative;
	color: rgba(0, 0, 0, 0.8);
	font-size: 15px;
	font-weight:normal;
    font-family: 'ProximaNova-Regular';
	line-height: 18px;
	margin:0;
	padding:0 0 10px 15px;
}
.widget-snippet ul li {
	position:relative;
	color: rgba(0, 0, 0, 0.8);
	font-size: 15px;
	font-weight:normal;
    font-family: 'ProximaNova-Regular';
	line-height: 18px;
	margin:0;
	padding:0 0 10px 15px;
}
ul li,.widget-snippet ul li{
	list-style:none;
}
ul li:before,.widget-snippet ul li:before{
    color: #3498db;
    content: "\f00c";
    font-family: FontAwesome;
    left: -15px;
    position: absolute;
    top: 0;
}
table {
	max-width: 100%;
	margin-bottom: 20px;
}
table th {
	font-size: 16px;
	font-weight: 500;
}
table, th, td {
	border: 1px solid #ccc;
	padding: 8px;
	text-align: left;
	font-weight:normal;
}
body input[type="submit"], body input[type="button"], body button, body .button, body a.button {
	background: #014693 none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
    font-family: 'ProximaNova-Regular';
	font-size: 15px;
	height: auto;
	line-height: 15px;
	padding: 14px 25px;
	transition: all 300ms ease 0s;
}
body input[type="submit"], body input[type="button"], body button, body .button, body a.button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #000000;
	color: #000000;
	text-transform: uppercase;
}
body input[type="submit"]:hover, body input[type="button"]:hover, body button:hover, body .button:hover, body a.button:hover {
	background: #000000 none repeat scroll 0 0;
	color: #ffffff;
	transition: all 0.5s ease 0s;
}
body input[type="submit"][disabled], body input[type="button"][disabled], body button[disabled], body .button.disabled, body a.button.disabled, body input[type="submit"][disabled]:hover, body input[type="button"][disabled]:hover, body button[disabled]:hover, body .button.disabled:hover, body a.button.disabled:hover {
	background: #BFBFBF none repeat scroll 0 0;
	border: medium none;
	color: #666;
}
/*form element desgin*/


.form-row {
	margin: 0 0 30px;
}
input[type="text"], input[type="password"], textarea, select {
	border: 1px solid rgba(0,0,0,0.2);
	box-sizing: border-box;
	height: 40px;
	margin: 0;
	padding: 5px 10px;
	width: 350px;
	background:none;
}
/*input[type="text"], input[type="password"], textarea, select {
    width:100%;
}*/
.form-row.simple_captcha_help_text, span.simple-captcha-reload, .form-row.simple-captcha > label {
	display: none;
}
.simpleCaptcha-container {
	overflow: hidden;
}
.form-row.simple-captcha img {
	width: 120px;
}
.form-row.simple_captcha_input_field.mandatory {
	float: left;
	width: calc(100% - 150px);
}
.form-row.simple-captcha {
	width: 150px;
	float: left;
}
.widget-form .form-row input {
	height: 40px;
}
select, .registration-form select {
	width: 350px;
}
textarea {
	height: 150px;
}
input[type="checkbox"] + span, input[type="radio"] + span {
	margin-right: 20px;
}
/* ----- common design ----- */
.clear {
	clear: both;
	height: 0;
}
.spacer_100 {
	height : 100px;
	display : block;
}
.body .widget.full-width, .body .widget.slider {
	margin: auto;
	max-width: 100%;
	overflow: hidden;
}
.page-content > .v-split-container > .v-split {
	margin: auto;
	width: 1170px;
}
/* ----- margin/padding ----- */
.body .widget.margin-bottom-none {
	margin-bottom: 0;
}
.m-m {
	margin: 75px!important;
}
.mt-m {
	margin-top: 75px!important;
}
.mv-m {
	margin-top: 75px!important;
	margin-bottom: 75px!important;
}
.mb-m {
	margin-bottom: 75px!important;
}
.mt-s {
	margin-top: -50px!important;
}
/* =============================================== HADDER DESIGN ===============================================*/



/*start: jssor slider css */
.jssor-slider-container .jssorb03 div, .jssor-slider-container .jssorb03 div:hover, .jssor-slider-container .jssorb03 .av {
	opacity: 0;
}
div.jssor-slider-container .slide {
	display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide {
	display: block;
}
div.jssor-slider-container .container, div.jssor-slider-container {
	width:100%;
	height:450px;
	padding:0 !important;
	text-align:center;
}
.jssora20l, .jssora20r {
	opacity: 0;
}
div.jssor-slider-container {
    margin:0 auto;
}
div.jssor-slider-container .jssora20l,
div.jssor-slider-container .jssora20r,
div.jssor-slider-container .slide {
     display : none;
}
div.jssor-slider-container[jssor-slider="true"] .slide,
div.jssor-slider-container[jssor-slider="true"] .jssora20l,
div.jssor-slider-container[jssor-slider="true"] .jssora20r  {
    display:block;
}
.jssor-slider-container::before {
    content: url("/template/4ebeea6c/images/loading.gif");
    height: 64px;
    left: 50% !important;
    margin-left: -32px !important;
    margin-top: -32px !important;
    position: absolute;
    top: 50%;
    width: 64px;
}
/*end: jssor slider css */
 

/*start*/
.page-home  .jssor-slider-container .container .title  {
    height:auto;
    left:35%;
    margin-left:-335px;
    position: fixed;
    text-align: left;
    top:35%;
    width: 400px;
    color: #fff;
    font-size: 38px;
    font-weight: normal;
    line-height: 48px;
	text-transform:uppercase;
}
.page-home  .jssor-slider-container .container .button,
.page-home  .jssor-slider-container .container .button:hover{
	border:none;
	text-transform:none;
	background:none;
}
.page-home  .jssor-slider-container .container .button{
	left: 70%;
    margin-left: -180px;
    margin-top: 160px;
    padding: 0;
    position: fixed;
    text-align: center;
    top: 28%;
}
.page-home  .jssor-slider-container .container .button a{
   background: #0cb6e1 none repeat scroll 0 0;
    border-radius: 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 12px 35px;
}
.page-home  .jssor-slider-container .container .button a:hover{
    background: #000 !important;
}
/*end*/


.header {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.footer .widget-container{
    background: #ffffff;
	border-top:1px solid  rgba(0,0,0,0.1);
}
.copyright-text .article-content > p, .copyright-text .article-content > p a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    text-align: center;
	line-height:25px;
	font-weight:600;
}

/*start:menu*/
.main-menu {
    text-align: right;
}
.main-menu .navigation-item a {
	color: #000000;
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	padding:3px 18px;
	font-family: 'ProximaNova-Regular';
	border:none;
	text-transform:uppercase;
}
.main-menu .navigation-item a:hover,
.main-menu .navigation-item.active > a {
    border:none;
    border-radius: 20px;
    color: #3498db;
}
.main-menu .horizontal > .navigation-item.first a {
    padding-left: 18px;
}
.main-menu .horizontal > .navigation-item.last a {
    padding-right: 18px;
}
.main-menu .navigation-item .navigation-item-child-container {
  background: #3498db;
  left: -23px;
  position: absolute;
  top: 30px;
  width: 260px;
  z-index: 10000;
  padding:10px 0;
  text-align: left;
}
.main-menu .navigation-item .navigation-item-child-container .navigation-item {
  padding: 0;
}
.main-menu .navigation-item .navigation-item-child-container .navigation-item a {
	color: #000000;
    display: block;
    font-size: 13px;
    padding: 8px 15px;
    position: relative;
}
.main-menu .navigation-item .navigation-item-child-container .navigation-item a:hover {
	color:rgba(255,255,255,0.7);
}
.main-menu .navigation-item .navigation-item-child-container .navigation-item a {
  border-bottom: medium none;
}
.main-menu .horizontal > .has-child > a span::after {
    color: #000000;
    content: '\f107';
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 16px;
    margin-left: 7px;
    vertical-align: middle;
}
.main-menu .image-wrapper.no-image {
    display: none;
}
.main-menu .navigation-item .navigation-item-child-container::before {
   background: #3498db;
    content: "";
    height: 15px;
    right: 20px;
    position: absolute;
    top: -4px;
    transform: rotate(47deg);
    width: 15px;
}
.main-menu .navigation-item .navigation-item-child-container .navigation-item a{
	color:#fff;	
}
/*end:menu*/


/*start:blog*/
.post-description > a:hover {
	color: #909090;
}
.blog-post-item {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.blog-post-item .post.post-list-view a {
	display: block;
	height: 350px;
	overflow: hidden;
}
.post.post-list-view-width,.category.post-list-view-width,.page-blog-post .blog-post-details .image {
    height: 350px;
    overflow: hidden;
    width: 100%;
}
.post.post-list-view img,.category.post-list-view-width img,.page-blog-post .blog-post-details .image img {
	max-height: none;
	max-width: none;
	width: 100%;
	margin-top:-100px;
}
.blog-post-details .image > img {
	width: 100%;
}
.category.post-list-view.post-list-view-height.post-list-view-width a {
	display: block;
	height: 350px;
	overflow: hidden;
}
.category.post-list-view img {
	max-height: none;
	max-width: none;
	width: 100%;
}
/*end:blog*/
.right-part {
    padding-left: 30px;
}

.right-part .widget-title {
    color: #000000;
    font-family: "Sacramento",cursive;
    font-size: 30px;
    font-weight: normal;
    line-height: 20px;
    margin:0 0 20px;
    padding:0;
    position: relative;
    text-align: left;
}
.right-part .nav-wrapper   .navigation-item a{
	border-bottom: 1px dashed #cccccc;
	color: rgba(0, 0, 0, 0.8);
	display: block;
	font-size: 14px;
	padding:8px 20px;
	position:relative;
}
.right-part .nav-wrapper   .navigation-item a:after {
    content: '\f105';
	position:absolute;
	left:3px;	
	top:7px;
    color: rgba(0,0,0,0.7);
	font-size: 17px;
    font-family: "FontAwesome";
}
.right-part .nav-wrapper   .navigation-item a:hover{
	color: #0cb6e1;
}
.page-blog  .blog-post-item .title{
	padding-bottom:0;	
}
.page-blog  .blog-post-item .content,
.page-blog-category   .blog-post-item .content{
	display:inline;	
}
.page-blog-post .blog-post-details .title,
.page-blog-category .blog-category-details .title  {
    display: block;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 0;
	color: #0cb6e1;
    font-size: 22px;
    font-weight: normal;
}
.page-blog-category .blog-category-details .title  {
	padding-bottom:20px;	
}
.page-blog-category .post-description .title{
    padding-bottom: 0;
}
.page-blog-post .blog-post-details .title{
	margin-top:0;	
}
.page-blog-post .blog-post-info{
    padding-bottom: 20px;
}
.blog-post-info span.categories a{
	color: #000;
}
.blog-post-info span.categories a:hover{
	color: #0cb6e1;
}
.blog-post-details .comment-post-panel{
	display:none;	
}

.blog-post-info span.date{
	padding-bottom:1px;	
}
.widget.widget-snippet .featured-image{
	top: 30px;
}

/*end:*/

.page-home .page-content{
	padding:0;	
}
.page-content {
    padding: 0 15px;
   min-height: 200px;
}
.page-home  .page-content{
	padding:0 0 80px 0;	
}

.widget-pageHeading{
	position:relative;
    text-align: center;
}
.widget-pageHeading h1 {
    color: #3498db;
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
    margin: 0;
	padding: 40px 0 30px;
    position: relative;
    text-align: center;
    text-transform: none;
}
.article-bottom-padding{
	padding-bottom: 60px;
}
/*START:error message*/
.error-page {
    background: #ffffff none repeat scroll 0 0;
    margin: 0 auto;
    max-width: 600px;
    min-height: 200px;
    padding: 30px;
}
.error-page h1 {
    color: #3498db;
    font-size: 120px;
    font-weight: normal;
    line-height: 73px;
    margin: 0;
    padding: 30px 0 31px;
    text-align: center;
}
.error-page h1 span {
    color: #363636;
    font-size: 150px;
    font-weight: normal;
    text-align: center;
}
.error-page h2 {
    color: #363636;
    font-size: 25px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 30px 0 20px;
    text-align: center;
}
.error-page p {
    color: #363636;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
}
/*END:error message*/
 
.copyright-text, .copyright-text a {
    color:rgba(0, 0, 0, 0.7);
    font-size: 14px;
    text-align: left;
}
.copyright-text > span {
    display: block;
}
.footer-menu-left .navigation-item {
    width: 33%;
}
.footer .navigation-item {
    line-height: 20px;
    margin: 0 0 5px;
    padding: 0;
}
.footer .navigation-item a,.footer  .navigation-item.active > a {
    border: medium none;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.footer .navigation-item a:hover{
    color: #0086be;
	text-decoration:none;
}

.footer .widget > .widget-title {
    color: rgba(0, 0, 0, 0.9);
    font-size: 18px;
    margin: 0;
    padding: 0 0 15px 0;
    text-align: left;
	    font-family: 'ProximaNova-Regular';
} 

/*start:newsletter*/
.footer .widget-newsletter .message-block.info-message {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 70%;
}

.footer .widget-newsletter   ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
}
.footer .widget-newsletter   ::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
}
.footer .widget-newsletter   :-ms-input-placeholder { /* IE 10+ */
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
}
.footer .widget-newsletter   :-moz-placeholder { /* Firefox 18- */
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
}
.footer .newsletter {
    float: right;
    position: relative;
    width: 100%;
}
.footer .widget-newsletter  .form-row.mandatory  label,
.footer .widget-newsletter .form-row.button-container  label{
		display:none;
}
.footer .widget-newsletter input[type="text"]{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    box-sizing: border-box;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 5px 20px;
    width: 100%;
}
body  .footer .widget-newsletter .submit-button{
	background: #0086be none repeat scroll 0 0;
    border: medium none;
    border-radius: 30px;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    left: 0;
    letter-spacing: 1px;
    line-height: 17px;
    padding: 12px 24px;
    position: absolute;
    text-align: center;
    text-shadow: none;
	cursor:pointer;
    top: 60px;
}  
body  .footer .widget-newsletter .submit-button:hover{
	background:#585858;
}
.footer .widget-newsletter  .errorlist .message-text {
	background: #ffffff none repeat scroll 0 0;
    font-size: 13px;
    left: 175px;
    position: absolute;
    top: 48px;
    z-index: 10;
}
/*end:newsletter*/

.wc-snippet-home-list .container,
.wc-snippet-three-split  .container{
	padding:0;
}

.page-areas-of-interest .article-content h3 {
    padding-top: 30px;
}
.page-contact iframe {
    border-top: unset;
    margin-top: unset;
    padding-top: unset;
    width: 100%;
}
.page-contact .form-row.recaptcha-row {
  margin-bottom: 8px;
  margin-left: 3px;
  text-align: center;
	padding: 0;
}
.page-contact .form-row.textArea {
	margin-bottom: 20px;
	text-align: center;
	padding-bottom: 0;
	margin-top: 5px;
}
.page-contact .form-row.recaptcha-row label {
    display: none;
}
/*start:contact us*/
.custom-form,
.page-contact .widget-form  .widget-title {
    padding-left:100px;
}
.page-contact .widget-form .widget-title {
    color: #3498db;
    font-size: 22px;
    padding-top: 22px;
}

.custom-form input[type="text"], 
.custom-form input[type="password"], 
.custom-form textarea, 
.custom-form select{
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    width: 100%;
}
.custom-form input[type="text"], 
.custom-form input[type="password"]{
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    padding: 5px 20px;
}
.custom-form textarea{
	border-radius: 15px;
	font-size: 15px;
	height: 150px;
	line-height: 45px;
	margin: 0;
	padding: 0 20px;
	width: 98%;
}
.custom-form .simpleCaptcha-container  label,
.custom-form  .form-row.btn-row  label{
	display:none;
}
.custom-form button {
	background: #0086be;
	border:none;
	border-radius: 30px;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	padding: 15px 25px;
	text-transform: uppercase;
	width: 100%;
}
.page-contact  .widget-form .double-input-row .form-row{
	padding:5px;
	margin:0 0 15px;	
}
.page-contact .body h3 {
    margin: 20px 0 0;
    padding: 0 0 10px;
}
.page-contact .body .widget-form .double-input-row,
.page-contact .body .widget-form .triple-input-row{
	margin:0;	 
}
/*end:contact us*/


.banner-img img {
	width: 100%;
}
.banner-text {
	position: absolute !important;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	top: -260px;
	left: 20px;
}
.banner-text p{
	color: #fff;
	font-size: 38px;
	text-shadow: 4px 4px 14px rgba(0, 0, 0, 0.55);
	line-height: 40px;
	letter-spacing: 2px;
	background: url("/template/4ebeea6c/images/text-bg.png") no-repeat;
	background-position: center;
	padding: 20px;
	background-size: contain;
}
.widget.widget-snippet  .featured-text p{
	padding: 0 0 17px;
}
.featured-text h4.face-text{
	color:#3498db;
	font-size: 24px;
}

@media only screen and (max-width: 767px) {
 .widget-form .form-row.recaptcha-row .recaptcha-container {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
}
}
/*start: front end editor*/
.fee .popup {
	padding: 0;
}
.fee-html-edit-content-popup .button-line, .fee .widget-image-edit-popup .fee-pu-content-footer {
	margin: 0 30px 20px !important;
}
.fee .widget-image-edit-popup .fee-pu-content-footer {
	max-width: 500px
}
/*end: front end editor*/

.custom-form .form-row.btn-row {
	margin-bottom: 30px;
}

/*Section Full-wide*/
.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
	width: auto;
}

@media screen and (max-width: 980px) {
	body > .body {
		padding: 0;
	}
}

.fee-widget-product-scroll-view .product-view.scrollable-view .current-price.price .tax-message,
.fee-widget-product-image-view .product-view.image-view .current-price.price .tax-message,
.fee-widget-product-list-view .current-price.price .tax-message, .fee-widget-product-tabular-view .current-price.price .tax-message {
	color: #999;
	font-size: 10px;
	font-weight: 400;
	width: 100%;
	display: block;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name{
	padding-left: 15px;
	padding-right: 15px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .block-content-wrap > .price-waper {
	margin: 7px 15px 0;
}

/*Section Full-wide*/
.fee .horizontal .navigation-item:hover > .navigation-item-child-container {
	display: none;
}
.fee-mobile-view-on .widget.widget-navigation.main-menu .fee-header-footer-control-menu.fee-widget-option {
	left: auto;
	right: 0;
}

#spltr-1E7716C2-6D4A-4E5E-880D-81794D14A870 {
	z-index: auto;
}
div.wc-snippet-home-list ul {
	padding: 0 0 0 55px;
	width: 100%;
}
.fee .wc-snippet-three-split .container{
  padding:0 17px;
}
.fee .three-split-text.second-block-element::before {
  left: -13px;
}