/* CSS Document */

@charset "utf-8";

body {/*background:url(../images/tiny-bot.png) 0 8px no-repeat,url(../images/servers.png) 0 0 repeat-x,url(../images/temp-bg.png) 0 300px repeat-x;background-color:#CCC;width:100%;*/
	margin:0 auto;
	
	background-color:#000;
}
.dropdown-menu .divider {
    background-color: none;
    height: 1px;
    margin: 0;
    overflow: hidden;
    margin-left: -30px;
	
}
.content img.img-circle {
	cursor: pointer;
    float: left;
    margin: 5px 10px;
    max-width: 200px;
    min-width: 200px;
    width: 100%;
    max-height: 200px;
    height: 100%;
    min-height: 200px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #fff;
}
.color-change {
	color:#F00;
	text-emphasis: dot;
	text-shadow: 0px -1px 1px rgba(172, 96, 39, 1);
}
.content p.backdrop{
	border: none;
	color:#F00;
	text-shadow: 0px -1px 1px rgba(172, 96, 39, 1);
	
}
a[href^="http"]::after {
    content: " o";
    font-family: "ModernPictogramsNormal";
    font-size: 1.1em;
    position: relative;
    top: -0.2em;
}
a:hover, a:focus {
    color: #f00;
    text-decoration: none;
}
.content p.b {
	font-weight:bold;
	margin-bottom:-15px;
}
#projects p.b {
	font-weight:bold;
	margin-bottom:-15px;
}
.content .media {
	max-width:1280px;
	min-width:960px;
	width:100%;
	margin:0 auto;
	background: #fff;
    margin-bottom: 10px;
}
.content .media img{
    width: 200px;
	height: 200px;
	min-width:200px;
	min-height:200px;
	position:relative;
	margin-top:20px;
	padding-bottom:5px;
	
}
.media h4{
	margin-left:0;
	margin-top:10px;
	background:#000;
	padding-left:20px;
	line-height: 1.4em;
	font-size:1.4em;
	font-family: Rokkitt;
	color:#FFFFFF;
	font-weight:bold;
	
}
.carousel-control.right {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.5) 100%);
    background-repeat: repeat-x;
    left: auto;
    right: 0;
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0px, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
}
.carousel-control {
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: 0.7;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: 15%;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
   /* display: inline-block;*/
    position: absolute;
    top: 50%;
    z-index: 5;
    margin: 0 auto;
	display:none;
}
.glyphicon glyphicon-chevron-right {
	margin: 0 auto;
}
.carousel-indicators {
   
    display: none;
}

#content #projects p{
	font-size: 1.4em;
    line-height: 1.2em;
	
}
div #projects p:first-of-type{ 
	margin-top:20px;
	font-weight:bold;
	text-align:left;
    
}
#content #projects img{
    width: 200px;
	height: 200px;
	min-width:200px;
	min-height:200px;
	float:left;
	margin-bottom:-10px;
	padding-right: 15px;
	
	
}
.media .media-body p{
    overflow: hidden;
	width: 96%;
	float: right;
	line-height: 1em;
	font-size:1.1em;
	margin-top: 0;
}
.media .media-body p:first-of-type {
  margin-top:15px;
  font-weight:bold;
  text-align:left;
}
#contact_form_holder {  
    font-family: 'Rokkitt', serif;   
    font-variant: normal;
	font-size:1em;
	color: #000; 
    width:100%;
	height: 30%;
	margin-top: 0px; 
	background-color:;
	
	box-shadow:none;
}  
#contact_form_holder input, #contact_form_holder textarea {
	width:92%;
	height: 33%;
	font-family: inherit;
	padding:5px;
	margin: -7px 10px;
	border:1px solid  #FFF;
	box-shadow:inset 0px 1px 1px 0px #ccc, inset 0px -1px 1px 0px #ccc;
}
#contact_form_holder h2{
	 color:#000;
	 background:none !important; 
	 font-family: 'Rokkitt', serif; 
	 font-size:1.2em;
	 text-align:left;
	 font-weight:normal;
}

/*#brand {
	height:200px;
}*/
.navbar-nav > li > a {
    padding: 15px 20px 15px 45px;
}
.navbar-nav li a.dropdown-toggle {
	padding-left: 25px;
	
}
.navbar {
	margin-bottom: 0px;
	
}
.navbar-inverse {
    background-image: linear-gradient(to bottom, #000 0px, #000 100%);
    background-repeat: repeat-x;
	
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background:none;
    color: #fff;
	
	
}
.navbar-nav > li > a {
    line-height: 10px;
	color: #fff;
	margin-right:2px;
	text-shadow: none;
	
}
.navbar-nav > li {
   /* background-color: #080808;
    border-radius: 10px 10px 0 0;*/
    color: #fff;
	margin-right:2px;
	margin-top: 10px;
	text-shadow: none;
	
}
.nav navbar-nav navbar-right > li {
	/*background-color: #080808;
    border-radius: 10px 10px 0 0;*/
    color: #fff;
	margin-right:2px;
	margin-top: 10px;
}
.navbar-inverse .navbar-nav > .active > a {
    background: none;
    text-shadow: none;
    box-shadow:none;
	color: #F00;
}
.navbar-inverse .navbar-nav > .active > a:hover {
    background: none;
    text-shadow: none;
    box-shadow:none;
	color: #F00;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
	text-shadow: 0px -1px 0px rgba(255, 14, 21, 1);
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #F00;
}
.dropdown-menu {
	background-color:#999;
	color:#FFFFFF;
}
.dropdown-menu li a{
	color:#FFFFFF;
}
.dropdown-menu li a:hover{
	color:#F00;
	background:none;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background:none;
    color: #fff;
}
.navbar navbar-inverse navbar-fixed-top{
	width: 100%;
	max-width: 1920px;
	min-width: 960px;
}


/*.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin: 0 auto;
    background: transparent;
    border: none;
	display:none !important;
	
	
}
.navbar-brand {
	display:none !important;
}
.navbar-inverse .navbar-brand {
    color: #f00;
	display:none !important;
	
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	
}

.navbar-brand {
    float: left;
    font-size: 1.6em;
    line-height: 1.6em;
    padding: 0;
	width:80%;
	margin:5px auto;
	display: none !important;
}*/

.menu {
   /* background-color: rgba(0, 0, 0, 0.4);*/
    float: left;
    margin-top: -5px;
    padding-bottom: 15px;
    padding-right: 10px;
    width: 225px;
}
.menu li {
    list-style: outside none none;
    margin-left: -20px;
    margin-top: 5px;
}
.menu li a{
   display:block;
   margin-bottom: 15px;
   padding: 5px 0px;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
}
.show-grid [class*="span"] {
    background-color: #eee;
    border-radius: 3px;
    line-height: 40px;
    min-height: 40px;
    text-align: center;
}
.span12{
    width: 100%;
}
.mycontainer #wrapper .row.show-grid .span12{
    width: 100%;
	background:#E7F1E9;
	margin-left:0;
	position: relative;
    margin-top: 150px;
}
.mycontainer #wrapper .row.show-grid .span12 img{
    width: 100%;
	max-width: 1280px;
}
.span6 {
    width: 60%;
	background:#D8D8D8;
}
.mycontainer #wrapper .row.show-grid .span3 {
    width: 35%;
	background: #FFC;
}
.mycontainer #wrapper .row.show-grid .span9 .row.show-grid .span6{
 	background:#D8D8D8;
}
[class*="span"] {
    float: left;
    margin-left: 10px;
    min-height: 1px;
}

[class*="span"] {
    float: left;
    margin-left: 20px;
    min-height: 1px;
}
.carousel {
    clear: both;
    height: 100%;
    max-height: 389px;
  	width:100%;
  	max-width:1280px;
    margin-bottom:0;
	
}
/*.carousel {
	top:140px;
}*/
.carousel {
    float:left;
	margin-top: 0;
	top:0;
}

