/*
Theme Name: pmr-theme
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.0
Author: AloBin Technologies
Author URI: http://www.alobin.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */
/* styles from flat-ui-free2.0.0-fix.less files */
/* styles from flat-ui-free2.0.0-fix.less files */

@font-face {
  font-family: 'Lisboa Light';
  src: url('assets/fonts/lisboa-light/lisboa_sans_lf_light-webfont.eot'); /* IE9 Compat Modes */
  src: url('assets/fonts/lisboa-light/lisboa_sans_lf_light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/lisboa-light/lisboa_sans_lf_light-webfont.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/lisboa-light/lisboa_sans_lf_light-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/lisboa-light/lisboa_sans_lf_light-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Lisboa Bold';
  src: url('assets/fonts/lisboa-bold/lisboasanslf-bold-webfont.eot'); /* IE9 Compat Modes */
  src: url('assets/fonts/lisboa-bold/lisboasanslf-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/lisboa-bold/lisboasanslf-bold-webfont.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/lisboa-bold/lisboasanslf-bold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/lisboa-bold/lisboasanslf-bold-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
body {
  color: #204b66;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.231;
}
input,
button,
select,
textarea {
  font-family: Arial, sans-serif;
  font-size: 14px;
}
a {
  color: #2a6496;
  text-decoration: none;
  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}
a:hover {
  color: #2a6496;
  text-decoration: none;
}
/*CLEAR */
.clear{clear:both;}
/*FOOTER  */
footer a{color:#1B5F80;}
h1,
.h1 {
  font-size: 48px /* 64px */;
}
h2,
.h2 {
  font-size: 41px /* 52px */;
}
h3,
.h3 {
  font-size: 32px /* 40px */;
}
h4,
.h4 {
  font-size: 23px /* 29px */; 
}
h5,
.h5 {
  font-size: 21px /* 28px */;
}
h6,
.h6 {
  font-size: 19px /* 24px */;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2em;
  letter-spacing: 1px;
  font-weight: bold;
}
h1 {
}
h2 {
  margin-bottom: 2px;
}
h3 {
  margin-bottom: 4px;
  margin-top: 2px;
}
h4 {
  margin-top: 4px;
}
h5 {
}
h6 {
}
p {
  font-size: 12px;
  /* 18px */
  line-height: 1.5;
  /* 31px */
  text-align: justify;
  word-spacing: 2px;
}
.lead {
  font-size: 12px;
  /* 28px */
  line-height: 1.4642745000000001;
  /* 41px */
  font-weight: 300;
  margin-bottom: 10px;
}
small {
  font-size: 84%;
  /* 15px */
  line-height: 2.050846;
  /* 31px */
}
.top-search{
	margin: 10px 4px 0px 2px;
}
.top-search .form-control{
	width: 100%;
	height: 26px;
}
.btn-info{
	background: #ffffff;
	color: #2980B9;
	font-size: 12px;
	border: 1px solid #2980B9;
}
blockquote {
  position: relative;
  border-left: none;
  padding-left: 19px;
}
blockquote p {
  font-size: 20.006px;
  line-height: 1.549829;
  font-weight: normal;
  margin-bottom: .4em;
}
blockquote small {
  font-size: 18.004px;
  line-height: 1.722169;
  font-style: italic;
  color: #34495e;
}
blockquote small:before {
  content: "";
}
blockquote:before {
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: #ebedee;
  content: "";
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.img-rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.img-comment {
  font-size: 14.994px;
  line-height: 1.231;
  font-style: italic;
  margin: 24px 0;
}
.text-primary {
  color: #1abc9c;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #15967d;
}
.text-success {
  color: #2ecc71;
}
a.text-success:hover,
a.text-success:focus {
  color: #25a35a;
}
.text-danger {
  color: #e74c3c;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b93d30;
}
.text-warning {
  color: #f1c40f;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c19d0c;
}
.text-info {
  color: #3498db;
}
a.text-info:hover,
a.text-info:focus {
  color: #2a7aaf;
}
.text-inverse {
  color: #ffffff;
}
a.text-inverse:hover,
a.text-inverse:focus {
  color: #cccccc;
}
.muted {
  color: #bdc3c7;
}
a.muted:hover,
a.muted:focus {
  color: #979c9f;
}
footer {
  background-color: transparent; 
}


.input-append input {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}




li {
  line-height: 20px;
}
.btn {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 22px;
  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}
.btn.btn-large {
  font-size: 17px;
  padding: 12px 18px;
}
.btn > [class^="fui-"] {
  margin-left: 4px;
  margin-right: 4px;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
}
.input-group-btn .btn {
  background: #bdc3c7;
  line-height: 9px 12px 10px;
  line-height: 22px;
  border: 0;
  margin: 0;
  color: #fff;
  margin-left: 0 !important;
  padding-left: 10px;
  padding-right: 12px;
}
.input-group-btn .btn:hover {
  background: #cacfd2;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}

.carousel {
  line-height: 1;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
p {
  margin-bottom: 10px;
}
.page-wrapper {
  position: relative;
  z-index: 2;
  background: #fff;
  overflow-x: hidden;
}
.header-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loaded .page-wrapper,
.loaded .header-antiflicker,
.loaded body > header .header-background {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.loaded.nav-visible .page-wrapper,
.loaded.nav-visible .navbar.navbar-fixed-top,
.loaded.nav-visible .header-antiflicker,
.loaded.nav-visible body > header .header-background {
  -webkit-transform: translate3d(-230px, 0, 0);
  -moz-transform: translate3d(-230px, 0, 0);
  -o-transform: translate3d(-230px, 0, 0);
  transform: translate3d(-230px, 0, 0);
}
.loaded.no-csstransitions .page-wrapper,
.loaded.no-csstransitions .header-antiflicker {
  left: 0;
}
.loaded.no-csstransitions.nav-visible .page-wrapper,
.loaded.no-csstransitions.nav-visible .navbar.navbar-fixed-top,
.loaded.no-csstransitions.nav-visible .header-antiflicker {
  left: -230px !important;
  right: auto;
}
.carousel-indicators {
  width: 100%;
}
[class^="fui-"] {
  display: inline-block;
  vertical-align: middle;
}
body > section,
header,
footer {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
   font-family: Arial, sans-serif;
   color: #2980b9;
}
h1 {
  font-weight: normal;
}
h3 {
  font-weight: normal;
}
img {
  -webkit-backface-visibility: hidden;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #333;
}
a:hover,
button:hover,
a:focus,
button:focus,
a:active,
button:active {
  outline: none;
}
.delimiter {
  margin-top: 200px;
}
.delimiter.line {
  margin-top: 150px;
  margin-bottom: 150px;
  border-top: 2px solid #ebedee;
}
header {
  padding-top: 38px;
  padding-bottom: 0px;
  z-index: 100;
}
header .brand {
  font-size: 25px;
  font-weight: normal;
  color: #34495e;
  font-family: Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -1px;
  color: #2c3e50;
}
header .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
section * {
  z-index: 2;
}
/**
 ======================================================
 Custom styles - 17/04/2014
 */

a {				
	color: #2980b9;
	text-decoration: underline;
}
a.read-more {
	font-size: 12px;
	text-decoration: none !important;
}
	a.read-more span {					
		text-decoration: underline !important;
	}

.header-17 .header-menu {
	display: inline-block;
	background-image: url(assets/img/menu-bg-inactive.png);
	background-repeat: no-repeat;
	width: 126px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	font-family: 'Lisboa Light', Arial;
	font-size: 14px !important;
	font-weight: bold;
	color: #003250;
	padding:0px!important;
}
.header-17 .header-menu.active {			
	background-image: url(../img/menu-bg.png);
	color: #fff;
	font-family: 'Lisboa Bold', Arial;
}
.search-input {		
	width: 232px !important;	
	padding: 2px 2px 0 2px;
	text-transform: uppercase;
	font-size: 11px !important;
	border: 1px solid #c7c8ca;
	height: 20px;
	margin-left: 27px;
    border-radius: 0px !important;
}
.search-input:focus{
border: 1px solid #c7c8ca;
}
.slider-panel {
	padding-bottom: 25px;
}
#main-carousel .carousel-inner {
	border: 4px solid #c7c8ca;				
}
#main-carousel .carousel-indicators {
	position: relative !important;
	bottom: 0px;
	left: 0;
	z-index: 15;
	padding-left: 0;
	padding-top: 16px;
	margin-left: 0;
	text-align: center;
	list-style: none;
}
#main-carousel .carousel-indicators li {
	background-image: url(assets/img/slider-dot-inactive.png);
	width: 15px;
	height: 17px;
	border: none;
}
#main-carousel .carousel-indicators li.active {
	background-image: url(assets/img/slider-dot-active.png);
	width: 15px;
	height: 17px;
}
#main-carousel .carousel-caption {
	right: 65%;
	left: 4%;
	padding-top: 20px;
	padding-bottom: 10px;
}
#main-carousel .carousel-caption p {
	font-size: 13px;
	text-align: left;
}


.thumbnails-panel .pmr-thumbnail {
	border: 4px solid #c7c8ca;
	position: relative;
	padding: 55px 6px 10px;
}			
.thumbnails-panel .pmr-thumbnail.last {
}
	.thumbnails-panel .pmr-thumbnail .pmr-thumb-heading {
		width: 204px;
		height: 40px;
		display: block;
		position: absolute;
		top: 6px;
		left: 5px;
		-webkit-transition: 0s;
		transition: 0s;
	}
	.thumbnails-panel .pmr-thumbnail .pmr-thumb-heading:hover {
		width: 226px;
		height: 82px;
		top: -31px;
		left: -17px;
	}
	.thumbnails-panel .pmr-thumbnail p {
		text-align: left;
		word-spacing: 0px;
		line-height: 1.4;
	}

.superior-panel-holder .superior-panel {
	border: 4px solid #c7c8ca;
	padding: 0 20px;
}
	.superior-panel-holder .superior-panel h4 {
		border-bottom: 1px solid #c7c8ca;
		padding-bottom: 10px;
	}	
		.superior-panel-holder .superior-panel h4 strong {
			color: #003250;
		}
	.superior-panel-holder .superior-panel p {
		font-size: 23px;
		color: #9b9da0;
	}
	.superior-panel-holder .superior-panel p strong {
		color: #9b9da0;
		font-weight: bold;
	}
	.superior-panel-holder .superior-panel p .link {
		color: #2980b9;
	}
/**
 * page styles
 ===================================================
 */
.pmr-page-panel {
	
	padding: 15px;
	margin: 15px;
        border-top: 5px solid #c7c8ca;
    
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c7c8ca), to(transparent));
    background-image: -webkit-linear-gradient(#c7c8ca, transparent);
    background-image:
        -moz-linear-gradient(#c7c8ca, transparent),
        -moz-linear-gradient(#c7c8ca, transparent)
    ;
    background-image:
        -o-linear-gradient(#c7c8ca, transparent),
        -o-linear-gradient(#c7c8ca, transparent)
    ;
    background-image: 
        linear-gradient(#c7c8ca, transparent),
        linear-gradient(#c7c8ca, transparent)
    ;
    -moz-background-size:5px 100%;
    background-size:5px 100%;
    background-position:0 0, 100% 0;
    background-repeat:no-repeat;
}
.pmr-heading {
	border-bottom: 1px solid #c7c8ca;
}
.pmr-heading .title {
	color: #003250;
	text-transform: uppercase;
}
/**
 * footer styles
 ===================================================
 */
footer {
	padding-bottom: 20px;
}
	footer ul {
		padding: 0;
		margin: 0;
		list-style: none;
		list-style-type: none;
	}
	footer ul li {
		padding: 0px 14px;
		float: left;
		font-size: 11px;
		border-right: 1px solid #666566;
		color: #666566;
	}
	footer ul li:last-child {
		border: none;
	}
		footer ul li a {
			text-decoration: none !important;
			color: #666566;
		}


/**
 * Link hover images setting
 */

.request-quote-link {
	background: url(assets/img/request-quote-inactive.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 34px;
	display: block;
}
.request-quote-link:hover {
	background-image: url(assets/img/request-quote-active.png);				
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 34px;				
}

.thumbnails-panel .pmr-thumbnail .services-heading {
	background-image: url(assets/img/services-heading.png) ;	
	
}
.thumbnails-panel .pmr-thumbnail .services-heading:hover {
	background-image: url(assets/img/services-heading-hover.png);
	
}
.thumbnails-panel .pmr-thumbnail .projects-heading {
	background-image: url(assets/img/projects-heading.png);

}
.thumbnails-panel .pmr-thumbnail .projects-heading:hover {
	background-image: url(assets/img/projects-heading-hover.png);
	
}
.thumbnails-panel .pmr-thumbnail .products-heading {
	background-image: url(assets/img/products-heading.png);
	
}
.thumbnails-panel .pmr-thumbnail .products-heading:hover {
	background-image: url(assets/img/products-heading-hover.png);
	
}
.thumbnails-panel .pmr-thumbnail .faqs-heading {
	background-image: url(assets/img/faqs-heading.png);
	
}
.thumbnails-panel .pmr-thumbnail .faqs-heading:hover {
	background-image: url(assets/img/faqs-heading-hover.png);
	
}

#leftMenu .accordion-group {
    margin-bottom: 0px;
    border:0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}    

#leftMenu .accordion-heading {
	width: 132px;
	padding: 12px 0px;
    border-top: 1px solid #c7c8ca; /* inner stroke */
    background-color: #ffffff; /* layer fill content */
    list-style-type:none;
}  
#leftMenu .accordion-heading.last {
    border-bottom: 1px solid #c7c8ca; /* inner stroke */
}

#leftMenu .accordion-heading  a {  
	display: inline-block;
	background-image: url(assets/img/menu-bg-inactive.png);
	background-repeat: no-repeat;
	width: 132px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	font-family: 'Lisboa Bold', Arial;
	font-size: 14px;	
	color: #003250;
}

#leftMenu .accordion-heading a.active {
	background-image: url(assets/img/menu-bg.png);
	color: #fff;
	font-family: 'Lisboa Bold', Arial;
}
#leftMenu .accordion-inner ul {
	list-style: none;
	list-style-type: none;
}
	#leftMenu .accordion-inner ul li {
		padding: 5px 0;
	}
	#leftMenu .accordion-inner ul li a {
		text-decoration: none !important;
		text-transform: uppercase;
		font-family: 'Lisboa Bold', Arial;
		font-size: 14px;
		color: #003250;
	}
	#leftMenu .accordion-inner ul li a.active {
		color: #2980b9;
	}
