/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.3
Created: September 2014
License URI: http://support.wrapbootstrap.com/
File Description: Orange Skin
*/

/* 1 Typography
----------------------------------------------------------------------------- */


@import url(https://fonts.googleapis.com/css?family=Tinos:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,600,600italic,400italic,700,800,700italic,800italic);


a, .text-default {
	color: #385475;
}
a:hover,
a:focus {
	color: #ea2e38;
	text-decoration: none;
}
mark,
.mark {
	background-color: #ffa500;
	color: #ffffff;
}
.table > thead > tr > th {
	border-bottom: 1px solid #395374;
	background-color: #395374;
	color: #fff;
}
.table-bordered {
	border-color: #ffa500;
}



.box2 img {
    width: 100%;
    height: auto;
}
@supports (object-fit: cover){
.box2 img {
    height: 260px !important;
    object-fit: cover;
    object-position: top center;
}
}


/* 2 Layout
----------------------------------------------------------------------------- */
.default-bg {
	background-color: #ffa500;
	color: #ffffff;
}

/* Backgrounds
---------------------------------- */
.default-translucent-bg:after {
	background-color: rgba(255,165,0,0.7);
}

/* 3 Pages
----------------------------------------------------------------------------- */
.blogpost .post-info {
	background-color: #ffa500;
	color: #fff;
}
.blogpost .side .social-links li a {
	background-color: transparent;
	border-color: transparent;
	color: #ffa500;
}
.blogpost ul.links li a:hover {
	color: #ffa500;
}

/* timeline layout */
.timeline-date-label {
	color: #ffa500;
}
@media (min-width:768px) {
	.timeline .timeline-item:before {
		background-color: #fff;
		border: 1px solid #ffa500;
	}
}

/* 4 Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
/* Gray Buttons */
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {color: #fff !important;background-color: rgb(48, 64, 82);border-color: #024689;}

/* Light Gray Buttons */
.btn-light-gray:hover,
.btn-light-gray:focus,
.btn-light-gray:active,
.btn-light-gray.active,
.open .dropdown-toggle.btn-light-gray {
	color: #1c3856;
	background-color: rgba(255, 165, 0, 0);
	border-color: rgba(255, 165, 0, 0);
}

/* Default Buttons */
.btn-default {
	background-color: #385475;
	color: #fff !important;
	border-color: #2b415a;
	margin: 0 auto;
	display: table;
	font-size: 13px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #fff !important;
	background-color: rgba(56, 84, 117, 0.76);
	border-color: #385475;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default {
	background-color: #e09200;
	border-color: #e09200;
}

/* Button with transparent bg
---------------------------------- */
.btn-white {
	background-color: transparent;
	color: #e09200;
	border: 1px solid #ffa500;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
	color: #fff;
	background-color: #e09200;
	border-color: #e09200;
}

/* Button background transitions
---------------------------------- */
.hvr-sweep-to-right:before,
.hvr-sweep-to-left:before,
.hvr-sweep-to-bottom:before,
.hvr-sweep-to-top:before,
.hvr-bounce-to-right:before,
.hvr-bounce-to-left:before,
.hvr-bounce-to-bottom:before,
.hvr-bounce-to-top:before,
.hvr-radial-out:before,
.hvr-rectangle-out:before,
.hvr-shutter-out-horizontal:before,
.hvr-shutter-out-vertical:before {
	background: #e09200;
}

/* Forms
---------------------------------- */
.default-bg .form-control {
	border-color: #ffa500;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .35);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .35);
	color: #ffffff;
}
.default-bg .form-control:focus {
	border-color: #ffa500;
	background-color: rgba(0, 0, 0, 0.25);
}
.default-bg .input-group-addon {
	background-color: #e09200;
	border-color: #ffa500;
	color: #fff;
}
.dropdown .active>a>.badge,
.dropdown a:hover .badge,
.dropdown .open > a > .badge {
	border-color: #ffa500;
}

/* Pager
---------------------------------- */
ul.pagination li > a:hover {
	background-color: transparent;
	color: #ffffff;
	background-color: #ffa500;
	border-color: #ffa500;
}
ul.pagination li.active a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
	color: #ffffff;
	background-color: #ffa500;
	border-color: #ffa500;
}

/* Tabs
---------------------------------- */
.nav-tabs > li.active > a:after {
	background-color: #ffa500;
}
.tab-content:after {
	background-color: #ffa500;
}
@media (max-width:480px) {
	.nav-tabs > li > a:hover:after {
		background-color: #ffa500;
	}
}

/* Horizontal tabs version 2 */
.tabs-style-2 .nav-tabs {
	border-bottom: 1px solid #ffa500;
}
.tabs-style-2 .nav-tabs > li.active > a,
.tabs-style-2 .nav-tabs > li.active > a:hover,
.tabs-style-2 .nav-tabs > li.active > a:focus,
.tabs-style-2 .nav-tabs > li > a:hover {
	border: 1px solid #ffa500;
	background-color: #ffa500;
	color: #fff;
}

/* vertical tabs */
.vertical .nav-tabs > li > a:hover:after {
	background-color: #ffa500;
}

/* Nav pills
---------------------------------- */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
	border: 1px solid #f3f3f3;
	color: #ffa500;
	background-color: #fafafa;
}
.nav-pills > li.active > a:after {
	color: #ffa500;
}
.nav-pills > li.active > a:hover:after,
.nav-pills > li.active > a:focus:after,
.nav-pills > li > a:hover:after,
.nav-pills > li > a:focus:after {
	color: #ffa500;
}
.light .footer-content .nav-pills > li.active > a:hover,
.light .footer-content .nav-pills > li > a:hover {
	color: #e09200;
}
.nav-pills > .active > a > .badge {
	color: #ffa500;
	background-color: #fff;
	border-color: #ffa500;	
}

