/*
 Iridium by TEMPLATED
 templated.co @templatedco
 Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/*********************************************************************************/
/* Basic */
/*********************************************************************************/

@media only screen and (max-width: 1024px) 
 
 {
 img {max-width:320px;} 
 
}








.row>* {
 padding-left: 40px !important;
}
 body
 {
 background: #141414;
 }

 body,input,textarea,select
 {
 font-family: 'Arimo', sans-serif;
 font-size: 1em;
 line-height: 1.75em;
 color: #4c4c4c;
 }

 
 /* Change this to whatever font weight/color pairing is most suitable */
 strong, b
 {
 font-weight: bold;
 color: #000000;
 }
 
 em, i
 {
 font-style: italic;
 }

 /* Don't forget to set this to something that matches the design */
 a
 {
 text-decoration: underline;
 color: #272727;
 }

 a:hover
 {
 text-decoration: none;
 }
 
 sub
 {
 position: relative;
 top: 0.5em;
 font-size: 0.8em;
 }
 
 sup
 {
 position: relative;
 top: -0.5em;
 font-size: 0.8em;
 }
 
 hr
 {
 border: 0;
 border-top: solid 1px #ddd;
 }
 
 blockquote
 {
 border-left: solid 0.5em #ddd;
 padding: 1em 0 1em 2em;
 font-style: italic;
 }
 
 p, ul, ol, dl, table
 {
 margin-bottom: 1em;
 list-style-type: circle;
 }
p {
 padding: 0px 20px;
}
 header
 {
 margin-bottom: 1em;
 }
 
 header h2
 {
 }
 
 header .byline
 {
 display: block;
 margin: 0.5em 0 0 0;
 padding: 0 0 0.5em 0;
 }
 
 footer
 {
 margin-top: 1em;
 }

 br.clear
 {
 clear: both;
 }

 /* Sections/Articles */
 
 section,
 article
 {
 margin-bottom: 3em;
 }
 
 section > :last-child,
 article > :last-child
 {
 margin-bottom: 0;
 }

 section:last-child,
 article:last-child
 {
 margin-bottom: 0;
 }

 .row > section,
 .row > article
 {
 margin-bottom: 0;
 }

 /* Images */

 .image
 {
 display: inline-block;
 }
 
 .image img
 {
 display: block;
 width: 100%;
 }

 .image.featured
 {
 display: block;
 width: 100%;
 margin: 0 0 2em 0;
 }
 
 .image.full
 {
 display: block;
 width: 100%;
 margin: 0 0 2em 0;
 }
 
 .image.left
 {
 float: left;
 margin: 0 2em 2em 0;
 }
 
 .image.centered
 {
 display: block;
 margin: 0 0 2em 0;
 }

 .image.centered img
 {
 margin: 0 auto;
 width: auto;
 }

 /* Lists */

 ul.default
 {
 margin: 0;
 padding: 0;
 list-style: none;
 }
 
 ul.default li
 {
 padding: 0.60em 0em;
 border-top: 1px solid;
 border-color: rgba(255,255,255,.1);
 }
 
 ul.default li:first-child
 {
 padding-top: 0;
 border-top: none;
 }
 
 ul.default a
 {
 text-decoration: none;
 color: rgba(255,255,255,.5);
 }
 
 ul.default a:hover
 {
 text-decoration: underline;
 }
 
 ul.style {
 }
 
 ul.style li {
 margin: 0;
 padding: 2em 0em 1.5em 0em;
 border-top: 1px solid #ECECEC;
 }
 
 ul.style li:first-child
 {
 padding-top: 0;
 border-top: none;
 }
 
 ul.style img {
 float: left;
 margin-right: 20px;
 }
 
 ul.style p {
 }
 
 ul.style .posted {
 padding: 0em 0em 1em 0em;
 letter-spacing: 1px;
 text-transform: uppercase;
 font-size: 8pt;
 color: #A2A2A2;
 }
 
 ul.style .first {
 padding-top: 0px;
 border-top: none;
 }
 

 /* Buttons */
 
 .button
 {
 position: relative;
 display: inline-block;
 margin-top: 2em;
 padding: 0.90em 1.5em;
 background: #e95d3c;
 border-radius: 40px;
 text-decoration: none;
 text-transform: uppercase;
 font-size: 1.1em;
 color: #FFF;
 -moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
 -webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
 -o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
 -ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
 transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
 cursor: pointer;
 }

 .button:hover
 {
 background: #de3d27;
 color: #FFF !important;
 }
 
