/**
*    CSS for @Newsletter
*
* @author		ganesh_119at09 (Sridharan Team)
* @copyright 	Copyright (c) 2012 {@link http://www.agriya.com Agriya Infoway}
* @license 		http://www.agriya.com Agriya Infoway Licence
* @version 		SVN: $Id: form.css ganesh_119at09 $
* @since 		2013-10-01
*/

/** -- Table of Contents:
===================================================

1.0 - Embed Fonts

2.0 - Layout Common Code

3.0 - Image Resize Code

4.0 - Form Block Codes

5.0 - Pagination

===================================================*/


/*-- 1.0 - Embed Fonts
================================= --*/
@font-face {
    font-family: 'Open Sans';
    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#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*-- 2.0 - Layout Common Code
================================= --*/
.pos-relative {
	position:relative;
}

select optgroup {
	margin-bottom:12px;
}

.required-icon:after {
	content:"*";
	color:#da6461;
	padding-left:2px;
}

h2 {
	border-bottom:1px solid #e5e5e5;
	font-size:26px;
	color:#5a5a5a;
	padding-bottom:7px;
	margin:0 0 30px;
}

label.custom-error {
	font-weight:normal;
	margin-top:2px;
	display:block;
}

[class^=col-lg-] label.error,
[class*=col-lg-] label.error {
	display:block;
}

.label>[class*="icon-"] {
	vertical-align:middle;
}

.font13 {
	font-size:13px;
}

.min-hgt410 {
	min-height:410px;
}

.min-hgt443 {
	min-height:443px;
}

.min-hgt490 {
	min-height:490px;
}

.form-horizontal .control-label {
	text-align:left;
	padding:7px 0;
	font-weight:normal;
}

.form-horizontal .form-group {
	margin-left:0;
}

.separator {
	font-size:12px;
	color:#9a9a9a;
	padding:0 3px;
}

.popup-page {
	padding:20px;
}

.popup-page .col-lg-2,
.popup-page .col-lg-5 {
	float:left;
	width:21%;
}

.popup-page .col-lg-offset-2 {
	margin-left:21%;
}

.popup-page.change-pass  .col-lg-2 {
	width:30%;
}

.popup-page .length-text .col-lg-offset-2 {
	margin-left:30%;
}

.popup-page .col-lg-5,
.cust-width .col-lg-5 {
	width:45%
}

.fancybox-title-float-wrap .child {
	display:none
}

/*-- 3.0 - Resize image codes
================================= --*/
.lead-templist .jcarousel-item-horizontal {
    height: 450px;
    line-height: 390px;
	float:left;
} 

.lead-templist .jcarousel-item-horizontal .image-660 {
	 max-width:660px;
	 max-height:335px;
	 text-align:center; 
}

.image-140 {
	 width:140px;
	 height:140px;
	 line-height:130px; 
}

.image-140 img {
	max-width:130px;
	max-height:130px;
	text-align:center;
}

/*-- 4.0 - Form Blocks
================================= --*/
.btn-grey1,
.autoseries-popup li {
  display: inline-block;
  *display: inline;
  padding: 4px 5px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.autoseries-popup li {
	margin:0 20px 20px 0;
}

.btn-grey1:hover,
.btn-grey1:focus,
.btn-grey1:active,
.btn-grey1.active,
.btn-grey1.disabled,
.btn-grey1[disabled] {
  color: #333333;
  background: #e6e6e6;
  *background: #d9d9d9;
}

.btn-grey1:active,
.btn-grey1.active {
  background: #cccccc \9;
}

.btn-grey1.fn_disabled {
	filter:alpha(opacity=40);
	opacity:0.4;
}

.btn-facebook,
.btn-twitter,
.btn-google-plus {
	border-radius:3px;
	padding:5px 10px;
}

.btn-facebook {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2b4b90;
  *background-color: #133783;
  background-image: -moz-linear-gradient(top, #3b5998, #133783);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5998), to(#133783));
  background-image: -webkit-linear-gradient(top, #3b5998, #133783);
  background-image: -o-linear-gradient(top, #3b5998, #133783);
  background-image: linear-gradient(to bottom, #3b5998, #133783);
  background-repeat: repeat-x;
  border-color: #133783 #133783 #091b40;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5998', endColorstr='#ff133783', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.btn-facebook.disabled,
.btn-facebook[disabled] {
  color: #ffffff;
  background: #133783;
  *background: #102e6d;
}

.btn-facebook:active,
.btn-facebook.active {
  background: #0d2456 \9;
}

.btn-twitter {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1c95d0;
  *background-color: #0271bf;
  background-image: -moz-linear-gradient(top, #2daddc, #0271bf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2daddc), to(#0271bf));
  background-image: -webkit-linear-gradient(top, #2daddc, #0271bf);
  background-image: -o-linear-gradient(top, #2daddc, #0271bf);
  background-image: linear-gradient(to bottom, #2daddc, #0271bf);
  background-repeat: repeat-x;
  border-color: #0271bf #0271bf #014473;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2daddc', endColorstr='#ff0271bf', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.btn-twitter.disabled,
.btn-twitter[disabled] {
  color: #ffffff;
  background: #0271bf;
  *background: #0262a6;
}

.btn-twitter:active,
.btn-twitter.active {
  background: #01538d \9;
}

.btn-google-plus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d34332;
  *background-color: #c53727;
  background-image: -moz-linear-gradient(top, #dd4b39, #c53727);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd4b39), to(#c53727));
  background-image: -webkit-linear-gradient(top, #dd4b39, #c53727);
  background-image: -o-linear-gradient(top, #dd4b39, #c53727);
  background-image: linear-gradient(to bottom, #dd4b39, #c53727);
  background-repeat: repeat-x;
  border-color: #c53727 #c53727 #85251a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4b39', endColorstr='#ffc53727', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus:active,
.btn-google-plus.active,
.btn-google-plus.disabled,
.btn-google-plus[disabled] {
  color: #ffffff;
  background: #c53727;
  *background: #b03123;
}

.btn-google-plus:active,
.btn-google-plus.active {
  background: #9a2b1f \9;
}

.custom-btn input {
	background:none;
	border:none;
	padding:0;
	color:#fff;
}

.btndisable {
	opacity:0.6;
	filter:alpha(opacity=60);
	cursor:not-allowed;
}

/*-- 5.0 - Pagination
================================= --*/
.pagination {
  display:inline-block;
  padding-left:0;
  margin:0 0 10px;
  border-radius:4px;
}

.pagination ul > li {
  display:inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  position:relative;
  float:left;
  padding:6px 12px;
  margin-left:-1px;
  line-height:1.428571429;
  text-decoration:none;
  background-color:#fff;
  border:1px solid #ddd;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  margin-left:0;
  border-bottom-left-radius:4px;
  border-top-left-radius:4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-top-right-radius:4px;
  border-bottom-right-radius:4px;
}

.pagination ul > li > a:hover,
.pagination ul > li > span:hover,
.pagination ul > li > a:focus,
.pagination ul > li > span:focus {
  background-color:#eeeeee;
}

.pagination ul > .active > a,
.pagination ul > .active > span,
.pagination ul > .active > a:hover,
.pagination ul > .active > span:hover,
.pagination ul > .active > a:focus,
.pagination ul > .active > span:focus {
  z-index:2;
  color:#ffffff;
  cursor:default;
  background-color:#428bca;
  border-color:#428bca;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color:#999999;
  cursor:not-allowed;
  background-color:#ffffff;
  border-color:#dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding:10px 16px;
  font-size:18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius:6px;
  border-top-left-radius:6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius:6px;
  border-bottom-right-radius:6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding:5px 10px;
  font-size:12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius:3px;
  border-top-left-radius:3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius:3px;
  border-bottom-right-radius:3px;
}