/* 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. */

/* ----- MOBILE LAYOUT ------*/

body {font-family: 'Open Sans', sans-serif;
font-weight: 400;
  color:#797979;
}

h1, h2, h3, h4, h5, h6 { 
   font-family: 'Open Sans', sans-serif; 
   color: #ad963a;
   font-weight: 400;
}

.block-title {
  font-family: 'Open Sans', sans-serif;
   color:#797979;
   font-weight: 400;
  font-size: 18px;
  margin: 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

h2.block-title {
  
  margin-bottom: 10px;
}

img {
    max-width: 100%;
    height:auto !important;    
}

/*
a:link, a:visited {
  color: #0062A0;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
*/


/* ------- SITE NAME SLOGAN ---------*/
.site-name-slogan {
  text-align: center;
  position: relative;
  top: -15px;
}

.site-name-slogan a:hover{
  color: #0062A0;
}

/* -------------- TEXT RESIZER ------------*/
.region-accessibility {
  padding-top:-20px;
}


/* ------- LANGUAGE SWITCHER BLOCK ---------*/
.region-user-first {
  display:none;
}

#block-locale-language h2 {display: none;}
#block-locale-language li{
  background-color: #fff;
  border-color:#fff;
  display: inline-block; 
  list-style-type: none; 
  padding-left:10px;
  padding-right:2px;
  float:right;
  text-decoration: none;
}
#block-locale-language ul{
  background-color: #fff;
  border-color:#fff;
  color: #707070;
  float: right;
  text-decoration: none;
  padding-top: 5px;
  margin-top: 10px;
}
ul.language-switcher-locale-url a.on {
  background-color: #fff;
  border: 1px solid #fff;
  color: #707070;
  margin-bottom:-20px;
}

/* ------------ SEARCH -------------*/
.region-search {
  padding-top:8px;
  padding-bottom: 12px;
}

#search-block-form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font: inherit;
  float: right;
}
#search-block-form input textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"]{
  width: 225px;
}
.search-info {
  display: none;
}


/* -------------- MENU -----------*/

.navigation ul {
  background: #efefef; 

  padding: 0 20px;
  border-radius: 0px;  
  list-style: none;

}
.navigation ul a{
  color:#999;
  text-decoration: none;
  font-size: 1.2em;
  padding-top:10px;

}

.contextual-links-region .grid-2{
  outline: none;
  position: relative;
}

  .navigation  ul li a {
    padding: 5px 5px;
    padding-bottom: 10px;
    display:block;
    color: #2F3B4D;
  }
   .navigation ul ul li a {
      padding: 5px 5px;
      color: #2F3B4D;
    } 

    span.nolink {
  font-size: 1.1em;
  padding: 13px 15px;
  color: #ad963a;
  text-decoration: none;
  padding-top: 10%;
  position: relative;
  display: inline-table;
  padding-top: 12.5px;
  padding-bottom: 13px;
}

/* -------------- SOCIAL SHARE ICONS -----------*/
.sharethis-wrapper {
  text-align: center;
}

/* -------------- RSSS FEED ICON ------------*/
.feed-icon {display:none;}

/*----- Slider-----*/
.flex-control-nav {
    bottom: 90px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.flex-control-nav li {
    display: inline-block;
    margin: 0 6px;
    border: 1px solid white;
    border-radius: 20px;
}
.flexslider {
  margin: 0 0px 0px -4px;
  width:100%;
  background-color: #fff;
  
}
.flex-control-paging li a.flex-active {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
.flex-control-paging li a {
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  }
.flex-control-paging li a:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.1);
  }

  .flex-caption {
    background-color: #2F3B4D;
    padding:5px;
    margin-bottom: 15px;
  }
   .flex-caption a{
    color:#fff;
    text-decoration: none;
    font-size: 0.9em;
   }

