/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
html,
body {
    font-family: 'Source Sans Pro', sans-serif;
}


body {
   	color:rgb(40,29,25);
    text-shadow: 0 1px 3px rgba(0,0,0,.1);
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1.625;
    -webkit-font-smoothing: antialiased; 
	 background-image: url("/bundles/cinevoxsite/images/videos/cinevox-B8-fermo.jpg");
    background-attachment: fixed;
    background-repeat:no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}




h1 { font-size: 32px;  font-family: 'Source Sans Pro', sans-serif; }
h2 { font-size: 30px;  font-family: 'Source Sans Pro', sans-serif; }
h3 { font-size: 28px;  font-family: 'Source Sans Pro', sans-serif; }
h4 { font-size: 26px;  font-family: 'Source Sans Pro', sans-serif; }
h5 { font-size: 24px;  font-family: 'Source Sans Pro', sans-serif; }
h6 { font-size: 22px;  font-family: 'Source Sans Pro', sans-serif; }
p {	margin-bottom: 15px; }

.itunes {
	width: 35px;
}


a, 
a:visited {  color: rgb(58,116,142); text-decoration: none; line-height: inherit; font-family:"Roboto";font-weight: 700;}
a:hover, a:focus {color: rgb(244,121,16);  text-decoration: none;  }

.table-responsive {
	border:0;
}
.table th, .table td { 
     border-top: none !important;
     
 }
 
 .table-hover tbody th,tr:hover td {
     background-color:rgba(51,71,11,0.4);
     border:0;
}





.select {
	background:rgb(40,29,27);
	color:#fff;
	height:30px;
	border:0;
	padding-bottom:20px;
	margin:0 0 20px 0;
	
}

.navbar-default{
background:rgba(96,69,58,0.95);
background-image: none;
background-repeat: repeat-x;
border-color: none;
filter: none;
 
}
.navbar-inverse {
  
  border-color: rgba(39,28,24,0.2);
}
.navbar-inverse {
  color:rgb(236,230,195);
  
}
.navbar-brand {
	padding-left: 45px;
}

.catalog ul {


    text-align:left;
    
    color:rgb(40,29,25);
    font-family:"Roboto",sans-serif;
    font-size:1.5em;


}

.catalog  a, a:visited {

    text-decoration: none;
    line-height: inherit;
    font-family:"Roboto";
    font-size:1.0em;
}

ul {

    list-style-type: none;


}
li {
    list-style-type: none;
}
.cinevox {
    font-size:1.0em;
}
.lang {
    color:rgb(236,230,195);
    background-color:#444;
    
    
}


.input-search {

	color:#fff;
	background:rgba(40,29,27,0.5);
	width:90%;
	border:0px;

}




.fl {
	float:left;
}
.center {
	text-align:center;
}
.sx {
    text-align:left;
}

	


.text {

    text-align:left;
	padding:10px 5px 0 5px;
}

.lang {
    background:transparent;
    border:0;
}
.list {
	padding:6px;
}
.bg-gray-rectangular {

    background:rgba(0,0,0,0.2);
    color:#fff;
    text-align:left;
    padding-left:5px;
}


/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
    display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
}


.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}
.cover-container {
    margin-right: auto;
    margin-left: auto;
}

/* Padding for spacing */
.inner {
    position:absolute;
    left:0;
    padding: 30px;
}


/*
 * Header
 */




.masthead-brand {
    margin-top: 10px;
    margin-bottom: 10px;
}

.masthead-nav > li {
    display: inline-block;
    
}
.masthead-nav > li + li {
    margin-left: 20px;
}
.masthead-nav > li > a {
    padding-right: 0;
    padding-left: 0;
    font-size: 15px;
    font-weight: 300;
    color: #fff; /* IE8 proofing */
    color:rgb(236,230,195);
    border-bottom: 2px solid transparent;
    font-family: "Roboto", sans-serif;

}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
    background-color: transparent;
    border-bottom-color: rgba(244,121,16,0.55);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
    color:rgb(236,230,215);
    border-bottom-color: rgb(244,121,16);
}

.masthead-nav .logo {
    padding-top:12px;
    

}

/* Padding for spacing */
.inner {
    padding: 0px;
}

.inner p {
    margin-left:0;
    position:relative;
    left:-15px;
    top:-200px;
    width:150%;
}
/*
 * Cover
 */

.cover {
    padding: 0 30px;
    right:25%;
    top:0;
    position:relative;
}

