/* @override http://54.72.13.52/themes/framework/style.css?nr8qwd */

/* Drupal 7 Framework - Created by André Griffin
------------------------------------------------
[Table of contents]

 0.Reset
 1.Global
 2.Layout
 3.Main
 4.Sidebars
 5.Header
 6.Navigation
 7.Nodes
 8.Comments
 9.Blocks
10.Footer
11.CSS Support

Font sizes: 16px base font with 24px line-height
------------------------------------------------
       font-size / line-height / margin-top
------------------------------------------------
40px = 2.5em     / 1.2         / 0.6em
32px = 2em       / 1.5         / 0.75em
24px = 1.5em     / 1           / 1em
20px = 1.25em    / 1.2         / 1.2em
16px = 1em       / 1..5        / 1.5em
14px = 0.875em   / 1.7143      / 1.7143em
13px = 0.8125em  / 1.8462      / 1.8462em
12px = 0.75em    / 2           / 2em
10px = 0.625em   / 2.4         / 2.4em

Equation for font sizing: 
  Desired px ÷ Default (or parent) px = em size
------------------------------------------------*/

/**
 * 0.RESET 
 */

@import "reset.css";
@import url(https://fonts.googleapis.com/css?family=Rajdhani:400,300,500,600,700);

/**
 * 1.GLOBAL
 */

body {
  background:#1a000a;
  color: #fff;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
}

h1, .h1 {
  font-size: 2em;
  line-height: 1.5;
  margin-top: 0.75em;
}

h2, .h2 {
  font-size: 1.5em;
  line-height: 1;
  margin-top: 1em;
}

h3, .h3 {
  font-size: 1.25em;
  line-height: 1.2;
  margin-top: 1.2em;
}

h4, h5, h6, .h4, .h5, .h6 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1.5em;
}

p {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
	color: white;
}

a {color: #fff; text-decoration: none; }

a:visited { color: #fff; }

a:hover, a:active, li a.active  { color: #fff;}

a:focus { outline: thin dotted; }

a:hover, a:active { outline: 0; }

/* apply common styling after reset.css */

li ul, li ol {  margin: 0; }
ul, ol {  margin: 0 1.5em 1.5em 0;  padding-left: 1.5em; }
ul {  list-style-type: disc; }
ol {  list-style-type: decimal; }
dl {  margin: 0 0 1.5em 0; }
dl dt {  font-weight: bold; }
dd {  margin-left: 1.5em; }
hr {  background: #fff;  border: none;  clear: both;  float: none;  height: 1px;  margin: 0 0 1.4375em;  width: 100%; }
fieldset {  border: 1px solid #ccc;  margin: 0 0 1.4375em;  padding: 1.5em; }
table {  margin-bottom: 1.5em;  width: 100%; }
th, tr, td {  vertical-align: middle; }
th { padding-right: 1em; }
.sticky-header th, .sticky-table th {  border-bottom: 3px solid #ccc;  padding-right: 1em;  text-align: left; }

/**
 * 2.LAYOUT
 */

#real_logo{
 position: fixed;
  top: 20%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -20%);
	
}
#background_parallax{
	position: relative;
	background:#1a000a;
	
}
#parallax {
	position: relative;
	background: url('itbotb_parallax_bg_5.png') no-repeat;
	z-index: 0;
}
#parallax1 {
	position: relative;
	background: url('itbotb_parallax_bg_4.png') no-repeat;
	z-index: 10;
}
#parallax2 {
	position: relative;
	background: url('itbotb_parallax_bg_3.png') no-repeat;
	z-index: 20;
}
#parallax3 {
	position: relative;
	background: url('itbotb_parallax_bg_2.png') no-repeat;
	z-index: 30;

}
#parallax4 {
	position: relative;
	z-index:40;
	background: url('itbotb_parallax_bg_1.png') no-repeat;
}
#parallax5 {
	z-index: 30;
	background: url('parallax5.jpg') no-repeat;
	position: relative;
	top: 400px;
	min-height: 920px;
	max-height: 920px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#site-slogan{
	top: 150px;
	text-align: center;
	 margin-left: auto;
    margin-right: auto;
    position: relative;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 30px;    
}