/*********************************************************************************/
/* Header */
/*********************************************************************************/

 #header
 {
 position: relative;
 background: white url(/images/banner-f.png)  top center no-repeat;
 background-size: cover;
 height: 60vh;
 }

 
/*********************************************************************************/
/* Banner */
/*********************************************************************************/

 #banner
 {
 position: relative;
 background: #333;
 color: #fff;
 }

/*********************************************************************************/
/* Main */
/*********************************************************************************/

 #main
 {
 position: relative;
 background: #fff;
 }

/*********************************************************************************/
/* Featured */
/*********************************************************************************/
 
 #featured
 {
 position: relative;
 background: #f2f2f2;
 }
 
 #featured h2
 {
 display: block;
 margin-bottom: 2em;
 font-size: 1.4em;
 }
 
/*********************************************************************************/
/* Footer */
/*********************************************************************************/
 
 #footer
 {
 position: relative;
 background: #1d1d1d;
 }
 
 #footer h2
 {
 display: block;
 color: #FFF;
 }
 
/*********************************************************************************/
/* Copyright */
/*********************************************************************************/
 
 #copyright
 {
 position: relative;
 padding: 3em 0em;
 letter-spacing: 1px;
 text-align: center;
 color: rgba(255,255,255,.2);
 }
 
 #copyright .container
 {
 }
 
 #copyright a
 {
 text-decoration: none;
 color: rgba(255,255,255,.3);
 }
.gTable {
 background: none;
 border-spacing: 0;
}
.gTable td {
 padding: 10px 20px;
}
.gTableTop {
 line-height: 40px;
 padding: 10px 20px !important;
 color: #fff;
 text-decoration: none;
 border-radius: 2px 2px 0 0;
 font-size: 16px !important;
 text-transform: uppercase;
 font-weight: 700;
 letter-spacing: 1px;
 background:#959072;
}
.gTableTop a {
 color: #fff;
 text-decoration: none;
 font-size: 14px;
}
.gTableSubTop {
 padding: 5px 10px;
 color: #fff;
}
.gTableSubTop a {
 color: #fff;
}
.catLink {
 color: #fff !important;
 font-size: 16px !important;
 text-transform: uppercase;
 font-weight: 700;
 letter-spacing: 1px;
}
.funcBlock {
 padding-right: 10px;
}
.forumIcoTd {
 text-align: center;
}
.forumIcoTd,
.forumNameTd,
.forumThreadTd,
.forumPostTd,
.forumLastPostTd {
 padding: 5px 10px;
 border-bottom: 1px solid #dcdcdc;
}
.forumThreadTd,
.forumPostTd,
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.threadIcoTd,
.threadNametd,
.threadAuthTd,
.threadLastPostTd
{
 vertical-align: middle;
 padding-left: 20px;
 border-bottom: 1px solid #dcdcdc;
}
.forumNameTd {
 line-height: 24px;
 color: #7a7a7a;
}
.forumNameTd a {
 font-size: 18px;
}
.forumNamesBar {
 padding-left: 10px !important;
}
.frmBtns {
 text-align: right;
 padding-right: 10px;
}
.legendTd {
 padding: 0 10px;
}
.forumLastPostTd {} .threadIcoTd,
.threadIcoTd {
 text-align: center;
 vertical-align: middle;
}
.threadsDetails {
 padding: 5px;
}
.postTdTop {
 text-align: center;
 padding: 5px;
 border-top: 1px solid #dcdcdc;
 border-bottom: 1px solid #dcdcdc;
}
.postTdInfo {
 text-align: center;
 border-right: 1px solid #dcdcdc;
}
.posttdMessage {
 vertical-align: top;
 padding: 5px;
}
.gTableSubTop {
 background: #f2f2f2;
 color: #5c5c5c;
}
.threadsDetails,
.postTdTop {
 background: none;
}
.gTable tr {
 background: none;
}
.gDivBottomRight {
 height: 50px;
}
.pagesInfo {
 background: #f2f2f2;
 border-radius: 2px 0 0 2px;
 padding: 5px 10px;
}
.switchActive {
 padding: 5px 10px;
 border-radius: 0 2px 2px 0;
 color: #fff;
}
.postBottom {
 border-top: 1px solid #dcdcdc;
 border-bottom: 1px solid #dcdcdc;
 padding: 0 20px !important;
}
#thread_search_form {
 position: relative;
 padding-bottom: 10px;
 overflow: hidden;
}
#thread_search_button {
 position: absolute;
 top: -1px;
 right: 0;
}
.post {
 padding-bottom: 30px;
 margin-bottom: 30px;
 border-bottom: 1px solid #dcdcdc;
}
.post-image {
 float: left;
}
.post-cnt {
 margin-left: 290px;
}
.post-title {
 font-size: 18px;
 font-weight: 700;
}
.post-det {
 font-size: 11px;
 color: #5c5c5c;
}
.post-det a {
 color: #5c5c5c;
}
.post-mes {
 padding: 10px 0;
}
.img1, .img2, .img3 {
 background-position: center;
 background-size: cover;
 background-color: #dcdcdc;
}
.img1 {
 width: 270px;
 height: 170px;
}
.eTitle {
 font-size: 24px;
 line-height: 24px;
 color: #121212;
 padding: 20px 0;
}
.eDetails {
 padding: 20px 0;
 font-size: 12px;
 color: #7a7a7a;
}
.eBlock {
 margin-bottom: 30px;
 border-bottom: 1px dashed #dcdcdc;
}
.eMessage {
 font-size: 13px;
}
#allEntries > div[id^='comEnt'] {
 margin-top: 20px;
 margin-bottom: -5px;
 padding: 10px;
 border: 1px solid #dcdcdc;
 border-radius: 2px;
 background: #f6f6f6;
}
.commTable {
 padding-top: 50px;
}
.commTable .commFl,
.commTable .securityCode {
 padding-left: 2%;
 padding-right: 2%;
 width: 96%;
}
.commTable .securityCode {
 width: auto;
}