.carousel-caption {
  z-index: 10;
  bottom:200px;
}

 
.carousel .item {
  height: 100%;
  max-height: 389px;
  width:100%;
  max-width:1280px;
  background-color: #777;
}
.carousel-inner > .item > img {
  
    /*left: 0;*/
	width:100%;
    min-width: 960px;
	max-width:1280px;
    position: relative;
    top: 0;
}
* {
	box-sizing: content-box;
}
.mycontainer {
	margin:0 auto;
	min-width:960px;
	max-width:1920px;
	width: 100%;
}
#wrapper {
	width:100%;
	max-width:1280px;
	min-width: 960px;
	margin:170px auto 0;
	/*background:#FFF;
	box-shadow: 0 2px 1px 0 #FFF, 0 -2px 1px 0 #fff;*/
}

#image {
	margin:0 auto
}
#nav {
	display:block;
	clear:both;
	width:100%;
	float:left;
	/*position:absolute;
	left:0;*/
	top:230px;
	margin:30px auto 0;
	padding:0;
	height:70px;
	background:#CCC;
	min-width:960px;
	
	/*box-shadow:inset 0 2px 1px 0 #FFF, inset 0 -2px 1px 0 #CCC;*/
}
#nav li {
	list-style:none;
	width:20%;
	margin:10px auto;
	float:left;
	box-shadow:inset 0 2px 1px 0 #FFF, inset 0 -2px 1px 0 #FFF
}
#nav li a {
	display:block;
	text-decoration:none;
	font-family: 'Shadows Into Light', cursive;
	text-align:center;
	font-size:1.4em !important;
	background:#06F;
	color:#fff;
	box-shadow:inset 0 2px 1px 0 #FFF, inset 0 -2px 1px 0 #FFF;
	padding:5px 0;
}
#nav li a:hover {
	display:block;
	font-weight:bold;
	text-decoration:none;
	padding:5px 0;
	cursor:pointer;
	background:#000;
	color:#FF6600;
	border-bottom:1px solid #C00;
	box-shadow:inset 0 2px 1px 0 #F00, inset 0 -2px 1px 0 red
}
.tickercontainer {
	height:30px;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
	min-width:960px;
	background:#000000;
}
.tickercontainer .mask {
	height:30px;
	overflow:hidden;
	position:relative;
	top:3px
}
ul.newsticker {
	font-family:Oswald, sans-serif;
	list-style-type:none;
	margin:0;
	margin-bottom:0;
	padding:2px 0;
	position:relative
}
@-moz-document url-prefix() {
ul.newsticker {
font-family:Oswald, sans-serif;
list-style-type:none;
margin:0;
position:relative
}
}
ul.newsticker li {
	float:left;
	margin:0;
	margin-top:-2px;
	padding-right:0px;
	color:#FFF;
}
@-moz-document url-prefix() {
ul.newsticker li {
float:left;
margin:0;
margin-top:-10px;
padding-right:0px;
padding-bottom:1px;
padding-top:6px
}
}
#webticker.newsticker {
	width:5000px;
	left:-36.5px
}
.tickercontainer .mask #webticker li a {
	color:#39F;
	text-decoration:none;
}
.tickercontainer .mask #webticker li a:hover {
	color:red;
	text-decoration:none;
}
.tickercontainer .mask {
	background:none repeat scroll 0 0;
	height:30px;
	margin-top:0px;
	overflow:hidden;
	padding-top:1px;
	position:relative;
	top:5px;
}
#rollm {
	float:left;
	clear:both;
	margin-top:-125px;
	max-width:1920px;
	width:100%;
}
#nav2 {
	display:block;
	width:100%;
	float:left;
	left:0;
	bottom:10px;
	margin:0;
	margin-bottom:20px;
	padding:0;
	background:#000;
	min-width:960px;
	
	box-shadow:inset 0 2px 1px 0 #CCC, inset 0 -2px 1px 0 #FFF;
}
#nav2 li {
	list-style:none;
	width:20%;
	margin:10px auto;
	float:left;
	box-shadow:inset 0 2px 1px 0 #FFF, inset 0 -2px 1px 0 #FFF
}
#nav2 li a {
	display:block;
	text-decoration:none;
	text-align:center;
	font-size:1.2em;
	font-family: 'Shadows Into Light', cursive;
	background:#000;
	color:#fff;
	box-shadow:inset 0 2px 1px 0 #FFF, inset 0 -2px 1px 0 #FFF;
	padding:5px 0;
}
#nav2 li a:hover {
	display:block;
	font-weight:bold;
	text-decoration:none;
	padding:5px 0;
	cursor:pointer;
	background:#000;
	color:#FF6600;
	border-bottom:1px solid #C00;
	box-shadow:inset 0 2px 1px 0 #F00, inset 0 -2px 1px 0 red
}
#brand {
	position:absolute;
	left:0;
	top:70px;
	margin:0;
	width:100%;
	min-width:1280px;
	max-width:1920px;
	margin-top:5px;
	
	background:#000;
}/*background:url(../images/brand-bg.png) 0 0 repeat-x;box-shadow:inset 0 2px 1px 0 #fff,inset 0 -2px 1px 0 #fff;}*/
.img {
	margin:0 auto;
	width: 100%;
	max-width:1280px;
	min-width:960px;
}
#brand .img {
	text-align: center;
	display: block;
	margin-top: 0px;
	width: 100%;
	height:100%;
	max-width:1280px;
	min-width:960px;
	max-height:705px;
	
}
.mycontainer #wrapper #brand .img a img{
	text-align: center;
	display: block;
	margin-top: 10px;
	width: 100%;
	height:100%;
	max-width:1280px;
	min-width:960px;
}
#content {
	float: left;
	margin-top: -112px;
	margin-left:0;
	/*background: #666;*/
	width: 100%;
background-color:;
	padding-bottom: 10px;
}
.content {
	float: left;
	clear:both;
	padding-bottom:0;
	background:#FFF;
}
.content p {
	padding: 5px 10px;
	font-family: 'Rokkitt', serif;
	text-align: justify;
	font-size: 1.4em;
	line-height:1em;
	/*background-color: #999;*/
	color:#000;
	margin: 10px;
	background:#FFF;
}
.content p.strong {
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	font-size:2.5em;
	font-family: 'Shadows Into Light', cursive;
}
.content h1{
    background: #111;
	color: #FFF;
	font-size: 1.2em;
	font-family: 'Rokkitt', serif;
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
	text-align:center;
}
.content h1.red{
	background: #f00;
	color: #fff;
	font-size: 1.2em;
	font-family: 'Rokkitt', serif;
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
	text-align:center;	
	box-shadow: inset 0px 0px 15px 8px rgba(000, 41, 41, 0.75);
-moz-box-shadow: inset 0px 0px 15px 8px rgba(000, 41, 41, 0.75);
-webkit-box-shadow: inset 0px 0px 15px 8px rgba(000, 41, 41, 0.75);
}
.content h1.innerG{
	background: #8FB7E7;
	color: #fff;
	font-size: 1.2em;
	font-family: 'Rokkitt', serif;
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
	text-align:center;
	box-shadow: inset 0px 0px 15px 8px rgba(232, 41, 41, 0.75);
-moz-box-shadow: inset 0px 0px 15px 8px rgba(232, 41, 41, 0.75);
-webkit-box-shadow: inset 0px 0px 15px 8px rgba(232, 41, 41, 0.75);
}
.content img {
	float:left;
	width:100%;
	max-width:1280px;
	min-width:960px;
	margin:0 auto 15px;
	margin-top:0;
	/*margin-bottom:0;*/
	/*box-shadow: 0 2px 1px 0 #FFF, 0 -2px 1px 0 #fff;*/
	
}
.row .thumbnail {
	width:300px;
	max-width:300px;
	min-width:300px;
}
.row {
    float: left;
    width: 100%;
	max-width:600px;
	min-width:300px;
    text-align: center;
    
	
}
/*.list a{display:block;text-decoration:none;color:#FFF;}.list a:hover{display:block;text-decoration:none;color: #F60;}*/
#myModal .modal-dialog .modal-content .modal-body img {
	margin:0 auto;
	max-width:600px;
	min-width:260px;
	width:100%;
	
	
}
#myModal2 .modal-dialog .modal-content .modal-body img {
	margin:0 auto;
	max-width:600px;
	min-width:260px;
	width:100%;
	
	
}
#myModal3 .modal-dialog .modal-content .modal-body img {
	margin:0 auto;
	max-width:600px;
	min-width:260px;
	width:100%;
	
	
}
#myModal4 .modal-dialog .modal-content .modal-body img {
	margin:0 auto;
	max-width:600px;
	min-width:260px;
	width:100%;
	
	
}
#myModal5 .modal-dialog .modal-content .modal-body img {
	margin:0 auto;
	max-width:600px;
	min-width:260px;
	width:100%;
	
	
}
#myModal6 .modal-dialog .modal-content .modal-body img {
	margin:0 auto;
	max-width:600px;
	min-width:260px;
	width:100%;
	
	
}
.modal-dialog {
    margin: 30px auto;
    width: 100%;
    max-width: 600px;
    min-width: 260px;
}
.modal-body {
    padding: 0;
    position: relative;
}
.btn-lg, .btn-group-lg > .btn {
    background-color: #3071a9;
    border-color: #285e8e;
    color: #fff;
    text-align: center;
    margin: 10px 10px;
    width: 100%;
    display: block;
    max-width: 300px;
    min-width: 150px;
    padding: 0;
	float:left;
}

