/* Write your CSS! */

/* Changes by Alisdair */
.testimonial-home{
  width:29% !important;
  float:left !important;
  background-color:#fff;
  padding: 15px;
}
.testimonial-home:first-child{
  margin-left:3.5%;
}
.testimonial-home:nth-child(2){
  margin:0px 3.5% 0% 3.5%;
}
.testimonial-home:last-child{
  margin-right:0%;
}
.testimonial-image img{
  display:block;
  float:none;
  clear:both;
  width:auto;
  margin:0px auto 15px auto;
}
.testimonial-home p{
  font-family: 'OpenSansRegular';
}

@media all and (max-width:745px){
  .testimonial-home{
    display:block !important;
    float:none !important;
    clear:both !important;
    max-width:450px !important;
    width:100% !important;
    margin:0px auto 20px auto !important;
  }
}

@font-face {

  font-family: 'OpenSansRegular';

  src: url(fonts/OpenSans-Regular-webfont.eot);

  src: url(fonts/OpenSans-Regular-webfont.eot?#iefix) format("embedded-opentype"),

  url(fonts/OpenSans-Regular-webfont.woff) format("woff"),

  url(fonts/OpenSans-Regular-webfont.ttf) format("truetype"),

  url(fonts/OpenSans-Regular-webfont.svg#OpenSansRegular) format("svg");

  font-weight: normal;

  font-style: normal; }



@font-face {

  font-family: 'OpenSansBold';

  src: url(fonts/OpenSans-Bold-webfont.eot);

  src: url(fonts/OpenSans-Bold-webfont.eot?#iefix) format("embedded-opentype"),

  url(fonts/OpenSans-Bold-webfont.woff) format("woff"),

  url(fonts/OpenSans-Bold-webfont.ttf) format("truetype"),

  url(fonts/OpenSans-Bold-webfont.svg#OpenSansBold) format("svg");

  font-weight: normal;

  font-style: normal; }



@font-face {

  font-family: 'LeagueGothicRegular';

  src: url(fonts/LeagueGothic-Regular-webfont.eot);

  src: url(fonts/LeagueGothic-Regular-webfont.eot?#iefix) format("embedded-opentype"),

  url(fonts/LeagueGothic-Regular-webfont.woff) format("woff"),

  url(fonts/LeagueGothic-Regular-webfont.ttf) format("truetype"),

  url(fonts/LeagueGothic-Regular-webfont.svg#LeagueGothicRegular) format("svg");

  font-weight: normal;

  font-style: normal; }



strong {

  font-family: 'OpenSansBold';

}



html {

  height: 100%;

}



#slider h1 {

  font-size: 40px;

}

.menu-menu-1-container {
  float: left;
  margin-top: 20px;
}

/* Flexnav Base Styles */
.menu {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  margin-top: 20px;
  float: left;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0; }
  .menu.opacity {
    opacity: 1; }
  .menu.flexnav-show {
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
  .menu.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px; }
  .menu li {
    font-size: 100%;
    position: relative;
    overflow: hidden; }
  /*.menu li.menu-item-has-children {
      padding-right: 10px;
    }*/
  .menu li a {
    position: relative;
    display: block;
    padding: 7px;
    font-size: 13px;
    text-transform: uppercase;
    z-index: 2;
    overflow: hidden;
    color: #222222;
    background: #fff;}


  .menu > li a:hover {
    background-color: #b8c16b;
  }

  .menu > li.current-menu-item a {
    background-color: #b8c16b;
  }

  .menu > li {
    margin-right: 9px;
  }

  .menu li ul {
    width: 100%; 
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
  }
    .menu li ul li {
      font-size: 100%;
      position: relative;
      overflow: hidden; 
      border-top: 1px solid #959C59;
    }
  .menu li ul.flexnav-show li {
    overflow: visible; }
  .menu li ul li a {
    display: block;
    background: #b8c16b; }
  .menu li ul li a:hover {
    background: #959C59; }
  .menu ul li ul li a {
    background: #b8c16b; }
  .menu ul li ul li ul li a {
    background: #b8c16b; }
  .menu .touch-button {
    position: absolute;
    display: none !important;
    z-index: 999;
    top: 0;
    right: 0;
    display: inline-block;
    text-align: center; }
    .menu .touch-button:hover {
      cursor: pointer; }
    .menu .touch-button .navicon {
      position: relative;
      top: 1.4em;
      font-size: 12px;
      color: #666; }

.menu-button {
  position: relative;
  display: block;
  padding: 1em;
  background: #a6a6a2;
  color: #222222;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px; }
  .menu-button .touch-button {
    background: transparent;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center; }
    .menu-button .touch-button .navicon {
      font-size: 16px;
      position: relative;
      top: 1em;
      color: #666; }

@media all and (min-width: 1px) {
  body.one-page {
    padding-top: 70px; }

  .menu {
    overflow: visible; }
    .menu.opacity {
      opacity: 1; }
    .menu.one-page {
      top: 0;
      right: auto;
      max-width: 1080px; }
    .menu li {
      position: relative;
      list-style: none;
      float: left;
      display: block;
      overflow: visible;
       }
    .menu li a {
      border-bottom: none; }
    .menu li > ul {
      position: absolute;
      top: auto;
      left: 0; }
      .menu li > ul li {
        width: 100%; }
    .menu li ul li > ul {
      margin-left: 100%;
      top: 0; }
    .menu li ul li a {
      border-bottom: none; }
    .menu li ul.open {
      display: block;
      opacity: 1;
      visibility: visible;
      z-index: 1; }
      .menu li ul.open li {
        overflow: visible;
        max-height: 100px; }
      .menu li ul.open ul.open {
        margin-left: 100%;
        top: 0; }

  .menu-button {
    display: none; } }
.oldie body.one-page {
  padding-top: 70px; }
.oldie .menu {
  overflow: visible; }
  .oldie .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px; }
  .oldie .menu li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #a6a6a2;
    width: 20%;
    min-height: 50px;
    overflow: visible; }
  .oldie .menu li:hover > ul {
    display: block;
    width: 100%;
    overflow: visible; }
    .oldie .menu li:hover > ul li {
      width: 100%;
      float: none; }
  .oldie .menu li a {
    border-left: 1px solid #acaca1;
    border-bottom: none;
    overflow: visible; }
  .oldie .menu li > ul {
    background: #acaca1;
    position: absolute;
    top: auto;
    left: 0;
    display: none;
    z-index: 1;
    overflow: visible; }
  .oldie .menu li ul li ul {
    top: 0; }
  .oldie .menu li ul li a {
    border-bottom: none; }
  .oldie .menu li ul.open {
    display: block;
    width: 100%;
    overflow: visible; }
    .oldie .menu li ul.open li {
      width: 100%; }
    .oldie .menu li ul.open ul.open {
      margin-left: 100%;
      top: 0;
      display: block;
      width: 100%;
      overflow: visible; }
  .oldie .menu ul li:hover ul {
    margin-left: 100%;
    top: 0; }
.oldie .menu-button {
  display: none; }
.oldie.ie7 .menu li {
  width: 19.9%; }


@media all and (max-width: 767px) {
  .menu {
    display: inline-table;
    padding-left: 0;
  }

  header.container .nav {
    display: none;
  }

  .menu-menu-1-container {
    width: 100%;
  }

  .sub-menu {
    display: block !important;
    position: relative !important;
  }

  .sub-menu li a {
    background-color: #fff !important;
    padding-left: 20px;
  }

  .sub-menu li a:hover {
    background-color: #b8c16b !important;
  }

  .sub-menu li {
    border-top: none !important;
  }

  .sub-menu li.current_page_item a {
    background-color: #b8c16b !important;
  }

  .menu li {
    width: 100%;
  }
}


h2, h1 {

  font-family: 'LeagueGothicRegular';

  font-size: 60px;

  color: #628f98;

  font-weight: 100;

}

.mobile-nav .col-md-12 {
  height: 50px;
  background-color: #b8c16b;
}

#mobile-nav {
  background-color: #b8c16b;
}


.page-header {

  margin-bottom: 40px;

}



a {

	color:#628f98;

	text-decoration:none;

}

#secondary {

  padding: 20px;

}



#secondary li {

  list-style: none;

}



input, textarea {

  padding: 10px;

  border: 0;

  margin-top: 5px;

  font-family: "OpenSansRegular";

}



form p {

  font-weight: bold;

}



#commentform p {

  float: left;

  width: 500px;

}



#commentform p label {

  float: left;

}



#commentform p input, #commentform p textarea {

  float: left;

  clear: both;

}



#comments ol {

  list-style: none;

  padding-left: 0;

}

input[type="submit"] {
  font-family: "OpenSansBold";
  font-size: 15px;
  text-transform: uppercase;
  color: #1e3247;
  background-color: #b8c16b;
  border-radius: 5px;
  padding: 5px 20px;
  margin-top: 10px;
  display: inline-block;
}



#comments div {

  font-family: "OpenSansRegular";

  font-size: 13px;

}



#comments span {

  font-family: "OpenSansRegular";

  font-size: 13px;

}



#comments a {

  font-family: "OpenSansRegular";

  font-size: 13px;

}



#comments em {

  font-family: "OpenSansRegular";

  font-size: 13px;

}