#site-slogan span{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 46px;    
}

#container {
	width:900px;
	top: 80px;
  display: block;
    margin-left: auto;
    margin-right: auto;
	position: relative;

}

/**
 * 3.MAIN
 */

/* 1 column: global values*/

#main {
  display: inline;
  margin: 0;
}

/* 3 columns */

body.two-sidebars #main {
  float: left;
  margin: 0 0 0 240px;
  padding: 0;
  width: 460px;
}

/* 2 columns: sidebar-first */

body.sidebar-first #main {
  float: right;
  margin: 0;
  padding: 0;
  width: 700px;
}

/* 2 columns: sidebar-second */

body.sidebar-second #main {
  float: left;
  margin: 0;
  padding: 0;
  width: 700px;
}

#main-menu a {
    font-family: 'Rajdhani', sans-serif; 
    font-weight: 600; 
    font-size: 46px; 
}

/**
 * 4.SIDEBARS
 */

/* 3 columns: sidebar-first */

body.two-sidebars #sidebar-first {
  float: left;
  margin: 0 0 0 -700px;
  padding: 0;
  width: 220px;
}

/* 3 columns: sidebar-second */

body.two-sidebars #sidebar-second {
  float: right;
  margin: 0;
  padding: 0;
  width: 220px;
}

/* 2 columns: sidebar-first */

body.sidebar-first #sidebar-first {
  float: left;
  margin: 0;
  padding: 0;
  width: 220px;
}

/* 2 columns: sidebar-second */

body.sidebar-second #sidebar-second {
  float: right;
  margin: 0;
  padding: 0;
  width: 220px;
}

/**
 * 5.HEADER
 */

#header {
  margin: 0;
  padding: 2.5em 0 0;
  position: relative;
}

#header #logo {
  float: left;
  margin: 0 1em 1.5em 0;
}

#header #site-name-slogan {
  float: left;
  margin: 0 0 1.5em;
}

#header #site-name {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

#header #site-name a:hover {
  text-decoration: none;
}

#header #site-slogan {
  margin: 0;
}

/**
 * 6.NAVIGATION
 */

#navigation {
  clear: both;
  margin: 0;
  padding: 0;
}

#navigation ul#main-menu {
  clear: both;
   display: block;
    margin-left: auto;
    margin-right: auto;
  list-style: none;
  	border-bottom: 1px double white;
	border-top: 1px double white;
    text-align: center;

}

#navigation ul#main-menu li {
  margin: 0;
  padding: 0;
  margin-top: -12px;
  margin-bottom: -15px;
  display: inline-block;
	font-weight: bold;
	font-size: 20px;
}

#navigation ul#main-menu .last {
    margin-right: -75px;
}

#navigation ul#main-menu li a {
  display: block;
    margin-left: -25px; margin-right: 75px;
}

#navigation ul#secondary-menu {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation ul#secondary-menu li {
  float: left;
  margin: 0;
  padding: 0;
}

#navigation ul#secondary-menu li a {
  display: block;
  padding: 0 2em 0 0;
}

.breadcrumb {
  clear: both;
  padding: 1.5em 0 0;
}

#skip-link {
  position: absolute;
}

/* menus and item lists */

.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0 1em 0 0;
}

/* admin tabs */

