.clear {
	clear: both;
}

.row.submit {
	margin-top: 20px;
}

.form .errorMessage {
	color: rgb(255, 102, 102);
	margin: 0;
	margin-top: -10px;
	font-size: 12px;
}

div.row.col-md-4 {
	min-height: 75px;
}

div.region_input_container {
	width: 150px;
	float: left;
}

.button-column a {
	cursor: pointer;
}

p.hint {
	font-size: small;
	font-style: italic;
}

.header-container>.top-header .top-nav>ul.pull-right li {
	float: left;
}

div.form .errorSummary {
	border-left: 3px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.form .errorMessage {
	color: red;
	font-size: 0.9em;
}

div.form .errorSummary p {
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.dropdown-manu .ui-radio {
	display: inline-block !important;
}

#dashoard_welcome {
	color: #449AD4;
	margin-bottom: 20px;
}

.bg-blue {
	background-color: #449AD4;
	color: #ffffff;
}

.bg-green {
	background-color: #00B31D;
	color: #fff;
}

.grid-view .odd {
	background: #FAFAFA;
}

.grid-view tbody tr {
	cursor: pointer;
}

.grid-view tbody tr:hover{
	background: #f0f0f0;
}

.grid-view th,
.grid-view td {
	border: 1px solid rgba(245, 245, 245, 0.5) !important;
	border-right: 1px solid rgba(240, 240, 240, 0.5);
	border-left: 1px solid rgba(240, 240, 240, 0.5);
	height: 40px !important;
	line-height: 40px;
}

.grid-view thead {
	border-top: #ececec 1px solid;
}

.grid-view th,.grid-view th a {
	color: #919496;
}

.grid-view td {
	background: #ffffff;
	padding: 4px 10px !important;
}

.grid-view th {
 	background: #ffffff; /* url('../images/sortarrow.png') center right no-repeat; */
/* 	padding: 5px 25px 5px 15px !important; */
}

.grid-view th:first-child {
	background: #ffffff;
}

/* .grid-view .caret { */
/* 	display: none !important; */
/* } */

.grid-view .odd td {
	background: #F7FAFF;
}

.table-flip-scroll .table>thead>tr:first-child>th:first-child {
	height: 52px;
}

@media (max-width: 767px) {
	body {
		padding-right: 0px;
		padding-left: 0px;
	}
}

#italy_map_container #Italia {
	position: relative;
	top: -24px;
	left: -6%;
	width: 100%;
	max-width: 500px;
}

#italy_map_legend {
	position: absolute;
	top: 46px;
	left: 60%;
	font-size: 10px;
	width: 48%;
	z-index: -1;
}

@media (max-width: 1250px) and (min-width: 990px) {
	#italy_map_legend {
		position: relative;
		width: 100%;
		top: -100px;
		left: 0;
	}
}

#italy_map_legend p {
	width: 88%;
}

#italy_map_legend .legend_square {
	height: 18px;
	width: 18px;
	border: 1px solid #8F8F8F;
	float: left;
	margin-right: 5px;
}

#italy_map_legend .blue {
	background: #6280D0;
}

#italy_map_legend .red {
	background: #B98FDA;
}

#italy_map_legend .yellow {
	background: #fcb040;
}

#italy_map_legend .green {
	background: #009B8F;
}
/*
#formlogin{
	width:100%;
}*/

.page_title{
	color: #525151;
	float: left;
	margin-top: 10px;
}

/*
#formlogin input{
	width:86%;
	margin:auto;
	border-radius:25px;
}

#formlogin button{
	width: 85%;
	margin:auto;
	border-radius:25px;
}
*/
.color-blue{
	color: #449AD4;
}

.panel-profile .profile {
	box-shadow: 0 0 0 5px #449AD4, 0 0 10px 0 rgba(0, 0, 0, 0.2) !important;
}

.folder{
	text-align:center;
	width:100%;
	line-height:211px;
	font-size:200px;
	cursor:pointer;
	height:211px;
}

#recaptcha_challenge_image{
	width:200px !important;
	border: 1px solid #bbbdbe !important;
	border-radius:4px !important;
	flot:left;
}

#recaptcha_image{
	height:auto !important;
}

#check_email_object{
	width: 97%;
}

#content.recl{
	margin: 0 !important;
	background: #fff;
}

#profile_edit_delete_container{
	float:right;	
}

#profile_edit_delete_container i{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto 2px;
	font-size: 22px;
}

#profile_edit_delete_container a {
	display: block;
	width: 80px;
	height: 55px;
	text-align: center;
	color: white;
	text-transform: none;
	line-height: 0px;
	border-radius: 3px;
}

#profile_edit_delete_container a:hover {
	text-decoration: none;
	background: rgba(255, 255, 255, 0.2);
}

.circular {
	border-radius:50%;
	overflow: hidden;
}

.circular img {
	min-width: 100%;
	min-height: 100%;
	max-width: initial;
	max-height: initial;
	height: 100% !important;
}

.circular_img {
	border-radius: 50%;
}

.page-signin {
	overflow-y: auto;
}

.grid-view tr.not_assigned td{
	background: #FFFCEF;
	font-weight: bold;
	color: black;
}

.buttons_in_accordion_heading{
	position: relative;
	top: -8px;
	right: -91px;
	float: right;
	height: 0;
}

.buttons_in_accordion_heading a{
	margin-left: 5px;
}

#accordion_subpages a.accordion-toggle {
	margin-right: 85px;
}

span.help-block.error {
	font-size: 10px;
	margin: -5px 0 10px 0;
}

.nav-container .nav > li > .icon-has-ul {
	right: 0px !important;
}

.nav-container .nav > li > a .badge {
	right: 17px !important;
}

.badge-my-notify{
	color: #fff;
}

@media only screen and (max-width: 800px) {
	.table-flip-scroll td {
		width: 100% !important;
	}
}

#documents.grid-view tr.new_doc td{
	background: #FFFCEF;
	font-weight: bold;
	color: black;
}

#documents.grid-view tr.approved td:nth-child(6){
/* 	background: rgba(0, 255, 0, 0.10); */
}

#documents.grid-view tr.not_approved td:nth-child(6){
	background: rgba(255, 0, 0, 0.10);
}

.grid-view .caret {
	border-right: 6px solid transparent !important;
	border-left: 6px solid transparent !important;
	border-top: 6px solid !important;
}