#submit {

  font-family: "OpenSansBold";

  font-size: 15px;

  text-transform: uppercase;

  color: #1e3247;

  background-color: #b8c16b;

  border-radius: 5px;

  padding: 5px 20px;

  margin-top: 10px;

  display: inline-block;

}



span.wpcf7-not-valid-tip {

  position: relative;

  top: 0;

  left: 0;

  z-index: 100;

  background: #fff;

  border: 1px solid #ff0000;

  font-size: 10pt;

  width: 280px;

  padding: 2px;

  margin-left: 11px;

}



input:focus, textarea:focus {

  outline: none;

}



span {

  font-family: 'OpenSansRegular';

}



#slider1 {

  background-image: url('images/slider/1_bg.jpg');

  width: 100%;

  height: 100%;

  background-repeat: no-repeat;

  background-position: right;

}



#slider1 .header {

  padding-left: 25px;

  padding-top: 15px;

  padding-bottom: 15px;

  background-color: rgba(198, 215, 218, .5);

  width: 100%;

}



#slider1 .content {

  padding-left: 25px;

  padding-top: 20px;

}



#slider1 .content h3 {

  font-size: 22px;

  width: 440px;

}



#slider1 .content p {

  font-size: 15px;

  width: 305px;

  color: #1e3247;

  margin-bottom: 4px;

}