.tabs-wrapper {
  border-bottom: 1px solid #333;
  margin: 0 0 1.4375em;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0;
  padding: 0 1em;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/**
 * 7.NODES
 */

.node {
  margin-bottom: 1.5em;
}

/* tags */

.field-name-field-tags {
  margin: 0 0 1.5em;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

/* profile */

.profile {
  margin: 1.5em 0;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.profile dd {
  margin-bottom: 1.5em;
}

.password-parent {
  width: 36em;
}

/**
 * 8.COMMENTS
 */

#comments {
  clear: both;
  margin-top: 1.5em;
}

.comment {
  margin-bottom: 1.5em;
}

.comment .new {
  color: red;
  text-transform: capitalize;
  margin-left: 1em;
}

/**
 * 9.BLOCKS
 */

.block {
  margin-bottom: 1.5em;
}

/**
 * 10.FOOTER
 */

#footer {
  clear: both;
  padding: 1.5em 0;
  margin-top: 50px;
  position: relative;
  text-align: center;
}

#footer a.feed-icon {
  position: absolute;
  right: 0;
  top: 1.6667em;
}

/**
 * 11.CSS SUPPORT
 *
 * Built-in classes:
 * .clearfix                            | contain floats
 * .element-invisible                   | hide element visually
 * .element-invisible.element-focusable | allow element to be focusable when navigated to via keyboard
 * .element-hidden                      | hide visually and from screenreaders
 */
 
/* clear floats */
.clear { clear: both; }

/* display block */
.display-block { display: block; }


#main .links li {
    visibility: hidden;
}

#secondary-menu {
    visibility: hidden;
}

.breadcrumb {
    display: none;
}

.read-more {
    float: right;
    margin-top: 20px;
    margin-right: -110px;
    font-weight: bold;
}

nav.breadcrumb a{
    visibility: hidden;
}

.games-page .read-more {
    visibility: hidden;
}

.games-page {
    margin-top: 20px;
}

.games-page .views-row-1 div div div img{
    border-top: 3px double white;
    padding-top: 10px;
    width: 932px;
    margin-top: -50px;
    padding-bottom: 10px;
    border-bottom: 3px double white;
}

.games-page .field-type-image {
    margin-bottom: -35px;
    width: 932px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 3px double white;
}

.blog-prev-img img {
    width: 929px;
    border-style: solid;
    border-top: 3px double white;
    padding-top: 5px;    
}

/*.blog-prev-body div p {
    width: 804px;
    background: rgba(0, 0, 0, 0.43);
    padding: 5px 120px 0px 5px;

    margin-bottom: 10px;
    font-family: 'Rajdhani';
    font-weight: 500;
    font-size: 16px;
    text-align: left;
}*/

.blog-prev-body {
	background: rgba(0, 0, 0, 0.43);
	 font-family: 'Rajdhani';
    font-weight: 500;
    font-size: 16px;
    width: 899px;
    border-style: solid;
    border-bottom: 3px double white;
	display: block;
	float: none;
	padding-right: 15px;
	padding-left: 15px;
	text-overflow: ellipsis;
	max-height: 75px;
	overflow: hidden;
}

.blog-prev-body div {
    padding-right: 100px;
}


.blog-prev-title {
    margin-top: 25px;
    float: left;
    font-family: 'Rajdhani';
    font-weight: 600;
    font-size: 16px;
}

.blog-prev-date {
    margin-top: 25px;
    float: left;
    font-family: 'Rajdhani';
    font-weight: 600;
    font-size: 16px;
    margin-left: 10px;
}

.blog-prev-count {
    float: right;
    margin-right: -25px;
    margin-top: -25px;
    font-family: 'Rajdhani';
    font-weight: 600;
}

.itbotb-view {
    background: rgba(0,0,0,0.5);
    padding: 25px;
    border-top: 3px double white;
}

.itbotb-image {
    margin-top: -50px;
}

.itbotb-body {
    width: 375px;
    font-family: 'Rajdhani';
    font-weight: 500;
    font-size: 18;
}

.itbotb-title {
    font-family: 'Rajdhani';
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 50px;
}
.views-row-odd .itbotb-image {
    float: right;
}

.views-row-odd .itbotb-body {
    text-align: left;
    float: left;
    text-align: left;
    clear: both;
}