#nav li.loaded a {
	display:block;
	text-decoration:none;
	text-align:center;
	font-size:1.2em;
	font-family: 'Shadows Into Light', cursive;
	font-weight:bold;
	background:#000;
	color:#fff;
	box-shadow:inset 0 2px 1px 0 #FFF, inset 0 -2px 1px 0 #FFF;
	padding:5px 0;
	border-bottom:1px solid #C00;
	cursor:default;
}
#nav2 li.loaded a {
	display:block;
	text-decoration:none;
	text-align:center;
	font-size:1.2em;
	font-family: 'Shadows Into Light', cursive;
	font-weight:bold;
	background:#000;
	color:#fff;
	box-shadow:inset 0 2px 1px 0 #FFF, inset 0 -2px 1px 0 #FFF;
	padding:5px 0;
	border-bottom:1px solid #C00;
	cursor:default;
}
#brand {
	padding:3px 0px 0px;
	max-width:1920px;
	min-width:960px;
	width: 100%;
}
.crumbs {
	float:left;
	min-width:960px;
	max-width:1920px;
	margin-top:43px;
}
p.trails {
	margin-left:100px;
	font-weight:bold;
}
p.trails a {
	text-decoration:none;
	color:#F00;
	font-weight:bold;
}
#maincontent {
	float: left;
	margin-top: 20px;
	margin-left:5px;
	background: #fff;
	width: 62%;
background-color:;
	padding-bottom: 10px;
}
#maincontent p {
	padding: 5px 10px;
	font-family: 'Rokkitt', serif;
	text-align: justify;
	font-size: 1.4em;
	line-height:1em;
	background-color:;
	color:#000;
	margin: 10px;
}
#content #maincontent p a img{
	max-width:320px;
	
	width:100%;
}
article#right {
	float: right;
	margin-right: 5px;
	margin-top: 21px;
	padding-left: 20px;
	width:34.5%;
	min-width: 33%;
	height:100%;
	background-color: #fff;
}
#right p {
	font-family: 'Rokkitt', serif;
	text-align: justify;
	font-size: 1.1em;
	margin: 15px 0 15px -10px;
	padding: 5px 15px 5px 0;
}
#right ul{
	margin-top:20px;
	
}
#right ul li{
	
	margin-left: -18px;
}
#maincontent h1 {
	background: #333;
	color: #FFF;
	font-size: 1.2em;
	font-family: 'Rokkitt', serif;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	margin-bottom: 10px;
}
#right h2 {
	background: #333;
	color: #FFF;
	font-size: 1.2em;
	font-family: 'Rokkitt', serif;
	font-weight: bold;
	padding-top: 5px;
	padding-left:10px;
	margin-left: -20px;
	margin-bottom: -10px;
}
article#ctf {
	float: right;
	margin-right: 5px;
	margin-top: 20px;
	width: 34.5%;
	background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 960px){

body {/*background:url(../images/tiny-bot.png) 0 8px no-repeat,url(../images/servers.png) 0 0 repeat-x,url(../images/temp-bg.png) 0 300px repeat-x;background-color:#CCC;width:100%;*/
	margin:0 auto;
	
	background-color:#000;
}
.content .media {
	max-width:959px;
	min-width:769px;
	width:100%;
	margin:0 auto;
	background: #fff;
    margin-bottom: 10px;
}
.content .media img{
    width: 200px;
	height: 200px;
	min-width:200px;
	min-height:200px;
	position:relative;
	margin-top:20px;
	padding-bottom:5px;
	
}
.media h4{
	margin-left:0;
	margin-top:10px;
	padding-left:20px;
	font-family: Rokkitt;
	color:#FFFFFF;
	
}
.content .media p{
	font-size: 1.1em;
    line-height: 1em;
    margin-left: 0;
   
}
#content #projects p{
	font-size: 1.4em;
    line-height: 1em;
	
}
div #projects p:first-of-type{ 
	margin-top:20px;
    
}
#content #projects img{
    width: 200px;
	height: 200px;
	min-width:200px;
	min-height:200px;
	float:left;
	margin-bottom:-5px;
	
	padding-right: 15px;
	
	
}
.media .media-body p{
    overflow: hidden;
	width: 94%;
	float: none;
	line-height: 1em;
	font-size:1.1em;
}
#contact_form_holder input, #contact_form_holder textarea {
	width:96%;
	height: 33%;
	font-family: inherit;
	padding:5px;
	margin: -7px 10px;
	border:1px solid  #FFF;
	box-shadow:inset 0px 1px 1px 0px #ccc, inset 0px -1px 1px 0px #ccc;
}
/*#brand {
	height:200px;
}*/
.menu li {
    list-style: outside none none;
    margin-left: -20px;
    margin-top: 5px;
}
.navbar navbar-inverse navbar-fixed-top{
	width: 100%;
	max-width: 959px;
	min-width: 769px;
}
 .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
}
.navbar-right{
	margin-left:-40px;
}

.navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
	
	.navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; 
	}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 440px;
}
.navbar-header .navbar-toggle p {
    color: #f00;
    float: left;
    margin-top: -15px;
    width: 320px;
    margin-right: -20px;
	text-align:center;
}
.navbar-toggle {
    background-color: none;
    background-image: none;
    border: none;
    border-radius: 0;
    float: right;
    margin:none ;
	padding:none ;
    position: relative;
	width:95%;
	 
}
.navbar-inverse .navbar-toggle {
	border:none;
	
}
/*.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin: 0 auto;
    background: transparent;
    border: none;
	display: block !important;
}
.navbar-inverse .navbar-brand {
    color: #f00;
	display: block !important;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-brand {
    float: left;
    font-size: 1.6em;
    line-height: 1.6em;
    padding: 0;
	width:90%;
	margin:5px auto;
	display: block;
}*/
.carousel {
    clear: both;
   /* height: 100%;
    max-height: 389px;*/
    width:100%;
    mix-width:769px;
	max-width:959px;
	margin-top:130px;
    margin-bottom:0;
}
.carousel {
    float:left;
	margin-top:0;
	top:0;
	width:100%;
    mix-width:769px;
	max-width:959px;
}
.carousel-caption{
  z-index: 10;
  bottom:5px;
 
  
}
.carousel-control {
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top:0;
    width: 15%;
    
}

 
.carousel .item {
 /* height: 100%;
  max-height: 389px;*/
  width:100%;
  max-width:959px;
  min-width:769px;
  background-color:;
  margin-top:0;
}
.carousel-inner > .item > img {
  
    /*left: 0;*/
	width:100%;
    min-width: 769px;
	max-width:959px;
    position: relative;
    top: 0;
	margin-top:0;
}
* {
	box-sizing: content-box;
}
.show-grid [class*="span"] {
    background-color: #eee;
    border-radius: 3px;
    line-height: 40px;
    min-height: 40px;
    text-align: center;
}
.span12{
    width: 100%;
}
.mycontainer #wrapper .row.show-grid .span12{
    width: 100%;
	background:#E7F1E9;
	margin-left:0;
	position: relative;
    margin-top: 150px;
	max-width: 959px;
}
.mycontainer #wrapper .row.show-grid .span12 img{
    width: 100%;
	max-width: 959px;
}
.span6 {
    width: 60%;
	background:#D8D8D8;
}
.mycontainer #wrapper .row.show-grid .span3 {
    width: 35%;
	background: #FFC;
}
.mycontainer #wrapper .row.show-grid .span9 .row.show-grid .span6{
 	background:#D8D8D8;
}
[class*="span"] {
    float: left;
    margin-left: 10px;
    min-height: 1px;
}

