﻿@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,900,,400italic,700italic);
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
	height: 100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
        margin-left: 4px;
    }
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* General Demo Style */
body{
	background: #F2F2F2;
	color: #808080;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	letter-spacing: 0.05em;
	overflow-y: scroll;
	}
a{
	color: #333;
	text-decoration: none;
	}
.container{
	width: 100%;
	height: 214px;
	position: relative;
	text-align: center;
    top: 0px;
    left: 0px;
    }
.clr{
	clear: both;
	}
header {
	background-color: white;
	margin: 0;
	}
.container > header{
	background-color: white;
	display: block;
	margin: 0!important;
	padding: 20px 0 10px 0!important;
	position: relative;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
    width: 100%!important;
	}
.container > header h1{
	background: transparent url('images/elephant-logo.png') center center no-repeat;
	background-size: 100%;
	font-size: 1px;
	height: 133px;
	margin: 0 auto 20px;
	text-align: center;
	text-indent: -500px;
	width: 75%;
	max-width: 439px;
	}
.container > header h1 span{
	color: #7cbcd6;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.container > header h2{
	font-size: 16px;
	font-style: italic;
	color: #2d6277;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
/* Header Style */
.codrops-top{
	background: white;
	/*border-bottom: 1px solid transparent;*/
	/*font-size: 11px;*/
	/*line-height: 1px;*/
	/*position: relative;*/
	text-transform:  uppercase;
	z-index: 9999;	
	}
.codrops-top a{
	background: transparent url(images/gisystems-logo.png) 3px center no-repeat;
	color: transparent;
	display: block;
	float: left;
	font-size: 1px;
	height: 50px;
	text-indent: -500px;
	padding: 0 00px;
	overflow: hidden;
	margin-left: 25px;
	width: 125px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	}
.codrops-top a:hover{
	background: transparent url(images/gisystems-logo.png) 3px center no-repeat;
	}
.codrops-top span.right{
	float: right;
	}
.codrops-top span.right a{
	display: block;
	float: left;
	}
.codrops-demos{
	display: block;
	padding: 14px;
	text-align:center;
	}
.codrops-demos span{
	display: inline-block;
	margin-bottom: 25px;
	padding-right: 15px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
	}
.codrops-top span.right a{
	background: white url('images/soluciones-inteligentes.png') center center no-repeat;
	background-size: 95%;
	display: block;
	height: 50px;
	padding: 0 10px;
	margin-right: 25px;
	width: 200px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	}
.codrops-top span.right a:hover{
	background: #444444 url('images/soluciones-inteligentes.png') center center no-repeat;
	background-size: 95%;
	}
.codrops-demos strong{
	color: #0097CB;
	}
.codrops-demos a,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover{
	background: #45CDED;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.05) inset;
	color: #fff;
    display: inline-block;
	font-size: 14px;
	font-weight: 900;
	padding: 6px 15px;
	margin: 0px 3px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	}
.codrops-demos a:hover{
	background: #4fa2c4;
	}
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover{
	background: rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: rgba(104,171,194,1);
	}

a.hiddenanchor{
	display: none;
}

/**Estilo cajas de texto Email y password*/
#wrappers{
    min-width:270px;
	min-height: 100px;	
	margin: 0 auto;	
	width:  75%;
	position: relative;
    }

/** The wrapper that will contain our two forms **/
#wrapper{
	width: auto;
	right: 0%;
    min-width:280px;
    max-width: 550px;
	min-height: 100px;	
	margin: 0 auto 0 auto;	
	width:75%;
	position: relative;
     background: #3B3B3B;
     -webkit-box-shadow: -2pt 2px 1px rgba(0, 0, 0,  0.15),	0px 0px 8px 1px rgba(0, 0, 0, 0.15);
	 -moz-box-shadow: -2pt 2px 1px rgba(0, 0, 0,  0.15),	0px 0px 8px 1px rgba(0, 0, 0, 0.15);
	 box-shadow: -2pt 2px 1px rgba(0, 0, 0,  0.15),	0px 0px 8px 1px rgba(0, 0, 0, 0.15);
        top: 0px;
    }
/**** Styling the form elements **/

/**** general text styling ****/
table#Login1 {
	width: 100%!important;
}
#wrapper a{
	color: rgb(95, 155, 198);
	text-decoration: underline;
}

#wrapper h1{
	font-size: 48px;
	color: rgb(6, 106, 117);
	padding: 2px 0 10px 0;
	font-family: 'FranchiseRegular','Arial Narrow',Arial,sans-serif;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}
