@font-face {
	font-family: 'proxima_novathin';
	src: url('../fonts/proxima_nova_thin-webfont-webfont.eot');
	src: url('../fonts/proxima_nova_thin-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proxima_nova_thin-webfont-webfont.woff2') format('woff2'), url('../fonts/proxima_nova_thin-webfont-webfont.woff') format('woff'), url('../fonts/proxima_nova_thin-webfont-webfont.ttf') format('truetype'), url('../fonts/proxima_nova_thin-webfont-webfont.svg#proxima_novathin') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/mark_simonson_-_proxima_nova_regular-webfont.eot');
    src: url('../fonts/mark_simonson_-_proxima_nova_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/mark_simonson_-_proxima_nova_regular-webfont.woff2') format('woff2'),
         url('../fonts/mark_simonson_-_proxima_nova_regular-webfont.woff') format('woff'),
         url('../fonts/mark_simonson_-_proxima_nova_regular-webfont.ttf') format('truetype'),
         url('../fonts/mark_simonson_-_proxima_nova_regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

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

}
.clr {
	clear: both;
	height: 3px;
}
.clear {
	clear: both;
	height: 10px;
}
.nomargin {
	margin: 0px!important;
}
.nomargin-left {
	margin-left: 0px!important;
}
.nomargin-right {
	margin-right: 0px!important;
}
.nomargin-bottom {
	margin-bottom: 0px!important;
}
.nomargin-top {
	margin-top: 0px!important;
}
.nopadding {
	padding: 0px!important;
}
.nopadding-left {
	padding-left: 0px!important;
}
.nopadding-right {
	padding-right: 0px!important;
}
.nopadding-top {
	padding-top: 0px!important;
}
.nopadding-bottom {
	padding-bottom: 0px!important;
}
.noborder {
	border: none!important;
}
.nobg {
	background: none!important;
}
.no_bordertop {
	border-top: 0px !important;
}
.no_borderleft {
	border-left: 0px !important;
}
.noborderradius
{
	border-radius:0px !important;
}
::-moz-selection {
 color: #fff;
 text-shadow: none;
 background:#000;
}
.imgleft {
	float: left;
	margin-right: 10px;
}
.imgright {
	float: right;
	padding-left: 0px;
	border: 1px solid #000;
	margin-left: 10px
}
.body {
	font-family: 'proxima_nova_ltlight';
	font-size:16px;
	color:#575757;
}
.logo {
	width: 212px;
	margin: 12px auto;
}
.padding30 {
	padding: 30px 0px;
}
.nav {
background: none repeat scroll 0 0 #fafafa;
border-bottom: 1px solid #bebebe;
border-top: 1px solid #bebebe;
float: left;
padding: 12px 0;
text-align: center;
width: 100%;
}
.nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.nav ul li {
display: inline;
padding: 13px 0;
}
.nav ul li a {
font-family: "proxima_nova_ltlight";
color: #3d3d3d;
font-size: 11px;
padding: 13px 20px;
text-decoration: none;
text-transform: uppercase;
}
.nav ul li a:hover {
	border-bottom: 1px solid #bebebe;
	text-decoration: none;
}
.current
{
	border-bottom: 1px solid #bebebe;
}
.header
{
	background:#fff;
}
/************************ slider effect fad in fad out ******************************/

.slider
{
	box-shadow:0px 2px 10px -3px #000;
	margin-bottom:40px;
	margin-top: 138px;
}
#slideshow {
    position:relative;
    height:560px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
.carousel-inner .active.left { left: -33%; }
.carousel-inner .next        { left:  33%; }
.carousel-inner .prev        { left: -33%; }
.carousel-control.left,.carousel-control.right {background-image:none;}

/************************ footer css ******************************/

#about h1 , #media h1 , #designers h1 , .modal-body h2
{
	color:#3d3d3d;
	font-size:18px;
	
	font-weight:normal;
	font-family: 'proxima_nova_ltlight';
	padding:20px 0px;
	text-transform:capitalize;
	padding-bottom:0px;
}
#about p
{
	color:#575757;
	font-size:13px;
	font-family: 'proxima_nova_ltlight';
	text-align:justify; 
	width:62%;
	line-height:21px;
	margin:0px auto;
	padding-top:40px;
}
.about_img
{
	margin:0px auto;
	width:257px;
} 
#about
{
	padding:90px 0px 0px 0px;
}

#media
{
	padding:20px 0px 0px 0px;
}


.sign_in
{
	margin:40px 0px;
	float:right;
}
.sign_in h1
{
	color:#3d3d3d;
	font-size:24px;
	text-align:left;
	font-weight:normal;
	font-family: 'proxima_nova_ltlight';
	padding:20px 0px;
}
.sign_in p
{
	color:#575757;
	font-size:14px;
	text-align:left;
	line-height:28px;
	font-family: 'proxima_nova_ltlight';
}
.input-group
{
	margin-bottom:20px;
	color:#575757;
	font-size:14px;
	font-family: 'proxima_nova_ltlight';
}
.btn-black
{
	background:#3d3d3d !important;
	color:#fff;
	font-size:13px;
	font-family: 'proxima_nova_ltlight';
	text-transform:uppercase;
}
.btn-black:hover
{
	background:#000 !important;
	color:#fff !important;
}
.btn-black:focus
{
	background:#000 !important;
	color:#fff !important;
}

.btn-default
{
	font-size:13px;
	font-family: 'proxima_nova_ltlight';
	text-transform:uppercase;
}
.forget
{
	color:#575757;
	font-size:13px;
}
.forget a
{
	color:#010101;
	font-size:13px;
	border-bottom:1px solid #d4d4d4;
}
.forget a:hover
{
	color:#575757;
	border-bottom:1px solid #010101;
	text-decoration:none;
}

.footer_nav {
	font-size: 16px;
	color: #3d3d3d;
	text-transform:uppercase;
	font-family: 'proxima_nova_ltlight';
}
.footer_nav a {
	color: #3d3d3d;
	padding:0px 3px;
	text-decoration:none;
}
.footer_nav a:hover {
	text-decoration:underline;
}
.social{
	font-size: 16px;
	color: #3d3d3d;
	text-transform:uppercase;
	font-family: 'proxima_nova_ltlight';
	float:right;
}
.social a{
	font-size: 17px;
	padding:0px 3px;
	color: #000;
}
.social a:hover{
	color: #3d3d3d;
}

/************************  model pop up css ***********************/

.modal-dialog11 {
width: 1000px;
margin: 30px auto;
}
.padding_all
{
	padding:20px;
}
.popover-title
{
	font-size: 16px;
	padding:10px 0px;
	text-align:center;
	color: #3d3d3d;
	font-family: 'proxima_nova_ltlight';
}
.popover-content
{
	margin:0px 15px;
}
.form-control
{
	  height: 38px;
}

/****************** brand append****************************/
* {
  .border-radius(0) !important;
}

#field {
    margin-bottom:10px;
	}
