@import "../custom.css";

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ul.tabs.primary li {
    display: inline-block;
	line-height: 43px;
}
.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.aligner-item {
  max-width: 100%;
}

.aligner-item--top {
  align-self: flex-start;
}

.aligner-item--bottom {
  align-self: flex-end;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center{
	text-align: center;
}

table,caption,tbody,tfoot,thead,tr,th,td {
	vertical-align:top;
}
.red {
	color: red;
}
.white {
	color: #fff;
}
.nopadding {
	padding: 0;
}
.mrb-70 {
    margin-bottom: 70px;
}
.mrb-50 {
    margin-bottom: 50px;
}
.mrb-40 {
    margin-bottom: 40px;
}
.mrt-40 {
    margin-top: 40px;
}
.mrt-50 {
    margin-top: 50px;
}

.mrb-30 {
    margin-bottom: 30px;
}

.mrt-30 {
    margin-top: 30px;
}

.pdb-50 {
    padding-bottom: 50px;
}

.pdb-30 {
    padding-bottom: 30px;
}

.pdb-10 {
    padding-bottom: 10px;
}
.pdt-5 {
    padding-top: 5px;
}
.pdt-10 {
    padding-top: 10px;
}

.pdt-30 {
    padding-top: 30px;
}
.pd-30 {
    padding: 30px;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

nav ul,ul {
	list-style-image: url('/sites/all/themes/dotte/img/bullet.png');
	padding-left: 25px;
}

ul {
	line-height:1.65em;
}

blockquote,q {
	quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

.content a, .content-node a {
	color: #04488B;
}
.content a:hover, .content-node a:hover {
	color: #FDEB19;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:700;
}

del {
	text-decoration:line-through;
}

abbr[title],dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}

input,select {
	vertical-align:middle;
}

div {
	box-sizing:border-box;
}

img {
	border:0;
}

body {
	font-family: 'Ubuntu', sans-serif;
	font-size:16px;
	color:#444;
	background-color:#FFF;
	text-align:center;
	-webkit-font-smoothing:subpixel-antialiased!important;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Ubuntu', sans-serif;
	color:#303335;
	font-style:normal;
}

h1 {
	font-size:38px;
	margin-bottom:28px;
	font-weight:600;

}

h2 {
	font-size:30px;
	margin-bottom:20px;
	font-weight:600;
}

h3 {
	font-size:28px;
	margin-bottom:20px;
	font-weight:500;
}

h4 {
	font-size:25px;
	margin-bottom:20px;
	font-weight:200;
}

h5 {
	font-size:23px;
	margin-bottom:5px;
	font-weight:200;
}

h6 {
	font-size:20px;
	margin-bottom:30px;
	font-weight:200;
}

a {
	color:#222;
	text-decoration:none;
	transition:color .4s ease;
}

p {
	line-height:1.3em;
}

a:hover {
	color:#04488B;
	text-decoration:none;
}
a:focus, a:active {
	text-decoration: none;
}

.node a {
	color:#04488B;
	text-decoration:none;
	transition:color .4s ease;
}

.block a {
	color:#85C4EC;
	text-decoration:underline;
}

.desktop-nav a {
	color:#85C4EC;
}

blockquote {
	background-color:#e6e6e6;
	box-sizing:border-box;
	padding:20px;
	padding-left:90px;
	position:relative;
	min-height:90px;
	margin-top:20px;
	color:#222;
	line-height:1.4em;
	font-style:italic;
}

blockquote i.fa-quote-left {
	position:absolute;
	left:20px;
	top:20px;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:1.2em;
	color:#2eb9f4;
	background-color:#fff;
	border-radius:50%;
}

.cl {
	width:100%;
	float:left;
	clear:both;
}

#wrap-all {
	width:100%;
	float:left;
	text-align:left;
}

.relative {
	width:100%;
	position:relative;
}

.primary-color {
	color:#2eb9f4!important;
}

.primary-bg {
	background-color:#85C4EC;
}

.secondary-color {
	color:#303335;
}

.secondary-bg {
	background-color:#303335;
}

.tertiary-bg {
	background-color:#8C748A;
	background-color:#E7AA32;
	background-color:#6A2417;
	background-color:#844C42;
}

.fourth-bg {
	background-color:#50C33F;
	background-color:#6A2417;
}

.body-bg {
	background-color:#fff;
}

.body-bg h1,.body-bg h2,.body-bg h3,.body-bg h4,.body-bg h5,.body-bg h6 {
	color:#222!important;
}

.site-content p,.site-content ul,.site-content ol {
	display:block;
	margin:10px 0;
	float:none;
}

::selection {
	color:#222;
	background:#FDEB19;
}

::-moz-selection {
	color:#222;
	background:#FDEB19;
}

.d-hide {
	display:none;
}

.width-100.float-left {
	width:100%;
	float:left;
}

footer.site-footer ::selection {
	color:#fff;
	background:#2eb9f4;
}

footer.site-footer ::-moz-selection {
	color:#fff;
	background:#2eb9f4;
}

footer.site-footer .d-hide {
	display:none;
}

.bg_color_1 {
	background-color:#f9f9f9;
}

.bg_color_2 {
	background-color:#f2f2f2;
}

.bg_color_3 {
	background-color:#eee;
}

.bg_color_4 {
	background-color:#eee;
}
.bg-call-to-action {
	background: #f9f9f9;
}

.bg_color_5 {
	background-color:#eee;
}
.bg_color_eosc {
	background: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
    background-image: linear-gradient(45deg, rgb(11, 65, 130) 1%, rgb(30, 136, 229) 64%, rgb(64, 186, 245) 97%);
	background-image: -ms-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -moz-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -o-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -webkit-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	position: relative;
	z-index: 1;
}

.bg_texture {
	background: url('/sites/all/themes/dotte/img/bg-images/background-filter.png');
    background-repeat: repeat;
	background-repeat: no-repeat;
	content: '';
	display: block;
	z-index: 2;
	height: 100%;
	width: 100%;
	background-size: cover;
}


.bg_color_eosc .row {
	position: relative;
	z-index: 3;
}

.gray-line {
	width:100%;
	float:left;
	height:5px;
	background-color:#eee;
}

header.site-header {
	width:100%;
}

header.site-header section.bar-sub {
	width:100%;
	float:left;
	color: #999;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #222;
}

header.site-header .tb-megamenu .nav > li > a {
    border-top: 0;
    font-weight: 500;
    padding: 13px 6px;
    text-shadow: none;
    text-transform: uppercase;
}
.button-workspace a span{
	color: #999;
	float: right;
	padding-top: 5px;
	padding-left: 10px;
	
}


.button-workspace .workspace {
	content: url('/sites/all/themes/dotte/img/icon/workspace_header.svg');
	height: 26px;
	width: 34px;
}
/*

header.site-header section.bar-sub div.primary-bg {
	width:100%;
	float:left;
}
*/
.header-bg {
    background: url('/sites/all/themes/dotte/img/line-background.png');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right center;
    background: #000;
}


.form-item.form-type-checkbox, .form-item.form-type-radio {
    margin-bottom: 0 !important;
    display: block !important;
}

.form-item.form-type-radio input {
	margin-right: 15px;
}

.form-item.form-type-checkbox input {
	margin-top: 10px;
	margin-right: 10px;
}

.form-item.form-type-radio input {
	margin-top: 0;
	margin-right: 8px !important;
}

.form-item.form-type-checkbox label {
	width: auto;
	display: inline-block;
	margin-top: 9px;
}




@media (max-width: 767px) {
   
    header.site-header .email{
	    text-align: center !important;
    }
    #views-exposed-form-groups-views-block-3 .views-exposed-form #edit-title-wrapper, #views-exposed-form-groups-views-block-3 .views-exposed-form #edit-type-wrapper, #views-exposed-form-groups-views-block-3 .views-exposed-form #edit-field-surname-value-wrapper{
		width: 100% !important;
		margin-bottom: 0 !important;
	}
	.views-exposed-form .views-submit-button {
	    float: left;
	    padding: .5em 1em 0 0;
	    position: relative !important;
	    bottom: 0;
	    left: 0;
	}
	#views-exposed-form-groups-views-block-3 .views-exposed-form label {
		min-height: inherit !important;
	}
	header.site-header div.search{
		display: none;
	}
	.next-prev-node .nav-previous,
	.next-prev-node .nav-next {
		display: none;
	}
	.webform-client-form-992 .form-recommendation .webform-component .form-radios{
		display: block !important;
	}
	
	.webform-client-form-1312 .form-recommendation .webform-component .form-radios{
		display: block !important;
	}

}

header.site-header section.bar-main {
	width:100%;
	background-color: #fff;
}

header.site-header p.links {
	line-height:20px;
	margin:0px 0;
	font-size:11px;
	float:right;
	margin-right:20px;
}

header.site-header p.links a {
	float:left;
	margin-left:20px;
	text-transform:capitalize;
}

header.site-header .bar-sticked {
	position:fixed;
	left:0;
	top:0;
	width: 100%;
	z-index:500;
	background: #fff;
	display: block;
	transition: 0.5s;
	-webkit-box-shadow: -6px 11px 30px -20px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: -6px 11px 30px -20px rgba(0, 0, 0, 0.55);
	box-shadow: -6px 11px 30px -20px rgba(0, 0, 0, 0.55);
}
header.site-header .bar-sticked .tb-megamenu ul li a {
	padding-top: 20px;
	padding-bottom: 20px;
}
header.site-header .bar-sticked .tb-megamenu .tb-megamenu-subnav a {
	padding: 0px 0px 17px 0px;
}
.logo-sticky {
	display: none;
}
header.site-header .bar-sticked .logo-sticky {
	display: inline-block;
	width: 5%;
	float: left;
	margin-right: 20px;
}
header.site-header .bar-sticked .logo-sticky img {
	width: 100%;
}

header.site-header p.contacts {
	width:auto;
	font-size:11px;
	line-height:20px;
	margin:10px 0;
}

header.site-header p.sm-buttons {
	float:right;
	margin:10px 15px 10px 0;
}

header.site-header p.sm-buttons a {
	float:left;
	overflow:hidden;
	margin-right:5px;
	width:20px;
	height:20px;
	position:relative;
}

header.site-header p.sm-buttons a i.fa {
	position:absolute;
	left:0;
	top:0;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	border-radius:50%;
	font-size:11px;
	transition:top .4s ease;
}

header.site-header p.sm-buttons a:hover i.fa {
	top:-20px;
}

header.site-header p.sm-buttons a:hover i.fa.cloned {
	top:0;
}

header.site-header div.shopping-cart {
	float:right;
	width:auto;
	position:relative;
	margin:20px 0;
	margin-right:10px;
}

header.site-header div.shopping-cart i.fa {
	width:40px;
	height:40px;
	line-height:38px;
	text-align:center;
	border-radius:50%;
	border:1px solid #2eb9f4;
	color:#2eb9f4;
	font-size:18px;
	cursor:pointer;
	box-sizing:border-box;
	transition:color .4s ease,background-color .4s ease;
}

header.site-header div.shopping-cart i.fa:hover {
	background-color:#2eb9f4;
	color:#fff;
}

header.site-header #tb-megamenu-main-menu {
	float: left;
}

div.search i.fa {
	line-height:38px;
	text-align:center;
	color:#aaa;
	font-size:18px;
	cursor:pointer;
	box-sizing:border-box;
	transition:color .4s ease,background-color .4s ease;
}

div.search form {
    background:transparent;
	z-index: 1;
    padding: 50px;
}
.search #exampleModal.fade.in{
	background: rgba(0, 0, 0, 0.73);
}
.search #exampleModal .modal-dialog{
	top:50% !important;
	transform: translate(0, -50%) !important;
	-ms-transform: translate(0, -50%) !important;
	-webkit-transform: translate(0, -50%) !important;
 }
 
 .search #exampleModal .form-text {
	 background: transparent;
	border-bottom: 1px solid #fff;
	color: #fff;
 }

div.search form input[type=search] {
	border:0;
	border-radius:0;
	background-color:transparent;
	padding-left:5px;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#2eb9f4;
	color:#999;
}

div.search form input[type=search]::-webkit-input-placeholder {
	color:rgba(0,0,0,0.4);
	font-style:italic;
}

div.search form input[type=search]:-moz-placeholder {
	color:rgba(0,0,0,0.4);
	font-style:italic;
}

div.search form input[type=search]::-moz-placeholder {
	color:rgba(0,0,0,0.4);
	font-style:italic;
}

div.search form input[type=search]:-ms-input-placeholder {
	color:rgba(0,0,0,0.4);
	font-style:italic;
}

div.mobile-nav {
	float:right;
	margin:20px 0;
	margin-left:10px;
	display:none;
}

div.mobile-nav > i.fa {
	width:40px;
	height:40px;
	line-height:38px;
	text-align:center;
	border-radius:50%;
	border:1px solid #2eb9f4;
	color:#2eb9f4;
	font-size:18px;
	cursor:pointer;
	box-sizing:border-box;
	transition:color .4s ease,background-color .4s ease;
}

header.site-header div.mobile-nav > i.fa.active,header.site-header div.mobile-nav > i.fa:hover {
	background-color:#2eb9f4;
	color:#fff;
}

header.site-header div.mobile-nav > ul {
	position:absolute;
	width:100%;
	background-color:#303335;
	display:none;
	border-top-width:3px;
	border-top-style:solid;
	border-top-color:#2eb9f4;
	z-index:1000;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#414446;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#414446;
	box-sizing:border-box;
}

header.site-header div.mobile-nav > ul li {
	transition:background-color .4s ease,background-color .4s ease;
	position:relative;
}

header.site-header div.mobile-nav > ul li i.fa {
	cursor:pointer;
	line-height:40px;
	padding:0 20px;
	position:absolute;
	right:0;
	top:0;
	color:#fff;
}

header.site-header div.mobile-nav > ul > li {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:rgba(255,255,255,0.05);
}

header.site-header div.mobile-nav > ul > li > ul {
	background-color:#1f2224;
}

header.site-header div.mobile-nav > ul > li > ul > li {
	border-bottom-width:0;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:rgba(255,255,255,0.05);
}

header.site-header div.mobile-nav > ul > li > ul > li > ul {
	background-color:#0e1113;
}

header.site-header div.mobile-nav > ul > li > ul > li > ul > li {
	border-bottom-width:0;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:rgba(255,255,255,0.05);
}

header.site-header div.mobile-nav > ul > li > ul > li > ul > li:hover {
	background-color:#2eb9f4;
}

header.site-header div.mobile-nav > ul > li > ul > li:hover {
	background-color:#2eb9f4;
}

header.site-header div.mobile-nav > ul > li:hover {
	background-color:#2eb9f4;
}

header.site-header div.mobile-nav > ul ul {
	display:none;
}

header.site-header div.mobile-nav ul {
	list-style:none;
}

header.site-header div.mobile-nav ul li {
	line-height:40px;
}

header.site-header div.mobile-nav ul li a {
	color:#fff;
	text-transform:capitalize;
	padding:0 20px;
}

header.site-header nav.desktop-nav {
	margin-right:10px;
	position:relative;
	width:auto;
}

header.site-header nav.desktop-nav > i.fa {
	width:40px;
	height:40px;
	line-height:38px;
	text-align:center;
	border-radius:50%;
	border:1px solid #2eb9f4;
	color:#2eb9f4;
	font-size:18px;
	cursor:pointer;
	box-sizing:border-box;
	margin:20px 0;
	float:left;
	display:none;
}

header.site-header nav.desktop-nav > i.fa.active,header.site-header nav.desktop-nav > i.fa:hover {
	background-color:#2eb9f4;
	color:#fff;
}

header.site-header nav.desktop-nav ul {
	width:auto;
	float:left;
	margin-right:10px;
	margin-top:25px;
	display:block;
}

header.site-header nav.desktop-nav ul li.desktop-nav-li {
	width:auto;
	float:left;
	position:relative;
}
header.site-header nav.desktop-nav > ul {
	display:block;
}

header.site-header nav.desktop-nav > ul > li.desktop-nav-li {
	line-height:17px;
	margin-right:10px;
}

header.site-header nav.desktop-nav > ul > li.desktop-nav-li span.border {
	height:20px;
	width:1px;
	float:right;
	background-color:#e6e6e6;
	margin:30px 0;
}

header.site-header nav.desktop-nav > ul > li.desktop-nav-li > a {
	font-weight:500;
	font-size:17px;
	float:left;
	margin-right:8px;
	margin-bottom:30px;
    font-family: 'Ubuntu', sans-serif;
	color: #222 !important;
}
header.site-header nav.desktop-nav > ul > li.desktop-nav-li > a:hover {
	color: #04488B !important;
}
header.site-header nav.desktop-nav > ul > li.desktop-nav-li > a:before {
	font-family: FontAwesome; 
}
header.site-header nav.desktop-nav > ul > li.desktop-nav-li:last-child {
	margin-right:0;
	border-right-width:0;
}

header.site-header nav.desktop-nav > ul > li.desktop-nav-li:last-child span.border {
	display:none;
}

header.site-header nav.desktop-nav > ul > li.desktop-nav-li:last-child a {
	border-right-width:0;
	margin-right:0;
}

header.site-header nav.desktop-nav > ul ul {
	position:absolute;
	background-color:#303335;
	width:220px;
	border-top-width:3px;
	border-top-style:solid;
	border-top-color:#2eb9f4;
	display:none;
	z-index:1000;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#414446;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#414446;
}

header.site-header nav.desktop-nav > ul ul > li.desktop-nav-li {
	line-height:20px;
	padding:10px 20px;
	width:100%;
	float:left;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:rgba(255,255,255,0.05);
}

header.site-header nav.desktop-nav > ul ul > li.desktop-nav-li a {
	padding:0;
	line-height:20px;
	color:#fff;
}

header.site-header nav.desktop-nav > ul ul > li.desktop-nav-li:hover {
	background-color:#2eb9f4;
}

header.site-header div.site-logo {
	width:auto;
	float:left;
}

header.site-header div.site-logo p {
	width:auto;
	float:left;
	margin:0;
}

header.site-header div.site-logo p.logo-text {
	font-family: 'Ubuntu', sans-serif;
	font-size:25px;
	line-height:25px;
	color:#444;
	text-transform:uppercase;
	font-weight:700;
}

