@charset "UTF-8";

/*Keyframes*/
@keyframes snow {
  0% {
    background-position:0 0px,0 0px,0 0;
  }
  
  100% {
    background-position:500px 1000px,400px 400px,300px 300px;
  }
}

@-moz-keyframes snow {
  0% {
    background-position:0 0px,0 0px,0 0;
  }
  
  100% {
    background-position:500px 1000px,400px 400px,300px 300px;
  }
}

@-webkit-keyframes snow {
  0% {
    background-position:0 0px,0 0px,0 0;
  }
  
  100% {
    background-position:500px 1000px,400px 400px,300px 300px;
  }
}

@-ms-keyframes snow {
  0% {
    background-position:0 0px,0 0px,0 0;
  }
  
  100% {
    background-position:500px 1000px,400px 400px,300px 300px;
  }
}

a:link,a:active,a:hover {
  color:#7C6EFF;
}

a:visited {
  color:#b4361a;
}

body {
  margin-left:270px;
  margin-right:auto;
/*width:65%;*/
  width:1100px;
/*background-image:url('http://imageshack.com/a/img854/7204/svy9.jpg');*/
  background-image:url(https://img.mfcimg.com/photos2/113/11359127/942-212-510-320-6075643.jpg);
  background-repeat:repeat-y;
  background-origin:content-box;
  background-position:0 0;
  background-color:#ffffff;
  background-color:#040519;
  color:#54FFBB;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  section-background-color:#1D1D40;
  margin-left:180px;
/*
background-image:url('./side_image_thin.jpg'), url('./side_image_thin.jpg') 1000px;

background-image:url('./side_image_thin.jpg') -100px 300px no-repeat, url('./side_image_thin.jpg') 1165px 300px no-repeat;
*/
/* Double background, but doesnt work properly... right hand goes behind?
background: url('./side_image_thin.jpg') 0px 0px repeat-y, url('./side_image_thin.jpg') repeat-y right top;
  background-color:#040519;
  */
}

.profile_section_content {
  color:#54FFBB;
  border:0 none #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#1D1D40;
  filter:alpha(opacity=100);
  opacity:1;
}

#profile_header_container .heading {
  color:#030612;
  font-size:0;
  padding:45px;
  font-color:#030612;
  background-color:#1D1D40;
/*background-image:url('http://r70.cooltext.com/rendered/cooltext1385644843.png');*/
  background-image:url(http://s22.postimg.org/ewe2jjva9/banner.gif);
  background-repeat:no-repeat;
}

[URL=http://www.imagebam.com/image/03d4b7309329580][IMG][/IMG][/URL] .img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#C9C9C9;
  color:#1C11BD;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

.laratable {
  margin:0;
  padding:0;
  width:100%;
  border:1px solid #1d1d40;
  -moz-border-radius-bottomleft:0;
  -webkit-border-bottom-left-radius:0;
  border-bottom-left-radius:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-bottom-right-radius:0;
  border-bottom-right-radius:0;
  -moz-border-radius-topright:0;
  -webkit-border-top-right-radius:0;
  border-top-right-radius:0;
  -moz-border-radius-topleft:0;
  -webkit-border-top-left-radius:0;
  border-top-left-radius:0;
}

.laratable table {
  border-collapse:collapse;
  border-spacing:0;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
}

.laratable tr:last-child td:last-child {
  -moz-border-radius-bottomright:0;
  -webkit-border-bottom-right-radius:0;
  border-bottom-right-radius:0;
}

.laratable table tr:first-child td:first-child {
  -moz-border-radius-topleft:0;
  -webkit-border-top-left-radius:0;
  border-top-left-radius:0;
}

.laratable table tr:first-child td:last-child {
  -moz-border-radius-topright:0;
  -webkit-border-top-right-radius:0;
  border-top-right-radius:0;
}

.laratable tr:last-child td:first-child {
  -moz-border-radius-bottomleft:0;
  -webkit-border-bottom-left-radius:0;
  border-bottom-left-radius:0;
}

.laratable tr:hover td {
}

.laratable tr:nth-child(odd) {
  background-color:#c9c9c9;
}

.laratable tr:nth-child(even) {
  background-color:#54ffbb;
}

.laratable td {
  vertical-align:middle;
  border:1px solid #1d1d40;
  border-width:0 1px 1px 0;
  text-align:left;
  padding:7px;
  font-size:10px;
  font-family:Arial;
  font-weight:normal;
  color:#1c11bd;
}

.laratable tr:last-child td {
  border-width:0 1px 0 0;
}

.laratable tr td:last-child {
  border-width:0 0 1px;
}

.laratable tr:last-child td:last-child {
  border-width:0;
}

.laratable tr:first-child td {
  background:-o-linear-gradient(bottom,#040519 5%,#040519 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#040519),color-stop(1,#040519));
  background:-moz-linear-gradient(center top,#040519 5%,#040519 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#040519",endColorstr="#040519");
  background:-o-linear-gradient(top,#040519,040519);
  background-color:#040519;
  border:0 solid #1d1d40;
  text-align:center;
  border-width:0 0 1px 1px;
  font-size:14px;
  font-family:Arial;
  font-weight:bold;
  color:#ffffff;
}

.laratable tr:first-child:hover td {
  background:-o-linear-gradient(bottom,#040519 5%,#040519 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#040519),color-stop(1,#040519));
  background:-moz-linear-gradient(center top,#040519 5%,#040519 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#040519",endColorstr="#040519");
  background:-o-linear-gradient(top,#040519,040519);
  background-color:#040519;
}

.laratable tr:first-child td:first-child {
  border-width:0 0 1px;
}

.laratable tr:first-child td:last-child {
  border-width:0 0 1px 1px;
}

#mainwrapper .box .simple-caption {
  height:200px;
  width:200px;
  display:block;
  bottom:0;
  line-height:25pt;
  text-align:center;
}

#mainwrapper .box {
  border:0 solid #fff;
  cursor:pointer;
  height:200px;
  float:left;
  margin:0;
  position:relative;
  overflow:hidden;
  width:200px;
  -webkit-box-shadow:0 0 0 0 #ccc;
  -moz-box-shadow:0 0 0 0 #ccc;
  box-shadow:0 0 0 0 #ccc;
  background-color:transparent;
  background-color:#1D1D40;
  filter:alpha(opacity=100);
  opacity:1;
}

#mainwrapper .box .caption {
  background-color:rgba(0,0,0,0.8);
  position:absolute;
  color:#54ffbb;
  z-index:100;
  -webkit-transition:all 300ms ease-out;
  -moz-transition:all 300ms ease-out;
  -o-transition:all 300ms ease-out;
  -ms-transition:all 300ms ease-out;
  transition:all 300ms ease-out;
  left:0;
}

#mainwrapper .box .simple-caption {
  height:40px;
  width:200px;
  display:block;
  bottom:-40px;
  line-height:10pt;
  text-align:center;
}

#mainwrapper .box:hover .simple-caption {
  -moz-transform:translateY(-100%);
  -o-transform:translateY(-100%);
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%);
}

#mainwrapper2 .box .simple-caption {
  height:200px;
  width:200px;
  display:block;
  bottom:0;
  line-height:25pt;
  text-align:center;
}

#mainwrapper2 .box {
  border:0 solid #fff;
  cursor:pointer;
  height:200px;
  float:left;
  margin:0;
  position:relative;
  overflow:hidden;
  width:200px;
  -webkit-box-shadow:0 0 0 0 #ccc;
  -moz-box-shadow:0 0 0 0 #ccc;
  box-shadow:0 0 0 0 #ccc;
  background-color:transparent;
  background-color:#1D1D40;
  filter:alpha(opacity=100);
  opacity:1;
}

