@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);


/*************************
*******Typography******
**************************/

body {
  background: #ccc;
/*  background:url(../images/page-bg.png) repeat-x;*/
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
}
.container-area{
	background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

/*************************
*******Header******
**************************/
.header{
	margin : 12px 0;
}
.logo-bar{
	margin-left:50px;
  	background:url(../images/page-bg.png) repeat-x;  	
	}
.logo-it {
	padding:10px 0;
}

.top-nos {
	padding-top:20px;
	font-size: 14px;	
	font-weight: 400; 
  	font-family: 'Open Sans', sans-serif;
}

/*************************
********* slider CSS ******
**************************/

.carousel-caption p {
	padding:15px 0;
	background: rgba(0,0,0,0.5);
	font-size: 26px;	
	font-weight: 400; 
  	font-family: 'Open Sans', sans-serif;
}


/*************************
*******Footer******
**************************/

#footer {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #999;
  background: #262626;
  font-size:12px;
  font-weight: 400;
  text-align: center;
}

#footer .mediaway{
	text-align:center;
	
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #47B224;
	text-decoration: none;
}

.bg-color-test {
		background: #0182C4;
}
.bg-color-test-1 {
		background: #FFBD20;
}
.bg-color-test-2 {
		background: #1F8C4D;
}
/*************************
*******Pages******
**************************/
.nav .navbar .navbar-inverse {
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}
.page-top-content {
	padding-top: -100px;
	margin-top: -18px;	
}
.distributor {
	margin:0 auto;
	text-align: center;
	}	

.distributor h4{
  color: #111;
  margin:0;
  text-transform: uppercase;
  background: #e8e8e8;
  padding:10px 0;
  width:255px !important;
}

.distributor-logo img {  
  margin : 0 auto;
  border : 5px solid #e8e8e8;
  text-align: center;
}

.page-text {
	font-weight: 400; 
  	font-family: 'Open Sans', sans-serif;
	text-align: justify;
	margin-bottom: 20px;
	padding:0 20px;
}
.page-title h2 {	
	padding-bottom: 12px;
	border-bottom: 1px solid #e8e8e8;
	border-left: 4px solid #e8e8e8;
}


.side-img img{
	border : 2px solid #ccc;
	margin : 0 auto;
	margin-bottom: 25px;
}

.table-bg {
	background:#666;
	color:#fff;
}

/*pager style*/
ul.yiiPager .selected a {
  background: none repeat scroll 0 0 #777;
  color: #ffffff !important;
  font-weight: bold;
}
ul.yiiPager a:link,
ul.yiiPager a:visited
{
	border:solid 1px #777;
	font-weight:bold;
	color:#777;
	padding:4px 6px !important;
	margin-top:10px;
	text-decoration:none;
}
.grid-view .button-column {
  text-align: center !important;
  width: 80px !important;
}

/*************************
********* Contact Us CSS ******
**************************/
.contact-pg p {
  margin-top: -6px;
}

.form-line{
	margin-top: -10px;
}

.contact-page{
  padding-top: 0;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

.form-group .form-control {
  
  border-color:#ccc;
  box-shadow: none;
}

textarea#message{
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}

/***********************
 ********* Media Tag starts from here ******
 ************************/

@media (min-width: 1200px) {
	.page-text {
	margin-bottom: 20px;
	padding:0 20px 0 30px;	
}
.page-title h2 {
	padding: 0 0 12px 15px;
	border-bottom: 1px solid #e8e8e8;
}
.prod-search-btn {
	padding-top:26px;
}
	
}

@media (max-width: 768px) {
	
}

@media (max-width: 1024px) and (min-width: 768px) {
	
}

@media (max-width: 640px) {
	
}

@media (max-width: 480px) {
	
}

@media (max-width: 480px) and (min-width: 360px) { 

}

/*----------------------------media class for 320 and 360 px*/
@media (max-width: 360px) and (min-width: 320px) { 

}

/*----------------------------media class for 360 px*/
@media (max-width: 360px) {
	
}

/*----------------------------media class for 320 px*/
@media (max-width: 320px) {
	
}

