  
html{
	height: 100%;
	width: 100%;
	}   
  
body {
	width: 100%;
	height: 100%;
	overflow: auto;
	margin: 0;
	padding: 0;
	font-family: 'Dosis', sans-serif;
/*	font-family: 'Lato', sans-serif; */	
	}

h1{
    color: #000000;
    font-family: 'Lato',sans-serif;
    font-size: 23px;
    font-weight: 300;
    padding: 20px;
    text-align: center;
	}
	
h2{
    color: #FFFFFF;
    font-family: 'Lato',sans-serif;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 4px;
    margin: 0px;
	}


li{
    color: #000000;
    font-family: 'dosis',sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 27px;
    list-style-type: none;
    text-align: left;
	margin-left:10px;
	}
	
p {
    color: #767676;
    cursor: default;
    font-family: 'dosis',sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin: 0 auto;
    padding: 15px;
    text-align: justify;
    width: 80%;
}
	
	
::selection {color:white;background:#0000FF;}
::-moz-selection {color:white;background:#0000FF;} 

.centar {
font-family: 'dosis',sans-serif;
text-align: justify;
font-size: 16px;
font-weight: 200;
line-height: 27px;
margin-left:20px;
margin-right:20px;

}

.loading_page {
    background-color: white;
    display: block;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9;
	}
	
.page_overlay {
    background-color: transparent;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9;
	}

.container {
	display: block;
    height: auto;
    width: 100%;
    color: #fff;
	}

.fixed_contact {
    float: left;
    width: 50%;
    height: 100%;
    position: fixed;
    background-color: transparent;
	}
	
.content {
    float: right;
    height: auto;
    width: 50%;
	}
	
.center_the_text{
    height: auto;
    margin-top: 23%;
    position: relative;
    z-index: 3;
	}
	
.name {
    color: #FFFFFF;
    font-family: 'Lato',sans-serif;
    font-size: 33px;
    font-variant: small-caps;
    font-weight: 300;
    height: auto;
    letter-spacing: 10px;
    line-height: 30px;
    margin-top: 28%;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
	}	
	
		
.title{
    color: #FFFFFF;
    font-family: 'Lato',sans-serif;
    font-size: 20px;
    font-variant: small-caps;
    font-weight: 400;
    height: auto;
    letter-spacing: 10px;
    line-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
	}	

.address {
    color: #FFFFFF;
    font-family: 'Lato',sans-serif;
    font-size: 17px;
    font-variant: small-caps;
    font-weight: 400;
    height: auto;
    letter-spacing: 4px;
    line-height: 24px;
    margin-top: 40px;
    text-align: center;
	}

.address_click {
    background-color: transparent;
    margin: auto;
    width: 190px;
	cursor: pointer;
    border: 2px solid transparent;    		
	}
	
.phone{
    color: #FFFFFF;
    font-size: 13px;
    font-variant: small-caps;
    font-weight: 600;
    font-family: 'Lato',sans-serif;        
    height: auto;
    padding-bottom: 5px;
    letter-spacing: 3px;
    line-height: 25px;
    margin-top: 35px;
    text-align: center;
	}
	
.email_fake{
    color: #FFFFFF;
    font-size: 15px;
    font-variant: small-caps;
    font-weight: 600;
    font-family: 'Lato',sans-serif;    
    height: auto;
    letter-spacing: 3px;
    line-height: 20px;
    margin-top: 10px;
    text-align: center;
    border:2px solid transparent;    
    padding: 3px 5px 7px 8px;    
    width: 225px;
    margin: 0 auto;
	display: none;
	}
	
.email{
    color: #FFFFFF;
    font-size: 15px;
    font-variant: small-caps;
    font-weight: 600;
    font-family: 'Lato',sans-serif;    
    height: auto;
    letter-spacing: 3px;
    line-height: 20px;
    margin-top: 10px;
    text-align: center;
    border:2px solid transparent;    
    padding: 3px 5px 7px 8px;    
    width: 290px;
    margin: 0 auto;
	}

.email:hover{
    color: #FFFFFF;
    font-weight: 600;
    border:2px solid #FFFFFF;    
	}

.email:active{
    color: #24009A;
    font-weight: 600;    
    border:2px solid #24009A;    
	}			

.links_to_areas {
    background-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-family: 'Lato',sans-serif;
    font-size: 19px;
    height: 50px;
    margin-top: 5%;
    text-align: center;
    width: 100%;
	}

.blur{	
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	}

.contact_form {
    background-color: #CCCCCC;
    border: 1px solid #666666;
    font-size: 20px;
    height: 50%;
    padding: 20px;
    width: 50%;
    z-index: 10;
    display: none;
	}
	
.email_form_close{
	background-image: url('../images/close.png');
	background-repeat: no-repeat;
	background-color: #A2A2A2;
	width: 35px;
	height: 35px;
	float: right;	
	}

.email_form_close:hover{
	background-color: #EB3235;
	width: 35px;
	height: 35px;
	}

.email_form_close:active{
	background-color: transparent;
	width: 35px;
	height: 35px;
	-o-transition:1.5s;
	-ms-transition:1.5s;
	-moz-transition:1.5s;
	-webkit-transition:1.5s;		
	}
	
.email_form_name{
    background-color: #BBBBBB;
	color: #FFFFFF;
    border-bottom: 2px solid #EB3235;
    float: left;
    margin-left: 10%;
    margin-top: 10%;
    padding: 5px;
    width: 80%;
	}

.email_form_email{
    background-color: #BBBBBB;
	color: #FFFFFF;
    border-bottom: 2px solid #EB3235;
    float: left;
    margin-left: 10%;
    margin-top: 4%;        
    padding: 5px;
    width: 80%;
	}
		
.email_form_subject{
    background-color: #BBBBBB;
	color: #FFFFFF;
    border-bottom: 2px solid #EB3235;
    float: left;
    margin-left: 10%;
    margin-top: 4%;        
    padding: 5px;
    width: 80%;
    height: 15%;
	}		

.email_form_send{
    background-color: #A2A2A2;
    border: 2px solid #A2A2A2;
    color: #FFFFFF;
    float: right;
    margin-right: 9%;
    margin-top: 5%;
    padding-bottom: 5px;        
    text-align: center;
    width: 15%;
	}

.email_form_send:hover{
    background-color: #EB3235;
    border: 2px solid #EB3235;
    color: #FFFFFF;
    float: right;
    margin-right: 9%;
    margin-top: 5%;
    padding-bottom: 5px;      
    text-align: center;
    width: 15%;
	}

.email_form_send:active{
    background-color: transparent;
    border: 2px solid #24009A;
    color: #24009A;
    float: right;
    margin-right: 9%;
    margin-top: 5%;
    padding-bottom: 5px;       
    text-align: center;
    width: 15%;
	}
	
.pace .pace-progress {
	background: #ffffff;
	position: absolute;
	z-index: 10000;
	top: 0;
	left: 0;
	height: 15px;
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
	}

.pace-inactive {
	display: none;
	}	

.page1 {
    background-color: #FFFFFF;
    height: auto;
    padding-bottom: 35px;
    padding-top: 30px;
    width: 100%;
	}

.my_services {
    background-color: #FFFFFF;
    height: auto;
    padding-bottom: 100px;
    padding-top: 30px;
    width: 100%;
}
	
.my_services_wrap{
    margin: 20px auto auto;
    width: 600px;
	}
	

.about_me {
    background-color: #FFFFFF;
    height: auto;
    padding-bottom: 100px;
    padding-top: 30px;
    width: 100%;
}
		
	  
.page2 {
    background-color: #FFFFFF;
    height: auto;
    margin-bottom: 80px;
    width: 100%;
	}
  
.page3 {
	background-color: green;
	width: 100%;
	height: 800px;
  }	  
  
.page4 {
	background-color: transparent;
	width: 100%;
	height: 760px;
  }	  
  
 
.color_overlay{
    background: url('../images/red2.png') no-repeat center center fixed;
    background-size: cover;
    display: block;
    height: 100%;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
	}
 	      
.bear_container {
    background: url("../images/office2.png") no-repeat fixed center center / cover rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    left: 0;
    margin: 0 auto;
    opacity: 0.2;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
	}         

.me_container {
	display: none;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;    
    overflow: hidden;
    opacity: 0.2;
    background: url('../images/fortress.jpg') no-repeat center center fixed;
    -webkit-background-size: cover; 
    -moz-background-size: cover;    
    -o-background-size: cover;      
    background-size: cover;         
	}	
	
	
.view_container {
	display: none;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;    
    overflow: hidden;
    opacity: 0.2;
    background: url('../images/view.png') no-repeat center center fixed;
    -webkit-background-size: cover; 
    -moz-background-size: cover;    
    -o-background-size: cover;      
    background-size: cover;         
	}	


.diploma_container {
	display: none;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;    
    overflow: hidden;
    opacity: 0.2;
    background: url('../images/diploma3.png') no-repeat center center fixed;
    -webkit-background-size: cover; 
    -moz-background-size: cover;    
    -o-background-size: cover;      
    background-size: cover;         
	}	
	
.googlemaps{
    background: url('../images/loading-map2.gif');
    height: 100%;
    overflow: hidden;
    position: inherit;
    width: 100%;
    margin-left: -1px;
	}

.wrap { 
	height:100%; 
	width:100%; 
	margin: 0 auto;
	}
	     
#google_maps { 
	height: 100%; 
	}
	
#mydiv {
    background-color: transparent;
    color: #008000;
    height: 10px;
    opacity: 1;
    position: inherit;
    text-align: center;
    text-transform: transparent;
    width: 100%;
    z-index: 9999;
	}
	
