#field-slideshow-1-controls {
text-align:center;
}

.field-slideshow-slide{
/*   Take the width of the largest possible image of the slideshow
 *   and override the width of the slides with it */
  width: 70% !important;
  /* Makes sure the images are centered*/ 
 /* text-align: center;*/
margin-left: auto;
margin-right: auto;
}


.wrapper .container {
  /*background: #f5f5f5;*/
  background: #FFFFFF;
}

/* Grid Gutter */
.grid {
}

.grid-inner {
  padding: 0 1.5em;
}

.grid .grid-inner {
}

.region-content .block {
}

.region-content .block-inner {
  padding-left: 20px !important;
}

.sidebar .block {
}

/**
* Main Containner
*/
#main-wrapper {
}

#main-wrapper .container {
  padding: 0;
}

#main-wrapper .container-inner {
}

/**
* Header
*/

#header {
  clear: both;
  padding: 0px;
  /*background: url(../logo.png);*/
}

#header-wrapper {
}

#header-wrapper .container {
  background: #FFF;
}

#header-wrapper .grid-inner {
  padding: 0;
}

/* Logo & Site name */
#logo {
  /*float: left;*/
  /*height: 80px;*/
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  /*margin-right: auto;*/
  position: absolute;
  /*display: block;*/
}

#logo-and-name-and-slogan {
  height: 90px;
}

#logo-and-name-and-slogan > .site-slogan {
  float: right;
  color: #FFFFFF;
  font-family: Lato;
  font-size: 16px;
  font-weight: bold;
  line-height: 19.5px;
  margin: 23px 5px 20px 0;
}

#site-slogan-icon {
  height: 15px;
}

.site-name {
  color: #666;
  float: left;
  font-size: 3em;
  line-height: 26px;
  margin: 0;
  padding-right: 5px;
}

.site-name a {
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
}

.site-name a:visited {
}

.site-name a:hover,
.site-name a:focus,
.site-name a:active {
  color: #444;
  text-decoration: none;
}


#site-number {
  background: url(../images/vline-slogan.png) repeat-y left top;
  color: #D6212C;
  font-size: 1.5em;
  font-weight: 400;
  margin: 0 0 0 0px;
  max-width: 500px;
  float: right;
}

/* Region */
.region-header {
  float: right;
  width: 100%;
}

.region-header a {
  color:333;
}

.region-header a:hover {
  color:#0B9444;
  text-decoration:underline;
}

.region-header a:active {
  color:#0B9444;
}

/*.region-header li.a {
list-style-type:none;
padding: 4px;
}*/


/*.region-header li:first-child{
padding-right:2px;
}*/

.region-header li {
text-align:left;
}


/**
* Main Navigation
*/
#menu-bar-wrapper {
  position: relative;
  z-index: 499; /* Drupal toolbar index is 600 */
}

#menu-bar-wrapper .container {
  background: none;
  /*padding-bottom: .417em;*/
  position: relative;
}

#menu-bar-wrapper .grid-inner {
  padding: 0;
}

/* Region */
#menu-bar-wrapper .region-menu-bar {
  /*background: url(../images/bg-menubar.png) repeat-x left top;*/
  /*border-bottom: 1px solid #e2e2e2;*/
  width: 100%;
}

#menu-bar-wrapper .region-menu-bar .block-inner {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

/**
* Main Content
*/
#main-content .grid-inner {
  margin: 0px 20px 20px 20px;
  padding: 0;
  margin-left: 0px;
}

.front #main-content .block-inner {
  border-bottom: none;
  margin-bottom: 0;
}

#main-content .region-content {
  clear: both;
}

#main-content .region-content #block-system-main {
}

#main-content .region-content #block-system-main .block-inner {
}

/* Content on Front-page */
body.front #main-content .region-content {
}

/* Content on other pages */
body.not-front #main-content .region-content {
}

/* Page Title */
#page-title {
  /*background: #7bb9e0;*/
  background: #FFF;
  /*background-image:url('http://swissvoiptel.ch/img/imgtop_vantaggi.jpg');*/
  background-repeat:no-repeat;
  /*background-attachment:fixed;*/
  background-position:center; 
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) inset;
  border-bottom: 1px solid #e2e2e2;
  color: #fff;
  font-family: BebasNeueRegular;
  font-size: 3em;
  font-weight: normal;
  height: 200px;
  margin: 0 0 .5em;
  padding: .556em 0;
}