.slide-body{
  background: none;
  opacity: 1;
  height: 70px;
  width: 400px;
  margin-left: 70px;
  margin-top: -90px;
  padding-bottom: 5%;
  color: #fff;
}
.slide-body a{
  color: #fff;
  text-decoration: none;
  font-size: 1.0em;
}

.flexslider .flex-direction-nav a,
.flexslider .flex-direction-nav a {

}
.flexslider:hover .flex-direction-nav a,
.flexslider:hover .flex-direction-nav a {
 
  line-height: 40px;
  color: white;
}

.bottom-title {
 margin: 0 0px 0px 0px;
background-color: #2F3B4D;
padding-left: 10px;
}

.bottom-title a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1em;

}

.button-info {
 float: left;
  background-color: #efefef;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #707070;
  margin-top:5px;
  margin-bottom: 5px;
  padding: 2px;
  text-align: center;
  display: none;
}
.button-info a {
  display:none;
  color: #2F3B4D;
  text-decoration: none;
  font-size: 0.6em;
  
}
.button-info a:hover {
  color: #2F3B4D;
  background-color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

/* ------- FEATURES ---------*/

.feat-img{
  vertical-align: top;
  display: inline-block;
  text-align: left;
  width: 49%;
  margin-left: 0px;
  margin-right: 0px;
}

.feat-img img{
 display: inline;
 position: relative;
 margin-bottom: 10px;  
 width: 100%;
 height: auto;
}

.feat-title {
  text-decoration: none;
  font-size: 1.2em;
  position: absolute; 
  bottom: 10px; 
  left: 5px; 
  width: 100%; 
  
}
.feat-title a{
  color: #fff;
  text-decoration: none;
  font-size: 0.7em;
}

.feat-title1 {
  text-decoration: none;
  font-size: 1.2em;
  position: absolute; 
  bottom: 10px; 
  left: 0px; 
  width: 100%; 
  border-bottom: none;
  background-color: #800f54;
  padding-left: 0px;
  max-width: 450px;
}
.feat-title1 a{
  color: #fff;
  text-decoration: none;
  font-size: 0.7em;
  padding-left: 5px;
}
.feat-title2 {
  text-decoration: none;
  font-size: 1.2em;
  position: absolute; 
  bottom: 10px; 
  left: 0px; 
  width: 100%; 
  border-bottom: none;
   background-color: #605818;
  padding-left: 0px;
   max-width: 450px;

}
.feat-title2 a{
  color: #fff;
  text-decoration: none;
  font-size: 0.7em;
  padding-left: 5px;
   
}
.feat-title3 {
  text-decoration: none;
  font-size: 1.2em;
  position: absolute; 
  bottom: 10px; 
  left: 0px; 
  width: 100%; 
  border-bottom: none;
  background-color: #143c69;
  padding-left: 0px;
   max-width: 450px;
}
.feat-title3 a{
  color: #fff;
  text-decoration: none;
  font-size: 0.7em;
  padding-left: 5px;
}
.feat-title4 {
  text-decoration: none;
  font-size: 1.2em;
  position: absolute; 
  bottom: 10px; 
  left: 0px; 
  width: 100%; 
  border-bottom: none;
  border-bottom: none;
  background-color: #cda017;
  padding-left: 0px;
   max-width: 280px;
}
.feat-title4 a{
  color: #fff;
  text-decoration: none;
  font-size: 0.7em;
  padding-left: 5px;
}
#region-preface-first{
  vertical-align: top;
  display: inline-block;
  text-align: left;
  width: 46%;
  margin-left: 10px;
  margin-right: 0px;
}
#region-preface-second{
  vertical-align: top;
  display: inline-block;
  text-align: left;
  width: 46%;
  margin-left: 5px;
  margin-right: 0px;
  display:none;
}


#region-preface-third{
  vertical-align: top;
  display: inline-block;
  text-align: left;
  width: 46%;
  margin-left: 10px;
  margin-right: 0px;

}
#region-preface-fourth{
  vertical-align: top;
  display: inline-block;
  text-align: left;
  width: 46%;
  margin-left: 5px;
  margin-right: 0px;
}