/* Collapse
---------------------------------- */
.panel-heading a {
	background-color: #24303e;
	color: #ffffff;
}
.panel-heading a:hover,
.panel-transparent .panel-heading a:hover {
	background-color: #354456;
	color: #ffffff;
}

/* Progress bars
---------------------------------- */
.progress-bar-default {
	background-color: #ffa500;
}

/* Modals
---------------------------------- */
.modal-content .modal-header {
	background-color: #ff7100;
}

/* Images and Images overlay
---------------------------------- */
.overlay a {
	color: #ffa500;
	background-color: #ffffff;
}
.overlay-links a + a {
	color: #ffffff;
	background-color: #ffa500;
}
a.overlay i {
	color: #ea2e38;
}

/* 5 Navigations
----------------------------------------------------------------------------- */
/* first level active menu items on hover/focus */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {color: #ffffff;background-color: #395374;}

.main-navigation .navbar-nav > .open > a, 
.main-navigation .navbar-nav > .open > a:hover, 
.main-navigation .navbar-nav > .open > a:focus {color: #ffffff;background-color: transparent;/* border-top: 2px solid #024689; */BACKGROUND-COLOR: #506177;}

/* second level menu items on focus/hover and when opened */
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus, 
.nav .open > a,
 .nav .open > a:hover, 
.nav .open > a:focus,
 .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
   .dropdown-menu > .active > a:focus,
    .dropdown-menu .menu > .active > a,
	 .dropdown-menu .menu > .active > a:hover,
	  .dropdown-menu .menu > .active > a:focus {
    background-color: #e9e8e8;
    color: #151515;
    border-color: #f1f1f1;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#offcanvas .nav .open > a,
#offcanvas .nav .open > a:hover,
#offcanvas .nav .open > a:focus,
#offcanvas .nav > li > a:hover, 
#offcanvas .nav > li > a:focus,
#offcanvas .navbar-nav > li.active > a {
	color: #ffa500;
	background-color: #ffffff;
}

/* mega menu menu items on focus/hover and when opened */
.mega-menu .menu > li > a:hover,
.mega-menu .menu > li > a:focus {
	background-color: #ffffff;
	color: #ffa500;
	border-color: #f1f1f1;
}

/* arrows for parent menu items */
.navbar-default .navbar-nav > .active.dropdown > a:before {
	color: #ffa500;
}
.navbar-default .navbar-nav > .dropdown.open > a:before { 
	color: #e5e5e5; 
}
.dropdown .dropdown.open>a:before,
.transparent.header:not(.dark) .dropdown .dropdown.open>a:before {
	color: #ffa500;
}

/* mobile menu toggle button on hover/focus */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #fafafa;
	border-color: #ea2e38;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #ea2e38;
}
@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, 
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, 
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { 
		color: #ffa500; 
		background-color: transparent; 
	}
	
	/* first level items hover and focus states */
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
	color: rgba(255, 255, 255, 0.63);
	background-color: #24303e;
	border-top: 1px solid #ff7100;
	}
	
	/* second level items on hover/focus */
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #ffa500;
	}
}

