/*
Theme Name: Astem - Lodi
Theme URI: http://dueper.net
Author: Dueper Design
Author URI: http://dueper.net
Description: Dueper Theme is based on upBootstrap3WP(https://github.com/upplex/upBootstrap3WP) --> Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc. and Twitter Bootstrap 3. Feel free to edit it. 
Version: 0.1
License: GNU General Public License
License URI: license.txt
Domain Path: /languages/
Tags:

*/

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

html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size: 16px;
	line-height: 1.4;
	background:#ffffff;
	color:#555555;
	letter-spacing:0.03em;
}

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

/************************************************************ GENERAL*/
h1,h2,h3,h4,h5,h6 {
	font-family: 'Lato', sans-serif;
    font-weight:  900;
    color:#2D2D30 ;
}

p {
	margin:5px 0;
}

a{
	color:#E4633D;
}
a:hover{
	color:#F2901E;
}

/*
ul, li {
    list-style-image: url('/wp-content/themes/astem/img/elencopuntato.png');
}
*/

ul, ol {
	padding-left: 40px;
}

.bg-black {
	background-color:#2D2D30;
}
.bg-withe {
	background-color:#F9F7F9;
}

.bg-grey {
	background-color:#ECEDED;
}

.top-line {
	border-top:10px solid #EEC806;
}

.titoletto {
	width:100%;
	height:10px;
	margin:15px 0px;
	background:#EEC806;
}
.titoletto span {
	background: #F9F7F9;
	color: #652D6D;
	margin-left: 10px;
	font-size: 24px;
	font-weight: 700;
	line-height: 0.45;
	padding: 5px 10px;
	vertical-align: top;
}
.top-margin {
	margin-top:30px;
}

.aligncenter {
	display: block;
	margin: 10px auto;
}

.alignleft {
	float: left;
	margin:10px 20px 10px 0px;
}

.alignright {
	float: right;
	margin:10px 0px 10px 20px;
}

.sidebar-gray {
    background: #eee;
    padding:15px 30px;
    margin-top:0px;
}

.padding-content {
    padding-top:60px;
    padding-bottom:60px;
}

/************************************************************ Sidebar */
.widget-title {
    text-transform: uppercase;
    font-size:16px;
}

ul.list-sidebar,
.widget ul.menu{
    list-style: none;
    padding:0;
}
ul.list-sidebar li,
.widget ul.menu li{
    font-size:14px;
    line-height: 1.2;
    padding-bottom: 15px;
    font-weight: 900;
}

.widget ul.menu li .sub-menu{
    padding-left: 15px;
    padding-top:10px;
}
.widget ul.menu li .sub-menu li{
    list-style: disc;
}

/************************************************************ Menu Mobile */
html.mm-opened .mm-page {
    box-shadow: none !important;
}

body .mm-menu {
    background: #4A4A4A;
    border-top: 5px solid #2D2D30;
}