/* -------------- EVENTS BLOCK ON HOMEPAGE ------------*/
.news-col {
  vertical-align: top;
  display: inline-block;
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #f9f7f7;
      max-width: 32%;
}

}
.news-col img{
 position: relative; 
 width: 100%;
 height: auto;
}


.events-body{
  display:block;
  padding-left:5px;
  padding-right:5px;
  padding-top:7px;
  padding-bottom:0px; 
}

.events-title:before {
  content: url(//www.ouroceanwealth.ie/sites/default/files/icon.png);
  float:left;
  padding-right:5px;
}


.events-img
{
display: block;
padding-right: 5px;
float: left;
width: 180px;
height: 95px;
overflow: hidden;
}

.seafest-col
{
width: 100% !important;
clear: both;
vertical-align: top;
display: inline-block;
text-align: left;
margin-left: 0px;
margin-right: 0px;
background-color: #f9f7f7;
    margin-bottom: 5px;
}
.events-title {
display: block;
float: none;
  padding-left:1px;
  font-size: 1.0em;
  font-weight: 400;
  color: #797979;
  margin-bottom: 10px;
  padding-top: 10px;
  display:block;
}
.events-title a {
  text-decoration: none;
color: #017496;
font-size: 15px
}

/* Old Display for Homepage events
.events-body{
  display:inline-block;
  padding-left:5px;
  padding-right:5px;
  padding-top:0px;
  padding-bottom:0px; 
}

.events-title:before {
  content: url(//www.ouroceanwealth.ie/sites/default/files/icon.png);
  float:left;
  padding-right:5px;
}

.events-img img
{
width:100%;	

}
.seafest-col
{
max-width: 49%;
vertical-align: top;
display: inline-block;
text-align: left;
margin-left: 0px;
margin-right: 0px;
background-color: #f9f7f7;
padding-bottom: 10px;	
}
.events-title {
  float:left;
  padding-left:1px;
  font-size: 1.0em;
  font-weight: 400;
  color: #797979;
  margin-bottom: 10px;
  padding-top: 10px;
  display:block;
}
.events-title a {
  text-decoration: none;
color: #017496;
font-size: 15px
}
*/

@media screen and (max-width: 400px) {

.seafest-col
{
text-align: center;
}

.events-img
{
float: none;
margin: auto;
width: 100%;
height: auto;
}

.events-title::before
{
float: none;
}
}


.news-col.grid-2{
  margin-bottom: 20px;
  min-height:310px;
}

section#block-views-latest-news-block h2.block-title:before {
  content: url(//www.ouroceanwealth.ie/sites/default/files/seafest-logo.png);
  float:left;
  padding-right:5px;
}

/* ------- HOMEPAGE LATEST NEWS ---------*/
.news-img{
  vertical-align: top;
  display: inline-block;
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  border: 1px solid #efefef;
  background-color: white;
}
.news-img img{
  display: inline;
 position: relative;
 width: 100%;
 height: auto;
  
}
.news-body{
  display: inherit;
  padding: 0px 5px 0px 5px;
  background-color: #f9f7f7;
}

.news-body p
{
	margin-bottom:5px
	
}

.news-title {
  font-size: 1.0em;
  font-weight:400;
padding: 5px 5px 0px 5px;
  background-color: #f9f7f7;
}
.news-title a {
  text-decoration: none;
  color: #ad963a;
}

.news-postdate
{
	padding: 0px 5px 0px 5px;
	background-color: #f9f7f7;
}

/* ------- NEWS PAGE---------*/

.news-head a{
  color: #0062A0;
  font-size: 1.3em;
}

.news-head {
  padding-top: 10px;
}

/* ------- PUBLICATIONS ---------*/

.publication-thumb
{
max-width: 130px;
float: left;
padding: 5px 20px 5px 10px;
}

.publication-thumb img
{
    border: 1px solid #b1b1b1;	
}


.publications-col 
{
	clear: both;
	border-bottom: 1px solid #5294c1;
	padding-bottom: 10px;
	padding-top: 10px;
}

.publication-title a
{
	font-family: 'Open Sans', sans-serif;
font-weight: 400;
color: #0062A0;
text-decoration: none;
font-size: 19px;

}

.publication-area-label
{
display: inline;
    font-weight: bold;
    font-style: normal;
}

.publication-area
{
	font-style: italic;
}

.publications-col:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

.publication-title
{
	margin-bottom: 10px;
}

.publications-col.even
{
	background-color: #f9f7f7;
	
}

.publication-date-label
{
	font-weight:bold;
	display:inline;
	
}
/* ------- Gallery View ---------*/

.gallery-thumb
{
max-width: 190px;
float: left;
padding: 5px 20px 5px 10px;
}

/* ------- HOMEPAGE TWITTER ---------*/
#region-preface-twitter {
 margin-bottom: 5px;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 27px;
max-width: 400px;
    margin: auto;
}

