/**
 * Motherplate
 */

.grid {zoom: 1}

.grid:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.grid {display: inline-block;}

/* Hides from IE-mac \*/
* html .grid {height: 1%;}
.grid {display: block;}
/* End hide from IE-mac */

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px
}

.w320  		{max-width: 320px !important;}
.w640  		{max-width: 640px !important;}
.w960  		{max-width: 960px !important;}
.w1200 		{max-width: 1200px !important;}
.w1440 		{max-width: 1440px !important;}
.w1600 		{max-width: 1600px !important;}
.full-width {max-width: 100%}

/* For demonstration purposes only. */
.grid.demo p
{
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	opacity: 0.7;
	outline: 1px solid #ccc;
	background-color: #fff;
	margin: 0;
	padding: 10px;
}

/**
 * Grid
 */

.one,
.two,
.three,
.four,
.five,
.six,
.seven,
.eight,
.nine,
.ten,
.eleven {
	display: block;
	margin-bottom: 20px
}

@media screen and (min-width: 480px) {
	.container {
		padding: 0 40px
	}
}

.grid {
	clear: both;
	margin: 0 auto;
}

.grid .grid {
	width: auto;
	margin: -20px -10px;
}

.one,
.two,
.three,
.four,
.five,
.six,
.seven,
.eight,
.nine,
.ten,
.eleven,
.twelve {
	float: left;
	margin-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}

.gapless .one,
.gapless .two,
.gapless .three,
.gapless .four,
.gapless .five,
.gapless .six,
.gapless .seven,
.gapless .eight,
.gapless .nine,
.gapless .ten,
.gapless .eleven,
.gapless .twelve {
	padding: 0;
}

.one 	{width: 8.33%}
.two 	{width: 16.66%}
.three 	{width: 25%}
.four 	{width: 33.33%}
.five 	{width: 41.66%}
.six 	{width: 50%}
.seven 	{width: 58.33%}
.eight 	{width: 66.66%}
.nine 	{width: 75%}
.ten 	{width: 83.33%}
.eleven {width: 91.66%}
.twelve {width: 100%}

@media screen and (max-width: 480px) {
.one,
.two,
.three,
.four,
.five,
.six,
.seven,
.eight,
.nine,
.ten,
.eleven,
.twelve {width: 100%}
}

/* Offsets */
.offset-one 	{margin-left: 8.33%}
.offset-two 	{margin-left: 16.66%}
.offset-three 	{margin-left: 25%}
.offset-four 	{margin-left: 33.33%}
.offset-five 	{margin-left: 41.66%}
.offset-six 	{margin-left: 50%}
.offset-seven 	{margin-left: 58.33%}
.offset-eight 	{margin-left: 66.66%}
.offset-nine 	{margin-left: 75%}
.offset-ten 	{margin-left: 83.33%}
.offset-eleven 	{margin-left: 91.66%}

body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 85%;
	line-height: 1.6
}

blockquote {
	font-style: italic;
	font-weight: 400;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding-left: 25px;
	font-size: 1.4em;
	margin: 0 0 20px;
	border-left: 2px solid #1271db
}

p {
	margin: 0 0 20px
}

pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	margin: 0 0 20px;
	padding: 10px;
	background: #f5f5f5;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	display: block;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word
}

img,
video,
audio,
iframe,
object {
	max-width: 100%
}

a {
	color: #168dd9;
}

