/*
COMMON
*/
html{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
img,
iframe,
.wp-caption,
select{
	max-width: 100%;
}
.wp-caption {
	margin-bottom: 18px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	text-indent: 0;

}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}
.wp-caption-text a{
	text-decoration: underline;
}
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}
.cws_oembed_wrapper,
.bordered{
	display: inline-block;
	position: relative;
	z-index: 1;
	border-radius: 18px;
	border-width: 9px;
	border-style: solid;
	padding: 2px;
	line-height: 0;
}
.bordered{
	box-sizing: border-box;
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	-webkit-transform: rotate(0.000001deg);
}
.cws_oembed_wrapper iframe{
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	-webkit-transform: rotate(0.000001deg);
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
embed{
	display: block;
	overflow: hidden;
	max-width: 100%;
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	-webkit-transform: rotate(0.000001deg);
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
img{
	height: auto;
}

/* Alignment */

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.alignleft .alignleft{
	margin-right: 0;
	margin-bottom: 0;
}
.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.alignright .alignright{
	margin-left: 0;
	margin-bottom: 0;
}

.aligncenter {
	display: block !important;
	margin-left: auto;
	margin-right: auto;
}
a,
.main-nav-container .menu-item>a,
.mobile_nav .menu-item>.button_open,
.site-main .select2-results .select2-result,
.accordion_title,
.accordion_title .accordion_icon:not(.custom),
.carousel_header .carousel_nav i,
.carousel_nav_panel .prev,
.carousel_nav_panel .next,
.cws_button.alt>span,
.comments-area .comment-respond .comment-form .submit{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a{
	cursor: pointer;
}

.a-left{
	text-align: left;
}
.a-right{
	text-align: right;
}
.a-center{
	text-align: center;
}

.v_sep{
	border-left: 1px solid;
	padding-left: 7px;
	margin-left: 7px;
}

body{
	overflow-x: hidden;
	position: relative;
	z-index: 1;
}

.testimonial .quote,
aside,
.cws-widget input,
.cws-widget textarea,
.ce_accordion .accordion_title .accordion_icon,
.ce_toggle .accordion_title .accordion_icon,
input,
textarea{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
aside{
	overflow: hidden;
}

.cws_wrapper{
	position: relative;
	overflow: hidden;
}
body.single-post .cws_wrapper{
	overflow: visible;
}

/*
\COMMON
*/

/*
FORM
*/

input,
textarea,
input{
	width: 100%;
	max-width: 100%;
	padding: 6px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
	border: 1px solid #d8d8d8;
	margin: 0;
	font-size: 0.867em;
	line-height: 1.385em;
	color: inherit;
	box-shadow: none;
}
input[type='checkbox'],
input[type='radio'],
input[type='submit']{
	width: auto;
}
input[type='submit']{
	cursor: pointer;
}
label{
	margin-bottom: 5px;
	display: block;
	line-height: 1;
}
input[type="radio"]{
	padding:0;
	display:inline-block;
	position:relative;
	-webkit-appearance:none;
	appearance:none;
	-webkit-box-sizing:border-box;
	-ms-box-szing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background: #fff;
	width:25px;
	height:25px;
	border-radius:50%;
	margin-top:0;
	vertical-align: middle;
}
input[type="radio"]:before{
	display:block;
	position:absolute;
	content:"";
	width:15px;
	height:15px;
	-webkit-box-sizing:border-box !important;
	-ms-box-szing:border-box !important;
	-moz-box-sizing:border-box !important;
	box-sizing:border-box !important;
	border-radius:50%;
	top:4px;
	left:4px;
	background:transparent;
	z-index:999999;
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-ms-transform: scale(0.2);
	transform: scale(0.2);

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
input[type="radio"]:checked:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
input[type="file"]{
	padding:0;
	border:0;
	background: none;
	vertical-align:middle;
}
input[type="checkbox"]{
	display:inline-block;
	vertical-align: middle;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	line-height:0;
	-webkit-appearance:none;
	appearance:none;
	width:25px;
	height:25px;
	position:relative;
	-webkit-box-sizing:border-box;
	-ms-box-szing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:3px;
	background: #fff;
	vertical-align: middle;
}
input[type="checkbox"]:before{
	content:"";
	content: '\f00c';
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 23px;
	line-height: 23px;
	display: inline-block;
	text-align: center;

	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	font-size:21px;
	line-height:23px;
	text-align: center;
	z-index:999999;
	color: transparent;
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-ms-transform: scale(0.2);
	transform: scale(0.2);

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
input[type=checkbox]:checked:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
input[type="search"]{
	-webkit-appearance:none;
}
/*
- CONTACT FORM 7
*/
div.wpcf7 .wpcf7-form-control-wrap{
	margin-left: 8px;
	text-indent: 0;
}
form.wpcf7-form>p{
	margin-left: -8px;
	margin-bottom: 0;
	text-indent: 8px;
}
form.wpcf7-form>p>*:first-child{
	margin-left: 0;
}

.wpcf7-form-control.wpcf7-captchac{
	display: inline-block;
	vertical-align: middle;
}

.wpcf7 .wpcf7-form-control-wrap{
	margin-bottom: 15px;
	display: inline-block;
	max-width: calc(100% - 8px);
}
.footer_container .wpcf7 .wpcf7-form-control-wrap {
	width: 100%;
}
.wpcf7 label{
	font-weight: 700;
}

.wpcf7 input[type="submit"]{
	float: right;
}

.wpcf7 p{
	text-indent: 0;
}
span.wpcf7-list-item:first-child{
	margin-left: auto;
}
.wpcf7-not-valid{
	border-color: #ff6766;
}
span.wpcf7-not-valid-tip{
	color: #ff6766;
	margin-top: 10px;
}
div.wpcf7-response-output{
	margin-top: 1.333em;
	margin-left: auto;
	margin-right: auto;
}
div.wpcf7-response-output:last-child{
	margin-bottom: auto;
}
.wpcf7-response-output:after{
	content: "";
}
div.wpcf7-response-output:before{
	font-family: FontAwesome;
	left: 40px;
}
div.wpcf7-response-output.wpcf7-validation-errors:before{
	content: "\f12a";
}
div.wpcf7-response-output.wpcf7-mail-sent-ok:before{
	content: "\f164";
}
div.wpcf7-validation-errors{
	border: none;
}
/*
- \CONTACT FORM 7
*/

/*
- \FORM
*/

/*
TYPOGRAPHY
*/
address:not(:last-child),
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child),
blockquote:not(:last-child),
table:not(:last-child),
dl:not(:last-child),
code,
.testimonial:not(:last-child){
	margin-bottom: 1.333em;
}
.cws_fa_tbl:not(:last-child){
	margin-bottom: 0.67em;
}

ul ul, ol ol, ul ol, ol ul{
	margin-bottom: 0;
}

strong{
	font-weight: 700;
}

em{
	font-style: italic;
}

address{
	font-style: italic;
}

abbr{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	cursor: help;
}

cite{
	font-style: italic;
}

code{
	display: block;
	padding: 7px 10px;
	font-size: 0.9em;
	line-height: 1.5;
	background: #f3f2f2;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	margin-top: 1.333em;
}

sub, sup{
	font-size: 0.85em;
}

sub{
	vertical-align: sub;
}

sup{
	vertical-align: super;
}

ins{
	background: #fff9c0;
  	text-decoration: none;
}
code, kbd, tt, var, samp, pre {
  font-family: monospace, serif;
  font-size: 15px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6;
}
pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q:before{
	content: "\201c\0020";
}

q:after{
	content: "\0020\201d";
}
mark,
.page_content main p span[style*="background-color"] {
  padding: 2px 8px;
  border-radius: 5px;
  line-height: 1.7;
}

/*
- HEADINGS
*/

h1, h2, h3, h4, h5, h6{
	line-height: 1.2;

}
.widget-title{
	word-wrap: break-word;
}
h1              		{ font-size: 2em; font-weight: 300; }
h1:not(:last-child)		{ margin-bottom: 0.67em; }
h1:not(:first-child)	{ margin-top: 0.67em; }
h2              		{ font-size: 1.5em; }
h2:not(:last-child)		{ margin-bottom: 0.83em; }
h2:not(:first-child)	{ margin-top: 0.83em; }
h3              		{ font-size: 1.17em; }
h3:not(:last-child)		{ margin-bottom: 1em; }
h3:not(:first-child)	{ margin-top: 1em; }
h4:not(:last-child)		{ margin-bottom: 1.33em; }
h4:not(:first-child)	{ margin-top: 1.33em; }
h5              		{ font-size: 0.83em; }
h5:not(:last-child)		{ margin-bottom: 1.67em; }
h5:not(:first-child)	{ margin-top: 1.67em; }
h6              		{ font-size: 0.67em; }
h6:not(:last-child)		{ margin-bottom: 2.33em; }
h6:not(:first-child)	{ margin-top: 2.33em; }

.ce_title:not(:last-child){
	margin-bottom: 0.5em;
}
h1.ce_title.heading { font-size: 2em; line-height: 1.2;}
h2.ce_title.heading { font-size: 1.5em; line-height: 1.2;}
h3.ce_title.heading { font-size: 1.17em; line-height: 1.2;}
h4.ce_title.heading { font-size: 1em; line-height: 1.2;}
h5.ce_title.heading { font-size: 0.83em; line-height: 1.2;}
h6.ce_title.heading { font-size: 0.67em; line-height: 1.2;}
/*
- \HEADINGS
*/

/*
- LIST
*/

ul li{
	position: relative;
	line-height: 1.5em;
}
ul li li{
	padding-left: 1.3em;
}
ol li{
	line-height: 1.5em;
}
.page_content main ul.checkmarks_style li {
    padding-left: 25px;
}
.page_content main ul li:before{
	content: "•";
    position: relative;
    top: -4px;
    margin-right: 10px;
    left: 0;
    line-height: 0.5;
    display: inline-block;
    vertical-align: middle;	
}
.page_content main ul.blocks-gallery-grid li:before{
	content: none;
}
.page_content main ul.events_filter li::before{
	content: none;
}

.page_content main ul.checkmarks_style li:before,
.page_content main ul.arrow_style li:before,
.page_content main ul.custom_icon_style li:before{
	font-family: FontAwesome;
}
.page_content main ul.checkmarks_style li:before{
	content: "\f00c";
}
.page_content main ul.arrow_style li:before{
	content: "\f105";
}
ol{
	list-style-type: decimal;
	margin-left: 1.3em;
}
ol>li{
	padding-left: 0;
}
ol>li:before{
	content: "";
}
.page_content main ul.wp-block-gallery > li{
	padding-left: 0;
}
.page_content main ul.wp-block-gallery > li:before{
	content: none;
}
/*
- \LIST
*/

/*
- BLOCKQUOTE
*/
blockquote{
	position: relative;
	padding: 1.1em 40px;
	font-style: italic;
	text-align: center;
	color: #fff;
	font-size: 1.21em;
	line-height: 1.4;
	border-radius: 20px;
	background-position:  left center;
	z-index: 1;
}
blockquote p{
	text-indent: 0;
}
blockquote:before,
blockquote:after{
	content: "\201C";
	text-align: center;
	line-height: 0;
	width: 20px;
	font-size: 60px;
	display: inline-block;
	position: absolute;
	left: calc(50% - 18px);
	text-shadow: rgb(255, 255, 255) 1px 1px,
	rgb(255, 255, 255) 1px 0px,
	rgb(255, 255, 255) 0px 1px,
	rgb(255, 255, 255) -1px -1px,
	rgb(255, 255, 255) -1px 0px,
	rgb(255, 255, 255) 0px -1px;
}
blockquote:before{
	content: "\201C";
	top: 14px;
}
blockquote:after{
	bottom: -14px;
}

/*
- BLOCKQUOTE
*/

/*
- TABLE
*/

table{
	border-collapse: separate;
}
table th,
table td{
	padding: 19px;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}
table thead th{
	border-color: #fff;
	color: #fff;
	font-size: 1.05em;
}
table thead th:first-child{
	border-top-left-radius: 14px;
	border-left: 0;
}
table thead th:last-child{
	border-top-right-radius: 14px;
	border-right: 0;
}
table thead th{
	border-bottom: 0;
}
table tr>*:first-child{
	border-left: 1px solid #d1d1d1;
}
table > *:first-child:not(thead) tr:first-child>*{
	border-top: 1px solid #d1d1d1;
}
table > *:first-child tr:first-child>*:first-child{
	border-top-left-radius: 14px;
}
table > *:first-child tr:first-child>*:last-child{
	border-top-right-radius: 14px;
}
table > *:last-child tr:last-child>*:first-child{
	border-bottom-left-radius: 14px;
}
table > *:last-child tr:last-child>*:last-child{
	border-bottom-right-radius: 14px;
}
table > tfoot ~ *:last-child tr:last-of-type th,	/* override the above declarations because of general sibling selector's specific features */
table > tfoot ~ *:last-child tr:last-of-type td{
	border-bottom-style: solid;
}

/*
- TABLE
*/

/*
- DEFINITION LIST
*/

dl dt:not(:first-child){
	margin-top: 0.65em;
}
dl dd{
	padding-left: 1.3em;
	font-style: italic;
}

/*
- \DEFINITION LIST
*/

/*
\TYPOGRAPHY
*/

/*
SOCIAL LINKS
*/

.cws_social_links .cws_social_link{
	display: inline-block;
	font-size: 1.1em;
	line-height: 1em;
	width: 1em;
	padding: 8px;
	text-align: center;
	border-radius: 7px;
}
/*
\SOCIAL LINKS
*/

/*
GRID
*/

.row_bg{
	position: relative;
	z-index: 3;
	overflow: hidden;
}
.row_bg:not(:first-child),
.grid_row:not(:first-child){
	padding-top: 30px;
}
.row_bg:not(:last-child),
.grid_row:not(:last-child){
	padding-bottom: 30px;
}
.row_bg > .grid_row{
	padding-top: 0;
	padding-bottom: 0;
	z-index: 2;
}
/*
ROW BG VIDEO
*/

.row_bg_video{
	position: relative;
	z-index: 3;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	overflow: hidden;
	margin-left: -1px;
	margin-right: -1px;
}
.row_bg_video>video,
.row_bg_video>iframe{
	position: absolute;
	z-index: 1;
	max-width: none;
}
.row_bg_video>video:not(.cws_prlx_layer),
.row_bg_video>iframe:not(.cws_prlx_layer){
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}
.row_bg_video:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

/* the 8 adjustments */

.row_bg_video>iframe{
	border-radius: 0;
	-webkit-mask-image: none;
	-webkit-transform: none;
}

/*
\ROW BG VIDEO
*/

.grid_col:not(.grid_col_12){
	float: left;
}
.grid_col + .grid_col{
	margin-left: 2.5%;
}
/* ? */
.grid_col_4{
	width: 31.63%;
}
.grid_col_3{
	width: 23.1%;
}
.grid_col_6{
	width: 48.745%;
}
.grid_col_8{
	width: 65.83%;
}
.grid_col_9{
	width: 74.35%;
}
.grid_col_12{
	width: 100%;
}
/* \? */

/*
- EQUAL COLUMNS
*/

.grid_row.eq_cols{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.grid_row.eq_cols .grid_col{
	float: none;
}
/* FOR IE 9 */
.grid_row.eq_cols{
	display: block\9;
}
.grid_row.eq_cols .grid_col{
	float: left\9;
}
.grid_row.eq_cols{
	word-wrap: break-word;
}
.grid_row.eq_cols:after{
	display: none;
}
.grid_row.eq_cols:after{
	content: "";
	display: block\9;
	clear: both\9;
}
/* \FOR IE 9 */

/*
- EQUAL COLUMNS
*/


/*
- PATTERN PROPERTIES
*/
.page_content{
	position: relative;
	z-index: 1;
}
.page_content>.footer_image{
	background-position: center bottom;
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 4;
}

.pattern{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.pattern.right-pattern{
	left: auto;
	right: 0;
}
.pattern.right-pattern{
	background-position: left top;
}
.pattern.left-pattern{
	background-position: right top;
}

.pattern.pattern-1 {
    background-image: url("../img/patt/pat1.png");
}
.pattern.pattern-2 {
    background-image: url("../img/patt/pat2.png");
}
.pattern.pattern-3 {
    background-image: url("../img/patt/pat3.png");
}
.pattern.pattern-4 {
    background-image: url("../img/patt/pat4.png");
}
.pattern.pattern-5 {
    background-image: url("../img/patt/pat5.png");
}
.pattern.pattern-6 {
    background-image: url("../img/patt/pat6.png");
}
.pattern.pattern-7 {
    background-image: url("../img/patt/pat7.png");
}
.pattern.pattern-8 {
    background-image: url("../img/patt/pat8.png");
}
.pattern.pattern-9 {
    background-image: url("../img/patt/pat9.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	.pattern.pattern-1:not(.pattern-custom){
		background-image: url("../img/patt/pat1@2x.png");
		background-size: 376px;
	}
	.pattern.pattern-2:not(.pattern-custom){
		background-image: url("../img/patt/pat2@2x.png");
		background-size: 375px;
	}
	.pattern.pattern-3:not(.pattern-custom){
		background-image: url("../img/patt/pat3@2x.png");
		background-size: 375px;
	}
	.pattern.pattern-4:not(.pattern-custom){
		background-image: url("../img/patt/pat4@2x.png");
		background-size: 375px;
	}
	.pattern.pattern-5:not(.pattern-custom){
		background-image: url("../img/patt/pat5@2x.png");
		background-size: 378px;
	}
	.pattern.pattern-6:not(.pattern-custom){
		background-image: url("../img/patt/pat6@2x.png");
		background-size: 376px;
	}
	.pattern.pattern-7:not(.pattern-custom){
		background-image: url("../img/patt/pat7@2x.png");
		background-size: 376px;
	}
	.pattern.pattern-8:not(.pattern-custom){
		background-image: url("../img/patt/pat8@2x.png");
		background-size: 376px;
	}
	.pattern.pattern-9:not(.pattern-custom){
		background-image: url("../img/patt/pat9@2x.png");
		background-size: 378px;
	}
}
/*
- PATTERN PROPERTIES
*/


/*
- ROW BACKGROUND SETTINGS
*/
.row_bg > *{
	position: relative;
	z-index: 1;
}
.row_bg > .grid_row{
	z-index: 2;
}
.row_bg_img{
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}
.row_bg_layer{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}

/*
- \ROW BACKGROUND SETTINGS
*/

/*
SELECT 2
*/
.site-main .select2-container{
	min-width: 200px;
}
.site-main aside .select2-container{
	width: 100%;
}
.site-main .select2-results li{
	padding-left: 0;
}
.site-main .select2-results li:before{
	display: none;
}
.site-main .select2-drop,
.site-main .select2-drop.select2-drop-above,
.site-main .select2-search input,
.site-main .select2-container-active .select2-choice,
.site-main .select2-container-active .select2-choices,
.site-main .select2-dropdown-open .select2-choice,
.site-main .select2-container-multi.select2-container-active .select2-choices,
.site-main .select2-container-multi .select2-choices .select2-search-field input,
.site-main .select2-container-multi .select2-choices .select2-search-choice,
.site-main .select2-dropdown-open.select2-drop-above .select2-choice,
.site-main .select2-dropdown-open.select2-drop-above .select2-choices{
	-webkit-box-shadow: none;
	box-shadow: none;
	background-image: none;
}
.site-main .select2-container-active .select2-choice,
.site-main .select2-results li + li{
	border-top: 1px solid #d6d6d6;
}
.site-main .select2-results li,
.site-main .select2-drop.select2-drop-above.select2-drop-active,
.site-main .select2-drop,
.site-main .select2-drop-active{
	color: inherit;
}
.site-main .select2-drop,
.site-main .select2-drop-active,
.site-main .select2-dropdown-open .select2-choice{
	overflow-y: hidden;
}
.site-main .select2-choice{
	border: none;
}
.site-main select2-drop,
.site-main .select2-drop-active,
.site-main .select2-dropdown{
	border-width: 1px !important;
	border-style: solid !important;
	border-radius: 4px !important;
	background: #fafafa;
}
.site-main .select2-search input{
	background: #fff !important;
}
.site-main .select2-container:not(.select2-dropdown-open) .select2-choice{
	box-shadow: none;
}
.site-main .select2-search input{
	font-size: 0.867em;
}
.site-main .select2-drop-auto-width .select2-search{
	padding-top: 10px;
}
.site-main .select2-search{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.site-main .select2-search input,
html[dir="rtl"] .site-main .select2-search input{
	padding: 7px 10px;
}
.site-main .select2-drop.select2-drop-above .select2-search input{
	margin-top: 10px;
}
.site-main .select2-results{
	padding-left: 0px;
	margin: 10px;
}
html[dir="rtl"] .site-main .select2-results{
	padding-right: 10px;
	margin: 10px 0 10px 10px;
}
.site-main .select2-search-choice-close{
	top: 10px;
}
.site-main .select2-search input{
	border-radius: 4px;
}
.site-main .select2-container .select2-choice,
.site-main .select2-container .select2-choice .select2-arrow{
	background: transparent;
}
.site-main .select2-container .select2-selection,
.site-main .select2-container .select2-selection .select2-selection__arrow,
.site-main .select2-container .select2-choice,
.site-main .select2-container .select2-choice .select2-arrow,
.site-main .select2-results .select2-no-results{
	color: inherit;
}
.site-main .select2-container .select2-choice,
.site-main .select2-container .select2-selection,
.site-main .select2-container-multi .select2-choices .select2-search-choice{
	line-height: inherit;
	height: auto;
}
.site-main .select2-search,
.site-main .select2-search input{
	min-height: none;
}
.site-main .select2-container .select2-choice .select2-chosen,
.site-main .select2-results .select2-result-label,
.site-main .select2-container .select2-selection .select2-selection__rendered,
.site-main .select2-results .select2-result-label,
.site-main .select2-results .select2-results__option{
	font-size: 0.867em;
	line-height: 1.385em;
	padding: 7px 10px;
}
.site-main .select2-container--default .select2-results__option[aria-selected=true],
.site-main .select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color: initial;
}
.site-main .select2-container .select2-choice,
.site-main .select2-container .select2-selection,
.site-main .select2-results .select2-result-label{
	padding-left: 0px;
}
.site-main .select2-container .select2-choice .select2-arrow b:after,
.site-main .select2-container .select2-selection .select2-selection__arrow b:after{
	display: none;
}
/*
-- SELECT2 ARROW
*/
.site-main .select2-choice{
	border-width: 1px;
	border-style: solid;
	border-radius: 4px !important;
}
.site-main .select2-container .select2-choice .select2-arrow,
.site-main .select2-container .select2-selection .select2-selection__arrow{
	width: 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.site-main .select2-container .select2-selection .select2-selection__arrow b{
	display: none;
}
.site-main .select2-container .select2-choice .select2-arrow b{
	background-image: none;
}
.site-main .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 100%;
}
.site-main .select2-results .select2-highlighted{
	background: transparent;
}
.site-main .select2-container .select2-arrow:before,
.site-main .select2-container .select2-selection__arrow:before{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 12px;
	line-height: 12px;
	width: 12px;
	margin: -6px 0 0 -6px;
	font-family: FontAwesome;
	content: "\f078";
}
.site-main .select2-container.select2-dropdown-open .select2-arrow:before,
.site-main .select2-container.select2-dropdown-open .select2-selection__arrow:before{
	content: "\f077";
}
.site-main .select2-container .select2-choice > .select2-chosen,
.site-main .select2-container .select2-selection > .select2-chosen{ /* depend on the section described above */
	margin-right: 32px;
}
.site-main .select2-container .select2-choice .select2-arrow,
.site-main .select2-container .select2-selection .select2-selection__arrow{
	border-left-width: 1px;
	border-left-style: solid;
	border-color: inherit;
}
.site-main .select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 2px;
}
/*
-- \SELECT2 ARROW
*/
/*
\SELECT 2
*/

/*
CLEARFIX
*/

.clearfix:after,
.grid:after{
	content: "";
	display: block;
	clear: both;
}

/*
\CLEARFIX
*/

/*
HEADER
*/

.site_header{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.site_header .logo{
	display: inline-block;
}
.site_header .header_mask,
.header_mask .header_img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-position: top center;
	z-index: 998;
	overflow: hidden;
}
.header_pattern{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: center center;
	z-index: 998;
}
.header_cont{
	width: 100%;
	position: relative;
}
.site_header .header_pattern{
	z-index: 999;
	background-size: auto;
}
.header_mask{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	overflow: hidden;
}
.header_logo_part.with_border .logo{
	border-width: 6px;
	border-style: solid;
	border-radius: 9px;
}
.site_header .logo>img{
	display: block !important;
}
.header_logo_part.with_border .logo>img{
	margin: 2px;
	padding: 7px 25px;
	border: 5px solid rgba(255,255,255,0.4);
	border-radius: 2px;
    box-sizing: border-box;
}
.site_header.custom_sticky_logo .header_logo_part .logo>img.logo_sticky,
.site_header.custom_mobile_logo .header_logo_part .logo>img.logo_mobile,
.site_header.sticky.custom_sticky_logo .header_logo_part .logo>img{
	display: none !important;
}
.site_header.sticky.custom_sticky_logo .header_logo_part .logo>img.logo_sticky{
	display: block !important;
}

.site_header.logo-in-menu .header_logo_part{
	display: inline-block;
	vertical-align: middle;
}
.site_header.mobile_nav.custom_mobile_logo .header_logo_part .logo>img,
.site_header.sticky.custom_sticky_logo.mobile_nav .header_logo_part .logo>img.logo_sticky,
.site_header.mobile_nav.sticky .header_logo_part .logo>img.logo_mobile{
	display: none !important;
}
.site_header.mobile_nav .header_logo_part .logo>img.logo_mobile,
.site_header.sticky.custom_sticky_logo.mobile_nav.sticky .header_logo_part .logo>img.logo_sticky{
	display: block !important;
}

/*
- MENU
*/

.main-nav-container .button_open{
	width: 36px;
	text-align: center;
	display: block;
	float: right;
}
.main-nav-container .button_open:before{
	font-family: FontAwesome;
	content: "\f105";
}
.main-nav-container .menu-item>a{
	display: block;
	padding: 15px 25px;
	position: relative;
	z-index: 1;
}
.main-nav-container .menu-item>a>.canvas_wrapper{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 3;
}
.main-nav-container .menu-item>a>.canvas_wrapper canvas{
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 1;
}
.main-nav-container .main-menu>.menu-item:first-child>a>.canvas_wrapper canvas{
	left: 0;
}
.main-nav-container .main-menu>.menu-item:last-child>a>.canvas_wrapper canvas{
	left: -2px;
	right: 2px;
}
.main-nav-container .main-menu.menu-bees>.menu-item:first-child>a>.canvas_wrapper canvas{
	left: 0;
}
.main-nav-container .main-menu.menu-bees>.menu-item:last-child>a>.canvas_wrapper canvas{
	right: -20px;
}
.main-nav-container .main-menu.menu-bees>.menu-item:first-child>a>.canvas_wrapper{
	left: -22px;
}
.main-nav-container .main-menu.menu-bees>.menu-item:last-child>a>.canvas_wrapper{
	right: -22px;
}
.main-nav-container .main-menu:not(.menu-bees)>.menu-item:first-child>a{
	border-top-left-radius: 11px;
	border-bottom-left-radius: 11px;
}
.main-nav-container .main-menu:not(.menu-bees)>.menu-item:last-child>a{
	border-top-right-radius: 11px;
	border-bottom-right-radius: 11px;
}
.mobile_nav .main-nav-container .menu-item>a{
	padding: 2px 15px;
}
.main-nav-container .main-menu>.menu-item>a{
	display: inline-block;
	padding: 15px 25px;
	width: auto;
}
.header_nav_part:not(.mobile_nav) .main-nav-container .menu-item.bees-end{
	margin-right: 55px
}
.header_nav_part:not(.mobile_nav) .main-nav-container .menu-item.bees-start{
	margin-left: 55px;
}
.main-nav-container .menu-item.bees-end>a{
	margin-right: 30px
}
.main-nav-container .menu-item.bees-start>a{
	margin-left: 30px;
}

.main-menu{
	font-size: 0;
	display: inline-block;
}
.main-nav-container .menu-item>a{
	position: relative;
	z-index: 1;
}

.main-menu>.menu-item{
	display: inline-block;
	vertical-align: middle;
}
.main-menu>.menu-item>a:after,
.main-menu .sub-menu .menu-item>a:after{
	content: "";
	position: absolute;
	z-index: 1;
	right: 0;
	left: 60%;
	top: 0;
	bottom: 0;
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
	background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
	background: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
}
.main-menu:not(.menu-bees)>.menu-item>a:after{
	background: #fff !important;
	left: 0;
	right: auto;
	height: 20px;
	top: calc(50% - 10px);
	width: 1px;
}
.main-menu:not(.menu-bees)> .header_logo_part + .menu-item>a:after,
.main-menu:not(.menu-bees)>.menu-item:hover>a:after,
.main-menu:not(.menu-bees)>.menu-item:hover + .menu-item>a:after,
.main-menu:not(.menu-bees)>.menu-item:first-child>a:after,
.main-menu:not(.menu-bees)>.menu-item.current-menu-ancestor>a:after,
.main-menu:not(.menu-bees)>.menu-item.current-menu-ancestor + .menu-item>a:after,
.main-menu:not(.menu-bees)>.menu-item.current-menu-item>a:after,
.main-menu:not(.menu-bees)>.menu-item.current-menu-item + .menu-item>a:after{
	display: none;
}
.main-menu .sub-menu .menu-item>a{
	padding: 6px 25px 6px 35px;
}
.main-menu .sub-menu .menu-item>a:before{
	position: absolute;
	font-family: FontAwesome;
	content: "\f111";
	font-size: 7px;
	z-index: 2;
	top: 50%;
	margin-top: -3px;
	left: 20px;
	line-height: 1;
	width: 1.1em;
}
.main-menu .sub-menu .menu-item.menu-item-has-children>a:before{
	content: "\f061";
	font-size: 8px;
}
.main-menu .right .sub-menu .menu-item.menu-item-has-children>a:before{
	content: "\f060";
}
.main-menu .sub-menu .menu-item>a:after{
	left: 0;
	opacity: 0;
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
	background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
	background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
}
.main-menu .sub-menu .menu-item:hover>a:after{
	opacity: 1;
}
.main-menu>.menu-item>a:before{
	content: '';
	position: absolute;
	bottom: -4px;
	height: 5px;
	left: 0;
	right: 0;
}
.main-menu>.menu-item:last-child>a:after{
	background: transparent;
}
.main-nav-container .button_open{
	display: none;
}
.bees{
	display: inline-block;

}
.main-menu  .bees{
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	display: table-cell;
}
.main-menu .bees.bees-end{
	left: auto;
	right: 0;
}
.main-menu .bees:after{
	content: '';
	position: absolute;
	left: -27px;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 32px 0px 32px 27px;
	border-left-color: transparent!important;
	-webkit-transform: scale(.9999);
	-moz-transform: scale(.9999);
	-ms-transform: scale(.9999);
	transform: scale(.9999);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.main-menu .bees.bees-end:after{
	left: auto;
	right: -27px;
	border-width: 32px 27px 32px 0px;
	border-right-color: transparent!important;
}
.bees>span {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url('../img/bees.png') left center;
	animation: play .1s steps(3) infinite;
	-webkit-animation: play .1s steps(3) infinite;
}
.main-menu .bees>span {
	position: absolute;
	z-index: 1;
	top: calc(50% - 33px);
	left: -77px;
}
.main-menu .bees.bees-end>span{
	left: auto;
	right: -77px;
}
.bees.bees-end>span{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.bees>div{
	position: absolute;
	top: calc(50% - 11px);
	bottom: 0;
	right: -30px;
	width: 1px;
	transform: rotate(50deg) translate(4px,0px);
	-webkit-transform: rotate(50deg) translate(4px,0px);
	-moz-transform: rotate(50deg) translate(4px,0px);
	-ms-transform: rotate(50deg) translate(4px,0px);
	z-index: 1;

}
.bees>div:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #e7f0ca;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.bees>div.line-one{
	transform: rotate(-50deg) translate(4px,0px);
	-webkit-transform: rotate(-50deg) translate(4px,0px);
	-moz-transform: rotate(-50deg) translate(4px,0px);
	-ms-transform: rotate(-50deg) translate(4px,0px);
	bottom: calc(50% - 11px);
	top: 0;
}
.bees.bees-start>div{
	transform: rotate(130deg) translate(4px,0px);
	-webkit-transform: rotate(130deg) translate(4px,0px);
	-moz-transform: rotate(130deg) translate(4px,0px);
	-ms-transform: rotate(130deg) translate(4px,0px);
	right: auto;
	left: -30px;
}
.bees.bees-start>div.line-one {
	transform: rotate(-130deg) translate(4px,0px);
	-webkit-transform: rotate(-130deg) translate(4px,0px);
	-moz-transform: rotate(-130deg) translate(4px,0px);
	-ms-transform: rotate(-130deg) translate(4px,0px);
	bottom: calc(50% - 11px);
	top: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	.bees>span {
		background: url('../img/bees@2x.png') left center;
		background-size: 120px;
	}
}

.main-nav-container .menu-item>.sub-menu>.menu-item:nth-of-type(2)>a,
.main-nav-container .menu-item>.sub-menu>.menu-item:nth-of-type(2){
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.main-nav-container .menu-item>.sub-menu>.menu-item:nth-last-of-type(1)>a,
.main-nav-container .menu-item>.sub-menu>.menu-item:nth-last-of-type(1){
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom: 0;
}

.main-nav-container .menu-item>.sub-menu>.menu-item{
	border-bottom: 1px solid rgba(255,255,255,0.6);
}
.main-nav-container .sub-menu .sub-menu{
	z-index: 1;
}
.main-nav-container .menu-item>.sub-menu{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 25px 1px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 25px 1px rgba(0, 0, 0, 0.2);
}
@keyframes play {
	100% { background-position: -120px; }
}

@-webkit-keyframes play {
    100% { background-position: -120px; }
}


/*
-- DISABLE MOBILE MENU
*/

.mobile_menu_header,
.main-nav-container .sub-menu>.back{
	display: none;
}

/*
-- \DISABLE MOBILE MENU
*/

/*
-- MOBILE MENU
*/
.mobile_nav .main-menu,
.mobile_nav .main-nav-container .sub-menu{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-width: 200px;
    max-width: 370px;
}
.mobile_nav .menu-item{
	display: table;
	width: 100%;
	position: relative;
	margin-left: 0;
	text-align: left;
	box-sizing:border-box;
	padding-left: 0;
}
.mobile_nav .menu-item + *,
.mobile_nav .header_logo_part + .menu-item{
	margin-top: 1px;
}
.mobile_nav .menu-item>a,
.mobile_nav .menu-item>.button_open{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 11;
}
.mobile_nav .main-menu>.menu-item>a{
	border-style: none;
}
.mobile_nav .menu-item:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.logo-in-menu .header_nav_part{
	width: 100%;
}
.header_nav_part.mobile_nav .main-nav-container .sub-menu .menu-item:not(.back)>a{
	display: table-cell;
}
.header_nav_part.mobile_nav .main-nav-container .menu-item.back>a{
	display: inline-block !important;
	width: 100%;
	box-sizing:border-box;
}
/*
--- RESET DEFAULT MENU
*/

.mobile_nav .main-nav-container .sub-menu,
.mobile_nav .main-nav-container .menu-item:hover>.sub-menu{
	left: auto;
	display: none;
}
.mobile_nav .main-nav-container .menu-item>a{
	padding: 2px 15px;
	font-size: 20px;
	white-space: normal;
}
.mobile_nav .menu-item:hover>a{
	background: transparent;
}
.mobile_nav .mobile_menu_header,
.mobile_nav .main-nav-container .sub-menu>.back{
	display: block;
}
.mobile_nav .main-nav-container .sub-menu{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
}

/*
--- \RESET DEFAULT MENU
*/

/*
--- MOBILE MENU SWITCHER
*/

.mobile_menu_header .mobile_menu_switcher{
	display: none;
	position: relative;
	z-index: 1;
	width: 50px;
	height: 50px;
	border-radius: 7px;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	margin-left: auto;
}
.mobile_menu_header .mobile_menu_switcher span{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -1px;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mobile_nav .mobile_menu_switcher span:first-child{
	-webkit-transform: translate(0,7px);
	-moz-transform: translate(0,7px);
	-ms-transform: translate(0,7px);
	transform: translate(0,7px);
}
.mobile_nav .mobile_menu_switcher span:last-child{
	-webkit-transform: translate(0,-7px);
	-moz-transform: translate(0,-7px);
	-ms-transform: translate(0,-7px);
	transform: translate(0,-7px);
}
.mobile_nav.opened .mobile_menu_switcher span:first-child,
.mobile_nav.opened .mobile_menu_switcher span{
	-webkit-transform: translate(0,0px) rotate(-45deg);
	-moz-transform: translate(0,0px) rotate(-45deg);
	-ms-transform: translate(0,0px) rotate(-45deg);
	transform: translate(0,0px) rotate(-45deg);
}
.mobile_nav.opened .mobile_menu_switcher span:last-child{
	-webkit-transform: translate(0,0px) rotate(45deg);
	-moz-transform: translate(0,0px) rotate(45deg);
	-ms-transform: translate(0,0px) rotate(45deg);
	transform: translate(0,0px) rotate(45deg);
}

.mobile_nav .mobile_menu_header .mobile_menu_switcher{
	display: block;
}

/*
--- \MOBILE MENU SWITCHER
*/

/*
--- MOBILE MENU OPENER
*/

.header_nav_part.mobile_nav .main-menu{
	position: absolute;
	top: 100%;
	right: 0;
	display: none;
}
.header_nav_part.mobile_nav .main-menu .menu-item,
.mobile_nav .main-nav-container .sub-menu .menu-item{
	cursor: pointer;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.header_nav_part.mobile_nav.opened .main-menu,
.mobile_nav .main-nav-container .sub-menu{
	display: block;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2);
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
}
.header_nav_part.mobile_nav.opened .main-menu .menu-item:first-child,
.header_nav_part.mobile_nav.opened .main-menu .menu-item:first-child:before,
.mobile_nav .main-nav-container .sub-menu .menu-item:first-child,
.mobile_nav .main-nav-container .sub-menu .menu-item:first-child:before{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.header_nav_part.mobile_nav.opened .main-menu .menu-item:last-child,
.header_nav_part.mobile_nav.opened .main-menu .menu-item:last-child:before,
.mobile_nav .main-nav-container .sub-menu .menu-item:last-child,
.mobile_nav .main-nav-container .sub-menu .menu-item:last-child:before{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.header_nav_part.mobile_nav .main-menu .bees{
	display: none;
}
.header_nav_part.mobile_nav .main-nav-container .menu-item.bees-start,
.header_nav_part.mobile_nav .main-nav-container .menu-item.bees-start>a{
	margin-left: 0;
}
.header_nav_part.mobile_nav .main-nav-container .menu-item.current-menu-item>a,
.header_nav_part.mobile_nav .main-nav-container .menu-item a{
	background-color: transparent;
}
.header_nav_part.mobile_nav .main-menu>.menu-item>a:after,
.header_nav_part.mobile_nav .main-menu .sub-menu .menu-item>a:after{
	display: none;
	left: 0;
}

.header_nav_part.mobile_nav .menu-item>.button_open{
	float: none;
	cursor: pointer;
}

.header_nav_part.mobile_nav .main-nav-container .main-menu>.menu-item:before{
	content: "";
	display: block !important;
	position: absolute;
	height: 100%;
	z-index: 1;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
	background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
	background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
}
.header_nav_part.mobile_nav .main-nav-container .menu-item>a>.canvas_wrapper{
	display: none;
}

/*
--- \MOBILE MENU OPENER
*/

/*
-- \MOBILE MENU
*/

/*
-- SUB-MENU
*/

.main-nav-container .menu-item{
	position: relative;
}
.main-nav-container .menu-item:after{
    content: '';
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 5px;
    left: 0;
}
.main-nav-container .sub-menu{
	position: absolute;
	top: calc(100% + 3px);
	left: auto;
	right: auto;
	width: 200px;
	text-align: left;
	opacity: 0;
	z-index: 1000;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	-webkit-transform: translateX(-99999px);
	-moz-transform: translateX(-99999px);
	-ms-transform: translateX(-99999px);
	transform: translateX(-99999px);
}
.main-nav-container .sub-menu{
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s step-end;
	-webkit-transition: opacity 0.3s ease, transform 0.3s step-end;
	-moz-transition: opacity 0.3s ease, -moz-transform 0.3s step-end;
	-moz-transition: opacity 0.3s ease, transform 0.3s step-end;
	-ms-transition: opacity 0.3s ease, -ms-transform 0.3s step-end;
	-ms-transition: opacity 0.3s ease, transform 0.3s step-end;
	transition: opacity 0.3s ease, -webkit-transform 0.3s step-end;
	transition: opacity 0.3s ease, -moz-transform 0.3s step-end;
	transition: opacity 0.3s ease, -ms-transform 0.3s step-end;
	transition: opacity 0.3s ease, transform 0.3s step-end;
}
.main-nav-container .menu-item:hover>.sub-menu{
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s step-start;
	-webkit-transition: opacity 0.3s ease, transform 0.3s step-start;
	-moz-transition: opacity 0.3s ease, -moz-transform 0.3s step-start;
	-moz-transition: opacity 0.3s ease, transform 0.3s step-start;
	-ms-transition: opacity 0.3s ease, -ms-transform 0.3s step-start;
	-ms-transition: opacity 0.3s ease, transform 0.3s step-start;
	transition: opacity 0.3s ease, -webkit-transform 0.3s step-start;
	transition: opacity 0.3s ease, -moz-transform 0.3s step-start;
	transition: opacity 0.3s ease, -ms-transform 0.3s step-start;
	transition: opacity 0.3s ease, transform 0.3s step-start;
}
/*********************************************/
.main-nav-container .menu-item:hover>.sub-menu{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.header_nav_part.mobile_nav .main-nav-container .sub-menu .menu-item>a,
.header_nav_part.mobile_nav .main-nav-container .menu-item>a{
	background: transparent;
	display: table-cell;
}
.main-nav-container .sub-menu .sub-menu{
	top: 0;
	margin-left: 3px;
	margin-right: 3px;
}
/*** SHOW SUB-MENU ***/
.main-menu>.menu-item.right .menu-item>.sub-menu,
.main-menu>.menu-item.right>.sub-menu{
	left: auto;
}
.main-menu>.menu-item.right>.sub-menu{
	right: auto;
}
.main-menu>.menu-item.right>.sub-menu{
	right: 0;
}
.main-menu>.menu-item>.sub-menu{
	left: 0;
}
.main-nav-container .sub-menu .menu-item>.sub-menu{
	left: 100%;
}
.main-menu>.menu-item.right .sub-menu .menu-item>.sub-menu{
	right: 100%;
}
/*** SHOW SUB-MENU ***/
.main-nav-container .sub-menu .sub-menu:before{
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 4px;
	right: 100%;
	top: 0;
}
.main-menu>.menu-item.right .sub-menu .sub-menu:before{
	right: auto;
	left: 100%;
}
.main-menu>.menu-item.right .sub-menu .sub-menu{
	margin-left: 0;
}
/*
-- \SUB-MENU
*/

/*
-- STICKY-MENU
*/
.site_header .header_box{
	position: relative;
	z-index: 1000;
	padding: 30px 0 45px;
}

/*
-- \STICKY-MENU
*/


/*
- \MENU
*/

header .container{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.site_header.logo-in-menu .container>.header_logo_part,
.site_header.logo-in-menu.mobile_nav .main-menu .header_logo_part{
	display: none;
}
.site_header.logo-in-menu.mobile_nav .container>.header_logo_part{
	display: block;
}
.site_header.logo-in-menu.mobile_nav .container>.header_nav_part .mobile_menu_switcher{
	margin-left: auto;
}
.site_header.logo-center .header_nav_part{
	padding-bottom: 35px;
}
.site_header .header_logo_part{
	line-height: 0;
   	-webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.site_header.logo-right .header_logo_part{
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.site_header.logo-right .header_nav_part{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
header.site_header.logo-center .container{
	display: block;
}
.site_header.logo-center .header_logo_part{
	text-align: center;
}
header.site_header.logo-center .header_nav_part:only-child{
	padding-top: 12px;
	padding-bottom: 12px;
}
.slider_vs_menu .site_header{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.tp-leftarrow.round,
.tp-rightarrow.round{
	background-image: none;
	border-radius: 50%;
	border-width: 6px;
	border-style: solid;
}
.tp-leftarrow.round:before,
.tp-rightarrow.round:before{
	content: "\f053";
	position: absolute;
	top: 0;
	left: 10px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	line-height: 40px;
	font-size: 23px;
	color: #fff;
}
.tp-rightarrow.round:before{
	content: "\f054";
	left: 14px;
}
/*
\HEADER
*/

/*
BLOG
*/

.news .media_part,
.cws_ourteam_items .media_part{
	position: relative;
	border-radius: 18px;
	border-width: 9px;
	border-style: solid;
	padding: 2px;
}
.cws_ourteam_items .media_part .pic{
	font-size: 0;
	line-height: 0;
}
.cws_ourteam_items .media_part .hover-effect{
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.cws_ourteam_items .media_part .pic>img{
	width: 100%;
}
.media_info_wrapper{
	position: relative;
	z-index: 1;
}
.news .media_part.only_link{
	border: 0;
}
.news .media_part.video_post,
.news .media_part.audio_post.soundcloud{
	border: 0;
	border-radius: 0;
	padding: 0;
}
.news .media_part.quoute_post{
	border: 0;
	padding: 0;
	border-radius: 0;
	width: 100% !important;
}
.news .media_part.only_link a{
	color: #fff;
}
.item>.post_info_header h3.ce_title{
	margin: 0;
	font-size: 1.74em;
	line-height: 1;
}
.post_header_def_post{

}
.cws_blog_header{
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.cws_blog_header>*{
	display: table-cell;
	vertical-align: middle;
}
.cws_blog_header .ce_title{
	width: 100%;
}
.post_info_top{
	position: relative;
	z-index: 2;
	margin-bottom: 0 !important;
}
.single .post_info_header{
	text-align: inherit;
}
.post_info_top.no_media .post_info_header{
	text-align: left;
}
.p_cut,
.news .more-link{
	font-size: 0.80em;
	padding-left: 0.3em;
	padding-right: 0.3em;
}
.p_cut:hover,
.news .more-link:hover{
	color: inherit;
}
.post_info{
	line-height: 1;
	font-size: 0.84em;
	text-align: center;
	overflow: hidden;
	display: inline-block;
}
.news.single .post_info{
	display: block;
	text-align: inherit;
}
.post_info_top.no_media{
	display: table;
	width: 100%;
}
.post_info_top.no_media>*{
	display: table-cell;
	vertical-align: top;
}
.post_info_top.no_media .date{
	margin-right: 20px;
	margin-bottom: 10px !important;
}
.post_info_top.no_media .info_wrapper{
	width: 100%;
}
.post_info_top.no_media .post_info_header{
	margin-top: 8px;
	overflow: hidden;
}
.post_info_top.no_media .post_info{
	text-align: left;
}
.post_info_top.no_media .post_info_header .ce_title{
	float: left;
}
.post_info_top.no_media .comments_link{
	white-space: nowrap;
}
.post_info_top.no_media .info{
	margin-right: 20px;
	font-size: 0.84em;
	float: left;
}

.news .item.small .post_info_header,
.news .item.small .post_info,
.news .item.medium .post_info_header,
.news .item.medium  .post_info,
.news .item.large .post_info_header,
.news .item.large .post_info{
	text-align: left;
}
.post_info>*,
.info{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	max-width: 100%;
	line-height: 1.2em;
}
.post_info a:hover{
	color: inherit;
}
.post_info:after{
	content: '';
	clear: both;
	display: table;
}
.post_info_top .comments_link{
	float: right;
	margin-top: 1px;
	margin-right: 0;
}
.item .date{
	position: relative;
	z-index: 1;
	display: inline-block;
	border-width: 3px;
	border-style: solid;
	padding: 9px;
	border-radius: 14px;
	font-size: 14px;
	color: #fff;
	background: #fff;
	margin-right: 15px;
	vertical-align: middle;
}
.item .date.no_media{
	margin-bottom: 0;
}
.post_header_def_post{
	display: table;
	margin-bottom: 13px;
}
.post_header_def_post>*{
	display: table-cell;
	vertical-align: middle;
}
.post_header_def_post .post_info_header{
	width: 100%;
}
.media_part + .date{
	position: absolute;
	top: -33px;
	left: 0;
	margin: 0 !important;
	background: #fff;
	z-index: 5;
}
.item .date .date-cont{
	margin: -6px;
	border-radius: 9px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.item .date .date-cont:after,
.item .date .month:before{
	content: '';
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.2);
	z-index: -1;
}
.item .date:before{
	content: '';
	position: absolute;
	z-index: -1;
	top: 3px;
	bottom: 3px;
	left: 3px;
	right: 3px;
	border-radius: 9px;
}
.item .date .date-cont>span{
	text-align: center;
	display: block;
	min-width: 58px;
	box-sizing: border-box;
	padding: 0;
    height: 29px;
    line-height: 29px;
}
.item .date .day{
	font-size: 23px;
}
.item .date .month{
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;

	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;

	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-ms-transform: rotateX(0);
	transform: rotateX(0);
}
.item .date:hover .month{
	-webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.item .date .month:before{
	top: 0;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.item .date:hover .month:before{
	opacity: 0;
}
.item .date .month>span{
	display: block;
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-ms-transform: rotateX(0);
	transform: rotateX(0);

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.item .date:hover .month>span{
	-webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.item .date .springs{
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	background: rgba(255,255,255,0.9);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.item .date .springs:before,
.item .date .springs:after{
	content: '';
	position: absolute;
	top: -5px;
	left: 7px;
	border: 1px solid #fff;
	width: 4px;
	height: 10px;
	border-radius: 3px;
}
.item .date .springs:after{
	left: auto;
	right: 7px;
}
.item .date.def_style{
	float: left;
	border-width: 0;
	border-radius: 0;
	margin-top: -3px !important;
	margin-left: -3px;
}
.item .date.def_style:before{
	border-radius: 6px;
}
.item .date.def_style:hover .month:before{
	opacity: 1;
}
.item .date.def_style .month{
	background: transparent;
	border-radius: 0;
	overflow: visible;
}
.item .date.def_style .month:before{
	border-radius: 0 0 5px 5px;
}
.item .date.def_style .date-cont:after{
	background: transparent;
}
.item .date.def_style .date-cont{
	border-radius: 0;
}
.item .date.def_style .date-cont>span{
	min-width: 43px;
}
.item .date.def_style .springs:before,
.item .date.def_style .springs:after{
	display: none;
}


.pic,
.pic .hover-effect,
.pic img{
	-webkit-border-radius: 9px !important;
	-moz-border-radius: 9px !important;
	border-radius: 9px !important;
}
.news .media_part .pic img,
.news .media_part iframe{
	width: 100%;
}
.news .media_part .cws_oembed_wrapper{
	display: block;
}
.news:not(.single) .media_part .cws_oembed_wrapper{
	display: block;
	padding-bottom: 56.25%;
	width: 100%;
	box-sizing: border-box;
}

.news:not(.single) .media_part .cws_oembed_wrapper iframe{
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
}
.news .media_part .pic.link_post{
	line-height: 0;
}

.gallery_post_carousel{
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	-webkit-transform: rotate(0.000001deg);
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.news .item>.post_content .cws_oembed_wrapper,
.news .item>.post_content iframe{
	margin-bottom: 10px;
}
.news .item>.post_content .cws_oembed_wrapper>iframe{
	margin-bottom: 0;
}
.post_content_wrap:after,
.post_content:after{
	content: '';
	display: table;
	clear: both;
}
.post_content_wrap .post_content:after{
	display: none;
}
.post_content_wrap>* + *{
	margin-top: 15px;
}
.post_content_wrap .meta_cont_wrapper{
	overflow: hidden;
}
.post_content_wrap .meta_cont{
	display: table;
	width: 100%;
}
.post_content_wrap .meta_cont .button_cont{
	text-align: right;
	white-space: nowrap;
}
.post_content_wrap .meta_cont>*{
	display: table-cell;
	vertical-align: middle;
}
.news .media_part{
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
	max-width: calc(100% - 30px);
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;

	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */
}
.news .media_part .hover-effect{
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.news .media_part .owl-carousel{
	margin-right: 0 !important;
}
.news .media_part .owl-carousel .owl-item>*{
    margin-right: 0 !important;
    width: 100% !important;
}
.news:not(.single) .grid .media_part,
.news:not(.single) .grid .media_info_wrapper{
	width: 100%;
	max-width: 100%;
}
.news.single .item{
	width: 100%;
}
.news.single .media_part.video_post{
	float: none;
}
.news .media_part .pic img{
	width: auto;
}
.news .post_info_header:after,
.news .post_info:after{
	display: none;
}
.news .grid .item>*{
	margin-right: 0;
}
.news .grid .item.medium>*,
.news .grid .item.small>*,
.news.single .grid .item>*{
	margin-right: 30px;
}
.news.single .item>*{
	margin-bottom: 20px;
}
.news.single .media_part{
	width: auto;
}
.news .media_info_wrapper{
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}
.news .item{
	width: calc(100% - 30px);
	margin-right: -30px;
}
.news .grid .item.medium,
.news .grid .item.small{
	width: 100%;
}
.news .item.small .media_part{
	max-width: 370px;
	width: 100%;
}
.news .item.medium .media_part{
	max-width: 570px;
	width: 100%;
}
.news .item.large .media_part{
	max-width: 100%;
	width: 100%;
}

/*
- HOVER EFFECT
*/

.pic{
	position: relative;
	z-index: 1;
}
.pic .hover-effect{
	position: absolute;
	background-color: #fff;
	top: 3px;
	bottom: 3px;
	right: 3px;
	left: 3px;
	opacity: 0;
	z-index: 5;
}

.hover-effect{
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-ms-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.pic .links_popup{
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.pic:hover .hover-effect{
	opacity: 0.3;
}
.pic:hover .links_popup{
	opacity: 1;
}
.pic .links,
.pic .links_popup{
	position: absolute;
	z-index: 6;
	width: 100%;
	height: auto;
	left: 0;
	top: 50%;
	text-align: center;
	font-size: 0;
}
.pic .links_popup{
    height: 60px;
    width: 160px;
    left: calc(50% - 80px);
    top: calc(50% - 30px);
}
.pic .links_popup.animate{
	-webkit-transform: translateZ(0);
	-moz-transform:  translateZ(0);
	-ms-transform:  translateZ(0);
	transform:  translateZ(0);
	-ms-filter: url('../img/filter.svg');
}
.pic .links .link_cont,
.pic .links_popup .link_cont{
	position: absolute;
	top: 50%;
	left: 50%;
}
.pic .links .link_cont .link,
.pic .links_popup .link_cont .link{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}

.pic .links .link a,
.pic .links .link-item-bounce,
.pic .links .link-toggle-button,
.pic .links_popup .link a,
.pic .links_popup .link span,
.pic .links_popup .link-item-bounce,
.pic .links_popup .link-toggle-button{
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -20px;
	margin-top: -20px;
	color: #fff;
	font-size: 17px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	box-sizing: border-box;

	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	transition: all 0s;
}
.pic .links_popup .link span{
	margin-left: -30px;
	margin-top: -30px;
	font-size: 23px;
	width: 60px;
	height: 60px;
	line-height: 60px;
}
footer .pic .links_popup .link span,
aside .pic .links_popup .link span{
	display: none;
}
.pic .links_popup .link a>i,
.pic .links_popup .link span>i{
	line-height: 39px;
	display: inline-block;
}
.pic .links .link-item-bounce,
.pic .links_popup .link-item-bounce,
.pic .links_popup .link_cont .link:only-child a{
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
}
.pic .links_popup .link_cont .link:only-child a{
	font-size: 23px;
	line-height: 60px;
}
.pic .links_popup .link_cont .link:only-child a>i{
	line-height: 60px;
}
.pic .links .link-toggle-button,
.pic .links_popup .link-toggle-button{
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-top: -40px;
	margin-left: -40px;
	border: 0;
	padding: 10px;
	box-sizing: content-box;
}
.pic .links  .link-toggle-icon,
.pic .links_popup .link-toggle-icon{
	font-size: 23px;
	position: absolute;
	top: 10px;
    left: 10px;
	width: 60px;
	height: 60px;
	line-height: 61px;
	cursor: pointer;
}
.pic .links .link_cont .link + .link > a,
.pic .links_popup .link_cont .link + .link > a {
	z-index: 2;
}
/*
- \HOVER EFFECT
*/
.news .post_tags>i,
.news .post_categories>i{
	margin-right: 5px;
}
.news .post_tags .v_sep,
.news .post_categories>.v_sep{
	padding-left: 7px;
	margin-left: 7px;
}

.news .media_part img,
.pic img{
	display: block;
}

/*
- POST FORMATS
*/

/* -- AUDIO */

.news .media_part .pic + .audio{
	position: absolute;
	top: auto;
	bottom: 0;
	margin-top: 24px;
	margin-bottom: 24px;
	margin-left: 0;
	margin-right: 0;
	left: 24px;
	right: 24px;
	z-index: 1;
}
.news .media_part .wp-audio-shortcode,
.news .media_part .mejs-controls{
	border-radius: 9px;
}

/* -- \AUDIO */


/* -- VIDEO */

.wp-playlist{
	border: 0 !important;
	padding: 0 !important;
	width: 100%!important;
}
.wp-playlist .mejs-container.mejs-video {
	border-radius: 18px;
	border-width: 9px;
	border-style: solid;
	padding: 2px;
	overflow: hidden;
	box-sizing: border-box;
	width: 100% !important
}
.wp-playlist .mejs-container.mejs-video  .mejs-mediaelement{
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	border: 3px solid #fff;
	box-sizing: border-box;
	border-radius: 11px;
	overflow: hidden;
}
.mejs-video .mejs-controls{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	box-sizing: border-box;
}
.wp-playlist-light .wp-playlist-playing,
.wp-playlist-light{
	color: inherit !important;
}
.wp-playlist-light .wp-playlist-caption{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.5;
	margin: 9px 0;
	text-indent: 0;
	color: inherit !important;
}
.wp-playlist-item-length{
	font-weight: 400;
}
/* -- \VIDEO */

/* -- LINK */

.news .media_part .link{
	font-size: 2em;
	font-style: italic;
	line-height: 1.2;
	text-align: center;
	word-break: break-all;
}
.news .media_part.only_link{
	background-image: url('../img/dott_pattern.png');
	background-position: left center;
}
.news .media_part.audio_post{
	width: 100%;
	box-sizing: border-box;
}
.news .media_part .link:before{
	content: "\f0c1";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	color: #fff;
	font-size: 0.9em;
	margin: 0 6px;
	vertical-align: middle;

}
.news .media_part .pic.link_post .hover-effect{
	opacity: 0.5;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.news .media_part .pic.link_post:hover .hover-effect{
	opacity: 0.8;
}
.news .media_part .pic.link_post .link span{
	color: #fff;
}
.news .media_part .pic.link_post .link{
	position: absolute;
	z-index: 10;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.news .media_part > .link{
	margin: 24px;
}

/* -- \LINK */

/* -- GALLERY */
.cws_img_frame{
	display: inline-block;
	max-width: 100%;
}
.cws_img_frame img[class*="wp-image-"]{
	margin: 0;
}
.cws_img_frame img[class*="wp-image-"],
.gallery-icon a,
.gallery-icon img{
	padding: 0;
	display: block;
}
.cws_img_frame,
.gallery-icon,
img[class*="wp-image-"]{
	position: relative;
	border-radius: 18px;
	border-width: 9px;
	border-style: solid;
	padding: 2px;
	line-height: 0;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
}
.wp-block-image:not(.is-style-rounded) img{
	border-radius: 18px;
}
img[class*="wp-image-"]{
	box-sizing: content-box;
	max-width: calc(100% - 22px);
}
.cws_img_frame.noborder,
img[class*="wp-image-"].noborder{
	border-width: 0;
	padding: 0;
}
.cws_img_frame.noborder>img{
	border-radius: inherit;
}
.gallery img,
.cws_img_frame img{
	-webkit-border-radius: 9px !important;
	-moz-border-radius: 9px !important;
	border-radius: 9px !important;
	border: 0!important;
	max-width: 100%;
}
.gallery img{
	overflow: hidden;
}
.cws_img_frame:before,
.gallery-icon a:before{
	content: "";
	background-color: #000;
	display: block;
	position: absolute;
	top: 2px;
	bottom: 2px;
	right: 2px;
	left: 2px;
	opacity: 0;
	border-radius: 9px;
	z-index: 2;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-ms-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.cws_img_frame.noborder:before{
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border-radius: inherit;
}
.cws_img_frame:hover:before,
.gallery-icon a:hover:before{
	opacity: 0.3;
}
.cws_img_frame:after,
.gallery-icon a:after{
	font-family: FontAwesome;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 23px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	text-align: center;
	opacity: 0;
	z-index: 3;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cws_img_frame:hover:after,
.gallery-icon a:hover:after{
	opacity: 1;
}
.cws_img_frame:after,
.gallery-icon a:after{
	content: "\f064";
}
.gallery{
	margin-left: -30px !important;
}
.gallery.owl-carousel .owl-controls{
	padding: 20px 30px 20px 0;
}
.gallery.owl-carousel .gallery-item{
	margin-top: 0 !important;
}
.gallery img{
	display: block;
	width: 100%;
}
.gallery .gallery-item{
	padding-left: 30px;
	box-sizing: border-box;
}
.gallery .gallery-caption{
	padding: 0;
}
.gallery-icon a[href*=".jpg"]:after,
.gallery-icon a[href*=".jpeg"]:after,
.gallery-icon a[href*=".png"]:after,
.gallery-icon a[href*=".gif"]:after,
.cws_img_frame[href*=".jpg"]:after,
.cws_img_frame[href*=".jpeg"]:after,
.cws_img_frame[href*=".png"]:after,
.cws_img_frame[href*=".gif"]:after{
	content: "\f030";
}
.pp_gallery ul li:before{
	display: none;
}

.carousel_nav{
	cursor: pointer;
}

.news .media_part .carousel_nav{
	position: absolute;
	width: 60px;
	height: 100%;
	top: 0;
	z-index: 2;
}
.news .media_part .carousel_nav>span{
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.news .media_part .carousel_nav.prev>span:before,
.news .media_part .carousel_nav.prev>span:after{
	left: 0;
}
.news .media_part .carousel_nav.next>span:before,
.news .media_part .carousel_nav.next>span:after{
	right: 0;
}
.news .media_part .carousel_nav>span:before,
.news .media_part .carousel_nav>span:after{
	content: "";
	display: block;
	background: #fff;
	width: 50%;
	height: 2px;
	border-radius: 2px;
	position: absolute;
}
.news .media_part .carousel_nav.prev{
	left: 0;
}
.news .media_part .carousel_nav.next{
	right: 0;
}
.news .media_part .carousel_nav.next span:after{
	-webkit-transform: rotate(45deg) translateX(-50%);
	-moz-transform: rotate(45deg) translateX(-50%);
	-ms-transform: rotate(45deg) translateX(-50%);
	transform: rotate(45deg) translateX(-50%);
}
.news .media_part .carousel_nav.next span:before{
	-webkit-transform: rotate(-45deg) translateX(-50%);
	-moz-transform: rotate(-45deg) translateX(-50%);
	-ms-transform: rotate(-45deg) translateX(-50%);
	transform: rotate(-45deg) translateX(-50%);
}
.news .media_part .carousel_nav.prev span:after{
	-webkit-transform: rotate(45deg) translateX(50%);
	-moz-transform: rotate(45deg) translateX(50%);
	-ms-transform: rotate(45deg) translateX(50%);
	transform: rotate(45deg) translateX(50%);
}
.news .media_part .carousel_nav.prev span:before{
	-webkit-transform: rotate(-45deg) translateX(50%);
	-moz-transform: rotate(-45deg) translateX(50%);
	-ms-transform: rotate(-455deg) translateX(50%);
	transform: rotate(-45deg) translateX(50%);
}

/* -- \GALLERY */

/* -- QUOTE */

.news .media_part .testimonial{
	margin-top: 10px;
	margin-bottom: 10px;
}
.testimonial{
	position: relative;
	padding: 0.8em 40px;
	text-align: center;
	color: #fff;
	font-size: 1.21em;
	line-height: 1.4;
	border-radius: 20px;
	background-position: center center;
	z-index: 1;
	margin-top: 10px;
    margin-bottom: 10px;
}
.testimonial:before,
.testimonial:after{
	content: "\201C";
	text-align: center;
	line-height: 0;
	width: 20px;
	font-size: 60px;
	font-style: italic;
	display: inline-block;
	position: absolute;
	left: calc(50% - 18px);
	text-shadow: rgb(255, 255, 255) 1px 1px,
	rgb(255, 255, 255) 1px 0px,
	rgb(255, 255, 255) 0px 1px,
	rgb(255, 255, 255) -1px -1px,
	rgb(255, 255, 255) -1px 0px,
	rgb(255, 255, 255) 0px -1px;
}
.testimonial:before{
	content: "\201C";
	top: 14px;
}
.testimonial:after{
	bottom: -14px;
}

.testimonial .author img{
	border-radius: 17px;
	padding: 3px;
	border-width: 3px;
	border-style: solid;
	display: inline-block;
	text-align: center;
}
.testimonial .author figcaption{
	font-size: 1.3043em;
	line-height: 1em;
	text-align: center;
}
.testimonial .author img + figcaption{
	padding-top: 6px;
}
.testimonial .quote{
	position: relative;
	z-index: 1;
}
.testimonial .quote>*:first-child{
	margin-top: 0;
}
.testimonial .quote + .author{
	overflow: hidden;
	line-height: 0;
	text-align: center;
	float: none;
	max-width: none;
}
.testimonial .quote + .author>.dott{
	display: block;
	line-height: 1;
	font-size: 60px;
	margin-top: -35px;
	letter-spacing: 3px;
}
.testimonial .quote .quote_link{
	position: absolute;
	bottom: -25px;
	right: 0;
	display: block;
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.testimonial .quote .quote_link:hover{
	color: inherit;
}
.testimonial .quote .quote_link:before{
	content: "\f064";
}
/* -- \QUOTE */

/*
- \POST FORMATS
*/

/*
-- PAGE TITLE
*/
.page_title{
	position: relative;
	z-index: 1;
	padding: 16px 0;
	margin-top: -16px;
	overflow: hidden;
}
.page_title.wave{
	z-index: 999;
}
.page_title.flat{
	margin-top: 0;
	border-bottom-width: 4px;
	border-style: solid;
	padding: 8px 0;
}
.page_title .container{
	display: table;
}
.page_title.wave .container{
	min-height: 39px;
}
.page_title .container>*{
	display: table-cell;
	vertical-align: middle;
}
.page_title h1{
	font-size: 1.74em;
}
.bread-crumbs{
	text-align: right;
	font-size: 0.87em
}
.bread-crumbs .delimiter{
	vertical-align: middle;
	margin:  0 7px;
	font-size: 0.8em;
}
canvas.breadcrumbs{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
/*
-- PAGE TITLE
*/

/*
-- PAGINATION
*/

.pagination{
	margin-top: 30px;
	text-align: center;
}
.pagination .page_links{
	display: inline-block;
}
.pagination .page_links>*{
	display: block;
	float: left;
	font-size: 1.16em;
	font-weight: 300;
	width: 2.042em;
	line-height: 2.05em;
	margin-right: 1px;
	position: relative;
	z-index: 1;
}
.pagination .page_links>.page-numbers.current,
.pagination .page_links>span:not(.dots){
	margin-left: -2px;
	margin-right: -2px;
	margin-top: -2px;
	width: 2.042em;
	line-height: 2.05em;
    padding: 2px;
	color: #fff;
	position: relative;
	z-index: 2;
	background: transparent;
}
.pagination .page_links>.page-numbers.current:before,
.pagination .page_links>span:not(.dots):before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	border-radius: 10px;
}
.pagination .page_links>.page-numbers.current:after,
.pagination .page_links>span:not(.dots):after{
	content: "";
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 4px;
	right: 0;
	z-index: -2;
}
.pagination .page_links>*+.page-numbers.current:after,
.pagination .page_links>*+span:not(.dots):after{
	left: 0;
}
.pagination .page_links>.page-numbers.current:last-child:after,
.pagination .page_links>span:not(.dots):last-child:after{
	right: 4px;
}
.pagination .page_links>*:first-child{
	border-radius: 10px 0 0 10px;
}
.pagination .page_links>*:last-child{
	margin-right: 0px;
	border-radius: 0 10px 10px 0;
}
.pagination a{
	cursor: pointer;
}
.pagination .page_links>span{
	cursor: default;
}
/*
-- \PAGINATION
*/

/*
-- LOAD MORE
*/

.cws_load_more{
	display: table;
	margin-top: 50px;
}

/*
-- \LOAD MORE
*/

/*
-- NEWS LAYOUT
*/

.news .item > *:not(.def_style) + *{
	margin-top: 15px;
}

/*
-- \NEWS LAYOUT
*/

/*
-- POST GRID
*/

.grid{
	margin-right: -30px;
}
.grid .item{
	display: block;
	float: left;
	margin-right: 30px;
	padding-bottom: 30px;
	position: relative;
	z-index: 1;
}
.news .grid-2 .item>*:not(.media_info_wrapper):not(.date):not(.separator-box),
.news .grid-3 .item>*:not(.media_info_wrapper):not(.date):not(.separator-box){
	padding-left: 60px;
}
.news .grid-2 .item>.post_info,
.news .grid-3 .item>.post_info{
	display: block;
	overflow: visible;
	text-align: inherit;
}
.grid .item.medium,
.grid .item.small{
	margin-left: 0;
}
.page_content.single_sidebar .grid .item{
	width: 870px;
}
.page_content.double_sidebar .grid .item{
	width: 570px;
}
.grid.grid-2 .item{
	width: 570px;
}
.page_content.single_sidebar .grid.grid-2 .item{
	width: 420px;
}
.page_content.double_sidebar .grid.grid-2 .item{
	width: 270px;
}
.grid.grid-3 .item{
	width: 370px;
}
.page_content.single_sidebar .grid.grid-3 .item{
	width: 270px;
}
.page_content.double_sidebar .grid.grid-3 .item{
	width: 270px;
}
.grid-4 .item,
.page_content.single_sidebar .grid-4 .item,
.page_content.double_sidebar .grid-4 .item{
	width: 270px;
}
.separator-box{
	width: 100%;
	overflow: hidden;
	margin: 0;
	margin-top: 0 !important;
}
.news .separator-box .separator{
	margin-top: 30px;
}
hr{
	border-style: solid;
	border-width: 0;
	border-top-width: 1px;
	border-color: #d8d8d8;
}
body.wave-style hr{
	border: 0;
	height: 2px;
	border-radius: 6px;
}
.news .separator-box hr.separator{
	margin: 60px 0 30px;

}
canvas.separator{
	margin-top: 30px;
	display: block;
}

/*
-- \POST GRID
*/

/*
\BLOG
*/

/*
CAROUSEL
*/

.owl-item{
	float: left;
}
.owl-item .separator-box{
	display: none;
}
.owl-wrapper{
	position: relative;
	z-index: 1;
}
.owl-wrapper-outer{
	overflow: hidden;
	cursor: move;
	position: relative;
}
.owl-pagination{
	font-size: 0;
	line-height: 11px;
	text-align: center;
}
.owl-pagination .owl-page{
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	margin: 0 4px;
	border-radius: 50%;
}
.carousel_nav_panel .prev,
.carousel_nav_panel .next{
	cursor: pointer;
	font-size: 20px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	padding: 6px 10px 6px 8px;
	text-align: center;
	border-width: 4px;
	border-style: solid;
	border-radius: 9px;
	margin-left: 3px;
}
.carousel_nav_panel .next{
	padding: 6px 8px 6px 10px;
}
.carousel_nav_panel .prev:before{
	content: "\f053";
}
.carousel_nav_panel .next:before{
	content: "\f054";
}
.carousel_header{
	padding-bottom: 20px;
}
.carousel_header .carousel_nav{
	float: right;
	font-size: 20px;
}
.carousel_header .carousel_nav i{
	padding: 6px 10px 6px 8px;
	text-align: center;
	border-width: 4px;
	border-style: solid;
	border-radius: 9px;
	margin-left: 3px;
}
.carousel_header .carousel_nav i.next{
	padding: 6px 8px 6px 10px;
}
.carousel_header:after{
	content: '';
	display: table;
	clear: both;
}
.cws_sc_carousel_header{
	display: table;
	margin-bottom: 20px;
}
.cws_sc_carousel_header>div{
	display: table-cell;
	vertical-align: middle;
}
.cws_sc_carousel_header .ce_title{
	width: 100%;
}
.cws_sc_carousel .cws_sc_carousel_header .carousel_nav_panel{
	white-space: nowrap;
}
.cws_sc_carousel .owl-carousel,
.owl-carousel{
	margin-right: -30px !important;
	margin-left: 0 !important;
}
.cws_sc_carousel .owl-item .item,
.owl-item>*{
	margin-right: 30px !important;
	margin-left: 0 !important;
	width: calc(100% - 30px) !important;
	padding: 0 !important;
}
.owl-item > li.item{
	padding-left: 0;
}
.owl-item > li.item:before{
	display: none;
}

/*
\CAROUSEL
*/

/* - CWS Portfolio */

.cws-widget > .portfolio_item_thumbs{
	background: transparent !important;
	margin-left: -10px;
	margin-top: -10px;
	text-align: center;
	line-height: 0;
	overflow: hidden;
}
.cws-widget .portfolio_item_thumb{
	display: inline-block;
	margin-left: 10px;
	margin-top: 10px;
}
.cws-widget .portfolio_item_thumb .pic>a{
	display: block;
}
.cws-widget .portfolio_item_thumb .pic{
	position: relative;
	border-radius: 14px;
	border-width: 3px;
	border-style: solid;
	padding: 3px;
}
.cws-widget .portfolio_item_thumb img{
	border-radius: 9px;
}
.cws-widget .portfolio_item_thumb .pic .links > *{
	width: 35px;
	height: 35px;
	font-size: 24px;
	line-height: 35px;
	margin: 2px;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.cws-widget .portfolio_item_thumb .pic:hover .links > *{
	opacity: 1;
}

/* - \CWS Portfolio */

/* - \CWS Ourteam */
.cws_ourteam.single .item{
	margin-right: -30px;
  	width: 100%;
}
.cws_ourteam.single .item>*{
	margin-right: 30px;
}
.cws_ourteam.single .item .media_part{
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.cws_ourteam .cws_ourteam_items .media_part{
	margin-bottom: 10px;
}
.cws_ourteam .cws_ourteam_items .title{
	margin: 0;
	font-size: 1.2631em;
	text-transform: uppercase;
}
.cws_ourteam .cws_ourteam_items .item{
	overflow: hidden;
}
.cws_ourteam .cws_ourteam_items{
	text-align: center;
}
.cws_ourteam .ourteam_item_wrapper>*:not(.media_part){
	padding-left: 15px;
	padding-right: 15px;
}
.cws_ourteam .ourteam_item_wrapper>:last-child:not(.media_part){
	padding-bottom: 15px;
}
.cws_ourteam:not(.single) .cws_ourteam_items .positions{
	font-size: 1.1579em;
}
.cws_ourteam .cws_ourteam_items .social_links{
	padding-top: 15px;
	text-align: center;
}
.cws_ourteam .cws_ourteam_items .social_links a{
	width: 35px;
	height: 35px;
	display: inline-block;
	line-height: 35px;
	text-align: center;
	border-radius: 9px;
	color: #fff;
	margin: 0 2px;
	font-size: 19px;
}
.cws_ourteam.single .cws_ourteam_items .social_links a{
	width: 55px;
	height: 55px;
	display: inline-block;
	line-height: 55px;
	text-align: center;
	border-radius: 9px;
	color: #fff;
	margin: 0 2px;
	font-size: 35px;
}
.cws_ourteam:not(.single) .cws_ourteam_items .positions a:hover{
	color: inherit;
}
.cws_ourteam.single .item>*{
	margin-bottom: 20px;
}
.cws_ourteam.single .media_part_wrapper{
	float: left;
	margin-right: 30px;
}
.cws_ourteam.single .post_content:after{
	display: none;
}
.cws_ourteam.single .cws_ourteam_items{
	text-align: left;
}
.cws_ourteam .cws_ourteam_header{
	padding-bottom: 20px;
	display: table;
	width: 100%;
}
.cws_ourteam .cws_ourteam_header>*{
	display: table-cell;
	vertical-align: middle;
}
.cws_ourteam .cws_ourteam_header .ce_title{
	width: 100%;
}
/* - \CWS Ourteam */

/*
WIDGETS
*/

aside .cws-widget{
}
aside .cws-widget + .cws-widget{
	margin-top: 20px;
}

.cws-widget .widget-title{
	font-size: 1.8em;
	line-height: 1;
}
.cws-widget .widget-title:after{
	content: '';
	display: block;
	width: 100%;
	height: 6px;
	border-radius: 3px;
	margin-top: 8px;
}
.cws-widget .widget-title + *:not(:empty){
	margin-top: 10px;
}


/* - WIDGET ARCHIVES and MENU WIDGET */
.cws-widget ul li:before{
	display: none;
}
.cws-widget ul li{
	position: relative;
	padding: 10px 0;
	z-index: 1;
}
.cws-widget ul li + li,
.cws-widget ul.children,
.cws-widget ul.sub-menu{
	border-top: 1px solid #e3e3e3;
}
.cws-widget ul.children,
.cws-widget ul.sub-menu{
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: -10px;
}
.cws-widget ul.children>li,
.cws-widget ul.sub-menu>li{
	padding-left: 0;
}
.cws-widget .parent_archive .widget_archive_opener,
.cws-widget .has_children .opener{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	text-align: center;
	cursor: pointer;
}
.cws-widget .parent_archive .widget_archive_opener:before,
.cws-widget .has_children .opener:before{
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cws-widget .parent_archive .widget_archive_opener.active:before,
.cws-widget .has_children .opener.active:before{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
/* -\WIDGET ARCHIVES and MENU WIDGET */

/* - WIDGET CALENDAR */
.cws-widget #wp-calendar{
	border-style: none;
}
.cws-widget #wp-calendar th,
.cws-widget #wp-calendar td{
	padding: 0;
	border-bottom-style: none;
}
.cws-widget table#wp-calendar thead th{
	border-radius: 4px;
	line-height: 35px;
	border: 0;
	width: calc(100%/7);
}
.cws-widget #calendar_wrap{
	padding: 10px;
}
aside .cws-widget #calendar_wrap{
	padding: 0;
}
.cws-widget #wp-calendar{
	width: 100%;
	border-spacing: 1px;
}
.cws-widget #wp-calendar thead{
	font-size: 0.842em;
}
.cws-widget #wp-calendar tbody{
	font-size: 0.8em;
}
.cws-widget #wp-calendar thead,
.cws-widget #wp-calendar tbody{
	text-align: center;
}
.cws-widget #wp-calendar tbody tr + tr{
	border-top: 1px solid #d8d8d8;
}
.cws-widget #wp-calendar td{
	border: 0;
	border-radius: 4px;
	line-height: 35px;
}
.cws-widget #wp-calendar td.pad{
	background: transparent;
}
.cws-widget #wp-calendar caption,
.cws-widget #wp-calendar tfoot{
	font-size: 0.947em;
	line-height: 1em;
	margin-bottom: 15px;
}
.cws-widget #wp-calendar tbody td#today{
	position: relative;
	color: #fff;
	z-index: 1;
}
.cws-widget #wp-calendar tbody td#today:before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 2em;
	height: 2em;
	border-radius: 50%;
	z-index: -1;
}
.cws-widget #wp-calendar tfoot td#prev,
.cws-widget #wp-calendar tfoot td#next{
	position: relative;
	background: transparent;
}
.cws-widget #wp-calendar tfoot td#prev a,
.cws-widget #wp-calendar tfoot td#next a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/* - \WIDGET CALENDAR */

/* - WIDGET TEXT */
.cws_textwidget_content .link{
	margin-top: 10px;
	text-align: right;
}
.benefits_area .cws_textwidget_content .link{
	text-align: center;
	margin-top: 20px;
}
/* - \WIDGET TEXT */

/* - TAGCLOUD */
.cws-widget .tagcloud{
	text-align: center;
	font-size: 0;
}
.cws-widget .tagcloud:not(:empty){
	padding: 5px 10px 10px 5px;
}
.cws-widget .tagcloud a{
	line-height: 1.2em;
	display: inline-block;
	vertical-align: middle;
	padding: 0.5em 0.714em;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	margin-top: 5px;
	margin-left: 5px;
}
.cws-widget .tagcloud a:hover{
	color: inherit;
}
/* - \TAGCLOUD */

.post-date{
	display: block;
	text-align: right;
	font-size: 0.9em;
	line-height: 1;
}

/* - SEARCH WIDGET */
.cws-widget.search-form-widget .widget-title:after{
	display: none;
}
.cws-widget .search-form{
	position: relative;
	z-index: 1;
	padding: 20px;
	border-radius: 14px !important;
	overflow: hidden;
}

.cws-widget .search-form label{
	margin-bottom: 0;
	display: block;
	position: relative;
}
.cws-widget .search-form input{
	display: block;
	border-radius: 4px;
	border: none;
}
.cws-widget .search-form input.search-field{
	padding-right: 41px;
	-webkit-box-shadow: inset 0px 5px 0px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: inset 0px 5px 0px 0px rgba(0,0,0,0.12);
	box-shadow: inset 0px 5px 0px 0px rgba(0,0,0,0.12);
}
.footer_container .cws-widget input.search-field{
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255,255,255,0.2);
	box-shadow: none;
}
.cws-widget .search-form:before{
	display: block;
	position: absolute;
	width: 41px;
	top: 20px;
	padding: 6px 0;
	right: 20px;
	line-height: 1.15em;
	font-family: FontAwesome;
	font-size: 1.052em;
	content: "\f002";
	color: #fff;
	text-align: center;
	z-index: 1;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.cws-widget .search-form .screen-reader-text{
	display: none;
}

.cws-widget .search-form .search-submit{
	position: absolute;
	top: 20px;
	right: 20px;
	text-indent: 1000px;
	display: inline-block;
	width: 41px;
	padding: 6px 0;
	font-size: 1.05em;
	line-height: 1.15em;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	z-index: 1;
	background: transparent !important;
	overflow: hidden;
}
/* - \SEARCH WIDGET */


/*
\WIDGETS
*/

/*
SHORTCODES
*/
.ce + .ce{
	margin-top: 30px;
}
.ce > * + *{
	margin-top: 30px;
}

/*
- BUTTONS
*/
.cws_button,
input[type='submit'],
.mini-cart .button{
	display: inline-block;
	font-size: 1.3em;
	line-height: 1;
	padding: 8px 34px;
	border-radius: 7px;
	border: none;
	color: #fff;
	margin-bottom: 5px;
}
.cws_button.alt>span{
	padding: 2px 28px;
	display: inline-block;
	margin: 3px;
	border-radius: 4px;
	font-size: 1.3em;
}
.cws_button.alt{
	background: transparent;
	padding: 0;
	border-width: 3px;
	border-style: solid;
	border-radius: 9px;
}
.cws_button:hover,
input[type='submit']:hover{
	color: #fff;
}
.cws_button.mini{
	border-radius: 5px;
}
.cws_button.mini{
	padding: 4px 18px;
	font-size: 0.95em;
}
.cws_button.mini.alt>span{
	margin: 2px;
	padding: 2px 12px;
	font-size: 0.8em;
}
.cws_button.small{
	border-radius: 6px;
}
.cws_button.small,
.cws_button.small.alt>span,
.mini-cart .button{
	padding: 8px 15px;
	font-size: 1.0211em;
}
.cws_button.small.alt>span{
	padding: 2px 19px;
}
.cws_button.small.alt>span,
.cws_button.mini.alt>span{
	border-radius: 3px;
}
.cws_button.large,
.cws_button.xlarge{
	border-radius: 9px;
}
.cws_button.large,
.cws_button.large.alt>span{
	padding: 12px 40px;
	font-size: 1.5789em;
}
.cws_button.large.alt>span{
	padding: 6px 34px;
}
.cws_button.xlarge,
.cws_button.xlarge.alt>span{
	padding: 15px 45px;
	font-size: 1.8578em;
}
.cws_button.xlarge.alt>span{
	padding: 9px 39px;
}
.cws_button.full_width{
	display: block;
	text-align: center;
}
.cws_button.alt{
	padding: 0;
	font-size: 1em;
}
/*
- \BUTTONS
*/

/*
- MESSAGE BOXES
*/

.cws_msg_box,
div.wpcf7-response-output{
	position: relative;
	border-style: solid;
	border-width: 1px;
	padding: 10px 20px 10px 80px;
	min-height: 40px;
	border-radius: 14px;
	color: #fff;
	background: #ad6eb0;
	margin-bottom: 15px;
	border: 0;
}
.cws_msg_box .content_section>.msg_box_text:last-child{
		margin-bottom: 0;
}
.cws_msg_box.warning-box{
	background: #ffd800;
}
.cws_msg_box.warning-box .icon_section i{
	color: #ffd800;
}
.cws_msg_box.success-box,
.wpcf7-response-output.wpcf7-mail-sent-ok{
	background: #35e27e;
}
.cws_msg_box.success-box  .icon_section i,
.wpcf7-response-output.wpcf7-mail-sent-ok:before{
	color: #35e27e;
}
.cws_msg_box.error-box,
.wpcf7-response-output.wpcf7-validation-errors{
	background: #ff7b7b;
}
.cws_msg_box.error-box .icon_section i,
.wpcf7-response-output.wpcf7-validation-errors:before{
	color: #ff7b7b;
}
.cws_msg_box .icon_section,
.wpcf7-response-output:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 100%;
}
.cws_msg_box .icon_section i,
.wpcf7-response-output:before{
	position: absolute;
	border: 0;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-style: solid;
	background: #fff;
	border-radius: 50%;
	font-size: 20px;
	margin-left: -20px;
	margin-top: -22px;
	text-align: center;
	color: #ad6eb0;
	-webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
}
.cws_msg_box .icon_section svg {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	margin: -13px 0 0 -13px;
}
.cws_msg_box .msg_box_title{
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: 400;
}
.cws_msg_box .msg_box_text{
	font-size: 0.93333em;
	line-height: 1.2857143;
}
.cws_msg_box .msg_box_title + .msg_box_text{
	margin-bottom: 5px;
}
.cws_msg_box.closable .cls_btn{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 23px;
	height: 23px;
	line-height: 22px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
}
.cws_msg_box.closable .cls_btn:before,
.cws_msg_box.closable .cls_btn:after{
	content: '';
	position: absolute;
	top: 1px;
	left: 10px;
	height: 0;
	border-top: 7px solid #fff;
	border-bottom: 7px solid #fff;
	width: 2px;
	display: inline-block;
	-webkit-transform: rotate(-45deg) translate(-2px,3px);
	-moz-transform: rotate(-45deg) translate(-2px,3px);
	-ms-transform: rotate(-45deg) translate(-2px,3px);
	transform: rotate(-45deg) translate(-2px,3px);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.cws_msg_box.closable .cls_btn:after{
	-webkit-transform: rotate(45deg) translate(3px,2px);
	-moz-transform: rotate(45deg) translate(3px,2px);
	-ms-transform: rotate(45deg) translate(3px,2px);
	transform: rotate(45deg) translate(3px,2px);
}
.cws_msg_box.closable .cls_btn:hover:before,
.cws_msg_box.closable .cls_btn:hover:after{
	height: 5px;
	-webkit-transform: rotate(-45deg) translate(0px,1px);
	-moz-transform: rotate(-45deg) translate(0px,1px);
	-ms-transform: rotate(-45deg) translate(0px,1px);
	transform: rotate(-45deg) translate(0px,1px);
}
.cws_msg_box.closable .cls_btn:hover:after{
	-webkit-transform: rotate(45deg) translate(1px,0px);
	-moz-transform: rotate(45deg) translate(1px,0px);
	-ms-transform: rotate(45deg) translate(1px,0px);
	transform: rotate(45deg) translate(1px,0px);
}

/*
- \MESSAGE BOXES
*/

/*
- MILESTONE
*/

.cws_milestone{
    display: inline-block;
    text-align: center;
    position: relative;
    border-width: 6px;
    border-style: solid;
    padding-top: calc(50% - 1.4em - 6px);
    padding-bottom: calc(50% - 6px + 1.4em);
    border-radius: 60%;
}
.cws_milestone:after{
	content: '';
	position: absolute;
	top: calc(75% + 6px);
	left: 50%;
	width: 27px;
	margin-left: -13px;
	height: 0;
	border-width: 3px;
	border-style: solid;
	border-radius: 5px;
	background: #fff;
}
.milestone-wrapp{
	display: inline-block;
	text-align: center;
	margin: 0 10px 20px;
}
.milestone_cont{
	display: inline-block;
	padding-bottom: 10px;
}
.cws_milestone .milestone_icon{
	font-size: 4.8em;
	line-height: 1.1;
}
.cws_milestone .milestone_number{
    font-size: 2.8em;
    line-height: 1;
    font-weight: 400;
    float: left;
    height: 0;
    overflow: visible;
    min-width: 1.37em;
    position: relative;
    padding: 0 20px;
}
.milestone_desc{
	font-size: 1.58em;
}
.cws_milestone  .odometer-inside{
	overflow: hidden;
	line-height: 0;
}
.cws_milestone  .odometer-inside .odometer-digit-spacer{
	height: 1em;
}
.cws_milestone .milestone_desc{
	font-size: 1.06667em;
	line-height: 1.25;
}
.cws_milestone.alt{
	border-color: transparent;
	color: #fff;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner{
	line-height: 1em;
}
/*
- \MILESTONE
*/

/*
- PROGRESS BAR
*/

.cws_progress_bar .pb_title{
	font-size: 1.26em;
	line-height: 1.8;
}
.cws_progress_bar{
	margin-bottom: 10px;
}
.cws_progress_bar .bar{
	position: relative;
	height: 6px;
	border-radius: 6px;
	background: #d6d6d6;
	overflow: hidden;
}
.cws_progress_bar .progress{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
}

/*
- \PROGRESS BAR
*/

/*
SCROLL TOP
*/
.scroll_top{
	opacity: 0;
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	border-radius: 9px;
	font-size: 27px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	z-index: 20;
	border: 2px solid #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.scroll_top:before{
	font-family: FontAwesome;
	content: "\f062";
}
.scroll_top:hover{

}
/*
\SCROLL TOP
*/

/*
- ICON
*/

.cws_fa_tbl{
	display: table;
	table-layout: fixed;
	width: 100%;
}
.cws_fa_tbl_row{
	display: table-row;
}
.cws_fa_tbl_cell{
	word-wrap: break-word;
	display: table-cell;
	vertical-align: middle;
}
.cws_fa_tbl .cws_fa_tbl_cell.size_1x{
	width: calc(2em + 28px);
}
.cws_fa_tbl .cws_fa_tbl_cell.size_2x{
	width: calc(4em + 28px);
}
.cws_fa_tbl .cws_fa_tbl_cell.size_3x{
	width: calc(6em + 28px);
}
.cws_fa_tbl .cws_fa_tbl_cell.size_4x{
	width: calc(8em + 28px);
}
.cws_fa_tbl .cws_fa_tbl_cell.size_5x{
	width: calc(10em + 28px);
}
.cws_fa_tbl .cws_fa_tbl_cell.size_lg{
	width: calc(1.33333333em*2 + 28px);
}
.cws_fa_tbl.v_align_top .cws_fa_tbl_cell{
	vertical-align: top;
}
.cws_fa_tbl .cws_fa_wrapper{
	margin-right: 20px;
}
.cws_fa_tbl h1,
.cws_fa_tbl h2,
.cws_fa_tbl h3,
.cws_fa_tbl h4,
.cws_fa_tbl h5,
.cws_fa_tbl h6{
	margin-bottom: auto;
}
.cws_fa_tbl p{
	text-indent: 0;
}

.cws_fa_wrapper{
	display: inline-block;
	position: relative;
	z-index: 1;
}
.cws_fa{
	display: inline-block;
	text-align: center;
	margin: 4px;
	color: #fff;
	border-radius: 23.5%;
	line-height: 0;
	position: relative;
	z-index: 1;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	/**/
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
	transition: 0.5s linear;
}
.cws_fa.fa-2x{
	border-radius: 24.5%;
}
.cws_fa.fa-4x,
.cws_fa.fa-3x{
	border-radius: 26.5%;
}
.cws_fa.fa-5x{
	border-radius: 26.5%;
}
.cws_fa_wrapper .ring{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-width: 2px;
	border-style: solid;
	border-radius: 27.86%;
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
	transition: 0.5s linear;
	z-index: 1;
}
.cws_fa_wrapper.round .ring,
.cws_fa_wrapper.round .cws_fa{
	border-radius: 50%;
}
.cws_fa_wrapper.round .cws_fa:before,
.cws_fa_wrapper.round .cws_fa:after{
	line-height: 2em;
	width: 2em;
}
.cws_fa_wrapper:hover>a>i + .ring,
a:hover>.cws_fa_wrapper>i + .ring{
	transform: rotate3d(0,1,0,360deg);
}
.cws_fa_wrapper.round:hover>a>i + .ring,
a:hover>.cws_fa_wrapper.round>i + .ring{
	transform: rotate3d(1,1,0,360deg);
}
.cws_fa:before{
	line-height: 2em;
	width: 2em;
	display: inline-block;
	transition: opacity 0s linear 0.25s;
    -webkit-transition: opacity 0s linear 0.25s;
    -moz-transition: opacity 0s linear 0.25s;
    -ms-transition: opacity 0s linear 0.25s;
    opacity: 1;
}
a>.cws_fa:after,
a>.cws_fa_wrapper>.cws_fa:after{
	content: "\f0c1";
	position: absolute;
	top: 0;
	left: 0;
	line-height: 2em;
	width: 2em;
	display: inline-block;
    transition: opacity 0s linear 0.25s;
    -webkit-transition: opacity 0s linear 0.25s;
    -moz-transition: opacity 0s linear 0.25s;
    -ms-transition: opacity 0s linear 0.25s;
    opacity: 0;
}
.cws_fa_wrapper>i.cws_fa.alt:after{
	color: #fff;
}
.cws_fa_wrapper:hover>a .cws_fa,
a:hover>.cws_fa_wrapper>.cws_fa{
	transform: rotate3d(0,1,0,180deg);
}
.cws_fa_wrapper.round:hover>a .cws_fa,
a:hover>.cws_fa_wrapper.round>.cws_fa{
	transform: rotate3d(1,1,0,180deg);
}
.cws_fa_wrapper:hover>a .cws_fa:before,
a:hover>.cws_fa_wrapper>.cws_fa:before{
	opacity: 0;
}
.cws_fa_wrapper:hover>a .cws_fa:after,
a:hover>.cws_fa_wrapper> .cws_fa:after{
	opacity: 1;
}
.cws_fa.square{
	border-radius: 0.23em;
}

/*
- \ICON
*/

/*
- DROPCAP
*/
.dropcap{
	display: block;
	float: left;
	margin-right: 0.3ex;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-size: 3.3em;
	width: 1em;
	line-height: 1;
}
/*
- \DROPCAP
*/

/*
- \TABS
*/
.tabs{
	position: relative;
	z-index: 3;
	margin-bottom: 0!important;
}
.tabs .tab{
	position: relative;
	min-height: 40px;
	display: inline-block;
	font-size: 1.14em;
	padding: 0 15px;
	text-align: center;
	line-height: 40px;
	margin-right: 1px;
	color: #fff;
	z-index: 1;
	cursor: pointer;
	white-space: nowrap;
}
.tabs .tab .icon{
	margin-right: 5px;
}
.tabs .tab img.icon{
	width: 30px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 6px;
}
.tabs .tab:first-child{
	-webkit-border-radius: 13px 0 0;
	-moz-border-radius: 13px 0 0;
	border-radius: 13px 0 0;
}
.tabs .tab:last-child{
	-webkit-border-radius: 0 13px 0 0;
	-moz-border-radius: 0 13px 0 0;
	border-radius: 0 13px 0 0;
}
.tab_items{
	position: relative;
	z-index: 2;
	font-size: 0.928em;
	padding: 15px;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 0 13px 13px 13px;
	-moz-border-radius: 0 13px 13px 13px;
	border-radius: 0 13px 13px 13px;
}
.ce_tabs.vertical .tab_items{
	-webkit-border-radius: 0 13px 13px 0;
	-moz-border-radius: 0 13px 13px 0;
	border-radius: 0 13px 13px 0;
}
.tab_item>*:last-child{
	margin-bottom: 0;
}

.ce_tabs.vertical {
	display: table;
	width: 100%;
}
.ce_tabs.vertical>div{
	display: table-cell;
}
.ce_tabs.vertical>.tabs{
	white-space: nowrap;
	vertical-align: top;
}
.ce_tabs.vertical>.tab_items{
	width: 100%;
}
.ce_tabs.vertical>.tabs>*{
	display: block;
	margin-right: 0;
	text-align: left;
}
.ce_tabs.vertical>.tabs>*{
	margin-bottom: 1px;
}
.ce_tabs.vertical .tabs .tab:last-child {
  -webkit-border-radius: 0 0 0 13px;
  -moz-border-radius: 0 0 0 13px;
  border-radius: 0 0 0 13px;
}

@media screen and (max-width:767px){
	.tabs .tab{
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		border-bottom: 1px solid #fff;
	}
	.tabs .tab:first-child {
		-webkit-border-radius: 13px 13px 0 0 !important;
		-moz-border-radius: 13px 13px 0 0 !important;
		border-radius: 13px 13px 0 0 !important;
	}
	.tabs .tab:last-child{
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border-bottom: 0;
	}
	.tab_items{
		-webkit-border-radius: 0 0 13px 13px;
		-moz-border-radius: 0 0 13px 13px;
		border-radius: 0 0 13px 13px;
	}
}
/*
- \TABS
*/

/*
- ACCORDION
*/
.ce_toggle.alt .accordion_section .accordion_title,
.ce_accordion.alt .accordion_section .accordion_title{
	margin-bottom: 1px;
}
.ce_toggle.alt .accordion_section .accordion_content,
.ce_accordion.alt .accordion_section .accordion_content{
	border: 0;
	border-radius: 10px;
	color: #fff;
	padding: 20px;
}
.accordion_title{
	cursor: pointer;
	position: relative;
	z-index: 1;
	padding: 7px 40px 7px 5px;
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
	font-size: 1.157em;
	min-height: 30px;
}
.accordion_title>*{
	display: inline-block;
	vertical-align: middle;
}
.accordion_title .accordion_icon{
	position: absolute;
	top: 4px;
	left: 4px;
	height: 36px;
	width: 36px;
	overflow: hidden;
	text-align: center;
	line-height: 25px;
	border-radius: 9px;
	display: inline-block;
	color: #fff;
}
.accordion_title .accordion_icon svg {
	width: 26px;
	height: 26px;
	position: absolute;
	display: block;
	left: 50%;
	right: auto;
	top: 50%;
	margin: -13px 0 0 -13px;
	fill: #fff
}
.accordion_title .accordion_icon:not(.custom):before,
.accordion_title .accordion_icon:not(.custom):after{
	content: '';
	display: inline-block;
	width: 10px;
	height: 3px;
	background-color: #fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	position: absolute;
	top: 19px;
	left: 14px;
}
.accordion_title .accordion_icon:not(.custom):after{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	margin-top: -5px;
}
.accordion_title .accordion_icon{
	line-height: 36px;
}
.accordion_section + .accordion_section{
	margin-top: 10px;
}
.accordion_section.active .accordion_title{
	color: #fff;
	margin-bottom: -8px;
}
.accordion_section.active .accordion_icon:not(.custom){
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
/*
- \ACCORDION
*/

/*
- TOGGLE
*/
.accordion_title{
	position: relative;
	z-index: 1;
	padding: 7px 7px 7px 50px;
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
	font-size: 1.157em;
}
.ce_toggle .accordion_section + .accordion_section{
	margin-top: 5px;
}
.accordion_content{
	position: relative;
	z-index: 1;
	padding: 30px 20px 20px 20px;
	border-width: 1px;
	border-style: solid;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top: 0;
}
.accordion_content:after{
	content: '';
	clear: both;
	display: table;
}
/* -- \TOGGLE ALTERNATIVE */
/*
- \TOGGLE
*/

/*
- PRICING TABLE
*/

.pricing_table_column{
	position: relative;
	z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-width: 10px;
    border-style: solid;
    border-radius: 19px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.pricing_table_column .title_section{
	padding: 0 18px;
	font-size: 1.9em;
	line-height: 1;
	text-transform: uppercase;
}
.pricing_table_column .encouragement{
	font-size: 1.1em;
}
.pricing_table_column .top_section{
	padding: 10px 0;
}
/*
-- PRICE
*/
.pricing_table_column .top_section{
	color: #fff;
	position: relative;
	z-index: 1;
}
.pricing_table_column .top_section:after{
	content: "";
	position: absolute;
	left: -10px;
	right: -10px;
	bottom: -20px;
	height: 20px;
	border-top-width: 10px;
	border-left-width: 10px;
	border-right-width: 10px;
	border-bottom: 0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-style: solid;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.pricing_table_column .price_section{
	padding: 10px 0;
}
.pricing_table_column .price_section .price_container{
	font-size: 5.1em;
	line-height: 0.762em;
	display: table;
	margin: 0 auto;
}
.pricing_table_column .price_section .price_container > span{
	display: table-cell;
	vertical-align: top;
}
.pricing_table_column .price_section .price_details{
	vertical-align: top;
}
.pricing_table_column .price_section .price_details>*{
	display: block;
	line-height: 0.8;
}
.pricing_table_column .currency,
.pricing_table_column .price_details{
	font-size: 0.33em;
	line-height: 1;
}
.pricing_table_column .price_details .price_description{
	line-height: 0.778em;
	margin-top: 0.78em;
}
.pricing_table_column .price_details .fract_price_part + .price_description{
	margin-top: 0;
}
.pricing_table_column .price_details .price_description>span{
	display: block;
	font-size: 0.6875em;
	line-height: 1;
}
/*
-- \PRICE
*/
.pricing_table_column .desc_section{
	padding: 0 10px;
}
.pricing_table_column .desc_section p{
	text-indent: 0;
}
.pricing_table_column .desc_section>*{
	padding-top: 10px;
	margin-bottom: 0;
}
/*
-- PRICING TABLE LIST
*/
.pricing_table_column .desc_section ul ul{
	margin-left: auto;
	margin-right: auto;
}
.pricing_table_column .desc_section ul li{
	line-height: 1;
	padding: 10px 18px;
	border-bottom: 1px solid #cecece;
}
.pricing_table_column .desc_section ul ul li{
	padding-left: 0;
	padding-right: 0;
}
.pricing_table_column .desc_section ul ul li + li{
	padding-top: 0;
}
.pricing_table_column .desc_section ul ul li:last-child{
	padding-bottom: 0;
}
.pricing_table_column .desc_section ul li:before{
	display: none;
}
/*
-- \PRICING TABLE LIST
*/
.pricing_table_column .btn_section{
	padding-top: 10px;
	margin-bottom: -1.0em;
}
.pricing_table_column .btn_section a{
	position: relative;
	margin-bottom: 0;
	z-index: 1;
}
.pricing_table_column .btn_section .button-shadow {
	position: absolute;
	bottom: 0;
	right: 10px;
	top: 0;
	left: 10px;
	background-color: inherit;
	z-index: -2;
	display: block;
}
.pricing_table_column .btn_section .button-shadow:before,
.pricing_table_column .btn_section .button-shadow:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -0px;
	left: -14px;
	height: 9px;
	background-color: inherit;
	-webkit-transform: skew(45deg);
	-moz-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);
	background-image: url('../img/dark-pattern.png');
	background-position: left center;
	background-repeat: repeat;
}
.pricing_table_column .btn_section .button-shadow:after {
	left: 0;
	right: -14px;
	-webkit-transform: skew(-45deg);
	-moz-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
}
.pricing_table_column .btn_section .hover-btn{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: inherit;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	z-index: -1;
}
.pricing_table_column.active_table_column,
.pricing_table_column:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.pricing_table_column .separate{
	display: inline-block;
	width: 22px;
	height: 5px;
	border-radius: 5px;
}

/*
- \PRICING TABLE
*/

/*
- CALLOUT
*/
.cws_callout{
	position: relative;
	padding: 21px 40px;
	text-align: center;
	color: #fff;
	line-height: 1.4;
	border-radius: 20px;
	background-position: left center;
	z-index: 1;
}
.cws_callout a{
	color: inherit;
}
.cws_callout .callout_title{
	font-size: 1.473em;
	line-height: 1;
}
.cws_callout .callout_title .bees{
	vertical-align: baseline;
	width: 0px;
}
.cws_callout .callout_title .bees.bees-end>span{
	-webkit-transform: rotateY(180deg) translateX(125%);
    -moz-transform: rotateY(180deg) translateX(125%);
    -ms-transform: rotateY(180deg) translateX(125%);
    transform: rotateY(180deg) translateX(125%);
}
.cws_callout .separate{
	display: inline-block;
	width: 22px;
	height: 5px;
	border-radius: 5px;
	  background-color: #fec20b;
}
.cws_callout .callout_text{
	font-size: 1.21em;
	line-height: 1.1;
	padding-bottom: 10px;
}
.cws_callout .callout_text p{
	text-indent: 0;
}

.cws_callout .button_section>a{
	position: relative;
	font-size: 1.58em;
	padding: 8px 16px;
	line-height: 1;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	margin-bottom: 0;
	-webkit-box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px -4px 0px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         0px -4px 0px 0px rgba(0, 0, 0, 0.15);
}
.cws_callout .button_section{
	margin-bottom: -1.57em;
}
.cws_callout .button_section .button-shadow{
	position: absolute;
	bottom: 0;
	right: 10px;
	top: 0;
	left: 10px;
	background-color: inherit;
	z-index: -1;
}
.cws_callout .button_section .button-shadow:before,
.cws_callout .button_section .button-shadow:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: -0px;
	left: -14px;
	height: 9px;
	background-color: inherit;
	-webkit-transform: skew(45deg);
	-moz-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);
	background-image: url('../img/dark-pattern.png');
	background-position: left center;
	background-repeat: repeat;
}
.cws_callout .button_section .button-shadow:after{
	left: 0;
	right: -14px;
	-webkit-transform: skew(-45deg);
	-moz-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
}

.cws_callout{
	text-align: center\9;
}
.cws_callout .content_section + .button_section{
	  margin-top: 25px;
}

/*
- \CALLOUT
*/

/*
- \TWEETER
*/
.cws_tweet{
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #d6d6d6;
}
.cws_tweet:after{
	content: "";
	clear: both;
	display: table;
}
.cws_tweet .follow_us{
	float: left;
	margin-right: 8px;
}
.cws_tweet .follow_us:before{
	display: inline-block;
	font-size: 20px;
	transform: translate(0, 0);
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-width: 3px;
	border-style: solid;
	border-radius: 9px;
}
.cws_tweet .tweet_content{
	overflow: hidden;
	font-size: 0.947em
}
.tweets_carousel_footer{
	text-align: right;
}
.cws_tweet .tweet_date{
	text-align: right;
}
/*
- \TWEETER
*/

/*
- RECENT COMMENTS
*/

#recentcomments>.recentcomments{
	border-width: 3px;
	border-style: solid;
	border-radius: 14px;
	padding: 15px;
	overflow: hidden;
}
#recentcomments>.recentcomments+.recentcomments{
	margin-top: 15px;
}
#recentcomments>.recentcomments:before{
	content: "\f075";
	color: #fff;
	position: static;
	width: 32px;
	text-align: center;
	height: 32px;
	float: left;
	border-radius: 9px;
	margin-bottom: 8px;
	margin-right: 8px;
	margin-top: 4px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	line-height: 32px;
}
#recentcomments .comment-author-link{
	display: block;
}
#recentcomments .comment-author-link :hover{
	color: inherit;
}
/*
- /RECENT COMMENTS
*/

/*
- RECENT POST
*/
.post_item{
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 14px;
	margin-bottom: 14px;
}
.post_item .post_title{
	font-size: 1.0526em;
}
.post_item .post_date{
	text-align: right;
	text-indent: 0;
}
.post_item .post_title a{
	display: block;
}
.post_item .post_thumb_wrapp{
	border-width: 3px;
	border-style: solid;
	border-radius: 14px;
	line-height: 0;
	float: left;
	margin-right: 8px;
}
.post_item .post_thumb{
	border-radius: 7px;
	margin: 3px;
}
.post_item .post_thumb_wrapp .links span{
    opacity: 0;
    color: #fff;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border-radius: 50%;
    margin-top: -17px;
    color: #fff;
    font-size: 17px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
}
.post_item .post_thumb_wrapp:hover .links span{
	opacity: 1;
}
/*
- \RECENT POST
*/

/*
PORTFOLIO
*/
.cws_portfolio_items .item{
	overflow: hidden;
	margin-top: 30px;
}
.cws_portfolio_items .item .media_part{
	position: relative;
	border-radius: 18px;
	border-width: 9px;
	border-style: solid;
	padding: 2px;
}
.cws_portfolio_items .item .media_part .hover-effect{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.cws_portfolio_items .item .media_part .pic img{
	border-radius: 9px;
	width: 100%;
}
.cws_portfolio_items.grid,
.cws_portfolio_items.grid.grid-2,
.cws_portfolio_items.grid.grid-3,
.cws_portfolio_items.grid.grid-4{
	margin-top: -30px;
}
.cws_portfolio_items.grid.grid-2 .item,
.cws_portfolio_items.grid.grid-3 .item,
.cws_portfolio_items.grid.grid-4 .item{
	margin-top: 30px;
	border-top-style: none;
	padding-top: 0;
}
.cws_portfolio_items .item > * + *{
	margin-top: 5px;
}
.cws_portfolio_items .item > .media_part + *{
	margin-top: 10px;
}
.cws_portfolio_items .item .title_part,
.cws_portfolio_items .item .desc_part{
	text-align: center;
}
.cws_portfolio_items .item .desc_part .categories a{
	color: inherit;
}
.cws_portfolio_items .item .title_part{
	font-size: 1.74em;
	line-height: 1;
	padding: 5px 0 10px 0;
}
.separate_part .separate {
	display: inline-block;
	width: 22px;
	height: 5px;
	border-radius: 5px;
}
.separate_part{
	text-align: center;
	line-height: 1;
	font-size: 0;
	margin: 10px 0;
}
.cws_portfolio_items .item .title_part a,
.cws_portfolio_items .item .title_part a:hover{
	color: inherit;
}
.cws_portfolio.massonry .pagination{
	margin-top: 30px;
	border-top-style: none;
	padding-top: 0;
}
.cws_portfolio_filter{
	float: right;
	max-width: 200px;
}
.cws_portfolio .carousel_nav_panel{
	float: right;
}
.cws_portfolio_header{
    padding-bottom: 20px;
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cws_portfolio_header>.ce_title{
	/* width: 100%; */
	margin-bottom: 0;
}
.cws_portfolio_header>.cws_portfolio_filter_container{
	width: 210px;
}
.carousel_nav_panel_container{
	white-space: nowrap;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	text-align: right;
}
/*
- PORTFOLIO SINGLE
*/

.cws_portfolio.single .cws_portfolio_items .item > * + *{
	margin-top: 20px;
}
.cws_portfolio.single .cws_portfolio_items .item .desc_part{
	text-align: left;
}
.cws_portfolio.single .cws_portfolio_items .media_part{
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.cws_portfolio.single .cws_portfolio_items .ce_title + .media_part{
	margin-top: 0;
}
.cws_portfolio.single .cws_portfolio_items .item>*{
	margin-right: 30px;
}
.cws_portfolio.single .cws_portfolio_items .item{
	margin-right: -30px;
	width: 100%;
}
/*
-- PORTFOLIO SINGLE RELATED
*/
.grid_row + .grid_row.related_projects{
	border-top: 1px solid #d8d8d8;
}
.related_projects .cws_portfolio_header .ce_title{
	margin-top: 0;
}
.cws_portfolio.single.related .carousel_nav_panel,
.attach .carousel_nav_panel{
	float: none;
	margin-top: 30px;
	clear: both;
}
.cws_portfolio.single.related .carousel_nav_panel span,
.attach .carousel_nav_panel span{
	display: inline-block;
	vertical-align: middle;
}
.cws_portfolio.single.related .carousel_nav_panel .prev_section,
.attach .carousel_nav_panel .prev_section{
	float: left;
}
.cws_portfolio.single.related .carousel_nav_panel .next_section,
.attach .carousel_nav_panel .next_section{
	float: right;
}
.cws_portfolio.single.related .item{
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
.cws_portfolio.single.related .carousel_nav_panel span,
.attach .carousel_nav_panel span{
	font-family: inherit;
	font-size: 1.27em;
}
.cws_portfolio.single.related .carousel_nav_panel span:before,
.cws_portfolio.single.related .carousel_nav_panel .next:after,
.attach .carousel_nav_panel span:before,
.attach .carousel_nav_panel .next:after{
	display: inline-block;
	vertical-align: middle;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 0.8em;
}
.cws_portfolio.single.related .carousel_nav_panel .prev:before,
.attach .carousel_nav_panel .prev:before{
	margin-right: 10px;
}
.cws_portfolio.single.related .carousel_nav_panel .next:before,
.attach .carousel_nav_panel .next:before{
	display: none;
}
.cws_portfolio.single.related .carousel_nav_panel .next:after,
.attach .carousel_nav_panel .next:after{
	content: "\f054";
	margin-left: 10px;
}
/*
-- \PORTFOLIO SINGLE RELATED
*/

/*
- \PORTFOLIO SINGLE
*/

/*
\SHORTCODES
*/

/*
- BENEFITS AREA
*/

.benefits_area{
	padding: 50px 0;
	border-top-width: 4px;
  	border-style: solid;
  	border-color: #fff;
  	position: relative;
  	z-index: 1;
}
.benefits_area.wave{
	background: transparent;
	z-index: 15;
	padding: 30px 0;
	border: 0;
}
.benefits_area .cloud_wrapper{
    position: absolute;
    top: -30px;
    left: 0px;
    width: 100%;
    bottom: -30px;
    overflow: hidden;
    margin: 0;
}
.benefits_area .cloud{
	position: absolute;
	top: 0;
	left: 0px;
}
.benefits_container{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 0;
}
.benefits_container .cws-widget{
    -webkit-flex: 1 1 270px;
    -ms-flex: 1 1 270px;
    flex: 1 1 270px;
    min-width: calc(25% - 30px);
    margin: 25px 15px 25px;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    box-sizing: border-box;
}
.benefits_area.wave .benefits_container .cws-widget{
	margin: 35px 15px 35px;
}
.benefits_area.wave .cws-widget{
	border-radius: 25% 25% 25% 25%/60% 60% 40% 40%;
	position: relative;
	z-index: 1;
}
.benefits_area.wave .cws-widget:before,
.benefits_area.wave .cws-widget:after,
.benefits_area.wave .cws-widget>*:not(.search-form):before{
	content: '';
	width: 70%;
	height: calc(100% + 60px);
	border-radius: 100%;
	background: #FFF;
	position: absolute;
	top: -30px;
	left: 15%;
	z-index: -1;
}
.benefits_area.wave .cws-widget>*:first-child:not(.search-form):before,
.benefits_area.wave .cws-widget>*:last-child:not(.search-form):before{
    width: 20%;
    max-width: 170px;
    top: auto;
    bottom: -15px;
    right: 18%;
    left: auto;
    height: 100%;
    border-radius: 1000px;
}
.benefits_area.wave .cws-widget>*:last-child:not(.search-form):before{
	right: auto;
	left: 15%;
}
.benefits_area.wave .cws-widget:after{
	width: 28%;
	max-width: 170px;
	top: -19px;
	right: 14%;
	left: auto;
	height: 100%;
	border-radius: 1000px;
}
.benefits_container .cws_textwidget_content,
.benefits_container .widget-title{
	text-align: center;
}
.benefits_container .cws-widget > *:not(:first-child):not(:empty),
.benefits_container .cws-widget .widget_carousel .item > * + *,
.benefits_container .cws-widget .widget_carousel .owl-controls{
	margin-top: 15px;
}
.benefits_container .cws-widget > *:not(.widget-title):not(:empty):not(.widget_carousel),
.benefits_container .cws-widget .widget_carousel .item > *{
	background: transparent;
	border-radius: 0;
}
.benefits_container .cws-widget .widget-title:after{
	display: none;
}
.widget_title_icon_section{
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
	padding-right: 0.2em;
}
.widget_title_icon_section i{
	width: 1em;
	height: 1em;
	line-height: 1;
}
.widget_title_text_section{
	display: inline-block;
	vertical-align: middle;
}
.cloud_wrapper{
	margin-top: -35px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
canvas.white_cloud {

}

/*
- /BENEFITS AREA
*/

/*
- TOP PANEL
*/

.site_top_panel{
	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	z-index: 1001;
}
.site_top_panel.wave{
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.site_top_panel:not(.wave):after{
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: -4px;
	left: 0;
	background: #fff;
}
.site_top_panel  .top_half_sin_wrapper{
    top: calc(100% - 1px);
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 8px;
    overflow: hidden;
}
.site_top_panel .top_half_sin{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	top: 0;
	position: absolute;
	z-index: 2;
}
.site_top_panel.slider{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.site_top_panel.slider.active{
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
}
.site_top_panel .site_top_panel_toggle{
	position: absolute;
	top: 100%;
	right: 0;
	width: 31px;
	height: 25px;
	background: #fff;
	box-shadow: 0 10px 15px rgba(0,0,0,0.1);
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	cursor: pointer;
	z-index: 1;
}
.site_top_panel .site_top_panel_toggle:before,
.site_top_panel .site_top_panel_toggle:after{
	content: '';
	position: absolute;
	top: 11px;
	left: 9px;
	width: 13px;
	height: 3px;
}
.site_top_panel .site_top_panel_toggle:after{
	transform: rotate(90deg);
}
.site_top_panel #top_panel_text{
	padding: 4px 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site_top_panel #top_panel_text i.fa{
	padding-right: 8px;
	padding-left: 20px;
}
.site_top_panel .row_text_search{
	position: relative;
	z-index: 1;
}
.site_top_panel .container{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 3;
}
.site_top_panel .row_text_search{
	font-size: 16px;
	flex-grow: 100;
	-webkit-flex-grow: 100;
	-moz-flex-grow: 100;
}
@media screen and ( max-width:479px ){
	.site_top_panel .container>*:not(.site_top_panel_toggle){
		width: 100%;
		text-align: center;
	}
	.site_top_panel #top_panel_links{
		text-align: center;
	}
}
.site_top_panel .expanded .cws_social_links{
	display: flex;
	z-index: 1;
	left: auto;
}

.site_top_panel .cws_social_links>*,
.site_top_panel .share-toggle-button{
	display: inline-block;
	font-size: 19px;
    line-height: 19px;
	position: absolute;
	padding: 7px;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	transition: all 0s;
}
.site_top_panel .expanded .cws_social_links>*{
	position: relative;
}
.site_top_panel #top_social_links_wrapper.expanded:not(:empty) {
    display: -webkit-flex;
    display: flex;
	flex-direction: row-reverse;
    -webkit-align-items: center;
    align-items: center;
}
.site_top_panel #top_social_links_wrapper .cws_social_links{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.site_top_panel #top_social_links_wrapper.expanded .cws_social_link{
	font-size: inherit;
	-webkit-transition-property: margin-right, margin-left, -webkit-transform, background-color , box-shadow;
	-webkit-transition-duration: 0.3s, 0.3s, 0.3s, 0.3s, 0.3s;
	-webkit-transition-timing-function: ease, ease, ease, step-start, easy;

	-moz-transition-property: margin-right, margin-left, -webkit-transform, background-color , box-shadow;
	-moz-transition-duration: 0.3s, 0.3s, 0.3s, 0.3s, 0.3s;
	-moz-transition-timing-function: ease, ease, ease, step-start, easy;

	-ms-transition-property: margin-right, margin-left, -webkit-transform, background-color , box-shadow;
	-ms-transition-duration: 0.3s, 0.3s, 0.3s, 0.3s, 0.3s;
	-ms-transition-timing-function: ease, ease, ease, step-start, easy;

	transition-property: margin-right, margin-left, -webkit-transform, background-color , box-shadow;
	transition-duration: 0.3s, 0.3s, 0.3s, 0.3s, 0.3s;
	transition-timing-function: ease, ease, ease, step-start, easy;
}
.site_top_panel #top_social_links_wrapper .cws_social_link{
	font-size: 0;
	-webkit-transition-property: margin-right, margin-left, transform, background-color;
	-webkit-transition-duration: 0.3s, 0.3s, 0.3s, 0.3s;
	-webkit-transition-timing-function: ease, ease, ease, step-end;

	-moz-transition-property: margin-right, margin-left, transform, background-color;
	-moz-transition-duration: 0.3s, 0.3s, 0.3s, 0.3s;
	-moz-transition-timing-function: ease, ease, ease, step-end;

	-ms-transition-property: margin-right, margin-left, transform, background-color;
	-ms-transition-duration: 0.3s, 0.3s, 0.3s, 0.3s;
	-ms-transition-timing-function: ease, ease, ease, step-end;

	transition-property: margin-right, margin-left, transform, background-color, color;
	transition-duration: 0.3s, 0.3s, 0.3s, 0.3s, 0.3s;
	transition-timing-function: ease, ease, ease, step-end, ease;
}
/* WPML Top Bar*/

.site_top_panel .lang_bar{
	display: inline-block;
	vertical-align: middle;
}
.site_top_panel .lang_bar ul ul{
	top: 100%;
	bottom: auto;
}
.site_top_panel .lang_bar ul li{
	text-align: left;
}
.site_top_panel  .lang_bar ul ul:before{
	border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.site_top_panel .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
	left: auto;
	right: auto;
}

.site_top_panel  .lang_bar ul ul:before{
    box-shadow: none;
    border-radius: 0 0 5px 5px;
}
.site_top_panel .lang_bar .wpml-ls-sub-menu li{
	white-space: nowrap;
}
.site_top_panel .lang_bar .wpml-ls-sub-menu a{
	display: block;
    padding-top: 7px;
    padding-bottom: 7px;	
    box-sizing: border-box;
    width: calc(100% + 14px);
}
.site_top_panel .wpml-ls-legacy-list-horizontal{
	padding: 0;
}
.site_top_panel .wpml-ls-legacy-list-horizontal li:last-child a{
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.site_top_panel .lang_bar .wpml-ls-sub-menu li{
	display: block;
}
.site_top_panel .lang_bar .wpml-ls-sub-menu li:last-child a{
	border-radius: 0 0 5px 5px;
}
.site_top_panel.mobile #top_panel_curtain {
    display: block;
}
.site_top_panel.mobile #top_panel_links{
	display: none;
} 
.site_top_panel .lang_bar a{
	display: inline-block;
}
.site_top_panel .lang_bar a
.site_top_panel.mobile #top_panel_curtain{
	display: block;
}

.lang_bar ul ul:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.4);
	z-index: -1;
	border-radius: 7px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: rgba(0,0,0,0.65);
}
body > .wpml-ls-statics-footer {
    display: none;
}

.lang_bar{
	font-size: 0.7894em;
}
.lang_bar ul ul{
	position: absolute;
	z-index: 1;
	bottom: calc(100% - 1px);
	left: -999999px;
	opacity: 0;
	display: table;
	padding: 10px;
	padding-bottom: 0;
	padding: 6px 10px 0;
	border-radius: 7px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-transition: opacity 0.3s ease, left 0.3s step-end;
	-moz-transition: opacity 0.3s ease, left 0.3s step-end;
	-ms-transition: opacity 0.3s ease, left 0.3s step-end;
	transition: opacity 0.3s ease, left 0.3s step-end;
}
.lang_bar ul:hover ul{
	left: 0;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease, left 0.3s step-start;
	-moz-transition: opacity 0.3s ease, left 0.3s step-start;
	-ms-transition: opacity 0.3s ease, left 0.3s step-start;
	transition: opacity 0.3s ease, left 0.3s step-start;
}
.lang_bar li:before{
	display: none;
}
.lang_bar .wpml-ls-statics-shortcode_actions {
    width: auto;
}
/* End of WPML Top Bar*/

.site_top_panel .mini-cart{
	display: inline-block;
	font-size: 19px;
    line-height: 19px;
    width: 18px;
    height: 18px;
	text-align: center;
	border-radius: 50%;
	padding: 8px;
	cursor: pointer;
	background-color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0 !important;
	vertical-align: middle;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
}
.site_top_panel  .woo_mini-count span{
	color: #fff;
	top: -7px;
	padding: 0 5px;
	min-width: 1.231em;
	box-sizing: border-box;
	left: calc(100% - 7px);
}

.site_top_panel .mini-cart:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.site_top_panel #top_panel_links{
	display: flex;
}
.site_top_panel #top_panel_links .search_icon{
	display: inline-block;
	text-align: center;
	line-height: 32px;
	font-size: 19px;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	margin-right: 5px;
	border-radius: 50%;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.site_top_panel.active_social #top_panel_links .search_icon{
	opacity: 0;
}
.site_top_panel #top_panel_links .search_icon:before{
	content: "\f002";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.site_top_panel form.search-form .screen-reader-text,
.site_top_panel form.search-form .search-submit{
	display: none;
}
.site_top_panel form.search-form{
	position: absolute;
	top: 50%;
    margin-top: calc(-0.765em - 3px);
	right: 0;
	width: 0;
	box-sizing:border-box;
    -webkit-transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    -moz-transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    -ms-transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
}
.site_top_panel.show-search form.search-form{
	width: 100%;
}
.site_top_panel.show-search form.search-form label{
	margin-bottom: 0;
}
.right_alight{
	text-align: right;
}
@media screen and ( max-width:479px ){
	.site_top_panel #top_panel_links{
		text-align: center;
	}
}
.site_top_panel form.search-form .search-field{
	border-width: 0;
	border-radius: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 4px 0;
	border-radius: 0;
}
.site_top_panel #top_panel_links .share-toggle-button{
	position: relative;
}
.site_top_panel #top_panel_links .share-toggle-button i{
	width: 1em;
}
#top_social_links_wrapper{
    position: relative;
}
.site_top_panel.active_social .row_text_search,
.site_top_panel.show-search #top_panel_text{
	opacity: 0.2;
}

/*
- \TOP PANEL
*/

/*
PARALLAX
*/
.parallaxed{
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.parallaxed>*{
	position: relative;
}
.parallaxed>*:not(.parallax-image){
	z-index: 1;
}
.parallax-image{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}
.parallax-image img{
	width: auto;
	z-index: -2;
}
.grid_row.paralaxed {
	position: relative;
}
.paralaxed .owl-pagination div{
	background: #fff;
}
.paralaxed .owl-pagination .active {
	background: none;
}
/*
\PARALLAX
*/

.cws_prlx_section{
	position: relative;
	overflow: hidden;
}
.cws_prlx_layer{
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: none;
	max-height: none;
}
/*
\PARALLAX
*/

/*
COMMENTS
*/

.comments-area p{
	text-indent: 0;
	margin-bottom: 15px;
}

.comments-area .comment-reply-title{
	margin-bottom: 20px; /* ovveride h3 margins */
}
.comments-area>*+*{
	margin-top: 30px;
}
.comments-area .comments_children{
	padding-left: 85px;
}
.comments-area  .comment_list .comment + .comment,
.comments-area .comments_children{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #d8d8d8;
}
.comments-area  .comment_list{
	line-height: 1.4;
}
.comments-area  .comment_list > .comment:last-child{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d8d8d8;
}
.comments-area .comment_list .avatar_section{
	float: left;
}
.comments-area .comment_list .avatar{
	display: block;
	border-radius: 10px;
	border-width: 3px;
	border-style: solid;
}
.comments-area .comment_list .avatar_section + .comment_info_section{
	margin-left: 86px;
}
.comments-area .comment_list .comment_info_section>* + *{
	margin-top: 10px;
}
.comments-area .comment_list .comment_info_section .comment-meta>*{
	margin-top: 10px;
}
.comments-area .comment_list .comment_info_section .comment-content{
	margin-top: 0;
}
.comments-area .comment_list .comment_info_section .comment-content p{
	margin-bottom: 10px;
}
.comments-area .comment_list .comment-meta .comment_date{
	margin-left: -0.8em;
}
.comments-area .comment_list .comment-meta .author-name{
	font-style: normal;
	font-weight: 700;
}
.comments-area .comment_list .comment-meta .author-name:after{
	content: '/';
	display: inline-block;
	padding: 0 8px;
}
.comments-area .comment_list .reply{
	float: right;
}
.comments-area .comment_list .comment-reply-link{
	display: inline-block;
	font-size: 1.3em;
	line-height: 1;
	border-radius: 9px;
	color: #fff;
	padding: 4px 10px;
	font-size: 0.95em;
}
.comments-area .comment_list .comment-reply-link i{
	font-size: 0.8em;
}
.comments-area *:not(.comments_title) + .comment-respond{
	margin-top: 60px;
}
.comments-area .comment-respond{
	border-width: 10px;
	border-style: solid;
	border-radius: 19px;
	padding: 20px;
}
.comments-area .comment-respond>*+*{
	margin-top: 10px;
}
.comments-area .comment-respond .comment-form .comment-form-author,
.comments-area .comment-respond .comment-form .comment-form-email,
.comments-area .comment-respond .comment-form .comment-form-url{
	float: left;
    width: 31%;
}
.comments-area .comment-respond .comment-form .comment-form-email,
.comments-area .comment-respond .comment-form .comment-form-url{
	margin-left: 3.5%;
}
.comments-area .comment-respond .comment-form input:not([type='submit']),
.comments-area .comment-respond .comment-form textarea{
	padding: 6px 10px;
	font-size: 0.86667em;
	line-height: 1.3077em;
	border: 1px solid #d8d8d8;
}
.comments-area  .form-allowed-tags{
	display: none;
}
.comments-area .comments_nav.carousel_nav_panel span{
	vertical-align: middle;
}
.comments-area .comments_nav.carousel_nav_panel .prev_section{
	float: left;
}
.comments-area .comments_nav.carousel_nav_panel .next_section{
	float: right;
}
.comments-area .comments_nav.carousel_nav_panel .prev_section>a,
.comments-area .comments_nav.carousel_nav_panel .next_section>a{
	display: block;
}
.comments-area .comments_nav.carousel_nav_panel .prev_section .prev,
.comments-area .comments_nav.carousel_nav_panel .next_section .next{
	float: none;
	display: inline-block;
}
.comments-area label{
	font-weight: 700;
}
.bypostauthor{

}
.comments-area .comment-reply-title small a{
	font-size: 0.4em;
	color: #ff7b7b;
}
/*
\COMMENTS
*/

/*
FLEXMAP
*/

.flxmap-container,
.elementor-widget-google_maps .elementor-custom-embed {
	border-width: 10px;
	border-style: solid;
	max-width: 100%;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.flxmap-container>*,
.elementor-widget-google_maps .elementor-custom-embed iframe {
	border: 3px solid #fff;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
/FLEXMAP
*/

/*
FOOTER
*/
.footer_wrapper_copyright{
	position: relative;
	z-index: 1;
	background-position: left center;
}
.footer_wrapper_copyright .half_sin,
.footer_wrapper_copyright .footer_half_sin{
	position: absolute;
	bottom: 0;
	left: 0;
}
.footer_wrapper_copyright .page_footer .container{
	overflow: hidden;
}
.copyrights_area .container{
	z-index: 3;
}
.half_sin_wrapper{
    position: absolute;
    bottom: calc(100% - 1px);
    left: 0;
    width: 100%;
    height: 10px;
    overflow: hidden;
    z-index: 2;
}
.page_footer{
	padding-bottom: 30px;
	position: relative;
	z-index: 1;
	color: rgba(255, 255, 255, 0.85);
}
.page_footer .cws-widget ul li>a,
.page_footer .mini-cart .cart_list{
	color: rgba(255, 255, 255, 0.85);
}
.page_footer:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.4);
	z-index: -1;
}
.page_footer a:hover{
	color: #fff;
}
.footer_container{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
}
.footer_container .cws-widget{
	-webkit-flex: 1 1 270px;
	-ms-flex: 1 1 270px;
	flex: 1 1 270px;
	min-width: calc(25% - 30px);
	margin-left: 30px;
	padding-top: 30px;
	font-weight: 400;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	overflow: hidden;
}
.footer_container .cws-widget ul li + li,
.footer_container .cws-widget ul.children,
.footer_container .post_item,
.footer_container .cws_tweet,
.footer_container input,
.footer_container textarea,
.footer_container hr{
	border-color: rgba(255,255,255,0.2)
}
.footer_container .cws-widget ul li + li,
.footer_container .cws-widget ul.children,
.footer_container .cws-widget ul.sub-menu{
	border-top: 1px solid rgba(255,255,255,0.2);
}
.footer_container .post_item:last-child{

	border-bottom: 0;
	margin-bottom: 0;
}
.footer_container .cws-widget .portfolio_item_thumb .pic,
.footer_container  #recentcomments>.recentcomments,
.footer_container .post_item .post_thumb_wrapp{
	border-color: #fff;
}
.footer_container .cws-widget .pic .hover-effect{
	background-color: #fff;
}
.footer_container .cws-widget > *:not(:first-child):not(:empty),
.footer_container .cws-widget .widget_carousel .item > * + *{
	margin-top: 0;
}
.footer_container .cws-widget .widget_carousel .owl-controls{
	margin-top: 15px;
}
.footer_container .cws-widget > *:not(.widget-title):not(:empty):not(.widget_carousel),
.footer_container .cws-widget .widget_carousel .item > *{
	background: transparent;
	border-radius: 0;
}
.footer_container .cws_textwidget_content > *,
.footer_container .cws-widget .post_item .post_preview,
.footer_container .cws-widget .post_item .post_date{
	padding: 0;
}
.footer_container .cws-widget{
	font-size: 0.8421em;
	line-height: 1.5;
}
.footer_container .cws-widget .widget-title{
	font-size: 2em;
}

.footer_container .cws-widget .wpcf7{
	text-align: left;
}

.footer_container .cws_textwidget_content .text:not(only-child){
	padding-bottom: 15px;
}
.footer_container .cws_textwidget_content .text + .link{
	margin-top: 0;
}

.footer_container .select2-container{
	text-align: left;
}
.footer_container ul li{
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}
.cws-widget ul li + li,
.cws-widget ul.children,
.cws-widget ul.sub-menu{
	border-top: 1px solid #d6d6d6;
}
.footer_container .cws-widget > .menu-all-pages-container > ul > li:first-child,
.footer_container .cws-widget > ul > li:first-child{
	margin-top: -10px;
}
.footer_container .cws-widget > .menu-all-pages-container > ul > li:last-child,
.footer_container .cws-widget > ul > li:last-child{
	margin-bottom: -10px;
}

.footer_container hr{
	margin-top: 16px;
    margin-bottom: 16px;
    height: 1px !important;
	background-color: rgba(255,255,255,0.2) !important;
}

.footer_container .cws-widget .tagcloud a{
	margin-left: 2px;
	margin-right: 3px;
}

.footer_container .cws-widget #wp-calendar tbody,
.footer_container .cws-widget #wp-calendar thead{
	font-size: inherit;
}
.footer_container .cws-widget #wp-calendar thead{
	font-weight: inherit;
}
.footer_container .cws-widget #wp-calendar td{
	line-height: 2.38461538;
}
.footer_container .cws-widget #wp-calendar td a {
	color: #fff;
}

.footer_container .cws-widget .search-form,
.footer_container .woocommerce-product-search{
	border: 3px solid #fff;
	padding: 15px;
	background-color: transparent !important;
}
.footer_container .cws-widget .search-form .search-submit,
.footer_container .cws-widget .search-form:before,
.footer_container .woocommerce-product-search:before{
	top: 16px;
	right: 16px;
}
.footer_container .cws-widget .search-form:before,
.footer_container .woocommerce-product-search input[type='submit']{
	top: 15px;
	right: 15px;
	padding: 7px 0;
}
.footer_container .cws-widget > .portfolio_item_thumbs{
	margin: 0 auto;
	max-width: 270px;
}
.footer_container .cws-widget .portfolio_item_thumb{
	margin-left: 3px;
	margin-right: 3px;
}

.footer_container .cws-widget .widget_carousel{
	margin-left: auto;
}
.footer_container .cws-widget .post_item{
	line-height: 1.38461538em;
	text-align: left;
}
.footer_container .cws-widget .post_item .post_preview{
	font-size: inherit;
	line-height: inherit;
}
.footer_container .cws-widget .post_item .post_preview > *:not(.post_thumb) + *{
	margin-top: 3px;
}
.footer_container .cws-widget .post_item .post_date{
	font-size: 0.846em;
	line-height: 1.63636363;
	text-align: left;
}

.footer_container .post_content:after{
	display: none;
}

.footer_container .gallery {
    margin-left: -10px !important;
}
html:not([dir="rtl"]) .footer_container .gallery.owl-carousel{
	margin-left: 0px !important;
}
/*
- FOOTER / WIDGET TITLE
*/
.footer_container input:not([type='submit']):not([type='radio']):not([type='checkbox']),
.footer_container textarea{
	background: transparent;
}
.footer_container .cws-widget input::placeholder,
.footer_container .cws-widget textarea::placeholder{
	color: #fff;
}
.footer_container .cws-widget .widget-title{
	padding: 15px 0;
	color: #fff;
}
.footer_container .cws-widget .gallery .gallery-item{
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 0 !important;
}
.footer_container .cws-widget .gallery-icon{
	background-color: transparent;
	border-width: 3px;
	border-radius: 14px;
	border-color: #fff;
}
.footer_container .cws-widget .widget-title:after{
	display: none;
}

/* FOOTER WPML SWITCHER */

.copyrights_panel_wrapper .lang_bar li:before{
	display: none;
}
.lang_bar .lang_sel_list_horizontal li{
	display: table-cell;
	padding-left: 2px;
}
.lang_bar .lang_sel_list_horizontal>ul{
	display: table;
}
.lang_bar .lang_sel_list_horizontal>ul>li{
	padding-right: 10px;
}
.lang_bar .lang_sel_list_horizontal>ul>li:last-child{
	padding-right: 0;
}

.lang_bar .wpml-ls-statics-shortcode_actions{
	width: auto;
}
.lang_bar>div>ul{
	padding: 0;
	position: relative;
	z-index: 1;
}
.lang_bar>div.lang_sel_list_vertical>ul,
.lang_bar>div.lang_sel_list_horizontal>ul{
	padding: 0 0 0 10px;
}
.copyrights_area .wpml-ls-legacy-dropdown-cws{
	font-size: 0.7894em;
}
.copyrights_area  .lang_bar ul ul{
	position: absolute;
	z-index: 1;
	width: 100%;
	bottom: calc(100% - 1px);
	left: -999999px;
	display: table;
	padding: 10px;
	padding-bottom: 0;
	padding: 8px 10px;
	border-radius: 5px;
	-webkit-transition: opacity 0.3s ease, left 0.3s step-end;
	-moz-transition: opacity 0.3s ease, left 0.3s step-end;	
	-ms-transition: opacity 0.3s ease, left 0.3s step-end;
	transition: opacity 0.3s ease, left 0.3s step-end;	
    border-width: 1px;
    border-style: solid;
}

.copyrights_area  .lang_bar ul li ul a{
	padding: 7px 0 7px 7px;
}
.copyrights_area  .lang_bar ul ul.wpml-ls-sub-menu{
	padding: 0;
}
.copyrights_area .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
	bottom: 100%;
}
.copyrights_area .wpml_language_switch li:before{
	display: none;
}
.copyrights_area .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
	left: auto;
	right: auto;
    margin-left: -1px;
	white-space: nowrap;
}
.copyrights_area .wpml-ls-legacy-dropdown a,.copyrights_area .wpml-ls-legacy-dropdown ul{
	border:0;
}
.copyrights_area .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{
	display: block;
    padding: 7px 10px;
    box-sizing: border-box;
    text-align: left;
    width: calc(100% + 20px);
}
.copyrights_area .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:first-child a{
	border-radius: 5px 5px 0 0;
}
.copyrights_area .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
	border-radius: 5px 5px 0 0;
}
.copyrights_area  .lang_bar ul ul li{
	text-align: left;
}
.lang_bar ul ul li{
	padding-left: 0;
}
.copyrights_area .lang_bar ul:hover ul{
	left: 0;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease, left 0.3s step-start;
	-moz-transition: opacity 0.3s ease, left 0.3s step-start;	
	-ms-transition: opacity 0.3s ease, left 0.3s step-start;
	transition: opacity 0.3s ease, left 0.3s step-start;
}
.copyrights_area .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
	top:auto;
}
.copyrights_area .lang_bar ul:hover .wpml-ls-sub-menu{
	visibility: visible !important;
}

