@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/*
* {
    box-sizing: border-box;
}

/*headings*/
/**------------------------------------------------------------------------------/*/
h1{
	    font-size:1.1em;
		font-weight:normal !important;

}
h2{ /*texto en foto de portada*/
	    font-size:1.1em;
		color:#FFF;
		font-weight:bold !important;
		padding:0;
		margin:0;
	
}
h3{     /*botones en el INDEX*/
	    font-size:1em;
		color:#728089;/* GRIS SHAKESPEARE*/
		font-weight:normal !important;
		padding-bottom:12px;
	
}
h4{
	    font-size:0.9em;
		color:#007749; /*verde*/
}

.gris{
		font-size:0.8em;
	font-variant: small-caps;
	    color:#728089 !important;/* GRIS SHAKESPEARE*/
}
h5{
	    font-size:0.7em;
	    color:#007749; /*verde*/
		font-weight:bold;
	    padding-left: 15px !important;
}

h6{
		font-size:0.9em;
	    color:#fff;
}
h7{
	    font-size:1.2em;
		color:#007749; /*verde*/
		font-weight:normal !important;
		margin-bottom:15px;
	
}
h8{
		color:#666666; /*gris*/
		font-weight:normal !important;
		margin-bottom:15px;
	font-size: 1.2em;
	
}
/*---------------*/


body{
font-family: 'Open Sans', sans-serif;
color:#728089; /*gris shakespear*/
   overflow-x : hidden; 
   overflow-x : -moz-scrollbars-vertical !important;
	}
a{
	color:#007749; /*verde*/
	text-decoration:none;
}
a:active, a:focus {
    outline: none;
}
a:focus {
	color:#007749; /*verde*/
	}

p{
	color:#728089; /*gris*/
	font-size: 1em;
}
.naranja{
	color:#ff8200;/*anaranjado*/
}
#header{
	/*position:relative;*/
	z-index:1000;
	/*background:#FFF;
	position:fixed;*/
	
}

.navbar {
	/*height:80px;*/
	width:100%; /* Establecemos que el header abarque el 100% del documento */
	overflow:hidden; /* Eliminamos errores de float */
	background:#FFF;
	margin-bottom:20px;
}

