@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Material-Design-Iconic-Font';
	src: url('../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0') format('woff2'),
	url('../fonts/Material-Design-Iconic-Font.woff?v=2.2.0') format('woff'),
	url('../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*
font-family: 'Montserrat', sans-serif;
*/


* {
    margin: 0;
    padding: 0;
    }

/*for Chrom*/
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
input, textarea { outline:none; }
textarea {
  	resize: none;
}
input:active, textarea:active { outline:none; }
:focus { outline:none; }

/*for FireFox*/
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
}

:focus::-webkit-input-placeholder {color: transparent;}
:focus::-moz-placeholder          {color: transparent;}
:focus:-moz-placeholder           {color: transparent;}
:focus:-ms-input-placeholder      {color: transparent;}

*:focus::-webkit-input-placeholder { opacity:0; }
*:focus:-moz-placeholder { opacity:0; }
*:focus::-moz-placeholder { opacity:0; }
*:focus:-ms-input-placeholder { opacity:0; }

/*::-webkit-input-placeholder {
   color: #ffffff;
}
:-moz-placeholder {
   color: #ffffff;
}
::-moz-placeholder {
   color: #ffffff;
}
:-ms-input-placeholder {
   color: #ffffff;
}*/

a {
	outline: none !important;
	cursor: pointer;
    color: #FF0000;
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #d62217;
}
a img {
    border:-moz-none !important;
    outline:-moz-none !important;
}
img {
    max-width: 100%;
}
body {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 18px;
	font-weight: 400;
	max-width: 1920px;
    margin: 0 auto;
}
section,
.sppb-section {
    width: 100%;
    float: left;
}
.container-fluid {
    padding: 0;
    width: 100%;
    float: left;
}
.home-content {
    width: 100%;
    float: left;
}
.home-content .sppb-col-md-12 {

}
h1, .h1 {
    font-size: 48px;
    font-weight: 700;
}
h2, .h2 {
    font-size: 36px;
    font-weight: 700;
}
h3, .h3 {
    font-size: 24px;
    font-weight: 700;
}
h4, .h4 {
    font-size: 20px;
    font-weight: normal;
}
h5, .h5 {
    font-size: 18px;
    font-weight: 500;
}
h6, .h6 {
    font-size: 16px;
    font-weight: normal;
}
.btn {
    font-size: 18px;
    font-weight: 700;
    border-radius: 45px;
    padding: 8px 30px;
    box-shadow: none;
}
.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn-primary {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000;
}
.btn-primary:hover {
    color: #fff;
    background-color: #d62217;
    border-color: #d62217;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #d62217;
    border-color: #d62217;
    box-shadow: none;
    /*box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);*/
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #d62217;
    border-color: #d62217;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
    /*box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);*/
}
.btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000;
}
.btn-close:focus {
    box-shadow: none;
}
button {
    border: none;
    background-color: transparent;
}
.btn-close:focus {
    box-shadow: none;
}
a.link-article {
    color: #333;
    font-size: 14px;
    border: 2px solid #FF0000;
    border-radius: 36px;
    padding: 12px 40px;
    background-color: #ffffff;
    text-decoration: none;
}
a.link-article:hover,
a.link-article:focus {
    color: #ffffff;
    background-color: #FF0000;
}