/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

.logo-img {
  margin-bottom: 20px;
}

.site-name-slogan h6 {
  margin-top: 5px;
  margin-bottom: 10px;
}

#zone-content {
  margin-bottom: 20px;
}

ul.nice-menu ul li {
    width: 100% !important;
}

#sliding-popup {
    width: 100%;
    background: #f4f4f4;
    padding-top: 10px;
    height: 75px;
}

#sliding-popup .popup-content #popup-text h2 {
    color: #333;
    font-size: 16px;
    font-weight: 100;
}

/*#region-postscript-first iframe {
  margin-top: 12px;
}*/

#zone-footer-wrapper {
  background: #AAAAAA;
  height: inherit;
}
#credits {
  position: relative;
  float: right;
  top: 15px;
}

ul.logoi-credits {
  list-style-type:none;
  max-width: 58px;
}
ul.logoi-credits li { 
  float: left;
}
#logo-archibuzz img {
  margin-left: 10px;
}

#zone-before-footer-wrapper,
#zone-postscript {
  margin-top: 20px;
}

#region-before-footer h2 {
  margin-bottom: 10px;
}

#block-search-form {
  float: right;
  margin-top: 20px;
}

#region-sidebar-second {
  margin-top: 20px;
}

/* 
 * MENU
 */
#zone-menu-wrapper {
  margin-top: 20px;
}
ul.nice-menu, ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
ul.nice-menu li {
  border: 0;
  float: left; /* LTR */
  background-color: transparent;
  width: 100%;
  text-align: center;
  border-right: 1px solid #579294;
}
ul.nice-menu li.first {
  border-left: 1px solid #579294;
}
ul.nice-menu ul li, ul.nice-menu ul li.first {
  border: 1px solid #ccc;
  float: left; /* LTR */
  text-align: left;
}
ul.nice-menu a,
ul.nice-menu-down .menuparent a {
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 1%;
  padding-right: 1%;
  color: #555;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  background: #E9E9E9;
  background: -moz-linear-gradient(#E9E9E9, #E9E9E9);
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #E9E9E9),color-stop(1, #E9E9E9));
  background: -webkit-linear-gradient(#E9E9E9, #E9E9E9);
  background: -o-linear-gradient(#E9E9E9, #E9E9E9);
  background: -ms-linear-gradient(#E9E9E9, #E9E9E9);
  background: linear-gradient(#E9E9E9, #E9E9E9);
  border: 1px solid #D2D2D2;
  -moz-box-shadow: 0 2px 1px #9c9c9c;
  -webkit-box-shadow: 0 2px 1px #9C9C9C;
  box-shadow: 0 1px 1px #9C9C9C;
}
ul.nice-menu a.active {
  color: #579294;
}
ul.nice-menu li a:hover {
  background: #579294;
  color: #fff;
}
ul.nice-menu ul {
  left: -1px; /* LTR */
  border: 0;
  margin-right: 0; /* LTR */
  float: right;
  margin-top: 23px;
}
ul.nice-menu ul ul {
  left: -1px; /* LTR */
  border: 0;
  margin-right: 0; /* LTR */
  /*margin-left: 24px; LTR */
  float: right;
  margin-top: 0px;
}
ul.nice-menu ul li {
  width: 19.6%;
}
ul.nice-menu li a:hover {
  background: #579294;
  color: #fff;
}
ul.nice-menu ul li a {
  background: #555;
  color: #fff;
}
ul.nice-menu ul li a:hover {
  background: #579294;
  color: #fff;
}
ul.nice-menu ul li a {
  background: #555;
  color: gray;
}

/***** */
.view-technologies h3 {
  margin-top: 20px;
}

.block-views .view h2 a {
  font-size: 18px;
}

.flex-caption {
  font-size: 18px;
}

.region-user-second-inner iframe {
  margin-top: 10px;
}

div.view {
  border: 0 !important;
}

.field-name-body .field-item iframe {
  margin-bottom: 20px;
}

.view-articles-about-mpeg-of-user .Pending,
.view-articles-to-be-reviewed-by-a-chairman .Pending {
  color: #FFAD1F;
}
.view-articles-about-mpeg-of-user .Approved,
.view-articles-to-be-reviewed-by-a-chairman .Approved {
  color: #00FF00;
}

.node-article-about-mpeg .content {
  margin-bottom: 20px;
}

.field-name-field-tags .field-item a {
  margin-right: 10px;
}

/*ARTICLES*/

section#block-views-article-homepage-block .content {
    padding-top: 20px;
}

.view-article-homepage {
    text-align: center;
}

.view-article-homepage .views-field-title {
    padding-top: 20px;
}

.view-article-homepage img {
    width: 100%;
    height: auto;
}

.view-article-homepage img:hover {
    opacity: 0.6;
}

.view-article-homepage .views-row {
    width: 100%;
    max-width: 300px;
    display: inline-table;
    margin-right: 50px;
    text-align: left;
}

.page-news .view-article-homepage .views-field-title a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
}

.view-article-homepage .views-field.views-field-body a {
    color: #000;
    font-style: italic;
}

.page-news .view-article-homepage .views-field-title a:hover,
.front .view-article-homepage .views-field-title a:hover {
    color: #5B5B5B;
}

.front .view-article-homepage .views-field-title a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px;
}

.view-article-homepage a.article-btn {
    font-family: 'Open Sans', sans-serif;
  color: #5c5c5c;
  font-size: 14px;
  background: #f2f2f2;
  padding: 10px 20px 10px 20px;
  border: solid #7a7a7a 1px;
  text-decoration: none;
}

.view-article-homepage a.article-btn:hover {
background: #d6d6d6;
  text-decoration: none;
}

.view-article-homepage .view-footer {
    margin-top: 30px;
}

section#block-views-article-homepage-block {
    border-bottom: 1px solid #BBB;
        border-top: 1px solid #BBB;
    padding-top: 20px;
        padding-bottom: 20px;
}

.page-news .view-article-homepage {
    text-align: left;
}

.page-news .view-article-homepage .views-row {
    width: 100%;
    max-width: 300px;
    display: inline-table;
    margin-right: 90px;
    margin-bottom: 30px;
    text-align: left;
    border-bottom: 1px solid #666;
}

.page-news .view-article-homepage .views-field-title {
    padding-top: 20px;
    height: auto;
    margin-bottom: 10px;
}

@media (max-width: 1200px) {
	.page-news .view-article-homepage {
	    text-align: center;
	}
}

/*CUSTOM*/

.front h1#page-title,
.front h4,
section#block-views-article-homepage-block h2.block-title {
    text-align: center;
        font-family: 'Open Sans', sans-serif !important;
}