#mainwrapper2 .box .caption {
  background-color:rgba(0,0,0,0.8);
  position:absolute;
  color:#54ffbb;
  z-index:100;
  -webkit-transition:all 300ms ease-out;
  -moz-transition:all 300ms ease-out;
  -o-transition:all 300ms ease-out;
  -ms-transition:all 300ms ease-out;
  transition:all 300ms ease-out;
  left:0;
}

#mainwrapper2 .box .simple-caption {
  height:40px;
  width:200px;
  display:block;
  bottom:-40px;
  line-height:10pt;
  text-align:center;
}

#mainwrapper2 .box:hover .simple-caption {
  -moz-transform:translateY(-100%);
  -o-transform:translateY(-100%);
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%);
}

#mainwrapper3 .box .simple-caption {
  height:200px;
  width:200px;
  display:block;
  bottom:0;
  line-height:25pt;
  text-align:center;
}

#mainwrapper3 .box {
  border:0 solid #fff;
  cursor:pointer;
  height:200px;
  float:left;
  margin:0;
  position:relative;
  overflow:hidden;
  width:200px;
  -webkit-box-shadow:0 0 0 0 #ccc;
  -moz-box-shadow:0 0 0 0 #ccc;
  box-shadow:0 0 0 0 #ccc;
  background-color:transparent;
  background-color:#1D1D40;
  filter:alpha(opacity=100);
  opacity:1;
}