.views-row-odd .itbotb-title  {
    text-align: left;
    clear: both;
}

.views-row-even .itbotb-image {
    float: left;
}

.views-row-even .itbotb-body {
    text-align: right;
    float: right;
    clear: both;
}

.views-row-even .itbotb-title span {
    text-align: right;
    float: right;
    padding-left: 450px;
    clear: both;
}

.media-view {
    background: rgba(0,0,0,0.3);
    border-top: 3px double white;
    padding: 25px;
}

.media-view-image {
    height: auto; 
    width: auto; 
    max-width: 400px; 
    max-height: 225px;
    margin: 5px;
    overflow: hidden;
}

#page-title {
    font-family: 'Rajdhani';
    text-transform: uppercase;
    font-weight: 600;
}

.blog-entry-container {
    background: rgba(0,0,0,0.3);
    width: 930px; 
    margin-left: -30px;
    padding: 0px 20px;
    font-family: 'Rajdhani';
    font-size: 16px;
    font-weight: 500;
}


.blog-entry-title {
    font-family: 'Rajdhani';
    font-weight: 600;
    font-size: 40px;
    padding-top: 6px;
}

.blog-entry-submitted  {
    margin-top: -40px;
    margin-left: 2px;
    padding-bottom: 20px;
}

.team-page-content {
    border-top: 3px double white;
    border-bottom: 3px double white;
    font-family: 'Rajdhani';
    padding: 30px;
    font-weight: 500;
    font-size: 18px;
    width: 872px;
}

.team-h1 {
    font-family: 'Rajdhani';
    margin: 0;
    font-weight: 700;
    font-size: 40px;
    width: 252px;
    margin: 0 auto;
    margin-top: -5px;
    margin-bottom: 30px;
}

.comments-container {
    background: rgba(0,0,0,0.3);
    width: 930px; 
    margin-top: 50px;
    margin-left: -30px;
    padding: 20px;
}

.comment-section {
    font-family: 'Rajdhani'; 
    font-size: 16px;
}

.comment-section h2{
    font-family: 'Rajdhani'; 
    font-weight: 600;
    font-size: 20px;
}

.comment-section h3{
    font-family: 'Rajdhani'; 
    font-weight: 600;
    font-size: 18px;
}

.comment-section input{
    border: none;
    background: rgba(255,255,255, 0.8);
}

.comment-section textarea{
    border: none;
    background: rgba(255,255,255, 0.8);
    max-width: 450px;
    height: 150px;
}


.comment-section .grippie {
    display: none;
}


.comment-unpublished {
    visibility: hidden;
    display: none;
    width:0px;
    height:0px;
}

.list-table {
    text-align: center;
}

.list-content {
    width: 100%;
    padding: 10px;
    margin-top: 50px;
    height: 225px;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.list-content h3{
    margin-top: -20px;
}

.list-content ul {
    padding-top: 20px;
}

.list-content li {
    list-style-type: none;
}

.itbotb-view a {
    text-decoration: underline;
}

.spoiler {
    width: 850px;
    margin: 0 auto;
    padding: 5px;
    word-break: keep-all;
}

.spoiler-header {
    cursor: pointer;
    color: black;
    width: 850px;
    background-color: white;
    border-radius: 3px;
    height: 35px;
    padding-top: 7px;
    padding-left: 12px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    word-break: keep-all;
}

.spoiler-content {
    background-color: rgba(255,255, 255, 0.95);
    width: 850px;
    margin-top: -10px;
    position: relative;
    box-sizing: border-box;
    z-index: 0;
    overflow: scroll; 
    white-space: nowrap
}
/*

    max-height: 500px;
*/

.hidden {
    display: none;
}

.spoiler-content p {
    color: #999988;
    padding: 10px;
    word-break: keep-all;
    width: 100%;
    white-space: nowrap
}

img {
    max-width: 100%;
    height: auto;
}
