/* Phoenix Inventories 2014 Stylesheet */
body, p, td, tr, th, input, h1, h2, h3, h4, h5, h6, select, option, textarea, li, ol, ul {
  font-family: 'Open Sans', sans-serif;
/*'Karla'*/
}

body {
  margin: 0;
  padding: 0;
  color: #282828;
  font-size: 16px;
/*  background: #f3f3f3 url("../images/background.png") no-repeat top center;*/
  background: #ffffff ;
}

.clearall {
  clear: both;
}

form {
  display: inline;
}

p {
/*font-family: 'Open Sans', sans-serif;*/
  font-size: 14px;
  color: #282828;
  font-weight: normal;
  line-height: 1.6em;
  margin: 5px 0;
  padding: 5px 29px;
}

h1 {
  font: bold 18px 'Open Sans', sans-serif;
  text-transform: uppercase;
  line-height: 1.4em;
  color: #282828;
  margin: 0;
  padding: 0px 29px;
  letter-spacing: 0.2em;
}

h2 {
  font: bold 15px 'Open Sans', sans-serif;
  text-transform: uppercase;
  line-height: 1.4em;
  color: #000000;
  margin: 0;
  padding: 0px 29px;
  letter-spacing: 0.2em;
}

h3 {
  font: bold 26px;
  line-height: 1.4em;
  color: #000000;
  margin: 0;
  padding: 5px 29px;
  letter-spacing: 0.2em;
}

h4 {
  font: bold 18px;
;
  line-height: 1.4em;
  margin: 0;
  padding: 5px 29px;
  color: #0077c1;
  letter-spacing: 0.2em;
}

li {
  font-size: 1.0em;
  line-height: 1.4em;
  margin: 10px 26px;
}

li ul li, li ol li {
  font-size: 1.0em;
  line-height: 1.6em;
}

ul {
  list-style-type: disc;
  list-style-image: url(../images/disc.png);
  margin: 2px 28px;
  padding: 0 2px;
}
/*ul.tick {
list-style-type: disc;
list-style-image: url(../images/tick.png);
}
ul.arrow {
list-style-type: disc;
list-style-image: url(../images/arrow.png);
}
ul.boxtick {
list-style-type: disc;
list-style-image: url(../images/boxtick.png);
}
ul.pin {
list-style-type: disc;
list-style-image: url(../images/pin.png);
}*/

ol {
  margin: 2px 24px;
  padding: 2px;
}

a, a:link, a:active {
  color: #494949;
  text-decoration: underline;
  font-weight: bold;
}

a:visited {
  color: #494949;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  color: #494949;
  text-decoration: none;
  font-weight: bold;
}

a.flink, a.flink:link, a.flink:active, a.flink:visited, a.flink:hover {
  color: #494949;
  font-weight: bold;
  text-decoration: none;
}
/*ID's*/

#whiteframe {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#redframe {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1138px;
}

#header {
  text-align: center;
}

#logo {
  padding: 0;
  margin: 47px auto 26px auto;
}

#headernav {
  background: #ffffff;
/*  background: transparent url("../images/topnav.jpg") no-repeat top center;*/
  display: block;
  margin-bottom: 0;
}

#banner {
  margin: 16px auto;
  padding: 0;
  height: 229px;
  border: 1px solid #c0c0c0;
}

#maincontent {
  margin: 20px 0;
}

#content {
  padding: 0px;
  margin: 0;
}
/*BOXES*/

#boxes {
  width: 1138px;
  margin: 0 auto;
}

#box1, #box2, #box3, #box4 {
/*background:#c5c5c5;*/
/*padding:0;
border:1px solid #bfbfbf;*/
  float: left;
/*  width: 359px;*/
margin:0 5px ;
}

#box2 {
/*  margin: 0 30px;*/
}
/*TWITTER*/

#twitter {
  background: transparent url("../images/tweetnav-2022.png") no-repeat top center;
/*  background: transparent url("../images/tweetnav.png") no-repeat top center;*/
  width: 1138px;
  margin: 16px auto;
/*  height: 60px;*/
  height: 180px;
}

#twitter h2#tweet {
  margin-top: 15px;
  margin-left: 5%;
  margin-right: 10px;
  float: left;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  background: transparent url("../images/tweet.png") no-repeat 100% 50%;
}

#twitter #innertweet {
  margin:0 !important;
  padding:0 !important;
  float: left;
  width:800px !important;
}

#socialm {
margin:0 auto;
text-align:center;
/*  position: relative;
  float: right;
  margin: 35px 60px 0 0;*/
}

#socialm img {
  padding: 0 0 0 5px;
}
/*FOOTER*/

#copyright {
  margin: 0px auto;
  width: 100%;
}

#copyright p {
  text-align: center;
  font-size: 12px;
/*padding:0;
margin:0;*/
}
/* CLASSES */

.testimonial {
  border-left: 4px solid #494949;
  margin-left: 30px;
}

.testimonial2 {
  border-left: 4px solid #c29f5d;
  margin-left: 30px;
}


.slicknav_menu{
  display: none;
}




/*MOBILE*/

@media screen and (max-width: 40em) {
  .js #headernav{
    display: none;
  }

  .js .slicknav_menu{
    display: block;
  }

  body{
    background: none;
    margin: 0 auto;
  }

  #whiteframe{
    background-image: none !important;
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    border: none;
  }

  #redframe{
    background-image: none !important;
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    border: none;
  }

  #maincontent {
    background-image: none !important;
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    border: none;
  }

  #banner {
    margin: 16px auto;
    text-align: center;
    padding: 0;
    width: 100% !important;
    height: auto;
    border: none;
  }

  #banner img{
    width: 90% !important;
    height: auto !important;
    border: 1px solid #c0c0c0;
  }

  #logo {
    max-width: 80% !important;
  }

  #twitter{
    text-align: center;
    max-width: 90% !important;
    height: auto;
    float: none;
    margin: 0px auto;
    padding: 10;
    height: auto;
display:block;
  }

  #innertweet{
    max-width: 100% !important;
    height: auto;
    float: none;
    margin: 0px auto;
    padding: 10;
    height: auto;
  }

  #boxes {
width:100%;
float:left;
    display: block;
    text-align: center;
  }
#box1, #box2, #box3, #box4 {
width:50%;
float:left;
/*    display: block;*/
    text-align: center;
  margin: 0 auto;
  }

  #box1 img, #box2 img, #box3 img, #box4 img {
    max-width: 75% !important;
    height: auto;
    padding-top: 10px;
  margin: 0 12%;
float:left;
    display: block;
    text-align: center;
  }

  #socialm{
    display: block;
    text-align: center;
  float: none;
width:100%;
margin:20px auto;
  }

  #socialm img{
    padding: 5px 0;
  }



  #copyright{
  width: 98%;
    display: block;
    text-align: center;
  }

  #copyright p{
    font-size: 0.8;
line-height:1.1em;
  }
}