/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Table
	#Misc
    #WordPress Generated Generics
    #print styles
*/



/*  Gravity Forms
================================================== */
#top .list-product .gfield_description{
	font-size:100%;
	width: auto;
}

#top .gform_wrapper label {
	font-size:1.2em;
	color: #000;
}

#top .gform_wrapper  .list-product .ginput_container li input{
	float: right;
  height: 56px;
  line-height: 56px;
  margin: 0;
}

#top .gform_wrapper  .list-product .ginput_container li label{
	margin: 0;
  max-width: 100%;
  color: #000;
  background: transparent;
  width: 100%;
  height: 56px;
  line-height: 56px;
  position: absolute;
  left: 0;
	top:0;
  padding-left: 16px;
  z-index: 9999;
}

#top .gform_wrapper .main-product .ginput_container li {
    line-height: 42px;
    padding: 0 22px !important;
    margin: 0;
}

#top .gform_wrapper .main-product .ginput_container li input{
	opacity: 0;
	float: right;
    height: 42px;
    line-height: 42px;
    margin: 0;
}

#top .gform_wrapper .main-product .ginput_container li:nth-child(4) input{
	opacity: 1;
}

#top .gform_wrapper .main-product .ginput_container li label{
    margin: 0;
    max-width: 100%;
    color: #000;
    background: transparent;
    width: 100%;
    height: 42px;
    line-height: 42px;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 16px;
    z-index: 9999;
}

#top .gform_wrapper .main-product .ginput_container .gfield_checkbox{
    max-width: 340px;
    border: 1px solid #dedede;
    border-radius: 6px;
   	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	overflow: hidden;3
}

#top .gform_wrapper .main-product .ginput_container .gfield_checkbox:hover {
	box-shadow: 2px 2px 6px 0px #dedede;
}

#top .gform_wrapper  .list-product .gfield_description{
	border: 1px solid transparent;
	margin-right: 24px;
  margin-top: 62px;
}

#top .gform_wrapper  .list-product .ginput_container li{
	min-width: 340px;
	height: 56px;
	border: 1px solid #dedede;
	border-radius: 6px;
	padding: 0 22px !important;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	cursor: pointer;
	width: 48%;
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 1%;
	margin-left: 1% !important;
}

#top .gform_wrapper .list-product .ginput_container li:hover {
	box-shadow: 2px 2px 6px 0px #dedede;
}

#top .signup-form  .list-product li{
	color: #333;
}

/*
#top .signup-form .point-none input,
#top .signup-form .point-none label {
	pointer-events: none;
} */

#top .signup-form  .main-product li input:checked + label,
#top .signup-form  .list-product li input:checked + label{
	color: #fff;
	background: #263238;
}

#top .signup-form  .list-product li input:checked  {
	z-index: 99999;
	position: absolute;
	right: 22px;
}

#top .signup-form  .main-product li input:checked  {
	position: relative;
	z-index: 99999;
}


#top .signup-form  .main-product li input:checked:after,
#top .signup-form  .list-product li input:checked:after {
	background: #fff;
  content: '\2714';
  color: #263238;
  padding: 0 2px;
  border-radius: 2px;
}

#top .signup-form  .list-product li input + label{
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

#top .gform_wrapper  .list-product li:nth-child(5){
	border-top: 2px solid rgb(240,240,240);
}

#top .gform_wrapper  .list-product .ginput_container .gfield_checkbox{
	width: 100%;
	/* border: 2px solid rgb(240,240,240); */
  margin:0;
}

#top .signup-form .list-product .gfield_label{
  display: none;
}

#top .gform_wrapper ul li.m-t-0{
	margin-top: 0;
}

#top .gform_wrapper ul li.hidden-input .ginput_container{
	display: none;
}

#top .gform_wrapper ul li.list-input .gfield_description{
	padding: 0;
}

#top .gform_wrapper ul li.checkbox-with-input .gfield_checkbox li{
	line-height: 2.3;
}

#top .gform_wrapper ul li.hidden-label .gfield_label{
	display: none;
}

#top .gform_wrapper ul li.opacity-0-label .gfield_label{
	opacity: 0;
}

#top .gform_wrapper .gfield_description .gfield_label{
	font-size: 1.18em;
}

#top .gform_wrapper form .show-list li,
#top .gform_wrapper .show-list li{
	list-style: initial !important;
	color: #263238;
  font-size: 1.3em;
}

#top .signup-form .gf_page_steps .gf_step_first{
	border-radius: 5px 0 0 5px ;
}

#top .signup-form .gf_page_steps .gf_step_last{
	border-radius: 0 5px 5px 0 ;
}