/**
 ======================================================
 Custom styles - 18/04/2014
 */	
 
 /* FORM */ 
.contact-form {
	width: 100% !important;
	max-width:100% !important;
	height: 35px;
	border-radius: 0px;
	background:url(assets/img/TextBox.png) no-repeat;
	padding: 1px 1px 1px 10px;
	border:none;
	color:#000;
	background-size: cover;
}
.contact-content{
text-align:inherit;
word-spacing:0px;
}
.contact-fields{
margin-bottom:15px;
}
.textarea{
width:100%;
height:100px;
background:#EFEFF0;
border:none;
padding: 10px 1px 1px 10px;
}
#Submitbtn{
 background-image: url(assets/img/SubmitBtn.png);
 color: #fff;
width: 50%;
font-size: 15px;
border-radius: 0px;
height:36px;
padding:0px 0px 0px 0px;
}
#contact-table tr{
line-height:1.5;
}
label {
  line-height: 20px;
  color: #4d4d4f;
  font-size:13px;
}
/**
 ======================================================
 Custom styles - 21/04/2014
 */	
 .info{
 color:#003250;
 font-weight:800;
 }
 
 #contact-table td{
 font-size:12px;
 }

.suppliers-logos{
 margin-left: 12%;;	
}
.suppliers-partners{
 margin-top: 10%;
}

