﻿@charset "utf-8";
/* CSS Document */

body {
  background: #fff !important
}

.text_normal {
  color: #434a54;
}

.text_white {
  color: #ffffff;
}


/*header*/
.custom_brand {
  padding: 0px !important
}


.custom_logo {
  padding: 5px;
  max-height:60px !important;
  width: auto;
}


.gn-menu-main {
  z-index: 1030;
}

.gn-menu-main > li > a {
  padding: 0 23px !important;
  font-size: 1.5em !important;
  padding-left: 33px !important;
}


/*sidebar menu*/
.menu_icon {
  padding: 21px;
  font-size: 1.2em !important;
}

.search_field {
  padding: 13px;
  display:block;
}

.gn-menu-wrapper {
  z-index: 500000000 !important;
}

.gn-menu-main > li > a {
  padding: 0px !important;
  padding-left: 15px !important;
}







/*footer*/
.footer {
  padding: 10px !important;
  background-color: #434a54;
}

.element_display {
  display:block;
}


/*main content*/
.main_content {
  padding: 50px !important;
  text-align: justify;
}

.section_title {
  border-bottom: 1px solid #ccd1d9 !important;
  padding-bottom: 0px !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}

.modal-dialog {
  z-index: 55000000;
}



/*image grid*/

.thumbnail:hover {
  background-color: #e6e9ed;
  color: white !important
}

.meeting_content {
  /*height: 340px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.meeting_title {
  text-transform: uppercase;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}

.meeting_text p {
  text-align: left !important
}


.meeting_link {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 5px;
}


.meeting_text p img.thumb {
  width: 100% !important;
}

.thumbnail a>img, .thumbnail>img {
  width: auto !important;
}


/*video player*/

.video_player {
 background: black; 
}





/*widget blocks*/

.widget-blocks {
  text-align:center;
  color: white;
  width: 100%;
  height: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
  -webkit-transition: width 1s ease-in-out, left 1.5s ease-in-out;
  -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
  -o-transition: width 1s ease-in-out, left 1.5s ease-in-out;
  transition: width 1s ease-in-out, left 1.5s ease-in-out;
  margin-bottom: 25px;
  padding: 27px;
}

a.widget-blocks:hover {
  opacity: 0.5;
}

.block-color_1 {
  background: #434a54;
}

.block-color_2 {
  background: #303741;
}

/* ------------------------------------------MEDIA QUERIES - ADJUSTMENTS--------------------------------------------------*/


/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){


.element_display {
  display:none;
}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){

.gn-menu-main > li > a {
  padding: 0 16px !important;
  font-size: 1.5em !important;
  padding-left: 20px !important;
}


/*breadcrumbs*/
.breadcrumbs_container {
	display:none !important;
}

.search_field {
  display:none !important;
}


/*main content*/
.main_content {
  padding: 10px !important;
}

.marker_list_container {
  height: 650px;
}


.element_display {
  display:none;
}


}



/* Small Devices, Tablets */
@media only screen and (max-width: 768px){

/*main content*/
.main_content {
  padding: 10px !important;
}
 


/*breadcrumbs*/

.search_field {
  display:none !important;
}


.element_display {
  display:none;
}


}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){
 
 /*main content*/
.main_content {
  padding: 10px !important;
}


}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){


}




/* Salvattore*/


/*@media screen and (min-width: 1px) and (max-width: 320px){
#columns[data-columns]::before {
        content: '1 .col-xs-12';
    }
}

@media screen and (min-width: 321px) and (max-width: 767px){
#columns[data-columns]::before {
        content: '2 .col-sm-6';
    }
}

@media screen and (min-width:768px) and (max-width: 991px){
    #columns[data-columns]::before {
        content: '3 .col-sm-4';
    }
}
@media screen and (min-width:992px) and (max-width: 9999px){
    #columns[data-columns]::before {
        content: '4 .col-md-3';
    }
}*/



/* Base styles */
.column {
    float: left;
	padding: 10px;
}
.size-1of4 {
    width: 25%;
}
.size-1of3 {
    width: 33.333%;
}
.size-1of2 {
    width: 50%;
}

.size-1of1 {
    width: 100%;
}

/* Configurate salvattore with media queries */
@media screen and  (min-width: 1px) and (max-width: 450px) {
    #columns[data-columns]::before {
        content: '1 .column.size-1of1';
    }
}

@media screen and (min-width: 451px) and (max-width: 700px) {
    #columns[data-columns]::before {
        content: '2 .column.size-1of2'  !important;
    }
}

@media screen and (min-width: 701px) and (max-width: 850px) {
    #columns[data-columns]::before {
        content: '3 .column.size-1of3'  !important;
    }
}

@media screen and (min-width: 851px) {
    #columns[data-columns]::before {
        content: '4 .column.size-1of4' !important;
    }
}

[data-columns]::before {
    position: absolute;
    right: 9999em;
    bottom: 9999em;
    visibility: hidden;
}