#top .signup-form .gf_page_steps{
	display: flex;
	justify-content: center;
	overflow: hidden;
}

#top .signup-form .gf_step{
	opacity: 1;
  margin: 0;
  background: #989595;
  height: 32px;
  line-height: 31px !important;
	color: #fff;
	font-size: .9em;
	position: relative;
	width: 100%;
	text-align: center;
}

#top .signup-form .gf_step.gf_step_completed{
	background: #78BC4C;
}

#top .signup-form .gf_step.gf_step_completed:before{
	content: "";
	position: absolute;
	border-left: 13px solid #78BC4C;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	right: -13px;
	z-index: 999;
}

#top .signup-form .gf_step.gf_step_completed:after{
	content: "";
	position: absolute;
	border-bottom: 19px solid transparent;
	border-top: 19px solid transparent;
	border-left: 15px solid white;
	left: 1px;
	top: -3px;
}

#top .signup-form .gf_step.gf_step_completed.gf_step_first:after,
#top .signup-form .gf_step.gf_step_active.gf_step_first:after,
#top .signup-form .gf_step.gf_step_active.gf_step_last:before{
	display: none;
}


#top .signup-form .gf_step.gf_step_active:before{
	content: "";
	position: absolute;
	border-left: 13px solid #f9bd6b;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	right: -13px;
	z-index: 999;
}

#top .signup-form .gf_step.gf_step_active:after{
	content: "";
  position: absolute;
  border-bottom: 19px solid transparent;
  border-top: 19px solid transparent;
  border-left: 15px solid white;
  left: 1px;
  top: -3px;
}


#top .signup-form .gf_step.gf_step_active{
	background: #f9bd6b;
	color: #000;
}

#top .signup-form h2.gsection_title{
	font-size: 1.7em;
	color: #263238;
}

#top .signup-form .text-transform-normal h2.gsection_title{
	text-transform: none;
}


#top .signup-form .absolute-input{
	float: right;
	position: absolute;
	right: 0;
}

#top .p-retlative {
	position: relative;
}

#top .signup-form .top-0{
	top: 64px;
}

#top .signup-form .top-1{
	top: 102px;
}

#top .signup-form .top-2{
    top: 139px;
}

#top .signup-form .top-3{
    top: 177px;
}

#top .signup-form .top-4{
    top: 215px;
}

#top .signup-form .top-5{
    top: 252px;
}

#top .signup-form .top-6{
    top: 290px;
}

#top .signup-form .top-7{
    top: 327px;
}

#top .signup-form .website-module {
	float: right;
	margin: 0;
	display: block;
}

#top .signup-form .label-content label{
	padding-left: 37px;
	margin: 0 !important;
	margin-left: -19px !important;
}

#top .gform_wrapper .signup-form ul li.margin-0{
	margin: 0;
}

#top .content-progress-password{
    background: #ebeae4;
    width: 50%;
    height: 16px;
		position: relative;
}

#top .password-security-reading label span,
#top .security-password-confirm label span{
	margin-left: 8px;
	font-size: 12px;
	font-weight: bold;
}

#top .content-progress-password div{
	transition: width ease-in-out 0.5s;
	height: 100%;
	width: 0;
}

/* weak, fair, strong */
#top .content-progress-password div.weak{
	background-color: #e62600;
}

#top .content-progress-password div.fair{
	background-color: #e09600;
}

#top .content-progress-password div.strong{
	background-color: #77b259;
}

#top .content-progress-password div.porcent-20{
	width: 20%;
}

#top .content-progress-password div.porcent-40{
	width: 40%;
}

#top .content-progress-password div.porcent-60{
	width: 60%;
}

#top .content-progress-password div.porcent-80{
	width: 80%;
}

#top .content-progress-password div.porcent-100{
	width: 100%;
}

#top .password-security-reading label,
#top .security-password-confirm label{
	font-size: 1.2em;
	line-height: 32px;
	font-weight: normal;
}

/* password confirms */
#top .signup-form .description-password{
		position: relative;
    border: 1px solid #bdbdbd;
    padding: 16px;
    width: calc(100% + 16px);
		display: none;
}

#top .signup-form .description-password,
#top .signup-form .security-password-confirm{
	display: none;
}

#top .signup-form .security-password-confirm.active,
#top .signup-form .description-password.active{
	display: block;
}

#top .signup-form .description-password p{
	margin: 0;
}

#top .signup-form .description-password h3{
	display: block;
	font-size: 12px;
	font-weight: bold;
}

#top .signup-form .description-password p.invalid:before{
    content: "✖";
		color: red;
		margin-right: 12px;
}