.dp1{
width:29%;
}
#Characters label{
margin-left:160px;
margin-top:11px;
}
#captcha{
width:51%;
}
/*================ Custom styles 3/6/2014====================*/
.navbar {
  left: 0;
  right: 0;
}
.navbar .brand {
  padding: 23px 28px 24px 0;
  float: left;
}
.navbar .subnav {
  display: none;
}
.navbar a {
  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}
.navbar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  background: none;
}
.navbar .navbar-toggle {
  margin: 26px 0 10px;
  color: white;
  background: none;
  padding: 0;
  width: 30px;
  height: 30px;
  background: url("assets/css/common-files/icons/menu-icon.png") 50% no-repeat;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar .navbar-toggle:before {
  display: none;
}
.navbar .nav > li > a > [class*="fui-"] {
  font-size: 24px;
  margin: -10px 0 0;
  position: relative;
  top: 4px;
}

body > .navbar-collapse {
  padding: 0px 0;
  overflow: auto;
  background: #1B5F80;
  min-height: 100%;
  
}
body > .navbar-collapse::-webkit-scrollbar {
  display: none;
}
body > .navbar-collapse .pull-right,
body > .navbar-collapse .pull-left {
  float: none !important;
}
body > .navbar-collapse .nav {
  margin: 0 0 10px;	
}
body > .navbar-collapse .nav > li {
  margin: 0;
  border-bottom:1px solid #fff;
}
body > .navbar-collapse .nav > li:last-child{
  border-bottom:0px;
}
body > .navbar-collapse .nav > li > a {
  display: block;
  padding: 12px 35px;
  color:#fff;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;  
  text-transform: uppercase;
  text-decoration: none;
}
body > .navbar-collapse .nav > li > a:hover,
body > .navbar-collapse .nav > li > a:focus,
body > .navbar-collapse .nav > li > a.active {
  color: #ffffff;
}
body > .navbar-collapse .nav > li > a:hover,
body > .navbar-collapse .nav > li > a:focus {
  background:#1B5F80;
}
body > .navbar-collapse .nav > li.active > a {
	color: #ffffff;
}
body > .navbar-collapse .nav > li.active > a:hover,
body > .navbar-collapse .nav > li.active > a:focus,
body > .navbar-collapse .nav > li.active > a.active {

  color: #ffffff;
}
/**
 * Header 17 stylesheet  
 * */

.header-17 {
  z-index: 100; 
  height: 150px; /*Modified by udhaya */
  padding-top: 0;
  padding-bottom: 0; 
  margin-top: 21px;
}

.header-17 .navbar {
  position: absolute;
  z-index: 2;
  top: 0;
  margin: 0;
}

.header-17 .navbar .brand {
  padding-top: 33px !important;
  font-size: 25px;
  font-weight: normal;
  color: #2c3e50;
  font-weight: 800;
  letter-spacing: 0;
  position: relative;
  overflow: hidden;
}
.header-17 .navbar .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
  position: relative;
  z-index: 2;
}
.header-17 .navbar .nav > li {
  margin-left: 5px;
}
.header-17 .navbar .nav > li:first-child {
  margin-left: 0;
}
.header-17 .navbar .nav > li > a {
  /*margin: 31px 0px 0px 3px; modified by udhaya*/
  font-size: 12px;
  font-weight: normal;  
  color: #1B5F80;  
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header-17 .navbar .nav > li > a:hover,
.header-17 .navbar .nav > li > a:focus,
.header-17 .navbar .nav > li > a.active {
background:#2980B9;
  color: #ffffff;
}
.header-17 .navbar .nav > li.active > a {
 background:#2980B9;
  color: #ffffff;
}
.header-17 .navbar .nav > li.active > a:hover,
.header-17 .navbar .nav > li.active > a:focus,
.header-17 .navbar .nav > li.active > a.active {
  color: #ffffff;
}
.header-17 .navbar .navbar-toggle {
  background-image: url("assets/css/common-files/icons/menu-icon-header-17.png");
  margin-top: 34px;
}
.navbar-toggle:before{
content:none;
}
.click-more {
display: block;
width: 187px;
height: 38px;
position: absolute;
left: 352px;
top: -43px;
}

/****************************************MEDIA QUERIS 4/6/2014***************************************************/


/********************DESKTOP VIEW**********************/
@media (min-width: 1200px) {
	.container { width: 1006px !important; }
	.call-us {
	line-height: 33px;
	margin-left:40%;
	} 
	.page-wrapper {
		width: 1024px;
		margin: 0 auto;
	}
	.header-17 .navbar .brand img{
		width:273px;
	}
}	

@media (max-width: 991px) {
  body .navbar-collapse {
    width: 230px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100% !important;
    z-index: 1;
  } 
}

@media (min-width: 992px) {
  body > .collapse.navbar-collapse {
    display: none !important;
  }
}

@media (max-width: 992px) and (min-width: 768px) {	
	.call-us { line-height: 33px;} 
	.page-wrapper {
		width: 100%;
	}	
	.request-quote-link,
	.request-quote-link:hover{
		width: 25%;
	}
	#leftMenu{
	display:none;
	}
	.header-17{
		height: 229px;
	}
	.search-input{
		height: 30px !important;
		width: 170px !important;
		margin-top:20px;
		padding: 2px 2px 0 8px !important;
	}
	 .navbar-collapse.collapse {
    display: none !important;
	  }
	.navbar-toggle {
		display: block;
	  }
	/*  .navbar-header {
		float: none;
	  }  */
}
/***************************IPAD VIEW*********************************/