body .mm-list > li > a,
.mm-list > li > span {
    color: #fff;
    border-bottom:1px solid #2D2D30 ;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 16px;
    padding: 15px 30px;
    position: relative;
    
    transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
body .mm-menu .mm-list > li:after {
    border-bottom-width:0 !important;
}

body .mm-menu .mm-list > li a:after{
    position: absolute;
    content: "";
    width:0px;
    top:0;
    left:0;
    bottom:0;
    background:#E4633D;
    
     transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

body .mm-menu .mm-list > li.active a {
    color: #E4633D;    
}

body .mm-menu .mm-list > li.active a:after,
body .mm-menu .mm-list > li  a:hover:after{
    width:5px;
    background:#E4633D;
}

/* SEARCH */
body .mm-search {
    padding:15px 30px;
    position: relative;
}
body .mm-search:after {
    content: "\e003";
    position: absolute;
    top: 20px;
    right: 40px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


body .mm-search input {
    border: none;
    border-radius: 30px;
    margin:auto;
    margin-top:0px;
    font: inherit;
    font-size: 14px;
    line-height: 1.2;
    outline: none;
    display: block;
    width: 100%;
    padding: 10px 15px;
}
body .mm-menu .mm-search input {
    background: #2D2D30 !important;
    color: #979797 !important;
}

/* SUBMENU */
body .mm-list a.mm-subopen {
    background:#2D2D30;
    width: 50px;
}
body .mm-list a.mm-subopen:before{
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    
    border-color: #fff !important;
    border-left-width: 0;
    border-top-width: 0px;
    
    left: 50%;
    margin-left: -4px;
    top: 50%;
    margin-top: -2px;  
}
body .mm-list a.mm-subopen:hover:before{
    border-color: #E4633D !important;
}
body .mm-menu .mm-list > li a.mm-subopen:after{
    display:none;
}

/************************************************************ Video Container*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/************************************************************ allegati */
.allegati {
    margin-top:30px;
    background: #c7c8c9;
    padding:30px;
}

/************************************************************ BOTTOM RIGHT WIDGET */

.section-title-bottom {
    color: #000000;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin-top:0px;
    margin-bottom:0px;
}

.fascia-title {
    margin:0;
    margin-bottom:50px;
    font-size: 20px;
    text-transform: uppercase;
}

/************************************************************ FOOTER ON BOTTOM*/
body.bind-scroll, html.bind-scroll {
	overflow:hidden;
	width:100%;
}


#main-wrapper {
	min-height:100%;
	position:relative;
}

#site-content {
	/* padding-bottom:200px;   /* Height of the footer element */
	background:#ffffff;
}
.countercontainer{
	float: right;
    position: relative;
    background: #E4633D;
    color: white;
    padding: 5px 10px 0;
}
.pvc_stats {
    display: inline !important;
    float: none;
    padding: 0 !important;
}
.pvc_stats i, 
.pvc_clear {
    display: none !important;
}
footer.site-foot {
	width:100%;
    /*height: 200px;*/
	padding:30px 0px;
	/*position:absolute;*/
	background:#2D2D30;
    border-top:5px solid #E4633D;
	color:#fff;
	bottom:0;
	left:0;
	margin-top:27px;
}

footer.site-foot .logo-footer {
    max-width: 120px;
}
footer.site-foot hr {
    border-top: 1px solid #555;
    margin:15px 0;
}

footer.site-foot .copyright {
    font-size:11px;
}

footer.site-foot .copyright a {
    color:#fff;
    text-decoration: underline;
}

.site-foot p {
	line-height:1.4em;
}

/************************************************************ SOCIAL BOTTOM */

.social-box-bottom {
	line-height: 0;
	padding: 0;
}

.social-box-bottom a {
	color:#ffffff;
	font-size: 25px;
}

.social-box-bottom a:hover {
	color:#A40133;
}

/************************************************************ HEADER*/
.sub-header {
	padding:30px 0;
}

.sub-header h1 {
	text-align:center;
	color:#A40133;
	font-size:26px;
	margin:0;
	line-height:1.4;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding: 15px 20px;
}
.navbar-brand img {
    max-width: 150px;
}

/************************************************************ SEARCH*/
.search-submit {
	display:none;
}

.form-group {
	width:100%;
}

.form-control {
    background-color: #FFFFFF;
    border: 2px solid #EEEEEE;
    border-radius: 0px;
    box-shadow: none;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}

.form-control:focus {
	border-color:#E4633D;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.6);
}

.search-field {
	background:url('img/search-icon.png') no-repeat right 10px center;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.search-field:focus {
	background: right -10px center;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

/************************************************************ STICKY */
.is-sticky #sticker {
	left:0;
	right:0;
	z-index: 999;
	padding:0;
}

#sticker {
	padding:15px 0;
	transition: padding 0.3s ease;
	-moz-transition: padding 0.3s ease;
	-webkit-transition: padding 0.3s ease;
	-ms-transition: padding 0.3s ease;
	-o-transition: padding 0.3s ease;
    
    border-top: 5px solid #E4633D;
}

/************************************************************ NAVBAR */

.navbar {
	text-transform:uppercase;
	font-size:13px;
    margin-top: 20px;
}

.navbar-nav {
	margin-top:8px;
}

.navbar-default .navbar-nav>li>a {
	color: #ffffff;
	font-size: 16px;
    font-weight: 300;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color:#E4633D;
	background-color:transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color:#E4633D;
	background-color:transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    background: #222;
    color: #E46339;
}

.current-post-parent > a, .current-post-ancestor > a {
    color:#E46339 !important;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #222222;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 13px;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu > li > a {
    text-align: left;
    color: #ffffff;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 6px 20px;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent;
    color:#E46339;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: transparent;
    /*color: #A40133;*/
    color:#fff;
    outline: 0 none;
    text-decoration: underline;
}

/************************************************************ SEARCHFORM HEADER */
.search-form-header {
    float: right;
    position: relative;
    height: 70px;
    padding-top: 15px;
    padding-left: 15px;
}

.search-form-header form.search-form {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.search-form-header form.search-form input#searchinput {
    background: #2D2D30;
    color: #fff;
    position: absolute;
    text-transform: none;
    top: 0;
    right: 0;
    line-height: 70px;
    font-size: 20px;
    font-weight: 100;
    width: 800px;
    text-align: right;
    padding-right: 55px;
    padding-top: 0px;
    opacity: 0;
    height: 100%;
    border: none;
    z-index: -1;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
}
.search-form-header form.search-form input#searchinput:focus {
    z-index: 1;
    opacity:1;
}
#searchfocus {
    position: relative;
    z-index: 3;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    line-height: 32px;
    background: transparent;
    border: none;
    
}
#searchfocus:hover {
    color:#E4633D;
}