header.site-header div.site-logo p.logo-text a {
	color:#444;
}
header.responsive-menus {
	padding: 15px;
}
header.site-header .bar-sticked .logo-sticky img{
	padding-top: 10px;
	width: 80%;
	transition: 0.6s;
	
}
header.site-header div.site-logo p.logo-text a img {
	width: 45%;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
header.site-header .bar-sticked .site-logo p.logo-text a img {
	width: 85%;
	transition: 0.6s;
}
header.site-header .relative {
	transition: 0.6s;
	float: right;

}
.tb-megamenu .dropdown-menu a, .tb-megamenu .dropdown-menu li > a {
	border: 0;
	background-color: transparent;
	font-size: 17px;
}
.tb-megamenu .dropdown-menu .active > a, .tb-megamenu .dropdown-menu .active > a:hover {
    color: #04488B;
    text-decoration: none;
    outline: 0;
    background-color: transparent;
    background-image: none;
    border: 0;
}

header.site-header .bar-sticked .relative {
	padding-bottom: 0;
	padding-top: 0;
	transition: 0.6s;
}
header .menu-bg {
    background: #444;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
	
}
header .menu-bg .line {
	position: relative;
	display: block;
}

header.site-header div.site-logo a:hover {
	text-decoration:none;
}

header.site-header div.site-logo p.description {
	line-height:15px;
	font-size:11px;
	text-transform:capitalize;
	color:#999!important;
}

header.site-header-1 p.sm-buttons a i.fa {
	background-color: #fff;
	color:#85C4EC;
}

header.site-header-1 p.sm-buttons a i.fa.cloned {
	background-color:#fff;
	top:20px;
}

header.site-header-1 p.links a {
	color:#fff;
}

header.site-header-1 p.contacts {
	color:#444;
	font-size: 100%;
	font-weight: 500;
}

header.site-header-1 nav.desktop-nav > ul > li ul {
	top:20px;
	left:-20px;
}

header.site-header-1 nav.desktop-nav > ul > li ul ul {
	top:-20px;
	left:auto;
	right:-230px;
}

header.site-header-1 .mega-menu {
	top:80px;
}

header.site-header-1 div.mobile-nav > ul {
	top:80px;
	right:0;
}

header.site-header-3 .site-logo {
	position:absolute;
	top:20px;
}

header.site-header-3 section.bar-main {
	height:120px;
}

header.site-header-3 nav.desktop-nav > ul {
	display:block;
}

header.site-header-3 nav.desktop-nav > ul > li:hover > a {
	text-decoration:underline;
}

header.site-header-3 nav.desktop-nav > ul > li ul {
	top:-3px;
	right:-232px;
}

header.site-header-3 nav.desktop-nav > ul > li > ul {
	right:auto;
	top:80px;
	left:-20px;
}

header.site-header-3 div.mobile-nav > ul {
	right:0;
	top:120px;
}

header.site-header-3 p.sm-buttons {
	margin:10px 0;
}

header.site-header-3 p.sm-buttons a {
	height:20px;
	margin:0;
	float:left;
}

header.site-header-3 p.sm-buttons a i.fa {
	height:20px;
	line-height:20px;
}

header.site-header-3 p.sm-buttons a i.fa.cloned {
	color:#2eb9f4;
	top:20px;
}

header.site-header-3 p.sm-buttons a:hover i.fa {
	top:-20px;
}

header.site-header-3 p.sm-buttons a:hover i.fa.cloned {
	top:0;
}

header.site-header-3 .mega-menu {
	top:120px;
}

header.site-header-3 section.bar-main.bar-sticked {
	height:80px;
}

header.site-header-3 section.bar-main.bar-sticked p.contacts,header.site-header-3 section.bar-main.bar-sticked p.sm-buttons {
	display:none;
}

header.site-header-3 section.bar-main.bar-sticked .mega-menu {
	top:80px;
}

header.site-header-3 section.bar-main.bar-sticked div.mobile-nav > ul {
	right:0;
	top:80px;
}

header.site-header-3 section.bar-main.bar-sticked .site-logo {
	margin-top:0;
}

header.site-header-2 .mega-menu {
	top:50px;
}

header.site-header-2 nav.desktop-nav {
	float:left;
}

header.site-header-2 nav.desktop-nav > ul {
	display:block;
}

header.site-header-2 nav.desktop-nav > ul > li.desktop-nav-li {
	line-height:50px;
	margin-right:0;
	margin-left:20px;
}

header.site-header-2 nav.desktop-nav > ul > li.desktop-nav-li a {
	color:#fff;
}

header.site-header-2 nav.desktop-nav > ul > li.desktop-nav-li a:hover {
	color:#fff;
}

header.site-header-2 nav.desktop-nav > ul > li.desktop-nav-li span.border {
	margin:15px 0;
	background-color:rgba(255,255,255,0.2);
}

header.site-header-2 nav.desktop-nav > ul > li:hover > a {
	text-decoration:underline;
}

header.site-header-2 nav.desktop-nav > ul > li ul {
	top:-3px;
	right:-232px;
}

header.site-header-2 nav.desktop-nav > ul > li > ul {
	border-top-width:0;
	right:auto;
	top:50px;
	left:-20px;
}

header.site-header-2 div.mobile-nav {
	float:left;
	margin:0;
}

header.site-header-2 div.mobile-nav > i.fa {
	margin:0;
	border:0;
	width:50px;
	height:50px;
	line-height:50px;
	color:#fff;
	border-radius:0;
}

header.site-header-2 div.mobile-nav > i.fa:hover {
	background-color:#79b349;
}

header.site-header-2 div.search {
	float:right;
	margin:0;
	padding:0;
}

header.site-header-2 div.search > i.fa {
	margin:0;
	border:0;
	width:50px;
	height:50px;
	line-height:50px;
	color:#fff;
	border-radius:0;
}

header.site-header-2 div.search > i.fa:hover {
	background-color:#79b349;
}

header.site-header-2 div.search > form {
	top:50px;
}

header.site-header-2 div.search > form input {
	border-radius:0;
}

header.site-header-2 div.shopping-cart {
	float:right;
	margin:0;
	padding:0;
}

header.site-header-2 div.shopping-cart > i.fa {
	margin:0;
	border:0;
	width:50px;
	height:50px;
	line-height:50px;
	color:#fff;
	border-radius:0;
}

header.site-header-2 div.shopping-cart > i.fa:hover {
	background-color:#79b349;
}

header.site-header-2 p.contacts {
	margin:30px 0;
	margin-right:20px;
}

header.site-header-2 p.contacts span {
	color:#222;
}

header.site-header-2 p.sm-buttons {
	margin:25px 0;
}

header.site-header-2 p.sm-buttons a {
	width:30px;
	height:30px;
}

header.site-header-2 p.sm-buttons a i.fa {
	width:30px;
	height:30px;
	line-height:30px;
	background-color:#e6e6e6;
}

header.site-header-2 p.sm-buttons a i.fa.cloned {
	background-color:#2eb9f4;
	color:#fff;
	top:30px;
}

header.site-header-2 p.sm-buttons a:hover i.fa {
	top:-30px;
}

header.site-header-2 p.sm-buttons a:hover i.fa.cloned {
	top:0;
}

@media (max-width: 480px) {
	header.site-header-2 p.contacts {
		display:none;
	}
	
	header.site-header-3 p.contacts {
		display:none;
	}
}

.mega-menu {
	position:absolute;
	width:100%;
	background-color:#fff;
	border-width:1px;
	border-style:solid;
	border-color:#e6e6e6;
	padding:20px 10px 0;
	box-sizing:border-box;
	z-index:10000!important;
	display:none;
}

.mega-menu * {
	z-index:10001!important;
}

.mega-menu aside {
	float:left;
	box-sizing:border-box;
	padding:0 10px;
}

.mega-menu aside p {
	line-height:19.5px;
	margin-bottom:20px;
	width:100%;
	float:left;
}

.mega-menu aside h4 {
	width:100%;
	float:left;
	line-height:normal;
}

.mega-menu aside ul {
	float:left;
	height:auto!important;
	margin-bottom:20px;
	width:100%;
	list-style:none;
}

.mega-menu aside ul li {
	height:auto!important;
	line-height:3em!important;
	float:left;
	margin:0;
	width:100%;
	display:inline-block;
	border-bottom:1px solid #e6e6e6;
}

.mega-menu aside ul li .border {
	display:none;
}

.mega-menu aside ul li:last-child {
	border-bottom-width:0;
}

.mega-menu aside input,.mega-menu aside textarea {
	width:100%;
	float:left;
}

.d-btn {
	
	text-transform:capitalize;
	font-family: 'Ubuntu', sans-serif;
	text-transform:uppercase;
	display:inline-block;
	border:0;
	cursor:pointer;
	font-style:normal!important;
	box-sizing:border-box;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px !important;
	padding-left: 35px;
	padding-right: 35px;
	background-position: right center;
	border: none;
	background-size: 200% auto;
	color: #fff !important;
	background-image: linear-gradient(to right, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	border-radius: 50px;
	transition: 0.5s !important;
}

.d-btn-primary {
	text-transform:capitalize;
	font-family: 'Ubuntu', sans-serif;
	text-transform:uppercase;
	display:inline-block;
	border:0;
	cursor:pointer;
	font-style:normal!important;
	box-sizing:border-box;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px !important;
	padding-left: 35px;
	padding-right: 35px;
	background-position: right center;
	border: none;
	background-size: 200% auto;
	color: #fff;
	background-image: linear-gradient(to right, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	border-radius: 50px;
	transition: 0.5s !important;
}

.d-btn-primary:hover {
	background-position: left center;
    transition: 0.5s !important;
    -webkit-box-shadow: -6px 11px 30px -20px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: -6px 11px 30px -20px rgba(0, 0, 0, 0.55);
	box-shadow: -6px 11px 30px -20px rgba(0, 0, 0, 0.55);
	color: #fff;
}
.d-btn-primary:focus{
	color: #fff;
} 





.divider-1 {
	width:100%;
	float:left;
	background-image:repeating-linear-gradient(-45deg,#e6e6e6,#e6e6e6 2px,#fff 2px,#fff 4px);
	height:5px;
}

.layer-slider-2 {
	height:650px!important;
}

@media (min-width: 768px) and (max-width: 992px) {
	.layer-slider-2 {
		height:500px!important;
	}

}

@media (min-width: 480px) and (max-width: 768px) {
	.layer-slider-2 {
		height:400px!important;
	}
}

@media (max-width: 480px) {
	.layer-slider-2 {
		height:250px!important;
	}

	.blog-item-preview .info ul.links .comment-add {
		margin-top: 20px;
	}
}



form label {
	width:100%;
	display:inline-block;
	cursor:pointer;
	margin-bottom:10px;
	margin-top:10px;
	text-align: left;
}

form label.option {
	margin-bottom:0;
	font-weight:400;
}

.form-text {
	height:30px;
	padding:10px 5px;
	border-bottom: 2px solid #04488B;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	width: 100%;
	color:#aaa;
	box-sizing:border-box;
	transition:border .4s ease;
	outline:none;
	border-radius:0px;
	background:transparent;
}

form input.form-radio {
	height:auto;
}

form input:focus {
	border:1px solid #FDEB19;
	color:#222;
}

form textarea {
	border:1px solid #e6e6e6;
	padding:10px;
	font-family:'Open Sans', Arial;
	font-size:14px;
	line-height: 20px;
	color:#666;
	box-sizing:border-box;
	transition:border .4s ease;
	outline:none;
	border-radius:5px;
	background-color:#f2f2f2;
	min-height:150px;
}

form textarea:focus {
	border:1px solid #2eb9f4;
	color:#222;
}

form select {
	height:30px;
	padding:5px;
	border:1px solid #e6e6e6;
	color:#999;
	box-sizing:border-box;
	transition:border .4s ease;
	outline:none;
	border-radius:5px;
	background-color:#FFF;
}

form select:focus {
	border:1px solid #2eb9f4;
	color:#222;
}

form ::-webkit-input-placeholder {
	color:rgba(0,0,0,0.4);
	font-style:italic;
}

form :-moz-placeholder {
	color:rgba(0,0,0,0.4);
	font-style:italic;
}

form ::-moz-placeholder {
	color:rgba(0,0,0,0.4);
	font-style:italic;
}

form :-ms-input-placeholder {
	color:rgba(0,0,0,0.4);
	font-style:italic;
}

form input[type=submit],form button[type=submit] {
	height:28px;
	line-height:28px;
	box-sizing:content-box;
}

form input[type=checkbox] {
	width:auto!important;
	height:auto;
	margin-top:2px;
	float:left;
}

form > p:first-child {
	margin-top:0;
}

form p {
	margin:0!important;
	margin-bottom:10px!important;
}
.widget .view-groups .views-field{
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}


.widget h3 {
	font-size: 23px;
}
.sidebar-groups h3, .sidebar h3, .sidebar-groups h4, .sidebar h4 {

	font-size: 1.5em;
}
.sidebar .content h4 {
	font-size: 1.2em;
	margin-bottom: 0.7em;
}

.widget.sidebar{
	background: #f7f7f7;
	padding: 26px 26px 12px 26px;
	clear: both;
	border-bottom: 1px solid #ddd !important;
}
.widget.sidebar:last-child{
	border-bottom: 0;
}
.widget.sidebar .menu-block-wrapper .menu:first-child {
	padding-left: 0;
}
.widget.sidebar .view-news-publications .counter{
	font-size: 1.2em;
	font-weight: 600;
	float: left;
}

.widget.sidebar .view-news-publications .content{
	padding-left: 30px;
	display: block;
}
.widget.sidebar .view-news-publications .content p, .widget.sidebar .view-news-publications .content .date-display-range {
	font-style: italic;
	font-size: 16px;
	font-weight: 200;
	margin-top:0; 
}

.widget ul {
	width:100%;
	float:left;
}

.widget ul li {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#e6e6e6;
	line-height:3em;
	list-style:none;
}

.widget ul :last-child {
	border-bottom-width:0;
}

.widget.widget_categories ul {
	margin-top:0;
}

.widget.widget_categories ul li span {
	float:right;
	width:2em;
	height:2em;
	border-radius:50%;
	border:1px solid #e6e6e6;
	text-align:center;
	font-size:.8em;
	line-height:2em;
	margin-top:.5em;
}

.widget.widget_tags a {
	background-color:#e6e6e6;
	line-height:30px;
	font-style:italic;
	padding:0 15px;
	margin:0 5px 5px 0;
	float:left;
	text-transform:lowercase;
	transition:background-color .4s ease;
}

.widget.widget_tags a:hover {
	text-decoration:none;
}

.widget.widget_flickr .flickr_badge_image {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

.widget.widget_flickr .flickr_badge_image a img {
	opacity:1;
	float:left;
	transition:opacity .4s ease;
}

.widget.widget_flickr .flickr_badge_image a img:hover {
	opacity:.5;
}

.widget.widget_tweets .dotte-latest-tweets {
	display:none;
}

.widget.widget_tweets .tweet-item {
	float:left;
	width:100%;
	box-sizing:border-box;
	padding-left:40px;
	position:relative;
}

.widget.widget_tweets .tweet-item p {
	width:100%;
	float:left;
	margin:0;
}

.widget.widget_tweets .tweet-item > i.fa-twitter {
	position:absolute;
	left:0;
	top:0;
	width:30px;
	height:30px;
	line-height:30px;
	font-size:24px;
}

.widget.widget_tweets .tweet-item p.interact {
	display:none;
}

.widget.widget_tweets .tweet-item p.timePosted {
	font-style:italic;
	font-size:.8em;
}

ul.comments-list {
	width:100%;
	float:left;
}

ul.comments-list li {
	width:100%;
	float:left;
}
ul.comments-list li .comment-item {
	width:100%;
	float:left;
	box-sizing:border-box;
	margin-bottom:30px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.10), 0px 10px 30px rgba(0,0,0,0.05);
}

ul.comments-list li .comment-item .comment-item {
	padding-left:50px;
	margin-bottom:0;
	margin-top:30px;
}

ul.comments-list li .comment-item .comment-inner {
	width:100%;
	float:left;
	padding: 20px;
}

ul.comments-list li .comment-item .comment-inner .d-btn{
	color: #fff;
}

ul.comments-list li .comment-item .comment-inner header {
	width:100%;
	float:left;
	box-sizing:border-box;
	padding:10px 0;
	padding-left:118px;
	padding-right:60px;
	min-height:70px;
	position:relative;
}
ul.comments-list li .comment-item .comment-inner .comment-count {
	padding-left: 20px;
}
ul.comments-list li .comment-item .comment-inner header figure {
	width:70px;
	height:70px;
	position:absolute;
	margin-left: 20px;
	left:0;
	overflow:hidden;
	border-radius: 45px;
	border:2px solid #85C4EC;
	box-sizing:border-box;
}
ul.comments-list li .comment-item .comment-inner header h3 {
	margin: 0;
}
ul.comments-list li .comment-item .comment-inner header figure img {
	width: 100%;
	float:left;
	border-radius: 5px;
}

ul.comments-list li .comment-item .comment-inner header p {
	margin:0;
	margin-top:5px;
}

ul.comments-list li .comment-item .comment-inner header a.reply {
	position:absolute;
	right:20px;
	top:20px;
	height:30px!important;
	width:30px!important;
	padding:0!important;
	line-height:30px!important;
	text-align:center;
}

ul.comments-list li .comment-item .comment-inner .content {
	width:100%;
	float:left;
	padding:20px;
}

ul.comments-list li .comment-item .comment-inner .content :last-child {
	margin-bottom:0;
}

.comment-form {
	width:100%;
	float:left;
	padding:15px;
}
.comment-form .field-type-file .form-managed-file input{
	border: 0;
	width: auto;
}
.comment-form .field-type-file .form-managed-file .form-submit {
	color: #fff;
	background: #04488B !important;
	padding: 3px 19px 3px 19px;
	float: right;
}
.comment-form .form-wrapper legend, #user-register-form .form-wrapper legend{
	width: auto;
	font-size: 120%;
	font-weight: 600;
	padding: 10px;
}
.comment-form .form-wrapper .description {
	line-height: 20px;
	margin-top: 20px;
}
.comment-form input,.comment-form textarea,.comment-form button {
	width:100%;
	float:left;
}

.comment-form button {
	padding:0;
}

.comment-form #edit-submit {
	width:100px;
	background:#85C4EC;
	color:#FFF;
	margin:5px;
	border:0;
}
.comment-form #edit-submit {
	background: #04488B !important;
	color: #fff !important;
	border: 0 !important;
}
 


.comment-form #edit-preview {
	width:100px;
	background:#303335;
	color:#FFF;
	margin:5px;
	border:0;
	padding-top: 3px;
	padding-bottom: 3px;
}

ul.side-nav {
	width:100%;
	float:left;
	margin:0;
	margin-bottom:70px;
	border:1px solid #e6e6e6;
}

ul.side-nav li {
	line-height:3em;
	width:100%;
	float:left;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#e6e6e6;
	box-sizing:border-box;
	padding:0 20px;
}

ul.side-nav li > i.fa {
	color:#2eb9f4;
}

ul.side-nav li a:hover {
	text-decoration:none;
}

ul.side-nav li.active {
	background-color:#f2f2f2;
	border-left-width:2px;
	border-left-style:solid;
	border-left-color:#303335;
}

footer.site-footer {
	width:100%;
	padding-bottom:70px;
	color:#FFF;
}

footer.site-footer a {
	color:#FFF;
}

footer.site-footer .widget a {
	color:#fff;
}

footer.site-footer .widget h3 {
	color:#ddd;
	font-size: 130%;
	margin-bottom: 20px;
}

footer.site-footer .widget p {
	width:100%;
	margin-bottom:20px;
}

a.footerlink {
	color:#2eb9f4!important;
}

footer.site-footer .widget :last-child {
	margin-bottom:0;
}

footer.site-footer .widget ul {
	width:100%;
	border-left: 1px solid #ddd;
	padding-left: 20px;
}

footer.site-footer .widget ul li {
	border: 0;
	line-height: 13px;
	list-style: none;
    list-style-type: none;
	padding: 5px 0 !important;
	font-size: 130%;
}

footer.site-footer .widget ul li a {
	font-size:90%;
}

footer.site-footer .widget ul :last-child {
	border-bottom-width:0;
}

footer.site-footer .widget .newsletters {
	width:100%;
}

footer.site-footer .widget p.sm-buttons {
	width:auto;
	float:right;
	text-align:center;
}

footer.site-footer .widget p.sm-buttons a {
	display:inline-block;
	overflow:hidden;
	margin-right:5px;
	width:30px;
	height:30px;
	position:relative;
}

footer.site-footer .widget p.sm-buttons a i.fa {
	position:absolute;
	left:0;
	top:0;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	border-radius:50%;
	transition:top .4s ease;
	background-color:rgba(255,255,255,0.05);
}

footer.site-footer .widget p.sm-buttons a i.fa.cloned {
	top:30px;
	background-color:#2eb9f4;
}

footer.site-footer .widget p.sm-buttons a:hover i.fa {
	top:-30px;
}

footer.site-footer .widget p.sm-buttons a:hover i.fa.cloned {
	top:0;
}

footer.site-footer .widget p.sm-buttons-2 a {
	margin-right:5px;
	margin-bottom:5px;
}

footer.site-footer .widget p.sm-buttons-2 a i.fa {
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	background-color:#484d50;
	transition:background-color .4s ease;
}

footer.site-footer .widget p.sm-buttons-2 a:hover i.fa {
	background-color:#2eb9f4;
}

footer.site-footer .widget_contacts p {
	margin-bottom:10px;
	line-height:30px;
}

footer.site-footer .widget_contacts p i {
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	background-color:#2eb9f4;
	border-radius:50%;
	font-size:11px;
	margin-right:5px;
}

footer.site-footer .widget_contacts img {
	width:100%;
	opacity:.2;
	margin-bottom:20px;
}

footer.site-footer .widget_contacts_2 form .status span {
	width:100%;
	margin-bottom:10px;
	font-weight:700;
	padding:3px 10px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:3px;
	box-sizing:border-box;
	font-style:normal;
	font-weight:400;
	color:#2eb9f4;
	border:1px solid #2eb9f4;
}

footer.site-footer .widget_contacts_2 form label {
	margin-bottom:10px;
}

footer.site-footer .widget_contacts_2 form input,footer.site-footer .widget_contacts_2 form textarea {
	width:100%;
	background-color:transparent;
	border-color:#484d50;
	color:#fff;
}

footer.site-footer .widget_contacts_2 form input::-webkit-input-placeholder {
	color:rgba(255,255,255,0.4);
	font-style:italic;
}

footer.site-footer .widget_contacts_2 form input:-moz-placeholder {
	color:rgba(255,255,255,0.4);
	font-style:italic;
}

footer.site-footer .widget_contacts_2 form input::-moz-placeholder {
	color:rgba(255,255,255,0.4);
	font-style:italic;
}

footer.site-footer .widget_contacts_2 form input:-ms-input-placeholder {
	color:rgba(255,255,255,0.4);
	font-style:italic;
}

footer.site-footer .widget_contacts_2 form textarea::-webkit-input-placeholder {
	color:rgba(255,255,255,0.4);
	font-style:italic;
}

footer.site-footer .widget_contacts_2 form textarea:-moz-placeholder {
	color:rgba(255,255,255,0.4);
	font-style:italic;
}

footer.site-footer .widget_contacts_2 form textarea::-moz-placeholder {
	color:rgba(255,255,255,0.4);
	font-style:italic;
}

footer.site-footer .widget_contacts_2 form textarea:-ms-input-placeholder {
	color:rgba(255,255,255,0.4);
	font-style:italic;
}

footer.site-footer .widget.widget_tags a {
	background-color:rgba(255,255,255,0.05);
}

footer.site-footer .widget.widget_tags a:hover {
	background-color:#2eb9f4;
}

footer.site-footer-1 {
	padding-bottom:0;
}

footer.site-footer-1 .copyrights {
	margin-top:70px;
	width:100%;
	background-color:#2eb9f4;
	padding:0 20px;
	padding-right:60px;
	position:relative;
	line-height:20px;
	color:#fff;
	font-size:11px;
	box-sizing:border-box;
}

footer.site-footer-1 .copyrights p {
	margin:0!important;
	line-height:40px;
}

footer.site-footer-1 .copyrights > i.fa {
	margin:0;
	position:absolute;
	right:0;
	top:0;
	height:40px;
	width:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	background-color:#82b25b;
	cursor:pointer;
	font-size:18px;
	transition:background-color .4s ease;
}

footer.site-footer-1 .copyrights > i.fa:hover {
	background-color:#1f2224;
}

footer.site-footer-1 .copyrights-2 {
	margin-bottom:30px;
	padding-top:30px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#2eb9f4;
}

footer.site-footer-1 .copyrights-2 p {
	float:left;
	width:auto;
}

footer.site-footer-1 .copyrights-3 {
	width:100%;
	float:left;
	background-color:#242628;
	padding:30px 0;
	text-align:center;
}

div.rivaCarouselNav {
	float:left;
	width:auto;
}

div.rivaCarouselNav a {
	cursor:pointer;
	display:inline-block;
}

div.rivaCarouselNav a i.fa {
	float:left;
	line-height:inherit;
}

div.rivaCarouselNavBullets {
	float:left;
}

div.rivaCarouselNavBullets a {
	margin:0 3px;
	display:inline-block;
}

div.rivaCarouselWrapper {
	width:100%;
	float:left;
	overflow:hidden;
	position:relative;
}

div.rivaCarouselWrapper div.rivaCarouselWrapperInner {
	width:100000px;
	position:absolute;
	left:0;
	top:0;
}

div.rivaCarouselWrapperVertical div.rivaCarouselItem {
	width:100%;
}

div.rivaCarouselWrapperVertical div.rivaCarouselWrapperInner {
	width:100%;
	height:10000px;
}

div.rivaCarouselItem {
	float:left;
	box-sizing:border-box;
	padding-bottom:10px;
}

div.rivaCarouselItem.cloned {
	border:0 solid red;
}

.recent-post {
	width:100%;
	float:left;
	box-sizing:border-box;
	padding-left:10px;
	padding-right:10px;
	min-height:70px;
	position:relative;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom-width:0;
	border-bottom-style:solid;
	border-bottom-color:#e6e6e6;
}

.recent-post p {
	margin:0!important;
	width:100%;
	float:left;
}

.recent-post p a {
	text-transform:capitalize;
}

.recent-post p.meta {
	font-style:italic;
	font-size:.8em;
	margin-top:5px!important;
	margin-bottom:0;
}

.recent-post p.meta a {
	text-transform:none;
}

.recent-post figure {
	position:absolute;
	left:0;
	top:0;
	width:70px;
	height:70px;
	overflow:hidden;
	z-index:10;
}

.recent-post figure a img {
	max-height:100%;
	max-width:none;
	position:absolute;
	left:0;
	top:0;
	opacity:1;
	transition:opacity .4s ease;
}

.recent-post figure a:hover img {
	opacity:.5;
}

.recent-post.recent-comment {
	padding-left:0;
}

.recent-post.featured-property {
	border-bottom-width:1px;
	min-height:80px;
}

.recent-post.featured-property p.price {
	color:#2eb9f4;
	font-weight:700;
	margin-top:5px!important;
	width:100%;
	float:left;
}

footer.site-footer .recent-post {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:rgba(255,255,255,0.05);
}

.site-content {
	width:100%;
	position: relative;
}

.site-content > section {
	width:100%;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	box-sizing:border-box;
}
.site-content > section.body {
	padding-top: 50px;
}

/*
.site-content > section .section-dark-bg {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	width:100%;
	height:100%;
	background-color:#2eb9f4;
	opacity:.55;
}
*/

.site-content > section .grid-container {
	position:relative;
	z-index:10;
}

.site-content > section.dark {
	position:relative;
}

.site-content > section.dark h1,.site-content > section.dark h2,.site-content > section.dark h3,.site-content > section.dark h4,.site-content > section.dark h5,.site-content > section.dark h6 {
	color:#fff;
}

.section-body-bg {
	position:absolute;
	left:0;
	top:0;
	z-index:auto;
	width:100%;
	height:100%;
	background-color:#fff;
	opacity:.8;
}

.section-primary-bg {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	width:100%;
	height:100%;
	background-color:#2eb9f4;
	opacity:.8;
}

.bg-image {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
}

.bg-image-1 {
	background-image:url(../../img/bg-images/2.jpg);
}

.bg-image-2 {
	background-image:url(../../img/bg-images/topblock3.jpg);
	background-size: cover;
}

.bg-image-3 {
	background-image:url(../../img/bg-images/3.jpg);
}

.bg-image-4 {
	background-image:url(../../img/bg-images/4.jpg);
}

.bg-image-5 {
	background-image:url(../../img/bg-images/5.jpg);
}

.bg-image-6 {
	background-image:url(../../img/bg-images/6.jpg);
}

.bg-image-7 {
	background-image:url(../../img/bg-images/7.jpg);
}

.bg-image-8 {
	background-image:url(../../img/bg-images/8.jpg);
}

.bg-image-9 {
	background-image:url(../../img/bg-images/8.jpg);
}

.bg-image-10 {
	background-image:url(../../img/bg-images/10.jpg);
}

.bg-color-1 {
	background-color:#eee;
}

.bg-block-1 {
	width:100%;
	float:left;
	background-color:#fff;
	border:1px solid #FFF;
	box-sizing:border-box;
	padding:20px;
	position:relative;
}

.bg-block-1 p {
	margin-bottom:0;
	margin-top:10px;
}

.bg-block-5 {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	padding: 20px;
	font-size: 120%;
	line-height: initial;
	font-family: inherit;
	font-weight: 100;
	width:100%;
	box-sizing:border-box;
	padding:20px;
	position:relative;
}

.bg-block-5 p {
	margin-bottom:0;
	margin-top:10px;
}

.bg-block-6 {
	width:100%;
	background-color:#F9F9F9;
	border:1px solid #e6e6e6;
	box-sizing:border-box;
	padding:20px;
	position:relative;
}

.bg-block-6 p {
	margin-bottom:0;
	margin-top:10px;
}

.bg-block-8 {
	width:100%;
	background-color:#444;
	box-sizing:border-box;
	padding:20px;
	position:relative;
	color: #fff;
	text-align: left;
}
.bg-block-8 a {
	color: #fff;
}

.bg-block-8 p {
	margin-bottom:0;
	margin-top:10px;
}

.bg-block-10 {
	padding:20px;
	border: 1px solid #555;
}
.bg-block-10 p a {
	line-height: inherit;
	color: #aaa;
}
.bg-block-10 p i {
	color: #aaa;
}
.bg-block-10 p {
	font-weight: 700;
	font-size: 14px;
	
}


.bg-block-11 p {
	margin-bottom:0;
	margin-top:10px;
}

.bg-block-11 {
	background-color: #04488B;
	color: #fff;
	padding: 20px;
	font-size: 120%;
	line-height: initial;
	font-family: inherit;
	font-weight: 100;
	display: inline-block;
	width: 100%;
}

.outcomes {
	color:#FFF;
}

.outcomes h3 {
	color:#fc0;
}

.outcomes a {
	color:#fff!important;
	font-size:13px;
}

.outcomes .views-field-comment-count {
	text-align:right;
}

.outcomes a i {
	font-size:15px;
	margin-right:10px;
}

.action-block-1 {
	width:100%;
	float:left;
	background-color:#fff;
	border:1px solid #e6e6e6;
	box-sizing:border-box;
	padding:40px;
	padding-right:200px;
	position:relative;
}

.action-block-1 p {
	margin-bottom:0;
	margin-top:10px;
}