#change_to_maps{
    background-color: transparent;
    color: #008000;
    height: 10px;
    opacity: 1;
    position: inherit;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 9999;
	}
	
.logo{
    background-color: #C82020;
    height: 150px;
    margin: 0 auto 0;
    text-align: center;
    width: 150px;
	}	
	
.what_i_do{
	color: #767676;
	cursor: default;
	font-family: 'Dosis',sans-serif;
	font-size: 20px;
	font-weight: 300;
    margin: 0px auto;		
	text-align: center;
	width: 90%;	
	padding: 15px;	
	}	

.testimonial_wrap{
	background-color: transparent;
	height: auto;
	width: 70%;
    margin: 0 auto;
	text-align: center;
	margin-top: 100px;
	}	

.testimonial_client {
    color: #EB3235;
    font-family: 'Lato',sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    padding: 10px 5px 15px 0;
    text-align: right;
    text-transform: uppercase;
	}

.testimonial_line {
    color: #767676;
    font-size: 30px;
    font-weight: 100;
    opacity: 0.4;
	}

.testimonial{
    background-color: rgba(0, 0, 0, 0);
    color: #767676;
    cursor: default;
    font-family: 'Lato',sans-serif;
    font-size: 23px;
    font-weight: 300;
    height: auto;
    margin-top: 30px;
    text-align: center;
    width: 100%;
			
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;	
	}	