/************************************************************ SLIDER */
.slider-home {
	position: relative;
	background: rgb(255,191,0); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNzZiMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,191,0,1) 0%, rgba(247,107,28,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,191,0,1)), color-stop(100%,rgba(247,107,28,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf00', endColorstr='#f76b1c',GradientType=0 ); /* IE6-8 */
	/*z-index: -1;*/
}
.slider-home .slide-content {
	background-position:center;
	background-repeat:no-repeat;
	height: 0;
    padding-bottom: 25%;
	position:relative;
	background-size:cover;
}
.slider-home .slide-content:after {
    content:"";
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index: 1;
    opacity: 0.7;
    
    background: rgb(255,191,0); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNzZiMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,191,0,1) 0%, rgba(247,107,28,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,191,0,1)), color-stop(100%,rgba(247,107,28,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf00', endColorstr='#f76b1c',GradientType=0 ); /* IE6-8 */

}

.slider-home .slide-content .text-slide{
    z-index: 2;
    
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    text-decoration: none;
    text-align: center;
    color: #fff;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slider-home .slide-content .text-slide h3{
	font-size: 50px;
    line-height: 1.2;
    font-weight: 300;
    color: #fff;
    margin: 0 0 0 15px;
}

.slider-home .text-slide-out {
    background:#000000;
    padding:20px;
    }
    
.slider-home .text-slide-out h3{
	font-size:20px;
	line-height:1;
	font-weight:300;
	color:#ffffff;
    display: inline-block;
    margin:0;
}

.slider-home .slide-content .text-slide h6 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    margin: 20px 0 0 15px;
    padding: 15px;
}

.owl-theme .owl-controls {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}
/****************************************** internal-subhead */