.lang_bar ul ul .iclflag{
	padding-right: 0.25em;
}
.lang_bar li:before{
	display: none;
}
.lang_bar li{
	padding: 0;
}
.lang_bar li .iclflag{
	display: inline-block;
}
.lang_bar ul li a{
    position: relative;
    font-size: 15px;
}
.lang_bar ul li{
    line-height: inherit;
	display: table-row;
}
.lang_bar ul li ul li{
	line-height: 1.5;
}
.copyrights_panel .lang_bar ul li a{
	padding: 7px 7px 7px 0;	
}
.copyrights_panel .lang_bar .wpml-ls-statics-shortcode_actions:not(.wpml-ls-legacy-list-horizontal) ul li a{
	color: inherit;
}
.copyrights_panel .lang_bar{
	padding-left: 15px;
}
.wpml_language_switch.wpml-legacy-horizontal-list ul li{
	float: left;
}
.wpml_language_switch.wpml-legacy-horizontal-list ul{
	overflow: hidden;
	padding: 0 15px;
}
.wpml_language_switch.wpml-legacy-horizontal-list ul li{
	padding-left: 0;
}
.wpml_language_switch.wpml-legacy-horizontal-list ul li:last-child{
	margin-right: 0;
}
.wpml_language_switch.wpml-legacy-horizontal-list ul li:before{
	display: none;
}
.wpml_language_switch.wpml-legacy-horizontal-list ul li a{
	color:inherit;
}