.action-block-1 a.d-btn {
	position:absolute;
	right:40px;
	top:50%;
	margin-top:-20px;
}

.testimonials-1 {
	width:100%;
	float:left;
	text-align:center;
	position:relative;
	z-index:1;
}

.testimonials-1 .inner {
	width:100%;
	float:left;
	margin-bottom:10px;
	border:0 solid #2b2e30;
	border-bottom-width:3px;
	border-bottom-style:solid;
	border-bottom-color:#2eb9f4;
	background-color:#303335;
	padding:30px;
	box-sizing:border-box;
}

.testimonials-1 .inner > i.fa {
	color:#fff;
	font-size:18px;
}

.testimonials-1 p.content {
	font-style:italic;
	font-size:1.5em;
	font-weight:400;
}

.testimonials-1 p.author {
	color:#2eb9f4;
	font-weight:700;
}

.testimonials-1 span.triangle {
	width:0;
	height:0;
	border-top:10px solid #2eb9f4;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	position:absolute;
	margin-left:-7px;
	bottom:0;
	left:50%;
	z-index:10;
}

.testimonials-2 {
	width:100%;
	float:left;
	min-height:80px;
	padding-left:90px;
	box-sizing:border-box;
	position:relative;
	text-align:left;
}

.testimonials-2 > figure {
	position:absolute;
	left:0;
	top:0;
	width:80px;
	height:80px;
	box-sizing:border-box;
	padding:5px;
	border:1px solid #e6e6e6;
	background-color:#fff;
}

.testimonials-2 > figure img {
	float:left;
	max-width:100%;
}

.testimonials-2 > .content {
	width:100%;
	float:left;
}

.testimonials-2 > .content .quote {
	width:auto;
	float:left;
	position:relative;
	padding-bottom:6px;
	margin-right:10px;
	margin-bottom:0;
}

.testimonials-2 > .content .quote i.fa {
	width:40px;
	height:24px;
	line-height:24px;
	background-color:#2eb9f4;
	color:#fff;
	font-size:14px;
	text-align:center;
}

.testimonials-2 > .content .quote .triangle {
	width:0;
	height:0;
	border-top:10px solid #2eb9f4;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	bottom:0;
	left:4px;
	z-index:10;
	position:absolute;
	transform:rotate(25deg);
}

.testimonials-2 > .content p {
	margin:0;
	margin-bottom:10px;
	font-style:italic;
}

.testimonials-2 > .content p.author {
	width:100%;
	float:left;
	margin-top:0;
	font-family: 'Ubuntu', sans-serif;
	color:#303335;
	font-size:1.2em;
	font-weight:lighter;
	font-style:normal;
}

.dark .testimonials-2 > .content {
	color:#fff;
}

.dark .testimonials-2 p.author {
	color:#fff;
}



.accordion {
	background-color:#fff;
	width:100%;
	float:left;
	margin-bottom:20px;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#e6e6e6;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#e6e6e6;
}

.accordion > section {
	width:100%;
	float:left;
	border-left-width:3px;
	border-left-style:solid;
	border-left-color:#303335;
}

.accordion > section > header {
	font-family: 'Ubuntu', sans-serif;
	text-transform:capitalize;
	font-size:1.3em;
	font-weight:lighter;
	padding:10px 20px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#e6e6e6;
	box-sizing:border-box;
	width:100%;
	float:left;
	cursor:pointer;
}

.accordion > section > header h4 {
	width:100%;
	float:left;
	line-height:2em;
	box-sizing:border-box;
	margin-bottom:0;
}

.accordion > section .content {
	width:100%;
	float:left;
	padding:0 20px;
	box-sizing:border-box;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#e6e6e6;
	display:none;
}

.accordion > section.active {
	border-left-color:#2eb9f4;
}

.tabs .accordion {
	z-index:2;
}

.tabs {
	width:100%;
	float:left;
	margin-bottom:0;
}

.tabs > header {
	width:100%;
	float:left;
	border-top-width:3px;
	border-top-style:solid;
	border-top-color:#FDEB19;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#e6e6e6;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#e6e6e6;
}

.tabs > header > h4 {
	width:auto;
	float:left;
	padding:10px 20px;
	line-height:25px;
	cursor:pointer;
	border-top-width:3px;
	border-top-style:solid;
	border-top-color:#FDEB19;
	margin-top:-3px;
	color:#999;
	margin-bottom:0;
}

.tabs > header > h4.active {
	border-top-width:3px;
	border-top-style:solid;
	border-top-color:#04488B;
	color:#04488B;
}

.tabs .tabs-main {
	width:100%;
	float:left;
	padding:20px;
	padding-bottom:0;
	box-sizing:border-box;
	background: #FDEB19;
	border-color: #FDEB19;
}

.tabs .tabs-main .tabs-item {
	display:none;
	width:100%;
	float:left;
}
.tabs .tabs-main .tabs-item ul {
	list-style: none;
	padding-left: 0;
}

.tabs.tabs-vertical {
	border:1px solid #e6e6e6;
}

.tabs.tabs-vertical > header {
	width:33.33333333%;
	box-sizing:border-box;
	border-right-width:0;
	border-top-width:0;
}

.tabs.tabs-vertical > header > h4 {
	width:101%;
	float:left;
	box-sizing:border-box;
	border-bottom-style:solid;
	border-bottom-color:#e6e6e6;
	margin-top:0;
	margin-left:-2px;
	border-left-style:solid;
	border-left-color:#303335;
	border-width:0 0 1px 3px;
}

.tabs.tabs-vertical > header > h4.active {
	border-left-width:3px;
	border-left-style:solid;
	border-left-color:#2eb9f4;
	color:#303335;
}

.tabs.tabs-vertical .tabs-main {
	width:66.6666666%;
	float:right;
	box-sizing:border-box;
	border-width:0;
	border-left-width:1px;
}

.accordion .tabs {
	z-index:2;
}

.team-member {
	width:100%;
	float:left;
	border:1px solid #e6e6e6;
	background-color:#fff;
}

.team-member figure {
	width:100%;
	height:auto;
	float:left;
	position:relative;
}

.team-member figure span {
	width:100%;
	float:left;
}

.team-member figure span img {
	position:absolute;
	width:100%;
	height:auto;
	left:0;
	top:0;
}

.team-member figure a.zoon {
	margin-left:0;
}

.team-member figure img {
	float:left;
}

.team-member figure img.clone {
	opacity:0;
	width:100%;
}

.team-member .info {
	width:100%;
	float:left;
	text-align:left;
	padding:20px;
	box-sizing:border-box;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#e6e6e6;
}

.team-member .info h4 {
	margin-bottom:10px;
}

.team-member .info p {
	margin:0;
	font-style:italic;
}

.team-member .info p a {
	color:#2eb9f4;
}

.team-member .info p a:hover {
	color:#222;
}

.team-member .info p {
	font-style:normal;
}

.team-member .info p.title {
	font-style:normal;
	font-size:1.4em;
	font-family: 'Ubuntu', sans-serif;
	text-transform:capitalize;
	font-weight:400;
	color:#222;
	margin-bottom:5px;
}

.team-member .info p.title a {
	color:#222;
}

.team-member .info p.title a:hover {
	color:#2eb9f4;
}

.team-member .info p.position {
	color:#2eb9f4;
	margin-bottom:10px;
	font-style:italic;
	text-transform:capitalize;
}

.team-member .info p.connect {
	margin-top:20px;
}

.team-member .info p.connect a {
	margin-right:10px;
	font-size:1.2em;
}
.project-item .info .user-picture {
	width: 70px;
	height: 70px;
	border-radius: 42px;
	overflow: hidden;
	border: 3px solid #FDEB19;
	position: relative;
	left: 33px;
	top: 17px;
}
.project-item .info .user-picture  a img{
	width: 100%;
}
.project-item .info p.title a, .project-item .info p.title{
	margin-left: 0;
}
.project-item ul {
	display: block;
    clear: both;
    margin-left: 30px;
}
.node .project-item .links li{
	margin-bottom: 0;
}


.project-item .links a {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-position: right center;
	border: none;
	background-size: 200% auto;
	color: #fff;
	background-image: linear-gradient(to right, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	border-radius: 50px;
	transition: 0.5s !important;
}
.project-item .links a:hover {
	background-position: left center;
    transition: 0.5s !important;
}
.blog-item-preview .info ul.links{
	opacity: 0;
	transition: 0.5s !important;
}
.blog-item-preview:hover .info ul.links{
	opacity: 1;
	transition: 0.5s !important;
}

.project-item .field-name-body {
	padding-bottom: 10px;
	margin-bottom: 20px;
	
}
.project-item .field-name-og-group-ref , .project-item .field-name-group-content-access , .project-item .field-name-field-private-file-attachment {
	display: inline-block;
	padding-right: 10px;
	
}
.project-item .field-name-og-group-ref .field-label, .project-item .field-name-group-content-access .field-label, .project-item .field-name-field-private-file-attachment .field-label{
	display:none;
	
}
.project-item .field-name-og-group-ref .field-items, .project-item .field-name-group-content-access .field-items, .project-item .field-name-field-private-file-attachment .field-items {
	display: inline-block;
}
.project-item .field-name-og-group-ref:before {
	content: "\f0c0";
	font-family: 'FontAwesome';
	display: inline-block;
	padding-right: 5px;
	font-size: 20px;
	 
}

.project-item .field-name-group-content-access:before {
	content: "\f140";
	font-family: 'FontAwesome';
	display: inline-block;
	padding-right: 5px;
	font-size: 20px;
	 
}

.project-item .field-name-field-private-file-attachment:before {
	content: "\f0c6";
	font-family: 'FontAwesome';
	display: inline-block;
	padding-right: 5px;
	font-size: 20px;
	 
}
.project-item .field .field-item {
	display: inline-block;
}



@media (max-width: 990px) {
	.project-item .links a {
		margin-left: 0px;
		margin-right: 0;
	}
	#user-register-form .form-wrapper .form-item {
	    width: 100% !important;
	    display: block !important;
	}
	header.site-header section.bar-sub {
	    width: 100%;
	    float: none;
	    padding-left: 25px;
	    background-color: #eee;
	    padding-top: 11px;
	}
	.aligner{
		display: block;
	}
	 .header-bg {
        background-size: cover
    }
    header.site-header div.site-logo p.logo-text a img {
		margin-right: auto;
		margin-left: auto;
		width: 60%;
	}
	.what-you-can-do .list-item {
		display: block !important;
	}
	.secondary-footer .widget img {
		width: 40%;
		text-align: center;
		margin: auto;
		display: block;
		margin-bottom: 30px;
	}
	.webform-client-form-992 .webform-progressbar-page-label{
		display: none;
	}
	.webform-client-form-992 .webform-progressbar-page.current .webform-progressbar-page-label{
		display: inline;
	}
	
	.webform-client-form-1312 .webform-progressbar-page-label{
		display: none;
	}
	.webform-client-form-1312 .webform-progressbar-page.current .webform-progressbar-page-label{
		display: inline;
	}
	

}

.webform-progressbar{
	margin-bottom: 90px;
}
.project-item.list {
	background: #fff;
	margin-bottom: 50px;
	padding: 34px 25px 30px 25px !important;
	position: relative;
	min-height: 200px;
	border-left: 15px solid #04488B;
	box-shadow: 0 1px 15px rgba(15, 24, 51, 0.11);
}



.project-item .info {
	text-align:center;
	box-sizing:border-box;
}

@media (max-width: 767px) {
    .section-footer .footer-top .line-break {
        border-bottom: 1px solid #444;
        position: absolute;
        right: 0;
        bottom: 40%;
        width: 100%;
    }
    .section-footer .footer-top .line-break {
	    width: 100% !important;
	}

	.project-item .links li {
		margin-bottom: 30px !important;
		margin-left: 0 !important;
		padding: 0 !important;
		width: 100%;
		text-align: left;
	}
}


