/*
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *
 * Custom and Bootstrap styles
 *
*/

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

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;
}

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

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

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

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

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

html {
	font-family: sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	position: relative;
	overflow-x: hidden;
	min-width: 320px;

	/*----- Basic font -----*/
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.42857143;
	color: #434343;
}

body.not-scroll {
	overflow: hidden;
	height: 100vh;
}

p {
	margin-bottom: 20px;
	font-family: inherit;
	font-size: 14px;
	color: #646464;
	line-height: 22px;
}

p:last-child {
	margin-bottom: 0;
}

p span {
	padding: 0 2px;
}

p.p2 {
	font-size: 16px;
}
p.p3 {
	font-size: 18px;
}
p.p4 {
	font-size: 20px;
}

b, strong {
	font-weight: 700; /* Roboto Bold - 700 */
}

em, i {
	font-style: italic;
}

/*----- LINK -----*/
a {
	color: #321912;
	text-decoration: none;
	background-color: transparent;
	outline: 0 !important;
}

a:hover,
a:active {
	color: #321912;
	text-decoration: underline;
}

/*----- HEADLINES -----*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	display: block;
	position: relative;
	font-weight: 400;
	line-height: 1.1;
	color: #434343;
	margin-top: 0;
	margin-bottom: 20px;
}

/*----- h1 -----*/
h1, .h1 {
	font-size: 26px;
	font-weight: 300;
	color: #321912;
}

* + h1, * + .h1,
* + h2, * + .h2,
* + h3, * + .h3,
* + h4, * + .h4,
* + h5, * + .h5,
* + h6, * + .h6 {
	margin-top: 20px;
}

h1  span:first-child, 
.h1 span:first-child {
	position: relative;
}

h1  span:first-child:after, 
.h1 span:first-child:after {
    content: '';
    position: absolute;
    right: -17px;
    top: 14px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fec211;
}

.h1__desc {
	display: block;
	font-size: 14px;
	text-transform: none;
	margin-top: 12px;
	color: #434343;
}

.h1__desc:after {
	display: none;
}

.h1-desc {
	position: relative;
	margin-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 50px;
	text-align: center;
}

.h1-desc:after {
	content: '';
	position: absolute;
	left: calc(50% - 50px);
	bottom: 0px;
	width: 100px;
	height: 1px;
	background-color: #434343;
}

.h1--st2 {
	line-height: 1.4;
	text-transform: uppercase;
}

.h1--st2 span:after {
	display: none;
}

.h1--st2 .h1__desc {
	font-size: 16px;
	margin-top: 15px;
	color: #434343;
}

.h1-style-2 {
	color: #000;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 50px;
	text-align: center;
}

.h1-style-2:after {
	content: '';
	position: absolute;
	left: calc(50% - 50px);
	bottom: 0px;
	width: 100px;
	height: 1px;
	background-color: #434343;
}

.h1-style-3 {
	color: #000;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 50px;
	text-align: center;
}

/*----- h2 -----*/
h2, .h2 {
	font-size: 24px;
	line-height: 1.2;
	color: #213c79;
	font-weight: 300;
}

/*----- h3 -----*/
h3, .h3 {
	font-size: 20px;
	color: #213c79;
	font-weight: 300;
}

/*----- h4 -----*/
h1 + h4, h1 + .h4, .h1 + h4, .h1 + .h4 {
	margin-top: -20px;
}

h4, .h4 {
	font-size: 18px;
}

.h4-style-1 {
	padding-top: 22px;
	font-weight: 300;
	color: #000;
	text-transform: uppercase;
}

.h4-style-1:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 1px;
	background-color: #ffcd3b;
}

/*----- h5  -----*/
h5, .h5 {
	font-size: 16px;
}

/*----- h6 -----*/
h6, .h6 {
	font-size: 14px;
}

/*----- Text Color -----*/
.white {
	color: #fff !important;
}
.signal-black {
	color: #333333 !important;
}
.dark-blue {
	color: #213c79 !important;
}
.color_434343 {
	color: #434343 !important;
}
.color_333 {
	color: #333 !important;
}
.color_a6a6a6 {
	color: #a6a6a6 !important;
}
.color_black {
	color: #000 !important;
}

small, .small {
	font-size: 85%;
}