@media (max-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
  body > section,
  header,
  footer {
    padding-right: 5px;
    padding-left: 5px;
  } 
}

@media (min-width: 481px) and (max-width: 768px){ 
  .navbar-header .brand img{
	width:273px;	
	}
	.header-17{
		height: 241px;
		margin-top:0px;
	}
	.call-btn{
	float:left;
	width:60%;	
	}
	.req-btn{
		width:40%;
		margin-top: -10px;
	}
	.request-quote-link:hover,
	.request-quote-link{
		/* width:30%;
		 margin-top: -28px;*/
		height: 39px;
	}
	.carousel-caption{
		display:none;
	}
	.thumbnails-panel .container .row  .col-lg-3{
		width:50%;
		float:left;
		margin-bottom: 20px;
	}
	.thumbnails-panel .pmr-thumbnail .pmr-thumb-heading
	{
		width: 211px !important;
		background-size: cover;
		height: 44px !important;		
	}
	.thumbnails-panel .pmr-thumbnail .pmr-thumb-heading:hover {
		width: 230px !important;
		/* background-size: cover; */
		height: 90px !important;		
	}
	/*.thumbnails-panel .pmr-thumbnail p{
	margin-top: 27px;
	}*/
	footer ul.pull-right{
		float:left !important;
	}
	.pmr-residential .col-lg-4{
		float:left;
		width:33%
	}
	.search-input{
		height: 30px !important;
		width: 170px !important;
		margin-top:20px;
		padding: 2px 2px 0 8px !important;
	}
	.pmr-page .suppliers-logos .col-md-6{
			width:45%;	
	}
	.pmr-page .suppliers-partners .col-md-4
	{
			width:30%;	
	}
	.pmr-page .suppliers-logos {
		margin-left:18%;

	}
	.pmr-page .suppliers-partners{
		margin-left: 6%;
	}
	#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_image_0{
		max-width: 100% !important;
	}
}


