﻿@charset "utf-8";

@import url('fonts.css');

*,
*:after,
*:before{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body{
	width: 100%;
	min-height: 100%;
	height: 100%;
}

body{
	font-family: 'Oxygen', 'Oxygen-Bold', Arial, sans-serif;
	font-size:13px;
	line-height: 1.5;
	color:#a3aaad;
	background-color:#ffffff;
}

a{
	text-decoration:none;
	outline: none;
	color: inherit;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

a:hover,
a:focus{
	outline: none;
}

a img{
	border:none;
	outline:none;
}

img{max-width:100%;}

ul,
ol{list-style:none;}

input,
textarea,
button{
	font-family: 'Oxygen';
 	font-size: 14px;
 	color:#5b656e;
	border:none;
	outline:none;
}

input{
	width: 100%;
	height: 47px;
	line-height: 47px;
	padding:0 15px;
	border:1px solid #d1d5d8;
}

textarea{
	width: 100%;
	height: 200px;
	padding:5px 15px;
	border:1px solid #d1d5d8;
}

input:focus,
textarea:focus{border:1px solid #7d3034;}
input.error{border:1px solid #ed1c24;}

input[type="submit"]{
	display: inline-block;
	line-height: 41px;
	font-family: 'Oxygen-Bold';
	font-size: 14px;
	color:#7d3034;
	padding:0 15px;
	cursor: pointer;
	background: transparent;
    border-radius: 4px;
    border:2px solid #7d3034;
}

input[type="submit"]:hover,
input[type="submit"]:focus{
	text-shadow:0 0 0 #c58487;
	-webkit-box-shadow: 0 0 4px #7d3034;
	-moz-box-shadow: 0 0 4px #7d3034;
	box-shadow: 0 0 4px #7d3034;
}

label{
	display: inline-block;
	font-family: 'Oxygen-Bold';
	font-size: 14px;
	color:#5b656e;
	margin:10px 0;
}

a:active,
a:hover{outline: 0;}

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Oxygen-Bold';
	font-weight: normal;
	line-height: 1.6;
}

h1{font-size:28px;}
h2{font-size:24px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5{font-size:14px;}
h6{font-size: ;}

p{	
	line-height: 1.7;
	padding-top:30px;
}

strong{font-family: 'Oxygen-Bold';}

table{
	width: 100%;
	border-collapse: collapse;
}

::-webkit-input-placeholder {
	font-family: 'Oxygen';
    font-size: 13px;
    color: #a3aaad;
}

:-moz-placeholder {
    font-family: 'Oxygen';
    font-size: 13px;
    color: #a3aaad;
}

::-moz-placeholder {
    font-family: 'Oxygen';
    font-size: 13px;
    color: #a3aaad;
}

:-ms-input-placeholder {  
    font-family: 'Oxygen';
    font-size: 13px;
    color: #a3aaad;
}

.clearFix{
	height:0;
	clear:both;
	visibility:hidden;
	display:block;
}

.frame{
	max-width:860px;
}

#wrapper{
	min-width: 320px;
	width:100%;
	height: 100%;
}

.bttn{
	display: inline-block;
	font-family: 'Oxygen-Bold';
	font-size: 15px;
	color:#7d3034;
	padding:12px 30px;
	background: transparent;
    border-radius: 4px;
    border:2px solid #7d3034;
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
    transition:none;
}

.bttn.white{
	color:#ffffff;
	border:2px solid #ffffff;
}

.bttn:hover,
.bttn:focus{
	text-shadow:0 0 0 #c58487;
	-webkit-box-shadow: 0 0 4px #7d3034;
	-moz-box-shadow: 0 0 4px #7d3034;
	box-shadow: 0 0 4px #7d3034;
}

.bttn.white:hover,
.bttn.white:focus{
	text-shadow:0 0 0 #eeeeee;
	-webkit-box-shadow: 0 0 4px #ffffff;
	-moz-box-shadow: 0 0 4px #ffffff;
	box-shadow: 0 0 4px #ffffff;
}

.center-aligned{text-align: center;}

.left-aligned{text-align: left;}

.right-aligned{text-align: right;}

.justified{text-align: justify;}

.uppercased{text-transform: uppercase;}

.has-padding{padding:20px;}

.has-top-padding{padding-top:20px;}

.has-bot-padding{padding-bottom:20px;}

.has-left-padding{padding-left:20px;}

.has-right-padding{padding-right:20px;}

.font-size-large{font-size: ;}

.font-size-medium{font-size: ;}

.font-size-small{font-size: ;}

.site-color{color:#5b656e;}

.site-color-2{color:#323d46;}

.site-color-3{color:#7d3034;}

.white-color{color:#ffffff;}

.black-color{color:#000000;}

.normal-font{font-family: 'Oxygen';}

.bolded{font-family: 'Oxygen-Bold';}

.full-box{
	width: 100%;
	overflow: hidden;
}

.half-box{
	float: left;
	width: 50%;
	overflow: hidden;
}

.half-half-box{
	float: left;
	width: 25%;
	overflow: hidden;
}

/* Google Map */

#map_canvas{
  width:100%;
  height:650px;
  position: relative;
}

#map_canvas img{
  max-width:none!important;
  background:none!important
}