.cover .btn-lg {
    padding: 10px 20px;
    font-weight: bold;
}







/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */



/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;

}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;

}
.navbar-wrapper .navbar .container {
    width: auto;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
        font-size: 16px;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
    .masthead-brand {
        float: left;
    }
    .masthead-nav {
        float: right;

    }
    /* Pull out the header and footer */
    .masthead {
        position: fixed;
        top: 0;

    }
    /* Start the vertical centering */
    .site-wrapper-inner {
        vertical-align: middle;
    }
    /* Handle the widths */
    .masthead,
    .mastfoot,
    .cover-container {

        width: 100%; /* Must be percentage or pixels for horizontal alignment */
    }

	.mediaOff {
		display:none;
	}

}

@media (max-width: 768px) {

    .masthead-nav > li > a {
        font-size: 10px;
    }

    .cover {
        margin-top:20%;
        margin-left:20%;
        padding: 0 0;
        position:relative;
        width:100%;
    }

    .inner {
        padding-top: 40px;
    }

    .inner p {
        margin-left:0;
        position:relative;
        left:-15px;
        top:30px;
        width:110%;
    }
    
    .masthead-nav .logo {
    display:none;

	}
	.lang {
		width:100%;
		font-size:12px;
	}

	.masthead-nav .mediaOff {
    display:none;

	}
	
	
	.table-responsive {
		font-size:13px;
		
	}
	.catalog-content .entry-header h2 {

    font-size:26px;
	}
	

}
@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
    .masthead,
    .mastfoot,
    .cover-container {
        width: 700px;

    }
}

/* -----------------------------------------
   FOOTER
----------------------------------------- */
#footer-wrap { padding-left: 30px;padding-right: 30px; background:rgba(96,69,58,0.9);}




/* -----------------------------------------
   PAGE SECTION HEADER
----------------------------------------- */
#section h3 { color:#fff; }

/* -----------------------------------------
   WIDGETS - GENERIC STYLES
----------------------------------------- */
.widget { margin-bottom: 85px; position:relative; }

.widget-content {
    background: #ffffff; /* Old browsers */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E3E2C5', endColorstr='#E3E2D2',GradientType=0 ); /* IE6-9 */
    border-radius:5px;
    box-shadow: -1px 5px 10px rgba(0,0,0,0.2);
    padding:15px;
	text-align:left;
	background:rgba(247,232,196,0.8);
    
    
}

.btn {
	background:rgb(40,29,27);
	border:0;
	height:30px;
	font-size: 12px;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	
}

.btn-success {
	color: #fff;
	background:rgba(40,29,27,0.5);
	border-color: #4cae4c;
	border-radius: 8px;
}
.btn-success:hover,
.btn-success:focus {
    background-color:rgb(245,122,12);
    color:#333;
}


.vlarge {
    font-size: 28px;
    font-weight: 300;
    height: 50px;
    width: 150px;
}



.letter .sletter {
	background:rgb(40,29,27);
	width:200px;
	border:0;
}
.letter .sprivacy, label {
	font-size: 12px;
	font-weight: 300;
	font-family: "Roboto", sans-serif;

}


.footer { padding:50px 10px 40px 10px;text-align:left; font-size:14px; font-family:"Roboto", sans-serif; font-weight:300;}
.footer .widget { margin-bottom:0; }
.footer .widget-content { 
	height:100%; 
	background: none; 
	filter:none; 
	box-shadow: none; 
	border-radius:0; 
	padding:0; 
	color:rgb(236,230,195);
	text-align:left;
	margin:0 30px 0 30px; 
}

.footer .widget-title { position:static; margin-bottom:20px; color:rgb(236,230,195); font-size:24px; font-family:"Roboto", sans-serif; font-weight:400; margin:0 30px 30px 30px;}


/* --------------
BOX NEWS AND OTHER
----------------*/
article {
    padding: 0 10px;
    position: relative;
}


article .tm-content-inner {
    border-bottom: 0px solid #9DC9B6;
    display: inline-block;
    width: 100%;
    padding: 0px 0;
}
article .inpage {
    border-bottom: 0px solid #DDDBA6;
}
article .noneborder {
    border: none;
}
article .tm-content-inner .entry-thumbnail {
    float: left;
    margin-right: 20px;
}
article .tm-content-inner .entry-thumbnail a {
    display: block;
}
article .tm-content-inner .entry-container {
    padding: 0;
    font-size: 12px;
}
article .tm-content-inner h3 {
   
   font-size: 14px;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	color:rgb(40,29,25);
}