.grid-view table.items th a.desc .caret {
	border-top: none !important;
	border-bottom: 6px solid #000000 !important;
}

.dashboard_statistics .mini-box span img{
	margin: -9px 0 0 -3px;
	padding: 3px;
}

.dashboard_statistics .col-md-4,
.dashboard_statistics .col-md-2,
.dashboard_statistics .col-md-3,
.dashboard_statistics .col-md-6{
	padding-left: 0;
}

.dashboard_statistics .mini-box{
	padding: 16px;
}

.dashboard_statistics .mini-box .box-icon{
	width: 25px;
	height: 25px;
	line-height: 87px;
	font-size: 30px;
	margin-top: 12px;
}

.grid-view .summary{
	text-align: left !important;
}

.list-info li label {
	width: 135px !important;
}

.form_upload_progress {
	display: none;
	position: fixed;
	width: 33%;
	border: 1px solid #ddd;
	padding: 3px;
	border-radius: 3px;
	margin: 0 auto;
	top: 50%;
	left: 36%;
	background: white;
}
.form_upload_progress .bar { 
	background-color: #B4F5B4; 
	width:0%; 
	height:20px; 
	border-radius: 3px;
}
.form_upload_progress .percent {
	position:absolute; 
	display:inline-block; 
	top:3px; 
	left:48%;
}

.grid-view .filter-container input::-webkit-input-placeholder::before{ font-family: fontAwesome; content:'\f002'; color: #69f }

.grid-view .filter-container input::-moz-placeholder::before{ font-family: fontAwesome; content:'\f002'; color: #69f } /* firefox 19+ */

.grid-view .filter-container input:-ms-input-placeholder::before{ font-family: fontAwesome; content:'\f002'; color: #69f } /* ie */

.grid-view .filter-container input:-moz-placeholder::before{
	font-family: fontAwesome;
	content:'\f002';
	color: #69f
}

.grid-view .filter-container select{
    font-family: 'FontAwesome', Lato, 'Helvetica Neue', Arial, sans-serif;
	color: #69f;
}

.banner {
	background-color: #525151;
	margin-top: 55px;
	padding-top: 50px;
}

.btn-dark-gray {
	color: #fff;
	background-color: #525151;
	border: 2px solid #fff;
}

.navbar-default {
	border: none;
}

.testimonials {
  background-color: #fff;
  padding: 10px 10px;
  color: #525151; }
  .testimonials .carousel {
    max-width: 970px;
    margin: 0 auto;
    padding: 40px; }
    .testimonials .carousel .carousel-indicators li {
      display: none;
    }
    .testimonials .carousel .carousel-inner {
      font-size: 18px; }
      .testimonials .carousel .carousel-inner small {
        display: block;
        margin-top: 30px;
        font-size: 12px; }

#cycler{
	position:relative;
	margin-top: -20px;
}

#cycler img{
	width: 84%;
	position: absolute;
	right: 0;
	display: none;
}

#cycler img.active-img{
	display: block;
}

.logo a{
	line-height:50px;
}

#siteheader{
	height:55px;
	display:none;
}

.body-wide #siteheader,
.body-wide footer{
	display:block;
}

.body-lock #siteheader,
.body-lock footer{
	display:none;
}

.dropdown-menu.admin-options{
	left: -200px !important;
}

.dropdown-menu.admin-options:after{
	left: 213px !important;
}

.dropdown-menu.admin-options:before{
	left: 212px !important;
}

/* @media (min-width: 768px) { */
	.app:not(.nav-collapsed-min) > .main-container > .nav-container.nav-fixed {
		bottom: 50px !important;
		overflow: hidden;
	}
	
	.app:not(.nav-collapsed-min) > .main-container > .nav-container.nav-fixed > .nav-wrapper #powered_by_app{
		display: block !important;
	}
/* } */

#powered_by_app {
	display: none;
	background-color: #f1f1f1;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #d8d8d8;
	position: fixed;
	bottom: 0px;
	left: -1px;
}

.header-container > .top-header .logo{
	border-right: none !important;
}

.panel .panel-heading {
	text-transform: none;
}
.ui-dialog-content{
	margin:0 !important;
	padding:0 !important;
	width:100% !important;
}

#sitecake-toolbox div div {
	//display: none !important;
}

.ui-dialog { 
	min-width: 200px !important;
	width: 80% !important;
	margin: 0 10% !important;
	height: 86% !important;
	top: 7% !important;
	z-index: 99999999;
}

.ui-dialog.first_access { 
	min-width: 200px !important;
	width: 56% !important;
	margin: 0 22% !important;
	height: 450px !important;
	top: 15% !important;
}

.ui-widget-overlay {
	position: fixed !important;
}

.ui-dialog #dialog{ 
	height: calc(100% - 54px) !important;
}

.ui-dialog #dialog.has_buttons{ 
	height: calc(100% - 118px) !important;
}

.ui-dialog.first_access #dialog{ 
	height: 100% !important;
}

.document_container{
	height: 150px;
	padding: 10px;
	text-align: center;
	white-space: nowrap;
}

.document_container span.helper{
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.document_container .selectable_media{
	cursor: pointer;
	border: 3px solid transparent;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	box-shadow: 0 0 6px #d4d4d4;
}

.promobrand_text_logo{
	font-family:'Montalban';
}

.color_promoapp{
	color: #003c58;
}

#buynow{
	display: none !important;
}

.visible-switcher_container,
.visible-switcher,
.section_layout_container,
.custom_section_expiration_container {
	display: none;
}

/************** LOGIN FORM FRONTEND *************/
#login-form *,
#login-form *:after,
#login-form *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
	letter-spacing: 0px;
}

@media screen and (max-width: 600px) {
	#login-form {
		display: none;
	}
}

#login-form {
	position: fixed;
	z-index: 98;
	bottom: 10px;
	left: 10px;
	width: 50px;
	height: 50px;
	border-radius: 5px;
 	
	/* 	Transition delay on mouse out */
	-webkit-transition-delay: .4s; /* Chrome, Safari, Opera */
	-o-transition-delay: .4s;
	-moz-transition-delay: .4s;
    transition-delay: .4s;

	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#login-form.opened {
	height: 130px;
    width: 300px;
/* 	font-size: 33px; */
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.3);
	-o-box-shadow: 5px 5px 10px rgba(0,0,0,.3);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,.3);
	box-shadow: 5px 5px 10px rgba(0,0,0,.3);