#top .signup-form .description-password p.valid:before{
    content: "✔";
		color: green;
		margin-right: 12px;
}

#top .gform_wrapper .gfield_required{
	color: #ff0000;
}



/* details password  */
#top .description-password p{
	font-size: 1.2em;
	color: #000;
}
/*  end details password */


/* footer gravity forms */
#top .signup-form .gform_page_footer a.gform_save_link{
	background: #000;
	color: #fff;
	text-decoration: none;
	height: 34px;
	line-height: 34px;
	padding: 0 22px;
	margin-left: -316px;
}

#top .signup-form .gform_page_footer .button.gform_next_button,
#top .signup-form .gform_page_footer .button.gform_button{
	float: none;
	margin-left: 200px;
}

#top .signup-form .gform_page_footer{
	text-align: center;
}

#top .signup-form .gform_page_footer input {
	min-width: 96px;
}

#top .signup-form .gform_ajax_spinner{
	position: absolute;
  margin-top: 8px;
}


/* Mdules of Contact Us */
#top .modules ul li{
	display: inline-block;
	vertical-align: middle;
	width: 50%
}

#top .modules .ginput_container{
	margin-top: 0;
}
/*  End Modules of Contact Us*/



/* Align */
#top .flex-center{
	display: flex;
	align-items: center;
}
/* End Align */



/* Technical Support */
#top .style-form-1 .gform_body,
#top .style-form-1 .gform_header,
#top .style-form-1 .gform_footer,
#top .style-form-1 .gform_heading{
	width: 70%;
	margin: auto;
}

#top .style-form-1 .gform_heading .gform_description{
	display: none;
}

#top .style-form-1 .gform_footer{
	padding-right: 16px;
}

#top .style-form-1{
	box-shadow: 2px 2px 31px -2px #bdbdbd;
}

#top .style-form-1 {
	padding: 56px 0;
}

#top .style-form-1 .gfield_label{
	display: none;
}

#top .style-form-1 .gform_button{
	width: 100%;
	line-height: 22px;
	box-shadow: 2px 2px 31px -2px #bdbdbd;
}

#top .style-form-1 .hr-inner{
	opacity: 0 !important;
}

#top .style-form-1 .gform_confirmation_message{
	text-align: center;
}
/* End Tehcnical Supports */




/*  subscription */
#top #gform_widget-3 {
	padding: 16px;
	box-shadow: 2px 2px 29px -6px #bdbdbd;
	color: #fff;
	border: 1px solid #fff;
}

#top #gform_widget-3 h3 {
	color: #fff;
}

#top #gform_widget-3 input[type='text'],
#top #gform_widget-3 input[type='email'] {
	background: #fff;
	border-color: #fff;
}

#top #gform_widget-3 .gfield{
	padding: 0;
}

#top #gform_widget-3 input[type='submit'] {
	color: #fff;
	background: #ff0000;
	float: right;
	margin: 0;
}
/*  End subscription*/

/* Read More */
#top .read-more-content {
	margin-top: 16px;
}

#top .read-more-content span{
	width: 22px;
	height: 22px;
	background: red;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin-right: 8px;
}

#top .read-more-content a{
	color: #000;
	font-weight: bold;
}
/* End Read More */


/*  MultiSelect */
#top .gform_wrapper .signup-form select.medium.gfield_select+div.chosen-container-multi[style]{
	width: 100% !important;
}

#top .signup-form .float-right {
	float: right;
}
/*  End MultiSelect*/



/* Error Singup */
#top .validation_error.error-signup {
	border-top: 0;
}

#top .validation_error.error-signup h6{
	font-size: 1.4em;
	margin-bottom: 1em;
}

#top .validation_error.error-signup  ul {
	display: flex;
	flex-wrap: wrap;
}

#top .gform_wrapper .validation_error.error-signup .list-error-validation li{
	width: 33.33%;
	text-align: left;
	margin: 0;
}

#top .step-2 .list-user-step{
	position: absolute;
    top: 0;
    font-size: 1.2em;
	width: 100%	;
}

#top .step-2 {
	border-left: 4px solid #ff0000;
}

#top .step-2 .gfield_label {
	padding-top: 26px;
}

#top .step-2 fieldset {
   text-align: center;
}

#top .display-none {
	display: none !important;
}
/* End Error Singup */

#top .line-red:after,
#top .line-red::after {
	content: "";
    display: block;
    height: 2px;
    background: #ff0000;
    width: 96px;
    margin-top: 6px;
}

#top .margin-tb-32{
	margin-top: 32px;
	margin-bottom: 32px;
}

#top .underline-color{
	border-bottom: 2px solid #ff0000;
}

