/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
}
p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #00aaee;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}
hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}
hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}
hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #00aaee;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
    background: #00aaee;
}
.header-home {
    text-align: center;
    color: #fff;
	background:url(../img/sede-700.jpg) no-repeat;
	background-size:100%;
	display:block;
	padding:0 !important;
	margin:0;
	height:500px;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
	border-radius:8px;
}
@media(min-width:1920px) {
	.header-home {
	height: 700px;
}
.header-home .row {
	margin-top: 100px;
}
}
@media(min-width:1280px) and (max-width:1920px) {
	.header-home {
	height: 600px;
}
.container {
	max-width:1024px;
}
.header-home .row {
	margin-top: 50px;
}
}
@media(min-width:1024px) and (max-width:1280px) {
	.container {
	max-width:1024px;
}
}
@media(max-width:991px) {
	.resp-dati {
		text-align:center;
	}
}
@media (min-width: 768px) and (max-width:991px) {
.navbar-nav>li>a {
    font-size: 12px;
}
}
@media(min-width:768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
		/*aggiunto il valore height*/
		height:500px;
    }

    header .intro-text .name {
        font-size: 7em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
		color:#00aaee;
		background-color: rgba(255,255,255,0.8);
		padding:0 10px;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding:25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;

    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 0;
		box-shadow:#eee 1px 1px 4px;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}
section {
    padding: 0;

}

section h2 {
  margin: 48px 0px 48px 0px;
  font-size: 3em;
	color: #00aaee;

}

section.success {
    color: #fff;
    background: #00aaee;
}

section.success a,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #ffffff;
	border:solid 2px #fff;
}
section.success a:hover {
	color: #00aaee;
}
@media(max-width:990px) {

header .intro-text .name {
    font-size: 5em;
}
header .intro-text .skills {
    color: #00aaee;
    background-color: rgba(255,255,255,0.8);
    padding: 0 10px;
}
}
@media(max-width:767px) {
    section {
        padding:  0;
    }

    section.first {
        padding-top: 75px;
    }
	header .intro-text .name {
    font-size: 3em;
}
header .intro-text .skills {
    font-size:1em;
}
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,170,238,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -20px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
.img-responsive {
	margin:0 auto;
}
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #00aaee;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #00aaee;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #233140;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #122536;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
	padding-top:12px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 5%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
/*---------------AGGIUNTI---------------*/

.immagine-home-1 {
	width:100%;
	height:auto;
	margin-bottom:50px;
}
.immagine-home-2 {
	width:100%;
	height:auto;
	margin:20px auto;
	max-width:380px;
}

.titolo-2-home {
	font-size:20px;
	font-weight:bold;
	color:#00aaee;
	margin:20px 0;
	padding:0;
	text-align:center;
}
.titolo-chi-siamo {
	font-size:24px;
	text-align:center;
	margin:30px 0;
	color:#00aaee;
	font-size:26px;
}
.testo-policy {
	font-size:15px;
}
.top-img {
	background:url('img/tecnoutensili-sede.jpg')no-repeat;
	background-size:100%;
	height: 500px;
	display:block;
	padding:0 !important;
	margin:0;
}
.portfolio-link h3 {
	text-decoration:none;
	text-align:center;
}
.portfolio-link h3:hover {
	text-decoration:none;
}
.portfolio-item img {
	 -moz-transform: scale(0.9);
  	-webkit-transform: scale(0.9);
 	 transform: scale(0.9);
}
.portfolio-item:hover img {
	 -moz-transform: scale(1);
  	-webkit-transform: scale(1);
 	 transform: scale(1);
	  -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
	opacity: 0.8;
}
.navbar-fixed-top.navbar-shrink img {
	height:40px;
	margin-top:10px;
}
.pagina-corrente a{
	background-color:#00aaee;
	color:#ffffff;
}
.header-1 {
    text-align: center;
    color: #fff;
    background:url(../img/HEADER-01.jpg) no-repeat;
    background-size: 100%;
    max-height: 700px;
    display: block;
    padding: 0 !important;
    margin: 0;
}
.container-categoria {
    margin-right: auto;
    margin-left: auto;
	margin-bottom:50px;
    padding-left: 15px;
    padding-right: 15px;
	widt:100%;
	max-width:1024px;
}
.prodotti {
	width:70%;
	background-color:#fefefe;
	margin:0;
	padding:0;
	float:left;
	/*border-right: solid 1px #ccc;*/
}
.preventivo-prodotti {
	width:30%;
	background-color:#eeeeee;
	margin:0;
	padding:0;
	height:100%;
	float:left;
	border-left:solid 1px #ccc;
	height:200px;
}
.list-group:hover a {
	text-decoration:none;
}
.list-group li:hover {
	background-color:#E3FAFA ;
}
.prodotti li {
	height:50px;
	line-height:25px;
}
.p-codice {
	cursor:pointer;
	border-bottom:1px solid #ccc;
	padding-left:5px;
	color:#333;
	border-right:none !important;
}
.p-preview {
	border-bottom:1px solid #ccc;
	cursor:pointer;
	border-right:none !important;
}
.p-descrizione {
	cursor:pointer;
	border-bottom:1px solid #ccc;
	padding-left:5px;
	font-size:13px;
	color:#333;
	border-right:none !important;
}
.section-p {
	margin-top:100px;
}
.breadcrumb {
    padding: 8px 6px;
    background-color: #ffffff;
    border-radius: 0px;
}
.btn {
    border-width: 0;
}
.btn-primary {
    color: #eeffff;
    background-color: #00aaee;
}

.prodotto-resp {
	display:none;
}
.form-p {
    margin:0;
	padding:0;
}
.btn-default {
    background-color: #00aaee;
}
td form .btn-default {
	margin-left:10px;
}
td form .btn-default:hover{
	box-shadow:2px 2px 6px #aaa;
	-webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
	transition-timing-function: ease-in-out;
	background-color:#00aaee;
	}
.btn-primary { margin-top:20px; }
.btn-primary:hover {
	box-shadow:2px 2px 6px #aaa;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
	transition-timing-function: ease-in-out;
}
.btn-success {
    color: #ffffff;
    background-color: #00aaee;
    border-color: #00aaee;
}
.btn-success:hover {
    color: #ffffff;
    background-color: #00aaee;
    border-color: #00aaee;
	box-shadow:2px 2px 6px #aaa;
	-webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
	transition-timing-function: ease-in-out;
}

.navbar-nav>li>a:focus {
	background-color:#00aaee;
	color:#fff !important;
}
a.btn-danger:active {
	background-color:#f00 !important;
}
a.btn-danger:focus {
	background-color:#f00 !important;
}
#portfolio > .container > .row > .col-md-4:hover > a {
	text-decoration:none;
}
.text-foot {
	text-align:left;
}
.col-md-4:hover a {
	text-decoration:none;
}
.text-foot p {
	font-size:16px;
}
.text-foot h4 {
	color:#00aaee;
	font-size:16px;
}
#google-maps iframe { pointer-events:none; }
.table>thead>tr>th {
    vertical-align: top;
}

