@charset "UTF-8";
@import url("../webfonts/GFSArtemisia/stylesheet.css");
@import url("../webfonts/GFSArtemisiaItalic/stylesheet.css");
@import url("../webfonts/GFSArtemisiaBold/stylesheet.css");
@import url("../webfonts/GFSArtemisiaBoldIt/stylesheet.css");
@import url("../webfonts/NotoSans_Light/stylesheet.css");
@import url("../webfonts/NotoSans_Regular/stylesheet.css");
@import url("../webfonts/NotoSans_SemiBold/stylesheet.css");


body {
	height:100%;
	padding-top: 50px;
	overflow-x: hidden;
}	

/*===========LINKS===========*/

a {
	font-weight: bold;
	color: #255884;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	font-weight: bolder;
	color: #000;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


/*===========END OF LINKS===========*/


/*===========HERO===========*/
#hero-text {
	position: relative;
	font-family: GFSArtemisiaItalic;
}
#hero-text h1  {
	position: absolute;
	color: #FFFFFF;
	font-size: 4em;
	top: 8%;
	bottom: 0%;
	left: 7%;
	text-align: left;
}
#hero-text h2 {
	position: absolute;
	color: rgba(177,177,177,1.00);
	font-size: 3em;
	top: 16%;
	left: 7%;
}
.container-fluid #hero-text h1 {
	font-family: GFSArtemisia;
	color: rgba(227,227,227,1.00);
}
#panosabout {
	background-color: #E9E9E9;
	color: #000000;
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (min-width:650px) and (max-width:959px){
#hero-text h1 {
	font-size: 2.5em;
}
#hero-text h2 {
	font-size: 2em;
	top: 16%;
	left: 7%;
}
}
	
@media (max-width:649px){
#hero-text h1  {
	display: none;
}
#hero-text h2 {
	display: none;
}
}

/*===========END OF HERO===========*/



/*===========NAVIGATION===========*/
.navbar-default {
	background-color: #fff;
	border-color: #e7e7e7;
	-webkit-box-shadow: 0px 10px 15px 0px;
	box-shadow: 0px 10px 15px 0px;
}

.navbar-default .navbar-brand {
	color: #000000;
	font-weight: normal;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #000000;
	background-color: transparent;
}

.menu-item {
	font-family: "NotoSans SemiBold";
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #000;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #000000;
	background-color: transparent;
}

.navbar-brand {
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 26px;
	height: 50px;
	font-family: "NotoSans Regular";
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	line-height: 22px;
    font-family: "NotoSans SemiBold";
    color: #000;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.dropdown-menu {
  top: 48px;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
  font-family: "NotoSans SemiBold";
  color: #777;

	
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #000;
  background-color: transparent;
}


@media (min-width:650px){
.navbar-nav.navbar-center {
	position: absolute;
	left: 67%;
	transform: translatex(-65%);
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	right: -20%;
}
.navbar-header {
    float: left;
  }
	
.dropdown-menu {
	position: absolute;
/*	top: 100%;*/	
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 220px;
	padding-top: 5px;
	padding-left: 0;
	padding-bottom: 10px;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: none;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	padding-right: 0px;
}
	
.navbar-nav {
  margin: 7.5px -15px;
}
	
.navbar-nav > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 24px;
}	
	}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 25px;
  padding-left: 15px;
  border-top: 2px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
  text-align: right;
  max-height: 380px;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (max-width:650px){
.dropdown-menu {
  text-align: right;
}
}
	

/*===========END OF NAVIGATION===========*/



/*===========TYPOGRAPHY===========*/
.heading-generic {
	font-family: GFSArtemisia;
	font-size: 3em;
	text-indent: 0;
	color: #333333;
}

.h3-liaros {
	font-family: GFSArtemisiaBold;
	font-size: 1.57em;
	color: #000000;
	margin-top: 1px;
	margin-bottom: 2px;
}

.h4-liaros {
	font-family: "NotoSans Regular";
	font-size: 1.3em;
	color: #1C1C1C;
	margin-bottom: 3px;
	text-transform: uppercase;
	margin-top: 8px;
}


.p-liaros {
	font-size: 1.2em;
	font-family: "NotoSans Regular";
	margin-bottom: 15px;
}

.p-liaros:after {
	content: ""; /* This is necessary for the pseudo element to work. */
	display: block; /* This will put the pseudo element on its own line. */
	margin: 0 right; /* This will center the border. */
	width: 50%; /* Change this to whatever width you want. */
	padding-top: 15px; /* This creates some space between the element and the border. */
	border-bottom: 1.5px dotted #B7B7B7; /* This creates the border. Replace black with whatever color you want. */
}


.p-link {
	font-size: 1.2em;
	color: #465F6E;
	font-family: "NotoSans SemiBold";
	margin-top: 10px;
	margin-bottom: 20px;
}

.p-link:after {
	content: ""; /* This is necessary for the pseudo element to work. */
	display: block; /* This will put the pseudo element on its own line. */
	margin: 0 right; /* This will center the border. */
	width: 50%; /* Change this to whatever width you want. */
	padding-top: 15px; /* This creates some space between the element and the border. */
	border-bottom: 1.5px dotted #B7B7B7; /* This creates the border. Replace black with whatever color you want. */
}