a: hover, a: focus {
	text-decoration: none
}
.btn,
.btn-primary,
.btn-secondary,
.btn-link {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #aaa;
	border: none;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	display: inline-block;
	line-height: 1;
	padding: 12px 25px;
	text-transform: capitalize;
	outline: none
}
.btn: hover, .btn-primary: hover, .btn-secondary: hover, .btn-link: hover, .btn: focus, .btn-primary: focus, .btn-secondary: focus, .btn-link: focus {
	background: #9d9d9d;
	text-decoration: none
}
.btn: active, .btn-primary: active, .btn-secondary: active, .btn-link: active {
	background: #909090
}
.btn-primary {
	background-color: #1271db
}
.btn-primary: hover, .btn-primary: focus {
	background-color: #1065c3
}
.btn-primary: active {
	background-color: #0e59ac
}
.btn-secondary {
	background-color: #233e5b
}
.btn-secondary: hover, .btn-secondary: focus {
	background-color: #1c3149
}
.btn-secondary: active {
	background-color: #152536
}
.btn-cta {
	font-size: 1.6em;
	padding: .8em 1.6em
}
.btn-link {
	color: #1271db;
	background: transparent;
	border: none;
	text-shadow: none;
	text-transform: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.btn-link: hover, .btn-link: focus {
	text-decoration: underline;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
table {
	width: 100%
}
table th,
table td {
	text-align: left;
	padding: 5px
}
table th {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc
}
form .field {
	margin-bottom: 20px
}
form label {
	display: block;
	margin-bottom: 5px
}
form input[type=text],
form input[type=email],
form input[type=phone],
form input[type=password],
form input[type=number],
form input[type=search],
form textarea {
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
	outline: none
}
form input[type=text]: focus, form input[type=email]: focus, form input[type=phone]: focus, form input[type=password]: focus, form input[type=number]: focus, form input[type=search]: focus, form textarea: focus {
	border-color: #1271db
}
form input[type=text].auto,
form input[type=email].auto,
form input[type=phone].auto,
form input[type=password].auto,
form input[type=number].auto,
form input[type=search].auto,
form textarea.auto {
	width: auto
}
form .note {
	margin-top: 5px;
	color: #999
}
form .req {
	font-style: italic
}
form .error .reason {
	margin-top: 5px;
	color: #ce0832
}
form .error input[type=text],
form .error input[type=email],
form .error input[type=phone],
form .error input[type=password],
form .error input[type=number],
form .error input[type=search],
form .error textarea {
	border-color: #ce0832
}
.notification {
	border: 1px solid;
	padding: 10px;
	margin-bottom: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	zoom: 1
}
.notification: before, .notification: after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}
.notification: after {
	clear: both
}
.notification.error {
	border-color: #ce0832;
	color: #9d0626;
	background: rgba(206, 8, 50, 0.2)
}
.notification.success {
	border-color: #5dae1b;
	color: #458214;
	background: rgba(93, 174, 27, 0.2)
}
.notification.warning {
	border-color: #dea110;
	color: #ae7e0d;
	background: rgba(222, 161, 16, 0.2)
}
.notification.info {
	border-color: #10bade;
	color: #0d92ae;
	background: rgba(16, 186, 222, 0.2)
}
.notification.empty {
	text-align: center;
	background: #f4f4f4;
	border: 1px dashed #ddd
}
.notification p:last-child {
	margin-bottom: 0
}
.aligncenter {
	text-align: center
}
.alignright {
	text-align: right
}
.clear {
	clear: both
}
.right {
	float: right
}
.left {
	float: left
}
.nolist {
	list-style: none;
	padding-left: 0;
	margin-left: 0
}
.valign {
	vertical-align: middle
}
hr {
	border: none;
	border-bottom: 1px solid #ddd;
	margin: 40px 0
}

hr.divider {
	display: block;
	width: 14%;
	margin: 50px auto 40px auto;
	border: 0;
	border-top: 1px solid rgba(0,0,0,0.15);
	clear: both;
}

.subtle {
	color: #999
}
.relative {
	position: relative
}

@media print {
	header,
	nav,
	footer {
		display: none
}
img {
	max-width: 500px
}
body {
	font: 12pt Georgia, "Times New Roman", Times, serif;
	line-height: 1.3
}
}

/**
 * Sensible defaults.
 */

/* always show vertical scrollbar */
html {
    overflow-y: scroll;
    overflow-x: auto;

    /* maxvoltar.com/archive/-webkit-font-smoothing */
    -webkit-font-smoothing: antialiased;
}

/* disable borders around linked images. */
a img {
    border: 0;
}

/* zero cellpadding, cellspacing on tables */
table {
    border-collapse: collapse;
}

.italic {font-style: italic;}
.bold {font-weight: bold;}

.lower {text-transform: lowercase;}
.upper {text-transform: uppercase;}

/**
 * Float element
 */

.float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.float-right {
    float: right;
    margin: 0 0 20px 20px;
}

.clear-inset { width: auto; overflow: hidden; }

/* FLUIDITY v0.1.0 @mrmrs - https://github.com/mrmrs/fluidity MIT */
img, canvas, iframe, video, svg {max-width: 100%;}

/* Wrap tables or pre elements in a div with this class */
.overflow-container { overflow-y: scroll; -webkit-overflow-scrolling: touch; }

/* margin/padding resets */
.zero {margin:0 !important;padding:0 !important;}
.zero-top{margin-top:0 !important;padding-top:0 !important;}
.zero-bottom{margin-bottom:0 !important;padding-bottom:0 !important;}
.zero-left{margin-left:0 !important;padding-left:0 !important;}
.zero-right{margin-right:0 !important;padding-right:0 !important;}
.zero-horizontal{margin-left:0 !important;padding-left:0 !important;margin-right:0 !important;padding-right:0 !important;}
.zero-vertical{margin-top:0 !important;padding-top:0 !important;margin-bottom:0 !important;padding-bottom:0 !important;}

ul.zero {margin:0 !important;padding:0 !important;list-style: none;}
ul.zero-top {margin:0 !important;padding:0 !important;list-style: none;}

nav.horizontal ul,
ul.inline
{
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

nav.horizontal ul *,
ul.inline *
{
    display: inline;
}

/* hide elements with class .hide */
.hide {display: none;}

.token img
{
    max-width: 100%;
}

.align-left
{
    text-align: left;
}

.align-right
{
    text-align: right;
}

/*
 * Clearfix
 * http://www.webtoolkit.info/css-clearfix.html
 */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Fix Google Maps canvas
 *
 * Wrap your Google Maps embed in a `.google-map-canvas` to reset Bootstrap's
 * global `box-sizing` changes. You may optionally need to reset the `max-width`
 * on images in case you've applied that anywhere else. (That shouldn't be as
 * necessary with Bootstrap 3 though as that behavior is relegated to the
 * `.img-responsive` class.)
 */

.canvas_map img {
  max-width: none;
}

.canvas_map,
.canvas_map * {
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
}