.copyrights_area .wpml-ls-legacy-dropdown{
	width: auto;
}
.copyrights_area .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
	top:auto;
}
.copyrights_area .lang_bar>div:not(.lang_sel_list_vertical):not(.lang_sel_list_horizontal)>ul:before{
	display: none;
}
.copyrights_area .lang_bar>div>ul{
	padding: 0;
}
.copyrights_area .lang_bar>div>ul li{
	text-align: left;
}
.copyrights_area .wpml-ls-statics-shortcode_actions a{
	border-color: transparent;
}
.wpml_language_switch.wpml-legacy-vertical-list .wpml-ls-legacy-list-horizontal a{
	padding: 7px;
}
.copyrights_area .wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a{
	padding-right: 7px;
}
.copyrights_area .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{
	margin-bottom: 0;
}

.copyrights_area .wpml-ls-legacy-list-vertical a{
	border-bottom: 0;
}


/* End of FOOTER WPML SWITCHER */

/*
- \FOOTER / WIDGET TITLE
*/

/*
\FOOTER
*/

/*
COPYRIGHTS AREA
*/

.copyrights_area{
	position: relative;
	z-index: 1;
	padding: 18px 0;
}
.copyrights_area a:hover{
	color: #fff;
}
.copyrights_area:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.65);
	z-index: -1;
}
.copyrights_container{
	display: table;
	width: 100%;
}
.copyrights_container > *{
	display: table-cell;
	vertical-align: middle;
}
.copyrights_panel{
	white-space: nowrap;
}
.copyrights_panel_wrapper > *{
	display: inline-block;
	vertical-align: middle;
}
.copyrights_panel_wrapper > * + *{
	margin-left: 8px;
	padding-left: 15px;
	border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.copyrights_area .copyrights{
	font-size: 0.7894em;
	line-height: 1;
	font-weight: 400;
	width: 100%;
}

.copyrights_area .cws_social_links .cws_social_link{
	position: relative;
	z-index: 1;
	padding: 5px;
	color: #fff;
	font-size: 0.9em;
    margin: 0 2px;
}
.copyrights_area .cws_social_links .cws_social_link:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.4);
	z-index: -1;
	border-radius: 7px;
}
/*
\COPYRIGHTS AREA
*/