.internal-subhead {
	background: rgb(255,191,0); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNzZiMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,191,0,1) 0%, rgba(247,107,28,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,191,0,1)), color-stop(100%,rgba(247,107,28,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf00', endColorstr='#f76b1c',GradientType=0 ); /* IE6-8 */
	/*z-index: -1;*/

	background-position:center;
	background-repeat:no-repeat;
	position:relative;
	background-size:cover;
    text-align: center;
    padding:60px 0 30px 0;
}
.internal-subhead:after {
    content:"";
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index: 1;
    opacity: 0.7;
    
    background: rgb(255,191,0); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNzZiMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,191,0,1) 0%, rgba(247,107,28,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,191,0,1)), color-stop(100%,rgba(247,107,28,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf00', endColorstr='#f76b1c',GradientType=0 ); /* IE6-8 */

}

.internal-subhead h3{
	font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 900;
    color: #000;
    margin: 0;
    z-index: 2;
    position: relative;
}
.internal-subhead h1{
	font-size: 50px;
    line-height: 1.2;
    font-weight: 300;
    color: #fff;
    margin: 0;
    z-index: 2;
    position: relative;
    text-transform: uppercase;
}

/****************************************** BREADCRUMB */

.intro-text {
    max-width: 900px;
    padding:60px 30px;
    text-align: center;
    margin: auto;
    font-size:22px;
    font-weight: 300;
}
.intro-text .text-container{
    text-align: justify;
}

/************************************************************ Elenco servizi */
.elenco-servizi .servizi {
    padding:30px 0;
    margin-bottom: 0px;
    background: #E4633D;
    color:#fff;
    margin-top:0 !important;
    border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.elenco-servizi .servizi:first-child {
    background: #FDB606;
}
.elenco-servizi .servizi:nth-child(2) {
    background: #F2901E;
}
.elenco-servizi .servizi .icon {
    font-size:30px;
    width: 80px;
    height: 80px;
    float: left;
    text-align: center;
    line-height: 70px;
    display: inline-block;
    border:5px solid #fff;
    color:#fff;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    
    margin-right: 30px;
}
.elenco-servizi .servizi h1 {
    font-size:30px;
    line-height: 80px;
    float: left;
    font-weight: 300;
    display: inline-block;
    color:#fff;
    margin:0;
    text-transform: uppercase;
}
.elenco-servizi .servizi .more {
    font-size:18px;
    line-height: 80px;
    display: inline-block;
    float: right;
    margin:0;
    text-transform: uppercase;
    color:#fff;
}

.elenco-servizi .servizi .more .fa-caret-down {
    display: none;
}
.elenco-servizi .servizi .more .fa-caret-up {
    display: inline-block;
}

.elenco-servizi .servizi a.collapsed .more .fa-caret-down {
    display: inline-block;
}
.elenco-servizi .servizi a.collapsed .more .fa-caret-up {
    display: none;
}


.elenco-servizi .servizi .servizi-content {
/*    float: left;*/
}

.elenco-servizi .servizi .servizi-content .content {
    padding: 60px;
}
.elenco-servizi .servizi .servizi-content .content a{
    color:#fff;
    text-decoration: underline;
}
.elenco-servizi .servizi .servizi-content .content a:hover{
    text-decoration: none;
}


/************************************************************ News Home */
.fascia-news {
    padding: 60px 0;
}
.fascia-news .fascia-title {
    color:#E4633D;
}
.fascia-news article.hentry {
	margin-bottom:15px;
	position:relative;
}
.fascia-news article.hentry:after {
	content:'';
    display:block;
    clear: both;	
}

.fascia-news article.hentry .content {
	display: table-cell;
}

.fascia-news article.hentry figure{
	float:left;
	display: table-cell;
	max-width:80px;	
	margin-right:10px;
}
.fascia-news article.hentry date{
	font-size:12px;
	font-weight:700;
	color:#F6A072;
	margin-bottom:10px;
}
.fascia-news article.hentry a h1{
	font-size:18px;	
	margin-top:0;
}

.fascia-news article.hentry a:hover h1{
	color:#E4633D;
}

/************************************************************ SOCIAL TOP */

.social-box {
	line-height: 1;
	padding: 0;
}

.social-box a {
	color:#666666;
	font-size: 35px;
}

.social-box a:hover {
	color:#999999;
}

/************************************************************ TAXONOMY GROUP */

.spaced {
    margin:30px 0;
    text-transform:uppercase;
    display:block;
}

/*body.tax-group .people,
body.post-type-archive-people*/ .people {
    padding:30px 0;
}

/*body.tax-group .people h1,
body.post-type-archive-people*/ .people h1 {
    color:#000000;
	font-weight:300;
	font-size:24px;
    margin-bottom:0;
}

/*body.tax-group .people h2,
body.post-type-archive-people*/ .people h2 {
    color:#666666;
	font-weight:300;
	font-size:18px;
	margin-top:10px;
    margin-bottom:0;
}

#team .img-responsive {
	padding:0 50px;
}

#board .img-responsive {
	padding:0 50px;
}