#slider1 .price {

  position: absolute;

  right: 205px;

  bottom: 88px;

  font-family: "LeagueGothicRegular";

  font-size: 60px;

  color: #b8c16b;

  line-height: 20px;

}





#slider1 .price .small {

  font-size: 12px;

}





.quote_slider {

  background-image: url('images/slider/2_bg.jpg');

  width: 100%;

  height: 100%;

  background-repeat: no-repeat;

  background-position: right bottom;

}



.quote_slider .header {

  height: 4px;

  background-color: #c6d7da;

}



.quote_slider h2 {

  font-family: "Georgia";

  font-size: 39px;

  color: #1e3247;



}



.quote_slider .content {

  float: left;

  margin-left: 210px;

  margin-top: 30px;

}



.quote_slider h5 {

  font-weight: 700;

  text-transform: uppercase;

  font-size: 11px;

  color: #1e3247;

  margin-top: 20px;

  margin-bottom: 20px;

}



.quote_slider .tab {

  padding: 25px 10px;

  position: absolute;

  left: 30px;

  background-color: #c6d7da;

  font-family: "OpenSansBold";

  color: #ffffff;

  font-size: 18px;

  text-transform: uppercase;

  text-align: center;

  border-bottom-right-radius: 5px;

  border-bottom-left-radius: 5px;

}



.quote_slider .btn {

  position: absolute;

  top: 100px;

  left: 30px;

}



#slider2 img {margin-top: 30px;}



#slider3 .content {

  margin-left: 197px;

}



#slider3 .content img {

  margin-top: 20px;

}







#slider4 .content {

  margin-top: 0px;

}



#slider4 h2 {

  font-size: 37px;

}



#slider4 .content img {

  margin-top: 10px;

}







#slider5 .content img {

  margin-top: 12px;

  margin-left: 143px;

}







#slider6 {

  background-position: right -103px bottom;

}



#slider6 .content img {

  margin-top: 40px;

}



#slider7 {

  background-position: right -75px bottom;

}



#slider7 .content {

  margin-top: 10px;

}



#slider7 img {

  margin-top: 20px;

}



#slider8 {

  background-position: right -110px bottom;

}



#slider8 h2 {

  font-size: 35px;

}



#slider8 img {

  margin-top: 20px;

}



#slider9 .content {

  margin-top: 0;

}



#slider9 img {

  margin-top: 20px;

}





#slider10 .content {

  margin-top: 0;

}



#slider10 img {

  margin-top: 20px;

}





.one_half {

  width: 320px !important;

  margin-right: 40px;

}



.one_half.last_column {

  margin-right: 0;

}