@media (max-width: 767px) {
    .section-footer .footer-top .logo-footer {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media (max-width: 767px) {
    .section-footer .footer-top .footer-content {
        text-align: center
    }
}
.project-item .info .line {
    border-top: 1px solid #444;
    margin-top: 10px;
    margin-bottom: 0px
}

.project-item .info .line .line-b {
    width: 40px;
    height: 3px;
    background: #444;
}
.project-item .info h4 {
	margin-bottom:10px;
}

.project-item .info p a {
	color:#2eb9f4;
}

.project-item .info p a:hover {
	color:#222;
}

.project-item .info p.tags {
	font-style:italic;
	color:#2eb9f4;
}
.project-item .info .title a, .project-item .info .title{
	margin: 0;
	color: #444;
	font-size: 120%;
	margin-left: 20px;
}
.project-item .info .format {
	position: absolute;
	left: 20px;
}
.project-item .info p.title {
	font-style:normal;
	font-size:1.4em;
	font-family: 'Ubuntu', sans-serif;
	text-transform:capitalize;
	font-weight:400;
	margin-bottom:5px;
}

.project-item .info p.title a {
	color:#222;
}

.project-item .info p.title a:hover {
	color:#04488B;
}

.project-item.project-metro {
	border:0!important;
}

.project-item.project-metro figure {
	border-width:0!important;
}

.project-item.product-item .info {
	text-align:left;
	padding:20px;
	padding-right:100px;
	position:relative;
}

.project-item.product-item .info .star-rating {
	width:100%;
	float:left;
	margin:20px 0;
}

.project-item.product-item .info .star-rating i.fa {
	float:left;
}

.project-item.product-item .info p.title {
	font-family:'Open Sans';
	font-size:1em;
	margin-bottom:0;
}

.project-item.product-item .info p.price {
	position:absolute;
	right:20px;
	top:20px;
	font-size:2em;
	font-weight:lighter;
	color:#2eb9f4;
	font-style:normal;
	font-family: 'Ubuntu', sans-serif;
}

.project-item.product-item .info a.d-btn {
	white-space:pre;
}

.project-item.property-item {
	text-align:left;
	overflow-x:hidden;
	position:relative;
}

.project-item.property-item .new {
	position:absolute;
	z-index:10001;
	left:-45px;
	top:20px;
	width:150px;
	line-height:20px;
	height:20px;
	text-transform:uppercase;
	font-weight:700;
	font-size:.8em;
	text-align:center;
	background-color:#2eb9f4;
	color:#fff;
	transform:rotate(-45deg);
}

.project-item.property-item .featured {
	background-color:#303335;
	color:#2eb9f4;
}

.project-item.property-item .price {
	background-color:#2eb9f4;
	color:#fff;
	font-family: 'Ubuntu', sans-serif;
	font-size:1.2em;
	line-height:2em;
	box-sizing:border-box;
	padding:0 20px;
	text-transform:uppercase;
}

.project-item.property-item ul.stats {
	width:100%;
	float:left;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#e6e6e6;
	margin:0;
}

.project-item.property-item ul.stats li {
	width:50%;
	float:left;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#e6e6e6;
	line-height:3em;
	text-align:center;
	box-sizing:border-box;
}

.project-item.property-item .info {
	text-align:left;
	padding:20px;
	padding-bottom:10px;
	border-top-width:0;
}

.project-item.property-item .info p {
	margin-bottom:10px;
}

.project-item.property-item .info p.title {
	font-family:'Open Sans';
	font-size:1em;
}

.project-item.property-item .share {
	width:100%;
	float:left;
	padding:20px;
	padding-right:60px;
	box-sizing:border-box;
	background-color:rgba(255,255,255,0.8);
	position:absolute;
	left:0;
	top:-100%;
	z-index:100;
}

.project-item.property-item .share > i.fa {
	position:absolute;
	right:20px;
	top:20px;
	cursor:pointer;
	color:#222;
}

.project-item.property-item .share p {
	width:100%;
	float:left;
	text-align:left;
	background-color:transparent;
	margin:5px 0;
}

.project-item.property-item .share p a {
	font-size:12px;
	color:#222;
}

.project-item.property-item-2 {
	min-height:240px;
	padding-left:240px;
	position:relative;
	overflow:hidden;
}

.project-item.property-item-2 figure {
	width:240px;
	height:240px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
}

.project-item.property-item-2 figure img {
	position:absolute;
	height:100%;
	width:auto;
	max-width:none;
}

.project-item.property-item-2 .info {
	width:100%;
	float:left;
	min-height:240px;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#e6e6e6;
}

.project-item.property-item-2 .info .tags {
	color:#999;
}

.project-item.property-item-2 .info .price {
	width:auto;
	float:left;
	margin-bottom:10px;
	background-color:transparent;
	border:1px solid #2eb9f4;
	color:#2eb9f4;
}

.project-item.property-item-2 .info p {
	float:left;
	width:100%;
}

@media (max-width: 480px) {
	.project-item.property-item-2 {
		padding-left:0;
	}
	
	.project-item.property-item-2 figure {
		position:relative;
		width:100%;
		left:auto;
		top:auto;
	}
	
	.project-item.property-item-2 figure img {
		position:relative;
		height:auto;
		width:100%;
		max-width:100%;
	}
	ul.comments-list li .comment-item .comment-inner header a.reply, ul.comments-list li .comment-item .comment-inner header a.edit, ul.comments-list li .comment-item .comment-inner header a.delete {
		top:90px;
		margin-top: 10px;

	}
	ul.comments-list li .comment-item .comment-inner header a.delete {
		left: 7%;
	}
	ul.comments-list li .comment-item .comment-inner header a.reply{
		left: 20%;
	}
	ul.comments-list li .comment-item .comment-inner header a.edit {
		left: 35%;
	}
	ul.comments-list li .comment-item .comment-inner .content :last-child {
		margin-top: 50px;
	}
}

.project-item.property-item-3 {
	border:0!important;
}

.project-item.property-item-3 p.title {
	font-size:19.5px;
	margin:0;
}

.project-item.property-item-3 p.label {
	font-family: 'Ubuntu', sans-serif;
	color:#2eb9f4;
	text-transform:uppercase;
	font-size:15.6px;
	margin:5px 0;
	margin-bottom:20px;
}

.project-item.property-item-3 p.price {
	width:100%;
	float:left;
	background-color:transparent;
	padding:0;
	margin:0;
	margin-bottom:20px;
}

.project-item.property-item-3 p.price span {
	border:1px solid #2eb9f4;
	color:#2eb9f4;
	font-weight:700;
	padding:5px 10px;
	font-size:19.5px;
	width:auto;
	float:left;
}

.project-item.blog-item .sub {
	padding:5px;
	box-sizing:border-box;
}

.project-item.blog-item .quote-block {
	width:100%;
	float:left;
	box-sizing:border-box;
	padding:5px;
}

.project-item.blog-item .quote-block .inner {
	width:100%;
	float:left;
	background-color:#e6e6e6;
	padding:20px;
}

.project-item.blog-item .quote-block .inner span {
	width:100%;
	float:left;
}

.project-item.blog-item .quote-block .inner .author {
	font-family: 'Ubuntu', sans-serif;
	font-size:1.5em;
	text-transform:capitalize;
	color:#222;
	margin-top:20px;
}

.project-item.blog-item .quote-block .inner .content {
	font-style:italic;
}

.project-item.blog-item .date {
	position: absolute;
	left: 15px;
	bottom: 73px;
	width: 35px;
	height: 50px;
	text-align: center;
	z-index: 500;
	box-sizing: border-box;
	padding: 5px;
	color: #fff;
}
.project-item.blog-item .calendar {
	width: auto;
}

.project-item.blog-item .date span {
	width:100%;
	float:left;
}

.project-item.blog-item .date span.d {
	font-family: 'Ubuntu', sans-serif;
	font-size: 27px;
}

.project-item.blog-item .date span.m {
	text-transform:uppercase;
	font-weight:700;
	font-size:16px;
}

.project-item.blog-item .date span.y {
	font-weight:700;
	font-size:14px;
}

.project-item.blog-item .format {
	width: 35px;
	height: 35px;
	position: absolute;
	bottom: 16px;
	left: 18px;
	text-align: center;
	z-index: 500;
	color: #fff;
}

.project-item.blog-item .format i.fa {
	width:100%;
	line-height:35px;
	font-size:36px;
}

.project-item.blog-item .info {
	text-align:left;
	position: relative;
	box-shadow: 0 1px 15px rgba(15, 24, 51, 0.11);
}
.project-item.blog-item .info .format-comment{
	position: absolute;
	height: 100%;
	background: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: linear-gradient(45deg, rgb(11, 65, 130) 1%, rgb(30, 136, 229) 64%, rgb(64, 186, 245) 97%);
	background-image: linear-gradient(45deg, rgb(11, 65, 130) 1%, rgb(30, 136, 229) 64%, rgb(64, 186, 245) 97%);
	background-image: -ms-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -moz-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -o-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -webkit-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
}
.project-item.blog-item.eb-working-group-post .info .format-comment{
	 background: rgb(253,172,25);
		background: -moz-linear-gradient(0deg, rgba(253,172,25,1) 0%, rgba(253,235,25,1) 100%);
		background: -webkit-linear-gradient(0deg, rgba(253,172,25,1) 0%, rgba(253,235,25,1) 100%);
		background: linear-gradient(0deg, rgba(253,172,25,1) 0%, rgba(253,235,25,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdac19",endColorstr="#fdeb19",GradientType=1); 
}
.project-item.blog-item.eb-working-group-post .info .ribbon{
	position: absolute;
	right: -13px;
	bottom: 2%;
}
.project-item.blog-item.eb-working-group-post .info .ribbon img{
	height: 140px;
}
.project-item.blog-item .info .content {
	padding-left: 120px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.project-item.blog-item .info .content .date-calendar{
	clear: both;
	padding-top: 20px;
}
.project-item.blog-item .info .content .date-calendar .date-display-range, .project-item.blog-item .info .content .date-calendar .start,.project-item.blog-item .info .content .date-calendar .end{
	display: inline-block;
	padding-right: 10px;
}
.project-item.blog-item .info .content .date-calendar .start-end-date {
	font-weight: 600;
	color: #04488B;
}
.project-item.blog-item .info p.title {
	font-size:1em;
}

.project-item.blog-item .info .meta {
	width:100%;
	float:left;
	margin-bottom:10px;
}

.project-item.blog-item .info .meta ul {
	margin:0;
	width:100%;
}

.project-item.blog-item .info .meta ul li {
	width:auto;
	float:left;
	margin-right:10px;
	font-style:italic;
	font-size:.8em;
}

.project-item.blog-item .info .meta ul :last-child {
	margin-right:0;
}

.project-item.blog-item .post-gallery-nav {
	width:100%;
	float:left;
	text-align:center;
	padding:0;
	margin:0;
	margin-bottom:3px;
	border-top-width:1px;
	border-top-color:#e6e6e6;
	border-top-style:solid;
}

.project-item.blog-item .post-gallery-nav a {
	float:none;
	display:inline-block;
	position:relative;
	top:-5px;
}

.project-item.blog-item .post-gallery-nav a i.fa {
	background-color:rgba(255,255,255,0.5);
}

.project-item.blog-item.blog-item-alt .wrap-left {
	width:50%;
	float:left;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#e6e6e6;
}

.project-item.blog-item.blog-item-alt .wrap-right {
	width:50%;
	float:right;
}

.project-item.blog-item.blog-item-alt .info {
	border-top-width:0;
}

.project-item.blog-item.blog-item-alt .quote-block .inner {
	min-height:250px;
}

.project-item.blog-item.blog-item-masonry {
	margin-bottom:10px;
}

.blog-item-masonry-wrap {
	box-sizing:border-box;
	padding-right:10px;
	width:33.333333333%;
}



.project-item.group-item .format i.fa {
	font-size: 25px;
	color: #04488B;
}

.node .project-item .info .icon-section {

    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
    background-image: linear-gradient(45deg, rgb(11, 65, 130) 1%, rgb(30, 136, 229) 64%, rgb(64, 186, 245) 97%);
	background-image: -ms-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -moz-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -o-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -webkit-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
    padding: 10px;

}
.node .project-item.group-item .icon-section i.fa {

    font-size: 25px;
    color: #fff;
    padding-top: 10px;

}
.node .project-item .block-info-group {
	padding-left: 80px;
	padding-right: 40px;
	padding-top: 30px;
}


.project-item.group-item .info {
	text-align:left;
}
.project-item.group-item .info .d-btn {
	color: #fff;
	opacity: 0;
	transform: translateX(-20px);
}
.project-item:hover.group-item .info .d-btn{
	opacity: 1;
	transform: translateX(0);
}

.project-item.group-item .info .meta {
	width: 100%;
	float: left;
	margin-bottom: 19px;
	border-bottom: 1px solid #999;
	padding-bottom: 26px;
}
.project-item.group-item .info .meta span .field{
	border-left: 3px solid #04488B;
	padding-left: 10px;
}

.node .project-item{
	padding: 0;
	background: #fff;
	border:0;
	float: left;
	position: relative;
	width: 100%;
}
.node .list{
	float: none;
}

.legenda i.group-type {
	width:35px;
	height:35px;
	background-color:#303335;
	text-align:center;
	color:#fff;
	padding:2px 5px;
}

@media (max-width: 768px) {
	.blog-item-masonry-wrap {
		width:50%;
	}
}

@media (max-width: 480px) {
	.blog-item-masonry-wrap {
		width:100%;
	}
}

.project-item.blog-item.blog-item-timeline {
	border:0;
	padding-left:60px;
	box-sizing:border-box;
	position:relative;
	padding-bottom:40px;
}

.project-item.blog-item.blog-item-timeline .inner {
	border:1px solid #e6e6e6;
	width:100%;
	float:left;
}

.project-item.blog-item.blog-item-timeline .inner .info {
	padding-left:20px;
}

.project-item.blog-item.blog-item-timeline .timeline {
	width:4px;
	background-color:#e6e6e6;
	height:100%;
	position:absolute;
	left:23px;
	top:0;
	z-index:10;
}

.project-item.blog-item.blog-item-timeline .date {
	width:50px;
	height:50px;
	margin:0;
	top:0;
	left:0;
	border-radius:50%;
}

.project-item.blog-item.blog-item-timeline .format {
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:50%;
	left:10px;
	top:40px;
}

.project-item.blog-item.blog-item-timeline .format > i.fa {
	line-height:30px;
}

.project-item.blog-item.blog-item-single .share {
	width:100%;
	float:left;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#e6e6e6;
	margin-top:20px;
}

.project-item.blog-item.blog-item-single .share a {
	color:#222;
	margin-left:20px;
}

.project-item.blog-item.blog-item-single .share a:hover {
	color:#2eb9f4;
}

.project-item.blog-item.blog-item-single .info p {
	margin-top:20px;
}

.project-item.blog-item.blog-item-single .info p.title {
	margin-top:0;
}

.project-item.blog-item.blog-item-single .info .meta {
	margin-bottom:20px;
}

.project-item.blog-item.blog-item-single figure > a.zoon {
	margin-left:0!important;
}

.project-item.travel-item {
	padding-bottom:10px;
}

.project-item.travel-item .border-top {
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#e6e6e6;
}

.project-item.travel-item .country {
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#e6e6e6;
	width:100%;
	float:left;
	font-family: 'Ubuntu', sans-serif;
	color:#222;
	padding:10px 20px;
	padding-top:20px;
	text-align:left;
	font-size:1.2em;
}

.project-item.travel-item .hotel-and-price {
	width:100%;
	float:left;
	box-sizing:border-box;
	padding:0 20px;
	text-align:left;
	margin-bottom:10px;
}

.project-item.travel-item .hotel-and-price p {
	margin:0;
	margin-bottom:10px;
}

.project-item.travel-item .hotel-and-price ul {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#e6e6e6;
	margin-bottom:10px;
}

.project-item.travel-item .hotel-and-price ul li {
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#e6e6e6;
}

.project-item.travel-item .hotel-and-price ul li i.fa {
	color:#2eb9f4;
}

.project-item.travel-item .hotel-and-price a.title {
	margin-right:5px;
	font-size:1.2em;
	line-height:1.5em;
}

.project-item.travel-item .hotel-and-price span.stars {
	background-color:#2eb9f4;
	color:#fff;
	padding:0 10px;
	font-size:1.2em;
	line-height:1.5em;
}

.project-item.travel-item .hotel-and-price span.price {
	float:left;
	width:100%;
	text-align:left;
	color:#2eb9f4;
	font-family: 'Ubuntu', sans-serif;
	font-size:2em;
	margin-top:10px;
}

.project-item.travel-item .hotel-and-price span.tax {
	color:#222;
	font-size:inherit;
	width:100%;
	float:left;
	margin-top:5px;
}

.project-item.project-item-full-width {
	width:100%;
	float:left;
}

.project-item.project-item-full-width .border {
	width:1px;
	height:100%;
	top:0;
	left:50%;
	position:absolute;
	background-color:#e6e6e6;
}

.project-item.project-item-full-width figure {
	width:50%;
	float:left;
}

.project-item.project-item-full-width .info {
	width:50%;
	border-top-width:0;
	text-align:left;
	padding:0 20px;
}

.project-item.project-item-full-width .info p {
	margin:20px 0;
}

.estate-property-single p.title {
	margin:0;
	font-size:39px;
	color:#222;
	position:relative;
	padding-left:200px;
	box-sizing:border-box;
}

.estate-property-single p.title span {
	border:0 solid red;
	color:#2eb9f4;
	font-weight:700;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#2eb9f4;
	padding-right:20px;
}

.estate-property-single p.type {
	text-transform:uppercase;
	font-size:15.6px;
	color:#2eb9f4;
	font-family: 'Ubuntu', sans-serif;
}

.estate-property-single .share-block {
	width:100%;
	float:left;
	background-color:#2eb9f4;
	padding:10px;
}

.estate-property-single .share-block a {
	margin-right:10px;
}

.property-features-table {
	width:100%;
	float:left;
	border:1px solid #e6e6e6;
}

.property-features-table thead th {
	background-color:#f2f2f2;
	color:#222;
	text-transform:capitalize;
	box-sizing:border-box;
	padding:20px;
	font-weight:400;
	text-transform:uppercase;
	font-weight:700;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#e6e6e6;
}

.property-features-table tbody td {
	padding:10px 20px;
	box-sizing:border-box;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#e6e6e6;
}

.property-features-table tbody tr > :nth-child(odd) {
	width:40%;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#e6e6e6;
}

.property-features-table tbody tr > :nth-child(even) {
	width:60%;
}

.property-features-table tbody > :last-child td {
	border-bottom-width:0;
}

.property-features-table.border-bottom-0 {
	border-bottom-width:0!important;
}

@media (min-width: 480px) and (max-width: 768px) {
	.estate-property-single p.title {
		padding-left:150px;
		font-size:26px;
	}
}

@media (max-width: 480px) {
	.estate-property-single p.title {
		padding-left:120px;
		font-size:19.5px;
	}
}

@media (max-width: 768px) {
	.property-features-table tbody tr > :nth-child(odd) {
		width:50%;
	}
	
	.property-features-table tbody tr > :nth-child(even) {
		width:50%;
	}
}

@media (max-width: 768px) {
	.project-item.project-item-full-width .border {
		display:none;
	}
	
	.project-item.project-item-full-width figure {
		width:100%!important;
	}
	
	.project-item.project-item-full-width .info {
		width:100%!important;
		border-top-width:1px!important;
	}
}

.blog-post-author {
	width:100%;
	float:left;
	border:1px solid #e6e6e6;
}

.blog-post-author figure {
	width:20%;
	float:left;
	padding:5px;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#e6e6e6;
	box-sizing:border-box;
}

.blog-post-author .content {
	width:80%;
	float:right;
	box-sizing:border-box;
	padding:0 20px;
	border-left-width:0;
	border-left-style:solid;
	border-left-color:#e6e6e6;
}

.blog-post-author p.name {
	font-family: 'Ubuntu', sans-serif;
	color:#222;
	font-size:1.5em;
	text-transform:capitalize;
	margin-bottom:0;
}

.blog-post-author p.position {
	margin:0;
	color:#2eb9f4;
	font-style:italic;
}

@media (max-width: 480px) {
	.blog-post-author figure {
		width:50%;
		border-right-width:0;
	}
	
	.blog-post-author .content {
		width:50%;
		border-left-width:1px;
	}
}

@media (min-width: 480px) and (max-width: 768px) {
	.blog-post-author figure {
		width:40%;
		border-right-width:1px;
	}
	
	.blog-post-author .content {
		width:60%;
		border-left-width:0;
	}
}

ul.project-details-ul {
	width:100%;
	float:left;
	margin:0;
	margin-bottom:10px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#e6e6e6;
	padding:0;
}

ul.project-details-ul li {
	width:100%;
	float:left;
}

ul.project-details-ul :last-child {
	color:#222;
}

ul.used-skills-ul {
	width:100%;
	float:left;
	margin:0;
}

ul.used-skills-ul li {
	width:100%;
	float:left;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#e6e6e6;
	color:#222;
}

.project-images {
	width:100%;
	float:left;
	margin-bottom:40px;
}



.content-box {
	width:100%;
	float:left;
	box-sizing:border-box;
	padding:40px;
	margin-bottom:20px;
}

.skill-item {
	width:100%;
	float:left;
	margin-bottom:20px;
}

.skill-item .name {
	width:100%;
	float:left;
	font-weight:700;
	color:#222;
	margin-bottom:5px;
	box-sizing:border-box;
	padding-left:5px;
}

.skill-item .val-wrapper {
	border:1px solid #e6e6e6;
	padding:5px;
	box-sizing:border-box;
	width:100%;
	float:left;
	position:relative;
	background-color:#fff;
}

.skill-item .val-wrapper .val-bg {
	width:100%;
	background-color:#303335;
	height:10px;
	position:relative;
	z-index:1;
	float:left;
}

.skill-item .val-wrapper .val {
	float:left;
	height:10px;
	position:absolute;
	left:0;
	top:0;
	margin-top:-10px;
	z-index:100;
	position:relative;
	background-color:#2eb9f4;
}

.reward-item {
	width:100%;
	float:left;
	box-sizing:border-box;
	position:relative;
	min-height:120px;
	padding-left:120px;
}

.reward-item figure {
	position:absolute;
	left:0;
	top:0;
	width:100px;
	text-align:center;
}

.reward-item figure img {
	max-height:120px;
}

.reward-item p {
	margin:10px 0;
}

.reward-item p.title {
	margin-top:0;
	font-size:1.4em;
	color:#222;
	font-weight:700;
	text-transform:capitalize;
}

.reward-item p.date {
	font-style:italic;
	color:#2eb9f4;
	text-transform:capitalize;
}

.newsletters-1 {
	padding:40px;
	width:100%;
	float:left;
	background-color:#2eb9f4;
	box-sizing:border-box;
}

.newsletters-1 .sub {
	box-sizing:border-box;
}

.newsletters-1 input[type=text] {
	width:300px;
}

.newsletters-2 {
	padding:20px 30px;
	width:100%;
	float:left;
	background-color:#2eb9f4;
	color:#fff;
	box-sizing:border-box;
}

.newsletters-2 p {
	margin:10px 0;
	color:#fff;
}
/*

div.rivaCarouselNav a.slider-nav-btn-1 {
	color:#222;
	display:inline-block;
	text-align:center;
	width:30px;
	height:30px;
	line-height:26px;
}

div.rivaCarouselNav a.slider-nav-btn-1 i.fa {
	border-radius:50%;
	box-sizing:border-box;
	border:2px solid #222;
	float:left;
	width:100%;
	transition:border .2s ease;
}

div.rivaCarouselNav a.slider-nav-btn-2 {
	color:#fff;
	display:inline-block;
	text-align:center;
	width:30px;
	height:30px;
	line-height:26px;
}

div.rivaCarouselNav a.slider-nav-btn-2 i.fa {
	border-radius:50%;
	box-sizing:border-box;
	border:2px solid #fff;
	float:left;
	width:100%;
	transition:border .2s ease;
}

div.rivaCarouselNav .slider-nav-btn-1:last-child {
	margin-left:5px;
}

div.rivaCarouselNav .slider-nav-btn-2:last-child {
	margin-left:5px;
}

div.rivaCarouselNav a.slider-nav-btn-1:hover i.fa {
	color:#2eb9f4;
	border:2px solid #2eb9f4;
}

div.rivaCarouselNav a.slider-nav-btn-2:hover i.fa {
	color:#2eb9f4;
	border:2px solid #2eb9f4;
}

div.rivaCarouselNavBullets {
	text-align:center;
}

div.rivaCarouselNavBullets .slider-nav-bullets-1 {
	font-size:0!important;
	background-color:#fff;
	border-radius:50%;
	width:10px;
	height:10px;
	display:inline-block;
	margin:0 5px;
}

div.rivaCarouselNavBullets .slider-nav-bullets-1.active {
	background-color:#2eb9f4;
}

div.rivaCarouselNavBullets .slider-nav-bullets-2 {
	font-size:0!important;
	background-color:#303335;
	border-radius:50%;
	width:10px;
	height:10px;
	display:inline-block;
	margin:0 5px;
}

div.rivaCarouselNavBullets .slider-nav-bullets-2.active {
	background-color:#2eb9f4;
}
*/

.staff-member-block {
	width:100%;
	float:left;
	background-color:#303335;
	padding:30px;
	box-sizing:border-box;
}

.staff-member-block p {
	margin:0;
}

.staff-member-block p.name {
	margin-bottom:10px;
	font-size:2em;
	color:#fff;
}

.staff-member-block p.position {
	font-style:italic;
	color:#2eb9f4;
	text-transform:capitalize;
	margin-bottom:10px;
}

.staff-member-skills {
	width:100%;
	float:left;
	background-color:#2eb9f4;
	padding:30px;
	padding-bottom:10px;
	box-sizing:border-box;
}

ul.staff-member-contact-info {
	width:100%;
	float:left;
	margin:0;
	margin-bottom:20px;
}

ul.staff-member-contact-info > li {
	float:left;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#e6e6e6;
	padding:5px 0;
}

ul.staff-member-contact-info > :nth-child(odd) {
	width:20%;
	text-transform:uppercase;
	color:#222;
}

ul.staff-member-contact-info > :nth-child(odd) > i.fa {
	width:20px;
	color:#2eb9f4;
}

ul.staff-member-contact-info > :nth-child(even) {
	width:80%;
}

.work-experience {
	width:100%;
	float:left;
	margin-bottom:20px;
}

.work-experience p {
	margin-bottom:0;
}

.work-experience p.title {
	color:#222;
	margin-bottom:10px;
	text-transform:capitalize;
}

.work-experience p.title span {
	color:#2eb9f4;
}

.production-process-step {
	width:100%;
	float:left;
	box-sizing:border-box;
	padding-left:120px;
	position:relative;
	min-height:100px;
	margin-bottom:20px;
	text-align:left;
}

.production-process-step p {
	margin:0;
}

.production-process-step p.title {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#e6e6e6;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
}

.production-process-step .number {
	width:100px;
	height:100px;
	border-radius:50%;
	box-sizing:border-box;
	border:1px solid #e6e6e6;
	text-align:center;
	padding:10px;
	position:absolute;
	left:0;
	top:0;
}

.production-process-step .number span {
	width:100%;
	height:78px;
	border-radius:50%;
	float:left;
	line-height:78px;
	font-size:36px;
	background-color:#2eb9f4;
	color:#fff;
}

.secondary_bg .production-process-step .number {
	border:1px solid #fff;
}

.partners-wrapper {
	width:100%;
	float:left;
	box-sizing:border-box;
	border:1px solid #e6e6e6;
	border-right-width:0;
}

.partners-wrapper .partners-item {
	padding:0;
	box-sizing:border-box;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#e6e6e6;
	text-align:center;
	height:180px;
}

.partners-wrapper .partners-item img {
	opacity:.5;
	max-height:100%;
}

.to-the-top-2 {
	float: right;
	width: 60px;
	height: 60px;
	margin-left: 5px;
	position: relative;
	top: 18px;
	right: 44px;
	z-index:  3;
}

.to-the-top-2 i.fa {
	line-height: 60px;
	width: 60px;
	text-align: center;
	background-color: #fff;
	color: #303335;
	border-radius: 50%;
	float: left;
	transition: color .4s ease,background-color .4s ease;
	font-size: 30px;
}

.to-the-top-2:hover i.fa {
	color:#fff;
	background-color: #04488B;
}

.to-the-top-3 {
	position:absolute;
	left:50%;
	top:0;
	border-radius:50%;
	width:100px;
	height:100px;
	background-color:#2eb9f4;
	margin-left:-50px;
	margin-top:-50px;
	cursor:pointer;
}

.to-the-top-3 > i.fa {
	width:100%;
	float:left;
	margin-top:45px;
	line-height:50px;
	color:#fff;
	text-align:center;
	font-size:18px;
}

.service-item {
	box-sizing:border-box;
	width:100%;
	float:left;
	margin-bottom:40px;
	position:relative;
}

.service-item h4 {
	margin:0;
	margin-bottom:10px;
}

.service-item h4 i.fa {
	float:left;
	margin-right:10px;
	color:#2eb9f4;
}

.service-item p {
	margin:0;
}

.service-item p a {
	display:inline-block;
	margin-top:10px;
}

.service-item-2 {
	width:100%;
	float:left;
	position:relative;
	box-sizing:border-box;
	padding-left:90px;
	min-height:70px;
	margin-bottom:40px;
}

.service-item-2 > i.fa {
	border-radius:50%;
	width:70px;
	height:70px;
	line-height:70px;
	border:1px solid #2eb9f4;
	font-size:24px;
	color:#2eb9f4;
	text-align:center;
	position:absolute;
	left:0;
	top:0;
	box-sizing:border-box;
	transition:color .4s ease,border .4s ease,background-color .4s ease;
}

.service-item-2 p,.service-item-2 h3 {
	margin:0;
	padding:0;
}

.service-item-2 p {
	margin-top:10px;
}

.service-item-2:hover > i.fa {
	color:#fff;
	border:0;
	background-color:#303335;
}

.secondary-bg .service-item-2 h3 {
	color:#fff;
}

.secondary-bg .service-item-2:hover > i.fa {
	color:#2eb9f4;
	border:0;
	background-color:#fff;
}

.primary-bg .service-item-2 p {
	color:#fff;
}

.primary-bg .service-item-2 > i.fa {
	color:#fff;
	border:1px solid #fff;
}

.primary-bg .service-item-2:hover > i.fa {
	border:0;
}

.pagination {
	width:100%;
	float:left;
	text-align:left;
}

.pagination span,.pagination a {
	display:inline-block;
	font-size:1.2em;
	margin:0 10px;
}

.sorting {
	width:100%;
	float:left;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#e6e6e6;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#e6e6e6;
	padding:10px 0;
}

.sorting span {
	margin-left:20px;
	color:#222;
}

.sorting span i.fa {
	margin-left:5px;
}

.twitter-widget-1 {
	width:100%;
	float:left;
}

.twitter-widget-1 li {
	list-style:none;
}

.twitter-widget-1 li i.fa {
	font-size:24px;
	color:#2eb9f4;
	width:50px;
	height:50px;
	line-height:50px;
	border-radius:50%;
	border:1px solid #2eb9f4;
}

.twitter-widget-1 li a {
	color:#fff;
}

.twitter-widget-1 li p.tweet {
	font-size:1.2em;
	font-style:italic;
}

.twitter-widget-1 li p.interact a {
	margin:0 10px;
}

.twitter-widget-1 li p.timePosted {
	background-color:#2eb9f4;
	padding:5px 20px;
	color:#fff;
	width:auto;
	display:inline-block;
	margin:0;
	text-transform:uppercase;
	font-size:.8em;
}

section.page-title-bar {
	background: url('/sites/all/themes/dotte/img/background_eosc.jpg');
	background-size: cover;
	background-position: 50% 90%;
	position: relative;
	z-index: 1;

}
.summary section.summary-page {
	background: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
    background-image: linear-gradient(45deg, rgb(11, 65, 130) 1%, rgb(30, 136, 229) 64%, rgb(64, 186, 245) 97%);
	background-image: linear-gradient(45deg, rgb(11, 65, 130) 1%, rgb(30, 136, 229) 64%, rgb(64, 186, 245) 97%);
	background-image: -ms-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -moz-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -o-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -webkit-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	position: relative;
	z-index: 1;
	padding-top: 90px;
	padding-bottom: 170px;
}
section.summary-page h1 {
	font-size: 3em;
	padding: 0;
	margin-bottom: 20px;
}
section.summary-page .up-tilte h3{
	color: #fff;
	font-weight: 100;
	font-size: 1.4em;
	text-transform: uppercase;
	padding: 0;
	margin: 0px 0px 5px 0px;
}
section.summary-page .sec-tilte h2{
	margin: 0px 0px 40px 0px;
	padding: 0;
	font-weight: 500;
}

.summary{
	position: relative;
}
.summary .summary-block {
	position: relative;
	top: 0;
	z-index: 3;
	color: #fff;
}
.summary .summary-block .text-block__description::before {
    content: " ";
    width: 33px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 0;
}
@media (max-width: 990px) {
	.summary .summary-block .text-block__description::before{
		display: none;
	}
	.summary .summary-block .text-block__description{
		padding-left: 0 !important;
	}
}
.summary .summary-block .text-block__description{
    line-height: 39px;
    color: #fff;
    position: relative;
    padding-left: 42px;
}
.summary .summary-block .text-block__description p {
	margin: 0;
}

.summary .summary-block .d-btn-primary{
	background: transparent;
	border: 2px solid #fff;
}
.summary .summary-block .d-btn-primary:hover {
	background: #fff;
	color: #04488B;
}
section.page-title-bar:after {
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 2;
}

.page-title-bar h1,.page-title-bar h2 {
	margin:0;
	padding:0;
	width:auto;
	color: #fff;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 40px;
	z-index: 3;
	position: relative;
}

.page-title-bar ul {
	width:auto;
	margin:0px 0px 0px 0px;
	padding:0;
	text-transform:capitalize;
	text-align: center;
}

.page-title-bar ul li {
	float:left;
	width:auto;
	font-style:italic;
}

.page-title-bar ul li .separator {
	display:inline-block;
	padding:0 10px;
}

@media (max-width: 768px) {
	.page-title-bar h2 {
		width:100%;
	}
	
	.page-title-bar ul {
		width:100%;
		margin-top:10px;
	}
}

.widget.widget-property-agent .offer {
	width:100%;
	float:left;
	background-color:#2eb9f4;
	padding:15px;
	text-align:center;
	box-sizing:border-box;
}

.widget.widget-property-agent .offer a {
	color:#fff;
	font-weight:700;
	text-transform:capitalize;
	text-decoration:none;
}

.widget.widget-property-agent figure {
	width:100%;
	float:left;
}

.widget.widget-property-agent figure img {
	float:left;
}

.widget.widget-property-agent .agent-details {
	background-color:#303335;
	width:100%;
	float:left;
	box-sizing:border-box;
	padding:20px;
	text-align:center;
}

.widget.widget-property-agent .agent-details p {
	margin:0;
	margin-bottom:5px;
	width:100%;
	float:left;
}

.widget.widget-property-agent .agent-details p a {
	color:#fff;
}

.widget.widget-property-agent .agent-details p a:hover {
	color:#2eb9f4;
}

.widget.widget-property-agent .agent-details p.name {
	font-family: 'Ubuntu', sans-serif;
	color:#fff;
	font-size:2em;
	text-transform:capitalize;
	margin-bottom:0;
}

.widget.widget-property-agent .agent-details p.position {
	font-style:italic;
	color:#2eb9f4;
	margin-bottom:20px;
}

.twitter-widget-2 {
	width:100%;
	float:left;
	position:relative;
	box-sizing:border-box;
	padding-left:90px;
	min-height:70px;
	padding-right:90px;
}

.twitter-widget-2 > i.fa {
	position:absolute;
	left:0;
	top:0;
	width:70px;
	height:70px;
	line-height:65px;
	box-sizing:border-box;
	border-radius:50%;
	text-align:center;
	font-size:36px;
	color:#2eb9f4;
	border:5px solid #2eb9f4;
}

.twitter-widget-2 .tweet-item {
	list-style:none;
}

.twitter-widget-2 .tweet-item p {
	margin:0;
}

.twitter-widget-2 .tweet-item p.tweet {
	font-size:1.2em;
	font-style:italic;
}

.twitter-widget-2 .tweet-item p.timePosted {
	margin-top:10px;
}

.twitter-widget-2 .tweet-item p.interact {
	margin-top:10px;
}

.twitter-widget-2 .tweet-item p.interact a {
	margin-right:20px;
}

.twitter-widget-2 > .nav {
	position:absolute;
	right:0;
	top:0;
}

.widget-quick-search {
	background-color:#2eb9f4;
}

.widget-quick-search h3 {
	background-color:#86bc5a;
	box-sizing:border-box;
	padding:10px 20px;
	color:#fff;
	margin-bottom:0;
	width:100%;
	float:left;
}

.widget-quick-search .widget-inner {
	padding:20px;
	box-sizing:border-box;
	width:100%;
	float:left;
}

.widget-quick-search .widget-inner p {
	width:100%;
	float:left;
	margin:0;
	box-sizing:border-box;
	padding-left:100px;
	position:relative;
	margin-bottom:10px;
}

.widget-quick-search .widget-inner p label {
	position:absolute;
	left:0;
	top:0;
	width:100px;
	color:#fff;
	padding-top:10px;
}

.widget-top-areas {
	background-color:#303335;
}

.widget-top-areas h3 {
	background-color:#242628;
	box-sizing:border-box;
	padding:10px 20px;
	color:#fff;
	margin-bottom:0;
	width:100%;
	float:left;
}

.widget-top-areas .widget-inner {
	padding:20px;
	box-sizing:border-box;
	width:100%;
	float:left;
}

.widget-top-areas .widget-inner ul {
	width:100%;
	float:left;
	margin:0;
}

.widget-top-areas .widget-inner ul li {
	margin:0;
	width:100%;
	float:left;
	position:relative;
	box-sizing:border-box;
	padding-left:20px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#484d50;
	margin-bottom:10px;
	padding-bottom:10px;
}

.widget-top-areas .widget-inner ul li i.fa {
	position:absolute;
	left:0;
	top:5px;
	color:#2eb9f4;
}

.widget-top-areas .widget-inner ul li a,.widget-top-areas .widget-inner ul li p {
	margin:0!important;
	float:left;
	width:100%;
	line-height:normal;
}

.widget-top-areas .widget-inner ul li a {
	color:#fff;
	font-size:1.2em;
}

.widget-top-areas .widget-inner ul > :last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom-width:0;
}

.circular-progress {
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:20px;
}

.circular-progress p {
	box-sizing:border-box;
	padding:0 20px;
}

.circular-progress p.title {
	font-size:1.5em;
	margin:0;
	margin-top:10px;
	text-transform:capitalize;
}

.circular-progress p.desc {
	margin:0;
	margin-top:10px;
}

.video-block {
	width:100%;
	float:left;
	position:relative;
}

.hover-effect-1 {
	background-color:#fff;
	box-sizing:border-box;
	border:5px solid #fff;
	transition:all .4s ease;
	overflow:hidden;
	position:relative;
}

.hover-effect-1 > a {
	position:absolute;
	z-index:100;
	left:50%;
	top:-40px;
	width:40px;
	height:40px;
	border-radius:50%;
	background-color:#fff;
	text-align:center;
	box-sizing:border-box;
	border:3px solid #ccc;
	transform:translate(-20px,-20px);
	color:#222;
}

.hover-effect-1 > a > i.fa {
	width:34px;
	line-height:34px;
	float:left;
	font-size:1.2em;
}

.hover-effect-1 > a.zoon {
	margin-left:-25px;
	transition:top .4s ease .4s;
}

.hover-effect-1 > a.link {
	margin-left:25px;
	transition:top .4s ease .6s;
}

.hover-effect-1 > a:hover {
	background-color:#04488B;
	color:#fff;
}

.hover-effect-1 span img {
	opacity:1;
	transform:scale(1,1);
	width: 100%;
	transition:all .4s ease,transform 2s ease .2s;
}

.hover-effect-1:hover {
	background-color:#303335;
	border:5px solid #04488B;
}

.hover-effect-1:hover > a {
	top:50%;
}

.hover-effect-1:hover span img {
	opacity:.1;
	transform:scale(1.5,1.5);
}

.dotte-booking {
	width:100%;
	float:left;
	background-color:#fff;
}

.dotte-booking .choose {
	width:100%;
	float:left;
	border-bottom-width:3px;
	border-bottom-color:#2eb9f4;
	border-bottom-style:solid;
}

.dotte-booking .choose span {
	width:auto;
	float:left;
	background-color:#303335;
	color:#fff;
	font-family: 'Ubuntu', sans-serif;
	text-transform:uppercase;
	text-align:center;
	box-sizing:border-box;
	font-size:1.2em;
	padding:10px 0;
	cursor:pointer;
	transition:all .4s ease;
}

.dotte-booking .choose span:hover {
	background-color:#484d50;
}

.dotte-booking .choose span.active {
	background-color:#2eb9f4;
}

.dotte-booking .form-item {
	width:100%;
	float:left;
	border:1px solid #e6e6e6;
	border-top-width:0;
	box-sizing:border-box;
	padding:20px 30px;
	display:none;
}

.dotte-booking .form-item h3 {
	margin-bottom:20px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#e6e6e6;
	padding-bottom:10px;
	width:100%;
	float:left;
}

.dotte-booking .form-item p {
	margin:10px 0;
}

.dotte-booking .form-item #date-flexibility {
	display:none;
}

.dotte-booking .form-item .d-btn {
	padding-left:0!important;
	padding-right:0!important;
}

.dotte-booking .form-item.active {
	display:block;
}

.estate-main-search {
	box-sizing:border-box;
	padding:40px;
	padding-left:20px;
	padding-bottom:20px;
}

.estate-main-search p,.estate-main-search h2,.estate-main-search h3 {
	margin:0;
	margin-bottom:10px;
	width:100%;
	float:left;
	padding-left:20px;
	box-sizing:border-box;
}

.estate-main-search p input,.estate-main-search h2 input,.estate-main-search h3 input,.estate-main-search p select,.estate-main-search h2 select,.estate-main-search h3 select {
	width:100%;
	float:left;
}

.estate-main-search h2,.estate-main-search h3 {
	margin-bottom:20px;
}

.estate-main-search p.width-50 {
	width:50%;
	float:left;
	padding-left:20px;
}

.estate-main-search p button.d-btn {
	padding:0;
	width:100%;
	float:left;
}

.d-featured-properties {
	width:100%;
	float:left;
	height:100%;
	background-color:#303335;
	overflow:hidden;
}

.d-featured-properties .item {
	width:100%;
	float:left;
	position:relative;
	z-index:10;
}

.d-featured-properties .item img {
	width:100%;
	float:left;
	position:relative;
}

.images-preloader {
	position:fixed;
	z-index:100001;
	background-color:#303335;
	width:100%;
	height:100%;
}

.images-preloader .spinner {
	position:absolute;
	margin-left:-35px;
	margin-top:-9px;
	left:50%;
	top:50%;
	width:70px;
	text-align:center;
}

.images-preloader .spinner > div {
	width:18px;
	height:18px;
	background-color:#2eb9f4;
	border-radius:100%;
	display:inline-block;
	-webkit-animation:bouncedelay 1.4s infinite ease-in-out;
	animation:bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

.images-preloader .spinner .bounce1 {
	-webkit-animation-delay:-.32s;
	animation-delay:-.32s;
}

.images-preloader .spinner .bounce2 {
	-webkit-animation-delay:-.16s;
	animation-delay:-.16s;
}

@-webkit-keyframes bouncedelay {
	0%,80%,100% {
		-webkit-transform:scale(0);
	}
	
	40% {
		-webkit-transform:scale(1);
	}
}

@keyframes bouncedelay {
	0%,80%,100% {
		transform:scale(0);
		-webkit-transform:scale(0);
	}
	
	40% {
		transform:scale(1);
		-webkit-transform:scale(1);
	}
}

.section-404 {
	width:100%;
	float:left;
	text-align:center;
	padding:0!important;
}
.section-404.bg-image{
	background: url('/sites/all/themes/dotte/img/bg-images/404.jpg');
	background-size: cover;
	position: fixed;
}
.thank{
	background: url('/sites/all/themes/dotte/img/bg-images/thank-registering.jpg');
	background-size: cover;
	position: fixed;
}

.section-404 .section-404-content {
	width:100%;
	float:left;
}

.section-404 p {
	width:100%;
	float:left;
	text-align:center;
	color:#222;
	margin:0;
}

.section-404 p.p1 {
	font-size:48px;
	text-transform:capitalize;
	font-weight:700;
	line-height:64px;
	background-image:none;
}

.section-404 p.p2 {
	margin-top:20px;
	background-image:none;
}

.section-404 form {
	float:none;
	display:inline-block;
	margin:40px 0;
}

.section-404 p.link a {
	color:#222;
	text-transform:capitalize;
}

@media (max-width: 768px) {
	.section-404 p.p1 {
		font-size:24px;
		line-height:36px;
	}
}

.riva-sorting {
	width:100%;
	float:left;
}

.riva-sorting .filters {
	width:100%;
	float:left;
	margin-bottom:30px;
	display:block;
}

.riva-sorting .filters span {
	width:auto;
	float:left;
	cursor:pointer;
	line-height:40px;
	font-family: 'Ubuntu', sans-serif;
	font-size:1.2em;
	border:1px solid #e6e6e6;
	border-right-width:0;
	padding:0 20px;
	text-transform:capitalize;
}

.riva-sorting .filters span.active {
	background-color:#303335;
	color:#fff;
	background-color:#f2f2f2;
	color:#222;
}

.riva-sorting .filters :last-child {
	border-right-width:1px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}

.riva-sorting .filters :first-child {
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}

.riva-sorting .filters-select {
	width:100%;
	float:left;
	margin-bottom:30px;
	text-transform:capitalize;
	display:none;
}

.riva-sorting .filters-select option {
	text-transform:capitalize;
}

.riva-sorting .listing {
	width:100%;
	float:left;
}

@media (max-width: 768px) {
	.riva-sorting .filters-select {
		display:block;
	}
	
	.riva-sorting .filters {
		display:none;
	}
}

.riva-countdown {
	display:inline-block;
	margin:40px 0;
	background-color:rgba(255,255,255,0.1);
	padding:40px 20px;
}

.riva-countdown .riva-countdown-item {
	float:left;
	width:auto;
	text-align:center;
	box-sizing:border-box;
	padding:0 20px;
	width:25%;
}

.riva-countdown .riva-countdown-item .value,.riva-countdown .riva-countdown-item .label {
	background-color:#303335;
	width:100%;
	float:left;
}

.riva-countdown .riva-countdown-item .value {
	padding:0 20px;
	box-sizing:border-box;
}

.riva-countdown .riva-countdown-item .value p {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#2eb9f4;
	font-size:24px;
	font-weight:700;
	line-height:48px;
}

.riva-countdown .riva-countdown-item .label {
	line-height:36px;
	text-transform:uppercase;
}

@media (max-width: 768px) {
	.riva-countdown .riva-countdown-item {
		width:50%;
	}
	
	.riva-countdown .riva-countdown-item:nth-child(1),.riva-countdown .riva-countdown-item:nth-child(2) {
		margin-bottom:20px;
	}
}

p.s_profiles a {
	margin:0 20px;
	color:#fff;
	font-size:24px;
	margin-top:20px;
	display:inline-block;
}

p.s_profiles a:hover {
	color:#2eb9f4;
}

.contact-item {
	font-family: 'Ubuntu', sans-serif;
	color:#222;
	font-size:1.4em;
}

.contact-item i.fa {
	color:#2eb9f4;
}

.contacts-map {
	width:100%;
	float:left;
	box-sizing:border-box;
	padding:10px;
	border:1px solid #e6e6e6;
	margin-bottom:70px;
	height:300px;
}

#body-boxed {
	margin:0 auto;
	max-width:1200px;
	background-color:#eee;
}

form.form-checkout {
	width:100%;
	float:left;
}

form.form-checkout .form-elem {
	position:relative;
	width:100%;
	float:left;
	padding-left:200px;
	box-sizing:border-box;
	margin-bottom:20px;
}

form.form-checkout .form-elem input,form.form-checkout .form-elem textarea,form.form-checkout .form-elem select {
	min-width:300px;
}

form.form-checkout .form-elem input[type=checkbox] {
	min-width:0;
}

form.form-checkout .form-elem label {
	position:absolute;
	left:0;
	top:0;
	width:200px;
}

form.form-checkout .form-elem label.inline {
	position:relative;
	width:auto;
}

form.form-checkout .form-elem.normal {
	padding-left:0;
}

.display-none {
	display:none;
}



.node-teaser .links li {
	display:inline-block;
	margin-bottom: 8px;
}

.node-teaser .links li.comment-add {
	margin-left:20px;
}

.node-output.node-teaser {
	max-height:207px;
}

#testimonials-2 {
	max-height:307px;
}

#outputs-2 {
	min-height:300px;
}

.icon-doi {
	background:url(../../img/Logo_doi.png) no-repeat left top;
	padding:5px 0 5px 30px;
}



.blog-item-preview .info ul.links {
	list-style:none;
	margin-right:0;
	line-height:1.6em;
	margin-bottom:10px;
	margin-left:0;
}

.blog-item-preview .info ul.links .node-readmore a {
	margin-right:20px;
}

.blog-item-preview .info ul.links .comment-comments a {
	margin-right:20px;
}

.blog-item-preview .info ul.links .comment-news-comments a {
	margin-right:20px;
}


.node ol,.blog-item .info ol {
	list-style:decimal;
	margin-left:20px;
	line-height:1.6em;
}

.comments-list,.meta ul {
	list-style:none!important;
	margin-left:0!important;
}

.breadcrumb, .easy-breadcrumb {
	padding:0!important;
	margin-bottom:0!important;
	background:transparent;
	color: #888;
	text-align: left;
    padding-top: 10px !important;
    float: left;
}

.breadcrumb a , .easy-breadcrumb a {
	color: #04488B;
}

.webform-client-form .form-item {
	margin-bottom:10px;
}
.webform-client-form .webform-component--privacy-policy {
	clear: both;
}
.webform-client-form-156 .form-actions {
	text-align: center !important;
}
.form-type-radio {
	margin-bottom:0;
}

.form-type-radio label {
	width:auto;
}

.menu-block-2 .menu {
	margin-top:0;
}

.menu-block-2 .menu li {
	border-bottom:0;
	line-height:26px;
}

.menu-block-2 .menu li ul.menu {
	margin-top:0;
	padding-left:15px;
}

a.active-trail {
	color:#85C4EC;
}

.FileFolderBox {
	background:#eee none repeat scroll 0 0;
	border:0 none;
	margin:0 0 20px;
	padding:0;
}

.FileFolderBox .views-row {
	background:#f6f6f6 none repeat scroll 0 0;
	border-bottom:1px dotted #ddd;
	padding:4px 0;
}

.FileFolderBox .content {
	margin:0;
	padding:0;
}

.FileFolderBox .content p,#block-views-file-documents-block .content h1.block-title {
	padding:0 20px;
}

