@font-face{
  font-family: 'Actor';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/Actor-regular/Actor-regular.eot');
  src: url('../fonts/Actor-regular/Actor-regular.eot?#iefix') format('embedded-opentype'),
       local('Actor Regular'),
       local('Actor-regular'),
       url('../fonts/Actor-regular/Actor-regular.woff2') format('woff2'),
       url('../fonts/Actor-regular/Actor-regular.woff') format('woff'),
       url('../fonts/Actor-regular/Actor-regular.ttf') format('truetype'),
       url('../fonts/Actor-regular/Actor-regular.svg#Actor') format('svg');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/Open-Sans-regular/Open-Sans-regular.eot');
  src: url('../fonts/Open-Sans-regular/Open-Sans-regular.eot?#iefix') format('embedded-opentype'),
       local('Open Sans'),
       local('Open-Sans-regular'),
       url('../fonts/Open-Sans-regular/Open-Sans-regular.woff2') format('woff2'),
       url('../fonts/Open-Sans-regular/Open-Sans-regular.woff') format('woff'),
       url('../fonts/Open-Sans-regular/Open-Sans-regular.ttf') format('truetype'),
       url('../fonts/Open-Sans-regular/Open-Sans-regular.svg#OpenSans') format('svg');
}

body {
	background-color: #000000;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 101%;
	position: relative;
	font: 12px;
	color: #e5e5e5;
	font-family: 'Open Sans';
	font-weight: 400;
	font-style: normal;
	src: url('../fonts/Open-Sans-regular/Open-Sans-regular.eot');
	src: url('../fonts/Open-Sans-regular/Open-Sans-regular.eot?#iefix') format('embedded-opentype'),
	       local('Open Sans'),
	       local('Open-Sans-regular'),
	       url('../fonts/Open-Sans-regular/Open-Sans-regular.woff2') format('woff2'),
	       url('../fonts/Open-Sans-regular/Open-Sans-regular.woff') format('woff'),
	       url('../fonts/Open-Sans-regular/Open-Sans-regular.ttf') format('truetype'),
      	       url('../fonts/Open-Sans-regular/Open-Sans-regular.svg#OpenSans') format('svg');
}

.center {
	width: 100%;
	margin: 0px auto;
}

#iconsplace {
	width: 150px;
	height: 25px;
	position: relative;
	float: left;
	top: -10px;
	display: inline-block; 
	position: relative;	
}

#topgrad {

	width 100%;
	height: auto;
	position: relative;
	display: block;
	background: #09005f; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#09005f, #5f0064); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#09005f, #5f0064); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#09005f, #5f0064); /* For Firefox 3.6 to 15 */
    	background: linear-gradient(#09005f, #5f0064); /* Standard syntax */
    	
}

#topper {
	top: 40px;
	background: url(../img/labibrohead.png) no-repeat top center;
	background-size: cover;
	max-width: 100%;
	width: 1920px;
	height: 317px;
}

a.menulinks {
	font: 20px 'Trebuchet MS', Lucida Grande, Tahoma, Verdana, Sans-Serif;
	color: #e9e9e9;
	text-decoration: none;
}

a.menulinks:hover {
	color: #ffffff;
	text-shadow: 0px 0px 6px #c3c3c3;
}

a.breadcrumblinks {
	font: 16px 'Open Sans', Lucida Grande, Tahoma, Verdana, Sans-Serif;
	color: #e9e9e9;
	text-decoration: none;
}

a.breadcrumblinks:hover {
	color: #ffffff;
	text-shadow: 0px 0px 6px #c3c3c3;
}

a.avidlink {
	font-family: 'Open Sans';
	color: #a3a3a3;
	text-decoration: none;
}

a.avidlink:hover {
	color: #ffffff;
	text-shadow: 0px 0px 6px #c3c3c3;
}

a.photolink {
	font-family: 'Open Sans';
	font-size: 14px;
	color: #f425ff;
	text-decoration: none;
}

a.photolink:hover {
	color: #a600af;
	text-shadow: 0px 0px 4px #501f53;
}