#page-title span {
  background: #19252d;
  display: inline-block;
  line-height: 1em;
  padding: .333em;
}

.in-maintenance #page-title {
  padding: 10px;
}

/**
* Sidebars
*/
.sidebar .grid-inner {
  padding: 0px 1.5em 0 0;
}

.region-sidebar-first {
 /*width: 100px;*/
}

.region-sidebar-second {
}

/**
* Panels
*/
.panel {
}

.panel .container {
}

/* --- First Panel --- */
#panel-first-wrapper {
}

/* --- Second Panel --- */
#panel-second-wrapper {
}

/* --- Third Panel --- */
#panel-third-wrapper {
}

/**
* Slideshow
*/
#slideshow-wrapper {
}

#slideshow-wrapper .grid-inner {
  padding: 0;
}

/**
* Footer
*/
#footer-wrapper {
}

#footer-wrapper .grid-inner {
  padding: 0;
}

#footer-wrapper > .container {
  background: #FFFFFF;
  /*background: red;*/
  border-top: 1px solid #1a1a1a;
  overflow: hidden;
}

#footer {
  padding: 2.5em 0;
  position: relative;
}

#footer .tb-copyright {
  color: #444;
  font-size: .917em;
  line-height: 1em;
  padding: 0;
  text-align: center;
}

#footer .tb-copyright a {
  color: #777;
}

/* Region */
.region-footer {
}

/**
* Other Pages
*/

/* --- Blogs --- */
.page-blog {
}

/* Blog Action Links */
.page-blog ul.action-links {
  display: inline-block;
  float: right;
  margin: 1em 0;
  padding: 0;
}

.page-blog ul.action-links li {
  list-style: none;
  margin: 0;
}

.page-blog ul.action-links li a {
  background: url(../images/bg-button-more.png) no-repeat left top;
  border: 1px solid #ddd;
  color: #aaa;
  display: block;
  float: left;
  font-size: .833em;
  margin-right: 5px;
  padding: 2px 10px 3px 21px;
  text-transform: uppercase;
}

.page-blog ul.action-links a:hover,
.page-blog ul.action-links a:active,
.page-blog ul.action-links a:focus {
  background: url(../images/bg-button-more.png) no-repeat left -25px;
  /*color: #7bb9e0;*/
  color: red;
  text-decoration: none;
}

/* --- Profiles --- */
.profile {
  margin-top: 0;
}

.profile h3 {
  border-bottom: 1px solid #ddd;
  margin: 0 0 1em;
  padding: 0 0 .5em 0;
}

.profile .user-picture {
  float: none;
}

.profile .field {
}

.profile .field .field-label {
}

.profile .field .field-items {
}

.profile .field .field-items .field-item {
}

/* --- Search Results --- */
.page-search h2 {
  font-size: 1.5em;
  padding: 0;
}

.page-search span.button {
  float: none;
}

.search-results {
  margin: 0;
  padding: 0;
}

.search-results .search-result {
}

.search-results .title {
  margin: 1em 0 0.5em;
}

.search-results .search-snippet-info {
  padding: 0;
}

.search-results p {
  margin: 0;
}

.search-results .search-snippet {
}

.search-results .search-info {
  font-size: .923em;
}

span.search-info-type {
}

span.search-info-user {
}

span.search-info-date {
}

span.search-info-comment {
}

span.search-info-upload {
}

/* --- Poll Page --- */
.poll {
}

.page-poll .region-content .block-content ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.page-poll .region-content .block-content ul li {
  padding-bottom: 1em;
}

.page-poll .region-content .block-content ul li a {
  background: url(../images/bullet-1-h.png) no-repeat left top;
  padding-left: 1.833em;
}

/* Vote Form */
.poll .vote-form {
  text-align: left;
}

.poll .vote-form .choices {
  margin: 0;
}

.poll .vote-form .choices .form-item {
}

/* Vote Result */
.poll .text {
}

.poll .bar {
  background: #ddd;
}

.poll .bar .foreground {
  background: #333;
}