/*
CWS REVSLIDER
*/

.page_boxed{
	position: relative;
	overflow: hidden;
}
.image_stat_header{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.image_stat_header>img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	min-width: calc(100% + 2px);
	min-height: 100%;
}
.fs_video_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	overflow: hidden;
	margin-left: -1px;
	margin-right: -1px;
	z-index: -1;
}
.fs_video_slider .rev_slider,
.fs_video_slider .rev_slider_wrapper{
	background: transparent !important;
}
.fs_video_bg,
.fs_video_slider{
	background-color: #fff;
}
.fs_video_slider{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.fs_video_bg>video,
.fs_video_bg>iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	z-index: 1;
	max-width: none;
}
.fs_video_bg:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.fs_video_bg .bg_layer{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	z-index: 2;
}

/* the 8 adjustments */

.fs_video_bg>iframe{
	border-radius: 0;
	-webkit-mask-image: none;
}

/* rev slider full width in box layout */
.page_boxed .fullwidthbanner-container{
	width: 100% !important;
    left: 0 !important;
}

/*
\FULL SCREEN VIDEO
*/

/*
FULL SCREEN VIDEO
*/
.page_header_video_wrapper{
	position: relative;
}
.page_header_video_wrapper iframe.page_header_video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
}
.page_header_video_wrapper + .page_header_video_slider_wrapper,
.page_boxed .page_header_video_wrapper + .page_header_video_slider_wrapper{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page_header_video_wrapper:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/bgvideo.png);
	background-repeat: repeat;
}
/*
\FULL SCREEN VIDEO
*/