.FileFolderBox .block-title-file {
	padding-bottom:5px;
	padding-left:15px;
	padding-top:15px;
}

.FileFolderBox p {
	padding:0 15px;
}

.btn-quadrato-folder {
	background:#fc0 none repeat scroll 0 0;
	color:#fff!important;
	display:inline-block;
	float:left;
	font-size:12px;
	padding:5px 0;
	text-align:center;
	width:50%;
}
.btn {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px !important;
	padding-left: 5px;
	padding-right: 5px;
	border: none;
	color: #fff;
	border-radius: 0px;
	transition: 0.5s !important;
	margin: 0;
}

.btn:hover {
	background-position: left center;
    transition: 0.5s !important;
    -webkit-box-shadow: -6px 11px 30px -20px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: -6px 11px 30px -20px rgba(0, 0, 0, 0.55);
	box-shadow: -6px 11px 30px -20px rgba(0, 0, 0, 0.55);
}
.btn-quadrato-file {
	background:#2eb9f4 none repeat scroll 0 0;
	color:#fff!important;
	display:inline-block;
	font-size:12px;
	padding:5px 0;
	text-align:center;
	width:50%;
}

.btn-quadrato-folder:hover,.btn-quadrato-file:hover {
	background:#222 none repeat scroll 0 0;
	color:#eee!important;
}

.bg-block-2 {
	width:100%;
	float:left;
	background-color:rgba(255,255,255,0.6);
	border:1px solid #fff;
	box-sizing:border-box;
	padding:20px;
	position:relative;
}

.bg-block-2 p {
	margin-bottom:0;
	margin-top:10px;
	color:#333;
}

.bg-block-2 .date-display-single,.bg-block-2 .date-display-range {
	color:#000;
}

.bg-block-2 .views-field-field-date {
	color:#A1DFBD;
}

#highlight .bg-block-2,#highlight .bg-block-1 {
	min-height:380px!important;
}

#section_content_2 ul {
	list-style-image:url(../../img/icon-arrow.png)!important;
	margin-left:15px!important;
}

.bg-block-3 {
	width:100%;
	background-color:#F6F6F6;
	border:1px solid #DDD;
	box-sizing:border-box;
	padding-top: 25px;
	padding-bottom: 35px;
	position:relative;
	padding-left: 16px;
	padding-right: 16px;
}

.bg-block-3 p {
	margin-bottom:0;
	margin-top:10px;
}
.bg-block-3 .calendar-legend {
	margin-top: 20px;
	font-size: 12px;
}
.bg-block-4 {
	width:100%;
	background-color:#2eb9f4;
	border:1px solid #2eb9f4;
	box-sizing:border-box;
	padding:20px;
	position:relative;
}

.bg-block-4 p {
	margin-bottom:0;
	margin-top:10px;
	color:#FFF;
}

.bg-block-4 a {
	color:#FFF;
}

.bg-block-4 a.active-trail {
	color:#F5EA37;
}

#highlight {
	float:left;

}
.section-call-to-action {
	background: #f9f9f9;
}


.section-call-to-action #webform-client-form-156 p {
	display: none;
}
.sticky-enabled {
	width:100%;
	border-collapse:collapse;
}

.sticky-enabled tr th {
	border:1px solid #DDD;
	padding:5px;
	background:#EEE;
	font-weight:700;
}

.sticky-enabled tr td {
	border:1px solid #DDD;
	padding:5px;
}

fieldset.form-wrapper {
	padding:20px;
	border:1px solid #DDD;
	margin:20px 0;
}

.form-wrapper label {
	padding:5px 0;
}

.form-wrapper .description {
	padding:5px 0;
}

.rssfeed p {
	padding:0;
	margin:5px;
}

#rssfeed .rivaCarouselItem {
	border-bottom:1px dotted #DDD;
	margin:5px;
}

.submitted li {
	display:inline;
	padding-left:15px;
}

.stat {
	margin:0 auto;
	text-align:left;
}

.highlight {
	color:#111;
	padding:5px 0;
	font-weight:700;
	overflow:hidden;
	margin-bottom:0;
	font-size:28px;
}

.stat i {
	color:#f7c221;
}

.milestone-details {
	font-weight:700;
	font-size:16px;
	color:#999;
}

.bordertop {
	border-top:3px solid #303335;
}

.fa-post:before {
	content:"\f0e6";
}

.fa-wiki_page:before {
	content:"\f02d";
}

.fa-post,.fa-wiki_page {
	color:#000;
	margin-bottom: 10px;
}

#activity {
	padding-bottom:32px;
}

.userprofile {
	color:#000;
	text-decoration:none;
	padding:3px 0;
}

.min-height-220 {
	min-height:220px;
}

.min-height-240 {
	min-height:240px;
}

.min-height-280 {
	min-height:280px;
}

.min-height-380 {
	min-height:380px;
}

.rivaCarouselNav {
	margin-top:10px;
	margin-bottom:10px;
}

.view-rda2016 .view-filters {
	-moz-border-bottom-colors:none;
	-moz-border-left-colors:none;
	-moz-border-right-colors:none;
	-moz-border-top-colors:none;
	background:#f8f8f8 none repeat scroll 0 0;
	border-color:#73a654 #ddd #ddd;
	border-image:none;
	border-radius:3px;
	border-style:solid;
	border-width:1px 1px 2px;
	margin:10px 0 20px;
	padding:10px;
}

blockquote {
	background:#f7f7f7 none repeat scroll 0 0;
	border-left:1px solid #bbb;
	font-style:italic;
	margin:1.5em 10px;
	padding:.5em 10px;
}

blockquote::before {
	color:#bbb;
	content:"“";
	font-size:3em;
	line-height:.1em;
	margin-right:.2em;
	vertical-align:-.4em;
}

blockquote::after {
	color:#bbb;
	content:"”";
	font-size:3em;
	line-height:.1em;
	vertical-align:-.45em;
}

blockquote > p:first-child {
	display:inline;
}

.field-label {
	font-weight:700;
	color:#222;
	margin-bottom:8px;
}

.tabs-item {
	padding-bottom:20px;
}

#block-section-content-34-block .tabs-item {
	min-height:260px;
	padding-bottom:20px;
}

a.color-black {
	color:#000!important;
}

a.color-black:hover {
	color:#000!important;
}

.date {
	color:#000;
}

.repository-content a {
	color:#555!important;
	float:left;
	font-size:12px;
	width:85%;
}

.fa-File::before {
	content:"";
}

.fa-Folder::before {
	content:"";
}

.fa-Folder {
	color:#fc0;
	font-size:14px;
	line-height:17px;
}

.fa-File {
	color:#2eb9f4;
	font-size:14px;
}



.node-type {
	color:#29aac1;
}

.block-case-statement {
	-moz-border-bottom-colors:none;
	-moz-border-left-colors:none;
	-moz-border-right-colors:none;
	-moz-border-top-colors:none;
	background:#d05b28 none repeat scroll 0 0!important;
	border-bottom:1px solid #BC4F0E;
	border-image:none;
	border-left:1px solid #BC4F0E;
	border-right:1px solid #BC4F0E;
	border-top:5px solid #BC4F0E!important;
	margin-bottom:20px!important;
	padding:20px;
}

.block-case-statement a {
	color:#fff!important;
	font-size:13px;
}

.block-case-statement a i {
	font-size:15px;
	margin-right:10px;
}

.block-case-statement h3 {
	color:#fc0;
	font-size:1.4em;
	line-height:1.6em;
	margin-bottom:2px;
	text-shadow:none;
}

.block-case-statement h4 {
	color:#fc0;
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:2px;
	text-shadow:none;
	margin-top:5px;
}

.block-case-statement .views-field-comment-count {
	color:#fff;
	text-align:right;
}

.circle {
	border-radius:50%;
	height:60px;
	left:0;
	margin:0 auto;
	top:0;
	width:60px;
	background:#477731;
	color:#FFF;
	padding:10px 5px;
}

.circle i {
	margin-bottom:5px;
}

#block-views-calendar-block-1 {
	padding:0!important;
	margin:0 0 20px!important;
	background:#FFF!important;
	border:0!important;
}

.pane-ogcalendar {
	padding:0!important;
	margin:0 0 20px!important;
	background:#FFF!important;
	border:0!important;
}

.view-ogcalendar .date-nav-wrapper .date-prev {
	left:0!important;
	right:auto!important;
}

.view-ogcalendar ul.pager {
	margin:0!important;
	padding:0 0 2px!important;
}

.view-ogcalendar .date-nav-wrapper .date-heading h3 {
	line-height:25px;
}

.calendar-calendar div.date-nav {
	background-color:#ccc;
	color:#777;
	padding:.2em;
	width:auto;
}

.calendar-calendar div.date-nav a,.calendar-calendar div.date-nav h3 {
	color:#fff;
	text-decoration:none;
}

.calendar-calendar th.days {
	background-color:#eee;
	border:1px solid #ccc;
	color:#777;
	font-weight:700;
}

.calendar-calendar td.empty {
	background:#ccc none repeat scroll 0 0;
	color:#cc9;
}

.calendar-calendar table.mini td {
	border:1px solid #ddd;
	height:30px;
	text-align:center;
	vertical-align:middle;
}

.calendar-calendar table.mini td.empty {
	background:#f8f8f8 none repeat scroll 0 0;
	border-color:#ddd;
}

.view .date-nav-wrapper .date-heading {
	
	background:#04488B none repeat scroll 0 0;/*#63a743 none repeat scroll 0 0;*/
	position:relative;
	text-align:center;
	top:0;
	width:100%;
	z-index:0;
}

.date-nav-wrapper .date-prev a,.date-nav-wrapper .date-next a {
	background-color:transparent!important;
	border:0!important;
	border-radius:5px;
	display:inline-block;
	padding:5px!important;
	color:#FFF!important;
	font-size:14px!important;
}

.view .date-nav-wrapper .date-prev,.view .date-nav-wrapper .date-next {
	background-color:transparent!important;
	padding:0;
}

.view .date-nav-wrapper .date-heading {
	padding:10px 0;
}

.view .date-nav-wrapper .date-heading h3 a {
	color:#FFF;
}

.view .date-nav-wrapper .date-nav {
	margin:0;
	padding:0;
}

.view-display-id-block_6 .views-row {
	background:#f6f6f6 none repeat scroll 0 0;
	border-bottom:1px dotted #ddd;
	padding:10px 15px;
}

.repository-content a {
	color:#555!important;
	float:left;
	font-size:12px;
	line-height:18px;
	width:85%;
}

.repository-content i {
	float:left;
	width:25px;
}

#edit-field-attachment-und-0-upload,#edit-field-image-postcomment-und-0-upload {
	border-radius:0;
	width:auto;
	background:transparent;
}

#edit-field-attachment-und-0-upload-button,#edit-field-image-postcomment-und-0-upload-button {
	width:auto;
}

.padding-10 {
	padding:10px;
}

.fa-wiki_page::before {
	content:"";
}

.view-display-id-block_7 {
	margin-top:20px;
}

.generic-event {
	background:#444 none repeat scroll 0 0;
	color:#fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.group-event {
	background:#04488B none repeat scroll 0 0;
	color:#fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.event-type-class {
	clear:both;
	color:#eee!important;
	display:block;
	padding:2px!important;
}
.node-unpublished {
	background-color: transparent;
}