[class*="span"] {
    float: left;
    margin-left: 20px;
    min-height: 1px;
}
.mycontainer {
	margin:0 auto;
	min-width:769px;
	max-width:959px;
	width: 100%;
}
#wrapper {
	width:100%;
	max-width:959px;
	min-width: 769px;
	margin:50px auto 0;
	/*background:#FFF;
	box-shadow: 0 2px 1px 0 #FFF, 0 -2px 1px 0 #fff;*/
}

#image {
	margin:0 auto
}
#nav {
	display:block;
	clear:both;
	width:100%;
	float:none;
	/*position:absolute;
	left:0;*/
	top:230px;
	margin:130px auto 80px;
	padding:0;
	height:70px;
	background:#CCC;
	min-width:769px;
	max-width:959px;
	
	/*box-shadow:inset 0 2px 1px 0 #FFF, inset 0 -2px 1px 0 #CCC;*/
}
#nav li {
	list-style:none;
	width:100%;
	margin:1px auto;
	float:none;
	box-shadow:inset 0 2px 1px 0 #FFF, inset 0 -2px 1px 0 #FFF
}
#nav li a {
	display:block;
	text-decoration:none;
	font-family: 'Shadows Into Light', cursive;
	text-align:center;
	font-size:1.4em !important;
	background:#06F;
	color:#fff;
	box-shadow:inset 0 2px 1px 0 #FFF, inset 0 -2px 1px 0 #FFF;
	padding:5px 0;
}
#nav li a:hover {
	display:block;
	font-weight:bold;
	text-decoration:none;
	padding:5px 0;
	cursor:pointer;
	background:#000;
	color:#FF6600;
	border-bottom:1px solid #C00;
	box-shadow:inset 0 2px 1px 0 #F00, inset 0 -2px 1px 0 red
}
.tickercontainer {
	height:30px;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
	min-width:769px;
	max-width:959px;
	background:#000000;
}
.tickercontainer .mask {
	height:30px;
	overflow:hidden;
	position:relative;
	top:3px
}
ul.newsticker {
	font-family:Oswald, sans-serif;
	list-style-type:none;
	margin:0;
	margin-bottom:0;
	padding:2px 0;
	position:relative
}
@-moz-document url-prefix() {
ul.newsticker {
font-family:Oswald, sans-serif;
list-style-type:none;
margin:0;
position:relative
}
}
ul.newsticker li {
	float:left;
	margin:0;
	margin-top:-2px;
	padding-right:0px;
	color:#FFF;
}
@-moz-document url-prefix() {
ul.newsticker li {
float:left;
margin:0;
margin-top:-10px;
padding-right:0px;
padding-bottom:1px;
padding-top:6px
}
}
#webticker.newsticker {
	width:5000px;
	left:-36.5px
}
.tickercontainer .mask #webticker li a {
	color:#39F;
	text-decoration:none;
}
.tickercontainer .mask #webticker li a:hover {
	color:red;
	text-decoration:none;
}
.tickercontainer .mask {
	background:none repeat scroll 0 0;
	height:30px;
	margin-top:0px;
	overflow:hidden;
	padding-top:1px;
	position:relative;
	top:5px;
}
#rollm {
	float:left;
	clear:both;
	margin-top:0px;
	max-width:959px;
	min-width:769px;
	width:100%;
}
#nav2 {
	display:block;
	width:100%;
	float:left;
	left:0;
	bottom:10px;
	margin:0;
	margin-bottom:20px;
	padding:0;
	background:#CCC;
	min-width:769px;
	max-width:959px;
	
	box-shadow:inset 0 2px 1px 0 #CCC, inset 0 -2px 1px 0 #FFF;
}
#nav2 li {
	list-style:none;
	width:100%;
	margin:1px auto;
	float:none;
	box-shadow:inset 0 2px 1px 0 #FFF, inset 0 -2px 1px 0 #FFF
}
#nav2 li a {
	display:block;
	text-decoration:none;
	text-align:center;
	font-size:1.2em;
	font-family: 'Shadows Into Light', cursive;
	background:#000;
	color:#fff;
	box-shadow:inset 0 2px 1px 0 #FFF, inset 0 -2px 1px 0 #FFF;
	padding:5px 0;
}
#nav2 li a:hover {
	display:block;
	font-weight:bold;
	text-decoration:none;
	padding:5px 0;
	cursor:pointer;
	background:#000;
	color:#FF6600;
	border-bottom:1px solid #C00;
	box-shadow:inset 0 2px 1px 0 #F00, inset 0 -2px 1px 0 red
}
#brand {
	float:left;
	/*position:absolute;*/
	left:0;
	top:30px;
	margin:0;
	width:100%;
	min-width:768px;
	max-width:960px;
	margin-top:50px;
	background:#000;
}/*background:url(../images/brand-bg.png) 0 0 repeat-x;box-shadow:inset 0 2px 1px 0 #fff,inset 0 -2px 1px 0 #fff;}*/
.img {
	margin:0 auto;
	width: 100%;
	max-width:959px;
	min-width:769px;
}
#brand .img {
	text-align: center;
	display: block;
	margin-top: 0px;
	width: 100%;
	max-width:959px;
	min-width:769px;
}
.mycontainer #wrapper #brand .img a img{
	text-align: center;
	display: block;
	margin-top: 0px;
	width: 100%;
	max-width:959px;
	min-width:769px;
}
#content {
	float: left;
	margin-top: 10px;
	margin-left:0;
	/*background: #666;*/
	width: 100%;