.poll .percent {
  color: #7b7b7b;
  font-size: 0.92em;
}

.poll .total {
}

/* --- Feed Aggregator ---*/
/* Feed Items */
#aggregator .feed-item {
  margin-bottom: 40px;
}

#aggregator .feed-item .header {
}

#aggregator .feed-item .header h2 {
}

#aggregator .feed-item .content {
}

#aggregator .feed-item .footer {
}

#aggregator .feed-item .footer .meta {
}

#aggregator .feed-item .footer .categories {
}

/* Feed Lists */
#aggregator .feed {
  margin: 1em 0;
}

#aggregator .feed .summary-title {
}

#aggregator .feed .feed-url {
  margin: .5em 0 0;
}

#aggregator .feed .item-list {
}

#aggregator .feed .item-list ul {
}

#aggregator .feed .item-list ul li {
  background-image: none;
  margin: 1em 0 0;
  padding: 0;
}

#aggregator .feed .source {
  margin: .5em 0 0;
}

#aggregator .feed .time {
}

#aggregator .feed .feed-name {
  margin: 0;
}

#aggregator .feed .links a {
  margin: 0;
}

/* --- Maintenance Page --- */
.maintenance-page #skip-link {
  position: absolute;
  top: -99em;
}

.maintenance-page .footer {
}

.maintenance-page .footer a {
}

/**
* Misc.
*/

/* Feed icons */
.feed-icon img {
  display: none;
  padding: 0 10px;
}

#feed-icons {
}

#feed-icons .feed-icon {
}

#feed-icons .feed-icon img {
}

#feed-icons a.feed-icon {
}


#system-messages-wrapper .container {
  overflow: hidden;
}

div.messages {
  margin: 1.5em 0;
}

.block-style-sirate .views-field-field-image {
  float: left;
}

.block-style-sirate .views-field-field-image img {
  border: 1px solid #777;
  margin: 0 20px 0 0;
  max-width: none !important;
  padding: 4px;
}

.block-style-sirate .item-list ul li {
  border-bottom: 1px solid #777;
  margin: 0;
  min-height: 60px;
  padding: 10px 0;
}

.block-style-sirate .views-field-title a {
  color: #eee;
}

.field-item.odd {
  color: #333333;
}

.addtoany_share_save {
  display: none;
}

.addtoany_list > a {
  display: none;
}

a.print_page {
  width: 24px;
  height: 24px;
  padding: 0px !important;
  margin-right: 2px;
  background-image: url("/sites/all/themes/tb_sirate/images/printer32.png");
  background-size: 24px;
  //background-image: url("/sites/all/themes/tb_sirate/images/print.svg");
  //background-size: 32px 32px;
}

a.forward-page > img {
  margin: 0px;
  width: 24px;
  height: 24px;
}

a.forward-page > img:hover {
  opacity: 0.7;
}

.a2a_kit a:hover {
  opacity: 0.7;
}

.a2a_default_style a {
  margin: 0 3px;
}

//span.a2a_s_linkedin {
//  background-image: url("/sites/all/themes/tb_sirate/images/linkedin32.png");
//}

.a2a_default_style a span{
  border-radius: 0 !important;
}

#block-block-96--2>div {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

span.a2a_s_twitter {
  background-image: url("/sites/all/themes/tb_sirate/images/twitter32.png");
  width: 24px;
  height: 24px;
  background-size: 24px;
}

span.a2a_s_google_plus {
  width: 24px;
  height: 24px;
  background-size: 24px;
}

span.a2a_s_facebook {
  width: 24px;
  height: 24px;
  background-size: 24px;
}

span.a2a_s_linkedin {
  width: 24px;
  height: 24px;
  background-size: 24px;
}

#teamviewerlink {
  display: table;
}

#teamviewerlink *{
  vertical-align: middle;
  display: table-cell;
  margin-right: 5px;
}

/* Popup (background) */

#popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10002; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Popup Content */

#popup-content {
  /*margin: 15% auto; /* 15% from the top and centered */
  margin: 70px auto; /* 15% from the top and centered */
  /*padding: 20px;*/
  border: 1px solid #888;
  width: 40%; /* Could be more or less, depending on screen size */
  min-width: 250px;
  text-align: center;
  border: 0;
  border-width: 0;
}