/*----- IMAGES -----*/
img, svg {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

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

.img-rounded {
	border-radius: 9px;
}
.img-circle {
	border-radius: 50%;
}
.img-bordered {
	border: 3px solid #e0e0e0;
}
.gm-style img {
	max-height: none;
}

/*----- HR -----*/
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #ddd;
}

/*----- CODE -----*/
code, pre, kbd, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	font-size: 1em;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
}

pre {
	display: block;
	padding: 10px;
	margin: 0;
	margin-bottom: 20px;
	font-size: 13px;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	overflow: auto;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

/*----- LISTS -----*/
ul, ol {
	margin: 0 0 20px 20px;
	padding-left: 0;
	list-style: none;
}

ul > li > ul {
	margin-top: 10px;
}

ol {
    counter-reset:  item;
}

ul li,
ol li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 10px;
}

ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #213c79;
	font-size: 14px;
	line-height: 1.6;
	color: #213c79;
}

ul.list-check li:before,
ul.list-check-circle li:before,
ul.list-angle-right li:before,
ul.list-minus li:before,
ul.list-close li:before,
ul.list-like li:before,
ul.list-warning li:before {
	width: auto;
	height: auto;
	top: 0;
	border-radius: 0;
	background-color: transparent;
	font-family: 'font-caplus';
}

ul.list-check > li:before {
	content: "\e91b";
	font-size: 13px;
}
ul.list-check-circle li {
    padding-left: 35px;
    margin-bottom: 26px;
}
ul.list-check-circle > li:before {
	content: "\e91b";
    font-size: 11px;
    width: 24px;
    height: 24px;
    margin-top: -2px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    border: 2px solid #213c79;
}
ul.list-angle-right > li:before {
	content: "\e904";
	top: -1px;
	left: -2px;
}
ul.list-minus > li:before {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #213c79;
    top: 9px;
    left: 0;
}
ul.list-close > li:before {
	content: "\e91c";
	left: -2px;
	top: 1px;
	color: #d23d3d;
	font-size: 12px;
}
ul.list-like li:before {
	content: "\e91e";
	top: -2px;
}
ul.list-warning li:before {
	content: "\e920";
	top: -1px;
}
ul.list-unstyled > li:before {
	display: none;
}
ul.list-none,
ul.list-font-icon {
	padding: 0;
	margin: 0;
}
ul.list-none > li,
ul.list-font-icon > li {
	padding-left: 0;
}
ul.list-none > li:before,
ul.list-font-icon > li:before {
	display: none;
}

ul.list-font-icon > li > i {
	display: inline-block;
	width: 25px;
}

ol li:before {
	content: counter(item)'.';
	counter-increment: item;
	position: absolute;
	top: 0px;
	left: 0px;
}

/*----- LIST COLOR -----*/
.list-white > *,
.list-white > *:before {
	color: #fff !important;
}

.list-white.list-check-circle > li:before {
	border-color: #fff;
}

/*----- TEXT STYLES -----*/
.text-left    { text-align: left;    }
.text-right   { text-align: right;   }
.text-center  { text-align: center;  }
.text-justify { text-align: justify; }

@media (min-width: 1200px) {
	.text-lg-left    { text-align: left;    }
	.text-lg-right   { text-align: right;   }
	.text-lg-center  { text-align: center;  }
	.text-lg-justify { text-align: justify; }
}
@media (max-width: 1199px) {
	.text-md-left    { text-align: left;    }
	.text-md-right   { text-align: right;   }
	.text-md-center  { text-align: center;  }
	.text-md-justify { text-align: justify; }
}
@media (max-width: 991px) {
	.text-sm-left    { text-align: left;    }
	.text-sm-right   { text-align: right;   }
	.text-sm-center  { text-align: center;  }
	.text-sm-justify { text-align: justify; }
}
@media (max-width: 767px) {
	.text-xs-left    { text-align: left;    }
	.text-xs-right   { text-align: right;   }
	.text-xs-center  { text-align: center;  }
	.text-xs-justify { text-align: justify; }
}
@media (max-width: 480px) {
	.text-xsl-left    { text-align: left;    }
	.text-xsl-right   { text-align: right;   }
	.text-xsl-center  { text-align: center;  }
	.text-xsl-justify { text-align: justify; }
}