.testimonial:hover{
    background-color: rgba(0, 0, 0, 0);
    color: #767676;
    cursor: default;
    font-family: 'Lato',sans-serif;
    font-size: 23px;
    font-weight: 300;
    height: auto;
    margin-top: 30px;
    text-align: center;
    width: 100%;
			
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;	
	}		
	
	
.back_that_thing_up {
    background-color: #FFFFFF;
    bottom: 0;
    height: 40px;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    width: 100%;
    z-index: 10;

  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;		
	}	

.back_that_thing_up:hover {
    background-color: #FFFFFF;
    bottom: 0;
    height: 80px;
    position: fixed;
    width: 100%;
	opacity: 1.0;
	
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;	
	}	
		
.back_that_thing_up_arrow{	
    height: 30px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    width: 100px;
	}
		
	
	
#content {
  width: 800px;
  padding: 50px;
  margin: 0 auto;
  display: block;
  font-size: 1.2em;
  }
 
#content h2 {
  line-height: 1.5em;
  }
 
 
/* Add curved borders to various elements */
 
#contactForm, .statusMessage, input[type="submit"], input[type="button"] {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;  
  border-radius: 10px;
}
 
 
/* Style for the contact form and status messages */
 
#contactForm, .statusMessage {
  color: #666;
  background-color: #ebedf2;
  background: -webkit-gradient( linear, left bottom, left top, color-stop(0,#dfe1e5), color-stop(1, #ebedf2) );
  background: -moz-linear-gradient( center bottom, #dfe1e5 0%, #ebedf2 100% );  
  border: 1px solid #aaa;
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  opacity: .95;
}
 
 
/* The form dimensions */
 
#contactForm {
  width: 40em;
  height: 33em;
  padding: 0 1.5em 1.5em 1.5em;
  margin: 0 auto;
}
 
 
/* Position the form in the middle of the window (if JavaScript is enabled) */
 
#contactForm.positioned {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
  }
 
 