#top .font-size-3 {
	font-size: 3em;
}

#top .list-square li {
	list-style: none;
}

#top .list-square li:before,
#top .list-square li::before{
	content: "";
    width: 11px;
    height: 11px;
    background: #263238;
    display: inline-block;
    margin-left: -20px;
    margin-right: 10px;
}


#top .flex-cc {
	display: flex;
    flex-direction: column;
    align-items: center
}

#top .line-left::before,
#top .line-left:before {
    content: "";
    height: 100%;
    width: 2px;
    background: red;
    position: absolute;
    left: 0;
}


/* List User */
#top .text-center {
	text-align: center;
}

#top .list-user-step h5{
	font-size: 1.4em;
	margin-bottom: 2em;
}
/* End List User */

#top .text-sep.text-sep-date {
	display: none;
}



#top .list-square li {
    list-style: none;
}

#top .title-module {

}

#top .title-module:before,
#top .title-module::before {

}

#top .list-square li:before, #top .list-square li::before {
    content: "";
    width: 11px;
    height: 11px;
    background: #263238;
    display: inline-block;
    margin-left: -20px;
    margin-right: 10px;
}

/* Style View Registration */
#top .swpm-registration-widget-form tr,
#top .swpm-registration-widget-form table{
	background: none;
}

#top .swpm-registration-widget-form tr td {
	border:none;
}

#top #swpm-registration-form{
	margin: auto;
	width: 80%;
}

#top .swpm-registration-widget-form label {
	color: #263238;
	font-size: 1.2em;
}
/* End Style View Registration */


/*  Slider */
#top #layerslider_23 {
	top:-50px;
}
/*  End Slider */


/*  terms and conditions */
.agreement-section ol {
  list-style: none;
	counter-reset: item;
}

.agreement-section ol li {
        counter-increment: item;
}

.agreement-section ol .margin-top-16 {
	margin-top: 16px;
}

.agreement-section ol li.no-number::before {
	display: none;
}

.agreement-section ol li::before {
       margin-right: 10px;
       content: counters(item, ".") " ";
       display: inline-block;
 }

.agreement-section ol li.no-number:before {
	display: none;
}

#top .agreement-section  b {
	color: #000;
}

.agreement-section ol li:before{
        margin-right: 10px;
        content: counters(item, ".") " ";
        display: inline-block;
}

/*  End terms and conditios */



/* Live Preview*/
.demopage-preview_item {
    position: relative;
    display: block;
    width: 350px;
    height: 302px;
    margin: 0 auto;
    padding: 17px 18px 86px 16px;
    background: url(/wp-content/uploads/2018/12/mac.png) no-repeat;
    background-size: contain;
    z-index: 10;
}

.demopage-img {
    background-position: 0 0;
    background-size: cover;
    transition: all 5.5s;
}

.demopage-preview_inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.demopage-img:hover {
    background-position: 0 100%;
}

.demopage-preview_inner:hover:after {
    box-shadow: inset 0 0 11px 2px white;
}

.demopage-preview_inner:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: all 0.1s;
}

.demopage-img_1 {
    background-image: url(/wp-content/uploads/2018/12/template-1-automatrix.png);
}

.demopage-img_2 {
    background-image: url(/wp-content/uploads/2018/12/template-2-automatrix.png);
}

.demopage-img_3 {
    background-image: url(/wp-content/uploads/2018/12/template-3-automatrix.png);
}

.demopage-img_4 {
    background-image: url(/wp-content/uploads/2018/12/template-4-automatrix.png);
}

.demopage-img_5 {
    background-image: url(/wp-content/uploads/2018/12/template-5-automatrix.png);
}

.demopage-img_6 {
    background-image: url(/wp-content/uploads/2018/12/template-6-automatrix.png);
}

.demopage-img_7 {
    background-image: url(/wp-content/uploads/2018/12/template-7-automatrix.png);
}
/* End Live Preview  */


@media only screen and (max-width: 1199px) {
	.demopage-preview_item {
	    width: 270px;
	    height: 230px;
	    padding: 13px 14px 64px 13px;
	}
}



/*  Media query */
@media only screen and (max-width: 414px) {
	#top .modules ul li{
		width: 100%;
	}

	#top .gform_wrapper .gfield_checkbox li label{
		margin: 0 !important;
	}

	#top .ginput_recaptcha{
		transform:scale(0.90);-webkit-transform:scale(0.90);
		transform-origin:0 0;-webkit-transform-origin:0 0;
	}
}