.text-light {
	font-weight: 300;
}
.text-bold {
	font-weight: bold;
}
.text-semibold {
	font-weight: 500;
}
.text-normal {
	font-weight: normal;
}
.text-italic {
	font-style: italic;
}

.text-uppercase {
	text-transform: uppercase;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-default {
	text-transform: none;
}
.text-underline {
	text-decoration: underline;
}
.text-nowrap {
	white-space: nowrap;
}

blockquote {
    padding: 15px 20px;
    margin: 25px 0 30px 0;
    border-left: 3px solid #ffcd2b;
    background-color: #f9f9f9;
    font-size: 14px;
    font-style: italic;
}

blockquote > p,
blockquote > a {
	font-size: 14px;
	font-style: italic;
}

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

/*----- FORM ELEMENTS -----*/
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

textarea {
	overflow: auto;
}

button {
	overflow: visible;
}

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"] {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	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-appearance: textfield;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	    	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px;
	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple],
select[size] {
	height: auto;
}
input:focus,
button {
	outline: none !important;
}

.hidden-animate {
	opacity:0;
}
.visible {
	opacity:1;
}

/*  ======================================================================
		GRID SYSTEM
========================================================================== */
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.container { width: 750px; }
}
@media (min-width: 992px) {
	.container { width: 970px; }
}
@media (min-width: 1200px) {
	.container { width: 1170px; }
}
@media (min-width: 1400px) {
	.container { width: 1370px; }
}

.body__container {
	min-width: 320px;
	overflow-x: hidden;
}

.container-inner-type-1 {
	max-width: 1040px;
	margin: 0 auto;
}