/* 	overflow: visible; */
	
	/* 	Transition delay on mouse in */
	-webkit-transition-delay: 0; /* Chrome, Safari, Opera */
	-o-transition-delay: 0;
	-moz-transition-delay: 0;
    transition-delay: 0;
}

#login_button .round {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	padding-top: 9px;
	text-decoration: none;
	text-align: center;
	font-size: 25px;
	text-shadow: 0 1px 0 rgba(255,255,255,.7);
	letter-spacing: -.065em;
	box-shadow: 2px 2px 7px rgba(0,0,0,.2);
	border-radius: 300px;
	z-index: 1;
	border-width: 4px;
	border-style: solid;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.35), inset 0 3px 2px rgba(255,255,255,0.2), inset 0 -3px 2px rgba(0,0,0,0.1);
	color: #ddd;
	border-color: rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	cursor: pointer;
	
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#login-form.opened .round{
	font-size: 32px;
	border-color: #fff;
	border-width: 9px;
	padding-top: 11px;
	width: 70px;
	height: 70px;
	box-shadow: 2px 2px 7px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.35),inset 0 3px 2px rgba(255,255,255,0.2),inset 0 -3px 2px rgba(0,0,0,0.1);
}


#login-form form {
    /* Size & position */
    margin: 0;
    padding: 0;
    border-radius: 5px;
	background: tranaparent;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	-moz-transition-delay: .4s;
    transition-delay: .4s;
	
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#login-form.opened form {
	padding: 10px;
	background: white; /* Fallback */
    background: -moz-linear-gradient(#eeefef, #ffffff 10%);
    background: -ms-linear-gradient(#eeefef, #ffffff 10%);
    background: -o-linear-gradient(#eeefef, #ffffff 10%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#eeefef), color-stop(0.1, #ffffff));
    background: -webkit-linear-gradient(#eeefef, #ffffff 10%);
    background: linear-gradient(#eeefef, #ffffff 10%);
	-moz-box-shadow: 
        0 0 1px rgba(0, 0, 0, 0.3), 
        0 3px 7px rgba(0, 0, 0, 0.3), 
        inset 0 1px rgba(255,255,255,1),
        inset 0 -3px 2px rgba(0,0,0,0.25);
	-ms-box-shadow: 
        0 0 1px rgba(0, 0, 0, 0.3), 
        0 3px 7px rgba(0, 0, 0, 0.3), 
        inset 0 1px rgba(255,255,255,1),
        inset 0 -3px 2px rgba(0,0,0,0.25);
	-o-box-shadow: 
        0 0 1px rgba(0, 0, 0, 0.3), 
        0 3px 7px rgba(0, 0, 0, 0.3), 
        inset 0 1px rgba(255,255,255,1),
        inset 0 -3px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 
        0 0 1px rgba(0, 0, 0, 0.3), 
        0 3px 7px rgba(0, 0, 0, 0.3), 
        inset 0 1px rgba(255,255,255,1),
        inset 0 -3px 2px rgba(0,0,0,0.25);
	box-shadow: 
        0 0 1px rgba(0, 0, 0, 0.3), 
        0 3px 7px rgba(0, 0, 0, 0.3), 
        inset 0 1px rgba(255,255,255,1),
        inset 0 -3px 2px rgba(0,0,0,0.25);
}

#login-form form .field {
    position: relative;
    opacity: 0;
	
    -webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#login-form.opened .field {
    opacity: 1;
}

#login-form form p.submit {
	position: absolute;
	top: 0px;
	right: 0px;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 
        0 0 2px rgba(0,0,0,0.1),
        0 3px 2px rgba(0,0,0,0.1),
        inset 0 -3px 2px rgba(0,0,0,0.2);
    visibility: visible;
	display:block;
	
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#login-form.opened form p.submit{
	top: 18px;
	right: -29px;
	width: 70px;
	height: 70px;
}

#login-form .recovery{
	display: none;
}

#login-form form .field i {
	font-size: 20px;
    left: 0px;
    top: 0px;
    position: absolute;
    height: 36px;
    width: 36px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);
    color: #777777;
    text-align: center;
    line-height: 42px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    pointer-events: none;
}

#login-form form input[type=email],
#login-form form input[type=text],
#login-form form input[type=password] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    width: 100%;
    padding: 10px 18px 10px 45px;
    border: none;
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.1),
        inset 0 3px 2px rgba(0,0,0,0.1);
    border-radius: 3px;
    background: #f9f9f9;
    color: #777;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

#login-form form input[type=text],
#login-form form input[type=email] {
    margin-bottom: 10px;
}

#login-form form input[type=text]:focus,
#login-form form input[type=email]:focus,
#login-form form input[type=password]:focus,
#login-form form button[type=submit]:focus {
    outline: none;
}

#login-form #rememberme_label{
	font-size: 12px;
	margin: 6px 0 0 0;
	display: block;
	float: left;
	cursor: pointer;
	font-weight: bold;
	line-height: 1;
}

#login-form #password_forgotten_link{
	font-size: 12px;
	margin: 9px 0 0 0;
	display: block;
	float: right;
	cursor: pointer;
	font-weight: bold;
	line-height: 1;
}

#login-form #recovery_button{
	height: 34px;
	margin: 8px 0;
	padding: 6px 10px;
	text-transform: none;
}
/************** END LOGIN FORM FRONTEND *************/

.privacy_content{
	padding: 30px;
	font-family: 'Open Sans',sans-serif !important;
}

.privacy_content p{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: #555;
	margin-bottom: 10px;
}

.privacy_content h1{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #555;
	text-shadow: none;
}

.privacy_content h2{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 25px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #555;
	text-shadow: none;
}

.privacy_content h3{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 20px;
	font-weight: 600;
	line-height: 1.6;
	color: #555;
	letter-spacing: 0;
	text-shadow: none;
}

.privacy_content h4{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: 700;
	color: #404040;
	letter-spacing: 0;
	margin-top: 20px;
	text-shadow: none;
}

button.ui-dialog-titlebar-close{
	top: 35px !important;
	right: 17px !important;
}

button.ui-dialog-titlebar-close:after {
	content: 'x';
	font-size: 25px;
}

.side_image img {
	max-width: 90%;
	margin: 20px 5%;
	max-height: 400px;
	width: auto;
}