@media only screen and (max-width: 768px) {

	.responsive #top .tabcontainer .tab_content {
		padding: 0;
	}

	#top .tab_inner_content{
		margin: 0;
	}

	#top #after_section_4 .template-page {
		text-align: center;
	}

	#top .style-form-1{
		padding: 22px;
	}

	#top .style-form-1 .gform_body,
	#top .style-form-1 .gform_header,
	#top .style-form-1 .gform_footer,
	#top .style-form-1 .gform_heading{
		width: 100%;
	}

	#field_3_116:before {
		content: ""
	}

	#top #after_section_4 .template-page .social_bookmarks{
		float: none;
    display: flex;
    justify-content: center;
	}
}

@media only screen and (min-width: 641px){
	#top .signup-form  li.gfield.gfield_error.gf_left_half  {
		max-width: calc(50% - 16px);
    padding-right: 0;
	}

	#top .signup-form .gfield_error.website-module{
		margin-right: 16px;
	}
}
/* End Media query */
/*  End Gravity Forms
================================================== */






/*  Membership
================================================== */
#top .swpm-login-form-register-link {
    display: none;
}
/*  End Membership
================================================== */





/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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: 1em; }
	ol, ul {
		list-style: none; }
	.special-quote {
		quotes: none; }
	.special-quote:before, .special-quote:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
    * { -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }

/* #Basic Styles
================================================== */

	html.responsive, .responsive body{
		overflow-x: hidden;

	}

	body {
		font: 13px/1.65em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-text-size-adjust: 100%;
 }




/* #Typography
================================================== */

	/*font-stacks*/
	.arial-websave{			font-family: Arial, Helvetica, Helvetica Neue, HelveticaNeue, Verdana, sans-serif;	}
	.arial-black-websave{	font-family: Arial Black, Arial Bold, Gadget, sans-serif;	}
	.arial-narrow-websave{	font-family: Arial Narrow, Arial, sans-serif;  }
	.helvetica-websave{		font-family: Helvetica, "HelveticaNeue", "Helvetica Neue", Arial, Verdana, sans-serif;	}
	.helvetica-neue-websave{font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;	}
	.lucida-sans-websave{	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Helvetica Neue, HelveticaNeue, Arial, sans-serif;  }
	.tahoma-websave{		font-family: Tahoma, Verdana, Segoe, sans-serif;  }
	.trebuchet-ms-websave{	font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;  }
	.verdana-websave{		font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;	}
	.georgia-websave{		font-family:"Georgia", "Times New Roman", Times, serif;	}
	.lucida-bright-websave{ font-family: Lucida Bright, Georgia, serif; }
	.palatino-websave{		font-family: Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif; }
	.times-new-roman-websave{	font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;  }
	.courier-new-websave{	font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace; }
	.lucida-sans-typewriter-websave{	font-family: Lucida Sans Typewriter, Lucida Console, monaco, Bitstream Vera Sans Mono, monospace; }
	.copperplate-websave{	font-family: Copperplate, Copperplate Gothic Light, fantasy; }
	.papyrus-websave{		font-family: Papyrus, fantasy;  }
	.brush-script-mt-websave{	font-family: Brush Script MT, cursive;  }

	/*default*/
	h1, h2, h3, h4, h5, h6 {
	/*	font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif; */
		font-weight: 600; }
	#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a { font-weight: inherit; text-decoration: none; color: inherit; }
	#top h1 strong, #top h2 strong, #top h3 strong, #top h4 strong, #top h5 strong, #top h6 strong { color: inherit; }
	h1 { font-size: 34px; line-height: 1.1em; margin-bottom: 14px;}
	h2 { font-size: 28px; line-height: 1.1em; margin-bottom: 10px; }
	h3 { font-size: 20px; line-height: 1.1em; margin-bottom: 8px; } /*28*/
	h4 { font-size: 18px; line-height: 1.1em; margin-bottom: 4px; } /*21*/
	h5 { font-size: 16px; line-height: 1.1em; }						/*17*/
	h6 { font-size: 14px; line-height: 1.1em; }

	 .flex_column h1 a:hover, .flex_column h2 a:hover, .flex_column h3 a:hover, .flex_column h4 a:hover, .flex_column h5 a:hover, .flex_column h6 a:hover{text-decoration: underline;}

	p + h1, p + h2, p + h3, p + h4, p + h5, p + h6{
	margin-top:1.5em;
	}

	p { margin: 0.85em 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px;   }

	em { font-style: italic; }
	strong, b{ font-weight: bold;  }
	small { font-size: 80%; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

	/*	Blockquotes  */

	blockquote{
	border-left-style:solid;
	border-left-width:7px;
	padding-left:20px;
	margin-bottom:1em;
	margin-right:1em;
	font-size: 1.235em;
    line-height: 1.5em;
	}

	blockquote small, blockquote cite, blockquote small a, blockquote cite a, blockquote a small, blockquote a cite{font-size: 12px;}

	mark{ background-color: transparent; color:inherit; }

/* #Links
================================================== */
	a { text-decoration: none; outline: 0; max-width:100%; max-width:none\9; }
	a:hover, a:focus, a:visited { outline: 0; text-decoration: underline;}
	p a, p a:visited { line-height: inherit; }
	a.avianolink, .avianolink a{cursor: default;}
	#top .avia_hidden_link_text{display: none;}


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px;  }
	ul { list-style: none outside; margin-left: 7px;}
	ol { list-style: decimal; margin-left: 15px; }
	ol, ul.square, ul.circle, ul.disc { }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc, .entry-content-wrapper ul { 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; }

	.entry-content-wrapper li {  margin-left: 1em; padding:3px 0;}
	.entry-content-wrapper div li { text-indent: 0; }
	.entry-content-wrapper .borderlist>li:first-child {  border-top:1px solid; }
	.entry-content-wrapper .borderlist>li { border-bottom:1px solid; padding: 5px 0; list-style-position: outside; margin:0;}