p {
    font-size: 14px;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
    font-family: 'Open Sans', sans-serif !important;
}

.front div#block-views-latest-press-release-block {
    margin-top: -20px;
}

div#block-block-8 {
    text-align: center;
        /*border-top: 1px solid #BBB;*/
    padding-top: 20px;
}

.front div#block-views-last-white-paper-block,
.front div#block-views-latest-press-release-block {
    text-align: center;
    border: 1px solid #bbb;
    margin-bottom: 30px !important;
    max-width: 900px;
    margin: 0 auto;
}

.front .views-field-field-press-release,
.front .views-field-field-white-paper {
    font-size: 17px;
    padding: 10px;
}

.front .views-field-field-press-release span.file img,
.front .views-field-field-white-paper span.file img {
    padding-bottom: 5px;
}

.front .views-field-field-press-release a,
.front .views-field-field-white-paper a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.front .views-field-field-press-release a:hover,
.front .views-field-field-white-paper a:hover {
	color: #5B5B5B;
}

.view-latest-press-release .views-field-nothing a,
.view-last-white-paper .views-field-nothing a {
    font-family: 'Open Sans',sans-serif;
    color: #5c5c5c;
    font-size: 14px;
    background: #f2f2f2;
    padding: 10px 20px 10px 20px;
    border: solid #7a7a7a 1px;
    text-decoration: none;
}

.view-latest-press-release .views-field-nothing a:hover,
.view-last-white-paper .views-field-nothing a:hover {
	background: #d6d6d6;
  text-decoration: none;
}