/*Color Switcher Styles*/

.color-switcher {
  position: fixed;
  z-index: 9999;
  top: 300px;
  left: -350px;

  width: 350px;
  margin-top: -152px;
  padding: 30px;

  -webkit-transition: all 300ms ease-out;
     -moz-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
  text-align: center;

  -webkit-border-radius: 0 0 5px 0;
     -moz-border-radius: 0 0 5px 0;
          border-radius: 0 0 5px 0;
  background-color: #fff;

  border: 1px solid #e9e9e9;
  visibility: visible !important;
}
.color-switcher h6{
	color: #151515;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 10px;
}
.color-switcher.open {
  left: 0;
}
.color-switcher .color {
  display: inline-block;

  margin: 4px auto 2px auto;

  text-align: center;
}
.color-switcher .color a {
  display: inline-block;

  width: 37px;
  height: 37px;
  margin-bottom: 3px;

  -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
          transition: all 300ms ease;

  border: 2px solid transparent;
  background-repeat: no-repeat;
}
.color-switcher .color span {
  font-size: 13px;
  font-weight: normal;

  display: block;

  width: 100%;

  text-align: center;

  color: #fff;
}
.color-switcher .color a:hover {
  opacity: .7;
}
.color-switcher .color a.current {
  opacity: 1;
  border: 2px solid #000;
}

.color-switcher .text-left {
	border-bottom: 1px solid #e9e9e9;
}
.color-switcher .toggle {
  font-size: 2em;

  position: absolute;
  top: -1px;
  right: -60px;

  width: 60px;
  padding: 7px 0;

  cursor: pointer;
  -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
          transition: all 300ms ease;
  text-align: center;

  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
  background-color: #fff;

  /*box-shadow: 3px 0px 10px -7px #000;*/
  border: 1px solid #e9e9e9;
  border-left: none;
  line-height: 1;
}
.open.color-switcher .toggle {
  color: #cfcfcf;
}
.color-switcher .toggle:hover {
  background-color: #f0f1f2;
}


@media screen and (max-width: 991px) {
  .color-switcher {
    display: none;
  }
}

.editable_media {
    max-width: 100%;
	position: relative;
}

.editable_media .remove_media{
	display: none;
}

.editable_media:hover .remove_media {
	display: block;
    position: absolute;
    top: -16px;
    right: -16px;
    cursor: pointer;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    background: #373737;
    font-size: 21px;
    z-index: 1;
    line-height: 0;
    padding: 11px 9px 15px;
    font-family: tahoma !important;
    text-decoration: none;
}

.editable_media .remove_media:hover{
	background: #BF3838;
}

.editable_media > * {
    max-width: 100%;
}

.editable_media .editable_video_overlay{
	z-index: 1;
	height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
	display: none;
}

.TOLWidget, .TOLWidget table td, .TOLWidget table th, .TOLWidget a {
	font: 12px/1.5 Arial, helvetica, sans-serif !important;
}
.TOLWidget {
	height: auto !important;
}

.TOLWidget * {
	position: static !important;
	/*display: inline !important; */
	z-index: auto;

	float: none; 
	clear: none;

	padding: 0;
	margin: 0;
	border: none;

	min-height: 0; 
	max-height: none; 
	height: auto;

	min-width: 0; 
	max-width: none; 
	width: auto;

	letter-spacing: normal; 
	text-align: left; 
	text-decoration: none; 
	text-indent: 0; 
	/*text-transform: none; */
	white-space: normal; 
	word-spacing: normal; 
	vertical-align: baseline;

	cursor: auto;
}

.TOLWidget a {
	color: #638d43;
	text-decoration: none;
	cursor: pointer;
	outline: none !important;
	background: inherit !important;
	border: none !important;
}
.TOLWidget a:hover {
	text-decoration: underline;
}