.container-inner-type-2 {
	max-width: 810px;
	margin: 0 auto;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

[class^='col-lg'],
[class^='col-md'],
[class^='col-sm'],
[class^='col-xs'],
[class^='col-xsl'] {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xsl-12,
.col-xsl-11,
.col-xsl-10,
.col-xsl-9,
.col-xsl-8,
.col-xsl-7,
.col-xsl-6,
.col-xsl-5,
.col-xsl-4,
.col-xsl-3,
.col-xsl-2,
.col-xsl-1 {
	float: left;
}
.col-xsl-12 {
	width: 100%;
}
.col-xsl-11 {
	width: 91.66666667%;
}
.col-xsl-10 {
	width: 83.33333333%;
}
.col-xsl-9 {
	width: 75%;
}
.col-xsl-8 {
	width: 66.66666667%;
}
.col-xsl-7 {
	width: 58.33333333%;
}
.col-xsl-6 {
	width: 50%;
}
.col-xsl-5 {
	width: 41.66666667%;
}
.col-xsl-4 {
	width: 33.33333333%;
}
.col-xsl-3 {
	width: 25%;
}
.col-xsl-2 {
	width: 16.66666667%;
}
.col-xsl-1 {
	width: 8.33333333%;
}
.col-xsl-pull-12 {
	right: 100%;
}
.col-xsl-pull-11 {
	right: 91.66666667%;
}
.col-xsl-pull-10 {
	right: 83.33333333%;
}
.col-xsl-pull-9 {
	right: 75%;
}
.col-xsl-pull-8 {
	right: 66.66666667%;
}
.col-xsl-pull-7 {
	right: 58.33333333%;
}
.col-xsl-pull-6 {
	right: 50%;
}
.col-xsl-pull-5 {
	right: 41.66666667%;
}
.col-xsl-pull-4 {
	right: 33.33333333%;
}
.col-xsl-pull-3 {
	right: 25%;
}
.col-xsl-pull-2 {
	right: 16.66666667%;
}
.col-xsl-pull-1 {
	right: 8.33333333%;
}
.col-xsl-pull-0 {
	right: auto;
}
.col-xsl-push-12 {
	left: 100%;
}
.col-xsl-push-11 {
	left: 91.66666667%;
}
.col-xsl-push-10 {
	left: 83.33333333%;
}
.col-xsl-push-9 {
	left: 75%;
}
.col-xsl-push-8 {
	left: 66.66666667%;
}
.col-xsl-push-7 {
	left: 58.33333333%;
}
.col-xsl-push-6 {
	left: 50%;
}
.col-xsl-push-5 {
	left: 41.66666667%;
}
.col-xsl-push-4 {
	left: 33.33333333%;
}
.col-xsl-push-3 {
	left: 25%;
}
.col-xsl-push-2 {
	left: 16.66666667%;
}
.col-xsl-push-1 {
	left: 8.33333333%;
}
.col-xsl-push-0 {
	left: auto;
}
.col-xsl-offset-12 {
	margin-left: 100%;
}
.col-xsl-offset-11 {
	margin-left: 91.66666667%;
}
.col-xsl-offset-10 {
	margin-left: 83.33333333%;
}
.col-xsl-offset-9 {
	margin-left: 75%;
}
.col-xsl-offset-8 {
	margin-left: 66.66666667%;
}
.col-xsl-offset-7 {
	margin-left: 58.33333333%;
}
.col-xsl-offset-6 {
	margin-left: 50%;
}
.col-xsl-offset-5 {
	margin-left: 41.66666667%;
}
.col-xsl-offset-4 {
	margin-left: 33.33333333%;
}
.col-xsl-offset-3 {
	margin-left: 25%;
}
.col-xsl-offset-2 {
	margin-left: 16.66666667%;
}
.col-xsl-offset-1 {
	margin-left: 8.33333333%;
}
.col-xsl-offset-0 {
	margin-left: 0%;
}

@media (min-width: 480px) {
	.col-xs-12,
	.col-xs-11,
	.col-xs-10,
	.col-xs-9,
	.col-xs-8,
	.col-xs-7,
	.col-xs-6,
	.col-xs-5,
	.col-xs-4,
	.col-xs-3,
	.col-xs-2,
	.col-xs-1 {
		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) {
	.col-sm-12,
	.col-sm-11,
	.col-sm-10,
	.col-sm-9,
	.col-sm-8,
	.col-sm-7,
	.col-sm-6,
	.col-sm-5,
	.col-sm-4,
	.col-sm-3,
	.col-sm-2,
	.col-sm-1 {
		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) {
	.col-md-12,
	.col-md-11,
	.col-md-10,
	.col-md-9,
	.col-md-8,
	.col-md-7,
	.col-md-6,
	.col-md-5,
	.col-md-4,
	.col-md-3,
	.col-md-2,
	.col-md-1 {
		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) {
	.col-lg-12,
	.col-lg-11,
	.col-lg-10,
	.col-lg-9,
	.col-lg-8,
	.col-lg-7,
	.col-lg-6,
	.col-lg-5,
	.col-lg-4,
	.col-lg-3,
	.col-lg-2,
	.col-lg-1 {
		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%;
	}
}

.container:before,
.container:after,
.row:before,
.row:after {
	content: '';
	display: table;
	clear: both;
}

.fl-l {
	float: left;
}
.fl-r {
	float: right;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.block-justify {
	text-align: justify;
}
.block-justify:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
	visibility: hidden;
}

.inline-block {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.display-block {
	position: relative;
	display: block;
}

.fs-0 {
	font-size: 0;
}

.w100 {
	width: 100%;
}

/*----- Mod Border -----*/
.b-0	  { border: none !important; }
.b-all    { border: 1px solid #f6f6f6 !important; }
.b-top    { border-top:    1px solid #f6f6f6 !important; }
.b-right  { border-right:  1px solid #f6f6f6 !important; }
.b-bottom { border-bottom: 1px solid #e7e7e7 !important; }
.b-left   { border-left:   1px solid #f6f6f6 !important; }

/*----- Mod Padding -----*/
.p-0  { padding:        0 !important; }
.pt-0 {	padding-top:    0 !important; }
.pr-0 {	padding-right:  0 !important; }
.pb-0 {	padding-bottom: 0 !important; }
.pl-0 {	padding-left:   0 !important; }

.p-20  { padding:        20px !important; }
.pt-20 { padding-top:    20px !important; }
.pr-20 { padding-right:  20px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pl-20 { padding-left:   20px !important; }

.p-30  { padding:        30px !important; }
.pt-30 { padding-top:    30px !important; }
.pr-30 { padding-right:  30px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pl-30 { padding-left:   30px !important; }

.p-40  { padding:        40px !important; }
.pt-40 { padding-top:    40px !important; }
.pr-40 { padding-right:  40px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pl-40 { padding-left:   40px !important; }

.p-60  { padding:        60px !important; }
.pt-60 { padding-top:    60px !important; }
.pr-60 { padding-right:  60px !important; }
.pb-60 { padding-bottom: 60px !important; }
.pl-60 { padding-left:   60px !important; }

@media (max-width: 991px) {
	.p-sm-0  { padding:         0 !important; }
	.pt-sm-0 {	padding-top:    0 !important; }
	.pr-sm-0 {	padding-right:  0 !important; }
	.pb-sm-0 {	padding-bottom: 0 !important; }
	.pl-sm-0 {	padding-left:   0 !important; }

	.p-sm-20  { padding:        20px !important; }
	.pt-sm-20 { padding-top:    20px !important; }
	.pr-sm-20 { padding-right:  20px !important; }
	.pb-sm-20 { padding-bottom: 20px !important; }
	.pl-sm-20 { padding-left:   20px !important; }

	.p-sm-30  { padding:        30px !important; }
	.pt-sm-30 { padding-top:    30px !important; }
	.pr-sm-30 { padding-right:  30px !important; }
	.pb-sm-30 { padding-bottom: 30px !important; }
	.pl-sm-30 { padding-left:   30px !important; }

	.p-sm-40  { padding:        40px !important; }
	.pt-sm-40 { padding-top:    40px !important; }
	.pr-sm-40 { padding-right:  40px !important; }
	.pb-sm-40 { padding-bottom: 40px !important; }
	.pl-sm-40 { padding-left:   40px !important; }

	.p-sm-60  { padding:        60px !important; }
	.pt-sm-60 { padding-top:    60px !important; }
	.pr-sm-60 { padding-right:  60px !important; }
	.pb-sm-60 { padding-bottom: 60px !important; }
	.pl-sm-60 { padding-left:   60px !important; }
}

@media (max-width: 767px) {
	.p-xs-0  { padding:		    0 !important; }
	.pt-xs-0 {	padding-top:    0 !important; }
	.pr-xs-0 {	padding-right:  0 !important; }
	.pb-xs-0 {	padding-bottom: 0 !important; }
	.pl-xs-0 {	padding-left:   0 !important; }

	.p-xs-20  { padding:        20px !important; }
	.pt-xs-20 { padding-top:    20px !important; }
	.pr-xs-20 { padding-right:  20px !important; }
	.pb-xs-20 { padding-bottom: 20px !important; }
	.pl-xs-20 { padding-left:   20px !important; }

	.p-xs-30  { padding:        30px !important; }
	.pt-xs-30 { padding-top:    30px !important; }
	.pr-xs-30 { padding-right:  30px !important; }
	.pb-xs-30 { padding-bottom: 30px !important; }
	.pl-xs-30 { padding-left:   30px !important; }

	.p-xs-40  { padding:        40px !important; }
	.pt-xs-40 { padding-top:    40px !important; }
	.pr-xs-40 { padding-right:  40px !important; }
	.pb-xs-40 { padding-bottom: 40px !important; }
	.pl-xs-40 { padding-left:   40px !important; }

	.p-xs-60  { padding:        60px !important; }
	.pt-xs-60 { padding-top:    60px !important; }
	.pr-xs-60 { padding-right:  60px !important; }
	.pb-xs-60 { padding-bottom: 60px !important; }
	.pl-xs-60 { padding-left:   60px !important; }
}


/*----- Mod Margin -----*/
.m-0  { margin:        0 !important; }
.mt-0 {	margin-top:    0 !important; }
.mr-0 {	margin-right:  0 !important; }
.mb-0 {	margin-bottom: 0 !important; }
.ml-0 {	margin-left:   0 !important; }

.m-20  { margin:        20px !important; }
.mt-20 { margin-top:    20px !important; }
.mr-20 { margin-right:  20px !important; }
.mb-20 { margin-bottom: 20px !important; }
.ml-20 { margin-left:   20px !important; }

.m-30  { margin:        30px !important; }
.mt-30 { margin-top:    30px !important; }
.mr-30 { margin-right:  30px !important; }
.mb-30 { margin-bottom: 30px !important; }
.ml-30 { margin-left:   30px !important; }

.m-40  { margin:        40px !important; }
.mt-40 { margin-top:    40px !important; }
.mr-40 { margin-right:  40px !important; }
.mb-40 { margin-bottom: 40px !important; }
.ml-40 { margin-left:   40px !important; }

.m-60  { margin:        60px !important; }
.mt-60 { margin-top:    60px !important; }
.mr-60 { margin-right:  60px !important; }
.mb-60 { margin-bottom: 60px !important; }
.ml-60 { margin-left:   60px !important; }

@media (max-width: 991px) {
	.m-sm-0  {  margin:        0 !important; }
	.mt-sm-0 {	margin-top:    0 !important; }
	.mr-sm-0 {	margin-right:  0 !important; }
	.mb-sm-0 {	margin-bottom: 0 !important; }
	.ml-sm-0 {	margin-left:   0 !important; }

	.m-sm-20  { margin:        20px !important; }
	.mt-sm-20 { margin-top:    20px !important; }
	.mr-sm-20 { margin-right:  20px !important; }
	.mb-sm-20 { margin-bottom: 20px !important; }
	.ml-sm-20 { margin-left:   20px !important; }

	.m-sm-30  { margin:        30px !important; }
	.mt-sm-30 { margin-top:    30px !important; }
	.mr-sm-30 { margin-right:  30px !important; }
	.mb-sm-30 { margin-bottom: 30px !important; }
	.ml-sm-30 { margin-left:   30px !important; }

	.m-sm-40  { margin:        40px !important; }
	.mt-sm-40 { margin-top:    40px !important; }
	.mr-sm-40 { margin-right:  40px !important; }
	.mb-sm-40 { margin-bottom: 40px !important; }
	.ml-sm-40 { margin-left:   40px !important; }

	.m-sm-60  { margin:        60px !important; }
	.mt-sm-60 { margin-top:    60px !important; }
	.mr-sm-60 { margin-right:  60px !important; }
	.mb-sm-60 { margin-bottom: 60px !important; }
	.ml-sm-60 { margin-left:   60px !important; }	
}

@media (max-width: 767px) {
	.m-xs-0  {  margin:        0 !important; }
	.mt-xs-0 {	margin-top:    0 !important; }
	.mr-xs-0 {	margin-right:  0 !important; }
	.mb-xs-0 {	margin-bottom: 0 !important; }
	.ml-xs-0 {	margin-left:   0 !important; }

	.m-xs-20  { margin:        20px !important; }
	.mt-xs-20 { margin-top:    20px !important; }
	.mr-xs-20 { margin-right:  20px !important; }
	.mb-xs-20 { margin-bottom: 20px !important; }
	.ml-xs-20 { margin-left:   20px !important; }

	.m-xs-30  { margin:        30px !important; }
	.mt-xs-30 { margin-top:    30px !important; }
	.mr-xs-30 { margin-right:  30px !important; }
	.mb-xs-30 { margin-bottom: 30px !important; }
	.ml-xs-30 { margin-left:   30px !important; }

	.m-xs-40  { margin:        40px !important; }
	.mt-xs-40 { margin-top:    40px !important; }
	.mr-xs-40 { margin-right:  40px !important; }
	.mb-xs-40 { margin-bottom: 40px !important; }
	.ml-xs-40 { margin-left:   40px !important; }

	.m-xs-60  { margin:        60px !important; }
	.mt-xs-60 { margin-top:    60px !important; }
	.mr-xs-60 { margin-right:  60px !important; }
	.mb-xs-60 { margin-bottom: 60px !important; }
	.ml-xs-60 { margin-left:   60px !important; }
}

/*----- Mod Display -----*/
.hidden { display: none !important; }
.show { display: block !important; }
.show-ib { display: inline-block !important; }

@media (min-width: 1200px) {
	.hidden-lg { display: none !important; }
	.show-lg { display: block !important; }
	.show-lg-ib { display: inline-block !important; }
}
@media (max-width: 1199px) {
	.hidden-md { display: none !important; }
	.show-md { display: block !important; }
	.show-md-ib { display: inline-block !important; }
}
@media (max-width: 991px) {
	.hidden-sm { display: none !important; }
	.show-sm { display: block !important; }
	.show-sm-ib { display: inline-block !important; }
}
@media (max-width: 767px) {
	.hidden-xs { display: none !important; }
	.show-xs { display: block !important; }
	.show-xs-ib { display: inline-block !important; }
}
@media (max-width: 480px) {
	.hidden-xsl { display: none !important; }
	.show-xsl { display: block !important; }
	.show-xsl-ib { display: inline-block !important; }
}