.calendar-calendar .month-view .full td.single-day .inner div,.calendar-calendar .month-view .full td.single-day .inner div a,.calendar-calendar .month-view .full td.multi-day .inner div,.calendar-calendar .month-view .full td.multi-day .inner div a,.calendar-calendar .month-view .full td .inner div.calendar.monthview div,.calendar-calendar .month-view .full td .inner div.calendar.monthview div a,.calendar-calendar .week-view .full td.single-day .inner div,.calendar-calendar .week-view .full td.single-day .inner div a,.calendar-calendar .week-view .full td.multi-day .inner div,.calendar-calendar .week-view .full td.multi-day .inner div a,.calendar-calendar .week-view .full td .inner div.calendar.weekview div,.calendar-calendar .week-view .full td .inner div.calendar.weekview div a,.calendar-calendar .day-view .full td .inner div.view-item,.calendar-calendar .day-view .full td .inner div.calendar div,.calendar-calendar .day-view .full td .inner div.calendar div a {
	background:rgba(0,0,0,0) none repeat scroll 0 0;
}

.format .group-type {
	padding:5px 0;
	line-height:35px;
}

.block-info-group .field {
	padding:3px 0;
}

tr.odd {
	background:#FFF;
}

tr.even {
	background:#F4F4F4;
}

.table-class,.table-bordered {
	border-collapse:collapse;
}

.table-class tr,.table-bordered tr {
	border:1px solid #EEE;
}

.table-class td,.table-class th,.table-bordered td,.table-bordered th,.row-bordered td,.row-bordered th {
	padding:10px;
}

.row-bordered {
	border-collapse:collapse;
}

.row-bordered th {
	border-bottom:1px solid #FC9423;
	font-weight:700;
}

.row-bordered tr {
	border-bottom:1px solid #DDD;
}

.row-bordered td {
	padding:10px;
	vertical-align:top;
	border-left:0;
	border-right:0;
	min-width: 135px;
}

.table-style1 {
	border-collapse:collapse;
}

.table-style1 th {
	border-bottom:3px double #2eb9f4;
	font-weight:700;
	background:#2eb9f4;
	color:#FFF;
	padding:20px;
}

.table-style1 th a {
	color:#E8FA2E!important;
}

.table-style1 tbody tr:nth-child(even) {
	background-color:#FFF;
}

.table-style1 tbody tr:nth-child(odd) {
	background-color:#F9F9F9;
}

.table-style1 tr {
	border-bottom:3px double #DDD;
}

.table-style1 td {
	padding:20px;
	vertical-align:top;
}

.table-padding10 {
	border-collapse:collapse;
}

.table-padding10 td,.table-padding10 th {
	padding:10px;
	vertical-align:top;
}

.table-bordered {
	border-collapse:collapse;
}

.table-bordered th {
	border-bottom:1px solid #FC9423;
	font-weight:700;
	padding:10px;
	background:#FFF;
}

.table-bordered td {
	padding:20px;
	border:1px solid #DDD;
	vertical-align:top;
}

.icon-list {
	padding-left:20px;
	list-style:none;
	line-height:1.4em!important;
	border:0!important;
	position:relative;
	padding-bottom:5px;
}

.icon-list i {
	position:absolute;
	top:3px;
	left:0;
	color:#538B39;
}

.responsive-menus.responsified .responsive-menus-simple {
	background:#303335 none repeat scroll 0 0;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	box-shadow:none;
	display:none;
	width:100%;
}

.responsive-menus.responsified span.toggler {
	background:#303335 none repeat scroll 0 0;
	border-radius:0;
	box-shadow:none;
	color:#fff;
	cursor:pointer;
	display:block;
	font-size:100%;
	outline:medium none;
	padding:10px;
	text-align:center;
	border-top:3px solid #2eb9f4;
}

.responsive-menus.responsified .responsive-menus-simple li a {
	border-bottom:0!important;
	color:#fff;
	display:block;
	margin:0;
	padding:4px 10px 4px 20px;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	font-family: inherit;
	font-weight: 600;
	
}
.responsive-menus.responsified .responsive-menus-simple li a::before {
    font-family: FontAwesome;
}
.responsive-menus.responsified .responsive-menus-simple li a .fa-home::before {
    content: "\f015";
}

.responsive-menus.responsified .responsive-menus-simple > li.last a {
	border-bottom:medium none;
}

.responsive-menus.responsified .responsive-menus-simple li ul li a {
	padding:5px 10px 5px 20px;
}

.responsive-menus.responsified .responsive-menus-simple li ul {
	padding-left:40px;
}

.filter-list {
	width:100%;
}

.filter-list select {
	font-size:80%;
}

.filter-list fieldset {
	padding:10px;
	border:1px solid #DDD;
	background:#EEE;
	margin-bottom:20px;
}

.views-exposed-widgets #edit-mail-wrapper,.views-exposed-widgets #edit-field-profile-name-value-wrapper,.views-exposed-widgets #edit-field-profile-surname-value-wrapper,.views-exposed-widgets #edit-field-profile-professiona-title-value-wrapper {
	width:50%;
}

.views-exposed-widgets #edit-mail-wrapper .views-operator {
	float:left;
	margin-right:10px;
}

.views-exposed-widgets #edit-mail-wrapper .views-widget {
	float:right;
}

.views-exposed-widgets #edit-field-profile-name-value-wrapper .views-operator {
	float:left;
	margin-right:10px;
}

.views-exposed-widgets #edit-field-profile-name-value-wrapper .views-widget {
	float:right;
}

.views-exposed-widgets #edit-field-profile-surname-value-wrapper .views-operator {
	float:left;
	margin-right:10px;
}

.views-exposed-widgets #edit-field-profile-surname-value-wrapper .views-widget {
	float:right;
}

.views-exposed-widgets #edit-field-profile-professiona-title-value-wrapper .views-operator {
	float:left;
	margin-right:10px;
}

.views-exposed-widgets #edit-field-profile-professiona-title-value-wrapper .views-widget {
	float:right;
}

.small-font {
	font-size:90%;
}

.small-font td {
	padding:10px;
}

.xscrolling {
	overflow-x:visible;
}

@media (max-width: 480px) {
	form.form-checkout .form-elem {
		padding-left:100px;
	}
	
	form.form-checkout .form-elem input,form.form-checkout .form-elem textarea,form.form-checkout .form-elem select {
		min-width:100%;
	}
	
	.node-output.node-teaser {
		max-height:none;
	}
	
	header.site-header nav.desktop-nav {
		display:block;
	}
	
	nav.responsive-menus-simple ul li ul {
		padding-left:20px!important;
	}
	
	nav.responsive-menus-simple ul li ul li ul {
		padding-left:40px!important;
	}
	
	nav.responsive-menus-simple ul li nav.desktop-nav > ul {
		width:100%!important;
	}
	
	nav.responsive-menus-simple ul li nav.desktop-nav > ul > li.desktop-nav-li {
		border:0!important;
	}
	
	nav.responsive-menus-simple ul li nav.desktop-nav > ul > li.desktop-nav-li > a {
		float:none!important;
	}
	
	header.site-header nav.desktop-nav > ul ul,header.site-header nav.desktop-nav > ul {
		position:relative;
	}
	
	nav.responsive-menus-simple ul li {
		width:100%;
		font-weight:300;
		font-size:15px;
		border:0!important;
	}
	
	nav.responsive-menus-simple ul li nav.desktop-nav {
		float:none!important;
		display:block;
	}
	
	nav.responsive-menus-simple ul li nav.desktop-nav > ul > li.desktop-nav-li > a {
		margin-bottom:5px;
		display:block;
		font-size:15px;
		font-weight:300;
	}
	
	nav.responsive-menus-simple ul li nav.desktop-nav > ul > li.desktop-nav-li {
		display:block;
		border:0!important;
		width:100%;
		font-weight:300;
		font-size:15px;
	}
	
	nav.responsive-menus-simple ul li nav.desktop-nav > ul ul {
		width:86%!important;
		border:0;
	}
	
	nav.responsive-menus-simple ul li nav.desktop-nav > ul > li ul {
		position:relative;
		left:auto;
		top:auto;
		right:auto;
		border:0;
	}
	
	nav.responsive-menus-simple ul li nav.desktop-nav > ul ul > li.desktop-nav-li {
		border:0!important;
		padding:5px 10px;
	}
}

@media (max-width: 768px) {
	header.site-header .bar-sticked {
		position:relative;
		z-index:10001;
	}
	
	#site-header .sm-buttons {
		text-align: center !important;
		float: none !important;
		margin-left: auto;
		margin-right: auto;
		display: table;
	}
	
	#site-header p.links {
		margin:10px 5px 0!important;
		text-align:center!important;
		margin:0 auto;
	}
	
	#site-header p.links a {
		text-align:center;
		margin:0 10px 0 0!important;
		display:inline-block;
	}
	
	#site-header #payoff {
		display:none;
	}
}

@media (max-width: 980px) {
	header.site-header div.mobile-nav {
		display:block;
	}
	
	/*header.site-header nav.desktop-nav{display:none}*/
	nav.responsive-menus-simple ul li ul {
		padding-left:20px!important;
	}
	
	nav.responsive-menus-simple ul li ul li ul {
		padding-left:40px!important;
	}
	
	nav.responsive-menus-simple ul li nav.desktop-nav > ul {
		width:100%!important;
	}
	
	nav.responsive-menus-simple ul li nav.desktop-nav > ul > li.desktop-nav-li {
		border:0!important;
	}
	
	nav.responsive-menus-simple ul li nav.desktop-nav > ul > li.desktop-nav-li > a {
		float:none!important;
	}
	
	header.site-header nav.desktop-nav > ul ul,header.site-header nav.desktop-nav > ul {
		position:relative;
	}
	
	nav.responsive-menus-simple ul li {
		width:100%;
	}
	
	nav.responsive-menus-simple ul li nav.desktop-nav {
		float:none!important;
		display:block;
	}
	
	nav.responsive-menus-simple ul li nav.desktop-nav > ul > li.desktop-nav-li > a {
		margin-bottom:5px;
		display:block;
		font-size:15px;
		font-weight:300;
	}
	
	nav.responsive-menus-simple ul li nav.desktop-nav > ul > li.desktop-nav-li {
		display:block;
		border:0!important;
		width:100%;
		font-weight:300;
		font-size:15px;
	}
	
	nav.responsive-menus-simple ul li nav.desktop-nav > ul ul {
		width:86%!important;
		border:0;
	}
	
	nav.responsive-menus-simple ul li nav.desktop-nav > ul > li ul {
		position:relative;
		left:auto;
		top:auto;
		right:auto;
		border:0;
	}
	
	nav.responsive-menus-simple ul li nav.desktop-nav > ul ul > li.desktop-nav-li {
		border:0!important;
		padding:5px 10px;
	}
	
	header.site-header .bar-sticked {
		position:relative;
		z-index:10001;
	}
	.effect-4{
		visibility: visible !important;
		-webkit-transform: none !important;
		opacity: 1 !important;
		transform: none !important;
		-webkit-transition: none !important;
		transition: none !important;
	}
	.tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a {

		margin-left: 0px;

	}
	.tb-megamenu .tb-megamenu-block, .tb-megamenu .tb-megamenu-block h2  {
		color: #fff;
	}
}



.group.unsubscribe {
	padding:5px 15px;
	background:#222;
	color:#FFF;
	border-radius:5px;
	margin-top:20px;
}

.group.unsubscribe:hover {
	padding:5px 15px;
	background:#333;
	color:#FFF;
	border-radius:5px;
}

.view-id-groups_views .field-content{
	text-align: center;
}
.group.subscribe {
	margin-top: 20px;
	padding: 5px 15px;
	background: #444;
	color: #FFF;
	border-radius: 5px;
	text-align: center;
}

.group.subscribe:hover {
	padding:5px 15px;
	background:#04488B;
	color:#FFF;
	border-radius:5px;
}

.views-field-group-access .field-content {
	display:block;
	text-align: center;
	min-height:45px;
}

#top-message p {
	margin-top:0;
	padding-top:0;
	padding-bottom:0;
	margin-bottom:0;
}

#top-message {
	background:rgba(255,255,255,0.9);
	padding:20px;
}
#top-activity {
	background:rgba(255,255,255,0.9);
	padding:20px;
}

input[type="file"] {
	display:inline-block;
}

.support tr.state-3.priority-2 {
	background-color:#F4F4F4;
}

table.support {
	margin-bottom:20px;
}

table.support td {
	border:0;
	border-bottom:2px solid #FFF;
}

table.support td:nth-child(4) {
	width:150px;
}

table.support td:nth-child(2) a {
	color:red;
}

#support-page-form label {
	margin:10px 0;
}

.horizontal-line .form-radios .form-type-radio {
	display:inline-block;
	margin-right:10px;
}

.horizontal-line .form-checkboxes .form-checkbox {
	display:inline-block!important;
	margin-right:10px;
	margin-top:0;
}

.horizontal-line .form-checkboxes label {
	display:inline-block!important;
	margin-right:5px;
	width:auto!important;
	margin-top:2px;
}

/*
.responsive-menus-simple nav {
    display: block !important;
    margin: 0;
    padding: 0;
    visibility: visible !important;
}
nav.responsive-menus-simple  ul li nav.desktop-nav {float: none !important; margin-left: 5%; display: block;}
nav.responsive-menus-simple  ul li nav.desktop-nav ul li.expanded {display: block;background: none;}
*/
#advpoll-form-53779 input.form-checkbox {
	margin-right:10px;
	margin-top:14px;
}

#advpoll-form-53779 .form-checkbox,#advpoll-form-53779 label {
	float:left;
	width:auto;
	line-height:20px;
}

.form-type-checkbox {
	display:block;
	width:100%!important;
/* height: 35px; */
}

#advpoll-form-53779 input[type="submit"] {
	border:0 none;
	box-sizing:border-box;
	cursor:pointer;
	display:inline-block;
	font-family:"Open Sans Condensed";
	font-style:normal!important;
	text-transform:uppercase;
	background-color:#2eb9f4!important;
	border-bottom:3px solid #477731;
	color:#fff!important;
	transition:all .4s ease 0;
	border-radius:5px!important;
	font-size:15.6px;
	line-height:31px;
	padding:0 20px;
	color:#FFF;
}

.webform-submit {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px !important;
	padding-left: 35px;
	padding-right: 35px;
	background-position: right center;
	border: none;
	background-size: 200% auto;
	color: #fff;
	background-image: linear-gradient(to right, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	border-radius: 50px;
	transition: 0.5s !important;
}

.webform-submit:hover {
	background-position: left center;
    transition: 0.5s !important;
    -webkit-box-shadow: -6px 11px 30px -20px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: -6px 11px 30px -20px rgba(0, 0, 0, 0.55);
	box-shadow: -6px 11px 30px -20px rgba(0, 0, 0, 0.55);
}
.profile-user {
	padding-top: 33px;
	padding-bottom: 14px;
	float: right;
}
.profile-user a{
	color: #999;
	padding-right: 10px;
	padding-left: 15px;
}
/*
.profile-user .logout {
	display: none;
}
*/
/*
.openid-login{
	position: absolute;
	width: auto;
}
*/
#openid-connect-login-form input{
	background: transparent;	
	border:none;
	text-transform: uppercase;
	padding-top: 7px;
    padding-right: 10px;
    float: left;

}
#openid-connect-login-form{
	position: relative;
	float: right;
	margin-top: 20px;
}
#openid-connect-login-form:before {
	content: "\f090";
	font-family: 'FontAwesome';
	color: #999;
	position: absolute;
	top: 27%;
	left: -15px;
}
.profile-user a{
	padding-left:11px;
	position: relative;
	
	
}

.profile-user a:before {
	content: "\f007";
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #999;
	position: absolute;
	top: 7%;
	left: -7px;
	transition: 0.6s;
}
 
.section-footer {
	padding-top: 50px;
	padding-bottom: 20px;
	border-top: 1px solid #fff;
	margin-top: 50px;
}
.section-footer .sitemap-footer .float-right{
	float: left !important;
}
.section-footer #footer-sitemap ul li {
	padding-right: 20px;
}

.section-footer #footer-sitemap ul > li{
	width: 13%;
} 
.section-footer #footer-sitemap ul > li > ul >li {
	width: 100%;
	font-size: 11px;
	line-height: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.section-footer #footer-sitemap ul li .fs-root-link {
	text-transform: uppercase;
	margin-bottom: 20px;
	clear: both;
	float: left;
	display: block;
	width: 100%;
	line-height: 19px;
}
.section-footer #footer-sitemap ul li .fs-root-link a{
	margin-bottom: 30px;
	clear: both;
	float: left;
}
.section-footer .footer-top .footer-content .footer-social {
    display: inline-block;
    padding-top: 20px;
}

.section-footer .footer-top .footer-content .footer-social li {
    display: inline-block
}

.section-footer .footer-top .footer-content .footer-social li a {
    color: #666;
    font-size: 130%;
    padding: 5px
}

.section-footer .footer-top .footer-content .footer-social li a:hover {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 10.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    color: #85C4EC
}
.section-footer .footer-top .footer-content p {
    display: inline-block;
    color: #444;
}
.section-footer .footer-top .line-break {
    border-bottom: 1px solid #444;
    position: absolute;
    right: 0;
    bottom: 38%;
    width: 70%;
}
.section-footer .footer-top {
    position: relative;
}
.section-footer .scroll-top #to-the-top {
    background: #FDEB19;
    width: 100px;
    height: 50px;
    border-radius: 0px 0px 200px 200px;
    -moz-border-radius: 0px 0px 200px 200px;
    -webkit-border-radius: 0px 0px 200px 200px;
    border: 0px solid #000000;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
}
.section-footer .scroll-top #to-the-top a {
	color: #04488B;
}

.secondary-footer {
    background: #f9f9f9;
    padding: 20px 0px 10px 0px;
    float: left;
    width: 100%;
}

.secondary-footer p {
    color: #666
}

@media (max-width: 767px) {
    .secondary-footer p {
        text-align: center
    }
	.profile-user {
    	padding-top: 24px;
	}
	header.site-header section.bar-sub{
		padding-top: 0;
	}
}

.secondary-footer p svg {
    color: red
}

.secondary-footer .privacy {
    text-align: right
}

@media (max-width: 767px) {
    .secondary-footer .privacy div {
        text-align: center !important
    }
}

.secondary-footer .privacy div a {
    text-decoration: none
}

.secondary-footer .privacy div .cont-privacy {
    color: #666
}

@keyframes flickerAnimation {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.animate-scroll {
    -webkit-animation: flickerAnimation 2s infinite;
    -moz-animation: flickerAnimation 2s infinite;
    -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite
}
section-footer .footer-down {
    margin-top: 30px
}

.section-footer .footer-down h3 {
    font-size: 100%;
    font-weight: bold;
    color: #444
}

@media (max-width: 767px) {
    .section-footer .footer-down .contact {
        margin-top: 20px;
        text-align: center
    }
}

.section-footer .footer-down .contact ul {
    margin: 0;
	border-left: 1px solid #aaa;
	padding-left: 20px;
}

.section-footer .footer-down .contact ul li {
    list-style-type: none;
    display: block;
    border: 0;
    margin-right: 10px;
}

.section-footer .footer-down .contact ul li i {
    color: #ddd;
}

.section-footer .footer-down .contact ul li a {
    color: #ddd;
    text-decoration: none
}

.section-footer .footer-down .contact ul li a:hover {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 10.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    color: #85C4EC
}
.picture-user-page{
		width: 300px;
	height: 300px;
	overflow: hidden;
}
.picture-user-page a{
	border-radius: 20px;
}
.picture-user-page img{
	width: 100%;
		
}
.block-recent-act h3 {
	font-size: 130%;
	padding: 10px;
	background-color: rgba(134, 199, 238, 0.47);
	border: 1px solid #85c4ec;
	margin-bottom: 10px !important;
}
.block-recent-act strong {
	line-height: 25px;
}
.view-display-id-block_3  .view-filters {
	margin-bottom: 40px;
}
#views-exposed-form-groups-views-block-3 .views-exposed-form {
	position: relative;
}
#views-exposed-form-groups-views-block-3 .views-exposed-form #edit-title-wrapper, #views-exposed-form-groups-views-block-3 .views-exposed-form #edit-type-wrapper, #views-exposed-form-groups-views-block-3 .views-exposed-form #edit-field-surname-value-wrapper{
	float: left;
	display: inline-block;
	width: 33.3%;
	position: relative;
	min-height: 1px;
	margin-bottom: 50px;
}
#views-exposed-form-groups-views-page-1 .form-type-textfield {
	margin-bottom: 50px;
}
#views-exposed-form-groups-views-page-1 .views-exposed-form .views-submit-button {
	float: left;
	top:75px;
}
#views-exposed-form-groups-views-block-3 .views-exposed-form .views-exposed-widget input, .views-widget-filter-type .form-type-select .form-select, #views-exposed-form-groups-views-page-1 .form-type-textfield .form-text {
    height: 30px;
    padding: 5px;
    border-bottom: 2px solid #04488B !important;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-radius: 0;
    color: #999;
    box-sizing: border-box;
    transition: border .4s ease;
    outline: none;
    background-color: transparent;
    max-width: 100%;
}
#views-exposed-form-groups-views-block-3 .views-exposed-form .views-exposed-widget .form-submit {
	background: #04488B !important;
	color: #fff !important;
	border: 0 !important;
}
#views-exposed-form-groups-views-block-3 .views-exposed-form .views-exposed-widget .form-submit:hover {
	background: #FDEB19 !important;
	color: #04488B !important;
} 


#views-exposed-form-groups-views-block-3 .views-exposed-form label {
	min-height: 28px;
}
#views-exposed-form-groups-views-block-3 .views-exposed-form .form-submit, #views-exposed-form-groups-views-page-1 .views-exposed-form .views-submit-button .form-submit {
	margin: 0;
	width: auto !important;
	padding: 0px 26px 0px 26px !important;
	border: 2px solid #85c4ec !important;
	background: rgba(134, 199, 238, 0.2) !important;
	color: #85c4ec !important;
	line-height: inherit;
	min-height: inherit;
	border-radius: 5px !important;
}
#views-exposed-form-groups-views-block-3 .views-exposed-form .form-submit:hover {
	background: #85c4ec !important;
	color: #fff !important;
	-webkit-transition: 0.5s ease-out;
    -moz-transition: 10.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
	
}
.views-exposed-form .views-submit-button {
	padding: .5em 1em 0 0;
	position: absolute;
	bottom: 0;
}
.field-name-og-user-node .field-label:before {
	content: "__";
	font-family: FontAwesome; 
	padding-right: 5px;
	color: #85c4ec;
	font-size: 20px;
	margin-bottom: 10px;
}
.page-user-54 h3 {
	margin-bottom: 5px;
	margin-top: 10px;
}
.page-user-54 .col-md-8 h3:before {
	content: "__";
	font-family: FontAwesome; 
	padding-right: 5px;
	color: #85c4ec;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 0;
}
.page-user-54 .field-items {
	color: #555 !important;
}
.page-user-54 .field-item a {
	padding-left: 25px;
}
.page-user-54 .col-md-8 dl {
	padding-left: 28px;
	color: #555 !important;
}
#user-login input {
	max-width:  100%;
	border-bottom: 2px solid #85c4ec;
	border-radius: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	margin-bottom: 10px;
}
#user-login .form-actions {
	max-width: 100%;
	text-align: left;
}
#top-activity .owl-carousel .owl-item {
	padding-left: 15px;
	padding-right: 15px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: rgba(134, 199, 238, 0.2) !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;

}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
		background: #85c4ec !important;
}
#user-register-form .fieldset-wrapper .field-name-field-i-agree-to-my-name-surname .option, #user-register-form .fieldset-wrapper .field-name-field-i-agree-to-my-name-surname .description, #user-register-form .field-name-field-i-agree-to-my-name-surname input {
	display: inline-block;
}
#user-register-form .fieldset-wrapper .field-name-field-i-agree-to-my-name-surname .option{
	width: 1%;
	display: inline-block;
}
#user-register-form .field-name-field-i-agree-to-my-name-surname input[type="checkbox"] {
	float: none !important;
}
#user-register-form  .form-wrapper .form-item input, #search-form .search-advanced .form-item .form-text {
    height: 30px;
    padding: 5px;
    border-bottom: 2px solid #04488B !important;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-radius: 0;
    color: #999;
    box-sizing: border-box;
    transition: border .4s ease;
    outline: none;
    background-color: #FFF;
    max-width: 100%;
    text-transform: inherit;
}
.user-groups .field-name-og-user-node .field-label {
	display: none;
}
.user-groups .field-name-og-user-node .field-item:before {
	content: "\f0c0";
	font-family: FontAwesome;
	color: #04488B;   
	padding-right: 5px;
}
.user-groups .field-item {
	padding-bottom: 10px;
}
.user-groups .field-name-og-user-node .field-item a {
	padding-left: 5px;
}
.tabs-item .view-my-last-comments .views-row {
	line-height: 20px;
} 
.next-prev-node .d-btn {
    background: #04488B !important;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 0;
    padding: 21px;
    border-radius: 0 !important;
    color: #fff !important;
}
.next-prev-node .nav-previous,
.next-prev-node .nav-next {
  	position: fixed;
	top: 70%;
	width: 100px;
	margin-top: -50px;
	z-index: 9;
	padding: 10px;
}