/*
SEARCH
*/
.page_content.search_results main .search-form .search-submit{
	float: right;
	margin-top: 5px;
}
/*
\SEARCH
*/

/*
404 PAGE
*/
.not_found{
    max-width: 525px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
}
.banner_404{
	position: relative;
	font-size: 300px;
	line-height: 260px;
	z-index: 1;
}
.banner_404:before{
	content: "";
	display: block;
	position: absolute;
	width: 48%;
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	margin-left: 0.5714%;
	border-radius: 12%;
	z-index: 1;
}
.banner_404 img{
	display: block;
	position: relative;
	z-index: 2;
}
.msg_404{
	font-size: 46px;
	line-height: 1;
}
.msg_404 span{
	font-size: 100px;
	line-height: 1;
}
.not_found * + .link{
	padding-top: 45px;
}
.not_found .link{
	font-size: 28px;
	line-height: 1;
}
/*
\404 PAGE
*/

/**************************/
/* Gutenberg Optimization */
/**************************/
.single-post .wp-block-image.alignfull img,
.page_content main>.wp-block-image.alignfull img {
    max-width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100vw;
    border-radius: 0;
    z-index: 2;    
}



@media screen and ( max-width: 1190px ){
	.gallery.owl-carousel .owl-controls{
		padding: 20px 20px 20px 0;
	}
	.grid{
		margin-right: -20px;
	}
	.grid .item,
	.news .grid .item.medium>*,
	.news .grid .item.small>*,
	.news.single .grid .item>*{
		margin-right: 20px;
	}
	.news .item>* ,
	.cws_portfolio.single .cws_portfolio_items .item>*{
		margin-right: 20px;
	}
	.news .media_part{
		margin-right: 20px;
		max-width: calc(100% - 20px);
	}
	.news .item{
		margin-right: 20px;
		width: calc(100% - 20px);
	}
	.news .grid .item.medium,
	.news .grid .item.small{
		width: 100%;
	}
	.page_content.single_sidebar .grid .item{
		width: 700px;
	}
	.page_content.double_sidebar .grid .item{
		width: 460px;
	}
	.page_content.double_sidebar .news.news-medium .post_info_part:not(.full_width),
	.page_content.double_sidebar .news.news-small .post_info_part:not(.full_width){
		float: none;
		width: 100%;
		margin-right: auto;
	}

	.grid.grid-2 .item{
		width: 460px;
	}
	.page_content.single_sidebar .grid.grid-2 .item{
		width: 340px;
	}
	.page_content.double_sidebar .grid.grid-2 .item{
		width: 220px;
	}
	.grid.grid-3 .item{
		width: 300px;
	}
	.page_content.single_sidebar .grid.grid-3 .item,
	.page_content.double_sidebar .grid.grid-3 .item{
		width: 220px;
	}
	.grid.grid-4 .item,
	.page_content.single_sidebar .grid.grid-4 .item,
	.page_content.double_sidebar .grid.grid-4 .item{
		width: 220px;
	}

	.benefits_container,
	.footer_container{
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    margin-left: -10px;
	    margin-right: -10px;
	}
	.benefits_container .cws-widget,
	.footer_container .cws-widget{
		margin-left: 10px;
		margin-right: 10px;
		-webkit-flex: 1 1 210px;
		-ms-flex: 1 1 210px;
		flex: 1 1 210px;
	}
	.cws_sc_carousel .owl-carousel,
	.owl-carousel{
		margin-right: -20px !important;
	}
	.cws_sc_carousel .owl-item .item,
	.owl-item>*{
		margin-right: 20px !important;
		width: calc(100% - 20px) !important;
	}
	.site_header{
		opacity: 0;
	}
	.site_header.loaded{
		opacity: 1;
	}
}