.navbar .navbar-brand img{
	width:80%;
	height:auto;
	margin-top:0px;
	margin-left: -10px;	
	z-index:999;
}
.navbar-brand{
	padding: 0px;
}
/*#container{
	background:#fff ;
	color:#333;
	padding:50px 100px ;		
}*/
.row{
	padding:15px;	
}
.row .interior{
	padding:15px !important ;	
}
.navbar-inner {
	  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(top, #ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'ffffff, endColorstr='#'ffffff, GradientType=0);
}

.navbar .brand {   /*LOGO*/
 /* padding: 8px 20px 12px ;*/
  font-size: 12px;
  color: #ffffff;
  background-color: #ffffff;
  
}
.navbar-brand img{
  padding-left: 10px;			
} 


/*#idioma{
	position: absolute;
	width: 100px;
	font-size: 0.8em;
	height:30px;
	color:#728089;/*gris SHA
	top:20px;
	right:0px;
	z-index:999;
	padding-right: 0px;
	margin-right: 0px;
	float: right;
	text-align: right;

}
#idioma:hover{
text-decoration:none;
}*/

.navbar {
	border-radius: 0px;
}

.navbar-bar {
	z-index:998;
	margin-top: 20px !important;
	width: 20px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a{
	margin-top:50px !important;
	padding: 0 0 0 40px;
	font-size: 1em;
}

 .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #007749 !important;
      background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }

.focus:focus {
		color:#007749;/*verde*/
}
/*********************/

/*.navbar .nav > li > a {
  font-size: 1em;
  color: #999999;
  background:#FFF;
  margin-top:60px;
  padding:0 0 0 70px;
}*/

.navbar .nav > li > a span{
	font-size: 1em;
	padding:0 0 0 70px;
}
.nav {
right:10px;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus 
{
  color: #007749; /*verde*/
  background:#FFF;
  
}
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {
	 color: #007749; /*verde*/
}
.linea-bt:focus:after{
 color: #007749; /*verde*/
}

.navbar-default {
background-color: #fff;
border-color: #fff;
}
.navbar-nav>li>a {
line-height: 30px;
top: 30px;
}

.navbar-nav>li>a:hover {
	color:#007749; /*verde*/

}
.navbar-nav.navbar-right:last-child {
color:#666666;
}
.navbar-nav:hover, .navbar-nav:focus, .navbar-nav:active,  .navbar-nav.active, .open .dropdown-toggle.navbar-nav{
		color: #ff8200;/*anaranjado*/

}
.navbar-nav.navbar-right{
	font-family: 'Open Sans', sans-serif;
	font-size:8px;
	color:#666;
top:0px;
line-height:50px;
height:40px;
display: block;
}

.navbar-nav.navbar-right:hover{
text-align:center;
line-height:50px;

}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border: 0;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}


/***** SUBMENU ********************************/

/**** HEADAER DINAMICO *************************
header.sticky {
z-index: 999;
  font-size: 14px;
  line-height: 48px;
  height: 150px;
  background: #FFF;
  text-align: left;
  padding-left: 20px;
-webkit-box-shadow: 0px 4px 22px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 4px 22px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 4px 22px 0px rgba(50, 50, 50, 0.75);
z-index: 1001;
}

header.sticky .navbar-brand {
	line-height:100px;
	
}
header.sticky .navbar-brand img{
	width:80%;
	margin-top:-3px;
}
 
header.sticky  nav {
	line-height:100px;
	height: 70px;
	 box-shadow: 0 3px 5px #999; 
}
header.sticky  #idioma{

}
header.sticky .navbar .nav {
	margin-right:0px;
}
header.sticky  .navbar .nav > li > a{
	margin-top:0px !important;
}
header.sticky #logo120{
	width:25%;
	height:auto;
	margin-top:20px;
}
/*******************
header.sticky .dropdown-menu {
	top:50px;
}

/*efecto 
#navbar, #navbar nav, .navbar .nav > li > a, .navbar-brand img, #idioma > a  {
-webkit-transition:all 0.3s;
-moz-transition:all 0.3s;
-ms-transition:all 0.3s;
-o-transition:all 0.3s;
transition:all 0.3s;
}
/************** BOTON TOP ************************/
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: none !important; 
  opacity: 0.5;
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 8px; /* Some padding */
  border-radius: 0px; /* Rounded corners */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
 opacity: 0.5;
}


/*****************************/
.oculto {
 display: none !important;
}

.espacio{
	height:50px;
}

.wrapper {
    width: 90%;
    background-color: transparent;
	position:relative;
	/*para que se acomodo al final el FOOTER*/
	 min-height: 100%;
	 height: auto !important;
	 height: 100%;
	 /* Negative indent footer by it's height */
	 margin: 0 auto -60px;
}
/* -------------PARA LA FOTO------------*/
.wrapper img {
    background-image: url(../images/foto-portada.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
	z-index:80;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	position:relative;
}

#capa-portada{ 
	position:absolute;
	bottom:0px;
	width:100%;
	margin-left: -15px;
	margin-right: -15px;
	height:80px;
	z-index:90;
}

.verde{
	color:#007749; /*Verde*/
}
.verde:hover{
	text-decoration: none;
}
.tit-pag{
	margin-left: 20px;
	font-size:1.5em;
	font-variant: normal;
}


#frase{
padding: 5px 0;
background-color:  #f3f3f4;
position: relative;
}

#text {
    z-index:100;
    color:#728089;
    font-size:1em;
    font-weight:bold;
    padding-left:15px;
	margin-bottom: 0px;
    line-height:70px;
	float: left;
}
#text p{
	padding: 0;
	margin: 0;
}
/*#120{
position: relative;
	
}

.a120{
	float: right !important;
	top: 20px;
	margin: 0 20px 0 20px;
}


/**** I N D E X ***********************************************************************************/

#atencion-clientes h3{
	padding-top: 10%; 

}


.thumbnail a:hover, a:focus{
	text-decoration: none !important;
}

#texto-principal .thumbnail{
	min-height: 150px;
}

.carousel-caption  a {
color: #FFF !important;
}
.carousel-caption a:active, a:hover{
color: #333 !important;
}

#carousel .btn {
border-radius: 0px;
	border: 2px solid #FFF;