background-color:;
	padding-bottom: 10px;
}
.content {
	float: left;
	clear:both;
	padding-bottom:0;
	
}
.content p {
	padding: 5px 10px;
	font-family: 'Rokkitt', serif;
	text-align: justify;
	font-size: 1.4em;
	/*background-color: #999;*/
	color:#000;
	margin: 10px;
	background:#FFF;
}
.content h1{
    background: #111;
	color: #FFF;
	font-size: 1.2em;
	font-family: 'Rokkitt', serif;
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
	text-align:center;
}
.content img {
	float:left;
	width:100%;
	max-width:959px;
	min-width:769px;
	margin:0 auto 15px;
	
	/*box-shadow: 0 2px 1px 0 #FFF, 0 -2px 1px 0 #fff;*/
	
}
.row .thumbnail {
	width:300px;
	max-width:300px;
	min-width:300px;
}
.row {
    float: left;
    width: 100%;
	max-width:600px;
	min-width:300px;
    text-align: center;
	
}
/*.list a{display:block;text-decoration:none;color:#FFF;}.list a:hover{display:block;text-decoration:none;color: #F60;}*/
#myModal .modal-dialog .modal-content .modal-body img {
	margin:0 auto;
	max-width:600px;
	min-width:260px;
	width:100%;
	
	
}
#myModal2 .modal-dialog .modal-content .modal-body img {
	margin:0 auto;
	max-width:600px;
	min-width:260px;
	width:100%;
	
	
}
#myModal3 .modal-dialog .modal-content .modal-body img {
	margin:0 auto;
	max-width:600px;
	min-width:260px;
	width:100%;
	
	
}
.modal-dialog {
    margin: 30px auto;
    width: 100%;
    max-width: 600px;
    min-width: 260px;
}
.modal-body {
    padding: 0;
    position: relative;
}
#nav li.loaded a {
	display:block;
	text-decoration:none;
	text-align:center;
	font-size:1.2em;
	font-family: 'Shadows Into Light', cursive;
	font-weight:bold;
	background:#000;
	color:#fff;
	box-shadow:inset 0 2px 1px 0 #FFF, inset 0 -2px 1px 0 #FFF;
	padding:5px 0;
	border-bottom:1px solid #C00;
	cursor:default;
}
#nav2 li.loaded a {
	display:block;
	text-decoration:none;
	text-align:center;
	font-size:1.2em;
	font-family: 'Shadows Into Light', cursive;
	font-weight:bold;
	background:#000;
	color:#fff;
	box-shadow:inset 0 2px 1px 0 #FFF, inset 0 -2px 1px 0 #FFF;
	padding:5px 0;
	border-bottom:1px solid #C00;
	cursor:default;
}
#brand {
	padding:3px 0px 0px;
	max-width:959px;
	min-width:769px;
	width: 100%;
}
.crumbs {
	float:left;
	min-width:769px;
	max-width:959px;
	margin-top:43px;
}
p.trails {
	margin-left:100px;
	font-weight:bold;
}
p.trails a {
	text-decoration:none;
	color:#F00;
	font-weight:bold;
}
#maincontent {
	float: left;
	margin-top: 20px;
	margin-left:0;
	background: ;
	width: 100%;
	background-color: #fff;
	padding-bottom: 10px;
}
#maincontent p {
	padding: 5px 10px;
	font-family: 'Rokkitt', serif;
	text-align: justify;
	font-size: 1.4em;
	background-color: ;
	color:#000;
	margin: 10px;
}
#content #maincontent p a img{
	
	max-width:320px;
	width:100%;
}
article#right {
	float: right;
	margin-right: 0;
	margin-top: 21px;
	padding-left: 5px;
	width:98%;
	min-width: 33%;
	height:100%;
	background-color: #fff);
}
#right p {
	font-family: 'Rokkitt', serif;
	text-align: justify;
	font-size: 1.1em;
	margin: 15px 0 15px -10px;
	padding: 5px 15px 5px 0;
}
#maincontent h1 {
	background: #333;
	color: #FFF;
	font-size: 1.2em;
	font-family: 'Rokkitt', serif;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	margin-bottom: 10px;
}
#right h2 {
	background: #333;
	color: #FFF;
	font-size: 1.2em;
	font-family: 'Rokkitt', serif;
	font-weight: bold;
	padding-top: 5px;
	padding-left:10px;
	margin-left: -20px;
	margin-bottom: -10px;
}
article#ctf {
	float: right;
	margin-right: 0;
	margin-top: 20px;
	width: 100%;
	clear:both;
}	
	

}

@media only screen and (min-width: 480px) and (max-width: 768px){

body {/*background:url(../images/tiny-bot.png) 0 8px no-repeat,url(../images/servers.png) 0 0 repeat-x,url(../images/temp-bg.png) 0 300px repeat-x;background-color:#CCC;width:100%;*/
	margin:0 auto;
	
	background-color:#000;
}
.content .media {
	max-width:768px;
	min-width:481px;
	width:100%;
	margin:0 auto;
	background: #fff;
    margin-bottom: 10px;
}
.content .media img{
    width: 200px;
	height: 200px;
	min-width:200px;
	min-height:200px;
	position:relative;
	margin-top:20px;
	padding-bottom:5px;
	
	
}
.media h4{
	margin-left:0;
	margin-top:10px;
	padding-left:20px;
	font-family: Rokkitt;
	color:#FFFFFF;
	
}
.content .media p{
	font-size: 1.1em;
    line-height: 1em;
    margin-left: 0;
  
}
.media .media-body p{
    overflow: hidden;
	width: 93%;
	float: none;
	line-height: 1em;
	font-size:1.1em;
}
#content #projects p{
	font-size: 1.4em;
    line-height: 1em;
	
}
div #projects p:first-of-type{ 
	margin-top:20px;
    
}
#content #projects img{
    width: 200px;
	height: 200px;
	min-width:200px;
	min-height:200px;
	float:left;
	margin-bottom:0;
	padding-bottom:0;
	padding-right: 15px;
	
	
}
#contact_form_holder input, #contact_form_holder textarea {
	width:95%;
	height: 33%;
	font-family: inherit;
	padding:5px;
	margin: -7px 10px;
	border:1px solid  #FFF;
	box-shadow:inset 0px 1px 1px 0px #ccc, inset 0px -1px 1px 0px #ccc;
}
/*#brand {
	height:200px;
}*/
.navbar navbar-inverse navbar-fixed-top{
	width: 100%;
	max-width: 768px;
	min-width: 481px;
	clear: both;

}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-left: -15px;
    margin-right:-15px;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-left: -15px;
    margin-right: 0;
	
}
.navbar-header .navbar-toggle p {
    color: #f00;
    float: left;
    margin-top: -15px;
    width: 320px;
    margin-right: -20px;
	text-align:center;
}
.navbar-toggle {
    background-color: none;
    background-image: none;
    border: none;
    border-radius: 0;
    float: right;
    margin-top: 12px;
	padding:2px 2px ;
    position: relative;
	width:95%;
	margin-bottom:-10px;
	
}
.navbar-inverse .navbar-toggle {
	border: none none;
	
}


.menu {
   /* background-color: rgba(0, 0, 0, 0.4);*/
    float: left;
    margin-top: -5px;
    padding-bottom: 15px;
    padding-right: 10px;
    width: 225px;
	
}
.menu li {
    list-style: outside none none;
    margin-left: -20px;
    margin-top: 5px;
}
/*.navbar-right {
    float: none;
}*/
.carousel {
    clear: both;
   /* height: 100%;
    max-height: 389px;*/
    width:100%;
    mix-width:481px;
	max-width:768px;
	margin-top:0;
    margin-bottom:0;
}
.carousel {
    float:left;
	margin-top:0;
	top: 0;
	width:100%;
    mix-width:481px;
	max-width:768px;
}
.carousel-caption{
  z-index: 10;
  bottom:5px;
 
  
}
.carousel-control {
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top:0;
    width: 15%;
    
}

 
.carousel .item {
 /* height: 100%;
  max-height: 389px;*/
  width:100%;
  max-width:768px;
  min-width:481px;
  background-color:;
  margin-top:0;
}
.carousel-inner > .item > img {
  
    /*left: 0;*/
	width:100%;
    min-width: 481px;
	max-width:768px;
    position: relative;
    top: 0;
	margin-top:0;
}
* {
	box-sizing: content-box;
}
.show-grid [class*="span"] {
    background-color: #eee;
    border-radius: 3px;
    line-height: 40px;
    min-height: 40px;
    text-align: center;
}
.span12{
    width: 100%;
}
.mycontainer #wrapper .row.show-grid .span12{
    width: 100%;
	background:#E7F1E9;
	margin-left:0;
	position: relative;
    margin-top: 150px;
	max-width: 768px;
}
.mycontainer #wrapper .row.show-grid .span12 img{
    width: 100%;
	max-width: 768px;
}
.span6 {
    width: 60%;
	background:#D8D8D8;
}
.mycontainer #wrapper .row.show-grid .span3 {
    width: 35%;
	background: #FFC;
}
.mycontainer #wrapper .row.show-grid .span9 .row.show-grid .span6{
 	background:#D8D8D8;
}
[class*="span"] {
    float: left;
    margin-left: 10px;
    min-height: 1px;
}

[class*="span"] {
    float: left;
    margin-left: 20px;
    min-height: 1px;
}
.mycontainer {
	margin:0 auto;
	min-width:481px;
	max-width:768px;
	width: 100%;
}
#wrapper {
	width:100%;
	max-width:768px;
	min-width: 481px;
	margin:50px auto 0;
	/*background:#FFF;
	box-shadow: 0 2px 1px 0 #FFF, 0 -2px 1px 0 #fff;*/
}