/******************************************MOBILE VIEW*********************************/
@media(max-width: 480px) {
	.brand img{
		width:199px;
	}
	.header-17 .brand img:first-child{
	margin: -28px 16px 0 0 !important;
	}
	.slider-panel,
	.navbar hr{
		display:none;
	}
	.thumbnails-panel .pmr-thumbnail{
		margin-bottom:20px;
		margin-left:15px;
		margin-right:15px;
	}
	.thumbnails-panel .pmr-thumbnail .last,.navbar{
	margin-bottom:0px;
	}
	.thumbnails-panel .pmr-thumbnail .pmr-thumb-heading
	{
		width: 238px !important;
		background-size: cover;
		height:43px !important;
	}
	.thumbnails-panel .pmr-thumbnail .pmr-thumb-heading:hover {
		width: 260px !important;
		height: 84px !important;		
	
	}
	.header-17{	
		padding-bottom:20px !important;
		height: 234px !important;
		margin-top:0px !important;
	}
	.header-17 .navbar .navbar-toggle{
		margin-top:0px !important;
		margin: 0px 0 -10px;
	}
	.call-us{
	margin-top:0px;
	margin-bottom:20px;	
	}
	.search-input{
		height: 30px !important;
		width: 170px !important;
		margin-top:20px;
		padding: 2px 2px 0 8px !important;
	}
	.request-quote-link{
	height: 48px !important;
	margin-top: 21px;
	width: 279px !important;	
	}
	/*.call-btn,.req-btn{
		margin-left:25px;
	}*/
	
	.superior-panel-holder .superior-panel p{
	font-size:17px !important;
	text-align: left;
	}
	.superior-panel-holder .superior-panel h4 strong{
	font-size: 19px;
	}	
	.thumbnails-panel .pmr-thumbnail p{
	font-size: 15px;	
	}
	#dp1{
		width:55%;
	}	
	.datepicker {
		 left:50px !important;
	}
	.contact-fields{
		text-align:left !important;
	}
	#Characters label{
		margin-left:0px !important;
	}
	#captcha,#Submitbtn{
		width:100%;
	}
	.suppliers-logos {	
	margin-left:0px !important;
	}
	.suppliers-partners{		
		margin-top:0% !important;
	}
	.suppliers-partners a img,.suppliers-logos a img{
		margin-bottom:25px;
	}
	.pmr-residential img{
		margin-bottom:20px;
	}
	#contact-table tr{
		display:block;
	}
	#contact-table td{
		display:list-item;
		list-style:none;
	}	
	 #postal-address {
		width:100% !important;
	}
	#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_image_0{
		max-width: 100% !important;
	}
}

/********************************Custom styles 5/6/2014 *******************************/

.nav .li-first ul  li a,
	.nav .li-second ul  li a{
	text-decoration:none;
	color:#fff ;
	text-transform:uppercase;
	}
	.nav .li-first ul li,
	.nav .li-second ul li{
	margin-bottom:10px;
	list-style-position:inside;
	list-style:none;
	}	
 #postal-address{
	width:40%;
 }
 
 /********************************Custom styles 19/6/2014 *******************************/
 #contact-table a{
 text-decoration:none;
 }