@media screen and ( max-width: 980px ){
	.gallery.owl-carousel .owl-controls{
		padding: 20px 18px 20px 0;
	}
	.page_content.single_sidebar .grid .item,
	.page_content.double_sidebar .grid .item{
		width: calc(100% - 18px);
	}
	.page_content.single_sidebar .news .item.medium .media_part,
	.page_content.double_sidebar .news .item.medium .media_part{
	    max-width: calc(100% - 18px);
	}
	.page_content.double_sidebar .news.news-medium .post_info_part:not(.full_width){
		width: 100%;
	}
	.page_content.double_sidebar .news.news-small .post_info_part:not(.full_width){
		float: left;
		width: 370px;
		margin-right: 24px;
	}
	.grid{
		margin-right: -18px;
	}
	.cws_sc_carousel .owl-carousel,
	.owl-carousel{
		margin-right: -18px !important;
	}
	.grid .item,
	.news .grid .item.medium>*,
	.news .grid .item.small>*,
	.news.single .grid .item>*,
	.cws_portfolio.single .cws_portfolio_items .item>*{
		margin-right: 18px;
	}
	.news .item>* {
	    margin-right: 18px;
	}
	.cws_sc_carousel .owl-item .item,
	.owl-item>*{
		margin-right: 18px !important;
		width: calc(100% - 18px) !important;
	}
	.news .media_part {
	    margin-right: 18px;
	    max-width: calc(100% - 18px);
	}
	.news .item{
		margin-right: 18px;
		width: calc(100% - 18px);
	}
	.news .grid .item.medium,
	.news .grid .item.small{
		width: 100%;
	}
	.grid.grid-2 .item{
		width: 360px;
	}

	.grid.grid-3 .item,
	.grid.grid-4 .item{
		width: 234px;
	}
	.page_content.double_sidebar .grid.grid-4 .item,
	.page_content.double_sidebar .grid.grid-3 .item,
	.page_content.double_sidebar .grid.grid-2 .item{
		width: 171px;
	}
	.page_content.single_sidebar .grid.grid-2 .item,
	.page_content.single_sidebar .grid.grid-4 .item,
	.page_content.single_sidebar .grid.grid-3 .item{
		width: 265px;
	}

	.benefits_container,
	.footer_container{
		margin-left: -9px;
		margin-right: -9px;
	}
	.benefits_container .cws-widget,
	.footer_container .cws-widget{
		margin-left: 9px;
		margin-right: 9px;
		-webkit-flex: 1 1 171px;
		-ms-flex: 1 1 171px;
		flex: 1 1 171px;
	}

	.grid_row.eq_cols .grid_col.grid_col_6,
	.grid_row.eq_cols .grid_col.grid_col_3,
	.grid_row.eq_cols .grid_col.grid_col_9{
		width: 48.65%;
		margin-top: 30px;
	}
	.grid_row.eq_cols .grid_col.grid_col_3:nth-child(1),
	.grid_row.eq_cols .grid_col.grid_col_4:nth-child(1),
	.grid_row.eq_cols .grid_col.grid_col_3:nth-child(2),
	.grid_row.eq_cols .grid_col.grid_col_4:nth-child(2),
	.grid_row.eq_cols .grid_col.grid_col_6:nth-child(1),
	.grid_row.eq_cols .grid_col.grid_col_6:nth-child(2),
	.grid_row.eq_cols .grid_col.grid_col_8:nth-child(1),
	.grid_row.eq_cols .grid_col.grid_col_8:nth-child(2),
	.grid_row.eq_cols .grid_col.grid_col_9:nth-child(1),
	.grid_row.eq_cols .grid_col.grid_col_9:nth-child(2){
		margin-top: 0;
	}
	.grid_row.eq_cols .grid_col.grid_col_3:nth-child(odd),
	.grid_row.eq_cols .grid_col.grid_col_6:nth-child(odd),
	.grid_row.eq_cols .grid_col.grid_col_9:nth-child(odd){
		margin-left: 0;
	}
}