/* Dimensions and position of the status messages */
 
.statusMessage {
  display: none;
  margin: auto;
  width: 30em;
  height: 2em;
  padding: 1.5em;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
 
.statusMessage p {
  text-align: center;
  margin: 0;
  padding: 0;
}
 
 
/* The header at the top of the form */
 
#contactForm h2 {
  font-size: 2em;
  font-style: italic;
  letter-spacing: .05em;
  margin: 0 0 1em -.75em;
  padding: 1em;
  width: 19.5em;  
  color: #aeb6aa;
  background: #dfe0e5 url('../images/stamp.jpg') no-repeat 15em -3em; /* http://morguefile.com/archive/display/606433 */
  border-bottom: 1px solid #aaa;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;  
  border-radius: 10px 10px 0 0;
}
 
 
/* Give form elements consistent margin, padding and line height */
 
#contactForm ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
#contactForm ul li {
  margin: .9em 0 0 0;
  padding: 0;
}
 
#contactForm input, #contactForm label {
  line-height: 1em;
}
 
 
/* The field labels */
 
label {
  display: block;
  float: left;
  clear: left;
  text-align: right;
  width: 28%;
  padding: .4em 0 0 0;
  margin: .15em .5em 0 0;
  font-weight: bold;
}
 
 
/* The fields */
 
input, textarea {
  display: block;
  margin: 0;
  padding: .4em;
  width: 67%;
  font-family: "Georgia", serif;
  font-size: 1em;
  border: 1px solid #aaa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;    
  border-radius: 5px;
  -moz-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  -webkit-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  background: #fff;
}
 
textarea {
  height: 13em;
  line-height: 1.5em;
  resize: none;
}
 
 
/* Place a border around focused fields, and hide the inner shadow */
 
#contactForm *:focus {
  border: 1px solid #66f;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
 
 
/* Display correctly filled-in fields with a green background */
 
input:valid, textarea:valid {
  background: #dfd;
}
 
 
/* The Send and Cancel buttons */
 
input[type="submit"], input[type="button"] {
  float: right;
  margin: 2em 1em 0 1em;
  width: 10em;
  padding: .5em;
  border: 1px solid #666;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;  
  border-radius: 10px;
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  color: #fff;
  background: #0a0;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  opacity: .7;
  -webkit-appearance: none;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
 
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:active {
  cursor: pointer;
  opacity: 1;
}
 
input[type="submit"]:active, input[type="button"]:active {
  color: #333;
  background: #eee;
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
  box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
}
 
input[type="button"] {
  background: #f33;
}
 
 
/* Header/footer boxes */
 
.wideBox {
  clear: both;
  text-align: center;
  margin: 70px;
  padding: 10px;
  background: #ebedf2;
  border: 1px solid #333;
}
 
.wideBox h1 {
  font-weight: bold;
  margin: 20px;
  color: #666;
  font-size: 1.5em;
}
 
</style>
 
<!-- Some IE7 hacks and workarounds -->
 
<!--[if lt IE 8]>
<style>
 
/* IE7 needs the fields to be floated as well as the labels */
 
input, textarea {
  float: right;
}
 
#formButtons {
  clear: both;
}
 
/*
  IE7 needs an ickier approach to vertical/horizontal centring with fixed positioning.
  The negative margins are half the element's width/height.
*/
 
#contactForm.positioned, .statusMessage {
  left: 50%;
  top: 50%;
}
 
#contactForm.positioned {
  margin-left: -20em;
  margin-top: -16.5em;
}
 
.statusMessage {
  margin-left: -15em;
  margin-top: -1em;
}
.input[type=text]{
background-color: #BFBDBD;
    border:solid 1px #BFBDBD;
    color: #979797;
    height: 28px;
    padding-left:10px;
    width: 191px;
    box-shadow: 2px 2px 0 #828181 inset;
}
.mapa{
width:99%;
height:50%;
margin-left:0px;
margin-right:0px;
}
a {
    color: #fff;
    text-decoration: none;
}