.entry-meta span {

  font-size: 13px;

  color: #1e3247 !important;

}

.entry-meta a {

  font-size: 13px;

}



table td {

  font-family: "OpenSansRegular";

  font-size: 13px;

  border: 0;

  padding: 10px;

}



table {

  border: 0;

}







blockquote {

  float: left;

  margin: 0;

  padding-left: 25px;

}



.testimonials-widget .image {

  float: left;

  width: 160px;

  text-align: center;

  padding-top: 35px;

}



.testimonials-widget {

  float: left;

  margin-bottom: 50px;

}



.open-quote, .close-quote {

  display: none;

}



.credit {

  display: none !important;

}



.wrapper {

  float: left;

  width: 100%; }



.container_3 {

  position: relative; }



.logo {
  position: absolute;
  top: 80px;
  z-index: -1;
  left: 20px; 
  }



















#contact_box {

  background-image: url(images/bg/green_box.jpg);

  background-repeat: no-repeat;

  width: 100%;

  font-family: 'OpenSansRegular';

  font-size: 18px;
  background-size: 100%;

  height: 185px;

  padding: 20px;

  color: #f2efeb; }

  #contact_box h4 {

    font-family: 'LeagueGothicRegular';

    font-size: 36px;

    color: #f2efeb;

    font-weight: 100; }

    #contact_box h4 a {

    font-family: 'LeagueGothicRegular';

    font-size: 36px;

    color: #f2efeb;

    font-weight: 100; }

  #contact_box p {

    font-family: 'OpenSansBold';

    font-size: 15px;

    color: #f2efeb !important;

    margin-top: 30px; }

#content {

  background-color: #f2efeb;

  margin-top: 75px;

  padding: 25px 0 25px 0; }



footer {

  background-color: #f2efeb;

  margin-top: 20px;

}



footer .grid_2 {

  font-family: Arial;

  font-size: 11px;

  text-transform: uppercase;

  color: #010101;

}



footer .grid_2 img {

  margin-left: 10px;

  position: relative;

  top: 8px;

}



footer a {

  color: #010101;

}



footer a:hover {

  color: #628f98;

}



footer .grid_1 {

  text-align: right;

}



#slider {

  background-color: #ffffff;

  -moz-box-shadow: 7px 7px 0px #dbd8d5;

  -webkit-box-shadow: 7px 7px 0px #dbd8d5;

  box-shadow: 7px 7px 0px #dbd8d5;

  position: relative;

  top: -55px;

  height: 310px; }



#slider ul {

  padding: 0;

  margin:0;

}



#slider li {

  list-style: none;

  height: 310px;

}

#logos {

  background-color: #ffffff;

  -moz-box-shadow: 7px 7px 0px #dbd8d5;

  -webkit-box-shadow: 7px 7px 0px #dbd8d5;

  box-shadow: 7px 7px 0px #dbd8d5;

  position: relative;

  top: -55px;
 }

  #logos .header {

    background-color: #c6d7da;

    padding: 15px; }

  #logos .content {

    padding: 15px;

    text-align: center; }



#latest_posts {

  background-color: #dbe3e4;

  margin-top: 40px;
  width: 100%;

  -moz-box-shadow: 7px 7px 0px #dbd8d5;

  -webkit-box-shadow: 7px 7px 0px #dbd8d5;

  box-shadow: 7px 7px 0px #dbd8d5;

  float: left; }

  #latest_posts .header {

    padding: 20px;

    width: 100%;

    background-color: #c6d7da;

    width: 100%; }

  #latest_posts .content {

    padding: 30px 20px; }



.col {

  float: left;

  margin-right: 35px;

  width: 310px; }



.col.last {

  margin-right: 0; }