@media screen and ( max-width: 767px ){
	.site_header{
		position: relative !important;
	}
	.site_header .header_box{
		padding: 30px 0 25px 0;
	}
	.site_header .logo>img:not(.logo_mobile){
		max-height: 50px;
		width: auto;
	}
	.header_logo_part.with_border .logo>img:not(.logo_mobile){
		padding: 0 7px;
		margin: 1px;
    	border: 1px solid rgba(255,255,255,0.4);
	}
	.header_logo_part.with_border .logo{
		border-width: 4px;
		border-style: solid;
		border-radius: 6px;
	}
	.header_cont{
		border-bottom: 2px solid #fff;
	}
	.page_content.single_sidebar .news .item.medium .media_part,
	.page_content.double_sidebar .news .item.medium .media_part{
		max-width: 570px;
	}
	.news .grid .item.medium .media_part{
		width: calc(100% - 18px);
		max-width: calc(100% - 18px);
	}
	.news .item.large .media_part{
		width: 100%;
	}
	.grid .item,
	.page_content.single_sidebar .grid .item,
	.page_content.double_sidebar .grid .item{
		width: calc(100% - 18px); /* for portfolio one column */
	}
	.news .item,
	.page_content.single_sidebar .news .item,
	.page_content.double_sidebar .news .item{
		width: calc(100% - 18px);
	}
	.news .grid .item.medium,
	.news .grid .item.small{
		width: 100%;
	}
	.news.news-medium .post_info_part:not(.full_width),
	.news.news-small .post_info_part:not(.full_width),
	.page_content.double_sidebar .news.news-small .post_info_part:not(.full_width){
		float: none;
		width: 100%;
		margin-right: auto;
	}
	.grid.grid-2,
	.page_content.single_sidebar .grid.grid-2,
	.page_content.double_sidebar .grid.grid-2,
	.grid.grid-3,
	.page_content.single_sidebar .grid.grid-3,
	.page_content.double_sidebar .grid.grid-3,
	.grid.grid-4,
	.page_content.single_sidebar .grid.grid-4,
	.page_content.double_sidebar .grid.grid-4{
		margin-right: -30px
	}
	.grid.grid-2 .item,
	.page_content.single_sidebar .grid.grid-2 .item,
	.page_content.double_sidebar .grid.grid-2 .item,
	.grid.grid-3 .item,
	.page_content.single_sidebar .grid.grid-3 .item,
	.page_content.double_sidebar .grid.grid-3 .item,
	.grid.grid-4 .item,
	.page_content.single_sidebar .grid.grid-4 .item,
	.page_content.double_sidebar .grid.grid-4 .item{
		float: left;
		width: calc(50% - 30px);
		margin-right: 30px;
		text-align: center;
	}
	.page_content.double_sidebar .grid.grid-2:not(.owl-carousel) .item .media_part,
	.page_content.single_sidebar .grid.grid-3:not(.owl-carousel) .item .media_part,
	.page_content.double_sidebar .grid.grid-3:not(.owl-carousel) .item .media_part,
	.grid_row:not(.related_projects) .grid.grid-4:not(.owl-carousel) .item .media_part,
	.page_content.single_sidebar .grid.grid-4:not(.owl-carousel) .item .media_part,
	.page_content.double_sidebar .grid.grid-4:not(.owl-carousel) .item .media_part{
		width: 270px;
		max-width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
		display: inline-block;
		box-sizing: border-box;
	}

	.cws_sc_carousel .owl-carousel,
	.owl-carousel{
		margin-right: -30px !important;
	}
	.cws_sc_carousel .owl-item .item,
	.owl-item>*{
		margin-right: 30px !important;
		width: calc(100% - 30px) !important;
	}

	.page_title .container{
		width: calc(100% - 40px);
	}

	.grid_col{
		width: 100%;
	}
	.grid_col:not(.grid_col_12){
		float: none;
	}
	.grid_col + .grid_col{
		margin-top: 30px;
		margin-left: auto;
	}

	.benefits_container,
	.footer_container{
		margin-left: -2%;
		margin-right: -2%;
	}
	.benefits_container .cws-widget,
	.footer_container .cws-widget{
		margin-left: 2%;
		margin-right: 2%;
		-webkit-flex: 1 1 200px;
		-ms-flex: 1 1 200px;
		flex: 1 1 200px;
	}
	.comments-area .comments_children{
		padding-left: 35px;
	}
	.post_content_wrap .meta_cont>*{
		display: block;
		text-align: center !important;
	}
	.copyrights_container > *{
		display: block;
		text-align: center;
	}
	.copyrights_container > * + *{
		padding-top: 10px;
	}
	.post_content_wrap .meta_cont>*+*{
		margin-top: 10px;
	}
	.gallery{
		margin-left: -5% !important;
	}
	.gallery .gallery-item{
		padding-left: 5%;
		margin-bottom: calc(5% - 10px);
	}
	.gallery-icon{
		border-width: 3px;
		border-radius: 14px;
	}
	.page_title .container>*{
		display: block;
		text-align: left;
	}
	.page_title .container>.bread-crumbs{
		padding-bottom: 5px;
	}
	.banner_404{
		font-size: 45vw;
		line-height: 39vw;
	}
	.msg_404{
		font-size: 6.9vw;
	}
	.msg_404 span{
		font-size: 15vw;
	}
	.not_found .link{
		font-size: 16px;
		padding-top: 20px;
	}
	.grid_row.eq_cols .grid_col.grid_col_4,
	.grid_row.eq_cols .grid_col.grid_col_8{
		width: 48.65%;
		margin-top: 30px;
	}
	.grid_row.eq_cols .grid_col.grid_col_4:nth-child(1),
	.grid_row.eq_cols .grid_col.grid_col_4:nth-child(2),
	.grid_row.eq_cols .grid_col.grid_col_8:nth-child(1),
	.grid_row.eq_cols .grid_col.grid_col_8:nth-child(2),{
		margin-top: 0;
	}
	.grid_row.eq_cols .grid_col.grid_col_4:nth-child(odd),
	.grid_row.eq_cols .grid_col.grid_col_8:nth-child(odd){
		margin-left: 0;
	}
	.cws_portfolio.single.related .item{
		width: 100%;
	}
	.site_top_panel .mini-cart{
		position: initial;
		transform: initial !important;
	    -webkit-transform: initial !important;
	    -moz-transform: initial !important;
	    -ms-transform: initial !important;
	}
}