/* Subfooter navigation
---------------------------------- */
.subfooter .navbar-default .nav > li > a:hover,
.subfooter .navbar-default .nav > .active > a:hover,
.subfooter .navbar-default .nav > .active > a:focus {
	background-color: transparent;
	color: #ffa500;
}

/* 6 Blocks/Widgets
----------------------------------------------------------------------------- */
/* Boxes
---------------------------------- */
.box.gray-bg:hover {
	color: #ffa500;
}
.box.default-bg:hover {
	background-color: #fff;
	border: 1px solid #ffa500;
}
.box.default-bg:hover * {
	color: #ffa500;
}
.box-style-1:not(.team-member):hover i {
	color: #ea2e38;
}
.box-style-1.default-bg:hover i, 
.box-style-1.dark-bg:hover i {
	color: inherit;
}
.box-style-2:hover .default-bg {
	background-color: #fff;
	border: 1px solid #ffa500;
}
.box-style-2:hover .default-bg * {
	color: #ffa500;
}
.box-style-2:hover .white-bg * {
	color: #ffa500;
}
.box-style-3:hover .default-bg {
	background-color: #fff;
	border: 1px solid #ffa500;
}
.box-style-3:hover .default-bg * {
	color: #ffa500;
}
.box-style-3:hover .white-bg * {
	color: #ffa500;
}

/* Tags cloud block
---------------------------------- */
.tag a:hover {
	color: #ffffff;
	background-color: #ffa500;
	border-color: #ffa500;
}

/* Social icons block
---------------------------------- */
.social-links li a {
	background: #395374;
	border: 1px solid #ffffff;
	color: #fff;
}
.social-links li a:hover {
	background-color: transparent;
	border-color: #395374;
	color: #395374;
}
.social-links .dropdown.open>button>i:before {
	content: "\f00d";
	color: #999999;
}
.header-top .social-links li a:hover {
	color: #e09200;
}

/* search and login
---------------------------------- */
.header-top-dropdown .dropdown.open>button,
.header-top-dropdown .dropdown>button:hover {

	color: #ffa500;
}

/* Pricing tables
---------------------------------- */
.plan .popover-title {
	background-color: #ffa500;
	color: #ffffff;
}
.gray .plan .header h3 {
	color: #ffa500;
}
.white .plan .header {
	color: #fff;
	background: #ffa500;
}
.stripped .header {
	background: #ffa500;
	-webkit-box-shadow: 0px 0px 60px #e09200 inset;
	-moz-box-shadow: 0px 0px 60px #e09200 inset;
	box-shadow: 0px 0px 60px #e09200 inset;
	color: #fff;
}

/* 7 Main Slideshow
----------------------------------------------------------------------------- */
/* Slider Revolution captions */
.default_bg {
	background-color: #ffa500;
	color: #fff;
}

