/*
Theme Name: Real Estata
Theme URI: http://www.themesquest.com/real-estata
Author: Themes Quest
Author URI: http://www.themesquest.com
Description: Best Real Estate Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: real-estata
Tags: left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# NORMALIZE
# TYPOGRAPHY
# ELEMENTS
# FORMS
# ACCESSIBILITY
# ALIGNMENTS
# WIDGETS
# CONTENT
	## POSTS AND PAGES
	## ASIDES
	## COMMENTS
# INFINITE SCROLL
# MEDIA
	## CAPTIONS
	## GALLERIES
# FLEX BOX
# COLUMNS
# GRID SYSTEM
# HELPER CLASSES
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# NORMALIZE
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: #666;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table,
th,
td {
	border: 1px solid #ebebeb;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

* a,
img {
	-webkit-transition: .2s all;
	-ms-transition: .2s all;
	-o-transition: .2s all;
	transition: .2s all;
}
/*--------------------------------------------------------------
# TYPOGRAPHY
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.4;
}

h1 {
	margin-top: 0;
	font-size: 3.157em;
}

h2 {
	font-size: 2.369em;
}

h3 {
	font-size: 1.777em;
}

h4 {
	font-size: 1.333em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: .75em;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# ELEMENTS
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	/* #margin: 0 0 1.5em 3em; */
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {
	list-style: none;
	line-height: 1.7;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.clearfix {
	clear: both;
}

/*--------------------------------------------------------------
# FORMS
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #333;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	border: none;
	padding: 0 25px;
	height: 45px;
	line-height: 45px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #000;
	color: #fff;
}

button:focus,
input:focus,
textarea:focus,
select:focus,
button:active,
textarea:active,
select:active,
input:active {
	outline: none;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	color: #666;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
	font-size: 13px;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	min-height: 100px;
}

::-webkit-input-placeholder {
	color: #c1c1c1;
}
:-moz-placeholder {
	color: #c1c1c1;
}
::-moz-placeholder {
	color: #c1c1c1;
}
:-ms-input-placeholder {
	color: #c1c1c1;
}
@-moz-document url-prefix() { 
	select {
		color: transparent !important;
	}
}

/*--------------------------------------------------------------
## LINKS
--------------------------------------------------------------*/
a:focus,
a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## MENUS
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# ACCESSIBILITY
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# ALIGNMENTS
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# WIDGETS
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# CONTENT
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## POSTS AND PAGES
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## ASIDES
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## COMMENTS
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# INFINITE SCROLL
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# MEDIA
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## CAPTIONS
--------------------------------------------------------------*/
.wp-caption {
	margin: 0 0 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## GALLERIES
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# FLEX BOX
--------------------------------------------------------------*/
.flex {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
}
.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.fle-wrap-reverse {
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	-webkit-flex-wrap: wrap-reverse;
}
.flex-row-reverse {
	-ms-flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
.flex-col {
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.flex-col-reverse {
	-ms-flex-direction: column-reverse;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
}
.flex.align-b {
	-ms-align-items: baseline;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-align-items: baseline;
}
.flex.align-c,
.vc_row-o-content-middle > .container {
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
}
.flex.align-fs {
	-ms-align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
.flex.align-fe,
.vc_row-o-content-bottom > .container {
	-ms-align-items: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-align-items: flex-end;
}
.flex.justify-c {
	-ms-justify-content: center;
	-ms-flex-pack: distribute;
	justify-content: center;
	-webkit-justify-content: center;
}
.flex.justify-sa {
	-ms-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-justify-content: space-around;
}
.flex.justify-sb {
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.flex.justify-fs {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}
.flex.justify-fe {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.flex.align-content-fs {
	-ms-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-content: flex-start;
}
.flex.align-content-c {
	-ms-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-content: center;
}
.flex.align-content-fe {
	-ms-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-webkit-align-content: flex-end;
}
.flex.align-content-sa {
	-ms-align-content: space-around;
	-ms-flex-line-pack: distribute;
	align-content: space-around;
	-webkit-align-content: space-around;
}
.flex.align-content-sb {
	-ms-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-webkit-align-content: space-between;
}
.flex .grow {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
}
.order-left {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	-webkit-order: 1;
}
.order-right {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	-webkit-order: 2;
}

/*-------------------------------------
# COLUMNS
--------------------------------------*/
[class*="columns-"] {
	margin: 0 -15px;
}
[class*="columns-"] > * {
	float: left;
	padding: 15px;
}
.columns-1 > * {
	width: 100%;
}
.columns-2 > * {
	width: 50%;
}
.columns-3 > * {
	width: calc(100% / 3);
}
.columns-4 > * {
	width: 25%;
}
.columns-5 > * {
	width: 20%;
}
.columns-2 > *:nth-child(2n+1),
.columns-3 > *:nth-child(3n+1),
.columns-4 > *:nth-child(4n+1),
.columns-5 > *:nth-child(5n+1) {
	clear: both;
}

/*--------------------------------------------------------------
# GRID LAYOUT
--------------------------------------------------------------*/
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
@media (min-width: 768px) {
	.container {
		max-width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row [class*="col-"] {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
[class*="col-xs"] {
		float: left;
	}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
@media (min-width: 768px) {
	[class*="col-sm"] {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 992px) {
	[class*="col-md"] {
		float: left;
	}
	.col-md-12 {
			width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1200px) {
	[class*="col-lg"] {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}

/*--------------------------------------------------------------
# HELPER CLASSES
--------------------------------------------------------------*/
.mg__0   { margin: 0;             }
.mt__5   { margin-top: 5px;       }
.mt__10  { margin-top: 10px;      }
.mt__15  { margin-top: 15px;      }
.mt__20  { margin-top: 20px;      }
.mt__25  { margin-top: 25px;      }
.mt__30  { margin-top: 30px;      }
.mt__35  { margin-top: 35px;      }
.mt__40  { margin-top: 40px;      }
.mt__45  { margin-top: 45px;      }
.mt__50  { margin-top: 50px;      }
.mt__55  { margin-top: 55px;      }
.mt__60  { margin-top: 60px;      }
.mt__65  { margin-top: 65px;      }
.mt__70  { margin-top: 70px;      }
.mt__75  { margin-top: 75px;      }
.mt__80  { margin-top: 80px;      }
.mt__85  { margin-top: 85px;      }
.mt__90  { margin-top: 90px;      }
.mt__95  { margin-top: 95px;      }
.mt__100 { margin-top: 100px;     }

.mr__5   { margin-right: 5px;     }
.mr__10  { margin-right: 10px;    }
.mr__15  { margin-right: 15px;    }
.mr__20  { margin-right: 20px;    }
.mr__25  { margin-right: 25px;    }
.mr__30  { margin-right: 30px;    }
.mr__35  { margin-right: 35px;    }
.mr__40  { margin-right: 40px;    }
.mr__45  { margin-right: 45px;    }
.mr__50  { margin-right: 50px;    }
.mr__55  { margin-right: 55px;    }
.mr__60  { margin-right: 60px;    }
.mr__65  { margin-right: 65px;    }
.mr__70  { margin-right: 70px;    }
.mr__75  { margin-right: 75px;    }
.mr__80  { margin-right: 80px;    }
.mr__85  { margin-right: 85px;    }
.mr__90  { margin-right: 90px;    }
.mr__95  { margin-right: 95px;    }
.mr__100 { margin-right: 100px;   }

.mb__5   { margin-bottom: 5px;    }
.mb__10  { margin-bottom: 10px;   }
.mb__15  { margin-bottom: 15px;   }
.mb__20  { margin-bottom: 20px;   }
.mb__25  { margin-bottom: 25px;   }
.mb__30  { margin-bottom: 30px;   }
.mb__35  { margin-bottom: 35px;   }
.mb__40  { margin-bottom: 40px;   }
.mb__45  { margin-bottom: 45px;   }
.mb__50  { margin-bottom: 50px;   }
.mb__55  { margin-bottom: 55px;   }
.mb__60  { margin-bottom: 60px;   }
.mb__65  { margin-bottom: 65px;   }
.mb__70  { margin-bottom: 70px;   }
.mb__75  { margin-bottom: 75px;   }
.mb__80  { margin-bottom: 80px;   }
.mb__85  { margin-bottom: 85px;   }
.mb__90  { margin-bottom: 90px;   }
.mb__95  { margin-bottom: 95px;   }
.mb__100 { margin-bottom: 100px;  }

.ml__5   { margin-left: 5px;      }
.ml__10  { margin-left: 10px;     }
.ml__15  { margin-left: 15px;     }
.ml__20  { margin-left: 20px;     }
.ml__25  { margin-left: 25px;     }
.ml__30  { margin-left: 30px;     }
.ml__35  { margin-left: 35px;     }
.ml__40  { margin-left: 40px;     }
.ml__45  { margin-left: 45px;     }
.ml__50  { margin-left: 50px;     }
.ml__55  { margin-left: 55px;     }
.ml__60  { margin-left: 60px;     }
.ml__65  { margin-left: 65px;     }
.ml__70  { margin-left: 70px;     }
.ml__75  { margin-left: 75px;     }
.ml__80  { margin-left: 80px;     }
.ml__85  { margin-left: 85px;     }
.ml__90  { margin-left: 90px;     }
.ml__95  { margin-left: 95px;     }
.ml__100 { margin-left: 100px;    }

.pd__0   { padding: 0;            }
.pt__5   { padding-top: 5px;      }
.pt__10  { padding-top: 10px;     }
.pt__15  { padding-top: 15px;     }
.pt__20  { padding-top: 20px;     }
.pt__25  { padding-top: 25px;     }
.pt__30  { padding-top: 30px;     }
.pt__35  { padding-top: 35px;     }
.pt__40  { padding-top: 40px;     }
.pt__45  { padding-top: 45px;     }
.pt__50  { padding-top: 50px;     }
.pt__55  { padding-top: 55px;     }
.pt__60  { padding-top: 60px;     }
.pt__65  { padding-top: 65px;     }
.pt__70  { padding-top: 70px;     }
.pt__75  { padding-top: 75px;     }
.pt__80  { padding-top: 80px;     }
.pt__85  { padding-top: 85px;     }
.pt__90  { padding-top: 90px;     }
.pt__95  { padding-top: 95px;     }
.pt__100 { padding-top: 100px;    }

.pr__5   { padding-right: 5px;    }
.pr__10  { padding-right: 10px;   }
.pr__15  { padding-right: 15px;   }
.pr__20  { padding-right: 20px;   }
.pr__25  { padding-right: 25px;   }
.pr__30  { padding-right: 30px;   }
.pr__35  { padding-right: 35px;   }
.pr__40  { padding-right: 40px;   }
.pr__45  { padding-right: 45px;   }
.pr__50  { padding-right: 50px;   }
.pr__55  { padding-right: 55px;   }
.pr__60  { padding-right: 60px;   }
.pr__65  { padding-right: 65px;   }
.pr__70  { padding-right: 70px;   }
.pr__75  { padding-right: 75px;   }
.pr__80  { padding-right: 80px;   }
.pr__85  { padding-right: 85px;   }
.pr__90  { padding-right: 90px;   }
.pr__95  { padding-right: 95px;   }
.pr__100 { padding-right: 100px;  }

.pb__5   { padding-bottom: 5px;   }
.pb__10  { padding-bottom: 10px;  }
.pb__15  { padding-bottom: 15px;  }
.pb__20  { padding-bottom: 20px;  }
.pb__25  { padding-bottom: 25px;  }
.pb__30  { padding-bottom: 30px;  }
.pb__35  { padding-bottom: 35px;  }
.pb__40  { padding-bottom: 40px;  }
.pb__45  { padding-bottom: 45px;  }
.pb__50  { padding-bottom: 50px;  }
.pb__55  { padding-bottom: 55px;  }
.pb__60  { padding-bottom: 60px;  }
.pb__65  { padding-bottom: 65px;  }
.pb__70  { padding-bottom: 70px;  }
.pb__75  { padding-bottom: 75px;  }
.pb__80  { padding-bottom: 80px;  }
.pb__85  { padding-bottom: 85px;  }
.pb__90  { padding-bottom: 90px;  }
.pb__95  { padding-bottom: 95px;  }
.pb__100 { padding-bottom: 100px; }

.pl__5   { padding-left: 5px;     }
.pl__10  { padding-left: 10px;    }
.pl__15  { padding-left: 15px;    }
.pl__20  { padding-left: 20px;    }
.pl__25  { padding-left: 25px;    }
.pl__30  { padding-left: 30px;    }
.pl__35  { padding-left: 35px;    }
.pl__40  { padding-left: 40px;    }
.pl__45  { padding-left: 45px;    }
.pl__50  { padding-left: 50px;    }
.pl__55  { padding-left: 55px;    }
.pl__60  { padding-left: 60px;    }
.pl__65  { padding-left: 65px;    }
.pl__70  { padding-left: 70px;    }
.pl__75  { padding-left: 75px;    }
.pl__80  { padding-left: 80px;    }
.pl__85  { padding-left: 85px;    }
.pl__90  { padding-left: 90px;    }
.pl__95  { padding-left: 95px;    }
.pl__100 { padding-left: 100px;   }

.w__100 { width: 100%; }

.br__50 { -ms-border-radius: 50%; border-radius: 50%; }

.db  { display: block;        }
.dn  { display: none;         }
.dib { display: inline-block; }

.tl { text-align: left;   }
.tc { text-align: center; }
.tr { text-align: right;  }

.fl { float: left; }
.fr { float: right; }

.pa { position: absolute; }
.pr { position: relative; }
.pf { position: fixed;    }

.tu { text-transform: uppercase; }

.fw__b { font-weight: 700; }

.ls__1 { letter-spacing: 1px; }
.ls__2 { letter-spacing: 2px; }
.ls__3 { letter-spacing: 3px; }
.ls__4 { letter-spacing: 4px; }
.ls__5 { letter-spacing: 5px; }

.ts__03 { -webkit-transition: all .3s; transition: all .3s; }
.ts__04 { -webkit-transition: all .4s; transition: all .4s; }
.ts__05 { -webkit-transition: all .5s; transition: all .5s; }

.oh { overflow: hidden; }