.next-prev-node .nav-previous div,
.next-prev-node .nav-next div {
  position: absolute;
  top: 0;
  padding: 14px 15px;
  background: #85C4EC;
  color: #fff;
  overflow: hidden;
  width: 265px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}

.next-prev-node .nav-previous {
  left: 0;
}

.next-prev-node .nav-previous div {
  left: -300px;
}

.next-prev-node .nav-previous div img {
  float: right;
  margin-left: 15px;
}

.next-prev-node .nav-previous div .post-title {
  float: left;
  width: 120px;
  display: inline-block;
  text-align: right;
}

.next-prev-node .nav-previous:hover div {
  left: 46px;
}

.next-prev-node .nav-next {
  right: 0;
}
#search-form .search-advanced {
	border: 0;
}
#user-register-form .form-wrapper .form-item {
    width: 50%;
    float: left;
    display: grid;
    padding-right: 15px;
    position: relative;
}
.search-form#search-form #edit-basic, #user-register-form .form-wrapper {
	border: 0;
}
#user-register-form .form-wrapper label {
    font-size: 14px;
    color: #666;
    font-weight: 400;
}
#user-register-form .fieldset-wrapper .field-type-list-text .form-type-select .form-select {
    display: inline-block;
    width: auto;
    cursor: pointer;
    padding: 2px 10px;
    border-radius: 0;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-bottom: 2px solid #58afd1;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    color: #58afd1;
}
#user-register-form .field-type-list-text .form-type-select label:before 
{
	content: "\f0dd";
	font-family: FontAwesome;
	cursor: pointer;
	color: #58afd1;
	position: absolute;
	bottom: 9px;
}
.view-ogcalendar .view-header
{
	margin-top:100px;
}
.view-ogcalendar .view-filters
{
	top:0;
	position:absolute;
}
.calendar-sidebar
{
	display: inline-block;
}
.calendar-sidebar .view .date-nav-wrapper .date-heading h3
{
	color:#fff;
    font-size: 16px;
}
.calendar-sidebar .view-ogcalendar .view-header {
    margin-top: 0;
}
.calendar-calendar td.empty {
    background: #ccc none repeat scroll 0 0;
    color: #7db8de;
}

.calendar-calendar .month-view .full tr.single-day .no-entry,
.calendar-calendar .month-view .full tr.single-day .no-entry .inner {
  height: auto !important;
  line-height: 22px!important;
}
.submittedby img {
	width: 30px;
	height: 30px;
	border-radius: 20px;
}

.sidebar-groups {
	background: #fff;
	padding: 20px;
	text-align: left;
}

/* SECTION ABOUT */
.section.about{
	padding-bottom: 150px;
}
.section.about h2 {
	font-weight: 400;
	font-size: 2.375rem;
}
.section.about h2:after {
	width: 50px;
	height: 2px;
	background: #fff;
	content: '';
	display: block;
	margin-top: 20px;
}
.section.about p{
	text-align: justify;
	margin: 0;
	line-height: 21px;
	
}
.section.about .col-md-6:nth-child(1){
	border-right: 1px solid #fff;
}

/*
.section.about::after {
    position: absolute;
    background-image: url('/sites/all/themes/dotte/img/item.svg');
    background-repeat: repeat-x;
    background-position: center bottom;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    background: url('/sites/all/themes/dotte/img/item.svg') repeat-x center top,-webkit-linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100px,rgba(255,255,255,1) 100px,rgba(255,255,255,1) 100%);
    background: url('/sites/all/themes/dotte/img/item.svg') repeat-x center top,-o-linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100px,rgba(255,255,255,1) 100px,rgba(255,255,255,1) 100%);
    background: url('/sites/all/themes/dotte/img/item.svg') repeat-x center top,linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100px,rgba(255,255,255,1) 100px,rgba(255,255,255,1) 100%);
    content: '';
}
*/

.section.about svg {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	z-index: 10;
}
/* SECTION what-you-can-do */
.what-you-can-do {
	float: left;
}
.what-you-can-do .list-item .content{
	margin-top: 50px;
	transition: 0.6s;
}

.what-you-can-do h3{
	font-weight: 400;
	font-size: 2.375rem;
}
.what-you-can-do h3:after {
	width: 50px;
	height: 2px;
	background: #222;
	content: '';
	display: block;
	margin-top: 20px;
}
.what-you-can-do .list-item {
	display: flex;
	width: 100%;
}
.what-you-can-do .content {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}
.what-you-can-do img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 20%;
	display: inline-block;
	position: absolute;
	transition: 0.6s;
}
.what-you-can-do .list-item .content:hover img {
	transform: scale(1.1);
	transition: 0.6s;
}
@media (max-width: 980px) {
	.what-you-can-do img {
		margin-left: auto;
		margin-right: auto;
		display: block !important;
		width: 20%;
		display: inline-block;
		position: relative;
	}
	.what-you-can-do .title {
	    text-align: center !important;
	    display: inline-block;
	    width: 100%;
	    padding-left: 0px !important;
    }
    .what-you-can-do .content{
	    display: block;
    }
    #footer-sitemap ul li{
	    float: none;
	    text-align: center;
    }
    #footer-sitemap ul li{
	    margin-bottom: 20px;
	    
    }
	#footer-sitemap ul li ul li{
    	padding-right: 0 !important;
 	}
 	.section-footer #footer-sitemap ul > li{
		width: 100%;
	} 
    .site-footer .footer-top a{
	     text-align: center  !important;
    }
    .site-footer{
	     background-position: left !important;
    }
}

.what-you-can-do .title {
	text-align: left;
	display: inline-block;
	font-size: 18px;
	position: relative;
	font-weight: 300;
	padding-left: 90px;
	margin-top: 16px;
}


.section.heart .heart-eosc, .section.heart .efficient-competent {
	padding-bottom: 50px;
}
.section.heart .heart-eosc a, .section.heart .efficient-competent a {
	color: #04488B;
}
.section.heart .heart-eosc img, .section.heart .efficient-competent img{
	mix-blend-mode: multiply;
}
.section.heart .heart-eosc .text, .section.heart .efficient-competent .text{
	padding: 30px;
}

.site-footer {
    background-image: url('/sites/all/themes/dotte/img/footer.svg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px;
    clear: both;
    background-position: center;
}

.site-footer .footer-top a i {
	font-size:23px;
	padding-left: 10px;
	padding-top: 10px;
}
.site-footer .webform-contact-us-footer {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	float: none;
}
.site-footer .webform-contact-us-footer .wrapper-webform input {
	width: 100%;
}
.site-footer .webform-contact-us-footer .button-primary{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.site-footer .webform-contact-us-footer .webform-client-form-115{
	margin-bottom: 50px;
}
.site-footer .webform-contact-us-footer .webform-client-form-115 input, .site-footer .webform-contact-us-footer .webform-client-form-115 .form-textarea, .site-footer .webform-contact-us-footer .webform-client-form-115 select{
	background: transparent;
	border:1px solid #fff;
}
.site-footer .webform-contact-us-footer .webform-client-form-115 select {
	width: 100%;
}

.site-footer .block-title-form-footer{
	margin-top: 150px;
}
.site-footer .block-title-form-footer h2 {
	color: #fff;
	text-align: center;
}
.block-news-opinion-home #tabs {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
}
.block-news-opinion-home #tabs > li {
	display: inline-block;
	border-bottom: 2px solid #ddd;
}
.block-news-opinion-home #tabs > li a {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	padding: 20px;
}
.block-news-opinion-home #tabs > li.active {
	border-bottom: 3px solid #FDEB19;
	transition: 0.6s;
}
.block-news-opinion-home .tab-content .opinion-item {
	padding: 20px;
	border-radius: 20px;
	background: #f9f9f9;
	position: relative;
	box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.10);
}

.block-news-opinion-home .tab-content #opinion{
	margin-top: 90px;
}
.block-news-opinion-home .tab-content .opinion-item .content {
	margin-top: 50px;
}

.block-news-opinion-home .no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.block-news-opinion-home .ce-feature-box-46 {
	width:100%;
	padding:0;
	float:left
}
.block-news-opinion-home .ce-feature-box-46 .ce-post-img {
	position:relative;
	width:100%;
	padding:0;
	float:left
}
.block-news-opinion-home .ce-feature-box-46 .ce-post-img .overlay {
	position:absolute;
	width:100%;
	height: 100%;
	padding:150px 0 0;
	float:left;
	text-align:center;
	z-index:1;
	opacity:0;
	transition:all .3s ease-out 0s
}

.block-news-opinion-home .ce-feature-box-46 .ce-post-img .overlay i {
	position:absolute;
	color:#fff;
	margin-left: auto;
	margin-right: auto;
	opacity:0;
	font-size:22px;
	font-weight:100;
	text-align:center;
	transition:all .3s ease-out 0s
}
.block-news-opinion-home .ce-feature-box-46 .text-box {
	 height:320px;
	 padding:40px
}
.block-news-opinion-home .ce-feature-box-46 .text-box.one {
	height:382px;
	width: 100%;
	float: left;
}
.block-news-opinion-home .ce-feature-box-46 .text-box .blog-post-info span {
	color:#000;
	opacity:.3
}
.block-news-opinion-home .ce-feature-box-46 .text-box .blog-post-info p {
	font-size: 14px;
}
.block-news-opinion-home .ce-feature-box-46 .ce-post-img .arrow-up {
	position:absolute;
	width:0;
	height:0;
	left:175px;
	bottom:0;
	border-left:20px solid transparent;
	border-right:20px solid transparent;
	border-bottom:20px solid #fff;
	z-index:2
}
.block-news-opinion-home .ce-feature-box-46 .ce-post-img .arrow-down {
	position:absolute;
	width:0;
	height:0;
	left:175px;
	top:0;
	border-left:20px solid transparent;
	border-right:20px solid transparent;
	border-top:20px solid #fff
}
.block-news-opinion-home .ce-feature-box-46 .text-box .title {
	margin-bottom:10px;
	line-height:25px;
	font-size: 21px;
}
.block-news-opinion-home .ce-feature-box-46 .text-box .title a:hover {
 	color:#fce206
}
.block-news-opinion-home .ce-feature-box-46:hover .ce-post-img .overlay {
 	opacity:1;
 	background:-moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);
 	background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);
 	background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);
 	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff',endColorstr='#000000',GradientType=0 )
}
.block-news-opinion-home .ce-feature-box-46:hover .ce-post-img .overlay i {
 	top:150px;
 	opacity:1
}
.block-news-opinion-home .ce-feature-box-46.primary .text-box {
	background: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
    background-image: linear-gradient(45deg, rgb(11, 65, 130) 1%, rgb(30, 136, 229) 64%, rgb(64, 186, 245) 97%);
	background-image: linear-gradient(45deg, rgb(11, 65, 130) 1%, rgb(30, 136, 229) 64%, rgb(64, 186, 245) 97%);
	background-image: -ms-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -moz-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -o-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -webkit-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
}
.block-news-opinion-home .ce-feature-box-46.primary .ce-post-img .arrow-down {
 	border-top:20px solid #135fac;
}
.block-news-opinion-home .ce-feature-box-46.primary .ce-post-img .arrow-up {
 	border-bottom:20px solid #2694e9;
 	z-index:2
}

.block-news-opinion-home .ce-feature-box-46.primary .text-box .blog-post-info span {
 	color:#fff;
 	opacity:.5
}

.block-news-opinion-home .ce-feature-box-46.primary .text-box .title a, .ce-feature-box-46.primary .text-box .blog-post-info p a{
 	color:#fff
}
.block-news-opinion-home .ce-feature-box-46.primary .text-box .title a:hover {
 	color:#252525
}
.block-news-opinion-home .ce-feature-box-46.dark .text-box {
 	background-color:#101010
}
.block-news-opinion-home .ce-feature-box-46.dark .ce-post-img .arrow-down {
 	border-top:20px solid #101010
}
.block-news-opinion-home .ce-feature-box-46.dark .ce-post-img .arrow-up {
 	border-bottom:20px solid #101010;
 	z-index:2
}
.block-news-opinion-home .ce-feature-box-46.dark .text-box .content {
 color:#fff;
 opacity:.4
}
.block-news-opinion-home .ce-feature-box-46.dark .text-box .blog-post-info span {
 color:#fff;
 opacity:.3
}
.block-news-opinion-home .ce-feature-box-46.primary .text-box .taxonomy-opinion, .block-news-opinion-home .ce-feature-box-46.primary .text-box .taxonomy-events, .block-news-opinion-home .ce-feature-box-46.primary .text-box .taxonomy-news{
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.block-news-opinion-home .ce-feature-box-46.primary .text-box .taxonomy-opinion a {
	top: 20px;
	background: #FDEB19;
	left: 20px;
	padding: 10px 13px 10px 13px;
	border-radius: 25px;
}
.block-news-opinion-home .ce-feature-box-46.primary .text-box .taxonomy-events a{
	top: 20px;
	background: #04488B;
	left: 20px;
	color: #fff;
	padding: 10px 13px 10px 13px;
	border-radius: 25px;
}
.block-news-opinion-home .ce-feature-box-46.primary .text-box .taxonomy-news a {
	top: 20px;
	background: #3cb3f3;
	left: 20px;
	padding: 10px 13px 10px 13px;
	border-radius: 25px;
}
.block-news-opinion-home .ce-feature-box-46 .ce-post-img .overlay .taxonomy-events a {
	color: #fff;
}

.block-news-opinion-home .ce-feature-box-46.dark .text-box .title {
 color:#fff;
 opacity:.7
}
.block-news-opinion-home .date {
	color: #FFF;
	padding-bottom: 10px;
	padding-top: 10px;
}
.block-news-opinion-home .date .date-display-range, .block-news-opinion-home .date i{
	display: inline;
	padding-left: 5px;
}
#views-exposed-form-news-publications-page .form-item .form-item {
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 20px;
}
#views-exposed-form-news-publications-page .form-item .form-item a{
	font-size: 22px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	z-index: 2;
}
#views-exposed-form-news-publications-page .form-item .form-item a.active:before {
	position: relative;
	z-index: 1;
	background: #04488B;
	height: 30px;
	width: auto;
	content: '';
	display: block;
	top: 25px;
}
#views-exposed-form-news-publications-page .form-item .form-item a.active{
	color: #fff;;
}
#views-exposed-form-news-publications-page .views-exposed-form .views-exposed-widget {
	float: none;
	text-align: center;
}

