@font-face {
    font-family: 'andadabold';
    src: url('../fonts/andada-bold-webfont.woff2') format('woff2'),
         url('../fonts/andada-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

body{
	background: #eee none center;
	background-size: cover;
}

table{
	width: 100%;
}
th{
	white-space: nowrap;
	background-color: #5e5e5e;
	color: white;
	font-weight: normal;
}
p,td,tr,div{
	font-family: "Open Sans",sans-serif;
	color: #444;
	font-size: 16px;
    letter-spacing: normal;
    line-height: 26px;
}
p{
    text-align: left;
}
h1,h2,h3,h4,h5,h6, h1 a{
	color: #357dd6;
	font-family: "Open Sans",serif;
	font-weight: bold;
}
h1{
	font-size: 28px;
	margin-bottom:20px;
}
h2{
	font-size: 24px;
	margin-bottom:20px;

}
h3{
	font-size: 20px;
}
h4{
	font-size: 18px;
	line-height: 24px;
	color: #357dd6;
}
h5{
	font-size: 20px;
	border-bottom: 1px inset #357dd6;
	padding: 4px;
}


.page-body ul,
.page-body ol{
    padding: 0px 0px 0px 25px;
    list-style-type: square;
}

body .modal-body{
	padding: 25px;
}

.flat-btn{
	border: 0px;
	background-color: transparent;
}

.pdflink{
	background-image: url('../images/pdf.gif');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto auto;
	padding-left: 20px;
}

.page-body .read-more{
	border-bottom: 1px solid #357dd6;
	width: 100%;
	display: block;
	position: relative;
	min-height: 22px;
}
.page-body .read-more a{
	background-color:white;
	border: 1px solid #36b979;
	color: #36b979;
	padding: 5px 15px;
	border-radius: 4px;
	position: absolute;
	top: 4px;
	left: 10px;
	font-size: 16px;

	-webkit-transition: 	background-color 0.2s ease-in-out;
	-moz-transition: 		background-color 0.2s ease-in-out;
	-o-transition: 			background-color 0.2s ease-in-out;
	transition: 			background-color 0.2s ease-in-out;
}
.page-body .read-more a:hover{
	color: white;
	border: 1px solid #357dd6;
	text-decoration: none;
}

.page-body .read-more.simple{
	border: 0px;
}
.page-body .read-more.simple a{
    border: 1px solid #36b979;
	color: #36b979;
    background-color:white;
	position: relative;
	top: auto;
	left: auto;
}
.page-body .read-more.simple a:hover{
	color: #357dd6;
	border: 1px solid #357dd6;
}


.page-body {
    background-color: white;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    padding: 10px 40px 0;
}
.relative {
		position:relative;
		top:100px;
}

.img-responsive{
	width: 100%;
}
.img-circle{
	border: 2px double #fff;
	border-radius: 50%;
	box-shadow: 2px 2px 5px #ccc;
 	-webkit-box-shadow: 2px 2px 5px #ccc;
	-moz-box-shadow: 2px 2px 5px #ccc;
}
.img-circle{
	border: 2px double #fff;
	border-radius: 50%;
	box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	-moz-box-shadow: 2px 2px 5px #ccc;
}
.uni {
	border:0pt solid #27935e;
	border-radius:10px;
}

.images-container > a{
	width: 33%;
	float: left;
	text-align: center;
	padding: 10px;
}
.images-container > a img{
	width: 100%;
}

textarea[name=body],
textarea[name=keyobjs]{
	height: 250px;
}
textarea[name=lead],
textarea[name=intro],
textarea[name=info]{
	height: 180px;
}
textarea[name=description]{
	height: 220px;
}
textarea[name=abstract]{
	height: 300px;
}
.package-list li{
	padding:10px 10px;
}

.package-list li:nth-child(odd){
	background:#FBFBFB;
}
#newsblock {
  display: block;
  position: absolute;
  top: 15%;
  left: 35%;
  background: white;
  width: 396px;
  z-index: 100000000;
  min-height: 400px;
  padding: 20px;
  opacity: .9;
  box-shadow: none;
  text-align: center;
  height: auto;
}

#newsblock a, #newsblock p {
	color:#056f28;
	font-family: "proxima-nova", Sans-Serif;
	text-align: center;
}
#newsblock h2 {
	color:#a72823;
	font-family: "proxima-nova", Sans-Serif;
	text-align: center;
}
#newsblock h3 {
	color:a72823;
	font-family: "proxima-nova", Sans-Serif;
	text-align: center;
}
#newsblock hr {
	color:silver;
	width:70%;
	text-align: center;
}
#menublock {
  display: block;
  position: absolute;
  top: 187px;
  left: 40%;
  background: white;
  width: 300px;
  z-index: 100000000;
  min-height: 400px;
  padding: 20px;
  opacity: .9;
  box-shadow: none;
  text-align: center;
  height: 550px;
}

#menublock li  {
	list-style: none;
}

#menublock li a  {
  display: block;
  padding: 20px;
  height:20px; 
  	  background:#eee;
  	  padding: 20px;

}                

.mmh-button{
	position: absolute;
	top:15px;
	right:0;
}
.twitterfeed {
	display:none;
}


/* Large devices (large desktops, 1200px and down) */
@media (max-width: 1199px) {
}
/* Medium devices (desktops, 992px and down) */
@media (max-width: 991px) {
}
/* Small devices (tablets, 768px and down) */
@media (min-width: 768px) {
	#mmh.navbar-collapse.collapse,#mmh.navbar-collapse.collapsed{
		display: none!important;
	}
}

 #twitterfeed{
     margin-bottom: 1em;
 }
 
@media (max-width: 767px) {
	.twitterfeed {
		z-index:1000;
		float:right;
		display:block;
        margin-bottom: 1em;

	}
	#twitterfeed, #twitter-widget-0 {
		width:100%;
	}
	.nav.nav-tabs > li > a{
		padding: 5px 5px;
		font-size: 16px;
	}
	.page-body{
		padding: 0px 15px 40px 15px;
         word-wrap: break-word;
	}

	.header.menu_home{
		display: none;
	}

	#newsblock .img-responsive.imglogo{
		width: calc(100% - 46px);
	}
}


/* Micro-Small devices (iphones, 480px and down) */
@media (max-width: 480px) {
	.twitterfeed {
		z-index:1000;
		float:right;
		display:block;
	}
	.nav.nav-tabs > li > a {
		font-size: 12px;
		padding: 5px 3px;
		margin: 0px;
	}

	h1 {
		font-size: 22px;
	}

	#newsblock {
		position: absolute;
		top: 20px;
		display: block;
		left: 5vw;
		width: 90vw;
	}


	.menu_home {
		position: relative;
		top: 50px;
		height: 50px;
		width: auto;
		padding: 0;
	}
	.homemenu {
		display: block;
		width: 59px;
		text-align: center;
		padding: 20px 0px;
	}
	.menu_home .maincontainer .imglogo {
		display: none !important;

	}

}