div#region-preface-twitter {
  margin-top:-16px;
}

.news-col-seafest
{
width: 23%;
    display: inline-block;
    padding-right: 5px;
    vertical-align: top;
}

#seafest-twitter
{
	width: 350px;
	float:right;
}

@media screen and (max-width: 560px) {

.news-img.seafesttag
{
float: left;
width: 30%;
}

.news-col-seafest
{
width:100%;
clear:both;
margin-bottom: 5px;
display: block;
}
}
@media screen and (max-width: 420px) {
#seafest-twitter
{
	width:100%;
	float:none;
}
}
@media screen and (max-width: 980px) {
#seafest-twitter
{
	width:250px;
	float:none;
}
}

/* -------------- FOOTER ---------------*/
#zone-footer {
  background-color: #2F3B4D;
 padding-right: 10px;
  max-width: 925px;
  padding-top: 5px;
  padding-left: 10px;
}

#region-footer-first{
  margin:0px;
  font-size: 0.78em;
}

.myButton {
  
}

a.myButton {
   color: #fff;
   text-decoration: none;
   font-size: 1.2em;
   padding-right: 7px;
   padding-left: 7px;
   padding-top: 30px;
   line-height: 2.5;
}
.myButton:hover  {
   color: #0062A0;
} 

/*--------------- NEWS SUBSCRIPTION BUTTON ------------------*/
.subs {
  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
  background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
  background-color:#f9f9f9;
  -moz-border-radius:26px;
  -webkit-border-radius:26px;
  border-radius:26px;
  border:1px solid #dcdcdc;
  display:inline-block;
  cursor:pointer;
  color:#666666;
  font-family:Verdana;
  font-size:12px;
  font-weight:bold;
  padding:5px 16px;
  text-decoration:none;
  text-shadow:0px 1px 0px #ffffff;
}
.subs:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
  background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
  background-color:#e9e9e9;
}
.subs:active {
  position:relative;
  top:1px;
}




/*---------------- 2014 CONFERNECE PAGE - TABLE -----------*/