/************************************************************ PAGE SECTIONS */

.section-page {
	padding-top:40px;
	padding-bottom:40px;
}

.section-title {
	font-weight:300;
	font-size:30px;
	color:#000000;
	margin:20px 0;
	line-height: 45px;
}

.section-image, .section-text, .section-block, .section-block {
	padding:20px 0;
}


/************************************************************ TIPOLOGIE HOME */
.tipologie-home{
	padding:0px;
	background-color:#f0f0f0;
	position:relative;
}
.tipologie-home .caption-tipologia{
	position:absolute;
	bottom:15px;
	left:0px;
	right:0;
	padding:5px;
	font-weight:500;
	background:#652D6D;
	color:#fff;
	line-height:1;
	font-size:22px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	
}
.tipologie-home a:hover  .caption-tipologia{
	bottom:0;
	letter-spacing:2px;
	padding:10% 5px;
	left:0;
	right:0;
}
.tipologie-home:first-child .caption-tipologia{
	left:-5px;
	background:#EEC806;
	color:#000;
}
.tipologie-home:last-child .caption-tipologia{
	right:-5px;
	background:#EEC806;
	color:#000;
}

/************************************************************ NEWS */

.top-spaced {
    margin-top:30px;
    text-transform:uppercase;
    display:block;
}

.title-first {
    margin-bottom: 20px !important;
}

/************************************************************ NEWS SINGLE */
.single-title {
	margin-top:0;
	color:#000000;
}
.single-post-content {
    margin-top:30px;
    margin-bottom: 60px;
}

.single-post date {
    color:#E4633D;
    font-size: 14px;
    font-weight: 900;
    display: block;
}
.single-post .post-title {
    font-size:40px;
    margin:0;
    margin-bottom:15px;
}

.date {
    display: inline-block;
    margin-top:10px;
    margin-bottom: 10px;
}
.the-date {
    color:#000000;
}

/************************************************************ SERVIZI SINGLE */

.single-post-content .post-title {
    font-size:40px;
    margin:0;
    margin-bottom:15px;
}



/***************************************************** PAGE NAV */

.wp-pagenavi {
    margin:40px 0;
    color:#000000;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: none !important;
    margin: 2px;
    padding: 3px 5px;
    text-decoration: none;
}

.wp-pagenavi .page{
    color:#000000;
}

.wp-pagenavi span.current {
    font-weight: bold;
    color:#A40133;
}

.wp-pagenavi a:hover{
    color:#A40133;    
}

/**************************************************** READ MORE */

.readmore {
    text-transform:uppercase;
    font-size:10px;
}

.readmore:hover {
    color:#A40133;
}

/* Gravity Forms */
.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
	display: block;
	margin: 0px 0 23px 0px;
	font-size: 11px;
	letter-spacing: 0.5pt;
}
.gform_wrapper .top_label .gfield_label {
	margin: 20px 0 4px 0;
}

.gform_wrapper.gf_browser_chrome .ginput_complex select, .gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select {
	padding: 5px 10px !important;
	margin-bottom: 5px;
	height: 40px;
	font-size: 18px;
	color: #777 !important;
}
input,button,select,textarea{
	border-image-source: none;
	border: 1px solid #eceded;
	border-image-slice: 0;
	border-image-width: 0;
	border-image-outset: 0;
	border-image-repeat: inherit;
	line-height: inherit;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio], .gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
	margin-top: 4px !important;
	margin-left: 4px !important;
	width: 15px !important;
	height: 15px !important;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
}
.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
	padding: 5px 10px !important;
	font-size: 18px !important;
	color:#777 !important;
}