.TOLWidget .box-header {
	line-height: 30px !important;
	height: 30px !important;
	overflow: hidden !important;
	font-size: 13px !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	padding: 5px 10px !important;
	margin: 0 0 0px 0 !important;
	letter-spacing: 1px;

	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	 border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
.TOLWidget .box-header.box-outside {
	background-position: 0px -289px !important;
}
.TOLWidget .box-header.box-closed {
	background-position: 0px -267px !important;
}
.TOLWidget .box-header h1,
.TOLWidget .text h1 {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 12px !important;
	font-weight: normal !important;
	line-height: 22px !important;
}
.TOLWidget .box-header h1 {
	float: left !important;
	color: #fff;
}
.TOLWidget .text h1 {
	text-transform: uppercase !important;
	color: #3e7921 !important;
}
/*.TOLWidget .box-header a {
	color: #fff !important;
}*/
.TOLWidget .box-header h2 {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 12px !important;
	font-weight: normal !important;
	color: #fff;
	line-height: 22px !important;
	float: right !important;
}

.TOLWidget .box-header .box-hang {
	float: right !important;
}

/* table list */

.TOLWidget .table-list {
	border-spacing: 0 !important; 
	margin: 0px !important;
	border: 1px solid #c1c1c1 !important;
	border-collapse: separate !important;
	background: transparent !important;
}
.TOLWidget .table-list td,
.TOLWidget .table-list th {
	padding: 3px !important;
	font-weight: normal !important;
	text-align: left !important;
	vertical-align: top !important;
}
.TOLWidget .table-list tbody th,
.TOLWidget .table-list thead th,
.TOLWidget .table-list tfoot th {
	border: 1px solid #fff !important;
	border-bottom-color: #c1c1c1 !important;
	border-right-color: #c1c1c1 !important;
}
.TOLWidget .table-list thead th,
.TOLWidget .table-list tfoot th {
	background: #e1e1e1 !important;
}
.TOLWidget .table-list tbody td {
	border-top: 1px solid #fff !important;
	border-bottom: 1px solid #c1c1c1 !important;
}
.TOLWidget .table-list td.table-first {
	border-left: 1px solid #fff !important;
}
.TOLWidget .table-list td.table-last,
.TOLWidget .table-list th.table-last {
	border-right: 1px solid #fff !important;
}
.TOLWidget .table-list tbody tr:last-child td,
.TOLWidget .table-list tbody tr:last-child th,
.TOLWidget .table-list tfoot tr:last-child th {
	border-bottom: 1px solid #fff !important;
}
.TOLWidget .table-list tfoot + tbody tr:last-child td,
.TOLWidget .table-list tfoot + tbody tr:last-child th {
	border-bottom: 1px solid #c1c1c1 !important;
}
.TOLWidget .table-odd {
	background: #eaeaea;
}
.TOLWidget .table-even {
	background: #ffffff;
}
.TOLWidget .table-list .table-right {
	text-align: right !important;
}
.TOLWidget .table-list .table-center {
	text-align: center !important;
}
.TOLWidget .table-list .table-nowrap {
	white-space: nowrap !important;
}
.TOLWidget .table-list .table-hilite {
	font-weight: bold !important;
}


.TOLWidget .table-flag {
	width: 20px !important;
}
.TOLWidget div.table-flag {
	float: right !important;
}
.TOLWidget .table-flag div {
	width: 20px !important;
	height: 20px !important;
	margin: auto !important;
	background: transparent url(/images/flags/flags_it.png) no-repeat center center !important;
}
.TOLWidget .table-flag div.table-flag-us {
	background-image: url(/images/flags/flags_us.png) !important;
}
.TOLWidget .table-flag div.table-flag-ch {
	background-image: url(/images/flags/flags_ch.png) !important;
}
.TOLWidget .table-flag div.table-flag-ge {
	background-image: url(/images/flags/flags_ge.png) !important;
}
.TOLWidget .table-flag div.table-flag-jp {
	background-image: url(/images/flags/flags_jp.png) !important;
}
.TOLWidget .table-flag div.table-flag-pg {
	background-image: url(/images/flags/flags_pg.png) !important;
}
.TOLWidget .table-flag div.table-flag-ko {
	background-image: url(/images/flags/flags_ko.png) !important;
}
.TOLWidget .table-flag div.table-flag-gb {
	background-image: url(/images/flags/flags_gb.png) !important;
}
.TOLWidget .table-flag div.table-flag-aus {
	background-image: url(/images/flags/flags_aus.png) !important;
}
.TOLWidget .table-flag div.table-flag-fr {
	background-image: url(/images/flags/flags_fr.png) !important;
}
.TOLWidget .table-flag div.table-flag-sui {
	background-image: url(/images/flags/flags_sui.png) !important;
}

.TOLWidget .table-signal {
	width: 20px !important;
}
.TOLWidget div.table-signal {
	float: right !important;
}
.TOLWidget .table-signal div {
	width: 20px !important;
	height: 20px !important;
	margin: auto !important;
	background: transparent url(/images/live_finance_bg.png) no-repeat -1px -1334px scroll !important;
}
.TOLWidget .table-signal div.table-signal-neutral {
	background-position: -21px -1334px;
}
.TOLWidget .table-signal div.table-signal-down {
	background-position: -41px -1334px;
}
.TOLWidget .table-light {
	color: #3f3e3e;
}
.TOLWidget .table-upper {
	text-transform: uppercase !important;
}
.TOLWidget .table-lighter {
	color: #6b6b6b;
}
.TOLWidget .table-lighter strong {
	color: #000;
	font-weight: normal !important;
}
.TOLWidget .table-lighter small {
	font-size: 11px !important;
}
.TOLWidget .table-stretch {
	width: 100% !important;
}
.TOLWidget .table-odd {
	
}


.TOLWidget .table-clean {
	border: none !important;
	border-collapse: collapse !important;
	padding: 0px !important;
	width: 100% !important;
	background: transparent !important;
}


.TOLWidget .table-clean tbody tr:last-child td, .TOLWidget .table-clean tbody tr:last-child th,
.TOLWidget .table-clean tbody tr:last-child td, .TOLWidget .table-clean tbody tr:last-child td,
.TOLWidget .table-list tbody td .table-clean tbody td,
.TOLWidget .table-clean tbody td, .TOLWidget .table-clean tbody th {
	border: none !important;
	padding: 0px 5px !important;
}


.TOLWidget .list-detailed {
	clear: both !important;
	list-style-type: none !important;
	text-align: left !important;
	line-height: 1.4em !important;
	padding: 0 !important;
	margin: 0 !important;
}
.TOLWidget .list-detailed a {
	font-weight: bold !important;
}
.TOLWidget .list-detailed li,
.TOLWidget .list-detailed article {
	padding: 5px 0 !important;
	border: 1px solid #dadada !important;
	border-width: 1px 0 0 0 !important;
	overflow: auto !important;
}
.TOLWidget .list-detailed.links {
	list-style-position: inside !important;
}
.TOLWidget .list-detailed.links li {
	border: none !important;
	list-style-type: disc !important;
}
.TOLWidget .list-detailed li.list-more {
	text-align: right !important;
	border-color: #d1d1d1;
}
.TOLWidget .list-detailed li:first-child,
.TOLWidget .list-detailed article:first-child {
	border: 0 !important;
	padding-top: 0 !important;
}
.TOLWidget .list-detailed.links li:first-child {
	padding-top: 5px !important;
}
.TOLWidget .list-detailed li:last-child,
.TOLWidget .list-detailed article:last-child {
	padding-bottom: 0 !important;
}
.TOLWidget .list-detailed.links li:last-child {
	padding-bottom: 5px !important;
}
.TOLWidget .list-detailed h1 a {
	font-weight: normal !important;
}
.TOLWidget .list-detailed h1 {
	padding-top: 5px !important;
}
.TOLWidget .list-detailed img {
	float: left !important;
	margin: 3px 10px 3px 0 !important;
}
.TOLWidget .list-detailed p {
	margin: 0 !important;
	padding: 0 !important;
}
.TOLWidget .list-detailed time {
	color: #949494;
}
.TOLWidget .list-brief {
	list-style-type: none !important;
	text-align: left !important;
	border: 1px solid #dadada !important;
	padding: 8px !important;
	margin: 0 !important;
	line-height: 1.4em !important;
}
.TOLWidget .list-brief li {
	color: #949494;
	margin: 0 !important;
}
.TOLWidget .list-brief a {
	color: #000;
}
.TOLWidget .list-brief li.list-more {
	text-align: right !important;
	border: 1px solid #638d43 !important;
	border-width: 1px 0 0 0 !important;
	margin: 3px 0 0 0 !important;
	padding: 3px 0 0 0 !important;
}
.TOLWidget .list-brief li.list-more a {
	color: #638d43;
}
.TOLWidget .list-time:after {
	content: " |";
}

.TOLWidget .TWS_disclaimer {
	-moz-border-radius-bottomright: 5px !important;
	-webkit-border-bottom-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
	-moz-border-radius-bottomleft: 5px !important;
	-webkit-border-bottom-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
	background: #ffffff !important;
	padding: 2px !important;
	margin-bottom: 10px !important;
}

.TOLWidget .TWS_disclaimer div {
	float: left !important;
	color: #999 !important;
	font-size: 10px !important;
	font-family: Helvetica, Arial, sans-serif !important;
}

.TOLWidget .TWS_disclaimer p, .TOLWidget .TWS_disclaimer p a {
	text-align: right !important;
	font-size: 10px !important;
	color: #999 !important;
	font-family: Helvetica, Arial, sans-serif !important;
	margin: 0px !important;
	text-decoration: underline !important;
}

.TOLWidget .TWS_disclaimer p a:hover {
	color: #000 !important;
}

.TOLWidget .framed {
	border: 1px solid #dadada !important;
	padding: 9px !important;
	background: #f1f1f1;
}

.c-green {
	color: green !important;
}

.c-red {
	color: red !important;
}

.section.section-grey {
    background: #f4f6f7;
}
.padding-top {
  padding-top: 46px !important;
}
.padding-top-2x {
  padding-top: 92px !important;
}
.padding-bottom {
  padding-bottom: 46px !important;
}
.padding-bottom-2x {
  padding-bottom: 92px !important;
}

@media (max-width: 767px) {
  .padding-top {
    padding-top: 24px !important;
  }
  .padding-top-2x {
    padding-top: 70px !important;
  }
  .padding-bottom {
    padding-bottom: 24px !important;
  }
  .padding-bottom-2x {
    padding-bottom: 70px !important;
  }
}
.custom-section .personalized {
/*     margin-top: 50px; */
}

#news .handle {
	cursor: all-scroll;
	outline: none;
	background: #E2E4E5;
	text-align: center;
	padding: 5px 30px;
	color: #777;
	font-size: 16px;
	border: 1px solid #c3c3c3;
	font-size: 12px;
	border-radius: 5px;
	margin-bottom: 25px;

}
#news .owl-wrapper {
	overflow: visible !important;
}
#news .owl-wrapper .news h4 {
	margin-top: 30px;
}
#news .news {
	max-width: 280px;
	margin: auto;
}
#news .news p,
#news .news div.inline_editor {
	margin-top: 10px;
	text-align: left;
}
#news .news h4, 
.news p,
.news div.inline_editor {
	margin-bottom: 10px;
}
#news .news .box-img-video {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
#news .news .box-img-video iframe, 
.news .box-img-video img {
	width: 100%;
}
#news .news .box-img-video img {
	display: block;
}
.js-carousel-news {
	margin-top: 50px;
}

