/*              Fonts 
-------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,300i,400,600,600i,800,800i&amp;subset=latin-ext');
@import "font-awesome.min.css";
/*		Resets 
-------------------------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
a img {
  border: 0;
}
.container {
  max-width: 1140px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
/*		Mixins 
-------------------------------------------------------------------------------*/
/*              Variables 
-------------------------------------------------------------------------------*/
/*		Default Layout: 100%. 
-------------------------------------------------------------------------------*/

body {
  width: 100%;
  font-size: 14px;
  font-family: 'Raleway';
  background: white;
  color: #010103;
  overflow-x: hidden;
}
header {
  background: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 10px 0;
  position: relative;
  z-index: 11;
}
header .logo {
  display: block;
}
header .logo img {
  height: auto;
  display: block;
}
header .logo2 {
  display: block;
}
header .logo2 img {
  height: auto;
  display: block;
}
section {
  margin: 40px 0;
}
section .coll {
  width: 32%;
  float: left;
  border: 1px solid #eeeeee;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
section .coll h2 {
  font-weight: 600;
  color: #ed0a15;
  margin-bottom: 15px;
}
section .coll p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 5px;
}
section .coll p i {
  color: #ed0a15;
}
section .coll p a {
  text-decoration: none;
  color: #010103;
}
section .coll .btn {
  display: table;
  padding: 0 20px;
  color: white;
  background: #ed0a15;
  margin: 20px auto 0;
  text-decoration: none;
  line-height: 30px;
}
section .left {
  float: left;
}
section .right {
  float: right;
}
section .center {
  float: left;
  margin: 0 2%;
}
footer .map {
  border-top: 5px solid #ed0a15;
  width: 100%;
  height: 500px;
  border-bottom: 30px solid #010103;
}
@media only screen and (max-width: 780px) {
  header .logo {
    width: 100%;
    margin: 0 auto;
  }
  header .logo2 {
    width: 95%;
    margin: 0 auto;
    float: none;
    padding-left: 5px;
    padding-right: 5px;
  }
  section .coll {
    width: 90%;
    margin: 10px auto;
    float: none;
  }
}