/* #Images
================================================== */

	img, a img {
		border:none;
		padding: 0;
		margin:0;
		display:inline-block;
		max-width: 100%;
		height:auto;
		image-rendering: optimizeQuality;
	}

	/* Hide Image Copyright everywhere by default  */
	small.avia-copyright{
		display: none;
	}


/* #Buttons
================================================== */

	input[type="submit"], #submit, .button{
		padding:9px 22px;
		cursor:pointer;
		border:none;
		 -webkit-appearance: none;
		 border-radius: 0px;
	}


/* #Icons
================================================== */
[data-av_icon]:before {
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  content: attr(data-av_icon);
  speak: none;
}


/* #Forms
================================================== */

	#top form {
		margin-bottom: 20px; }
	#top fieldset {
		margin-bottom: 20px; }
	#top .input-text,
	#top input[type="text"],
	#top input[type="input"],
	#top input[type="password"],
	#top input[type="email"],
	#top input[type="number"],
    #top input[type="url"],
    #top input[type="tel"],
    #top input[type="search"],
	#top textarea,
	#top select {
		 -webkit-appearance: none;
		border: 1px solid #e1e1e1;
		padding: 8px 6px;
		outline: none;
		font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff;
		border-radius: 0px;
		}

	#top input[type="text"]:focus,
	#top input[type="password"]:focus,
	#top input[type="email"]:focus,
	#top input[type="number"]:focus,
    #top input[type="url"]:focus,
    #top input[type="tel"]:focus,
    #top input[type="search"]:focus,
	#top textarea:focus {
		box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
 		color: #555;
		}
	#top textarea {
		min-height: 60px; line-height:1.5em;}
	#top label{
		font-weight: bold;
		font-size: 0.92em;  }
	#top legend {
		display: block;
		font-weight: normal;
		font-size: 1.2em;  }
	#top select {
		width: 100%; }
	#top input[type="checkbox"] {
		display: inline; }
	#top label span,
	#top legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

	#top textarea{width:100%;}


#top #wrap_all .valid .text_input, #top #wrap_all .valid .text_area, #top #wrap_all .valid .select{border:1px solid #9AA600;} /*#70A41B*/
#top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select{border:1px solid #DF653E;}
#top #wrap_all .ajax_alert .text_input, #top #wrap_all .ajax_alert .text_area, #top #wrap_all .ajax_alert .select{border:1px solid #ffb628;}
#top #wrap_all .valid  .input_checkbox_label{color:#9AA600;}
#top #wrap_all .error  .input_checkbox_label{color:#DF653E;}

/* #Table
================================================== */
table {
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 13px;
}

table caption {
	padding: 0 0 5px 0;
	width: auto;
	font-style:italic;
	text-align: right;
	font-size: 12px;
}

th {
	font-weight:bold;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-align: left;
	padding: 9px 12px;
	border-style: solid;
	border-width: 1px;
	border-left:none;
	border-top:none;
}

td {
	font-size: 13px;
	padding: 9px 12px;
	border-style: solid;
	border-width: 1px;
	border-left:none;
	border-top:none;
}

tr th:first-child, tr td:first-child{
	border-left-style: solid;
	border-left-width: 1px;
}

tr:first-child th, tr:first-child td{
	border-top-style: solid;
	border-top-width: 1px;
}

#top th.nobg {
	background: none;
	border-top: 0;
}


/* #Other elements
================================================== */