/** For the moment only webkit supports the background-clip:text; */
#wrapper h1{
    background: -webkit-repeating-linear-gradient(-45deg, 
	rgb(18, 83, 93) , 
	rgb(18, 83, 93) 20px, 
	rgb(64, 111, 118) 20px, 
	rgb(64, 111, 118) 40px, 
	rgb(18, 83, 93) 40px);
	-webkit-text-fill-color: transparent;

}
#wrapper h1:after{
	content: ' ';
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 10px;
	background: -moz-linear-gradient(left, rgba(147,184,189,0) 0%, rgba(147,184,189,0.8) 20%, rgba(147,184,189,1) 53%, rgba(147,184,189,0.8) 79%, rgba(147,184,189,0) 100%); 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(147,184,189,0)), color-stop(20%,rgba(147,184,189,0.8)), color-stop(53%,rgba(147,184,189,1)), color-stop(79%,rgba(147,184,189,0.8)), color-stop(100%,rgba(147,184,189,0))); 
	background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
	background: -o-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
	background: -ms-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
	background: linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
}

#wrapper p{
	margin-bottom:15px;
}
#wrapper p:first-child{
	margin: 0px;
}
#wrapper label, #Span1{
	border-bottom: 1px solid #2B2B2B;
	color: #E6E6E6;
	display: block;
	font-weight: bold;
	font-family: Lato, sans-serif!important!;
	margin-bottom: 36px!important;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%!important;
	}

/**** advanced input styling ****/
/* placeholder */
::-webkit-input-placeholder  { 
	color: rgb(190, 188, 188); 
	font-style: italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ 
	color: rgb(190, 188, 188);
	} 
input {
  outline: none;
}

/* all the input except submit and checkbox */
#wrapper input:not([type="checkbox"]){
	width: 90%;
	margin-top: 4px;
	padding: 10px 5%;	
	border: 1px solid rgb(178, 178, 178);
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	  -moz-box-sizing : content-box;
	       box-sizing : content-box;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}
#wrapper input:not([type="checkbox"]):active,
#wrapper input:not([type="checkbox"]):focus{
	border: 1px solid rgba(91, 90, 90, 0.7);
	background: #F2F2F2;	
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
} 

/** the magic icon trick ! **/
[data-icon]:after {
    content: attr(data-icon);
    font-family: 'FontomasCustomRegular';
    color: rgb(106, 159, 171);
    position: absolute;
    left: 10px;
    top: 35px;
	width: 30px;
}

/*styling both submit buttons */
#wrapper p.button input{
	background: #07BCE7;
	border: none!important;
	cursor: pointer;	
	color: #fff;
	font-family: 'Lato', sans-serif!important;
	font-size: 16px!important;
	font-weight: 900;	
	letter-spacing: 0.12em;	
	margin-bottom: 10px;	
	padding: 8px 15px;
	text-transform: uppercase;
	width: auto;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#wrapper p.button input:hover{
	background: #33ccff;
}
#wrapper p.button input:active,
#wrapper p.button input:focus{
	background: rgb(40, 137, 154);
	position: relative;
	top: 1px;

}
p.login.button,
p.signin.button{
	text-align: right;
	margin: 5px 0;
}

p.change_link{
	border-top: 1px solid #494949;
	color: #cccccc;
	font-size: 16px	;
	height: 50px;
	left: 0px;
	padding:  initial;
	padding: 15px 0;
	position:  relative;
	text-align: right;
	width: auto;
	}
#wrapper p.change_link a {
	color: #07BCE7;
	display: inline-block;
	font-weight: bold;
	margin-left: 10px;
	padding: initial;
	text-decoration: none;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s  linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s  linear;
	transition: all 0.4s  linear;
	}
#wrapper p.change_link a:hover {
	color: #33ccff;
}
#wrapper p.change_link a:active{
	position: relative;
	top: 1px;
}

.animate{
	-webkit-animation-duration: 0.5s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	
	-moz-animation-duration: 0.5s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	
	-o-animation-duration: 0.5s;
	-o-animation-timing-function: ease;
	-o-animation-fill-mode: both;
	
	-ms-animation-duration: 0.5s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

/** yerk some ugly IE fixes 'cause I know someone will ask "why does it look ugly in IE?", no matter how many warnings I will put in the article */

.lt8 #wrapper input{
	padding: 10px 5px 10px 32px;
    width: 92%;
}
.lt8 #wrapper input[type=checkbox]{
	width: 10px;
	padding: 0;
}
.lt8 #wrapper h1{
	color: #066A75;
}
.lt8 #register{	
	display: none;
}
.lt8 p.change_link,
.ie9 p.change_link{
	position: absolute;
	height: 90px;
	background: transparent;
}
.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