#mainwrapper3 .box .caption {
  background-color:rgba(0,0,0,0.8);
  position:absolute;
  color:#54ffbb;
  z-index:100;
  -webkit-transition:all 300ms ease-out;
  -moz-transition:all 300ms ease-out;
  -o-transition:all 300ms ease-out;
  -ms-transition:all 300ms ease-out;
  transition:all 300ms ease-out;
  left:0;
}

#mainwrapper3 .box .simple-caption {
  height:40px;
  width:200px;
  display:block;
  bottom:-40px;
  line-height:10pt;
  text-align:center;
}

#mainwrapper3 .box:hover .simple-caption {
  -moz-transform:translateY(-100%);
  -o-transform:translateY(-100%);
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%);
}

#mainwrapper4 .box .simple-caption {
  height:200px;
  width:200px;
  display:block;
  bottom:0;
  line-height:25pt;
  text-align:center;
}

#mainwrapper4 .box {
  border:0 solid #fff;
  cursor:pointer;
  height:200px;
  float:left;
  margin:0;
  position:relative;
  overflow:hidden;
  width:200px;
  -webkit-box-shadow:0 0 0 0 #ccc;
  -moz-box-shadow:0 0 0 0 #ccc;
  box-shadow:0 0 0 0 #ccc;
  background-color:transparent;
  background-color:#1D1D40;
  filter:alpha(opacity=100);
  opacity:1;
}

#mainwrapper4 .box .caption {
  background-color:rgba(0,0,0,0.8);
  position:absolute;
  color:#54ffbb;
  z-index:100;
  -webkit-transition:all 300ms ease-out;
  -moz-transition:all 300ms ease-out;
  -o-transition:all 300ms ease-out;
  -ms-transition:all 300ms ease-out;
  transition:all 300ms ease-out;
  left:0;
}

#mainwrapper4 .box .simple-caption {
  height:40px;
  width:200px;
  display:block;
  bottom:-40px;
  line-height:10pt;
  text-align:center;
}

#mainwrapper4 .box:hover .simple-caption {
  -moz-transform:translateY(-100%);
  -o-transform:translateY(-100%);
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%);
}

#mainwrapper5 .box .simple-caption {
  height:200px;
  width:200px;
  display:block;
  bottom:0;
  line-height:25pt;
  text-align:center;
}

#mainwrapper5 .box {
  border:0 solid #fff;
  cursor:pointer;
  height:200px;
  float:left;
  margin:0;
  position:relative;
  overflow:hidden;
  width:200px;
  -webkit-box-shadow:0 0 0 0 #ccc;
  -moz-box-shadow:0 0 0 0 #ccc;
  box-shadow:0 0 0 0 #ccc;
  background-color:transparent;
  background-color:#1D1D40;
  filter:alpha(opacity=100);
  opacity:1;
}