/* ------------------ BLOG ------------------- */
main.content.blog {
/* 	background: #F3F3F3; */
/*	padding-top: 80px; */
    min-height: 420px;
}

main.content.blog section{
    padding-top: 0px;
}

#page_content_container {
	min-height: 700px;
	text-align: left;
	position: relative;
}

h1.blog_title {
    margin: 50px 10px;
    float: left;
}

article.post-item {
    text-align: left;
	box-shadow: 0 1px 5px rgba(107, 107, 107, 0.5);
    background: #fff;
    color: #333;
    border-bottom: 2px solid #00A5C9;
	width: 48%;
	margin: 0 1% 20px 1%;
    /*float: left;*/
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .15s cubic-bezier(0.33, 0.66, 0.66, 1);
    transition: -webkit-transform .15s cubic-bezier(0.33, 0.66, 0.66, 1);
    -o-transition: transform .15s cubic-bezier(0.33, 0.66, 0.66, 1);
    transition: transform .15s cubic-bezier(0.33, 0.66, 0.66, 1);
    transition: transform .15s cubic-bezier(0.33, 0.66, 0.66, 1), -webkit-transform .15s cubic-bezier(0.33, 0.66, 0.66, 1);	
}

article.post-item:after {
    clear: both;
}
article.post-item:before,
article.post-item:after {
    content: " ";
    display: table;
}

@media (max-width: 650px) {
	article.post-item {
		width: 98%;
	}
}

article.post-item:hover {
	transform: translate3d(0, -3px, 0);
    box-shadow: 0 1px 5px rgba(107, 107, 107, 0.9);
}

article.post-item .post-content {
    padding: 2em;
}

article.post-item .post-meta {
    padding: 0 0 0.6em;
	color: #6B6B6B;
}

article.post-item .page-title {
    margin: 10px 0;
}
#page_content_container .title {
    border: none;
    box-shadow: none;
	outline: 0;
    margin: 50px 0 10px;
    color: rgba(0,0,0,.9);
    font-size: 38px;
    line-height: 1.4;
    width: 100%;
    word-wrap: break-word;
    min-height: 58px;
    overflow: hidden!important;
    resize: none;
    font-weight: 600;
    background: transparent;
}
#blured_cover_image_container {
	position: relative;
	height: 500px;
}
#blured_cover_image {
	position: absolute;
	top: 0px;
	left: -10px;
	right: -10px;
	bottom: 0;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: blur(8px);
	filter: blur(8px);
	height: 520px;
	/* max-height: 40vh; */
	z-index: -1;
	margin: -5px -10px -10px -5px;
}
#cover_image_container {
	position: relative;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
}
#cover_image_container.hasImage {
    background-color: transparent;
    border-bottom: none;
	height: 500px;
	/*max-height: 40vh;*/
	background-position: center !important;
}
.post-item .cover_image {
	max-width: 100%;
    width: 100%;
}
a[href="https://www.froala.com/wysiwyg-editor?k=u"] {
  display: none !important;
  position: absolute;
  top: -99999999px;
}
#posts_grid:after {
  content: '';
  display: block;
  clear: both;
}
#post_search {
    margin-top: 51px;
    float: right;
    padding: 7px 10px;
    margin-right: 10px;
    border-radius: 3px;
    line-height: 1;
    height: 34px;
    color: #333;
}
.share.jssocials {
	margin: 30px 0;
}
#page_content_container .post-info {
    padding: 0;
    color: #757575;
}
#vertical-share {
	position: fixed;
    top: 200px;
    left: -50px;
    z-index: 9999;
    width: 0;
	-webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
