
body a{
    text-decoration:none;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}

.top-line {
  padding: 7px 0;
  background: #fff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.top-line p {
  color: #777;
  margin-bottom: 0;
}
.top-line p span {

  margin-right: 20px;
}
.top-line p span i {
  font-size: 13px;
  color: #7E0506;
  margin-right: 10px;
}
.top-line ul.social-icons {
  margin: 0;
  padding: 0;
  text-align: right;
}
.top-line ul.social-icons li{
  display: inline-block;
  margin-left: 9px;
}
.top-line ul.social-icons li a,.top-line p a {
font-weight:400;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 17px;
  color: #777;
}
.top-line ul.social-icons li a:hover,.top-line p a:hover {
  color: #7E0506;
}

 
.button {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 25px;
    height: 49px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;   
    outline: none;     
    text-decoration: none;
    vertical-align: top;
}

.button.button-icon {
    padding: 0 20px;
} 

.button i {
    margin-left: 10px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.button.button-icon i {
    margin-left: 0;
}
.btn.btn-default.read-more {
  color: #fff;
  background-color: #ababab;
  margin-top: 1px;
}
.btn.btn-default.read-more:hover {
  color: #FFF;
  background-color: #7E0506;
}
.search .btn.btn-default.read-more {
  float: none;
}
a.button {
    line-height: 1;
    display: inline-block;
    font-weight: 400;
    text-decoration: none !important;
    color: #000 !important;
    padding: 17px 25px 0 25px;
    height: 30px;
}

.button.button-navy-blue {
    border: 1px solid #7E0506;
    color: #000;
    background: #fdfdfd;
}

section.references .button.button-navy-blue:not(:hover) {
    background: #f5f5f5;
}

.button.button-navy-blue:hover,
.button.button-white:hover {
    background: #7E0506;
    color: #fff !important;
    border: 1px solid #7E0506;
}

.button.button-navy-blue:hover i,
.button.button-white:hover i {
    color: #fff;
}

.button.button-white {
    border: 1px solid #fff;
    color: #fff;
    background: none;
}   

.logo{float:left;position:absolute;top:0;z-index:999;background:#fff;padding: 0 5px;box-shadow:0 5px 10px 0 rgba(50,50,50,.8);border-bottom:none;}.logo a{display:inline-block}@media (max-width:1200px){.logo{width:25%}.logo img{width:80%;background-size:80%}}@media (max-width:979px){body{padding-left:0;padding-right:0}.logo{width:25%;float:right}.logo img{width:100%;background-size:100%}}@media (max-width:767px){.info-mail{width:90%;padding:15px 0}.logo{width:30%;float:right}.logo img{width:100%;background-size:100%}}
.navbar-default{ background:#fff;  border-bottom: 3px solid #777; margin:0;border-radius:0;}.navbar-brand{float:left;text-align:center;}
.navbar-default .nav li a{color: #000; font-size:16px;  -webkit-transition: all 0.3s ease; transition: all 0.3s ease;text-transform:uppercase;padding: 20px 15px;}
.navbar-default .nav li a:hover{ background-color: #ababab; color: #fff;}.navbar-default li a:focus{ color:#7E0506;}.navbar-default .navbar-nav> .active > a, .navbar-default .navbar-nav> .active> a:hover, .navbar-default .navbar-nav> .active> a:focus{ color:#fff;  background-color:#ababab;}.navbar-default .navbar-toggle {border:none; padding-top: 18px;}.navbar-default .navbar-toggle .icon-bar{ background:#7E0506; border:3px solid #7E0506;}.navbar-default .navbar-toggle:hover, .navbar-default:focus{ background-color:#ababab; color: #fff;}
.navbar-default .navbar-nav li.drop {
  position: relative;
}
.navbar-default .navbar-nav li.drop ul.dropdown {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 320px;
  background: #fff;
  border-top: 2px solid #777;
  border-bottom: 2px solid #777;
  padding: 10px 0;
  opacity: 0;
  z-index: 999;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-default .navbar-nav li.drop ul.dropdown li {
  display: block;
}
.navbar-default .navbar-nav li.drop ul.dropdown li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #000;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 10px;
}
.navbar-default .navbar-nav li.drop ul.dropdown li a:hover {
  color: #fff;
   background: #ababab;
   font-weight: 500;
}
.navbar-default .navbar-nav li.drop ul.dropdown li:first-child {
  border-top: none;
}
.navbar-default .navbar-nav li.drop:hover ul.dropdown {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .top-line {
    display: none;
  }
  .navbar-brand {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .navbar-default .navbar-toggle {
    margin-top: 13px;
  }
  .navbar-nav > li > a {
    padding: 15px 15px !important;
  }
  .navbar-nav > li.search {
    display: none;
  }
  .navbar-default .navbar-nav > li.drop ul.dropdown {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding: 0;
    border: none;
    visibility: visible;
    opacity: 1;
  }
  .navbar-nav > li.drop ul.dropdown li a {
    padding: 5px 20px;
    text-transform: inherit;
  }
  .banner-section h2 a {
    margin-left: 6px;
    margin-top: 5px;
  }
 
  #map,
  #map2 {
    margin-top: 60px;
    height: 250px;
  }


}
.banner-bottom {
  padding: 3em 0;
    background: #f5f5f5;
}
 #flexiselDemo3 {
	display: none;
}
.biseller-column img{
	margin-bottom:1em;
	width:78%;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px 8px;
	padding:0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	width:200px !important;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
	margin-top:10px;
	margin-bottom: 10px;
	max-width:250px;
	max-height:500px;
}
.grid-flex{
	margin:10px 0 20px 0;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	positon: relative;
}
.biseller-info {
	margin:1em 0 0 0; 
}
.banner-grid img {
  border-radius: 0px;
  border-radius: 0%;
  -webkit-border-radius: 0%;
  -o-border-radius: 0%;
  -moz-border-radius: 0%;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:37px;
	height:70px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	margin-top: 0em;
}
.nbs-flexisel-nav-left {
  right: -3%;
  background: url(../images/icons.png) no-repeat -27px -0px;
}
.nbs-flexisel-nav-right {
 left: -3%;
  background: url(../images/icons.png) no-repeat 1px -0px;
}
 
.form{ background:#f5f5f5;padding:10px 10px;}

section.about-us{margin-bottom:12px;}
section.about-us .header{
    color: #fff;
	text-align:center;
	padding:10px 3px;
    background:#7E0506;
	margin-bottom:10px;
}
section.about-us .panel .panel-default >.panel-heading{
    color: #fff;
	text-align:center;
	padding:10px 3px;
    background:#7E0506;
	margin-bottom:10px;
}
section.about-us h2 {
    color: #4e4e4e;
    font-size: 32px;

}

section.about-us p {
    font-size: 16px;
    color: #4e4e4e;
    font-weight: 300;
    line-height: 1.6em;
} 

section.about-us p.without-margin-bottom {
    margin-bottom: 0;
}

section.about-us p a {
    color: #2C3459;
    text-decoration: none;
}
section.about-us .content{margin-top:20px;}
section.about-us p a:hover {
    text-decoration: none;
	color:#7e0506;
}

/**
 *
 * 8.11 Agents
 * -----------------------------------------------------------------------------
 * 
 */


.team{
	list-style: none;
}

.team-extended .row{
	margin-bottom: 0;
}



.team .col-md-3{
	position: static;
	margin-bottom: 15px;
}
.team-member {
	border-bottom: 2px solid #9b9b9b;
	background: #fff;
	text-align: center;
	position: relative;
	display: block;
}

.team-member:hover{
	text-decoration: none;
}

.og-expanded .team-member:after{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #131313;
    border-image: none;
    border-style: solid;
    border-width: 15px;
    content: " ";
    height: 0;
    left: 50%;
    margin: 0 0 0 -15px;
    pointer-events: none;
    position: absolute;
    top: auto;
    width: 0;
}

.team-extended{
	background: none repeat scroll 0 0 #131313;
    left: 0;
    margin-top: 25px;
    padding: 20px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: auto;
    width: 100%;
}

.team-extended h3{
	color: #ffe600;
}

.team-extended p{
	color: #fff;
}
.team-extended .social{
	border: 1px solid #fff;
	width: 25px;
	margin-right: 7px;
	color: #fff;
	display: inline-block;
	text-align: center;

}
.og-close{
cursor: pointer;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;

}
.og-close:before, .og-close:after {
    background: none repeat scroll 0 0 #888;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 100%;
}

.og-close:after{
	transform: rotate(-45deg);
}
.team-extended .social:hover{
	color: #ffe600;
	border-color: #ffe600;
}
 
.team-member .name {
	display: block;
	text-transform: uppercase;
	color: #777;
	font-size: 16px;
	margin-bottom: 10px;
}
.team-member .title {
	display: block;
	text-transform: uppercase;
	color: #ababab;
	font-size: 16px;
	margin-bottom: 10px;
}
.team-member img {
	margin-bottom: 10px;
}
.heading {
	margin: 30px 0;
	color: #000;
	position: relative;
}
.heading > div {
	text-transform: uppercase;
	font-weight: normal;
	color: #707070;
}
.heading h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
}
.heading p {
	font-size: 16px;
	width: 80%;
	margin: 0 auto;
}
.divider {
	margin-bottom: 10px;
}
.divider > span {
	display: inline-block;
	width: 170px;
	background: #7e0506;
	height: 2px;
}
/**
 *
 * 8.13 Contact
 * -----------------------------------------------------------------------------
 * 
 */
 .contact-forms {
	margin: 30px auto 0 auto;
	padding: 0 30px 30px 30px;
        z-index: 2;
}
.contact-forms h1, .contact-forms p, .contact-forms address{margin-top: 10px; }
.contact-forms a {
	color: #FF9;
	text-decoration: underline;
}
.contact-forms a:hover { color: rgb(255,255,255); }
.contact-forms label { font-weight: 400;}
.contact-forms .form-control {
	font-size: 16px;
	padding: 10px 12px 10px 35px;
}
.contact-forms input.form-control {	height: 45px; }
.contact-forms .fa { font-size: 20px; }
.contact-forms .form-control {
	border: 1px solid rgba(176, 176, 176, 0.4);
}
address{font-size:18px;font-weight:500;padding:10px;margin:10px 0;color:#000;float:left;}
.contact-forms .form-control:focus {
	box-shadow: inset 0 1px 1px rgba(140, 220, 60, 0.7),0 0 10px rgba(140, 220, 60, 0.7);
}
.contact-forms .icon-container .fa {
	color: rgb(171,171,171);
	left: 12px;
	top: 12px;
}
.contact-forms .icon-container .fa-envelope-o {
	font-size: 18px;
	top: 14px;
}
.icon-container { position: relative; }
.icon-container .fa {
	color: gray;
	position: absolute;
	left: 10px;
	top: 10px;
}
.icon-container input, 
.icon-container textarea {
	padding-left: 30px;
}
.margin-top{margin-top:60px;}
/*** footer ***/
.footer-left p{
	color:#fff;
	font-size:15px;
	font-weight:400;
	line-height: 1.6em;
}
.footer-left p  a{
	color:#fff;
}
.footer-left p  a:hover{
	color: #ababab;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.footer-left ul {
	padding: 0;
}
.footer-left ul li{
	list-style:none;
	display:inline-block;
	margin-right:10px;
}
#contactus .spmhidip{display:none;width:10px;height:3px;}#contactus .error{font-family: Verdana, Arial, sans-serif; font-size: 12px;color: #900;background-color : #f5f5f5;}
.footer-left ul li a span{
	display:block;
}
.footer-left ul li a span:hover{
	transform: rotatey(360deg);
	-webkit-transform: rotatey(360deg);
	-moz-transform: rotatey(360deg);
	-o-transform: rotatey(360deg);
	-ms-transform: rotatey(360deg);
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.footer-right{float: right}
footer{background:#7E0506; padding: 15px 14px;border-top: 2px solid #777;}
footer .copyright p{color:#fff; font-size: 16px;}
.footer-menu{float:left;margin-left:10px;margin-bottom:10px;} .footer-menu a{padding-top:0;} .footer-menu li{float:left;position:relative;list-style:none; text-align: center;}.footer-menu a{color: #fff;display: block;padding: 5px 16px;font-size: 14px;}.footer-menu ul li:hover > a{color:#ababab; text-decoration: none;}
@media (max-width: 768px){.copyright{float:none;max-width:100%;text-align:center;margin-bottom:5px;}.footer-menu{float:none;text-align:center;margin: 0;}.footer-menu li{float:none;display:block;padding:3px 3px 0;}}
/* qoute for
----------------------------------------------- */

.quote-form {
padding-top: 7px;
	margin: 0 auto;
	background: #f9f9f9;
	border-radius: 7px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	padding-bottom: 3px;
  
        padding-left: 20px;


}
.quote-form form {
padding-top: 7px;
}
.quote-form input[type="text"],form textarea {
	padding:9px;
        
	width: 90%;
	font-size: 15px;
	margin: 10px 0px;
	border: 1px solid #ccc;
	color: #C7C7C7;
	background: none;
	background: #fff;
	-webkit-appearance: none;
	outline: none;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	text-align: left;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.quote-form input[type="text"]:hover,form textarea:hover{
	border: 1px solid  #9F9FA0;
}
.quote-form textarea {
	height:100px;
	resize: none;
	width: 90%;
}
.quote-form input[type="submit"] {
	margin-bottom: 1em;
	color: #fff;
	font-size: 1.1em;
	padding: 0.7em 1em;
	-webkit-appearance: none;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight: 600;
	border: none;
	outline: none;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	background: #7e0506;
	width:90%;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.quote-form  input[type="submit"]:hover{
	background: #fff;
        border: 1px solid #7E0506;
	color: #7E0506;

}
.quote-form label.error, div#errors {

	margin-bottom: 1px;
	background: #777;
	padding-left: 5px;
	color: #ffffff;
	font-family: 'Open Sans', 'sans-serif';    
}
div#errors{
    display:none;
}
.quote-form form {
	margin: 0px;
}

.quote-form h1 {
	text-align: center;
	margin-top: 0px;
	font-family: 'Open Sans', 'sans-serif';
	font-weight: 300;
}

.quote-form h2 {
	text-align: center;
	font-family: 'Open Sans', 'sans-serif';
	font-weight: 300;
}
.quote-form #msg_submitting{
    display:none;
}

.quote-form #msg_submitted{
    display:none;
}
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.right {
  right: 0;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel{margin-top: 9%;}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
.control-carousel {
  position: absolute;
  top: 40%;
  font-size: 60px;
  color: #fff;
}

.control-carousel:hover{
  color: #7e0506 ;
}

.right {
  right: 0;
}
/* Declare heights because of positioning of img element */


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px)
{
.carousel{margin-top: 20%;}

}
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