/*code*/
pre{
clear:both;
border-style: solid;
border-width: 1px;
overflow:auto;
padding:2em;
line-height: 2em;
font-size: 12px;
background-image: -webkit-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
background-image: -moz-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
background-image: linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
background-size: 100% 4em;
font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
-webkit-transition: all ease-in-out 0.5s;
-moz-transition: all ease-in-out 0.5s;
transition: all ease-in-out 0.5s;
margin-bottom: 30px;
position: relative;
left:0;
text-transform: none;
width:100%;
}

code{
font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
}

iframe, object, embed{
max-width:100%;
}

/* misc text styles */
sup{
vertical-align: super;
font-size: smaller;
}

sub{
vertical-align: sub;
font-size: smaller;
}


/* #Misc
================================================== */
	.hidden { position: absolute; top:0; visibility: hidden;}
	.floatleft{float:left;}
	.floatright{float:right;}
	.clearboth{clear:both;}
	/* .special_amp{font-family: "Baskerville", "Palatino Linotype", "Palatino", "Times New Roman", serif; font-style: italic; font-size: 1.3em; line-height: 0.5em; font-weight:normal;} */
	#top .noborder, #top .noborder img{border:none;padding:0;background: transparent;}
	.bg_container{
	background-position: center center; background-attachment: fixed; background-repeat: no-repeat; background-size: cover;
	height:100%; width:100%; position: fixed; z-index: -1; top:0; left:0;
	}

	.image-overlay{position: absolute; background: #fff; z-index: 300; height:100%; width:100%; opacity: 0; filter:alpha(opacity=0);}
	.avia_transform a .image-overlay{  -webkit-transition: opacity 0.4s ease-in-out; -moz-transition: opacity 0.4s ease-in-out; transition: opacity 0.4s ease-in-out; }

	.avia_transform a:hover .image-overlay{opacity: 0.7 !important;}
	.image-overlay .image-overlay-inside{height:100%; width:100%; position: absolute; left:0; top:0; }
	.image-overlay .image-overlay-inside:before{position: absolute; border-radius: 50px; background: #000; height:80px; width:80px; line-height:80px; left:50%; top:50%; margin: -40px 0 0 -40px; z-index: 500; text-align: center; color:#fff;}
	.image-overlay .image-overlay-inside:before{content:"\E869"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal; }
	.image-overlay.overlay-type-extern .image-overlay-inside:before{content:"\E832";}
	.image-overlay.overlay-type-video .image-overlay-inside:before{content:"\E897";}
	#top .hide-inner-overlay .image-overlay-inside{display: none;}

/* #WordPress Generated Generics
================================================== */

/*img alignment*/
body .alignleft,  .entry-content-wrapper a:hover .alignleft{ float:left; margin:4px 10px 0px 0;  display: block; position: relative; }
body .alignright,  .entry-content-wrapper a:hover .alignright { float:right;margin:4px 0px 0px 10px;display: block; position: relative; }
body .aligncenter,  .entry-content-wrapper a:hover .aligncenter{ clear:both; display:block; margin:10px auto; padding: 10px 0; position: relative; }
.alignleft img, .alignright img{ display:block; }


/*gallery*/
#top .gallery a, #top .gallery a img{
border:none;
max-width: 100%;
display: block;
position: relative;
}

#top .gallery .gallery-item{
margin:1px 1px 0 0;
width:80px;
height:80px;
padding:0;
}

#top .gallery-caption{
display: none;
}

.bypostauthor{

}

.gallery-icon{
margin:0;
}

.gallery-item{
margin:0;
}

.avia_textblock .gallery p{display:none;}

/*image captions*/
div .wp-caption{
max-width:100%;
font-size: 11px;
font-style: italic;
border-width:1px;
border-style: solid;
margin:5px 15px 10px 0;
position: relative;
}

#top .wp-caption img {
border:medium none;
display:block;
padding:5px;
margin:0;
width:100%;
}

.wp-caption-text, #top .wp-caption .wp-caption-dd{
display:block;
font-size:11px;
font-style:italic;
margin:0 auto;
padding:3px 10px 5px;
text-align:center;
font-family: Georgia,"Times New Roman";
float: none;
}

#top .wp-caption.aligncenter{
margin:5px auto 10px auto;
padding:0;
}

#top .wp-caption.alignright{
margin: 4px 0px 0px 10px;
}

/*smiley image*/
#top .wp-smiley{
display:inline-block;
border:none;
}

/*calendar table*/
#wp-calendar td, #wp-calendar th{
text-align: center;
font-size: 11px;
padding: 3px;
}