#vertical-share.visible {
    left: 0;
}
#vertical-share .jssocials-share {
	margin: 0 0 5px 0;
}
#vertical-share .jssocials-share-link {
	height: 56px;
    padding: 17px 0;
    width: 40px;
	border-radius: 0 5px 5px 0;
}
#vertical-share .jssocials-share:hover .jssocials-share-link {
	width: 50px;
}
#mobile-share {
	position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}
#mobile-share .jssocials-shares {
	margin: 0;
}
#mobile-share .jssocials-share {
	margin: 0;
}
#mobile-share .jssocials-share-link {
    width: 100%;
    padding: 15px 0;
}
main.content section.post-section {
	margin: 0 0 120px 0;
	padding: 0;
}
.jconfirm {
	color: #333;
}
#cover_image_input {
	display: none;
}

#login-form form .tooltip { /* tooltip for demo sites */
/*     margin-left: 5px; */
    margin-bottom: 5px;

  -webkit-animation: none 4s linear infinite;
  -moz-animation: none 4s linear infinite;
  -ms-animation: none 4s linear infinite;
  -o-animation: none 4s linear infinite;
  animation: none 4s linear infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: hotspot-vertical-top;
  -moz-animation-name: hotspot-vertical-top;
  -ms-animation-name: hotspot-vertical-top;
  -o-animation-name: hotspot-vertical-top;
  animation-name: hotspot-vertical-top;
}

#login-form form .tooltip .tooltip-arrow {
    left: 31px !important;
    top: 76px !important;
}

@-webkit-keyframes hotspot-vertical-top {
  0%,
  30%,
  40%,
  53.3%,
  66.667%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  35% {
    -webkit-transform: translate3d(0, -25px, 0);
    -moz-transform: translate3d(0, -25px, 0);
    -ms-transform: translate3d(0, -25px, 0);
    -o-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  46.667% {
    -webkit-transform: translate3d(0, -12.5px, 0);
    -moz-transform: translate3d(0, -12.5px, 0);
    -ms-transform: translate3d(0, -12.5px, 0);
    -o-transform: translate3d(0, -12.5px, 0);
    transform: translate3d(0, -12.5px, 0);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: translate3d(0, -6.25px, 0);
    -moz-transform: translate3d(0, -6.25px, 0);
    -ms-transform: translate3d(0, -6.25px, 0);
    -o-transform: translate3d(0, -6.25px, 0);
    transform: translate3d(0, -6.25px, 0);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@-moz-keyframes hotspot-vertical-top {
  0%,
  30%,
  40%,
  53.3%,
  66.667%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  35% {
    -webkit-transform: translate3d(0, -25px, 0);
    -moz-transform: translate3d(0, -25px, 0);
    -ms-transform: translate3d(0, -25px, 0);
    -o-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  46.667% {
    -webkit-transform: translate3d(0, -12.5px, 0);
    -moz-transform: translate3d(0, -12.5px, 0);
    -ms-transform: translate3d(0, -12.5px, 0);
    -o-transform: translate3d(0, -12.5px, 0);
    transform: translate3d(0, -12.5px, 0);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: translate3d(0, -6.25px, 0);
    -moz-transform: translate3d(0, -6.25px, 0);
    -ms-transform: translate3d(0, -6.25px, 0);
    -o-transform: translate3d(0, -6.25px, 0);
    transform: translate3d(0, -6.25px, 0);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@-ms-keyframes hotspot-vertical-top {
  0%,
  30%,
  40%,
  53.3%,
  66.667%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  35% {
    -webkit-transform: translate3d(0, -25px, 0);
    -moz-transform: translate3d(0, -25px, 0);
    -ms-transform: translate3d(0, -25px, 0);
    -o-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  46.667% {
    -webkit-transform: translate3d(0, -12.5px, 0);
    -moz-transform: translate3d(0, -12.5px, 0);
    -ms-transform: translate3d(0, -12.5px, 0);
    -o-transform: translate3d(0, -12.5px, 0);
    transform: translate3d(0, -12.5px, 0);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: translate3d(0, -6.25px, 0);
    -moz-transform: translate3d(0, -6.25px, 0);
    -ms-transform: translate3d(0, -6.25px, 0);
    -o-transform: translate3d(0, -6.25px, 0);
    transform: translate3d(0, -6.25px, 0);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes hotspot-vertical-top {
  0%,
  30%,
  40%,
  53.3%,
  66.667%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  35% {
    -webkit-transform: translate3d(0, -25px, 0);
    -moz-transform: translate3d(0, -25px, 0);
    -ms-transform: translate3d(0, -25px, 0);
    -o-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  46.667% {
    -webkit-transform: translate3d(0, 1-2.5px, 0);
    -moz-transform: translate3d(0, -12.5px, 0);
    -ms-transform: translate3d(0, -12.5px, 0);
    -o-transform: translate3d(0, -12.5px, 0);
    transform: translate3d(0, -12.5px, 0);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: translate3d(0, -6.25px, 0);
    -moz-transform: translate3d(0, -6.25px, 0);
    -ms-transform: translate3d(0, -6.25px, 0);
    -o-transform: translate3d(0, -6.25px, 0);
    transform: translate3d(0, -6.25px, 0);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

#buy_demo_container {
    position: fixed;
    top: 20%;
    right: 0;
    height: 106px;
    width: 230px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    border-radius: 10px 0 0 10px;
    z-index: 99;
    font-size: 18px;
    line-height: 1;
}

#buy_demo_container p {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.2;
	color: #fff;
}

#buy_demo_button {
    font-size: 14px;
	padding: 6px 12px;
}

#other_demos {
    position: fixed;
    right: -200px;
    top: 0;
    background: rgba(0, 0, 0, 0.97);
    padding: 15px;
    z-index: 9999;
    color: #fff;
	width: 200px;
	text-align: center;
	
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#other_demos a {
	color: #fff !important;
}

#other_demos a:hover {
	color: #fff !important;
	text-decoration: none !important;
}

#other_demos.open {
	right: 0;
}

#other_demos.open .fa-caret-left {
	display: none;
}

#other_demos .fa-caret-right {
	margin-left: 10px;
}

#other_demos:not(.open) .fa-caret-right {
	display: none;
}

#open_demos_container {
	position: absolute;
    top: 50%;
    left: -30px;
    background: rgba(0, 0, 0, 0.97);
    height: 60px;
    width: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    color: #fff;
    text-align: center;
    padding: 14px 0px;
	cursor: pointer;
}

#open_demos_container .fa {
	font-size: 30px;
}

#other_demos .demo_container {
	height: 13.9vh;
	padding: 5px 5px 10px 5px;
	cursor: pointer;
}