.date{
	font-size: 1.1em;
	font-family: "NotoSans SemiBold";
	margin-top: 0px;
	margin-bottom: 0px;
}

.date-last {
	font-size: 1.1em;
	font-family: "NotoSans SemiBold";
	margin-top: 0px;
	margin-bottom: 18px;
}

.date-last:after {
	content: ""; /* This is necessary for the pseudo element to work. */
	display: block; /* This will put the pseudo element on its own line. */
	margin: 0 right; /* This will center the border. */
	width: 50%; /* Change this to whatever width you want. */
	padding-top: 15px; /* This creates some space between the element and the border. */
	border-bottom: 1.5px dotted #B7B7B7; /* This creates the border. Replace black with whatever color you want. */
}


/* Dashed border */
hr.dashed {
  border-top: 3px dashed #bbb;
}

/* Dotted border */
hr.dotted {
  border-top: 2px dotted #bbb;
}

/* Solid border */
hr.solid {
  border-top: 3px solid #bbb;
}

/* Rounded border */
hr.rounded {
  border-top: 8px solid #bbb;
  border-radius: 5px;
}




@media (max-width:649px){
.heading-generic {
	font-size: 2.3em;
}
.h3-liaros {
	font-size: 1.4em;
	margin-bottom: 2px;
}
.p-liaros {
	font-size: 1.1em;
}
	
.p-link {
	font-size: 1.1em;
}
	
.h4-liaros {
	font-size: 1.1em;
}
	
}


/*===========END OF TYPOGRAPHY===========*/





/*===========SCROLLSPY===========*/

#spycontainer {
	padding-bottom: 70px;
	margin-top: -40px;
}

#myScrollspy{
	padding-top: 50px;	
}

#navScrollspy > li a {
 padding-top: 3px;
 padding-bottom: 3px;
}

  #section1, #section2, #section3, #section4, #section5, #section6, #section7, #section8, #section9 {
	padding-top: 100px;	  
	padding-bottom: 15px;	  
	  
}


.affix-top,.affix {
	padding-top: 85px;
	top: 30px;
	z-index: 9999 !important;
  }


@media (max-width: 650px) {
#navScrollspy {
 display: none;
}
#myScrollspy{
	padding-top: 0px;
	margin-top: -50px;	  

}

}
	
	
/*@media (max-width: 650px) {	
.affix-top,.affix {
	padding-top: 50px;
	padding-bottom: 50px;
	position: static;
  }
#navScrollspy {
 padding-bottom: 0px;
}
#section1 {
 padding-top: 20px;
}	
}*/



/*@media (max-width: 650px) {
  #myScrollspy {
    display:none;
  }
}*/

.sectionspy {
  padding-top: 65px;
  margin-top: -65px;
}
.sectionspy:first-child {
  margin-top: 0;
}



/*===========SCROLLSPY PILLS===========*/
.nav-pills > li {
	float: left;
	font-family: "NotoSans SemiBold";
	font-size: 0.95em;
	line-height: 1.2em;
}

.nav-pills > li a{
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #000000;
}

.nav-pills > li.active > a{
	background-color: #fff;
	color: #000000;
}
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	background-color: #fff;
	color: #000000;
}

.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/*===========END OF SCROLLSPY PILLS===========*/

/*===========CONTACT===========*/
#contact {
	margin-top: 50px;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	border: none;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}

.btn-primary {
	color: #000;
	background-color: #fff;
	border-color: #fff;
	font-family: "NotoSans SemiBold";
}
.btn-primary:focus,
.btn-primary.focus {
  color: #B73500;
  background-color: #fff;
  border-color: #fff;
}
.btn-primary:hover {
  color: #B73500;
  background-color: #fff;
  border-color: #fff;
}


/*===========END OF CONTACT===========*/




/*===========FOOTER===========*/


#footer {
	color: #A9A9A9;
	background-color: #000000;
	padding-top: 30px;
	border: none;
	padding-bottom: 35px;
	padding-left: 15px;
	padding-right: 15px;
}

#footer-info {
	text-align: left;
}

#footer-links {
	text-align: left;
	padding-bottom: 15px;
}

.footerlinks {
	padding-left: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.list-footerlinks {
  padding-left: 0;
  list-style: none;
}

.list-footerlinks a {
  color: #337ab7;
  text-decoration: none;
  font-size: 1em;
  font-weight: normal;
}
.list-footerlinks a:hover,
a:focus {
	color: #FFFFFF;
}
.list-footerlinks a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.footer-copyright{
	font-size: 0.8em;
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer-copyright a {
  color: #337ab7;
  font-weight: bold;
}
.footer-copyright a:hover,
a:focus {
	color: #FFFFFF;
}

@media (max-width:649px){
#footer-info {
	text-align: center;
}
#footer-links {
	text-align: center;
	margin-top: 40px;	
	}
	
.footer-links-rows {
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 0px;
}
.list-footerlinks a {
  color: #337ab7;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: normal;
}
	
/*===========END OF FOOTER===========*/