#image {
	margin:0 auto
}
#nav {
	display:block;
	clear:both;
	width:100%;
	float:none;
	/*position:absolute;
	left:0;*/
	top:230px;
	margin:130px auto 80px;
	padding:0;
	height:70px;
	background:#CCC;
	min-width:481px;
	max-width:959px;
	
	/*box-shadow:inset 0 2px 1px 0 #FFF, inset 0 -2px 1px 0 #CCC;*/
}
#nav li {
	list-style:none;
	width:100%;
	margin:1px auto;
	float:none;
	box-shadow:inset 0 2px 1px 0 #FFF, inset 0 -2px 1px 0 #FFF
}
#nav li a {
	display:block;
	text-decoration:none;
	font-family: 'Shadows Into Light', cursive;
	text-align:center;
	font-size:1.4em !important;
	background:#06F;
	color:#fff;
	box-shadow:inset 0 2px 1px 0 #FFF, inset 0 -2px 1px 0 #FFF;
	padding:5px 0;
}
#nav li a:hover {
	display:block;
	font-weight:bold;
	text-decoration:none;
	padding:5px 0;
	cursor:pointer;
	background:#000;
	color:#FF6600;
	border-bottom:1px solid #C00;
	box-shadow:inset 0 2px 1px 0 #F00, inset 0 -2px 1px 0 red
}
.tickercontainer {
	height:30px;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
	min-width:481px;
	max-width:768px;
	background:#000000;
}
.tickercontainer .mask {
	height:30px;
	overflow:hidden;
	position:relative;
	top:3px
}
ul.newsticker {
	font-family:Oswald, sans-serif;
	list-style-type:none;
	margin:0;
	margin-bottom:0;
	padding:2px 0;
	position:relative
}
@-moz-document url-prefix() {
ul.newsticker {
font-family:Oswald, sans-serif;
list-style-type:none;
margin:0;
position:relative
}
}
ul.newsticker li {
	float:left;
	margin:0;
	margin-top:-2px;
	padding-right:0px;
	color:#FFF;
}
@-moz-document url-prefix() {
ul.newsticker li {
float:left;
margin:0;
margin-top:-10px;
padding-right:0px;
padding-bottom:1px;
padding-top:6px
}
}
#webticker.newsticker {
	width:5000px;
	left:-36.5px
}
.tickercontainer .mask #webticker li a {
	color:#39F;
	text-decoration:none;
}
.tickercontainer .mask #webticker li a:hover {
	color:red;
	text-decoration:none;
}
.tickercontainer .mask {
	background:none repeat scroll 0 0;
	height:30px;
	margin-top:0px;
	overflow:hidden;
	padding-top:1px;
	position:relative;
	top:5px;
}
#rollm {
	float:left;
	clear:both;
	margin-top:0px;
	max-width:768px;
	min-width:481px;
	width:100%;
}
#nav2 {
	display:block;
	width:100%;
	float:left;
	left:0;
	bottom:10px;
	margin:0;
	margin-bottom:20px;
	padding:0;
	background:#CCC;
	min-width:481px;
	max-width:768px;
	
	box-shadow:inset 0 2px 1px 0 #CCC, inset 0 -2px 1px 0 #FFF;
}
#nav2 li {
	list-style:none;
	width:100%;
	margin:1px auto;
	float:none;
	box-shadow:inset 0 2px 1px 0 #FFF, inset 0 -2px 1px 0 #FFF
}
#nav2 li a {
	display:block;
	text-decoration:none;
	text-align:center;
	font-size:1.2em;
	font-family: 'Shadows Into Light', cursive;
	background:#000;
	color:#fff;
	box-shadow:inset 0 2px 1px 0 #FFF, inset 0 -2px 1px 0 #FFF;
	padding:5px 0;
}
#nav2 li a:hover {
	display:block;
	font-weight:bold;
	text-decoration:none;
	padding:5px 0;
	cursor:pointer;
	background:#000;
	color:#FF6600;
	border-bottom:1px solid #C00;
	box-shadow:inset 0 2px 1px 0 #F00, inset 0 -2px 1px 0 red
}
#brand {
	float:left;
	/*position:absolute;*/
	left:0;
	top:30px;
	margin:0;
	width:100%;
	min-width:481px;
	max-width:768px;
	margin-top:50px;
	background:#000;
}/*background:url(../images/brand-bg.png) 0 0 repeat-x;box-shadow:inset 0 2px 1px 0 #fff,inset 0 -2px 1px 0 #fff;}*/
.img {
	margin:0 auto;
	width: 100%;
	max-width:768px;
	min-width:481px;
}
#brand .img {
	text-align: center;
	display: block;
	margin-top: 0px;
	width: 100%;
	max-width:768px;
	min-width:481;
	
}
.mycontainer #wrapper #brand .img a img{
	text-align: center;
	display: block;
	margin-top: 0px;
	width: 100%;
	max-width:768px;
	min-width:481px;
}
#content {
	float: left;
	margin-top: -15px;
	margin-left:0;
	/*background: #666;*/
	width: 100%;
background-color:;
	padding-bottom: 10px;
}
.content {
	float: left;
	clear:both;
	padding-bottom:0;
	
}
.content p {
	padding: 5px 10px;
	font-family: 'Rokkitt', serif;
	text-align: justify;
	font-size: 1.4em;
	/*background-color: #999;*/
	color:#000;
	margin: 10px;
	background:#FFF;
}
.content h1, h2{
    background: #111;
	color: #FFF;
	font-size: 1.2em;
	font-family: 'Rokkitt', serif;
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
	text-align:center;
}
.content img {
	float:left;
	width:100%;
	max-width:768px;
	min-width:481px;
	margin:10px auto 15px;
	
	/*box-shadow: 0 2px 1px 0 #FFF, 0 -2px 1px 0 #fff;*/
	
}
.row .thumbnail {
	width:300px;
	max-width:300px;
	min-width:300px;
}
.row {
    float: left;
    width: 100%;
	max-width:600px;
	min-width:300px;
    text-align: center;
	
}
/*.list a{display:block;text-decoration:none;color:#FFF;}.list a:hover{display:block;text-decoration:none;color: #F60;}*/
#myModal .modal-dialog .modal-content .modal-body img {
	margin:0 auto;
	max-width:600px;
	min-width:260px;
	width:100%;
	
	
}
#myModal2 .modal-dialog .modal-content .modal-body img {
	margin:0 auto;
	max-width:600px;
	min-width:260px;
	width:100%;
	
	
}
#myModal3 .modal-dialog .modal-content .modal-body img {
	margin:0 auto;
	max-width:600px;
	min-width:260px;
	width:100%;
	
	
}
.modal-dialog {
    margin: 30px auto;
    width: 100%;
    max-width: 600px;
    min-width: 260px;
}
.modal-body {
    padding: 0;
    position: relative;
}

#nav li.loaded a {
	display:block;
	text-decoration:none;
	text-align:center;
	font-size:1.2em;
	font-family: 'Shadows Into Light', cursive;
	font-weight:bold;
	background:#000;
	color:#fff;
	box-shadow:inset 0 2px 1px 0 #FFF, inset 0 -2px 1px 0 #FFF;
	padding:5px 0;
	border-bottom:1px solid #C00;
	cursor:default;
}
#nav2 li.loaded a {
	display:block;
	text-decoration:none;
	text-align:center;
	font-size:1.2em;
	font-family: 'Shadows Into Light', cursive;
	font-weight:bold;
	background:#000;
	color:#fff;
	box-shadow:inset 0 2px 1px 0 #FFF, inset 0 -2px 1px 0 #FFF;
	padding:5px 0;
	border-bottom:1px solid #C00;
	cursor:default;
}
#brand {
	padding:3px 0px 0px;
	max-width:768px;
	min-width:481px;
	width: 100%;

}
.crumbs {
	float:left;
	min-width:481px;
	max-width:768px;
	margin-top:43px;
}
p.trails {
	margin-left:100px;
	font-weight:bold;
}
p.trails a {
	text-decoration:none;
	color:#F00;
	font-weight:bold;
}
#maincontent {
	float: left;
	margin-top: 20px;
	margin-left:0;
	background: #fff;
	width: 100%;
background-color:#fff;
	padding-bottom: 10px;
}
#maincontent p {
	padding: 5px 10px;
	font-family: 'Rokkitt', serif;
	text-align: justify;
	font-size: 1.4em;
	background-color: ;
	color:#000;
	margin: 10px;
}
#content #maincontent p a img{
	max-width:320px;
	
	width:100%;
}
article#right {
	float: right;
	margin-right: 0;
	margin-top: 21px;
	padding-left: 5px;
	width:98%;
	min-width: 33%;
	height:100%;
}
#right p {
	font-family: 'Rokkitt', serif;
	text-align: justify;
	font-size: 1.1em;
	margin: 15px 0 15px -10px;
	padding: 5px 15px 5px 0;
}
#maincontent h1 {
	background: #333;
	color: #FFF;
	font-size: 1.2em;
	font-family: 'Rokkitt', serif;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	margin-bottom: 10px;
}
#right h2 {
	background: #333;
	color: #FFF;
	font-size: 1.2em;
	font-family: 'Rokkitt', serif;
	font-weight: bold;
	padding-top: 5px;
	padding-left:10px;
	margin-left: -20px;
	margin-bottom: -10px;
}
article#ctf {
	float: right;
	margin-right: 0;
	margin-top: 20px;
	width: 100%;
}	
	
