@charset "UTF-8";
/**
 * Custom CSS code
 * Version x-x-x
 */

@font-face {
  font-family: 'bryant_pro_regularregular';
  src: url('bryantpro-regular-webfont.eot');
  src: url('bryantpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('bryantpro-regular-webfont.woff2') format('woff2'),
  url('bryantpro-regular-webfont.woff') format('woff'),
  url('bryantpro-regular-webfont.ttf') format('truetype'),
  url('bryantpro-regular-webfont.svg#bryant_pro_regularregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.new_font {
  font-size: 100%;
  line-height: 1.5em;
  color: #333;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.new_font h1 {
  font-size: 280%;
  color: #01B1B6;
  font-weight: bold;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.new_font h2 {
  font-size: 230%;
  color: #01B1B6;
  font-weight: bold;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.new_font h3 {
  font-size: 200%;
  color: #01B1B6;
  font-weight: bold;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.new_font h4 {
  font-size: 170%;
  color: #01B1B6;
  font-weight: bold;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.new_font h5 {
  font-size: 140%;
  color: #01B1B6;
  font-weight: bold;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.new_font h6 {
  font-size: 120%;
  color: #01B1B6;
  font-weight: bold;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.right_align {
  text-align:right;
}

.center_align {
  text-align:center;
}

/*---*/

.white_t {
  color: #FFFFFF;
}

.white_t h1 {
  color: #FFFFFF;
}

.white_t h2 {
  color: #FFFFFF;
}

.white_t h3 {
  color: #FFFFFF;
}

.white_t h4 {
  color: #FFFFFF;
}

.white_t h5 {
  color: #FFFFFF;
}

.white_t h6 {
  color: #FFFFFF;
}

.white_t a:link {text-decoration: none; color: #fff;}
.white_t a:visited {text-decoration: none; color: #fff;}
.white_t a:hover {text-decoration: none; color: #ccc;}
.white_t a:active {text-decoration: none; color: #fff;}


div.separator_b {
  clear: both;
  padding: 0px;
  height: 30px;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

div.separator_c {
  clear: both;
  padding: 0px;
  height: 0px;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

.alignleft {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}

/*------------------*/

.top_a {
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
}

.phone_ico {
  /*background-image: url(phone.png);*/
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  padding-left: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-size: 20px;
}

.email_ico {
  /*background-image: url(email.png);*/
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  padding-left: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-size: 20px;
}

.map_ico {
  /*background-image: url(map.png);*/
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  padding-left: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-size: 20px;
}

.social_icons a {
  padding-left:5px;
  padding-right:5px;
}

.top_menu {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  background-color: #fff;
}

.top_c {
  display: block;
  padding-top: 45px;
  padding-bottom: 45px;
}

.extra_line {
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #ccc;
}

.post_box {
  padding-bottom:40px;
}

.footer_a {
  display: block;
}

.post_im {
  height: 180px;
  overflow: hidden;
  border: 1px solid #F2F2F2;
}

.post_im_main img {
  width:100%!important;
}

.side_blog {
  border: 3px solid #ccc;
  display: block;
  padding: 16px;
  margin-bottom:15px;
}

.side_blog ul {
  padding: 0;
  margin: 0;
}

.entry-content ul {
  margin-left: 50px!important;
}

.entry-content ol {
  margin-left: 50px!important;
}


.side_blog li {
  list-style: none;
  border-bottom: 1px solid #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
}

.side_blog h5 {
  color: #999;
  margin: 0px!important;
  padding: 0px!important;
  line-height: normal!important;
}

.es_textbox input {
  width:100%!important;
  }
  
.es_textbox {
  width:100%!important;
  }

.show_mob {
  display: none;
}

blockquote {
  background-color: #dedede;
  padding: 20px;
  padding-bottom: 10px;
  font-size: 150%;
  font-style: italic;
  display: block;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
}


/*--------------------------------*/


@media only screen and (max-width: 800px) { 
    

.top_menu {
  display: none;
}
    
.nf-form-wrap li {
  display: block!important;
  width: 100%!important;
  float: none!important;
}
    
.hide_mob {
  display: none;
}
    
.show_mob {
  display: block;
}

.new_font h1 {
  font-size: 200%;
}

.new_font h2 {
  font-size: 170%;
}

.new_font h3 {
  font-size: 150%;
}

.jqueryslidemenu {
  display:none;
}

.top_menu {
  display:none;
}

/*----------------*/


.alignright {
  float: none;
  margin-bottom: 20px;
  margin-left: 0px;
}

.alignleft {
  float: none;
  margin-bottom: 20px;
  margin-left: 0px;
}


.size_set {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}


.right_align {
  text-align:center;
}

.columns {
  text-align:center;
}

.columns.mob_left {
  text-align:left;
}
    
.entry-content ul {
  margin-left: 0px!important;
}

.entry-content ol {
  margin-left: 0px!important;
}

ul,
ol,
dl {
  list-style-position: inside;
  text-align:left;
  margin-left:0px; }

}

 
/*CSS print*/

@media print {
    
.top_a {
  display: none!important;
}
    
.texture_a {
  display: none;
}
    
.footer_a {
  display: none;
}
    
.banner_home {
  display: none;
}
    
.top_menu {
  display: none;
}
    
.print_hide {
  display: none;
}
    
}
 

