@import url(entypostyle.css);
*, *:after, *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
body{
	background: #0a5357;
	color: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: white;
	text-decoration: none;
}
a:hover{
color: #e6b497;	
}

.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}

/* Header Style */
.socialtop{
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	height: 76px;
	width: 100%;
        background-color: rgba(0,0,0,0.5);
	text-transform: uppercase;
	position: relative;
	
}

.socialtop a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.socialtop a:hover{
	color: #fff;
}
.socialtop span.right{
	float: right;
}
.socialtop span.right a{
	float: none;
	display: inline;
}

.logotop{
	height: 97px;
	width: 400px;
	background-image: url(../images/logo2.png);
	position: relative;
	margin-top: 33px;
		margin-left: 30px;

}
.textlinks{

	position: relative;
	margin-top: 15px;
		margin-left: 128px;

}
.textlinks a {
		text-decoration: none;
		line-height: 32px;
	letter-spacing: -0.06ex;

	font-size: 33px;
	color: white;
	font-weight: bold;
font-family: 'Helvetica','Arial', sans-serif;
}
.textlinks a:hover {
text-decoration: none;
color: #e6b497;
}


.bottomlinks{

	text-decoration: none;

	bottom: 35px;

	position: absolute;
	margin-top: 15px;
		margin-left: 128px;

}

.bottomlinks a {
		text-decoration: none;
		line-height: 15px;
	letter-spacing: -0.01ex;
	font-size: 15px;
	color: white;
	font-weight: 500;
font-family: 'Helvetica','Arial', sans-serif;
}
.bottomlinks a:hover {
color: #e6b497;
}
.container2 {
  width: 25em;
  font-size: 19px;
  margin-left: 128px;
padding-top: 5px;
  overflow: hidden;
}

.row {
  margin: 0.5em 0;
  float: left;
  clear: both;
}
.row a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.row:first-child {
  background: transparent;
}
.row:first-child a {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 0.6em;
  position: relative;
  background: transparent;
}
.row:first-child a:hover {
  background-color: #e6b497;
  border-color: #e6b497;
  color:#250801;
}
.row:first-child a:not(:first-child) {
  margin-left: 0.8em;
}

#my-id3 h4 {
	font-size: 12px;
	font-weight: bold;
	}
	

#my-id3 a {
	text-decoration: underline;
	}
#my-id3 p {
	margin: 8px 0px;
	}
	
#my-id3 ul {
margin: 8px 0px;	}
	
#my-id3 li {
margin: 8px 0px;	}
	

#my-id3 {
	font-size: 12px;
	-ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
      }
	}