@media screen and ( max-width:479px ){
	.grid.grid-2,
	.page_content.single_sidebar .grid.grid-2,
	.page_content.double_sidebar .grid.grid-2,
	.grid.grid-3,
	.page_content.single_sidebar .grid.grid-3,
	.page_content.double_sidebar .grid.grid-3,
	.grid.grid-4,
	.page_content.single_sidebar .grid.grid-4,
	.page_content.double_sidebar .grid.grid-4{
		margin-right: auto;
	}
	.grid.grid-2 .item,
	.page_content.single_sidebar .grid.grid-2 .item,
	.page_content.double_sidebar .grid.grid-2 .item,
	.grid.grid-3 .item,
	.page_content.single_sidebar .grid.grid-3 .item,
	.page_content.double_sidebar .grid.grid-3 .item,
	.grid.grid-4 .item,
	.page_content.single_sidebar .grid.grid-4 .item,
	.page_content.double_sidebar .grid.grid-4 .item{
		float: none;
		width: 100%;
		margin-right: auto;
	}
	.news .grid .item.medium .media_part,
	.news .grid .item.small .media_part{
		width: calc(100% - 18px);
		max-width: calc(100% - 18px);
	}
	.news .media_part .pic img{
		width: 100%;
	}
	.footer_container .cws-widget{
		padding-left: 0;
	}
	.grid_row.eq_cols .grid_col.grid_col_3,
	.grid_row.eq_cols .grid_col.grid_col_4,
	.grid_row.eq_cols .grid_col.grid_col_6,
	.grid_row.eq_cols .grid_col.grid_col_8,
	.grid_row.eq_cols .grid_col.grid_col_9{
		width: 100%;
		margin-top: 0;
		margin-left: 0;
	}
	.grid_row.eq_cols .grid_col.grid_col_3:nth-child(2),
	.grid_row.eq_cols .grid_col.grid_col_4:nth-child(2),
	.grid_row.eq_cols .grid_col.grid_col_6:nth-child(2),
	.grid_row.eq_cols .grid_col.grid_col_8:nth-child(2),
	.grid_row.eq_cols .grid_col.grid_col_9:nth-child(2){
		margin-top: 30px;
	}
	.grid_row.eq_cols .grid_col:not(:first-child){
		margin-top: 30px !important;
	}
	.cws_portfolio_header{
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.cws_portfolio_header>*{
		width: 100%;
		text-align: center;
	}
	.cws_portfolio_header>.ce_title + *{
		padding-top: 10px;
	}
	.cws_portfolio_header>.ce_title + *>*{
		float: none;
	}
	.cws_portfolio_header .cws_portfolio_filter{
		float: none;
		text-align: left;
		padding-top: 10px;
	}
}

/*
\RESPONSIVE
*/





/*
- ELEMENTOR
*/
/* Elementor controls */
.page_content main .elementor-editor-section-settings .elementor-editor-element-setting:first-child:before {
	content: '';
	display: inline;
}
.page_content main .elementor-editor-section-settings .elementor-editor-element-setting:before{
	content: '';
	margin: 0;
	left: initial;
}
.page_content main .elementor-edit-area-active .elementor-editor-element-setting:before {
	content: none;
	display: none;
}

.elementor-section-wrap .elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1170px;
}
.elementor-section-wrap .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}
/*.elementor-section-wrap .elementor-widget:not(:first-child) .elementor-widget-container {*/
	/*margin-top: 30px;*/
/*}*/

.elementor-section-wrap .elementor-column-gap-default > .elementor-row {
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-right: -10px;
}
.elementor-section-wrap .elementor-column-gap-narrow > .elementor-row {
	width: calc(100% + 10px);
	margin-left: -5px;
	margin-right: -5px;
}
.elementor-section-wrap .elementor-column-gap-extended > .elementor-row {
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-right: -15px;
}
.elementor-section-wrap .elementor-column-gap-wide > .elementor-row {
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-right: -20px;
}
.elementor-section-wrap .elementor-column-gap-wider > .elementor-row {
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-right: -30px;
}
.elementor-section.elementor-element-edit-mode:hover {
	z-index: 1001;
}
.elementor-section:not(:first-child) {
	padding-top: 30px;
}
.elementor-section:not(:last-child) {
	padding-bottom: 30px;
}
.elementor-section-wrap .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 0 10px;
}
.elementor-section-wrap .elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 0 5px;
}
.elementor-section-wrap .elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 0 15px;
}
.elementor-section-wrap .elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 0 20px;
}
.elementor-section-wrap .elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 0 30px;
}

.elementor-select-preset-list .elementor-preset:before {
	content: none;
	display: none;
}




/* Elements */
.elementor .elementor-widget-text-editor hr {
	margin: .5em 0;
}
.elementor .elementor-widget-text-editor a {
	display: inline;
}
.elementor .elementor-widget-text-editor img[class*="wp-image-"] {
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	position: relative;
	border-width: 9px;
	border-style: solid;
	padding: 2px;
	line-height: 0;
	overflow: hidden;
	box-sizing: content-box;
	max-width: calc(100% - 22px);
}
.elementor .elementor-widget-text-editor img[class*="wp-image-"].noborder{
	border-width: 0;
	padding: 0;
}
.elementor .elementor-widget-text-editor .cws_img_frame img {
	max-width: none;
	padding: 0;
}
@media screen and (max-width: 767px) {
	.elementor .elementor-column + .elementor-column > .elementor-column-wrap {
		margin-top: 30px;
	}
}

/*.elementor-widget-cws_heading:not(:last-child) .elementor-widget-container {*/
	/*margin-bottom: 25px;*/
/*}*/

/* Icon List */
.elementor-widget-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item:before {
	content: none;
	display: none;
}
/* Dropcaps */
.elementor .elementor-widget-text-editor .elementor-drop-cap {
	display: block;
	float: left;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-size: 3.3em;
	min-width: 1em;
	line-height: 1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/* Heading */
.elementor .elementor-widget-cws_heading:not(:last-child) .elementor-widget-container {
	margin-bottom: 30px;
}
.elementor .elementor-widget-cws_heading .ce_title.heading {
	font-size: 50px;
	line-height: 1em;
}
.elementor .elementor-widget-cws_heading .ce_title.heading mark {
	background: none;
	color: inherit;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	line-height: inherit;
}
/* Pricing Plan Column */
.elementor .elementor-widget-cws_pricing_table_column,
.elementor .elementor-widget-cws_pricing_table_column .elementor-widget-container,
.elementor .elementor-widget-cws_pricing_table_column .elementor-widget-container .pricing_table_column {
	height: 100%;
}

/* Products */
.elementor .elementor-widget-cws_products ul.products>li>a h2.woocommerce-loop-product__title {
	margin: 0;
}
.elementor .elementor-widget-cws_products .woocommerce-notices-wrapper,
.elementor .elementor-widget-cws_products .woocommerce-result-count,
.elementor .elementor-widget-cws_products .woocommerce-ordering {
	display: none;
}

/* Gallery */
.elementor .elementor-widget-image-gallery .elementor-image-gallery .gallery .gallery-item {
	margin-bottom: 1.333em;
}

/* Icon Box */
.elementor .elementor-widget-cws_icon_box .cws_icon_box {
	text-align: center;
}
.elementor .elementor-widget-cws_icon_box .icon_box_title {
	-ms-word-break: break-word;
	word-break: break-word;
}
.elementor .elementor-widget-cws_icon_box .cws_icon_box .cws_fa_wrapper {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.elementor .elementor-widget-cws_icon_box.icon_position_center .cws_icon_box .cws_fa_wrapper {
	margin-bottom: 20px;
}
.elementor .elementor-widget-cws_icon_box.icon_position_left .cws_icon_box,
.elementor .elementor-widget-cws_icon_box.icon_position_right .cws_icon_box {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.elementor .elementor-widget-cws_icon_box.icon_position_left .cws_icon_box {
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
}
.elementor .elementor-widget-cws_icon_box.icon_position_left .cws_icon_box .cws_fa_wrapper {
	margin: 0 20px 0 0;
	order: 1;
}
.elementor .elementor-widget-cws_icon_box.icon_position_left .cws_icon_box .icon_box_content_wrapper,
.elementor .elementor-widget-cws_icon_box.icon_position_right .cws_icon_box .icon_box_content_wrapper {
	width: 100%;
	order: 2;
}
.elementor .elementor-widget-cws_icon_box.icon_position_left .cws_icon_box .icon_box_content_wrapper .icon_box_title:not(:last-child),
.elementor .elementor-widget-cws_icon_box.icon_position_right .cws_icon_box .icon_box_content_wrapper .icon_box_title:not(:last-child) {
	margin: 5px 0 7px;
}

.elementor .elementor-widget-cws_icon_box.icon_position_right .cws_icon_box {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}
.elementor .elementor-widget-cws_icon_box.icon_position_right .cws_icon_box .cws_fa_wrapper {
	margin: 0 0 0 20px;
	order: 3;
}
.elementor .elementor-widget-cws_icon_box .cws_icon_box .icon_box_button_wrapper {
	margin-top: 1.333em;
}
.elementor .elementor-widget-cws_icon_box .cws_icon_box .icon_box_button_wrapper a {
	margin: 0;
}
.elementor .elementor-widget-cws_icon_box .cws_icon_box .separated {
	text-align: center;
	border-top: solid 2px;
	display: block;
	padding-top: 9px;
}

/* Milestone */
.elementor .elementor-widget-cws_milestone .milestone-wrapp {
	display: block;
	margin: 0;
}

/*
- \ELEMENTOR
*/