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

body {
    margin-top: 0px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}


.tabGroup > div.tablabels > label
{margin-bottom:15px;}
/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.full {
  /*  background: url('../back2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-position:center;*/
	background-color:rgba(100,20,60,0.8);
}

.navbar-inverse
{background-color:transparent; border:none; color:white;}

.navbar-inverse .navbar-nav>li>a
{color:white;}

.navbar-inverse .navbar-nav>li>a:hover
{text-decoration:underline;}

.circleone
{width:200px; height:200px; background-color:#f05123; border-radius:100px; position:absolute; z-index:100; left:0; top:40px; border:2px solid transparent; background-image:url(../granite.png); background-size:100% auto; background-position:bottom;}

.circletwo
{width:140px; height:140px; background-color:#f57e20; border-radius:100px; position:absolute; z-index:200; left:90px; top:180px; border:2px solid transparent; padding-top:30px;}

.circlethree
{width:120px; height:120px; background-color:#c01f36; border-radius:100px; position:absolute; z-index:200; left:270px; top:10px; border:2px solid transparent; padding-top:20px;}
.circlefour
{width:200px; height:200px; background-color:#fcb216; border-radius:100px; position:absolute; z-index:100; left:270px; top:70px; border:2px solid transparent; background-image:url(../fruttissimi.png); background-size:100% auto; background-position:bottom;}

.circlefive
{width:150px; height:150px; background-color:#f15b3f; border-radius:100px; position:absolute; z-index:100; left:520px; top:10px; border:2px solid transparent;}
.circlesix
{width:100px; height:100px; background-color:#ec008c; border-radius:100px; position:absolute; z-index:200; left:605px; top:125px; border:2px solid transparent;}



.circleone:hover, .circlefour:hover
{background-position:top; transition:0.5s;}
.buton
{border:5px solid transparent; transition:0.3s; color:white; text-align:center;}

.buton:hover
{cursor:pointer; border:5px solid rgba(255,255,255,0.5); transition:0.3s; opacity:0.99; z-index:500;}


footer
{bottom:0; padding-bottom:10px; color:white;}


hr
{margin:0; padding:0; border-color:#fff; width:50%; margin-top:5px; margin-left:auto; margin-right:auto; }


.modal-content
{background-color:rgba(255,255,255,0.88);}