/* === M-STYLES === */

.img-art-right {
  width: 50%;
  float: right;
  margin: 10px;
}


.pre-header-2 {
  display: none;
}
.pre-header {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.pre-logo-img img {
  width: 150px;
  height: auto;
  border-radius: 10px;
  margin: 20px 0 0 0;
}
.pre-logo{
  padding: 10px;
  color: #fff;
  font-size: 40px;
  width: 30%;
}
.pre-logo span{
  display: block;
  padding: 10px;
  color: #E95D3C;
  font-size: .8rem;
  margin: -10px;
  font-family: sans-serif;
}
.phone-number {
}
.pre-phone a {
  font-size: 1.2rem;
  color: #E95D3C;
  text-decoration: none;
  line-height: 50%;
  font-family: sans-serif;
  display: block;
  text-align: center;
}
.pre-phone {
  display: block;
  text-align: center;
}
.btn-phone{
  display: block;
  margin: 10px auto;
  border: 0;
  border: 1px solid #E95D3C;
  border-radius: 50px;
  background: #1D1D1D;
  color: #fff !important;
  font-family: sans-serif;
  padding: 15px 30px;
}
.btn-phone:hover{
  background: #fff;
  color: #1D1D1D !important;
}
.btn-phone:active{
  background: #1D1D1D;
  color: #E95D3C !important;
}
#logo span{
  font-size: 2.2em !important;
}
.sub-head{
  font-size: 1.2rem;
  color: #E95D3C !important;
  -webkit-text-stroke: 0 !important;
  font-size: 1.2em !important;
  font-weight: 600;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255,255,255,.8);
  padding: 13px 20px 13px;
  border-radius: 15px;
  margin: 30px auto;
  border: 1px #E95D3C solid;
  line-height: 200%;
  text-transform: uppercase;
}

.button {
  text-aling: center;
  font-size: 0.8rem;
}

  

/* M-ADAPTIVE */

@media (max-width: 830px) {
  .pre-phone a {
    font-size: 1rem;
  }
}

@media (max-width: 755px) {

  .pre-header {
    display: none;
  }

  .pre-header-2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }
  .pre-header-adaptive {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .pre-middle {
    display:none;
  }
  .pre-logo {
    width: auto;
    text-align: center;
    margin: 0 auto;
  }
  .phone-number{
    width: 100%;
    margin: 20px auto;
  }
  #logo span{
    font-size: 1.5em !important;
  }
  .sub-head {
    font-size: 1em !important;
  }
}

@media (max-width: 500px) {
  
  .pre-header-2 {
    display: none;
  }

  .pre-header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .pre-middle {
    display: none;
  }
  .pre-logo {
    text-align: center;
  }
  .phone-number {
    margin: 20px auto;
  }
  .sub-head {
    width: 80%;
    font-size: 0.8rem !important;
  }
  .cont-center {
    width: 95% !important;
  }
  #footer .container{
      padding: 0 !important;
  }
  #rc-anchor-container {
    min-width: 20px;
}
  .m-form {
    width: 310px;
    margin-right: auto !important;
    margin-left: auto !important;
	}
}

