@charset "UTF-8";
/* -------------------------------------- Reset styles -------------------------------------- */
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,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,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}em{font-style:italic}
.clearfix:after {
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
    height:0;
}
.clearfix {
    display:inline-block;
}
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
*+html .clearfix {
    display: inline-block;
}

/* normalize css*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 16px;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,
footer,
header,
section {
	display: block;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 500;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
p {
	margin: 0 0 5px
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-light {
	color: #fff;
}
.text-dark {
	color: #000;
}
.top-margin {
	margin-top: 25px!important;
}
.bottom-margin {
	margin-bottom: 25px!important;
}
.space-large {
	height: 50px;
}
.space-medium {
	height: 25px;
}
.space-small {
	height: 10px;
}
.margin-0 {
	margin: 0!important;
}
.padding-0 {
	padding: 0!important;
}
.non-click {
	cursor: default;
	pointer-events: none;
}
ol,
ul {
	margin-top: 0;
	margin-bottom: 10px;
	list-style-type: none;
	padding: 0px;
}
strong,
b {
	font-weight: 500;
}
.rows:after,
.rows:before,
section:after,
section:before,
footer:after,
footer:before,
header:before,
header:after,
.container:before,
.container:after,
.clearfix:after,
.clearfix:before {
	display: table;
	content: "";
	clear: both;
}
.rows {
	margin-right: -8px;
	margin-left: -8px;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;
}
.container-fluid {
	width: 100%;
	max-width: 100%;
}
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}
.pr {
	position: relative;
}
.cols-1,
.cols-2,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-7,
.cols-8,
.cols-9,
.cols-10,
.cols-11,
.cols-12,
.cols-13,
.cols-14,
.cols-15,
.cols-16
{
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 8px;
	padding-left: 8px;
}
.center-cols {
	float: none;
	margin: 0 auto;
}
.cols-16 {
	width: 100%
}
.cols-15 {
	width: 93.75%
}
.cols-14 {
	width: 87.5%
}
.cols-13 {
	width: 81.25%
}
.cols-12 {
	width: 75%
}
.cols-11 {
	width: 68.75;
}
.cols-10 {
	width: 62.5%;
}
.cols-9 {
	width: 56.25%;
}
.cols-8 {
	width: 50%;
}
.cols-7 {
	width: 43.75%;
}
.cols-6 {
	width: 37.5%;
}
.cols-5 {
	width: 31.25%;
}
.cols-4 {
	width: 25%;
}
.cols-3 {
	width: 18.75%;
}
.cols-2 {
	width: 12.5%;
}
.cols-1 {
	width: 6.25%;
}
@media only screen and (max-width: 1280px) {

.cols-ld-12 {
	width: 100%
}
.cols-ld-11 {
	width: 91.66;
}
.cols-ld-10 {
	width: 83.33%;
}
.cols-ld-9 {
	width: 75%;
}
.cols-ld-8 {
	width: 66.66%;
}
.cols-ld-7 {
	width: 58.33%;
}
.cols-ld-6 {
	width: 50%;
}
.cols-ld-5 {
	width: 41.66%;
}
.cols-ld-4 {
	width: 33.33%;
}
.cols-ld-3 {
	width: 25%;
}
.cols-ld-2 {
	width: 16.66%;
}
.cols-ld-1 {
	width: 8.33%;
}
}
@media only screen and (max-width: 1220px) {
.container {
    max-width: 90%;
}
.cols-md-8 {
	width: 100%;
}
.cols-md-7 {
	width: 87.5%;
}
.cols-md-6 {
	width: 75%;
}
.cols-md-5 {
	width: 62.5%;
}
.cols-md-4 {
	width: 50%;
}
.cols-md-3 {
	width: 37.5%;
}
.cols-md-2 {
	width: 25%;
}
.cols-md-1 {
	width: 12.5%;
}
.cols-md-hidden {
    display: none;
}
}
@media only screen and (max-width: 600px) {
.cols-sd-6 {
	width: 100%;
}
	.cols-sd-5 {
	width: 83.33%;
}
	.cols-sd-4 {
	width: 66.66%;
}
.cols-sd-3 {
	width: 50%;
}
.cols-sd-2 {
	width: 33.33%;
}
.cols-sd-1 {
	width: 16.66%;
}
.cols-sd-hidden {
    display: none;
}
}