.news-item .info{
	background: #f9f9f9;
	clear: both;
	padding: 30px;
}
.news-item .info .format {
	float: left;
	display: inline-block;
	padding-right: 10px;
}
.news-item .info .date{
	margin-bottom: 20px;
	font-style: italic;
	color: #999;
	
}
.news-item .info .d-btn {
	margin-top: 50px;
}
.news-item .img-box {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
}
.news-item .img-box img{
	transition: all .3s ease-out 0s;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.news-item .img-box img:hover {
	-moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
	transition: all .3s ease-out 0s;
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}

/* ///////////////SOCIAL BLOCK////////////// */
.social-search {
	list-style: outside none none;
    padding: 0;
    position: fixed;
    right: 0;
    display: block;
    top: 38%;
    z-index: 800;
    border-radius: 11px 0 0 11px;
    right: 0;
    font-size: 20px;
    width: 45px;
    

}
.social-search .social-icon .workspace {
	content: url('/sites/all/themes/dotte/img/icon/workspace.svg');
	height: 26px;
	width: 26px;
}

.social-search .social-icon .workspace-icon{
	position: relative;
}
.social-search .social-icon .workspace-icon:hover .text {
	transform: translateX(-120px);
	transition: 0.6s;
	opacity: 1;
}
.social-search .social-icon .text{
	position: absolute;
	opacity: 0;
	font-size: 14px !important;
	top: -15px;
	transform: translateX(-110px);
	transition: 0.6s;
	padding: 5px;
	background: #fff;
} 
.social-search ul {
	display: grid;
	list-style: none;
	padding: 0;
	width: 45px;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.social-search .line{
	height: 32px;
	width: 1px;
	background: #444;
	margin-left: 22px;
	margin-bottom: 10px;
}

.social-search .social-icon a span {
	color: #04488B;
	font-size: 22px !important;
}
.social-search .search-block {
	padding: 5px;
	text-align: center;
}

.animation-element {
	background: #fff;
	z-index: 99999;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 1;
	visibility: visible;
	transition: all 0.5s ease-in-out;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.animation-element .logo {
 	margin: 0 auto;
}
.animation-element .logo img {
	 -webkit-animation: pulsate 2s ease-out;
	 -webkit-animation-iteration-count: infinite;
	 -moz-animation: pulsate 2s ease-out;
	 -moz-animation-iteration-count: infinite;
	 -ms-animation: pulsate 2s ease-out;
	 -ms-animation-iteration-count: infinite;
	 -o-animation: pulsate 2s ease-out;
	 -o-animation-iteration-count: infinite;
	 -webkit-animation: pulsate 2s ease-out;
	 animation: pulsate 2s ease-out;
	 -webkit-animation-iteration-count: infinite;
	 animation-iteration-count: infinite;
	 opacity: 0.2;
	 filter: alpha(opacity=20)
}
.animation-element.loaded {
 	opacity: 0;
 	filter: alpha(opacity=0);
 	visibility: hidden;
}
@-webkit-keyframes pulsate {
 0% {
  	opacity: 0.2;
  	filter: alpha(opacity=20);
 }
 50% {
  	opacity: 1.0;
  	filter: alpha(opacity=100);
 }
 100% {
  	opacity: 0.2;
  	filter: alpha(opacity=20);
 }
}
@keyframes pulsate {
 0% {
  	opacity: 0.2;
  	filter: alpha(opacity=20);
 }
 50% {
  	opacity: 1.0;
  	filter: alpha(opacity=100);
 }
 100% {
  	opacity: 0.2;
  	filter: alpha(opacity=20);
 }
}

.view-partners-list .field-content img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.view-partners-list .field-content img{
	transition: 0.6s;
}
.view-partners-list .field-content {
	overflow: hidden;
}
.view-partners-list .field-content img:hover{
	transform: scale(1.3);
	transition: 0.6s;
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}
.content-node h2{
	font-size: 18px;
}
.content-node .info {
	position: relative;
	margin-left: 118px;
}
.content-node .left-content{
	float: left;
}
.content-node .left-content .switch {
	background: #FDEB19;
	padding: 10px 13px 10px 13px;
	border-radius: 25px;
	text-align: center;
	margin-bottom: 30px;
}
.view-video .switch{
	background: #FDEB19;
    padding: 10px 13px 10px 13px;
    border-radius: 25px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 0.8rem;
    display: inline-block;
    clear: both;
}
.content-node .left-content .date {
	padding-top: 20px;
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.content-node.events .left-content .date {
	padding-top: 0px;
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.content-node.events .left-content .date .start {
	padding-bottom: 20px;
}
.content-node .left-content .date .d {
	font-size: 34px;
	display: block;
	text-align: center;
}
.content-node .left-content .date .m {
	font-size: 24px;
    display: block;
}
.content-node .left-content .date .y {
	display: block;
	font-size: 18px;
}
.content-node .left-content .format{
	text-align: center;
	font-size: 25px;
	padding-top: 14px;
	color: #04488B;
}
.content-node .left-content .share ul {
	list-style-type: none;
	list-style: none;
	padding-left: 0;
}
.content-node .left-content .share ul > li p { 
	font-size: 12px;
	text-align: center;
	transform: rotate(-90deg);
	position: relative;
	left: -37px;
	bottom: -99px;
}
.content-node .left-content .share ul > li.social{
	background: #04488B;
	border-radius: 20px;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-top: 14px;
	margin-right: auto;
	margin-left: auto;
}
.content-node .left-content .share ul > li.social i{
	color: #fff;
	text-align: center;
	vertical-align: bottom;
	font-size: 16px;
}
.content-node .avatar img{
	border-radius: 70px;
	border:2px solid #04488B;
	float: left;
}

@media (max-width: 767px) {
	.content-node .info {
		position: relative;
		margin-left: 0px;
	}
	.content-node .left-content{
		float: none;
		position: relative;
	}
	.content-node .left-content .date{
		display: inline-block;
		padding-left: 30px;
		padding-top: 0;
	}
	.content-node.events .left-content .date{
		display: inline-block;
		padding-left: 0px;
		padding-top: 0;
	}
	.content-node.events .left-content .date .start{
		padding-right: 20px;
		padding-left: 56px;
	}
	.content-node .left-content .format {
	   	display: inline-block;
		position: relative;
		left: 38px;
		bottom: -36px;
	}
	.content-node .left-content .share{
		display: inline-block;
		padding-left: 70px;

	}
	.content-node .left-content .share ul > li.social {
		display: inline-block;
	}
	.content-node .left-content .share ul > li p{
		display: block;
		left: auto;
		position: unset;
		top: auto;
		transform: none;
	}
}


#openid-connect-login-form {
    position: relative;
    float: right;
    margin-top: 20px;
    margin-right: 10px;
}

.file-repository .view{
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #e6e6e6;	
    background-color: #f6f6f6;
}
.file-repository h3
 {
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #04488B;
    color: #04488B;
    padding: 10px 20px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    margin-bottom: 0 !important;
    font-size: 23px;
    font-weight: 200;
}
.node-type-file .field-name-field-file  .field-item{
	width:100%;
}
.node-file .project-item .info .user-picture
{
	border:3px solid #fdeb1900;
}


form.node-group_event-form .form-item-field-group-name-und label {
    width: auto!important;
    display: inline-block!important;
    cursor: pointer;
    /* margin-bottom: 0; */
    margin-top: 0!important;
    text-align: left;
}

form.node-group_event-form .form-wrapper .form-item-field-group-name-und label {
    padding: 5px 0;
}
/*
a.btn-repository:before {
    content: "\f07b";
    font-size: 16px;
    color: #999;
    position: absolute;
    top: 7%;
    left: -7px;
    transition: 0.6s;
}*/

.views-page-social a{
	color:#04488B !important;
	text-decoration:none;
	transition:color .4s ease;
}
.block-working-groups {
	margin-bottom: 50px;
}

.block-working-groups .item{
    padding: 0px;
    text-align: center;
    border: 0;
    display: block;
    transition: 0.5s;	
    padding: 30px;

}
.block-working-groups .item p {
	font-size: 15px;
}
.block-working-groups .item a{
    transform: scale(1);
    transition: 0.5s;	
    background: rgba(250, 250, 250, 0);
}
.block-working-groups .item img {
	width: 100%;
	margin: auto;
	padding: 20px;
	display: block;
	text-align: center;
	transition: 0.5s;	
}
.block-working-groups .item:hover {
	transform: scale(1.1);
	transition: 0.5s;
	background: rgba(250, 250, 250, 1);
	
}

.calendar-calendar div.day {
  width: 2em!important;
}


/********* SYMPOSIUM **************/

.webform-client-form-992 .webform-component--technical-challenges:before {
	content: url('/sites/all/themes/dotte/img/tech_chal.svg');
	width: 200px;
	height: 200px;
	display: block;
	float: left;
	padding: 27px 36px 27px 27px;
}
.webform-client-form-992 .webform-component--legal-compliance-challenges:before{
	content: url('/sites/all/themes/dotte/img/legal.svg');
	width: 200px;
	height: 200px;
	display: block;
	float: left;
	padding: 27px 36px 27px 27px;
}
.webform-client-form-992 .webform-component--national-and-regional-challenges:before{
	content: url('/sites/all/themes/dotte/img/national_regional.svg');
	width: 200px;
	height: 200px;
	display: block;
	float: left;
	padding: 27px 36px 27px 27px;
}
.webform-client-form-992 .webform-component--bdva-recommendations::before {
    content: url('/sites/all/themes/dotte/img/recommend.svg');
    width: 200px;
    height: 200px;
    display: block;
    float: left;
    padding: 27px 36px 27px 27px;
}
.webform-client-form-992 .webform-component--business-and-organizational-challenges::before {
    content: url('/sites/all/themes/dotte/img/busin.svg');
    width: 200px;
    height: 200px;
    display: block;
    float: left;
    padding: 27px 36px 27px 27px;
}



.symposium-block{
	padding: 40px;
	background-image: linear-gradient(to right, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	margin-bottom: 20px;
	color:#fff;
	border-radius: 20px;
	transition: box-shadow 0.3s ease-in-out;
	background-position: right center;
	background-size: 200% auto;
	border: none;
	min-height: 150px;
	transition: 0.5s !important;
	
}

.symposium-block:hover {
	background-position: left center;
	transition: 0.5s !important;
	-webkit-box-shadow: -6px 11px 30px -20px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: -6px 11px 30px -20px rgba(0, 0, 0, 0.55);
	box-shadow: -6px 11px 30px -20px rgba(0, 0, 0, 0.55);
}

.symposium-block > h3 {
	color: #fff;
	display: inline-block;
}

.symposium-block > h3 > i {
	margin-right: 20px;
}

.symposium-block > h3 > a {
	color: #fff;
	
}

.symposium-block > h3 > a:hover {
	color: #FDEB19;
	
}

.symposium-block > h3 > a::after {
	content: '';
	width: 0;
	height: 3px;
	display: block;
	background: #FDEB19;
	transition: 300ms;
	margin-top: 10px;
	
}

.symposium-block > h3 > a:hover::after {
	width: 100%;
	
}

#node-992 .webform-component .description{
	line-height: 1.3em;
	
}

.webform-client-form-992 .form-recommendation .container-q{
	padding: 30px;
}

.webform-client-form-1312 .form-recommendation .container-q{
	padding: 30px;
}

.ui-accordion.ui-widget {
	font-family: inherit;
	font-size: inherit;
}

.webform-client-form-992 .webform-component-radios label{
	font-weight: inherit;
	line-height: 1.3em;
	
}
.webform-client-form-992 .form-type-radio{
	margin: 0;
	position: relative;
	border:2px solid #04488B;
	border-radius: 35px;
	padding: 5px 35px;
	cursor: pointer;
	display: inline-block;
	transition: 0.6s;
	text-transform: uppercase;
}

.webform-client-form-1312 .webform-component-radios label{
	font-weight: inherit;
	line-height: 1.3em;
	
}
.webform-client-form-1312 .form-type-radio{
	margin: 0;
	position: relative;
	border:2px solid #04488B;
	border-radius: 35px;
	padding: 5px 35px;
	cursor: pointer;
	display: inline-block;
	transition: 0.6s;
	text-transform: uppercase;
}


.webform-client-form-1273 .form-type-radio{
	margin: 0;
	position: relative;
	border:2px solid #04488B;
	border-radius: 35px;
	cursor: pointer;
	display: inline-block;
	transition: 0.6s;
	text-transform: uppercase;
}
.webform-client-form-1273 .webform-component .option  {
	min-height: inherit;
	font-weight: 200;
	cursor: pointer;
	margin: 0;
	padding: 15px 35px;
}
.webform-client-form-992 .form-type-radio input[type=radio]:checked, .webform-client-form-992 .form-type-radio input[type=radio], .webform-client-form-1273 .form-type-radio input[type=radio]:checked, .webform-client-form-1273 .form-type-radio input[type=radio]{
	display: none;
}
.webform-client-form-992 .form-type-radio.active, .webform-client-form-1273 .form-type-radio.active, .webform-client-form-1273 .form-type-radio input[type=radio]:checked{
	background:#04488B;
	color: #fff;
	transition: 0.6s;
}
.webform-client-form-992 .form-type-radio.unchecked, .webform-client-form-1273 .form-type-radio.unchecked{
	border-color :#ff8d00;
	color: #ff8d00;
	transition: 0.6s;
}

.webform-client-form-992 .webform-component label, .webform-client-form-1273 .webform-component label{
	min-height: 55px;
	cursor: auto;
}

.webform-client-form-992 .webform-component .option, .webform-client-form-1273 .webform-component .option  {
	min-height: inherit;
	font-weight: 200;
	cursor: pointer;
	margin: 0;
}


.webform-client-form-992 .form-actions input, .webform-client-form-1273 .form-actions input  {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px !important;
    padding-left: 35px;
    padding-right: 35px;
    background-position: right center;
    border: none;
    background-size: 200% auto;
    color: #fff;
	background-image: linear-gradient(to right, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
    border-radius: 50px;
    transition: 0.5s !important;
}

.webform-client-form-992 .webform-progressbar, .webform-client-form-1273 .webform-progressbar{
	width: 100%;
	margin-bottom: 50px;
}
.webform-client-form-992 .webform-progressbar-page-label, .webform-progressbar-page .webform-progressbar-page-label {
	white-space: nowrap;
	top: 20px;
	font-size: 0.9em;
	color: #aaa;
}
.webform-client-form-992 .current .webform-progressbar-page-label, .webform-progressbar-page.current .webform-progressbar-page-label{
	top: 38px;
	font-size: 1.1em;
	background:#04488B;
	padding: 5px;
	color:#fff;
	position: relative;
	min-width: 200px !important;
}
.webform-client-form-992 .current .webform-progressbar-page-label:before, .webform-progressbar-page.current .webform-progressbar-page-label:before{
	width: 2px;
	border-bottom: 12px solid #04488B;
	content: '';
	position: absolute;
	top: -10px;
	z-index: 1;
	left: 50%;
}

.webform-client-form-992 .webform-progressbar-outer, .webform-client-form-1273 .webform-progressbar-outer{
	position: relative;
	width: 97%;
	margin: auto;
	margin-bottom: 5em;
	background-color: #04488B;
	border: 0;
}
.webform-progressbar-outer, .webform-progressbar-inner{
	border: #FDEB19 2px solid;
	
}

.webform-client-form-992 .webform-progressbar-page, .webform-progressbar-page.completed{
	height: 12px;
	width: 12px;
	margin: -7px -4px;
	border-radius: 12px;
}
.webform-progressbar-page.completed{
	height: 12px;
	width: 12px;
	margin: -9px -4px;
	border-radius: 12px;
}
.webform-client-form-992 .webform-progressbar-inner, .webform-client-form-992 .webform-progressbar-page.completed, .webform-progressbar-page.completed{
	background-color: #fff;
	border: #FDEB19 2px solid;
}

.webform-client-form-992 .webform-progressbar-page, .webform-client-form-1273 .webform-progressbar-page{
	background:#fff;
	border: 2px #04488B solid;
}
.webform-client-form-992 .webform-progressbar-page.current, .webform-client-form-1273 .webform-progressbar-page.current{
	background-color: #FDEB19;
	height: 20px;
	width: 20px;
	border: 0;
	z-index: 2;
	margin: -12px -4px;
}
.webform-progressbar-page.current{
	background-color: #FDEB19;
	height: 20px;
	width: 20px;
	border: 0;
	z-index: 2;
	margin: -12px -4px;
	border-radius: 20px;
}

.webform-client-form-992 .container-q .fieldset-legend {
	font-weight: bold;
}

.webform-client-form-992 .container-q, .webform-client-form-1273 .container-q{
	border: 0px solid #DDD;
	padding: 0;
	background: #fff;
	box-shadow: 0 1rem 1rem 0 rgba(0,0,0,.1);
}
.webform-client-form-992 .container-q .fieldset-wrapper{
	position: relative;
}
.webform-client-form-992 .container-q .fieldset-wrapper .webform-component, .webform-client-form-1273 .container-q .fieldset-wrapper .webform-component{
	padding: 20px;
}
.webform-client-form-992 .container-q .ui-state-default{
	background: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
    background-image: linear-gradient(45deg, rgb(11, 65, 130) 1%, rgb(30, 136, 229) 64%, rgb(64, 186, 245) 97%);
	background-image: linear-gradient(45deg, rgb(11, 65, 130) 1%, rgb(30, 136, 229) 64%, rgb(64, 186, 245) 97%);
	background-image: -ms-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -moz-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -o-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -webkit-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	border: 0;
	border-radius: 0;
	
}
.webform-client-form-992 .container-q .ui-accordion{
	position: relative;
	bottom: 0px;
}
.webform-client-form-992 .container-q .ui-accordion .ui-accordion-content{
	border: 0;
	padding: 10px;
}
.webform-client-form-992 .container-q .ui-accordion .ui-accordion-header {
	height: 40px;
	/*width: 40px;*/
	width: 130px;
	display: block;
}
.webform-client-form-992 .container-q .ui-accordion .ui-accordion-header-icon{
	left: .8em;
	filter: brightness(0) invert(1);
}
.webform-client-form-992 .form-recommendation .webform-component .form-radios{
	margin-top: 20px;
}


#webform-client-form-992 span.form-required{
	display: none;

}


#webform-client-form-992 .ui-state-default a, #webform-client-form-992 .ui-state-default a:link, #webform-client-form-992 .ui-state-default a:visited {
    color: white;
    text-decoration: none;
}
.webform-chart-item h3 {
	text-align: center;
	font-size: 1em;
}
.webform-chart-container div{
	margin: auto;
	left: 2%;
}
.webform-chart-item:nth-child(1):before{
	content: 'Technical Challenges';
	font-size: 1.4em;
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	background: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%,
#40BAF5 97%);
    background-image: linear-gradient(45deg, rgb(11, 65, 130) 1%, rgb(30, 136, 229) 64%, rgb(64, 186, 245) 97%);
	background-image: linear-gradient(45deg, rgb(11, 65, 130) 1%, rgb(30, 136, 229) 64%, rgb(64, 186, 245) 97%);
	background-image: -ms-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -moz-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -o-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -webkit-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: linear-gradient(45deg,#0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
}
.webform-chart-item:nth-child(7):before{
	content: 'Business & Organisational';
	font-size: 1.4em;
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	background: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%,
#40BAF5 97%);
    background-image: linear-gradient(45deg, rgb(11, 65, 130) 1%, rgb(30, 136, 229) 64%, rgb(64, 186, 245) 97%);
	background-image: linear-gradient(45deg, rgb(11, 65, 130) 1%, rgb(30, 136, 229) 64%, rgb(64, 186, 245) 97%);
	background-image: -ms-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -moz-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -o-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -webkit-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: linear-gradient(45deg,#0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
}
.webform-chart-item:nth-child(14):before{
	content: 'Legal Compliance';
	font-size: 1.4em;
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	background: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%,
#40BAF5 97%);
    background-image: linear-gradient(45deg, rgb(11, 65, 130) 1%, rgb(30, 136, 229) 64%, rgb(64, 186, 245) 97%);
	background-image: linear-gradient(45deg, rgb(11, 65, 130) 1%, rgb(30, 136, 229) 64%, rgb(64, 186, 245) 97%);
	background-image: -ms-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -moz-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -o-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -webkit-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: linear-gradient(45deg,#0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
}
.webform-chart-item:nth-child(19):before{
	content: 'National & Regional';
	font-size: 1.4em;
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	background: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%,
#40BAF5 97%);
    background-image: linear-gradient(45deg, rgb(11, 65, 130) 1%, rgb(30, 136, 229) 64%, rgb(64, 186, 245) 97%);
	background-image: linear-gradient(45deg, rgb(11, 65, 130) 1%, rgb(30, 136, 229) 64%, rgb(64, 186, 245) 97%);
	background-image: -ms-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -moz-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -o-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -webkit-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: linear-gradient(45deg,#0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
}
.webform-chart-item:nth-child(24):before{
	content: 'Recommendations';
	font-size: 1.4em;
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	background: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%,
#40BAF5 97%);
    background-image: linear-gradient(45deg, rgb(11, 65, 130) 1%, rgb(30, 136, 229) 64%, rgb(64, 186, 245) 97%);
	background-image: linear-gradient(45deg, rgb(11, 65, 130) 1%, rgb(30, 136, 229) 64%, rgb(64, 186, 245) 97%);
	background-image: -ms-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -moz-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -o-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -webkit-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: linear-gradient(45deg,#0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
}
body.page-node-992 div.messages.warning
{
	display: none;
}



div.messages2 {
    background-position: 8px 8px;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 6px 0;
    padding: 10px 10px 10px 50px;
}


body.page-node-992 .webform-confirmation
{
	padding-top: 50px
	
}


body.page-node-377 img{
	
	width: 100%
	
}






/*
	
	WEBFORM ID: 1312
	
	*/

.webform-client-form-1312 .form-item.form-type-checkbox {

    display: flex;
    float: left;

}


.webform-client-form-1312 .form-type-radio input[type=radio]:checked, .webform-client-form-1312 .form-type-radio input[type=radio]{
	display: none;
}
.webform-client-form-1312 .form-type-radio.active, .webform-client-form-1273 .form-type-radio.active, .webform-client-form-1273 .form-type-radio input[type=radio]:checked{
	background:#04488B;
	color: #fff;
	transition: 0.6s;
}
.webform-client-form-1312 .form-type-radio.unchecked{
	border-color :#ff8d00;
	color: #ff8d00;
	transition: 0.6s;
}

.webform-client-form-1312 .webform-component label {
	/*min-height: 55px;*/
	cursor: auto;
}

.webform-client-form-1312 .webform-component .option  {
	min-height: inherit;
	font-weight: 200;
	cursor: pointer;
	margin: 2px 10px;
	line-height: normal;
}


.webform-client-form-1312 .form-actions input {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px !important;
    padding-left: 35px;
    padding-right: 35px;
    background-position: right center;
    border: none;
    background-size: 200% auto;
    color: #fff;
	background-image: linear-gradient(to right, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
    border-radius: 50px;
    transition: 0.5s !important;
}

.webform-client-form-1312 .webform-progressbar{
	width: 100%;
	margin-bottom: 50px;
}
.webform-client-form-1312 .webform-progressbar-page-label, .webform-progressbar-page .webform-progressbar-page-label {
	white-space: nowrap;
	top: 20px;
	font-size: 0.9em;
	color: #aaa;
}
.webform-client-form-1312 .current .webform-progressbar-page-label, .webform-progressbar-page.current .webform-progressbar-page-label{
	top: 38px;
	font-size: 1.1em;
	background:#04488B;
	padding: 5px;
	color:#fff;
	position: relative;
	min-width: 200px !important;
}
.webform-client-form-1312 .current .webform-progressbar-page-label:before, .webform-progressbar-page.current .webform-progressbar-page-label:before{
	width: 2px;
	border-bottom: 12px solid #04488B;
	content: '';
	position: absolute;
	top: -10px;
	z-index: 1;
	left: 50%;
}

.webform-client-form-1312 .webform-progressbar-outer{
	position: relative;
	width: 97%;
	margin: auto;
	margin-bottom: 5em;
	background-color: #04488B;
	border: 0;
}
.webform-progressbar-outer, .webform-progressbar-inner{
	border: #FDEB19 2px solid;
	
}

.webform-client-form-1312 .webform-progressbar-page, .webform-progressbar-page.completed{
	height: 12px;
	width: 12px;
	margin: -7px -4px;
	border-radius: 12px;
}
.webform-progressbar-page.completed{
	height: 12px;
	width: 12px;
	margin: -9px -4px;
	border-radius: 12px;
}
.webform-client-form-1312 .webform-progressbar-inner, .webform-client-form-1312 .webform-progressbar-page.completed, .webform-progressbar-page.completed{
	background-color: #fff;
	border: #FDEB19 2px solid;
}

.webform-client-form-1312 .webform-progressbar-page {
	background:#fff;
	border: 2px #04488B solid;
}
.webform-client-form-1312 .webform-progressbar-page.current{
	background-color: #FDEB19;
	height: 20px;
	width: 20px;
	border: 0;
	z-index: 2;
	margin: -12px -4px;
}
.webform-progressbar-page.current{
	background-color: #FDEB19;
	height: 20px;
	width: 20px;
	border: 0;
	z-index: 2;
	margin: -12px -4px;
	border-radius: 20px;
}

.webform-client-form-1312 .container-q .fieldset-legend {
	font-weight: bold;
}

.webform-client-form-1312 .container-q {
	border: 0px solid #DDD;
	padding: 0;
	background: #fff;
	box-shadow: 0 1rem 1rem 0 rgba(0,0,0,.1);
}
.webform-client-form-1312 .container-q .fieldset-wrapper{
	position: relative;
}
.webform-client-form-1312 .container-q .fieldset-wrapper .webform-component {
	padding: 20px;
}
.webform-client-form-1312 .container-q .ui-state-default{
	background: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
    background-image: linear-gradient(45deg, rgb(11, 65, 130) 1%, rgb(30, 136, 229) 64%, rgb(64, 186, 245) 97%);
	background-image: linear-gradient(45deg, rgb(11, 65, 130) 1%, rgb(30, 136, 229) 64%, rgb(64, 186, 245) 97%);
	background-image: -ms-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -moz-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -o-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -webkit-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	border: 0;
	border-radius: 0;
	
}
.webform-client-form-1312 .container-q .ui-accordion{
	position: relative;
	bottom: 0px;
}
.webform-client-form-1312 .container-q .ui-accordion .ui-accordion-content{
	border: 0;
	padding: 10px;
}
.webform-client-form-1312 .container-q .ui-accordion .ui-accordion-header {
	height: 40px;
	/*width: 40px;*/
	width: 130px;
	display: block;
}
.webform-client-form-1312 .container-q .ui-accordion .ui-accordion-header-icon{
	left: .8em;
	filter: brightness(0) invert(1);
}
.webform-client-form-1312 .form-recommendation .webform-component .form-radios{
	margin-top: 20px;
}


#webform-client-form-1312 span.form-required{
	display: none;

}


#webform-client-form-1312 .ui-state-default a, #webform-client-form-1312 .ui-state-default a:link, #webform-client-form-1312 .ui-state-default a:visited {
    color: white;
    text-decoration: none;
}

	body.page-node-1312 div.messages.warning
{
	display: none;
}

	body.page-node-1312 .webform-confirmation
{
	padding-top: 50px
	
}

.webform-client-form-1312 .form-submit {
	
	margin-right: 10px;
	margin-top: 20px;
}


.webform-client-form-1312 .webform-component {
	
	margin-bottom: 30px;
}


.webform-client-form-1312 .webform-progressbar-page:nth-child(3) {
	display: none;
}

.project-item div.field-name-field-facilitator-s-.field .field-item
{
display: block;
}

.nascondimi label:first-child {
	
	display: none;
}


#edit-submitted-privacy {

    margin: 15px;

}
.webform-client-form-1640 table {
	background:-webkit-linear-gradient(#fafafa 0%, #ffffff 100%);
}
.webform-client-form-1640 table td {
	padding: 10px;
	border:1px solid #04488B !important;
}

.webform-client-form-1640 table th {
	padding: 10px;
	border:1px solid #fff !important;
	background: #04488B;
}
.webform-client-form-1640 table th span{
	color: #fff !important;
	font-size: 10pt;
}

.webform-client-form-1640 .form-actions input, .webform-client-form-1273 .form-actions input {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px !important;
    padding-left: 35px;
    padding-right: 35px;
    background-position: right center;
    border: none;
    background-size: 200% auto;
    color: #fff;
    background-image: linear-gradient(to right, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
    border-radius: 50px;
    transition: 0.5s !important;
}


.webform-client-form-1640 textarea {
	border:1px solid #e6e6e6;
	padding:10px;
	font-family:'Ubuntu';
	font-size:13px;
	color:#999;
	box-sizing:border-box;
	transition:border .4s ease;
	outline:none;
	border-radius:5px;
	background-color:#f2f2f2;
	min-height:150px;
}
.webform-client-form-1640 .fieldset-legend {
	font-size: 17px;
    font-weight: bold;
}


/*

.webform-client-form-1640 .form-type-radio {
    margin: 0;
    position: relative;
    border: 2px solid #04488B !important;
    border-radius: 35px;
    padding: 5px 35px;
    cursor: pointer;
    display: block !important;
    transition: 0.6s;
    text-transform: uppercase;
}

.webform-client-form-1640 .form-type-radio.active, .webform-client-form-1640 .form-type-radio.active, .webform-client-form-1640 .form-type-radio input[type=radio]:checked{
	background: #04488B;
    color: #fff;
    transition: 0.6s;
}

.webform-client-form-1640 .form-type-radio input[type=radio]:checked, .webform-client-form-1640 .form-type-radio input[type=radio], .webform-client-form-1640 .form-type-radio input[type=radio]:checked, .webform-client-form-1640 .form-type-radio input[type=radio] {
    display: none;
}
*/


/*
.webform-client-form-1772 .form-type-radio input[type=radio]:checked {
	display: none;
}
*/
.webform-client-form-1772 .form-type-radio.active {
	background:#04488B;
	color: #fff;
	transition: 0.6s;
}
.webform-client-form-1772 .form-type-radio.unchecked {
	border-color :#ff8d00;
	color: #ff8d00;
	transition: 0.6s;
}

/*
.webform-client-form-1772 .webform-component label {
	min-height: 55px;
	cursor: auto;
}
*/

.webform-client-form-1772 .webform-component .option  {
	min-height: inherit;
	font-weight: 200;
	cursor: pointer;
	margin: 0;
}


.webform-client-form-1772 .form-actions input  {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px !important;
    padding-left: 35px;
    padding-right: 35px;
    background-position: right center;
    border: none;
    background-size: 200% auto;
    color: #fff;
	background-image: linear-gradient(to right, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
    border-radius: 50px;
    transition: 0.5s !important;
}

.webform-client-form-1772 div .webform-progressbar {
	width: 100%;
	margin-bottom: 50px;
}
.webform-progressbar-page .webform-progressbar-page-label {
	white-space: nowrap;
	top: 15px;
	font-size: 0.9em !important;
	color: #aaa;
}
.webform-client-form-1772 .current .webform-progressbar-page-label{
	top: 38px;
	font-size: 1em;
	background:#04488B;
	padding: 5px;
	color:#fff;
	position: relative;
	min-width: 200px !important;
}
.webform-client-form-1772 .current .webform-progressbar-page-label:before {
	width: 2px;
	border-bottom: 12px solid #04488B;
	content: '';
	position: absolute;
	top: -10px;
	z-index: 1;
	left: 50%;
}

.webform-client-form-1772 .webform-progressbar-outer {
	position: relative;
	width: 97%;
	margin: auto;
	margin-bottom: 5em;
	background-color: #04488B !important;
	border: 0;
}

.webform-client-form-1772 .description {
	margin-bottom: 20px;
	line-height: 1.2em;
	color: #666;
}


.webform-client-form-1772 .container-q .fieldset-legend {
	font-weight: bold;
}

.webform-client-form-1772 .container-q, .webform-client-form-1273 .container-q{
	border: 1px solid #DDD;
	padding: 0;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
}
.webform-client-form-1772 .container-q .fieldset-wrapper{
	position: relative;
}
.webform-client-form-1772 .container-q .fieldset-wrapper .webform-component, .webform-client-form-1273 .container-q .fieldset-wrapper .webform-component{
	padding: 20px;
}
.webform-client-form-1772 .container-q .ui-state-default{
	background: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
    background-image: linear-gradient(45deg, rgb(11, 65, 130) 1%, rgb(30, 136, 229) 64%, rgb(64, 186, 245) 97%);
	background-image: linear-gradient(45deg, rgb(11, 65, 130) 1%, rgb(30, 136, 229) 64%, rgb(64, 186, 245) 97%);
	background-image: -ms-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -moz-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -o-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -webkit-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	border: 0;
	border-radius: 0;

}

.webform-client-form-1772 .container-q .ui-state-default a { color: #FFF;}
.webform-client-form-1772 .container-q .ui-accordion{
	position: relative;
	bottom: 0px;
}
.webform-client-form-1772 .container-q .ui-accordion .ui-accordion-content{
	border: 0;
	padding: 10px;
}
.webform-client-form-1772 .container-q .ui-accordion .ui-accordion-header {
	height: 40px;
	/*width: 40px;*/
	width: 130px;
	display: block;
}
.webform-client-form-1772 .container-q .ui-accordion .ui-accordion-header-icon{
	left: .8em;
	filter: brightness(0) invert(1);
}


.webform-client-form-1772 input[type="checkbox"] {
	float: none;
	margin-top: 2px;
	margin-bottom: 5px;
}






.creating-eosc aside {
	background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(27,27,27,0.15);
	box-shadow: 0px 0px 20px rgba(27,27,27,0.15);
}
.creating-eosc .entity-photo {
	position: relative;
}

.creating-eosc .entity-logo {
	max-width: 100px;
	position: absolute;
	bottom:0;
	right:0;
}
.creating-eosc section {
	margin-bottom: 75px;
}
.creating-eosc ul, .creating-eosc li {
	list-style-image: none;
	list-style-type: none;
}
.creating-eosc li {
	border-top: 1px solid #ddd;
	padding-bottom: 7px;
}
.creating-eosc li:first-child {
    border-top: none;
}

.creating-eosc ul {
    padding: 0;
}
.creating-eosc .field-box {
	padding-left: 15px;
}
.creating-eosc li:last-child .field-box {
	text-align: center;
	padding: 0px!important;
	margin-top: 10px;
}
.creating-eosc .entity-info {
	padding: 5px 25px;
}
.creating-eosc .report {
	text-align: center;
	color: #fff;
	padding: 5px;
	width: 100%;
}

.pd-4 {
	padding-bottom: 40px!important;
}
.py-8 {
	padding-top: 80px!important;
	padding-bottom: 80px!important;
}

.creating-eosc-page.page-title-bar {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    height: 350px;
	margin-bottom: 16%;
}
.creating-eosc-page.page-title-bar h1, .creating-eosc-page.page-title-bar h3 {
	text-align: center;
}

.creating-eosc-page.page-title-bar h3 {
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: #fff;
}
.creating-eosc-page.page-title-bar .video {
	margin-top:60px;
}

.creating-eosc-page.page-title-bar::after {
	z-index: -1!important;
}

.creating-eosc section.body {
	padding-top: 0!important
}