#other_demos .demo_container.active {
    background: #049ee4;
}

#other_demos .demo_container:hover:not(.active) {
    background: rgba(4, 158, 228, 0.5);
    padding: 5px 5px 10px 5px;
}

#other_demos .demo_container img.demo_preview{
	width: 100%;
    height: 9vh;
}

#other_demos .demo_container p.demo_name{
    margin: 0 0 10px;
	font-weight: bold;
}

.custom_section_layout_code .row {
	margin-bottom: 30px;
}

p[data-f-id="pbf"] { /* froala hack */
	display: none;
}

#error-404 {
	text-align: center;
	padding: 10% 0;
	position: relative;
	z-index: 10;
	color: #444;
}

#error-404 h1 {
	font-size: 250px!important;
	line-height: 250px!important;
	font-family: 'Open Sans';
	font-weight: 700;
}
#error-404 h2 {
	font-family: Montserrat;
	letter-spacing: -1px;
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
}

#error-404 .button {
	margin-top: 50px;
	border-radius: 200px!important;
	-webkit-border-radius: 200px!important;
	-o-border-radius: 200px!important;
	box-shadow: none;
	-ms-transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
	-webkit-transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
	transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
	padding-left: 42px;
	padding-right: 42px;
	font-size: 14px;
	padding: 15px 22px;
	font-family: Montserrat;
	text-transform: uppercase!important;
	letter-spacing: 1px;
	font-weight: 700;
	top: -3px;
	margin-bottom: 10px;
	opacity: 1;
	line-height: 20px;
	display: inline-block;
	position: relative;
	text-decoration: none;
	height: 50px;
}

.fr-view .fr-file::after {
	content: "" !important;
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-moz-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
	-webkit-transition: height .35s ease;
	transition: height .35s ease
}

#dialog .page {
	padding: 20px;
	height: 100%;
}

#login_button .round {
	background-color: #009fe3;
}

#vCard_container button {
	text-transform: none;
}

#vCard_container button:after {
	content: none;
}

#vCard_container {
	margin-bottom: 30px;
}

#vCard_container .dropdown-menu {
	padding: 5px 0;
}

#vCard_container .dropdown-menu li {
	padding: 0;
}

#vCard_container .dropdown-menu a {
	padding: 5px 20px;
	color: #333;
	width: 100%;
	display: inline-block;
}

#vCard_container .dropdown-menu>li>a:hover,
#vCard_container .dropdown-menu>li>a:focus {
	background-color: #d4d4d4;
	color: #000;
}

#vCard_container * {
	text-align: left;
}

.team-section {
	padding: 100px 0;
}

.team-section .team-box {
	margin-bottom: 50px;
}

.team-section .team-box .team-img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.team-section .team-box .team-img img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.team-section .team-box .team-img .team-layer {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	visibility: hidden;
	opacity: 0;
}

.team-section .team-box .team-img .team-layer ul {
	padding: 0 15px;
}

.team-section .team-box .team-img .team-layer ul li a {
	font-size: 12px;
	color: #dddddd;
	display: inline-block;
	height: 20px;
	text-align: center;
	padding-top: 5px;
}

.team-section .team-box .team-img .team-layer ul li.website {
	float: right;
	background: #fff;
	border-radius: 12px;
	padding: 2px 10px;
	line-height: 1;
	margin-top: 2px;
}

.team-section .team-box .team-img .team-layer ul li.website a {
	color: #292929;
}

.team-section .team-box .team-img:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

.team-section .team-box .team-img:hover .team-layer {
	visibility: visible;
	opacity: 1;
}

.team-section .team-box .team-title {
	margin-left: 20px;
}

.team-section .team-box .team-title h5 {
	font-size: 17px;
	color: #444444;
	font-weight: 600;
}

.team-section .team-box .team-title p {
	color: #969696;
}

.team-section .team-layer .description {
	color: #fff;
	padding: 15px;
	font-size: 15px;
	line-height: 1.4;
	height: 83%;
	overflow: hidden;
}

.team-section .owl-prev {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 40%;
	margin-left: -24px;
	display: block !important;
	border:0px solid black;
}

.team-section .owl-next {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 40%;
	right: -32px;
	display: block !important;
	border:0px solid black;
}

.team-section .owl-prev i, .owl-next i {
	transform : scale(2,6);
	color: #313131;
}

@media only screen and (max-width: 767px) {
	.team-section .team-box {
		max-width: 345px;
		margin: auto;
		margin-bottom: 30px;
	}
	.team-section .team-box .team-img .team-layer ul {
		margin-left: -10px;
	}
}

@media only screen and (max-width: 575px) {
	.team-section .team-box .team-img .team-layer ul {
		margin-left: 20px;
	}
}

@media only screen and (max-width: 600px) {
	.team-section .owl-nav {
		display: none;
	}
}

.team-section .owl-dots {
	text-align: center;
}

.team-section .owl-dots .owl-dot {
	width: 9px;
	height: 9px;
	background: #969696;
	display: inline-block;
	margin: 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.team-section .owl-dots .owl-dot.active {
	background: #313131;
	height: 12px;
}

/* Whatsapp FAB */
.fab-whatsapp-container {
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	position: fixed;
	z-index: 9999999;
	display: flex;
	flex-direction: column;
}

.fab-whatsapp {
	border-radius: 50%;
	margin-right: 20px;
	width: 60px;
	height: 60px;
	pointer-events: all;
	cursor: pointer;
	box-shadow: 0 1px 6px 0 rgba(0,0,0,0.06),0 2px 32px 0 rgba(0,0,0,0.16);
	margin-top: 24px;
	margin-bottom: 24px;
	position: relative;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	background-color: #3ec400;
}

.fab-whatsapp > .fa-whatsapp {
	position: absolute;
	color: white;
	display: block;
	pointer-events: none;
	font-size: 30px !important;
}

.fab-whatsapp:hover > .fa-whatsapp {
	color: white;
}