#mainwrapper5 .box .caption {
  background-color:rgba(0,0,0,0.8);
  position:absolute;
  color:#54ffbb;
  z-index:100;
  -webkit-transition:all 300ms ease-out;
  -moz-transition:all 300ms ease-out;
  -o-transition:all 300ms ease-out;
  -ms-transition:all 300ms ease-out;
  transition:all 300ms ease-out;
  left:0;
}

#mainwrapper5 .box .simple-caption {
  height:40px;
  width:200px;
  display:block;
  bottom:-40px;
  line-height:10pt;
  text-align:center;
}

#mainwrapper5 .box:hover .simple-caption {
  -moz-transform:translateY(-100%);
  -o-transform:translateY(-100%);
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%);
}

#mainwrapper6 .box .simple-caption {
  height:200px;
  width:200px;
  display:block;
  bottom:0;
  line-height:25pt;
  text-align:center;
}

#mainwrapper6 .box {
  border:0 solid #fff;
  cursor:pointer;
  height:200px;
  float:left;
  margin:0;
  position:relative;
  overflow:hidden;
  width:200px;
  -webkit-box-shadow:0 0 0 0 #ccc;
  -moz-box-shadow:0 0 0 0 #ccc;
  box-shadow:0 0 0 0 #ccc;
  background-color:transparent;
  background-color:#1D1D40;
  filter:alpha(opacity=100);
  opacity:1;
}

#mainwrapper6 .box .caption {
  background-color:rgba(0,0,0,0.8);
  position:absolute;
  color:#54ffbb;
  z-index:100;
  -webkit-transition:all 300ms ease-out;
  -moz-transition:all 300ms ease-out;
  -o-transition:all 300ms ease-out;
  -ms-transition:all 300ms ease-out;
  transition:all 300ms ease-out;
  left:0;
}

#mainwrapper6 .box .simple-caption {
  height:40px;
  width:200px;
  display:block;
  bottom:-40px;
  line-height:10pt;
  text-align:center;
}

#mainwrapper6 .box:hover .simple-caption {
  -moz-transform:translateY(-100%);
  -o-transform:translateY(-100%);
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%);
}

#mainwrapper7 .box .simple-caption {
  height:200px;
  width:200px;
  display:block;
  bottom:0;
  line-height:25pt;
  text-align:center;
}

#mainwrapper7 .box {
  border:0 solid #fff;
  cursor:pointer;
  height:200px;
  float:left;
  margin:0;
  position:relative;
  overflow:hidden;
  width:200px;
  -webkit-box-shadow:0 0 0 0 #ccc;
  -moz-box-shadow:0 0 0 0 #ccc;
  box-shadow:0 0 0 0 #ccc;
  background-color:transparent;
  background-color:#1D1D40;
  filter:alpha(opacity=100);
  opacity:1;
}

#mainwrapper7 .box .caption {
  background-color:rgba(0,0,0,0.8);
  position:absolute;
  color:#54ffbb;
  z-index:100;
  -webkit-transition:all 300ms ease-out;
  -moz-transition:all 300ms ease-out;
  -o-transition:all 300ms ease-out;
  -ms-transition:all 300ms ease-out;
  transition:all 300ms ease-out;
  left:0;
}

#mainwrapper7 .box .simple-caption {
  height:40px;
  width:200px;
  display:block;
  bottom:-40px;
  line-height:10pt;
  text-align:center;
}

#mainwrapper7 .box:hover .simple-caption {
  -moz-transform:translateY(-100%);
  -o-transform:translateY(-100%);
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%);
}

#mainwrapper8 .box .simple-caption {
  height:200px;
  width:200px;
  display:block;
  bottom:0;
  line-height:25pt;
  text-align:center;
}

#mainwrapper8 .box {
  border:0 solid #fff;
  cursor:pointer;
  height:200px;
  float:left;
  margin:0;
  position:relative;
  overflow:hidden;
  width:200px;
  -webkit-box-shadow:0 0 0 0 #ccc;
  -moz-box-shadow:0 0 0 0 #ccc;
  box-shadow:0 0 0 0 #ccc;
  background-color:transparent;
  background-color:#1D1D40;
  filter:alpha(opacity=100);
  opacity:1;
}