.header h2 {

  font-family: 'LeagueGothicRegular';

  font-size: 40px;

  color: #628f98; }



h3 {

  font-family: 'OpenSansBold' !important; }



h3, p , ul li{

  color: #1e3247 !important;

  font-family: 'OpenSansRegular';

  font-size: 13px;

}



ul {

  padding: 0 0 0 17px;

}



.btn {

  font-family: "OpenSansBold";

  font-size: 15px;

  text-transform: uppercase;

  color: #1e3247;

  background-color: #b8c16b;

  border-radius: 5px;

  padding: 5px 20px;

  margin-top: 10px;

  display: inline-block;

}



.blue_btn {

  font-family: "OpenSansBold";

  font-size: 15px;

  text-transform: uppercase;

  color: #f2efeb;

  background-color: #1e3247;

  border-radius: 5px;

  padding: 5px 20px;

  margin:10px 0 20px 0;

  display: inline-block;

}

.purple_btn {

  font-family: "OpenSansBold";

  font-size: 15px;

  text-transform: uppercase;

  color: #f2efeb;

  background-color: #6618ae;

  border-radius: 5px;

  padding: 5px 20px;

  margin:10px 0 20px 0;

  display: inline-block;

}


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/* Large desktop */
@media (min-width: 1200px) {
  blockquote {
    width: 490px;
  }
}


@media (min-width: 992px) and (max-width: 1200px) {
  header.container {
    height: 200px;
  }

  blockquote {
    width: 420px;
  }

  #contact_box p {
    font-size: 14px;
  }

  #logos {
    top: 0;
  }

}


@media (max-width: 992px) {

  .testimonials-widget {
    float: none;
  }

  .testimonials-widget-testimonial.list {
    display: inline-block !important;
  }

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 992px) {
  header.container {
    height: 200px;
  }

  #contact_box p {
    font-size: 14px;
  }

  #comments form {
    height: 760px;
  }


  #logos {
    top: 0;
  }

  .post img {
  }

  .siteby {
    margin-top: 17px;
    display: inline-block;
    float: right;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  header.container {
    height: 200px;
  }


  hr {
    width: 100% !important;
  }

  .post img {
    max-width:100% !important;
    height:auto;
    display:block;
  }

  #logos {
    top: 0;
  }

  .siteby {
    margin-top: 17px;
    display: inline-block;
  }

  #mobile-nav .col-md-12 img {
    width: 35px;
    margin-top: 8px;
    float: right;
    cursor: pointer;
  }
 
  #comments form {
    height: 760px;
  }

  .logo {
    position: relative;
    top: 0;
    left: 0;
    float: left;
  }

  .logo img {
    width: 100%;
    display: block;
    margin-top: 40px;
  }

}

/* Landscape phones and down */
@media (max-width: 480px) {
  header.container {
    height: 130px;
  }


  input,textarea {
    width: 280px !important;
  }


  .post img {
    max-width:100% !important;
    height:auto;
    display:block;
  }

  #mobile-nav .col-md-12 {
    position: relative;
  }

  #mobile-nav .col-md-12 img {
    width: 35px;
    margin-top: 8px;
  }

  .post img {
  }

  h2 {
    font-size: 30px;
  }

  #logos {
    top: 0;
  }

  #comments form {
    height: 760px;
  }

  .siteby {
    margin-top: 17px;
    display: inline-block;
  }

  testimonials-widget .image {
    width: 100%;
  }

  .testimonials-widget-testimonial blockquote {
    padding-left: 0 !important;
  }

  .logo {
    position: relative;
    top: 0;
    left: 0;
    float: left;
  }

  .logo img {
    width: 100%;
    display: block;
    margin-top: 40px;
  }

  .one_half {
    width: 100% !important;
  }

  #slider1 {
    background-image: none;
  }

  #slider1 .price {
    display: none;
  }

  #slider1 .content h3 {
  font-size: 16px;
  width: 270px;
  }

  #slider1 .content p {
  width: 263px;
  }

  h1 {
    font-size: 46px;
  }

  .quote_slider .btn {
    display: none;
  }

  .quote_slider .content, #slider3 .content {
    margin-left: 10px;
  }

  #commentform p {
    width: 100%;
  }

  .quote_slider .tab {
    display: none;
  }

  .quote_slider h2 {
    font-size: 27px;
  }

  #slider4 h2 {
    font-size: 31px;
  }

  #slider8 h2 {
    font-size: 30px;
  }

  #commentform textarea {
    width: 200px;
  }

  .bx-wrapper .bx-pager {
    bottom: -48px;
  }

  .bx-wrapper .bx-pager .bx-pager-item {
    margin-bottom: 3px;
  }
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {

  /* Don't forget your Retina CSS! */

  body {

    background-size: 72px 72px; } }

hr
{
border:solid 1px gray;
width: 96%;
color: #56565C;
height: 1px;

}


/* Reduces the title font size and displays more than two title lines */
.yarpp-thumbnail {height: 200px !important;}
.yarpp-thumbnail-title {font-size:0.8em !important; max-height: 4em !important}

/* Centers the thumbnail section */
.yarpp-related-widget {text-align:center !important;}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
max-height: none !important;


}