color: #FFF !important;
	background-color: transparent;
}

.bt-extras{
	color: #007749 !important;
}

#cuadro-home a{
	background:url(../images/iconos-fondo.jpg) no-repeat;
	border: 1px solid #007749;
}
#cuadro-home a h3{
	color: #FFF;
}
#cuadro-home .thumbnail{
	color: #FFF;
	font-size: 18px;
	text-align: center;
}

#cuadro-home .thumbnail:hover, .thumbnail:active {
	color: #FFF  !important;
	font-size: 23px;
	text-decoration: none;
}

#cuadro-home-fiscal a{
	background:url(../images/iconos-fondo-gris.jpg) no-repeat;
	border: 1px solid #007749;
}
#cuadro-home-fiscal a h3, a h3:link, a h3:visited{
	color: #FFF;
}
#cuadro-home-fiscal .thumbnail{
	color: #FFF;
	font-size: 20px;
	text-align: center;
}

/***** INSTITUCIONAL **********************************************************************************/

#politicas h3 {
	letter-spacing: 1px !important;
} 

#infra .thumbnail.right-caption > img {
    float: left;
    margin-right: 9px;
}

#infra .thumbnail.right-caption {
    float: left;
}

#infra .thumbnail.right-caption > .caption {
    padding: 4px;
}


.instalaciones{
	min-height: 350px;
}
.placa-gris{
	position: relative;
	background-color: #EBE9E9;
	width: 100%;
}
.section-polygonal-black{
	background: white °
}
.section-polygonal-black>.opacity-layer{
	background: #007749;
}
/***********************************************************/
.quienes{
 margin-top: 50px;
}

#empresas{
padding: 20px 0;		
}

/*POP UP*/
.modal
{rel:'group3'; transition:"none"; width:"75%"; height:"75%"}

button.close{ /*para grandar el boton del pop up*/
	font-size: 2em;
    color: #007749;
	font-weight: bold;
	line-height: 1;
	opacity: .5;
}

/****FORM ENVIO DE CV *****************************************************************************/
/*#cv{
	height:100px;
	border-bottom: 1px solid #999999;
	position:relative;
	z-index:1000;
	background:#FFF;
}
#cv img{
	left:30px;
}
#cv .navbar-brand img{
	padding: 0px;
}
#cv-form #container{
	padding:25px 30px;
}


.btn-group-sm>.btn, .btn-sm{
	margin: 15px;
}

/***** SERVICIOS *********************************************************************************/

.anchor{
	display: block; 
 	content: " "; 
  	height: 80px;      /* Give height of your fixed element */
    margin-top: -80px; /* Give negative margin of your fixed element */  	
}

.bt-extras{			
	color: orange;
	min-height:180px;
}
/******NOVEDADES*******************************************/
#novedades p, h4{
	text-align: left;
}

/*---FORM  CONTACTO  -------------------------------------------------------------------------------------------------*/
#contacto .btn-ute{
	background: #7c878E !important;
	color: #FFF !important;
}


.form-control{
	border-color: #728089;
	border-radius: 0px;
}

#contacto{
	width:100%;
	min-height:80px;
	margin-top:-10px;
	padding:10px 0 0 0;
}
#contacto .direccion{
	text-align: left !important;
	margin-bottom: 20px !important;
}
.direccion:link {
	color: #728089 !important;/*gris SHA*/
}
.direccion:hover{
	color: #728089 !important;/*gris SHA*/
	/*text-decoration: none;*/
}
#contacto .caja{
	margin: 0 ;
}
#contacto h2{
	margin-bottom:30px;
	font-variant:normal !important;
}
.contacto{
	background:#728089 !important;/*gris SHA*/
	margin:10px 0 20px 0;
	padding:20px 0 0 0;
}

#datos-cont{
	padding: 10px 0 0 0;
}


.inp-linea {
	margin: 0;
	padding: 5px 0 0 0;
	border-top:1px solid #FFF !important;
	border-right:1px solid #FFF;
	border-left: 1px solid #FFF;
	border-radius:0px !important;
    -moz-border-radius: 0px solid #FFF;
    -webkit-border-radius: 1px solid #FFF;
    -o-border-radius: 1px solid #FFF;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
}
#contacto .form-group label {
	font-variant:normal !important;
}
#contacto .form-group{
    margin:  0;
	
}
#contacto .form-group .btn-default{
  color: #007749; /*verde*/
  font-variant:bold !important;
  font-size:1em;
}