/****************** brand append****************************/
.plus .input {
border: 1px solid #ccc;
border-radius: unset;
float: left;
height: 35px;
margin-right: 0;
padding: 6px 12px;
width: 92.6%;
}
.plus button {
  border-radius: unset;
  padding-bottom: 7px;
}/*******8 may**************/
.press1 img {  margin-left: 5px;  width: 40px;}#media {  font-family: "proxima_nova_ltlight";}

#media h1 { 
font-size: 18px;
font-weight: normal !important;
margin-bottom: 0;
padding-bottom: 0;

}
.press1 li {  font-size: 13px;  line-height: 30px;  list-style: outside none none;
color:#575757;font-family:"proxima_nova_ltlight";
}

.press1 h1 {  margin-bottom: 12px;
padding-bottom: 25px !important;
text-align: left !important;
}

.press1 ul {  padding: 0;}
.requestaccess {
clear: both;
float: left;
margin-top: 20px;
width: 220px;
 
 }
#media .container-fluid, #designers .container-fluid{  
background: none repeat scroll 0 0 #f3f3f3;  
padding-bottom: 10px;}


.loan_lower > img {  width: 70px;}

.lower_iconss {
margin-top:20px;
 clear: both;text-align: center;
 
 }.loan_lower {display: inline-block;margin-right: 55px;
color:#575757;
margin-top: 20px;
}

a:focus, button:focus{outline:unset!important;}

 .container.press {
  width: 800px;
}
.press1 h1 {
  margin-top: 12px;
  padding-top: 10px !important;
}
#media .container-fluid {
  padding-top: 25px;
}
.upperhead {
  margin-bottom: 25px !important;
}
#designers .container-fluid {
padding-bottom: 40px;
padding-top: 40px;
}

.topbar.home {
  background: none repeat scroll 0 0 #000;
  height: 27px;
}


/*******8-june********/
.container.contact {
  font-family: "proxima_nova_ltlight";
margin-top: 132px;
}
.contact h2 {
  font-size: 15px;
  font-weight: normal;
  padding-bottom: 3px;
  text-transform: uppercase;
}
.contact .inner {
background: #fafafa none repeat scroll 0 0;
border: 1px solid #ccc;
margin-top: 10px;
padding: 25px 25px 25px 50px;
}
.inner h1 {
  font-size: 16px;
margin-top: -15px;
padding-left: 2px;
width: 155px;
}
.contact_us label {
  display: block;
  font-weight: normal;
  text-transform: capitalize;
}
.contact_us input, .contact_us select, .contact_us textarea{
  border: 1px solid #ccc;
  padding: 8px;
  width: 100%;
}
.contact_us textarea{
min-height:130px;
}
.contact_us .submit {
  background: #000 none repeat scroll 0 0;
  border:1px solid #000;
  border-radius: 4px;
  color: #fff;
  width: 100px;
}
.contact_us .submit:hover {
  background: #fff none repeat scroll 0 0;
 
  color: #000;
}
.contact_us em {
  color: red;
  font-size: 18px;   
} 
a {
text-decoration:none!important;
}