.view-last-white-paper .views-field-nothing,
.view-latest-press-release .views-field-nothing {
    margin-top: 20px;
    margin-bottom: 30px;
}

/*MEETING*/

.view-last-meeting .views-field-field-meeting-image {
    max-height: 225px;
    margin-bottom: 50px;
    overflow: hidden;
}

.view-last-meeting .views-field-title,
.view-next-meeting .views-field-title {
    padding-top: 15px;
}

.view-last-meeting img,
.view-next-meeting img {
    width: 100%;
    height: auto;
    max-width: 400px;
}

.view-next-meeting .views-field-field-meeting-image {
    max-height: 225px;
    margin-bottom: 50px;
    overflow: hidden;
}

.view-last-meeting .views-field-title a,
.view-next-meeting .views-field-title a,
.view-future-meetings .views-field-title a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.view-last-meeting .views-field-title a:hover,
.view-next-meeting .views-field-title a:hover,
.view-future-meetings .views-field-title a:hover {
	color: #5B5B5B;
}

.view-events tr td {
    background: #fff;
    padding: 10px;
}

div#block-views-last-event-home-block {
    text-align: center;
    border: 1px solid #bbb;
    margin-bottom: 30px !important;
    max-width: 900px;
    margin: 0 auto;
}

.view-last-event-home .views-field.views-field-nothing a {
    font-family: 'Open Sans',sans-serif;
    color: #5c5c5c;
    font-size: 14px;
    background: #f2f2f2;
    padding: 10px 20px 10px 20px;
    border: solid #7a7a7a 1px;
    text-decoration: none;
}

.view-last-event-home .views-field.views-field-nothing a:hover {
    background: #d6d6d6;
    text-decoration: none;
}

.view-last-event-home .views-field.views-field-nothing {
    margin-top: 20px;
    margin-bottom: 30px;
}

.view-last-event-home .views-field.views-field-title a {
    font-size: 17px;
    padding: 10px;
    text-decoration: none;
    color: #000;
}

.view-last-event-home .views-field.views-field-title a:hover {
    color: #777;
}

.view-last-event-home .views-field.views-field-title {
    margin-bottom: 30px;
        margin-top: 45px !important;
}

div#block-views-last-event-home-block {
    width: 49%;
    float: left;
    height: 200px;
    z-index: 999;
}

.front .views-field-field-white-paper {
    font-size: 14px !important;
}

div#block-views-last-white-paper-block {
    width: 49%;
    float: left;
    z-index: 999;
    height: 200px;
}

h5.blocco-title-inside {
    font-size: 20px;
}

/*CUSTOM MOD*/

.view-tags-tax-view span.views-label {
    float: left;
    margin-right: 5px;
        font-weight: 600;
}

.view-tags-tax-view .views-row {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C1C0C0;
}

.view-tags-tax-view .views-field.views-field-title a {
    text-decoration: none;
}

.popup-content.info h4 {
    text-align: left;
}

div#block-block-2 ul {
    list-style-type: none;
    margin: 0 auto;
    max-width: 300px;
}

div#block-block-2 ul li a {
    text-decoration: none;
}

div#block-block-2 ul li {
    display: inline-block;
    text-align: center;
    padding-top: 15px;
    margin-right: 20px;
}

/*new logo and new footer*/

.site-name-slogan h6 {
    margin-left: -40px;
}

div#zone-branding-wrapper {
    margin-top: 40px;
}

div#zone-user.container-12 .grid-4 {
    width: 100%;
    padding-left: 0 !important;
    max-width: 1200px !important;
    padding-right: 22px;
}

div#zone-user.container-12 .prefix-8 {
    padding-left: 0 !important;
}

div#block-block-5 {
    float: right;
    margin-top: 16px;
}

div#block-block-10 {
    float: right;
    margin-bottom: -100px;
    margin-top: 8px;
}

div#block-block-10 h6 {
    float: left;
    line-height: 8px;
    text-align: right;
    padding-right: 10px;
}

div#block-block-10 p {
    float: right;
}

div#region-footer-second {
    margin-bottom: 10px;
}

div#block-block-3 {
    margin-top: 15px;
}

/*search*/

div#region-preface-third {
    padding-left: 0;
    width: 100%;
}