/* Revolution Nav Controls */
.tparrows.round:hover {
	color: #ffffff;
	background-color: #ffa500;
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected {
	background-color: #ffa500;
}
.tp-bannertimer {
	background-color: rgba(255,165,0,0.7);
}

/* 8 Owl carousel
----------------------------------------------------------------------------- */
.owl-prev {
	background-color: #24303e;
	color: #f1f1f1;
}
.owl-next {
	background-color: #f1f1f1;
	color: #24303e;
}
.content-slider-with-controls .owl-buttons div,
.content-slider-with-controls-autoplay .owl-buttons div {
	background-color: #ea2e38;
	color: #f1f1f1;
}
.content-slider-with-controls .owl-prev:hover,
.content-slider-with-controls .owl-next:hover,
.content-slider-with-controls-autoplay .owl-prev:hover,
.content-slider-with-controls-autoplay .owl-next:hover {
	background-color: #f1f1f1;
	color: #ea2e38;
}
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
	background: #ea2e38;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 0px solid transparent;
}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #395374;
}

.margehome{
	/* margin-top: 50px; */
	border-bottom: 1px solid #e2e2e2;
	/* border-right: 1px solid #e2e2e2; */
	border-left: 1px solid #e2e2e2;
	padding-left: 0px;
	padding-right: 0px;
}

.box-style-1 h2{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 0;
	color: #ffffff;
	margin-top: 10px;
	text-transform: uppercase;
}

.box-style-1 p{
	font-size:12px;
	line-height:18px;	text-align: center;
	padding: 6px;
	padding-top:10px;
	margin-bottom: 0;
	color: #e2e2e2;
}

.nomarge{
	padding:0;
	margin:0;
}

.barraorange{
	border: 2px solid #ff7100;
}

.serveis{
	
	background-color: #B30205;

}

.sectionesp{
	background-color: #ffffff;
	margin-top: 50px;
}

.titolesp{
	color: #545454;
	margin: 15px;
	font-size: 12px;
	margin-bottom: 0;
}

.titolesp h3{
	color: #545454;
	margin-bottom: 2px;
	font-size: 23px;
	font-family: 'Tinos', serif;
}

.quadreesp{
	background-color: #24303e;
	border-left: 3px solid #ff7100;
	/* font-style: italic; */
	font-size: 11px;
	line-height: 15px;
	padding-top: 10px;
	text-align: left;
	padding-bottom: 16px;
	padding-left: 15px;
	color: #fff;
	margin-top: 25px;
	padding-right: 15px;
}

.quadreesp h2{
	color: #fff;
	font-size: 15px;
	margin-bottom: 3px;
	text-align: left;
	text-transform: uppercase;
	margin-top: 0;
	font-family: 'Tinos', serif;
}



.quadreesp2{
	background-color: #24303e;
	border-left: 3px solid #ff7100;
	/* font-style: italic; */
	font-size: 11px;
	line-height: 15px;
	padding-top: 10px;
	text-align: left;
	padding-bottom: 16px;
	padding-left: 15px;
	color: #fff;
	margin-top: 25px;
	padding-right: 15px;
}

.quadreesp2 h2{
	color: #fff;
	font-size: 15px;
	margin-bottom: 3px;
	text-align: left;
	text-transform: uppercase;
	margin-top: 0;
	font-family: 'Tinos', serif;
}

.espe{
	margin-top:50px;
	margin-bottom:50px;	
}

button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
    color: #fff;
    background-color: #24303e;
    color: #fff !important;
    /* border: 1px solid #ea2e38; */
    font-size: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    font-weight: normal;
    padding: 10px 30px 11px;
    text-transform: uppercase;
    margin: 10px;
    vertical-align: bottom;
}

button:hover, button:focus, .button:hover, .button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    color: #fff !important;
    background-color: rgb(48, 64, 82);
    /* border: 1px solid #ffffff; */
}

.parallax h1{
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	/* margin-top: 25px; */
	text-align: inherit;
	/* margin-bottom: 40px; */
}

.parallax .social-links li a {
    width: 80px;
    height: 80px;
    display: block;
    margin: 5px;
    margin-top: 0;
    text-align: center;
    font-size: 20px;
    background: #e84c3d;
    border: 1px solid #e84c3d;
    color: #fff;
}