.table-green{background-color:#325706;border-top-left-radius:2em;border-top-right-radius:2em;}
.table-brown{background-color:#782a2a;border-top-left-radius:2em;border-top-right-radius:2em;}
.table-blue{background-color:#02387b;border-top-left-radius:2em;border-top-right-radius:2em;}
.table-red{background-color:#980729;border-top-left-radius:2em;border-top-right-radius:2em;}
.table-grey{background-color:#b2b2b2;}

tr.spaceUnder > td {
  padding-bottom: 2em;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  color: #2a2a2a;
  border: 1px solid #fff;
  border-top: none;
  overflow: hidden;
}

tr {
    
  }

td,
th {
  padding: 0;
}

th {
  text-align: center;
  background-color: #203d68;
 
  color:#fff;
}

td{
   border: 1px solid #efefef;
  background: #fafafa; 
}
  .table {
    border-collapse: collapse !important;

  }
  .table td,
  .table th {
    background-color: #fff !important;
    
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;

  }
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid red;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid red;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 5px;
  border-color: darken(red, 10%);
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: red;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}


tr:hover td, tr.even:hover td.active, tr.odd:hover td.active {
    background: none repeat scroll 0% 0% #fafafa;
}




.view-id-publications #edit-submit-publications
{
    margin-top: 8px;
    border-radius: 0px;
}

.view-id-publications .view-filters
{

    padding: 5px;
    margin-bottom: 20px;

}

.view-id-publications .views-exposed-form
{
    width: 350px;
    margin: auto;
}

.view-id-publications #edit-field-publication-type-tid-wrapper label

{
display: inline-block;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 400;
}


.view-id-publications  #edit-field-publication-type-tid-wrapper
{
    display: inline-block;
}
.view-id-publications .views-exposed-widget.views-submit-button
{
    display: inline-block;
    padding: 0px;
}

.view-id-publications .views-widget
{
	display:inline-block;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTa-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}



/* ----- Google Fonts ------*/
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTZX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTaaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTf8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTT0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzK-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzJX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzKaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzP8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzD0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hq-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hpX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hhWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hqaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hv8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hj0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxhgVThLs8Y7ETJzDCYFCSLE.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxpiMaisvaUVUsYyVzOmndek.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxrBAWGjcah5Ky0jbCgIwDB8.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxv14vlcfyPYlAcQy2UfDRm4.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxqfJul7RR1X4poJgi27uS4w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxqvyPXdneeGd26m9EmFSSWg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxko2lTMeWA_kmIyWrkNCwPc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBjTOQ_MqJVwkKsUn0wKzc2I.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBjUj_cnvWIuuBMVgbX098Mw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBkbcKLIaa1LC45dFaAfauRA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBmo_sUJ8uO4YLWRInS22T3Y.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBr6up8jxqWt8HVA3mDhkV_0.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBiYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxmgpAmOCqD37_tyH_8Ri5MM.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxsPNMTLbnS9uQzHQlYieHUU.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxgyhumQnPMBCoGYhRaNxyyY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxhUVAXEdVvYDDqrz3aeR0Yc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxlf4y_3s5bcYyyLIFUSWYUU.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxnywqdtBbUHn3VPgzuFrCy8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxl2umOyRU7PgRiv8DXcgJjk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxp6iIh_FvlUHQwED9Yt5Kbw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxi_vZmeiCMnoWNN9rHBYaTc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxiFaMxiho_5XQnyRZzQsrZs.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxgalQocB-__pDVGhF3uS2Ks.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxmhQUTDJGru-0vvUpABgH8I.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxujkDdvhIIFj_YMdgqpnSB0.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxolIZu-HDpmDIZMigmsroc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxiU8QAtQT9M0M1_mbVWrUPc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxkNaUOL0oYRolx8sebiIY9k.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxooGEx1DzoxsbCRd2IM2afI.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxnPzCMEhbIaaYiFY6KPniws.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxmqi69zMYkLa7XwlUIemKB4.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxowYyzpnB4tyYboSwKGmD2g.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxnibbpXgLHK_uTT48UMyjSM.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

.colorbox
{
	width:230px;
	float: left;
	padding: 2px;
}

.colorbox img
{
	width: 230px;
}

.comment-add
{
	display:none!important;
}
.video-embed-description
{
text-align: center;
width: 230px;
font-family: 'Open Sans', sans-serif;
color: #ad963a;
background-color: white;
padding: 3px 0px 6px;
margin-bottom: 7px;
}

.field-type-video-embed-field .field-item
{
width: 235px;
display: inline-block;
vertical-align:top;
}

.field-type-video-embed-field .colorbox
{
    float: none;
	padding: 0px;}
	
.view-id-gallery_view  #edit-field-gallery-item-type-tid-wrapper label {
    display: inline-block;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 400;
	}

.view-id-gallery_view .views-widget {
    display: inline-block;
}

.view-id-gallery_view .views-exposed-widget.views-submit-button {
    display: inline-block;
    padding: 0px;
}
.view-id-gallery_view #edit-submit-gallery-view {
    margin-top: 8px;
    border-radius: 0px;
}

.view-id-gallery_view .views-exposed-form {
    width: 350px;
    margin: auto;
}

#views-exposed-form-gallery-view-page
{
	background-color: #f9f7f7;
padding: 5px;
}


#OOWSummitTable
{
background-color: #007598;
color:white;
padding:20px;
background-image: url("/sites/default/files/sites/default/files/summit/seafest2017/summitable/BGArtboard.png");
background-position: top right;
background-repeat: no-repeat;
}

#OOWSummitLogo
{
max-width:400px;
display:block;
width:40%
min-width:100px;
margin:auto;
}
#OOWSummitLogo img
{
width:100%
}

#OOWSummitHeader
{width:80%;
margin:auto;}

#OOWSummitHeaderText
{
display: block;
width:100%
margin:auto;
margin-top:30px;
}
.SessionText
{
color: #FFD633;
}

.OOWSessionHeader
{
font-weight:bold;
color:white;
margin-bottom: 20px;
font-size: 1.3em;
border-bottom: 2px solid #FFD633;
}

.OOWSpeaker
{display:inline-block;
width:60%;
font-size: 1.1em;
    vertical-align: middle;
}

.OOWVideo
{display:inline-block;
width: 39%;
vertical-align: middle;
text-align:center;
position:relative;
}

.SpeakerText
{
font-weight: bold;
display: block;
font-size: 1.2em;
}

.SessionBlock
{
border-radius: 20px;
border: 1px solid white;
width: 85%;
margin: 20px auto;
background-color:rgba(0, 166, 204, 0.3);
padding:10px 20px;
}

#OOWtitle
{
font-size:1.4em;
}

.OOWDate
{
Font-size: 1.6em;
font-weight:bold;
}
#OOWSummitHeaderText hr
{
border: 0;
height: 2px;
background: #FFD633;
}

.VideoLink
{
background-color: #FFD633;
display: inline-block;
padding: 1px 10px 1px 8px;
color: #007598;
font-size: .9em;
font-weight: bold;
border-radius:4px;
    bottom: 0;
    right: 30px;
	position: absolute;
}

.VideoLink a:hover
{
	color:white;
	text-decoration: none;
}
.VideoLink a
{
	text-decoration: none;
}

.GalleryLink a:hover
{
	color:#FFD633;
	text-decoration: none;
}
.GalleryLink a
{
	color:white;
	text-decoration: none;
}


.GalleryLink
{
	color:white;
background-color: #0EB4E1;
display: inline-block;
padding: 1px 10px 1px 8px;
color: #fff;
font-size: .9em;
font-weight: bold;
border-radius: 4px;
bottom: 0;
right: 30px;
position: absolute;
}


.OOWVideo img
{
max-height: 80px;
height: auto;
margin: auto;
max-width: 240px;
width:100%;

}
.OOWyoutube
{
border: 2px solid #1ca3c1;
border-radius:3px;}

.OOWSpeakerRow
{
margin-bottom:10px}

.newspage-img
{
float: left;
clear: both;
padding: 5px;
max-width: 190px;
padding: 3px 10px 0px 0px;
}

.newspage-title a
{

	text-decoration: none;
font-weight: bold;
font-size: 15px;
}

.newspapge-date
{
	color:black;
}

.newspage-body
{
margin-top: 5px;
}

.newspage
{
	clear:both;
	overflow: auto;
	border-bottom: 1px solid #5294c1;
	padding: 5px 0px;
}

#secondary-menu
{
display:none;
}


@media (max-width: 550px) { 
.newspage-img
{
max-width: 120px;
}
}

@media (max-width: 330px) { 
.newspage-img
{
max-width:240px;
margin:auto;
float: none;
}
}

.locale-untranslated
{
	display:none;
}