.gform_wrapper ul li.gfield {
	margin-bottom: 10px;
}

.gform_wrapper .ginput_container .datepicker {
	width:47% !important;
}

.gform_wrapper .gfield_required {
    color: #A40133;
    margin-left: 5px;
}

.gform_wrapper .top_label .gfield_label {
    clear: both;
    display: inline-block;
    font-weight: lighter !important;
    line-height: 1.3em;
    margin: 10px 0 4px;
}

.gform_button {
    background-color:transparent;
    text-transform:uppercase;
    font-weight:bold;
    border:0px;
}

.gform_button:hover {
    color: #A40133;
}

.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
    color: #999999 !important;
    font-size: 24px !important;
    font-weight: lighter;
    padding: 5px 10px !important;
}

textarea {
    color: #999999 !important;
    font-size: 24px !important;
    font-weight: lighter;
    padding: 5px 10px !important;
}

.upload-field .ginput_container {
    background: -moz-linear-gradient(center top , #7ABCFF 0%, #60ABF8 44%, #4096EE 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height: 45px;
    display: inline-block;
    margin: 15px 0 10px 15px;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100% !important;
    border: 0 none;
    height: 100%;
}

.upload-field input {

}

/********************************************* Captcha */

.recaptchatable a, .recaptchatable a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 0 none !important;
    color: #999999 !important;
    font-size: 10px;
}

.recaptchatable .recaptcha_image_cell center img {
    height: 55px !important;
}

.recaptchatable {
    background: none repeat scroll 0 0 #FFFFFF;
}

.captcha input {
    border: 1px solid #DFDFDF !important;
}



/************************************************************ Contact & Maps */

.contact-header {
    background: none repeat scroll 0 0 #ffffff;
    display: inline-block;
    width: 100%;
}

.acf-map {
	width: 100%;
	margin: 0px 0px 0px 0px;
	height:500px;
}

.acf-map img {
	max-width: none; 
}

.slide-contact {
	background-position:center;
	background-repeat:no-repeat;
	height:400px;
	position:relative;
	background-size:cover;
}

.slide-content {
    height: 515px;
}

.content-box {
    position: relative;
}

.contact-header .col-md-4 {
    padding:0px;
}

.content-text-box {
    /*background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);*/
    padding: 15px;
    position: absolute;
    top: 0;
    left:0;
    right:0;
    margin:20px;
}

.contact-us {
    position: absolute;
    width: 100%;
}

.contact-us h1{
    width: 100%;
    color: #000000;
    font-size: 26px;
    line-height: 1.4;
    margin: 0;
}


/************************************************************ Links utili */

.fascia-links {
    padding: 60px 0;
    text-align: center;
}
.fascia-links:after {
    content:'';
    display:block;
    clear: both;
}

.fascia-links a{
    padding:0 30px;
}


/* Page */
.fascia-links .links {
    padding: 30px 0;
    margin-bottom:30px;
    width: 32%;
    display: inline-block;
}
.fascia-links .links a{
    padding:0;
    display: inline-block;
}
.fascia-links .links h1 {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 900;
    margin: 0;
    margin-top:15px;
    color:rgba(247,107,28,1);
    z-index: 2;
    position: relative;
    transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
}
.fascia-links .links a:hover h1 {
    color:#000;
}



/************************************************************ MEDIA QUERY */

@media (max-width: 1200px) and (min-width: 991px){
	.navbar-collapse {
		display:inherit !important;
	}
	
	.navbar-toggle {
		display:none !important;	
		float:right;
	}
}

@media (max-width: 1199px){
	.navbar-collapse {
		font-size:13px;
	}
}

@media (max-width: 767px){
	
    .sub-header h1 {
        margin: 10px 0;
    }
	
    .social-box {
        text-align: center !important;
    }
    
    .counter-container {
        display:none;
    }

}

