/*!
 * Bootstrap Responsive v2.3.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}



@-ms-viewport {
  width: device-width;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  
}

@media screen and (max-width: 910px) {
.monitor {
		display:none;
		visible:hidden;
}
 .text {
 	margin-left: auto;
 	margin-right: auto;
 	margin-top:-40px;
}
	.content {
	padding-top:0px;
	
}
	
}
@media (max-width: 1220px) {
	
}
@media screen and (max-width: 665px) {
 #header img {
 	margin-top:40px; 	
}
	#content-border {
		margin-top:-40px;
}
}
	
@media screen and (max-width: 565px) {
 #header img {
 	margin-top:40px;
 	
}
	#header {
		height:100px;
}
}
@media screen and (max-width: 400px) {
 #header img {
 	margin-top:60px;
 	
}
}
@media screen and (max-width: 480px) {
.text {
	width:300px!important;
}
}

@media screen and (max-width: 350px) {
.text {
	width:235px!important;
	margin-left:-5px;
}
	.button.home {
		top: -0px!important;
		left:47px;
}
}
@media (min-width: 768px) and (max-width: 979px) {

}

@media screen and (max-width: 500px) {
 #header img {
 	margin-top:70px;
 	
}
}