@media only screen and (min-width: 990px){

.responsive.av-no-preview #top #wrap_all .av-desktop-hide,
.responsive.av-no-preview #top #wrap_all .av-desktop-font-size-hidden,
.responsive.av-no-preview #top #wrap_all .av-desktop-font-size-title-hidden{display:none;}

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 989px) {

.responsive.av-no-preview #top #wrap_all .av-medium-hide,
.responsive.av-no-preview #top #wrap_all .av-medium-font-size-hidden,
.responsive.av-no-preview #top #wrap_all .av-medium-font-size-title-hidden{display:none;}

}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.responsive.av-no-preview #top #wrap_all .av-small-hide,
.responsive.av-no-preview #top #wrap_all .av-small-font-size-hidden,
.responsive.av-no-preview #top #wrap_all .av-small-font-size-title-hidden{display:none;}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

.responsive.av-no-preview #top #wrap_all .av-mini-hide,
.responsive.av-no-preview #top #wrap_all .av-mini-font-size-hidden,
.responsive.av-no-preview #top #wrap_all .av-mini-font-size-title-hidden{display:none;}

}





/* Print Styles
================================================== */
@media print{
.page-break{display:block;page-break-before:always}
p,a,strong{color:#000!important}
a{text-decoration:underline}
.entry-content a:after{content:" [" attr(href) "] "}
.related_posts a:after{content:attr(title)}
.container{width:100%}
#top{overflow-x:hidden}
.boxed#top{width:100%}
.container{width:100%;margin:0 auto}
.units,.unit{margin:0}
.container .one.unit,.container .one.units,.container .two.units,.container .three.units,.container .four.units,.container .five.units,.container .six.units,.container .seven.units,.container .eight.units,.container .nine.units,.container .ten.units,.container .eleven.units,.container .twelve.units,#top .flex_column{margin:0;margin-bottom:20px;width:100%}
#top.boxed .stretch_full{width:100%}
#top .offset-by-one,#top .offset-by-two,#top .offset-by-three,#top .offset-by-four,#top .offset-by-five,#top .offset-by-six,#top .offset-by-seven,#top .offset-by-eight,#top .offset-by-nine,#top .offset-by-ten,#top .offset-by-eleven{padding-left:0}
.avia-section-large .content,.avia-section-large .sidebar{padding-top:2%;padding-bottom:2%}
#top .flex_column.av_one_half{width:48%}
#top .flex_column.av_one_half.first{padding-right:2%}
.fixed_header #header,.html_header_top.html_header_sticky #header{position:relative;top:0}
.fixed_header #main{padding-top:0}
#header_main{border-bottom:0}
nav,#footer,#scroll-top-link,.image-overlay,#top #main .sidebar,#commentform,.comment_container .miniheading,.comment_container .minitext,#top .avia-post-nav{display:none}
.avia-shadow{box-shadow:inset 0 0 0 rgba(0,0,0,0)}
.grid-entry .inner-entry{margin-right:0;box-shadow:0 0 0 0 rgba(0,0,0,0);box-shadow:0 0 0 0 rgba(0,0,0,0)}
.content{border:0}
.boxed .container{margin:0}
.avia-layerslider,.avia-fullwidth-slider{display:none}
.avia_transform .avia-icon-list .iconlist_icon{opacity:1;-moz-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}
#top .tab_titles{display:none}
#top .tabcontainer .tab.fullsize-tab{display:block;border-bottom:none}
#top .tab_content{display:block;visibility:visible;z-index:3;position:relative;overflow:auto;border-style:solid;border-width:1px;border-radius:2px;left:0;width:auto;background-color:#fcfcfc;color:#666}
#top .tab_inner_content{left:0}
#top .toggle_wrap{visibility:visible;display:block;position:static}
.grid-sort-container{width:60%;margin:0 auto}
#top .isotope-item{position:initial!important;top:0!important;left:0!important;-webkit-transform:translate3d(0,0,0)!important}
.avia-progress-bar{margin:5px 0;border:1px solid #555!important;border-radius:3px!important}
.avia-progress-bar .progress{box-shadow:inset 0 0 0 0 rgba(0,0,0,0)!important;border:0!important}
.avia-progress-bar div.progress .bar{border:0 solid;border-right:1px solid #555!important;border-radius:0}
.avia-testimonial-image{margin:0;width:100%;float:none;text-align:center;margin-bottom:15px;height:auto}
.avia-grid-testimonials .avia-testimonial-meta{margin-left:0}
body div .avia-testimonial{display:block;float:left}
.avia_transform .avia-testimonial .avia-testimonial-image{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}
.avia_transform .avia-gallery-thumb img{opacity:1}
}