@media (max-width: 991px) and (min-width: 768px){
	
	
	.cat-title, .single-title{
		font-size:50px;	
	}
	
	.slider-home .slide-content, .acf-map {
	    height:300px;
    }
    
    .social-box {
        text-align: center !important;
    }
    
    .sub-header h1 {
        margin: 10px 0;
    }
    
}
@media (max-width: 992px){
	.navbar-brand {
		padding: 15px 15px;
		z-index: 2;
		position: relative;
		font-size: 18px;
		line-height: 20px;
	}
    
    .fascia-links {
        margin-top:30px;
    }
    .home .fascia-links,
    .page-template-page-servizi .fascia-links {
        margin-top:0px;
    }
	
	.navbar {
		z-index: 1;
	}
	.slider-home .slide-content .text-slide h3 {
        font-size:30px;
    }
    
    .intro-text .img-container{
        margin-top:15px !important; 
        margin-bottom:15px !important;   
    }
    .intro-text .text-container{
        text-align: center;
    }
    
    
    /************************************************************ Elenco servizi */
    
    .elenco-servizi .servizi h1 {
        font-size:26px;
    }
    .elenco-servizi .servizi .more {
        font-size:14px;
    }

    .elenco-servizi .servizi .servizi-content .content {
        padding: 30px;
    }
    
}
@media (max-width: 992px) and (min-width:768px){
	.navbar-brand {
		width:100%;
	}
	
	.brand-conrtainer{
		text-align:center;	
	}
}
@media (max-width: 767px){
	
	.dropdown-menu {
		display:block;
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	.dropdown-menu > li > a{
		clear: both;
		color: #666;
		display: block;
		font-weight: normal;
		line-height: 20px;
		padding: 5px 15px 5px 25px;
		white-space: nowrap;
	}
    
    .slider-home .slide-content {
        padding-bottom:50%;
    }
    
    .fascia-links a{
        padding:15px;
        display: block;
    }
    
    .navbar-default {
        min-height:0;
    }
    
    .navbar-toggle {
        position: absolute;
        bottom: 15px;
        right: -20px;
    }
    
    .brand-conrtainer {
        text-align: center;
    }
    .navbar-brand {
        float: none;
        text-align: center;
    }
    
    footer.site-foot {
        height:auto;
        position: relative;
    }
    #site-content {
        padding-bottom:0;
    }
    
}

@media (max-width: 620px){
    /************************************************************ Elenco servizi */
    .elenco-servizi .servizi {
        padding:15px 0;
    }
    
    .elenco-servizi .servizi h1 {
        font-size:16px;
        line-height: 45px;
    }
    .elenco-servizi .servizi .more{
        display:none
    }
    .elenco-servizi .servizi .servizi-content .content {
        padding: 30px 0;
    }
    .elenco-servizi .servizi .icon {
        font-size: 22px;
        width: 45px;
        height: 45px;
        line-height: 35px;
        border-width: 3px;
        margin-right: 10px;
    }

}


@media (max-width: 767px) and (min-width: 480px){
	.slider-home .slide-content, .acf-map {
	    height:300px;
    }
    .owl-theme .owl-controls {
        display:none !important;
    }
	
	.section-block .number-images {
		margin-bottom:40px;	
	}
	
}

@media (max-width: 479px){
	.slider-home .slide-content, .acf-map {
	    height:150px;
    }
    
    .box-news-home {
	    display:none;
    }
    
	.section-block .number-images {
		margin-bottom:40px;	
	}
	
    .social-box {
        text-align: center !important;
    }
    
    .sub-header h1 {
        margin: 10px 0;
    }
    
    .owl-theme .owl-controls {
        display:none !important;
    }
    
    .site-foot .col-xs-12 {
        text-align:center;
        margin: 0 0 20px;
    }
    
    .bottom-right-box {
        margin: 30px 0 40px;
    }
    
    .slider-home .slide-content .text-slide h3 {
        font-size:24px;
    }
}
