@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: 'Open Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
*/

@font-face {
  font-family: 'Sreda-Regular';
  src: url('../fonts/Sreda-Regular.eot');
  src: url('../fonts/Sreda-Regular.woff2') format('woff2'),
       url('../fonts/Sreda-Regular.woff') format('woff'),
       url('../fonts/Sreda-Regular.ttf') format('truetype'),
       url('../fonts/Sreda-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    }

/*for Chrom*/
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
input, textarea { outline:none; }
input:active, textarea:active { outline:none; }
:focus { outline:none; }

/*for FireFox*/
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner

: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;
    text-decoration: none;
}
a img {
    border:-moz-none !important;
    outline:-moz-none !important;
}
img {
    max-width: 100%;
}
html {
	overflow-x: hidden;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000000;
	position: relative;
  	max-width: 1920px;
    margin: 0 auto;
	background-color: #fafafa;
	overflow-x: hidden;
}
.sppb-row,
.row {
    margin-left: 0;
    margin-right: 0;
}
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.modal-open {
    padding-right: 0 !important;
}
h1, .h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 48px;
}
h2, .h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
}
h3, .h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
}
h4, .h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
}
h5, .h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
h6, .h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}

/*.btn {
    border-radius: 9px;
    padding: 12px 25px;
    box-shadow: none;
    -webkit-transition: width 0.9s, height 0.9s, background-color 0.9s, -webkit-transform 0.9s;
    transition: width 0.9s, height 0.9s, background-color 0.9s, transform 0.9s;
}
.text-primary {
    color: #1BA4DF !important;
}
.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}*/
.btn-primary {
    /*color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    background-color: #1BA4DF;*/
    border-color: transparent;
}
.btn-primary:hover {
    /*color: #ffffff;
    background-color: #1b82af;*/
    border-color: transparent;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
    /*color: #ffffff;
    background-color: #1b82af;*/
    border-color: transparent;
    box-shadow: none;
    /*box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);*/
}