/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
@font-face {
  font-family: 'Helvetica';
  src: url('./fonts/helvetica/Helvetica.eot');
  src: url('./fonts/helvetica/Helvetica.woff2') format('woff2'),
       url('./fonts/helvetica/Helvetica.woff') format('woff'),
       url('./fonts/helvetica/Helvetica.ttf') format('truetype'),
       url('./fonts/helvetica/Helvetica.svg#Helvetica') format('svg'),
       url('./fonts/helvetica/Helvetica.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura-Medium';
  src: url('./fonts/futura/Futura-Medium.eot');
  src: url('./fonts/futura/Futura-Medium.woff2') format('woff2'),
       url('./fonts/futura/Futura-Medium.woff') format('woff'),
       url('./fonts/futura/Futura-Medium.ttf') format('truetype'),
       url('./fonts/futura/Futura-Medium.svg#Futura-Medium') format('svg'),
       url('./fonts/futura/Futura-Medium.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GillSans';
  src: url('./fonts/gillsans/GillSans.eot');
  src: url('./fonts/gillsans/GillSans.woff2') format('woff2'),
       url('./fonts/gillsans/GillSans.woff') format('woff'),
       url('./fonts/gillsans/GillSans.ttf') format('truetype'),
       url('./fonts/gillsans/GillSans.svg#GillSans') format('svg'),
       url('./fonts/gillsans/GillSans.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GillSans-SemiBold';
  src: url('./fonts/gillsans/GillSans-SemiBold.eot');
  src: url('./fonts/gillsans/GillSans-SemiBold.woff2') format('woff2'),
       url('./fonts/gillsans/GillSans-SemiBold.woff') format('woff'),
       url('./fonts/gillsans/GillSans-SemiBold.ttf') format('truetype'),
       url('./fonts/gillsans/GillSans-SemiBold.svg#GillSans-SemiBold') format('svg'),
       url('./fonts/gillsans/GillSans-SemiBold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Georgia';
  src: url('./fonts/georgia/Georgia.eot');
  src: url('./fonts/georgia/Georgia.woff2') format('woff2'),
       url('./fonts/georgia/Georgia.woff') format('woff'),
       url('./fonts/georgia/Georgia.ttf') format('truetype'),
       url('./fonts/georgia/Georgia.svg#Georgia') format('svg'),
       url('./fonts/georgia/Georgia.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
body
{
	font-size:17px !important;
	color:#333333;
	overflow-x:hidden;
}
.lcs_logo_title{
font-family: 'Helvetica' !important;
font-size: 19px !important;
text-transform: uppercase !important;
font-weight: bold !important;
}
.container
{
}
.page-block { padding-bottom:20px;}
.page-block h1, .page-block h2, .page-block h3, .page-block h4, .page-block h5, .page-block h6
{
	font-family: 'GillSans' !important;
    margin-top: 0px !important;
}
.page-block h1{font-size:30px; padding-top:20px; padding-bottom:20px;} .page-block h2 {font-size: 25px; color:red; padding-top:20px;} .page-block h3 {font-size:23px;color:#0062D5;padding-bottom:10px;}.page-block h4{font-size:18px;}
.page-block p, .page-block span, .page-block tr > td, .page-block tr > td > a, .page-block li, .page-block ul li
{
    font-family: 'GillSans' !important;
    font-size:17px !important;
	text-align:justify;
}
 .page-block input, .page-block label, .page-block option, .page-block select, .page-block textarea
 {
 	 font-family: 'GillSans' !important;
    font-size:17px !important;
	 font-weight:normal;
 }
.bvn-list > li
{
    font-size:17px;
	padding:10px;
}
.bvn-list
{
	padding:0px;
	margin-left:2%;
	list-style: square;
	
}
.bvn-list1
{
	margin:0;
	list-style:none;
	font-size:17px;
	padding:0;
}
.btnreset,.btnsubmit
{
	margin-left:20px;
}
.empty-tclast
{
	border-right:0px solid transparent !important;
	border-top:0px solid transparent !important;
	border-bottom:0px solid transparent !important;
	background: transparent !important;
}
.empty-tcback
{
	background-color: transparent !important;
}
.tab-content
{
	border: 1px solid #ddd;
	padding: 20px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 1px solid #ddd;
        border-bottom-color: rgb(221, 221, 221);
}
.header
{
	border-top:7px solid #0062D5;
}
.header-first
{
	font-family: 'Helvetica';
	color: #0062d5;
padding-top: 9px;
	
}
.top-phone
{
	margin-top:20px;
	font-weight: bold;
}
.top-phone > img
{
	margin-top:-5px;
}
.header-first p
{
	float:right;
	margin-bottom:5px;
}
.header-second
{
	background-color:#fff;
}
.header-logo
{
margin-top: -50px;
margin-bottom: -25px;
}
.header-third
{

}
.menu-first
{
	background: url('./images/menu-background-new.png');
	background-position:right;
	background-repeat: no-repeat;
}
.navbar-nav1 > li > a  {
    padding-top: 10px;
    padding-bottom: 10px;
	color: #0062d5;
      text-transform: uppercase;
	height: 38px;
	vertical-align: middle;
}
.navbar1, .navbar1-esmall {
    min-height: 38px;
    margin-bottom: 0px;
}
.navbar1 > li
{
	float:left;
	  font-family: 'Futura-Medium';
	color:#FFF;
	list-style:none;
	font-size: 14px;
}
.navbar1
{
	list-style:none;
}
.navbar1 > li
{

}
.navbar1 > li > a
{
	  font-family: 'Futura-Medium';
	color: #0062d5;
	padding: 8px 14px;
		text-decoration:none;
		text-transform:uppercase;
		display: block;
}
.navbar1>li>a:focus, .navbar1>li>a:hover
{
	color: #FC7203;
	padding: 7px 14px;
}
.header-fourth, .dropdown-menu
{
	background-color:#0062d5;
	min-height:38px;
}
.navbar2 {
	min-height: 38px;
    margin-bottom: 0px;
}
.navbar-nav2 > li > a , .dropdown-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
      font-family: 'GillSans';
      color:#FFF;
      border-right:1px solid #9a9b9b;
          padding: 10px 7.65px;
}
.navbar-nav2 > li > .noborder
{
	border-right: 0px transparent;
}
.nav > li > a:focus, .nav > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    text-decoration: none;
    background-color: #eee;
    color:#0062d5;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    color:#0062d5;
}

.pdf-image
{
	width:30px;
}
.slider
{
	width:100%;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    width:100%;
}
.content-block-2
{
	padding-top:40px;
	padding-bottom:40px;
}
.content-block-2 h1 
{
	color:	#fc7203;
	text-align:center;
	font-family: 'Futura-Medium';
	padding-bottom:40px;
}
.content-block-2 p 
{
	text-align:justify;
	 font-family: 'Helvetica';
}
.content-block-3 h1 , .content-block-3-new h1
{
	color:	#FFF;
	text-align:center;
	font-family: 'GillSans';
	padding-bottom:40px;
}
.content-block-3
{
	padding-top:40px;
	padding-bottom:60px;
	width:100%;
	background-image: url("../images/background-content-1.jpg");
	background-size: 100%;
}
.content-block-3-new
{
	background-color:#971B19;
	width:100%;
}
.text-largest
{
	font-family: 'Georgia';
	font-size: 40px;
	text-align:center;
	color:#FFF;
	padding-bottom:20px;
}
.text-small
{
	font-family: 'Helvetica';
	font-size:19px;
	color:#fc7203;
	text-align:center;
}
.content-block-4 
{
	padding-top:40px;
	padding-bottom:60px;
}	
.content-block-4 h1 
{
	font-family: 'GillSans';
	color:#0062d5;
	padding-bottom:40px;
	
}
.content-block-4 img 
{
	padding-bottom:30px;
}
.content-block-4 p 
{
	font-family: 'Helvetica';
	font-size:19px;
	text-transform:uppercase;
}
.productrange-ind li {
  background-color: #999;
  background-color: rgba(70,70,70,.25);
}
.productrange-ind
{
	margin-top:20px;
}
.productrange-ind .active {
  background-color: #444;
}
.footer{
background-image:url("./images/footer-background.jpg");
padding-top:40px;
	padding-bottom:60px;
	background-size: 100%;
	text-align:justify;
}
.footer h2{
	font-family:'GillSans';
	padding-bottom:20px;

}
.footer-list
{
	margin:0;
	list-style:none;
	padding:0;
}
.footer p{
font-family:'GillSans';
color:#333333;}
.footer-list > li > a, .footer-list > li  {
font-family:'GillSans';
    color: #333;
    text-decoration:none;
}
.footer-list > li > i {
  padding-right:5px;
  }
.fa-mobile
{
	font-size:25px;
}
.copyright, .copyright > a 
{
	color:#333;
}
.table-textcenter
{
	text-align:center !important;
	vertical-align: middle !important;
}
/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}
#itemslider h4{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 10px auto 3px;
}
#itemslider h5{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin: 3px auto 2px;
}
#itemslider h6{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;;
  font-size: 10px;
  margin: 2px auto 5px;
}
.badge {
  background: #b20c0c;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 31px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  border: 2px solid #FFF;
  box-shadow: 0 0 0 1px #b20c0c;
  top: 5px;
  right: 25%;
}
#slider-control img{
  padding-top: 120%;
  margin: 0 auto;
}
#slider-control img:hover{
color:#FFF;
}