/* CATEGORIE */

.product-element {
  background-color: #ffffff;
  /*cursor: pointer;*/
}
.product-element:hover {
  background-color: #eeffff;
}
table a:not(.btn), .table a:not(.btn) {
	text-decoration:none;
}
table>tbody>tr>td, .table>tbody>tr>td {
	vertical-align:middle;
	border-right: solid 1px #eee;
}
table>tbody>tr>td:last-child, .table>tbody>tr>td:last-child
{
	border-right: none;
	text-align:left;
	margin:0 auto;
}
.col-md-6 table tbody tr th {
	padding:10px 10px 0 0;
	font-weight:bold;
}
.col-md-6 table tbody tr td {
	padding:10px 10px 0 0;
}
.btn:focus, .btn:active, .btn.active {
    background-color: #00aaee !important;
}
.btn-outline:hover {
	/*border: none;*/
}

/* PRODOTTI */
.product-element td {
	padding:0;
}
.product-element td a {
	padding:8px;
	display:block;
}
.input-group.input-quantity {
  text-align: center;
}
.input-group.input-quantity .form-control {
  width: 64px;
}
.btn-circle {
  padding: 5px;
  margin: 0px auto 0px auto;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 50%;
}
.prev {
	border:solid 1px #eee;
	border-radius:4px;
	padding:10px 0 20px 0;
}
.prev h4, .prev strong  {
	margin-left:8px;
	color:#00aaee;
}
/* PREVENTIVO */
.input-group {
    width: 100%;
}
label {
    color: #00aaee;
    margin: 10px 0;
}
.no-more-table .intestazione-tab {
	width:100%;
	float:left;
}
.no-more-table select {
	width:100%;
	/*float:left;*/
	height:40px;
}
.prev-no-resp p, .prev p {
	padding:8px;
}
.col-md-9 table thead tr th {
	border-right:1px solid #eee;
}
.col-md-9 table thead tr th:last-child {
	border-right:none;
}
.policy-link {
	color:#fff;
	font-size:14px;
}
.policy-link:hover {
	color:#fff;
}
/* RESPONSIVE */
@media screen and (max-width: 991px) {
.text-foot {
	text-align:center;
}
}
@media screen and (max-width: 767px) {
.table-responsive {
    border: none;
}
.section-p {
    margin-top: 0;
}
.navbar img {
	height:40px;
	margin-top:10px;
}
.navbar-default, .navbar-inverse {
	box-shadow:#eee 1px 1px 4px;
}
/*.container-categoria {
    padding-left: 5px;
    padding-right: 5px;
}*/
.prodotto-resp {
	display:block;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    margin: 0 auto;
}
.prev-no-resp {
	display:none;
}
.prev-resp {
	display:block;
}
.testo-chi-siamo {
	padding:0 8px;
}
.container-categoria .row:nth-child(1) {
	margin-top:50px;
}
.section-p .container {
	margin-top:50px;
}
.header-home {
    height: auto;
}
}
@media screen and (max-width: 479px) {
  .resp {
  	width:40%;
  	float:left;
  	margin-top:0;
	height:auto;
  }
  .resp-d {
  	width:100%;
  	float:left;
  	margin-bottom:10px;
  }
  .product-element {
  	border-top:solid 1px #eee;
  	border-bottom:solid 1px #eee;
  }

  .dati-resp td {
  	font-size:14px;
  }
  /*
  .col-md-4 img {
  	margin:0 0 20px 20px;
  }
  */
  .col-md-6 table {
  	margin-left:5px;
  }
  .prev h4, .prev strong {
	  margin:0;
  }
  .prev {
    padding: 15;
}
.product-element td  {
	clear:both;
}
.p-codice {
	font-weight:bold;
}
}
@media only screen and (max-width: 800px) {
	.col-md-9 th:nth-of-type(1) {
	display:none;
}
.prev-resp h4, .prev-resp p strong {
    margin-left: 8px;
    color: #00aaee;
}
.prev-resp {
    box-shadow: 2px 2px 2px #eee;
	padding:10px;
}
	.no-more-table .intestazione-tab {
	width:30%;
	float:left;
	height:40px;
	margin-top:10px;
}
.no-more-table select {
	width:70%;
}
	/* Force table to not be like tables anymore */
	.no-more-table table,
	.no-more-table thead,
	.no-more-table tbody,
	.no-more-table th,
	.no-more-table td,
	.no-more-table tr {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility)
	.no-more-table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	} */
	.no-more-table tr {
        border: 1px solid #ccc;
		height:auto;
	}
	.table-condensed>tbody>tr>td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align:left;
		text-transform:uppercase;
	}
	.no-more-table td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
        content: attr(aria-label);
	}
  .testo-chi-siamo {
	   text-align:center;
   }
   #aggiungi {
	    display:none;
    }
    .no-more-table .intestazione-tab {
	     padding:8px;
    }
    .no-more-table .intestazione-tab {
	     margin-top:0px;
    }
}
@media (min-width: 320px) and (max-width:479px) {
	header .intro-text .name {
    font-size: 2em;
	}
	.skills {
		display:none;
	}
	section h2 {
		font-size:2em;
		margin:25px 0;

	}
}