#contact_form_holder input, #contact_form_holder textarea {
    border: none;
    box-shadow: 0 1px 1px 0 #ccc inset, 0 -1px 1px 0 #ccc inset;
    font-family: inherit;
    height: 33%;
    margin: -7px 0 0 10px;
    padding: 5px;
    width: 92%;
	border-bottom:1px solid #CCC;
}	
.ff {
    height: 15px;
    min-width: 300px;
    width: 100%;
}
}

@media only screen and (min-width: 320px) and (max-width: 480px){

body {/*background:url(../images/tiny-bot.png) 0 8px no-repeat,url(../images/servers.png) 0 0 repeat-x,url(../images/temp-bg.png) 0 300px repeat-x;background-color:#CCC;width:100%;*/
	margin:0 auto;
	/*-webkit-text-size-adjust: 100%;*/
	background-color:#000;
	/*-webkit-text-size-adjust: 75%;*/
}
.content .media {
	max-width:480px;
	min-width:320px;
	width:100%;
	margin:0 auto;
	background:#fff;
    margin-bottom: 10px;
}
.content .media img{
    width: 200px;
	height: 200px;
	min-width:200px;
	min-height:200px;
	position:relative;
	margin-top:20px;
	padding-bottom:5px;
	
	
}
.media h4{
	margin-left:0;
	margin-top:10px;
	padding-left:20px;
	font-family: Rokkitt;
	color:#FFFFFF;
	
	
}
.content .media p{
	font-size: 1.1em;
    line-height: 1em;
    margin-left: 5px;
    
}
.media .media-body p{
    overflow: hidden;
	width: 89%;
	float: none;
	line-height: 1em;
	font-size:1.1em;
	margin-left: 5px;
}
#content #projects p{
	font-size: 1.4em;
    line-height: 1em;
	margin-left: 5px;
}
div #projects p:first-of-type{ 
	margin-top:0;
    
}
#content #projects img{
    width: 100%;
	height: 100%;
	min-width:300px;
	min-height:300px;
	float:left;
	margin-bottom:10px;
	padding-bottom:0;
	padding-right: 15px;
	/*display:none;*/
	
	
}
/*#brand {
	height:200px;
}*/

.carousel {
    clear: both;
   /* height: 100%;
    max-height: 389px;*/
    width:100%;
    mix-width:320px;
	max-width:480px;
	margin-top:0;
    margin-bottom:0;
}
.carousel {
    float:left;
	margin-top:0;
	top: 0;
}
.carousel-caption h1{
  z-index: 10;
  bottom:5px;
  font-size:1.2em;
  
}
.carousel-control {
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top:0;
    width: 15%;
    
}

 
.carousel .item {
 /* height: 100%;
  max-height: 389px;*/
  width:100%;
  max-width:480px;
  background-color:;
  margin-top:0;
}
.carousel-inner > .item > img {
  
    /*left: 0;*/
	width:100%;
    min-width: 320px;
	max-width:480px;
    position: relative;
    top: 0;
	margin-top:0;
}
* {
	box-sizing: content-box;
}
.show-grid [class*="span"] {
    background-color: #eee;
    border-radius: 3px;
    line-height: 40px;
    min-height: 40px;
    text-align: center;
}
/*.span12{
    width: 100%;
}*/
.mycontainer #wrapper .row.show-grid .span12{
    width: 100%;
	background:#E7F1E9;
	margin: 0 auto;
	/*position: relative;*/
    margin-top: 150px;
	max-width: 480px;
	min-width: 320px;
}
.mycontainer #wrapper .row.show-grid .span9 img{
    width: 100%;
	max-width: 480px;
}
.span6 {
    width: 60%;
	background:#D8D8D8;
}
.mycontainer #wrapper .row.show-grid .span3 {
    width: 35%;
	background: #FFC;
}
.mycontainer #wrapper .row.show-grid .span9 .row.show-grid .span6{
 	background:#D8D8D8;
}
[class*="span"] {
    float: left;
    margin-left: 10px;
    min-height: 1px;
}

[class*="span"] {
    float: left;
    margin-left: 20px;
    min-height: 1px;
}
.menu {
   /* background-color: rgba(0, 0, 0, 0.4);*/
    float: left;
    margin-top: -5px;
    padding-bottom: 15px;
    padding-right: 10px;
    width: 225px;
	height:100%;
}
.mycontainer {
	margin:0 auto;
	min-width:320px;
	max-width:480px;
	width: 100%;
}
#wrapper {
	width:100%;
	max-width:480px;
	min-width: 320px;
	margin:0px auto 0;
	/*background:#FFF;
	box-shadow: 0 2px 1px 0 #FFF, 0 -2px 1px 0 #fff;*/
}