.parallax .social-links li a i {
    line-height: 76px;
    font-size: 37px;
}


.parallax  .social-links li.linkedin a:hover {
    background-color: rgba(9, 118, 180, 0);
    border-color: #0976b4;
    color: #fff;
}



.parallax  .social-links li.vimeo a {
    background-color: #aad450;
    border-color: #aad450;
    color: #fff;
}

.parallax .social-links li.vimeo a:hover{
   background-color: rgba(9, 118, 180, 0);
    border-color: #aad450;
    color: #fff;
}

.parallax  .social-links li.linkedin a {
    background-color: rgb(9, 118, 180);
    border-color: #0976b4;
    color: #fff;
}

.parallax .social-links li.twitter a:hover{
    background-color: rgba(85, 172, 238, 0);
    border-color: #55acee;
    color: #fff;
}

.parallax .social-links li.twitter a{
    background-color: #55acee;
    border-color: #55acee;
    color: #fff;
}


.parallax .social-links li.mail a:hover{
    background-color: rgba(85, 172, 238, 0);
    border-color: #fb3737;
    color: #fff;
}

.parallax .social-links li.mail a{
    background-color: #fb3737;
    border-color: #fb3737;
    color: #fff;
}

.parallax .form-control {
	background-color: rgba(188, 29, 31, 0);
	color: #fff;
}


.titolnotis h2, .titolnotis h1{
    font-family: 'Tinos', serif;
    font-size: 18px;
    font-weight: bold;
    color: #1c3856;
    text-transform: uppercase;
    padding-top: 10px;
    margin-bottom: 5px;
}

.border{
	border: 1px solid #e2e2e2;
}

.borderdins {
    border: 1px solid #e2e2e2;
    position: relative;
    top: -98px;
    border-top: 4px solid #ff7100;
    padding: 30px;
    background-color: #fff;
    padding-top: 20px;
}

.borderright{
		border-right: 1px solid #e2e2e2;
}



.footer-content{
	    margin: 0 auto;
	    display: table;
	    min-width: 245px;
}



.footer-content span{
	font-size: 15px;
	/* padding-left: 26px; */
	text-transform:uppercase;
	font-weight: bold;
}

.banner{
	/* border: 1px solid rgb(226, 226, 226); */
}



.page-title h1 {
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 5px #000;
    margin-top: 10px;
    font-weight: 900;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 33px;
    font-size: 27px;
    padding-top: 20px;
    width: 65%;
    margin: 0 auto;
    text-transform: uppercase;
}

@media (max-width:768px) {
.page-title h1 {
	font-size: 16px;
	line-height: 18px;
	margin-top: 0;
}
}





.noti a.titol{
	font-size: 13px;
	text-transform: none;
	color: #666;
	text-align: left;
}

.totesnoti{
	text-align:right;
	/* float: left; */
	margin-right: 15px;
	margin-bottom: 15px;
}


iframe .timeline-Header-title {
    font-size: 21px;
    font-weight: 300;
    line-height: 24px;
    display: none;
    color: #292F33;
}
iframe .u-inlineBlock {
    /* display: inline-block!important; */
    max-width: 100%;
}

.text img{
	/* display:inline; */
}



.blogpost_share {
    /* position: fixed; */
    z-index: 99;
    /* left: 0; */
    /* top: 50%; */
    z-index: 1000;
}


.current_page_item, .current-menu-item, .current-menu-ancestor, .current-menu-parent {
    color: #ffffff;
    background: #024689;
    /* margin-top: 1px; */
}

.team-member h3, .team-member2 h3{
	margin-top: 0;
	margin-bottom: 0;
	/* background-color: #ececec; */
	padding: 10px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	padding-bottom: 2px;
}