/* footer social icons */
.social-network a.icoRss {
	background-color: #F56505;
}
.social-network a.icoFacebook{
	background-color:#3B5998;
}
.social-network a.icoTwitter {
	background-color:#33ccff;
}
.social-network a.icoGoogle {
	background-color:#BD3518;
}
.social-network a.icoVimeo {
	background-color:#0590B8;
}
.social-network a.icoLinkedin {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.social-circle a:hover {
 background-color: #D3D3D3;   
}
.navbar-toggle .icon-bar {

    background-color: #FFF;
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-top: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px;
}
.navbar-brand {

     height: 38px; 
}
.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 5px;
  display:none;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 5px;
    display:none;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}
@media all and (max-width: 767px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (max-width: 767px) and (transform-3d), all and (max-width: 767px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
  .top-phone{
  	display:none;
  }
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -25%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 25%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

@media only screen and (min-width:768px) and (max-width:991px){
	.text-largest {	font-size: 40px; } body, p,a,td,li{font-size:15px;} h1{font-size:25px;} h2{font-size:23px;} h3{font-size:20px;} h4 {font-size: 16px;} .text-small > b, .content-block-4 p {font-size:17px !important; } .social-circle li a { width: 30px; height: 30px; font-size:16px; } .social-circle li i { line-height: 30px; }
	  .container{   width: 98%;    }
	  	  	     .navbar-header {
    float: none;
}
.navbar-left,.navbar-right {
    float: none !important;
}
.navbar-toggle {
    display: block;
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-nav {
    float: none!important;
    margin-top: 7.5px;
}
.navbar-nav>li {
    float: none;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.collapse.in{
    display:block !important;
}
.navbar-nav {
    margin-top: 38px;
    padding-bottom: 10px;
}
.navbar-nav2 > li > a {
    border-right: 0px solid #9a9b9b;
}
.header-fifth
{
	display: none;
}
}

@media only screen and (min-width:992px) and (max-width:1199px){
	  .container{   width: 98%;    }
	  	     .navbar-nav2 > li > a {    padding: 10px 10px;}
 .social-circle li a { width: 40px; height: 40px; font-size:17px; } .social-circle li i { line-height: 40px; }
}

@media only screen and (min-width:1200px) and (max-width:1439px){
	     .container{   width: 95%;    }
	     .navbar-nav2 > li > a {    padding: 10px 10px;}
}
@media only screen and (min-width:1440px) and (max-width:1638px){
	     .container{   width: 1270px !important;    }
	     .navbar-nav2 > li > a , .dropdown-menu > li > a {
          padding: 10px 6.9px;
}
}
@media only screen and (min-width:1638px) and (max-width:1859px){
	     .container{   width: 1270px !important;    }
	     .navbar-nav2 > li > a , .dropdown-menu > li > a {
          padding: 10px 6.9px;
}
}
    @media only screen and (min-width:1638px){
        /* styles for browsers larger than 1440px; */
     .container{   width: 1270px !important;    }
     .dropdown-menu > li > a {font-size:17px;}
}
   
    
@media only screen and (min-width:560px) and (max-width:767px){    
.text-largest {	font-size: 40px; } body, p,a,td,li{font-size:15px;} h1{font-size:25px;} h2{font-size:23px;} h3{font-size:20px;} h4 {font-size: 16px;} .text-small, .content-block-4 p {font-size:17px !important; } .social-circle li a { width: 30px; height: 30px; font-size:16px; } .social-circle li i { line-height: 30px; }
.header-logo {    margin-top: -40px;   margin-bottom: -10px;    margin-left: 0px;} .top-phone {  font-size: 13px;}
	.container{   width: 100%;    }
	  	  	     .navbar-header {
    float: none;
}
.navbar-left,.navbar-right {
    float: none !important;
}
.navbar-toggle {
    display: block;
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-nav {
    float: none!important;
    margin-top: 7.5px;
}
.navbar-nav>li {
    float: none;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.collapse.in{
    display:block !important;
}
.navbar-nav {
    margin-top: 38px;
    padding-bottom: 10px;
}
.navbar-nav2 > li > a {
    border-right: 0px solid #9a9b9b;
}
.navbar1 > li > a {
    padding: 6px 3px;
    font-size: 12px;
}
.navbar1 > li > a:hover {
    padding: 6px 3px;
    font-size: 12px;
}
.navbar1 {
    min-height: 29px;
}
.header-first {
    padding-top: 6px; 
}
.content-block-2, .content-block-3, .content-block-4, .footer { padding-top: 20px; padding-bottom: 20px; } .content-block-2 h1, .content-block-3 h1, .content-block-4 h1 { padding-bottom: 20px; } .text-largest {font-size: 27px !important;} .content-block-4 p {font-size: 14px;} .footer h2 {text-align:center;}
.navbar-toggle {
    padding: 5px 10px !important;
}
.header-fourth {
    min-height: 25px !important;
}
.navbar-brand {
    height: 25px !important;
}
.navbar2 {
    min-height: 25px !important;
}
.header-fifth
{
	display: none;
}
}

@media only screen and (min-width:450px) and (max-width:559px){  
  
.text-largest {	font-size: 40px; } body, p,a,td,li{font-size:15px;} h1{font-size:25px;} h2{font-size:23px;} h3{font-size:20px;} h4 {font-size: 16px;} .text-small, .content-block-4 p {font-size:17px !important; } .social-circle li a { width: 30px; height: 30px; font-size:16px; } .social-circle li i { line-height: 30px; }
.header-logo {    margin-top: -25px;    margin-bottom: 5px;    margin-left: 0;}  .top-phone {  font-size: 13px; margin-top: 5px;}
	.container{   width: 100%;    }
	  	  	     .navbar-header {
    float: none;
}
.navbar-left,.navbar-right {
    float: none !important;
}
.navbar-toggle {
    display: block;
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-nav {
    float: none!important;
    margin-top: 7.5px;
}
.navbar-nav>li {
    float: none;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.collapse.in{
    display:block !important;
}
.navbar-nav {
    margin-top: 0px;
    padding-bottom: 8px;
}
.navbar-nav2 > li > a {
    border-right: 0px solid #9a9b9b;
}
.navbar1 > li > a {
    padding: 6px 3px;
   font-size: 12px;
   margin-bottom:-20px;
}
.navbar1 > li > a:hover {
    padding: 6px 3px;
}
.navbar1
{
	 min-height: 29px;
}
.header-first {
    padding-top: 0px;
}
.content-block-2, .content-block-3, .content-block-4, .footer { padding-top: 20px; padding-bottom: 20px; } .content-block-2 h1, .content-block-3 h1, .content-block-4 h1 { padding-bottom: 20px; } .text-largest {font-size: 27px !important;} .content-block-4 p {font-size: 14px;} .footer h2 {text-align:center;}
.header-fifth
{
	display: none;
}
}
@media only screen and (min-width:100px) and (max-width:449px){
  body {overflow-x:hidden !important;}
 body, p,a,td,li{font-size:13px !important;} h1{font-size:20px !important;} h2{font-size:17px !important;} h3{font-size:16px !important;} h4 {font-size: 15px !important;} .text-small, .content-block-4 p {font-size:13px !important; } .social-circle li a { width: 30px; height: 30px; font-size:16px; } .social-circle li i { line-height: 30px; }
	.container{   width: 100%;    }
	  	  	     .navbar-header {
    float: none;
}

.navbar-nav {
    margin-top: 0px;
    padding-bottom: 8px;
}
.navbar-nav2 > li > a {
    border-right: 0px solid #9a9b9b;
}
.navbar1 > li > a {    padding: 10px 3px;    font-size: 9px !important;    margin-bottom: -20px;    letter-spacing: 0.4px;}
.navbar1 > li > a:focus, .navbar1 > li > a:hover {
    padding: 10px 3px;    font-size: 9px !important;    margin-bottom: -20px;    letter-spacing: 0.4px;
}

.navbar2
{
	min-height: 16px;
}
.navbar1 { min-height: 30px;}
.navbar2 {
    min-height: 16px;
}
.navbar-toggle .icon-bar {
    width: 20px;
    height: 1px;
}
.header-fourth {
    min-height: 16px;
}
.header-third
{
	 min-height: 16px;
}


.header-first {
    padding-top: 0px;
	 min-height: 16px;
}

.header-first p {
	margin-bottom: 0px;
	    font-size: 12px;
}	
.content-block-2, .content-block-3, .content-block-4, .footer { padding-top: 20px; padding-bottom: 20px; } .content-block-2 h1, .content-block-3 h1, .content-block-4 h1 { padding-bottom: 20px; } .text-largest {font-size: 15px !important;} .content-block-4 p {font-size: 10px !important;} .footer h2 {text-align:center; padding-bottom: 6px;}
.footer-list > li > a, .footer-list > li
{
	text-align:center;
}
.content-block-4 img {
    padding-bottom: 10px;
}
.navbar-toggle {
    padding: 7px 10px !important;
}
.header-fourth {
    min-height: 25px !important;
}
.navbar-brand {
    height: 25px !important;
}
.navbar2 {
    min-height: 25px !important;
}
.fa-phone
{
	font-size:20px;
}
.header-fifth
{
	background-color:#fc7203;
}

.navbar1-esmall > li
{
	float:left;
	font-family: 'GillSans';
	color:#FFF;
	list-style:none;
}
.navbar1-esmall
{
	list-style:none;
	    min-height: 25px;
    margin-bottom: 0px;
      display: inline-block;
     padding-left:0 !important;
  float: none;
  vertical-align: top;
}


.navbar1-esmall > li > a
{
	color:#FFF;
	padding: 7px 3px;
		text-decoration:none;
		text-transform:uppercase;
		display: block;
	font-size: 9px !important;
}
.navbar1-esmall>li>a:focus, .navbar1-esmall>li>a:hover
{
	background-color:#FFF;
	color:#fc7203;
	padding: 7px 3px;
}


.text-largest {	font-size: 40px; } 
	.content-block-3 {
    background-image: url("../images/background-content-1.jpg");
    background-size: 100%;
}

.container{   width: 100%;    }
  	  	     .navbar-header {
    float: none;
}
.navbar-left,.navbar-right {
    float: none !important;
}
.navbar-toggle {
    display: block;
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-nav {
    float: none!important;
    margin-top: 7.5px;
}
.navbar-nav>li {
    float: none;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.collapse.in{
    display:block !important;
}
.navbar-nav {
    margin-top: 38px;
        padding-bottom: 10px;
}
.navbar-nav2 > li > a {
    border-right: 0px solid #9a9b9b;
}
.header-logo {    margin-top: -13px;    margin-bottom: 10px;    margin-left: 0px; } .top-phone { margin-top: 10px;font-size: 12px !important;margin-bottom: 12px;}
}