#image {
	margin:0 auto
}
#nav {
	display:block;
	clear:both;
	width:100%;
	float:none;
	/*position:absolute;
	left:0;*/
	top:230px;
	margin:60px auto 80px;
	padding:0;
	height:70px;
	background:#CCC;
	min-width:321px;
	max-width:480px;
	
	/*box-shadow:inset 0 2px 1px 0 #FFF, inset 0 -2px 1px 0 #CCC;*/
}
#nav li {
	list-style:none;
	width:100%;
	margin:1px auto;
	float:none;
	box-shadow:inset 0 2px 1px 0 #FFF, inset 0 -2px 1px 0 #FFF
}
#nav li a {
	display:block;
	text-decoration:none;
	font-family: 'Shadows Into Light', cursive;
	text-align:center;
	font-size:1.4em !important;
	background:#06F;
	color:#fff;
	box-shadow:inset 0 2px 1px 0 #FFF, inset 0 -2px 1px 0 #FFF;
	padding:5px 0;
}
#nav li a:hover {
	display:block;
	font-weight:bold;
	text-decoration:none;
	padding:5px 0;
	cursor:pointer;
	background:#000;
	color:#FF6600;
	border-bottom:1px solid #C00;
	box-shadow:inset 0 2px 1px 0 #F00, inset 0 -2px 1px 0 red
}
.tickercontainer {
	height:30px;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
	min-width:321px;
	background:#000000;
}
.tickercontainer .mask {
	height:30px;
	overflow:hidden;
	position:relative;
	top:3px
}
ul.newsticker {
	font-family:Oswald, sans-serif;
	list-style-type:none;
	margin:0;
	margin-bottom:0;
	padding:2px 0;
	position:relative
}
@-moz-document url-prefix() {
ul.newsticker {
font-family:Oswald, sans-serif;
list-style-type:none;
margin:0;
position:relative
}
}
ul.newsticker li {
	float:left;
	margin:0;
	margin-top:-2px;
	padding-right:0px;
	color:#FFF;
	
}
@-moz-document url-prefix() {
ul.newsticker li {
float:left;
margin:0;
margin-top:-10px;
padding-right:0px;
padding-bottom:1px;
padding-top:6px
}
}
#webticker.newsticker {
	width:5000px;
	left:-36.5px
}
.tickercontainer .mask #webticker li a {
	color:#39F;
	text-decoration:none;
}
.tickercontainer .mask #webticker li a:hover {
	color:red;
	text-decoration:none;
}
.tickercontainer .mask {
	background:none repeat scroll 0 0;
	height:30px;
	margin-top:0px;
	overflow:hidden;
	padding-top:1px;
	position:relative;
	top:5px;
}
#rollm {
	float:left;
	clear:both;
	width:100%;
	margin-top:50px;
	
}
#nav2 {
	display:block;
	width:100%;
	float:left;
	left:0;
	bottom:10px;
	margin:0;
	margin-bottom:20px;
	padding:0;
	background:#CCC;
	min-width:321px;
	
	box-shadow:inset 0 2px 1px 0 #CCC, inset 0 -2px 1px 0 #FFF;
}
#nav2 li {
	list-style:none;
	width:100%;
	margin:1px auto;
	float:none;
	box-shadow:inset 0 2px 1px 0 #FFF, inset 0 -2px 1px 0 #FFF
}
#nav2 li a {
	display:block;
	text-decoration:none;
	text-align:center;
	font-size:1.2em;
	font-family: 'Shadows Into Light', cursive;
	background:#000;
	color:#fff;
	box-shadow:inset 0 2px 1px 0 #FFF, inset 0 -2px 1px 0 #FFF;
	padding:5px 0;
}
#nav2 li a:hover {
	display:block;
	font-weight:bold;
	text-decoration:none;
	padding:5px 0;
	cursor:pointer;
	background:#000;
	color:#FF6600;
	border-bottom:1px solid #C00;
	box-shadow:inset 0 2px 1px 0 #F00, inset 0 -2px 1px 0 red
}
#brand {
	float:left;
	/*position:absolute;*/
	left:0;
	top:30px;
	margin:0;
	width:100%;
	min-width:320px;
	max-width:480px;
	margin-top:50px;
	background:#000;
}/*background:url(../images/brand-bg.png) 0 0 repeat-x;box-shadow:inset 0 2px 1px 0 #fff,inset 0 -2px 1px 0 #fff;}*/
.img {
	margin:0 auto;
	width: 100%;
	max-width:480px;
	min-width:321px;
}
#brand .img {
	text-align: center;
	display: block;
	margin-top: 0px;
	width: 100%;
	max-width:480px;
	min-width:320px;
}
.mycontainer #wrapper #brand .img a img{
	text-align: center;
	display: block;
	margin-top: 0px;
	width: 100%;
	max-width:480px;
	min-width:320px;
}
#content {
	float: left;
	margin-top: 50px;
	margin-left:0;
	/*background: #666;*/
	width: 100%;
    background-color:;
	padding-bottom: 10px;
}
.content {
	float: left;
	clear:both;
	padding-bottom:0;
	background:;
	margin-top:0;
}
.content p {
	padding: 5px 10px;
	font-family: 'Rokkitt', serif;
	text-align: justify;
	font-size: 1.4em;
	line-height:1em;
	/*background-color: #999;*/
	color:#000;
	margin: 10px;
	background: #FFF;
	
}
.content h1{
    background: #111;
	color: #FFF;
	font-size: 1.2em;
	font-family: 'Rokkitt', serif;
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
	text-align:center;
	
}
.content img {
	float:left;
	width:100%;
	max-width:480px;
	min-width:320px;
	margin:6px auto 15px;
	
	/*box-shadow: 0 2px 1px 0 #FFF, 0 -2px 1px 0 #fff;*/
	
}/*.list a{display:block;text-decoration:none;color:#FFF;}.list a:hover{display:block;text-decoration:none;color: #F60;}*/
#nav li.loaded a {
	display:block;
	text-decoration:none;
	text-align:center;
	font-size:1.2em;
	font-family: 'Shadows Into Light', cursive;
	font-weight:bold;
	background:#000;
	color:#fff;
	box-shadow:inset 0 2px 1px 0 #FFF, inset 0 -2px 1px 0 #FFF;
	padding:5px 0;
	border-bottom:1px solid #C00;
	cursor:default;
}
#nav2 li.loaded a {
	display:block;
	text-decoration:none;
	text-align:center;
	font-size:1.2em;
	font-family: 'Shadows Into Light', cursive;
	font-weight:bold;
	background:#000;
	color:#fff;
	box-shadow:inset 0 2px 1px 0 #FFF, inset 0 -2px 1px 0 #FFF;
	padding:5px 0;
	border-bottom:1px solid #C00;
	cursor:default;
}
#brand {
	padding:3px 0px 0px;
	max-width:480px;
	min-width:320px;
	width: 100%;
}
.crumbs {
	float:left;
	min-width:320px;
	max-width:480px;
	margin-top:43px;
}
p.trails {
	margin-left:100px;
	font-weight:bold;
}
p.trails a {
	text-decoration:none;
	color:#F00;
	font-weight:bold;
}
#maincontent {
	float: left;
	margin-top: 20px;
	margin-left:0;
	background: #fff;
	width: 100%;
background-color:;
	padding-bottom: 10px;
}
#maincontent p {
	padding: 5px 10px;
	font-family: 'Rokkitt', serif;
	text-align: justify;
	font-size: 1.4em;
	background-color: ;
	color:#000;
	margin: 10px;
}
#content #maincontent p a img{
	max-width:320px;
	
	width:100%;
	text-align:center;
	
	
}
article#right {
	float: right;
	margin-right: 0;
	margin-top: 21px;
	padding-left: 5px;
	width:94%;
	min-width: 33%;
	height:100%;
}
#right p {
	font-family: 'Rokkitt', serif;
	text-align: justify;
	font-size: 1.2em;
	margin: 15px 0 15px -10px;
	padding: 5px 15px 5px 0;
}
#maincontent h1 {
	background: #333;
	color: #FFF;
	font-size: 1.2em;
	font-family: 'Rokkitt', serif;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	margin-bottom: 10px;
}
#right h2 {
	background: #333;
	color: #FFF;
	font-size: 1.2em;
	font-family: 'Rokkitt', serif;
	font-weight: bold;
	padding-top: 5px;
	padding-left:10px;
	margin-left: -20px;
	margin-bottom: -10px;
}
article#ctf {
	float: right;
	margin-right: 0;
	margin-top: 20px;
	width: 100%;
	max-width:480px;
	min-width:320px;
	padding:0px;
}	
#contact_form_holder input, #contact_form_holder textarea {
    border: none;
    box-shadow: 0 1px 1px 0 #ccc inset, 0 -1px 1px 0 #ccc inset;
    font-family: inherit;
    height: 33%;
    margin: -7px 0 0 10px;
    padding: 5px;
    width: 88%;
	border-bottom:1px solid #CCC;
}	
.ff {
    height: 15px;
    min-width: 300px;
    width: 100%;
}
}
.mycontainer #wrapper #content .content p .bold {
}
.mycontainer #wrapper #content .content p .bold {
	font-weight: bold;
}
.mycontainer #wrapper #content .content .highlight {
	background-color: #FFC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #F00;
	border-bottom-color: #F00;
}
.mycontainer #wrapper #content .content .lowlight {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}
.mycontainer #wrapper #content .content .delight {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #3F0;
	border-right-color: #3F0;
	border-bottom-color: #3F0;
	border-left-color: #3F0;
}
#myModal .modal-dialog .modal-content .modal-body img {
	margin:0 auto;
	max-width:600px;
	min-width:260px;
	width:100%;
}
#myModal2 .modal-dialog .modal-content .modal-body img {
	margin:0 auto;
	max-width:600px;
	min-width:260px;
	width:100%;
	
	
}
#myModal3 .modal-dialog .modal-content .modal-body img {
	margin:0 auto;
	max-width:600px;
	min-width:260px;
	width:100%;
	
	
}
.modal-dialog {
    margin: 30px auto;
    width: 100%;
    max-width: 480px;
    min-width: 260px;
}

.row .thumbnail {
	width:300px;
	max-width:300px;
	min-width:300px;
}
.row {
    float: left;
    width: 100%;
	max-width:300px;
	min-width:300px;
    text-align: center;
}
.navbar-header .navbar-toggle p {
    color: #f00;
    float: left;
    margin-top: -20px;
    width: 320px;
    margin-right: -20px;
	text-align:center;
	font-size:1.5em;
}
.navbar-toggle {
    background-color: none;
    background-image: none;
    border: none;
    border-radius: 0;
    float: right;
    margin-top: 12px;
	padding:2px 2px ;
    position: relative;
	width:95%;
	padding-bottom:0;
	
}
.navbar-inverse .navbar-toggle {
	border: none none;
	background:none;
	
}

.content p.strong {
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	font-size:2.5em;
	font-family: 'Shadows Into Light', cursive;
	
}