div#block-search-form {
    float: right;
    padding-right: 33px;
}

@media (max-width: 1080px) {
	
	div#block-views-last-white-paper-block {
	width: 100%;
	float: none;
	z-index: 999;
	height: 210px;
	}

	div#block-views-last-event-home-block {
	width: 100%;
	float: none;
	height: 210px;
	z-index: 999;
	}
	
	.logo-img img {
    max-width: 180px;
	}
	
	.site-name-slogan h6 {
    margin-left: -200px;
	}
	
	div#block-block-10 h6 {
    font-size: 10px;
	}
}

@media (max-width: 768px) {
	
	div#block-block-10 {
    float: right;
    margin-bottom: -100px;
    margin-top: 14px;
	}

	div#block-block-10 h6 {
	    float: left;
	    line-height: 8px;
	    text-align: right;
	    padding-right: 10px;
	    font-size: 10px;
	}
	
	.logo-img img {
    max-width: 200px;
    margin-top: 0px;
	}
	
	.site-name-slogan {
    float: left;
    margin-top: 5px;
    margin-left: -150px;
	}
	
	.site-name-slogan h6 {
    margin-left: -60px;
    margin-top: 20px;
	}
}

@media (max-width: 740px) {
	
	div#block-search-form {
	float: none;
	padding-right: 0;
	text-align: center;
	}
	
	#region-branding .branding-data {
    text-align: center;
	}
	
	.logo-img {
    float: none;
    margin-right: 0px;
	}
	
	.site-name-slogan {
    float: none;
    margin-top: 0px;
    margin-left: 0px;
	}
	
	.site-name-slogan h6 {
    margin-left: 0;
    text-align: center;
	}
	
	div#block-block-10 {
    float: none;
    margin-bottom: 0px;
    margin-top: 8px;
    text-align: center;
	}
	
	div#block-block-10 h6 {
    float: none;
    line-height: 8px;
    text-align: center;
    padding-right: 0px;
    font-size: 11px;
	}
	
	div#block-block-10 p {
    float: none;
	}
	
	div#zone-branding-wrapper {
    margin-top: 10px;
	}
	
	#zone-footer-wrapper {
    text-align: center;
	}
	
	div#block-block-5 {
    float: none;
    margin-top: 16px;
    margin-bottom: -10px;
	}
}

/* new css video */

.video-tutorial-home .flowplayer .fp-logo {
    display: none !important;
}

.video-tutorial-home .views-row {
    width: 49%;
    display: inline-table;
    text-align: center;
}

section#block-views-video-tutorials-home-block {
    margin-top: 40px;
    margin-bottom: 40px;
}

section#block-views-video-tutorials-home-block h2 {
    text-align: center;
    margin-bottom: 20px;
}

.video-tutorial-home .views-field-title {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px;
    margin-top: 5px;
}

.video-tutorial-home iframe {
    width: 90%;
    height: 300px;
}

.video-tutorial-home a.article-btn {
    font-family: 'Open Sans', sans-serif;
    color: #5c5c5c;
    font-size: 14px;
    background: #f2f2f2;
    padding: 10px 20px 10px 20px;
    border: solid #7a7a7a 1px;
    text-decoration: none;
}

.video-tutorial-home a.article-btn:hover {
    background: #d6d6d6;
    text-decoration: none;
}

.video-tutorial-home .view-footer {
    text-align: center;
    margin-top: 50px;
}

.page-video-tutorials h1#page-title {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.video-tutorial-home.page .views-row {
    width: 47%;
    margin-bottom: 50px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
}

.video-tutorial-home.page ul.pager.clearfix {
    max-width: 300px;
    margin: 0 auto;
}

.video-tutorial-home.page ul.pager li {
    width: auto;
}

.video-tutorial-home.page .pager li.pager-first a,
.video-tutorial-home.page .pager li.pager-previous a,
.video-tutorial-home.page .pager li.pager-next a,
.video-tutorial-home.page .pager li.pager-last a {
    width: auto;
}

@media all and (max-width: 768px) {

    .video-tutorial-home .views-row {
        width: 100%;
        display: inline-table;
        text-align: center;
    }

}