#mainwrapper8 .box .caption {
  background-color:rgba(0,0,0,0.8);
  position:absolute;
  color:#54ffbb;
  z-index:100;
  -webkit-transition:all 300ms ease-out;
  -moz-transition:all 300ms ease-out;
  -o-transition:all 300ms ease-out;
  -ms-transition:all 300ms ease-out;
  transition:all 300ms ease-out;
  left:0;
}

#mainwrapper8 .box .simple-caption {
  height:40px;
  width:200px;
  display:block;
  bottom:-40px;
  line-height:10pt;
  text-align:center;
}

#mainwrapper8 .box:hover .simple-caption {
  -moz-transform:translateY(-100%);
  -o-transform:translateY(-100%);
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%);
}

#mainwrapper9 .box .simple-caption {
  height:200px;
  width:200px;
  display:block;
  bottom:0;
  line-height:25pt;
  text-align:center;
}

#mainwrapper9 .box {
  border:0 solid #fff;
  cursor:pointer;
  height:200px;
  float:left;
  margin:0;
  position:relative;
  overflow:hidden;
  width:200px;
  -webkit-box-shadow:0 0 0 0 #ccc;
  -moz-box-shadow:0 0 0 0 #ccc;
  box-shadow:0 0 0 0 #ccc;
  background-color:transparent;
  background-color:#1D1D40;
  filter:alpha(opacity=100);
  opacity:1;
}

#mainwrapper9 .box .caption {
  background-color:rgba(0,0,0,0.8);
  position:absolute;
  color:#54ffbb;
  z-index:100;
  -webkit-transition:all 300ms ease-out;
  -moz-transition:all 300ms ease-out;
  -o-transition:all 300ms ease-out;
  -ms-transition:all 300ms ease-out;
  transition:all 300ms ease-out;
  left:0;
}

#mainwrapper9 .box .simple-caption {
  height:40px;
  width:200px;
  display:block;
  bottom:-40px;
  line-height:10pt;
  text-align:center;
}

#mainwrapper9 .box:hover .simple-caption {
  -moz-transform:translateY(-100%);
  -o-transform:translateY(-100%);
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%);
}

/* LIST #8 */
#list8 {
}

#list8 ul {
  list-style:none;
}

#list8 ul li {
  font-family:Georgia,serif,Times;
  font-size:14px;
}

#list8 ul li a {
  display:block;
  width:330px;
  height:20px;
  background-color:#040519;
  border-left:5px solid #040519;
  border-right:5px solid #040519;
  padding-left:10px;
  text-decoration:none;
  color:#54ffbb;
}

#list8 ul li a:hover {
  -moz-transform:rotate(-5deg);
  -webkit-transform:rotate(-5deg);
  -webkit-box-shadow:10px 10px 20px #000000;
  transform:rotate(-5deg);
}

.newtable {
  font-size:100%;
  font-family:'Lucida Grande',Helvetica,verdana,sans-serif;
  background-color:#c9c9c9;
/*border-collapse: collapse;*/
  width:100%;
  line-height:1.2em;
  table-layout:fixed;
}

caption {
  font-size:30px;
  font-weight:bold;
  color:#002084;
  text-align:left;
  padding:10px 0;
  margin-bottom:2px;
  text-transform:capitalize;
}

thead th {
  border-right:2px solid #C9C9C9;
  border-left:2px solid #C9C9C9;
  color:#c9c9c9;
  text-align:center;
  padding:2px;
  height:20px;
  background-color:#040519;
  border-bottom:2px solid #C9C9C9;
}

tbody .tr2 {
  background-color:#1D1D40;
}

tbody td {
  color:#54FFBB;
  padding:5px;
}

.padcol {
  color:#54FFBB;
  padding:0 10px;
}

tbody th {
  text-align:left;
  padding:2px;
}

tbody td a,tbody th a {
  color:#54FFBB;
  text-decoration:underline;
  font-weight:normal;
}

tbody td a:hover,tbody th a:hover {
  text-decoration:none;
}

#profile {
  display:table;
  width:1100px;
  -webkit-overflow-scrolling:touch;
}