.fa fa-folder-o {
    	font-size: 48px; 
    	color: #a600af; 
  	text-shadow: 2px 2px 0px #3c003f;
}

.fa fa-folder-open {
  	font-size: 48px; 
  	color: #a600af; 
  	text-shadow: 2px 2px 0px #3c003f;
}

.smallfont {
	font-family: 'Open Sans';
	font-size: 12px;
	color: #cccccc;
	cursor: default;
}

a.thumblink {
	padding: 0px;
	border: 4px solid transparent;
	text-decoration: none;
	width: 278px;
	height: 205px;
}

a.thumblink:hover {
	padding: 0px;
	border: 4px solid #500061;
	width: 278px;
	height: 205px;
}

a.thumblinksm {
	padding: 0px;
	border: 4px solid transparent;
	text-decoration: none;
	width: 158px;
	height: 118px;
}

a.thumblinksm:hover {
	padding: 0px;
	border: 4px solid #500061;
	width: 158px;
	height: 118px;
}

.thumbpick:hover {
	outline: 2px solid #720097;
	top: 0;
	bottom: 0;
	padding: 0;
}

#frontpage_about {
	padding: 10px;
	margin: 0px auto;
	top: 8px;
	line-height: 25px;
	width: 900px;
	height: 75px;
	position: relative;
	cursor: default;
}

.verbagefont {
    font-family: 'Helvetica Neue LT Com 67 Medium Condensed';
    font-size: 18px;
}

.verbagetopic {
    font-family: 'Helvetica Neue LT Com 43 Light Extended';
    font-size: 16px;
}

#menu {
	width: 100%;
	height: 80px;
	margin: 0px auto;
	border-top: 1px solid #a600af;
	border-bottom: 1px solid #a600af;
	background-color: #310034;
	position: relative;
	display: block;
}

a.menubutton {
	padding: 30px;
	border-right: 1px solid #a600af;
	color: #e9e9e9;
	text-decoration: none;
	font: 16px 'Trebuchet MS', Lucida Grande, Tahoma, Verdana, Sans-Serif;
	font-weight: bold;
}

a.menubutton:hover {
	padding: 30px;
	border-right: 1px solid #a600af;
	color: #ffffff;
	text-shadow: 0px 0px 6px #c3c3c3;
	position: relative;
	top: 2px;
	background: #270029; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#270029, #5f0064); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#270029, #5f0064); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#270029, #5f0064); /* For Firefox 3.6 to 15 */
    	background: linear-gradient(#270029, #5f0064); /* Standard syntax */
}

.menuextra {
	padding: 30px;
	color: #e9e9e9;
	text-decoration: none;
	font: 16px 'Trebuchet MS', Lucida Grande, Tahoma, Verdana, Sans-Serif;
	font-weight: bold;
}

#content {
	padding: 10px;
	margin: 0px auto;
	line-height: 25px;
	width: 960px;
	height: 100%;
	position: relative;
}

.responsive-image {
	position: relative;
	padding-bottom: 16.00%;
	padding-top: 10px; 
	height: auto; 
	overflow: hidden;
}

.responsive-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#footer {

	background: #330036; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#330036, #5f0064); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#330036, #5f0064); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#330036, #5f0064); /* For Firefox 3.6 to 15 */
    	background: linear-gradient(#330036, #5f0064); /* Standard syntax */
    	width: 100%;
    	height: 230px;
    	right: 0px;
    	bottom: 0px;
    	left: 0px;
    	padding: 0px;

}

#finisher {
	padding: 0px;
	margin: 0px auto;
	width: 100%;
	height: 80px;
	position: relative;
	top: 100px;
}

table.features {
	float: center;
}

a {
	outline					: none;
	border					: none;
}

a:hover {
	color: #ffffff;
}

a:active {
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

img {
	border: 0;
}

table, td {
	border: 0;
}

.imgstyle {
	border-radius: 14px;
}

a.micro { font: 10px 'Lucida Grande', Tahoma, Verdana, Sans-Serif; font-weight: bold; color: #ffffff; text-decoration: none; }

a.micro:hover { color: #cccccc; }