.form-control .comentarios:hover, .comentarios:focus{
  border-color: 	#DADADB !important;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset, 0 0 0px rgba(0, 0, 0, 0);
  outline: 0 none;
 color: 	#007749; /*verde*/ 
	border-left-color: #DADADB !important;
	border-right-color: #DADADB !important;
}
 .tit-contacto{
	margin-bottom: 40px;
}

.linea{
	width:100%;
	padding:10px;
	border-top:1px #728089 solid;
	margin-top: 10px;
}
label{
	font-weight: normal;
	margin-bottom: 4px;

}
#comentarios{
	border-radius:0px !important;
	height: 150px;
	margin-top: -10px;
    border-left-color: #728089 !important;
	border-right-color: #728089 !important;
}
legend{
	padding:20px 0 0 0;

}
.btn .btn-outline-primary{
	color: 	#007749; /*verde*/
	border-color: 	#007749; /*verde*/
	margin: 10px;
}
#contacto .bt-contacto{
	color: #FFF !important;
	border-radius:0px;
	border:0px !important;
	background-color: #999 !important;
	padding: 10px;
}
.bt-contacto:hover{
	color: 	#007749; /*verde*/
}


/*para que al cliquear en el input la linea se ponga gris*/
textarea:focus,
input[type="text"]:focus,
input[type="textarea"]:focus,
input[type="comentarios"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: 	#DADADB ;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset, 0 0 0px rgba(0, 0, 0, 0);
  outline: 0 none;
color: 	#007749; /*verde*/ 
}
textarea:focus, input:focus, input[type]:focus {
    border-color: 	#DADADB ;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset, 0 0 0px rgba(0, 0, 0, 0);
  outline: 0 none;
color: 	#007749; /*verde*/ 
}
textarea:focus { 
  border-color: 	#DADADB !important; 
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset, 0 0 0px rgba(0, 0, 0, 0) !important; 
  outline: 0 none !important; 
  color: 	#007749 !important; /*verde*/ 
    }


/*****----------------PAGINA UBICACION ------------------------------------------------------------------------------*/
#ubicacion{
	width:100%;
	min-height:80px;
	/*margin-top:-10px;
	padding:30px 0;*/
}
.btn-xlarge {
    padding: 18px 28px;
    font-size: 22px;
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}
#ubicacion .btn-warning{
	background-color: #ff8200 !important; /*anaranjado ZARATE*/
	border-color: #ff8200 !important; /*anaranjado ZARATE*/
}

/*--- UBICACION MAPA -------------------------------------------------------------------------------------------*/
#map{
		display: block;
	border:solid 1px #FFF;
	left: 0px !important;
	width: 100%;
	height:365px;
}
/*
footer
--------------------------------------------------------------------------------*/
/*FOOTER*/

#footer{
	background:#F1F1F2 !important;/*gris*/
	color:#728089 ;
		clear:both;
}
/* Set the fixed height of the footer here */
#push,
#footer {
	height: 70px;
}

#footer p{
  margin-top:10px;
  line-height: 1.9em;
width: 80%;
float: left;

}
#footer img{
position: relative;
float: right;
top:20px;
  }
.credit{
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
}

/*-----------------------*/
/* CLEARFIXES */
.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after,
.container_16:after {
  clear: both;
}

/*Clears*/
.clr {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}
.clrX {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 10px;}
.clrXV {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 15px;}
.clrXX {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 20px;}


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width:1300px) {
	
.navbar-brand img{
margin-right:0px;
width:30%;
padding-left: 10px;
}

.navbar-header{
height: 40px;
}
.navbar{
width: 100%;
}	

.navbar-collapse.in{
overflow-y: hidden;
width: 100%;
border-top: 1px solid #ddd !important;
margin-bottom: 00px;
}
.navbar-collapse{
margin-top:0px;
text-align: right;	
height: auto;
}
.navbar-collapse ul{
padding-right: 20px;
min-height:200px;
}
.navbar-collapse li a{
padding: 5px;
}
.navbar-nav > li > a{
	margin-top: 10px;
}
#idioma{
	top:-10px
}
#capa-portada {
height:auto;
}
#frase{
	padding: 20px 0;
}
#empresas .container{
	padding: 0;
}
#empresas img{
	width: 50%;
}