article .tm-content-inner p {
   
    font-size: 13px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	color:rgb(40,29,25);
}
article img{
   
   border:2px solid #ece6c3;

}

article .entry-container .time {
    font-size: 14px;
    color: #666;
    line-height: 100%;
    font-family: "Source Sans Pro", sans-serif;
    font-weight:700;
}
.time {
    font-size: 14px;
    color: #555;
    line-height: 100%;
    font-family: "Source Sans Pro", sans-serif;
    margin-top:20px;
}

.newsTitle {

font-size:20px;
}
article .entry-container h3 {
    margin: 10px 0;
    font-size: 15px;
    color:rgb(40,29,25);
}

article .entry-container ul,li {
    
    font-size: 12px;
    font-family:"Roboto", sans-serif;
    font-weight:700;
    color:rgb(40,29,25);
}




article hr {
    color:transparent;
}


.news-content .entry-container {
    padding: 30px 70px;
}

.news-content .entry-header {
    padding: 30px 70px 0 70px;
}

.news-content .entry-header .time {
    color: #999999;
}

.news-content .entry-header .meta {
    margin: 5px 0;
}

.news-content .entry-container .entry-content {
    border-bottom: 0px solid #e6e6e6;
    padding-bottom: 30px;
}

/* scheda prodotto*/

.catalog-content .entry-thumbnail {
    float:left;
    margin-right:30px;


}

.catalog-content  img{
   
     border:2px solid #ece6c3;
}

.catalog-content .bordata img{
   
   border:0;
}
.catalog-content .entry-header {

    position: relative;
    top: -27px;
    margin-left: 140px;
}

.catalog-content .entry-header h2 {

    font-size:22px;
}

.title-page {
    background-color: rgba(59,40,34, 0.8);
    color: rgba(244,121,16, 1.0);
    font-family: "Roboto", sans-serif;
    font-size: 50px;
    font-weight: 400;
    left: 20px;
    padding: 220px 10px 20px 10px;
    position: absolute;
    top: -15px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px; 
	min-width:250px;
	text-align:center;
}

.news-time {
	color:rgb(40,29,25);
    font-family:"Source Sans Pro",sans-serif;
    font-size:1.0em;
    font-weight:700;

}
.capecaz {
width:700px;	
	
}

.capecaz input {
	height:50px;
	background-color:rgb(40,29,27);
	font-size: 16px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	color:#fff;
	border:0;
	margin-top: 5px;
	padding-left:5px;
}
.capecaz .btn {
	background:rgb(40,29,27);
	border-radius:0px;
	font-size: 12px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}

.capecaz  .btn-warning {
  color: #fff;
  background-color:rgb(40,29,27);
  border-color: #4cae4c;
  margin:0 2px 0 5px;
  height:50px;
  padding-top:15px;
}
.capecaz  .btn-warning:hover,
.btn-warning:focus {
background-color:rgb(245,122,12);	
color:rgb(40,29,25);
}


.entry-container-playlist {
	font-size: 13px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	
}


.search-artist-form input {
	font-size: 13px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	background:rgba(40,29,27,0.5);
	color:#fff;
	border:0;
	
}
.search-artist-form select {
	font-size: 13px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	background:rgba(40,29,27,0.5);
	color:#fff;
	border:0;
}
.divide-img {
	
	width:100%;
	height:5px;
	background:rgba(96,69,58,0.55);
	
	
}
.simple-box img {
	
	  border:2px solid #ece6c3;
}
.simple-box{
	
	padding:0;
}

.breadcrumb{
    background: rgba(247,232,196,0.5);
}
.iconBox {
	margin-top:10px;
    background-color:rgba(40,29,25,0.2);
	border-radius:5px;
    font-size: 12px;
    width:100%;
  
    
}
.iconBox img  {
	border:0;
	position:relative;
	top:-6px;
	left:10px;
	
}

.iconBox .iconPos {
	font-size: 30px;  
	position: relative;
	top: 5px;
	left: 15px;	
	border:0px;
}

.all img {
	border:0;
}
.titoli h3 {
	background-color:rgba(51,71,11,0.8);
	border-radius:4px;
	padding:3px;
	color:rgb(236,230,195);
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	margin:0 15px 10px 15px;
	margin:0 0 10px 0;
}
.social {
    background-color: rgba(96,69,58,0.5)
}

.social ul {
    margin-top: 10px
}

.social .row {
    margin-right: 0px;
}
