@charset "utf-8";
/* CSS Document */
@import url(font-awesome.css);
@import url(font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,100,700,900);
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');
body{ 
  margin: 0px;
  font-size: 15px;
  /*font-family: 'Lato', sans-serif;*/
  /*font-family: 'Montserrat', sans-serif;*/
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ display:block;}
a,a:focus,{color:#333; text-decoration:none}
a:link{outline: 0;}
img{ 
  border:0px; 
  overflow: hidden;
}
.clr{ 
  clear:both;
}
.fLeft{ 
  float: left;
}
.fRight{ 
  float:right;
}
.imgResponsive{ 
  width: 100%;
}
.colorOrange{
  color: #ff0000 !important;
}

#main{
  width: 100%;
}

#main h1{
  text-align: center;
  font-weight: bold;
  color: #ff0000;
  background-color: #201e20;
  padding: 15px;
  margin:0px 0 1px 0;
  position: relative;
}

#main h1:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 50%;
  margin-bottom: -20px;
  right: -20px;
  border-top: 20px solid transparent;
  border-left: 20px solid #201e20;
  border-bottom: 20px solid transparent;
  z-index: 9999;
}

.mainRow{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mainCol{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.btnMain{
  font-size: 32px;
  color: #38352a;
  background-color: #f6e525;
  margin-bottom: 1px;
  padding: 12px 15px;
}

.btnMain:hover{
  background-color: #ec3434;
}

.btnMain span{
  font-size: 32px;
  font-weight: bold;
}