.quienes .container{
	margin:0;
	padding: 0;
}	

#historia .container{
	margin:0;
	padding: 0;
}	

form .col-xs-12 {
	padding: 0 !important;

}

 #contacto .col-xs-12  {
	padding: 0 !important;
	 margin: 0 !important;

}
footer .container{
	margin:0;
	padding: 0;
}	
}
/*---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1025px) {
	
	#header .container{
		margin: 0;
		padding: 0;
		
	}
	
	.navbar{
		overflow:auto;
	}
	
	.navbar-brand {
	margin-right:10px;
	width:75%;
	height: auto;
	padding: 0;
}
	.navbar-brand img{
	margin:0;
	width:30%;

}
	.navbar .navbar-brand img
	{margin: 0px;}
	
	.navbar-nav>li>a{
		top: 0;
	}
	#capa-portada {
	height:auto;
}
#text{
	line-height: 30px;
	font:1em;
}
	.navbar-brand img{
	margin-right:50px;
}
#empresas img{
		width: 60%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 950px) {
	
		
header.sticky .navbar-brand img{
width: 100px;
}

.navbar-brand img{
margin-right:60px;
}

nav .navbar .navbar-default .navbar-fixed-top{
height: 40px !important;
}
header.sticky {
	display: block;
}
	
.nav > li > a{
margin-top:-30px !important;
}
	
#empresas img{
width: 70%;
}
	
#text{
line-height: 30px;
font:0.9em;
}
	
	
}
/*---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------*/
/* Small Devices, Tablets */
	@media only screen and (max-width:768px){

nav .navbar .navbar-default .navbar-fixed-top{
height: 30px !important;
		}
.navbar .navbar-brand img{
			margin-top:30px;
			margin-right: 0;
		}
		.navbar-brand a{
			margin: 0;
			padding: 0;
		}		
#carousel{
	margin-top:0px;
}		
#text{
	line-height: 40px;
	font-size:1em;
}
	.botonera{
		display: none;
	}	
	.navbar-toggle {
	display: block;
	}
	
	#footer {
/*margin-left: -20px;*/
margin-right: -20px;
padding-left: 20px;
padding-right: 20px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a{
	margin-top:15px !important;
	padding: 0px;
	/*font-size: 1em;*/
}
	
#idioma{
margin-top:20px !important;
padding: 0 5px;
font-size: 1em;
	text-align: right;
	width: 100%;
}
}
		
/*---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------*/

/* Extra Small Devices, Phones */
@media only screen and (max-width:480px){

header nav .navbar .navbar-default .navbar-fixed-top{
		height: 30px !important;
	}
	.navbar .navbar-brand img{
		margin-top:20px;
		margin-right: 0;
	}
	.navbar-brand a{
		margin: 0;
		padding: 0;
	}
.navbar-default .navbar-toggle{
	float: right;
	border:0px;
	background-color:#FFF;
}
.navbar-default .navbar-toggle a:link a:hover{
	float: right;
	border:0px;
	background-color:#FFF;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
		
  /*  .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
		margin: 0;
	}*/
		
#text{
font:0.8em;
}

#footer {
margin-right: -20px;
padding-left: 20px;
padding-right: 20px;
}
#footer p{
margin-top: 10px;
width: 90%;
}
.credit{
font-size: 0.8em;
line-height: 0.5em;
}


	/************/



}
/*---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------*/

/* Custom, iPhone Retina */
	@media only screen and (max-width : 320px){
		
.navbar .navbar-default .navbar-fixed-top{
height: 30px;
}

.navbar .navbar-brand img{
margin: 0;
width: 50%;
}
		
.navbar-default .navbar-toggle{
margin-right: 60.8em;
}
#footer {
margin-right: -20px;
padding-left: 20px;
padding-right: 20px;
}
#footer p{
margin-top: 30px;
width: 90%;
}
.credit{
font-size: 0.8em;
line-height: 0.5em;
}


}