.titolprofessionals{font-family: 'Tinos', serif;font-size: 16px;font-weight: 200;color: #ffffff;text-transform: uppercase;padding-top: 2px;margin-bottom: 5px;padding-left: 20px;/* margin-left: 10px; *//* margin-right: 10px; */background-color: #24303e;padding-bottom: 3px;padding-top: 3px;}

.prof{
	background-color:#EDEDED;
	margin-top: 20px;
	padding: 0;
	padding-bottom: 50px;
}

.team-member2.box-style-1 {
    margin-top: 20px;
    font-size: 11px;
    line-height: 14px;
    /* font-style: italic; */
    color: #292929;
    margin-bottom: 0;
    min-height: 230px;
    /* background-color: #e6e6e6; */
}

.margeprof{
	margin-left: 25px;
	margin-right: 15px;
}

.quadru{background-image: url(../../img/fonsquadre.jpg);background-size: contain;}

section.featured-grid div.row>div .absolute.bottom-right {
    bottom: 0;
    top: auto;
    right: 0;
    left: auto;
}
section.featured-grid div.row>div .absolute {
    z-index: 10;
    margin: 20px;
}

section.featured-grid div.row>div h1 {
    font-size: 70px;
}

.bannergran{
	position:absolute;
	padding: 25px;
	font-size: 13px;
	font-weight: 100;
	padding-bottom: 15px;
	color: #fff;
	max-height: 281px;
	bottom: 0;
	background-color: rgba(36, 48, 62, 0.76);
	padding-top: 0;
	margin-right: 15px;
}

.bannergran h1{
	text-align:right;
	font-family: 'Tinos', serif;
	color: #fff;
	font-weight: 100;
	font-size: 30px;
}

.bannergran .btn{
	/* float:right; */
}
.bannr img{
	width: 100%;
}


.bannerpetit{
	position:absolute;
	padding: 25px;
	font-size: 13px;
	font-weight: 100;
	padding-bottom: 15px;
	width: 61%;
	color: #3a3a3a;
	bottom: 3%;
	padding-top: 0;
}

.bannerpetit2 {
    position: absolute;
    padding: 25px;
    font-size: 13px;
    font-weight: 100;
    padding-bottom: 15px;
    width: 100%;
    color: #3a3a3a;
    bottom: 7%;
    padding-top: 0;
}

.bannerpetit h1, .bannerpetit2 h1{
	text-align: left;
	font-family: 'Tinos', serif;
	color: #444444;
	font-weight: 100;
	font-size: 25px;
}

.bannerpetit .btn, .bannerpetit2 .btn{
	/* float: left; */
}

.margebann{
	padding:0;
	margin:0;
	margin-bottom: 23px;
}


.columna{
	margin-top:20px;	
}

.columna img{
	display: inline;	
}

footer a{
	color: #fffff2;
}

footer a:hover{color: #ea2e38;text-decoration: none;}

.bannr{
	margin-bottom: 23px;
}


.margebann2{
	margin:0;
	padding:0;	
}

.masonry-grid .blogpost .petit {
    margin-bottom: 10px;
} 

.bannergran-notis {
    position: absolute;
    font-size: 13px;
    font-weight: 100;
    text-align: right;
    color: #fff;
    padding: 10px;
    width: 100%;
    max-height: 281px;
    bottom: 10%;
    background-color: rgba(0, 0, 0, 0.72);
}

.bannergran-notis h1{
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
	font-weight: 800;
	font-size: 24px;
	line-height: 22px;
	margin: 0;
	text-transform: uppercase;
	/* padding: 0; */
}

.bannergran-notis .banntext{
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
	font-weight: 800;
	font-size: 14px;
	width: 100%;
	display: inherit;
	line-height: 24px;
	margin: 0;
	/* padding: 0; */
}

.parallax p{
	font-size:24px;
	color: #fff;
	font-weight: 100;
}


.notis{
	background-color: #FFFFFF;
	padding: 25px;
}

.bannergran-notis .banntext2{
	text-align: center;
	color: #d8d8d8;
	font-weight: 100;
	font-size: 11px;
	margin: 0;
	padding-top: 5px;
	display: inherit;
	/* padding: 0; */
}







	
.banner1{
	margin-bottom: 5px;
	border-bottom: 2px solid #ff7100;
}

.logointer img{
	margin:0 auto;
	display:table;
	margin-bottom: 18px;
}

.sidebar{
	margin-top: 15px;
}

#lang_sel_list {
     height: 0;
    position: relative;
    z-index: 99;
    font-family: verdana, arial, sans-serif;
}

.premsa{
	margin-top:10px;
	padding-left: 18px;
	text-align: left;
	margin-bottom: 15px;
}

.premsa h3{margin-top: 0;margin-bottom: 0;color: #4c4c4c;font-size: 15px;text-transform: uppercase;}


.premsa h2 {
    margin-top: 0;
    margin-bottom: 0;
    color: #4c4c4c;
    font-size: 15px;
}


.twittertime{
	text-align: right;
	font-family: 'Tinos', serif;
	color: #ffffff;
	font-weight: 100;
	font-size: 21px;
	margin: 0;
}

.timelinetwiit{/* background-color: #969696; *//* padding: 25px; */padding-top: 0;padding-bottom: 0;/* margin-bottom: 25px; */border: 1px solid #ddd;background-color: #f5f5f5;}


.bannertwiits {
    /* position: absolute; */
    font-size: 13px;
    font-weight: 100;
    text-align: right;
    color: #fff;
    margin-bottom: 32px;
    padding: 8px;
    width: 100%;
    max-height: 281px;
    bottom: 0;
    background-color: rgb(36, 48, 62);
}


.timelinetwiit .timeline-Tweet:hover {
    background-color: #4B3737;
}

.titolknow{font-family: 'Tinos', serif;font-size: 16px;font-weight: 200;color: #ffffff;text-transform: uppercase;padding-top: 2px;margin-bottom: 5px;padding-left: 25px;/* margin-left: 10px; *//* margin-right: 10px; */background-color: #24303e;padding-bottom: 3px;padding-top: 3px;}

.bannersknow{
	margin-bottom:25px;
	
}

.quadreesp a, .quadreesp2 a {
    color: rgb(255, 113, 0);
}

.quadreesp a:hover, .quadreesp2 a:hover {
    color: rgb(255, 146, 60);
}


.eslogan{
	margin-bottom:25px;	
}
.bototornar{
	text-align:right;	
}

.especialitats ul{
	padding-left:10px;

}

.especialiform {
	 margin:10px;
	
}
.especialiform .form-control {
    width: 100%;
    height: 28px;
    margin-top: 5px;

	
}

 .wpcf7 .especialiform p {
    padding-top: 3px;
    font-size: 13px;
    margin-bottom: 2px;
}

.especialiform textarea.form-control {
    min-height: 114px;
}
.formespe{
	margin-top: 28px;
}

.adrecacontact{
	margin-top: 5px;
}

.adrecacontact span{
	color: #7d7d7d;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

footer .list-icons li, .list li {
    padding: 5px 0;
}

.especialitats li{
	
	font-size:13px;	
}

.especialitats h2{
	font-size: 16px;
	color: #7d7d7d;
}
.especialitats .titolnotis h2{
    font-family: 'Tinos', serif;
    font-size: 18px;
    font-weight: bold;
    color: #1c3856;
    text-transform: uppercase;
    text-align: left;
    padding-top: 10px;
    margin-bottom: 5px;
}

.quadre2{
	margin-left:0;
	padding-left: 0;
}

.conferencies h3 {
    margin-top: 0;
    margin-bottom: 0PX;
    /* background-color: #ececec; */
    padding: 10px;
    text-align: left;
    font-size: 17px;
    padding: 20px;
    padding-bottom: 2px;
    text-transform: uppercase;
    color: #7d7d7d;
}

.lloc{
	padding-left:20px;
	padding-right:20px;
	color: #ababab;
	text-align: left;
}

.conferencies {
    margin-top: 20px;
    /* background-color: #24303e; */
    /* padding-bottom: 25px; */
    /* min-height: 506px; */
    border: 1px solid #eaeaea;
}

.blau-bg{
	background-image:url(../../img/fonsblau.jpg);
	padding-bottom: 25px;
}


.sormulari{
	margin-bottom:35px;
	
}

.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    background: rgba(56, 68, 80, 0.4);
    cursor: pointer;
}

.tp-bullet.selected, .tp-bullet:hover {
    background: #24303e;
}

.header-top2 .social-links {
    list-style: none;
    padding: 0;
    margin: 0px 0 0px 0;
	margin:0 auto;
	display:table;
}

.header-top2 .social-links li a {
    background: #545454;
    border: 1px solid #ffffff;
    color: #fff;
}


.peu-image {
    max-width: 120px;
    float: left;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}




.peu-image + .testimonial-body {
    margin-left: 90px;
    /* PADDING-RIGHT: 40PX; */
}


a.blau{
	color:#fff;
	text-decoration:underline;
}

a.blau:hover{
	color: #a5a5a5;
}

.banner2{
	border-bottom: 4px solid #395374;
}




.dropdown-menu > .active > a:hover{
	 background-color:#506177;
	 color:#EDEDED;
	 
	
	 
 }
 
 .news{
	 padding-top:30px; 
 }
 
.bannerspage {border: 7px solid #FFF;}


.bannerspage img {display: block;transform: translate(-17%, 00%);max-width: 149%;}



.titolagenda{
	font-size: 17px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 900;
	line-height: 18px;
	/* padding-bottom: 10px; */
}

.revista{
	margin-bottom: 25px;
	min-height: 180px;
	padding: 0;
	background-color: rgba(56, 84, 117, 0.12);
}

.anyrevista{
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
	font-weight: 800;
	padding: 5px;
	background-color: #385475;
	padding-left: 25px;
	margin-bottom: 7px;
}

.titolrevista{
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.compartir{
	font-size: 16px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 800;
	color: #395374;
}

.datanotis{
	background-color: #395374;
	display: block;
	color: #fff;
	padding: 5px 20px 5px 20px;
}

.text h2{
	font-size: 19px;
	color: #395374;
	margin-bottom: 6px;
	line-height: 25px;
	font-weight: 900;
	font-family: 'Open Sans Condensed', sans-serif;
}

.docs{
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #395374;
	margin-bottom: 7px;
	font-weight: 900;
}

ul.doc {
	margin-left: 23px;
	margin-bottom: 35PX;
}

img.blog{
	min-width:100%;	
}
.textcontact{
	font-size:13px;	
}

.textcontact strong{
	color: #395374;
}

.textcontact .titol{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 19px;
	margin-bottom: 10px;
	line-height: 18px;
	margin-top: 11px;
	color: #395374;
}

.search{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.formulariexpo{
	padding:15px;
	border:1px solid #cecece;
	display: inline-block;
}

.formulariexpo span{
	color: #395374;
	font-size: 17px;
	FONT-WEIGHT: 900;
	font-family: 'Open Sans Condensed', sans-serif;
}


.expo img {
    display: block;
    transform: none;
    max-width: 100%;
}
	
.expo{
		font-size: 23px;
		margin-top: 12px;
}


.projectes{
	background-color:#fff;
	padding-bottom: 23px;
	min-height: 225px;
}

.projectes h1{
	font-size: 19px;
	padding: 6px;
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	background-color: white;
}

.projectes span{
	background-color: #fff;
	display: inline-flex;
	padding: 15px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.margepetit{padding: 11px;display: flex;background-color: #ececec;}


.margepetit:nth-child(even){
    padding: 11px;
    background: #f7f7f7;
}


.margepetitlinks{padding: 11px;background-color: #ececec;}


.margepetitlinks:nth-child(even){
    padding: 11px;
    background: #f7f7f7;
}


.center{
    margin: 0 auto;
    display: table;	
}

.erro{
	font-size:25px;
	text-align:center;
}

.erro i{
	font-size:90px;
	
}

.blogpost-content a{
	color: #395374;
}

.blogpost-content a:hover{
	color: #ec2816;
}
