.custom-icon {
  background-repeat: no-repeat;
  background-image: url("../img/layout/icons.png");
  background-position: 0px 0px; }

/* Navbar */
.navbar-header {
  height: auto;
  color: #4a63ae;
  font-size: 12px; }
  .navbar-header a {
    display: inline; }
  .navbar-header a:link, .navbar-header a:visited {
    color: #4a63ae;
    text-decoration: none; }
  .navbar-header a:hover, .navbar-header a:active, .navbar-header a:focus {
    text-decoration: underline; }
  .navbar-header .navbar-left {
    float: left;
    padding-top: 0px; }
    .navbar-header .navbar-left .spacing {
      display: inline-block;
      width: 40px; }
    .navbar-header .navbar-left .mailto {
      width: 0px;
      height: 9px;
      display: inline-block;
      background-position: -100px 0px;
      position: relative;
      top: 2px;
      margin-right: 5px; }
    .navbar-header .navbar-left .phone {
      width: 7px;
      height: 13px;
      display: inline-block;
      background-position: -50px 0px;
      position: relative;
      top: 2px;
      margin-right: 5px; }
  .navbar-header .navbar-right {
    float: right;
    padding-top: 7px;
    text-align: right; }

.navbar-left .spacing{
height:28px;
}

/* Navbar (menu) */
.navbar-collapse img.logo {
  margin: 5px 0px; }
  

.navbar-collapse ul.menu {
  text-align: right; }
  .navbar-collapse ul.menu li {
    display: inline-block;
    font-family: 'Open Sans';
    font-weight: 700;
    color: #4a63ae;
    margin: 40px 30px 0px 30px;
    font-size: 16px;
    cursor: pointer; }
    .navbar-collapse ul.menu li .search {
      width: 12px;
      height: 12px;
      background-position: -150px 0px; }
  .navbar-collapse ul.menu li:last-of-type {
    margin: 40px 0px 0px 30px; }

/* Footer */
footer.dark-bg h4 {
  margin-bottom: 3px;
  text-transform: none;
  line-height: 11px; }
  
  
  footer.dark-bg h4.contact {
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    left: -24px; }
footer.dark-bg .custom-icon.footer1 {
  width: 11px;
  height: 17px;
  display: inline-block;
  margin: 0px 4px 0px 0px;
  position: relative;
  top: 1px; }
footer.dark-bg .inner {
  padding: 0px 0px 0px 13px;
  margin: 35px 0px 0px 0px;
}

footer.dark-bg .container {
  padding: 35px 0px 60px 60px;
  margin:auto; }
footer.dark-bg ul.contacts {
  position: relative;
  top: 5px;
  margin: 0px; }
  footer.dark-bg ul.contacts li {
    margin: 0px; }
footer.dark-bg .footer-bottom {
  height: 300px; }

.inner h4{
font-weight: 900;
}

/* Section */

section{
padding: 80px 0px;
/*min-height: 500px;*/
}

section#hero{
	padding: 0px 0px;
}

#about h1 {
font-size: 39px;
}

h1 {
    font-family: "Open Sans";
    font-size: 40px;
    color: #4f61ac;
    font-weight: 200;
    margin-bottom: 50px; 
    text-transform: uppercase;
}

h2 {
    color: #6c6c6c;
    font-size: 20px;
    font-family: "Open Sans";
    font-weight: 600;
}
    
    
p {
    font-family: "Open Sans";
    color: #504f4f;
    font-size: 17px; 
}

.spacing {
    height: 30px; 
}

.row{
	padding-bottom: 40px;
}
    
section.custom .spacing {
  height: 150px; 
}
  
section.custom p {
  color: #4a63ae; 
}

    
#about h1 .divline {
      width: 4px;
      height: 60px;
      display: inline-block;
      margin: 0px 6px;
      position: relative;
      top: 14px;
      background: #cacfe6;
      text-transform:none;
}

#about img {
    margin-top: 5px;
    width: 100%;
    height: auto; }

#about .about-text {
    padding-left: 100px; 
}
    
#capabilities {
  background: #f6f7fb;
}

#capabilities p {
    color: #4a63ae;
    padding-right: 80px;
}

#capabilities img {
    width: 100%;
   
    background: #fff;
    margin-top: 10px;
}

#capabilities .row{
	padding-bottom: 80px;
}

#team h2 {
    margin: 0px 0px 0px 0px; }
    
#team h3 {
    font-size: 23px;
    font-family: "Open Sans";
    font-weight: 300;
    color: #6c6c6c;
}

#team p {
    color: #4a63ae;
    padding-right: 40px;
}


#team .team-member-info img {
    width: 40%;
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
    margin-top: 10px;
}


.team-thumb-cont{
	margin-bottom: 10px;
	border-left:10px solid transparent;
}

.team-thumb-cont.active{
	border-left:10px solid #4cd0dc;
}

/*#team .active img.thumb {
    opacity: 1;
}*/
    
#team img.thumb {
    opacity: 0.4;
    width: 22%;
    cursor: pointer; 
    float: left;   
}

#team img.thumb:hover {
      opacity: 1.0; 
}


#team .tm-details {
    float: left;
    width: 65%;
    margin-left: 10px;
    padding-top: 15px
}

#team .tm-details h2 {
    font-size: 12px;
}

#team .tm-details h3 {
    font-size: 12px;
}

#team .team-member-cont {
   padding-bottom: 120px;
}
#team .col-sm-4{
    padding-left: 25px;
}


#solutions {
  background: #f6f7fb;
}

#solutions img, 
#products img,
#regions img {
    width: 100%;
    height:auto;
    background: #fff;
}

.entry img {
margin-left:30px;
margin-bottom:15px;
margin-top: 5px;
}
    
#regions {
  background: #f6f7fb;
}


    

#news h2 {
    margin: 30px 0px 0px 0px; }
    
#news h3 {
    font-size: 20px;
    font-family: "Open Sans";
    font-weight: 400;
    line-height: 25px;
    color: #6c6c6c;
    margin: 0px 0px 0px 0px; }
    
#news h4{
    color:#9c9d9d;
    font-weight: 500;
}
    
#news p {
    font-family: "Open Sans";
    color: #504f4f;
    font-size: 17px;
    font-weight:700;
    line-height:26px;
}
    
    
#news img {
    width: 100%; 
}

#news img.thumb {
    opacity: 0.4;
    cursor: pointer; 
}

#news img.thumb:hover {
      opacity: 1.0; 
}
      

#efusion {
  background: #f6f7fb;
}

#efusion h1 .divline {
      width: 4px;
      height: 60px;
      display: inline-block;
      margin: 0px 6px;
      position: relative;
      top: 14px;
      background: #cacfe6;
      text-transform:none;
}

#efusion h1{
text-transform: none;
}

#efusion img {
    width: 100%;
    height: auto; 
}


#efusion .about-text {
    padding-left: 100px; 
}
   


#ambit h1 .divline {
      width: 4px;
      height: 60px;
      display: inline-block;
      margin: 0px 6px;
      position: relative;
      top: 14px;
      background: #cacfe6;
      text-transform:none;
}

#ambit img {
    width: 100%;
    }


#ambit .about-text {
    padding-left: 100px; 
}

.efusion h1{
text-transform: none;
}
    
#grid-center-content  #b-grid-left > ul > li:before,
.b-grid-content ul li:before,
ul.arrowed li:before,
.entry ul > li:before {
    /*font-family: 'fontello';*/
    content: '\2192';
    font-weight: normal;
    color: #1ABB9C;
    margin-top: -1px;
	margin-left: -23px;
    vertical-align: top;
	position: absolute;
	color:#6167af;
} 

.sol-header-image img {
width: 100%;
height: auto;
}

#solutions-interactive {
  padding-top: 0px;
  padding-bottom: 0px;
}

#solutions-listing{
padding-top: 10px;
}

#solutions-text {
  background: #f6f7fb;
  padding: 25px 0px 160px; }
  #solutions-text h1 {
    margin: 55px 0px 50px 0px; }
  #solutions-text .text-container {
    padding: 0px 100px; }

#solutions-interactive2 {
padding-top: 60px;
padding-bottom: 0px;
}

section #solutions-interactive2{
padding: 0px;
}

#solutions-text2 {
  padding: 0px 0px 180px 0px; }
  #solutions-text2 h1 {
    margin: 55px 0px 50px 0px; 
    }
  #solutions-text2 .text-container {
    padding: 0px 0px 0px 200px; }


/***********SANG Maxxess*************/
/*.col-sm-1.about_col {
width:5%;
}
.col-sm-4.about_col {
width:30%;
}*/
.inner-top-md{
margin-top:50px;
margin-left:4px;
margin-right:4px;
}

.inner-top-md .row{
margin-top:0px;
padding-top: 0px;
}
.about_3col{
margin-top:15px;
}

.circle{
  background-repeat: no-repeat;
  background-image: url('/site_assets/theme/new_site/assets/images/circle.png');
  background-position: 0px 0px; 
  text-indent:-9999px;
  height:72px;
}

/*p{
font-size:16px;
line-height:140%;
}*/

.more{
  background-repeat: no-repeat;
  background-image: url('/site_assets/theme/new_site/assets/images/btn_more.png');
  background-position: 0px 0px; 
  text-indent:-9999px;
}

.more:hover,
.more:visited:hover{
  background-position: 0px -23px; 
}

.btn-maxx,
.solutions,
.products,
.regions{
  /*background-repeat: no-repeat;
  background-image: url('/site_assets/theme/new_site/assets/images/btn_solutions.png');
  background-position: 0px 0px; */
  text-indent:-9999px;
  font-size: 15px;
  font-weight: 700;
  padding:7px 50px 7px 50px;
  color:#fff;
  background-color: #58b1b9;
  line-height:65px;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; /* future proofing */
  -khtml-border-radius: 5px; /* for old Konqueror browsers */
  box-shadow: 2px 2px 2px #888888;
}

.btn-maxx:hover,
.btn-maxx:visited:hover,
.solutions:hover,
.solutions:visited:hover,
.products:hover,
.products:visited:hover,
.regions:hover,
.regions:visited:hover{
  /*background-repeat: no-repeat;
  background-image: url('/site_assets/theme/new_site/assets/images/btn_solutions.png');
  background-position: 0px 0px; */
  color:#fff;
  background-color: #4cd0dc;
}

.pic_solutions,
.pic_products,
.pic_regions{
margin-top:-24px;
}

.news_img{
	margin-left:0px;
	margin-top:5px;
	width:270px;
	margin-right:15px;
	float:left;
	display:block;
	border: 1px solid #dfdfdf;
}

.news{
margin-left:10px;
width:275px;
margin-right:0px;
float:left;
display:block;
}

/*.interact_sol{
  background-repeat: no-repeat;
  background-image: url('../site_assets/theme/new_site/assets/images/interact_solution.jpg');
  background-position: 0px 0px; 
  text-indent:-9999px;
}
*/

#solutions-listing{
margin-bottom: :60px;
}

.sol-icon{
vertical-align: middle;
}
ul.nav_categories{
font-size: 16px;
padding-left:0px;
padding-bottom: 60px;
padding-top: 56px;
}

a span.healthcare{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_healthcare.png)!important;
  background-position: 0px 0px; 
  height:48px;
  width:53px;
  display:inline-block;
  margin-bottom: 5px;
}

a span.University-Campus,
a span.education{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_education.png)!important;
  background-position: 0px 0px; 
  height:48px;
  width:53px;
  display:inline-block;
  margin-bottom: 5px;
}


a span.education-k-12{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_k-12.png)!important;
  background-position: 0px 0px; 
  height:48px;
  width:53px;
  display:inline-block;
  margin-bottom: 5px;
}



a span.transportation{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_transportation.png)!important;
  background-position: 0px 0px; 
  height:48px;
  width:53px;
  display:inline-block;
  margin-bottom: 5px;
}

a span.airport-and-seaports{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_airport.png)!important;
  background-position: 0px 0px; 
  height:48px;
  width:53px;
  display:inline-block;
  margin-bottom: 5px;
}


a span.Hospitality{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_hotel.png)!important;
  background-position: 0px 0px; 
  height:48px;
  width:53px;
  display:inline-block;
  margin-bottom: 5px;
}


a span.government,
a span.multi-tenant-property-management{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_property.png)!important;
  background-position: 0px 0px; 
  height:48px;
  width:58px;
  display:inline-block;
  /*float:left;*/
  margin-bottom: 5px;
}


a span.government
{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_government.png)!important;
  background-position: 0px 0px; 
  height:48px;
  width:58px;
  display:inline-block;
  /*float:left;*/
  margin-bottom: 5px;
}



a span.Financial-Institutions{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_financial.png)!important;
  background-position: 0px 0px; 
  height:48px;
  width:53px;
  display:inline-block;
  margin-bottom: 5px;
}

a span.stadiums-arenas-theme-parks{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_stadium.png)!important;
  background-position: 0px 0px; 
  height:48px;
  width:58px;
  display:block;
  float:left;
  margin-bottom: 5px;
}

a span.critical-infrastructure{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_infrastructure.png)!important;
  background-position: 0px 0px; 
  height:48px;
  width:53px;
  display:inline-block;
  margin-bottom: 5px;
}

a span.industrial{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_industrial.png)!important;
  background-position: 0px 0px; 
  height:48px;
  width:53px;
  display:inline-block;
  margin-bottom: 5px;
}

a span.data-centers{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_data.png)!important;
  background-position: 0px 0px; 
  height:48px;
  width:53px;
  display:inline-block;
  margin-bottom: 5px;
}

a span.small-business{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_smallbusiness.png)!important;
  background-position: 0px 0px; 
  height:48px;
  width:53px;
  display:inline-block;
  margin-bottom: 5px;
}



a span.healthcare:hover,
a span.healthcare:visited:hover,
a span.education:hover,
a span.education:visited:hover,
a span.transportation:hover,
a span.transportation:visited:hover,
a span.airport-and-seaports:hover,
a span.airport-and-seaports:visited:hover,
a span.hotels-and-casinos:hover,
a span.hotels-and-casinos:visited:hover,
a span.multi-tenant-property-management:hover,
a span.multi-tenant-property-management:visited:hover,
a span.financial:hover,
a span.financial:visited:hover,
a span.stadiums-arenas-theme-parks:hover,
a span.stadiums-arenas-theme-parks:visited:hover,
a span.critical-infrastructure:hover,
a span.critical-infrastructure:visited:hover,
a span.industrial:hover,
a span.industrial:visited:hover,
a span.data-centers:hover,
a span.data-centers:visited:hover,
a span.small-business:hover,
a span.small-business:visited:hover
{
  background-position: 0px -48px; 
}

.interactive_markets img{
margin-bottom: 50px;
}

.nav_side{
margin-top: 90px;
line-height: 18px;
}

.nav_side ul.nav_categories{
font-size: 16px;
}


#sol_nav_categories li{
    margin-top:15px;
    float:none;
    display:block;   
    padding-right:10px;
}



#nav_categories li{
    margin-top:15px;
    float:left;
    display:inline-block;
    width:253px;
    height:73px;
    padding-right:10px;
}

.sol-icon-small{
    vertical-align: bottom;
    margin-right: 4px;
}

a span.sol-icon-small.healthcare{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_healthcare_sml.png)!important;
  background-position: 0px 0px; 
  height:20px;
  width:24px;
  display:inline-block;
  margin-bottom: 0px;
}

a span.sol-icon-small.University-Campus
{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_education_sml.png)!important;
  background-position: 0px 0px; 
  height:20px;
  width:24px;
  display:inline-block;
  margin-bottom: 0px;
}

a span.sol-icon-small.transportation{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_transportation_sml.png)!important;
  background-position: 0px 0px; 
  height:20px;;
  width:24px;
  display:inline-block;
  margin-bottom: 0px;
}

a span.sol-icon-small.education-k-12{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_k-12_sml.png)!important;
  background-position: 0px 0px; 
  height:20px;;
  width:24px;
  display:inline-block;
  margin-bottom: 0px;
}



a span.sol-icon-small.airport-and-seaports{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_airport_sml.png)!important;
  background-position: 0px 0px; 
  height:20px;
  width:24px;
  display:inline-block;
  margin-bottom: 0px;
}


a span.sol-icon-small.Hospitality{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_hotel_sml.png)!important;
  background-position: 0px 0px; 
   height:20px;;
  width:24px;
  display:inline-block;
  margin-bottom: 0px;
}



a span.sol-icon-small.government{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_government_sml.png)!important;
  background-position: 0px 0px; 
   height:20px;;
  width:24px;
  display:inline-block;
  margin-bottom: 0px;
}





a span.sol-icon-small.multi-tenant-property-management{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_property_sml.png)!important;
  background-position: 0px 0px; 
  height:20px; 
  width:24px;
  display:inline-block;
  margin-bottom: 0px;
}

a span.sol-icon-small.Financial-Institutions{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_financial_sml.png)!important;
  background-position: 0px 0px; 
  height:20px;
  width:24px;
  display:inline-block;
  margin-bottom: 0px;
}

a span.sol-icon-small.stadiums-arenas-theme-parks{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_stadium_sml.png)!important;
  background-position: 0px 0px; 
  height:20px;
  width:24px;
  display:block;
  margin-bottom: 25px;
  margin-right:6px;
  
}

a span.sol-icon-small.critical-infrastructure{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_infrastructure_sml.png)!important;
  background-position: 0px 0px; 
  height:20px;
  width:24px;
  display:inline-block;
  margin-bottom: 0px;
 
}

a span.sol-icon-small.industrial{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_industrial_sml.png)!important;
  background-position: 0px 0px; 
  height:20px;
  width:24px;
  display:inline-block;
  margin-bottom: 0px;
}

a span.sol-icon-small.data-centers{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_data_sml.png)!important;
  background-position: 0px 0px; 
  height:20px;
  width:24px;
  display:inline-block;
  margin-bottom: 0px;
}


a span.sol-icon-small.small-business{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_smallbusiness_sml.png)!important;
  background-position: 0px 0px; 
  height:20px;
  width:24px;
  display:inline-block;
  margin-bottom: 10px;
  margin-right: 6px;
  margin-top: -4px;
  float:left;
}

a span.sol-icon-small.healthcare:hover,
a span.sol-icon-small.healthcare:visited:hover,
a span.sol-icon-small.education:hover,
a span.sol-icon-small.education:visited:hover,
a span.sol-icon-small.transportation:hover,
a span.sol-icon-small.transportation:visited:hover,
a span.sol-icon-small.airport-and-seaports:hover,
a span.sol-icon-small.airport-and-seaports:visited:hover,
a span.sol-icon-small.hotels-and-casinos:hover,
a span.sol-icon-small.hotels-and-casinos:visited:hover,
a span.sol-icon-small.multi-tenant-property-management:hover,
a span.sol-icon-small.multi-tenant-property-management:visited:hover,
a span.sol-icon-small.financial:hover,
a span.sol-icon-small.financial:visited:hover,
a span.sol-icon-small.stadiums-arenas-theme-parks:hover,
a span.sol-icon-small.stadiums-arenas-theme-parks:visited:hover,
a span.sol-icon-small.critical-infrastructure:hover,
a span.sol-icon-small.critical-infrastructure:visited:hover,
a span.sol-icon-small.industrial:hover,
a span.sol-icon-small.industrial:visited:hover,
a span.sol-icon-small.data-centers:hover,
a span.sol-icon-small.data-centers:visited:hover,
a span.sol-icon-small.small-business:hover,
a span.sol-icon-small.small-business:visited:hover
{
  background-position: 0px -24px; 
}


#news-featured2{
	padding-bottom: 60px;
	margin-left: 33px;
}

.news-detail h2{
	min-height: 115px;
}

.news-detail h3{
	font-size:14px;
	margin-bottom: 0px;
	color:#6c6c6c;
}

.news-item-list img {
    width: 30%;
    float: left;
}

.news-detail {
    float: left;
    width: 50%;
    margin-left: 30px;
}

.news-item-list {
    margin-bottom: 50px;
}

.news-item-list img{
border:1px solid #dfdfdf;
}

.news-item-list img:hover,
.news-item-list img:visited:hover{
border:1px solid #4cd0dc;
}

.media-menu > li{
    margin-right: 0px;
}

.media-menu > li > a {
	/* width:190px; */
	height:46px;
	line-height: 40px;
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	color: #73879C;
	display: block;

	text-align: left;
	padding-left: 20px;
	padding-top: 3px;
	vertical-align: middle;
	border-top: 1px solid #dfdfdf;
}

.media-menu > li.active a{
	color: #4cd0dc;
    background:#fff;
}

.media-menu > li:last-child {
	border-bottom: 1px solid #dfdfdf;
}

.media-menu > li > a:hover,
.media-menu > li > a:visited:hover {
	background-color:#4cd0dc;
	color:#fff;
}

ul.media-menu{
padding-left: 0px;
margin-bottom: 40px;
}

ul.media-menu {
margin-left: -15px;
}

.pr-detail h3{
font-size: 14px;
margin-bottom: 10px;
color: #4a63ae;
}

.pr-detail h2{
margin-bottom: 5px;
color: #6c6c6c;
}

section.custom .pr-detail p{
color: #6c6c6c;
}


.pr-item-list{
margin-bottom:30px;
}

.pr-file a{
  background-repeat: no-repeat;
  background-image: url(/site_assets/theme/new_site/assets/images/icon_pdf.jpg)!important;
  background-position: 0px 0px; 
  height:40px;
  width:40px;
  display:inline-block;
  margin-bottom: 0px;
  text-indent: -9999px;
}

.pr-file a:hover,
.pr-file a:visited:hover{
  background-position: 0px -40px; 
}

.pr-view-more a{
font-size: 14px;
font-weight: 900;
color:#25a5ad;
}

.pr-view-more a:hover,
.pr-view-more a:visited:hover{
color:#4cd0dc;
}

/*****REGION MAP *****/
div#map-bg {
width: 100%;
height:auto;
}

#regions-map-top {
padding-top: 80px;
padding-bottom: 40px;
margin-bottom: 40px;
/* margin-left: 28px; */
/* margin-right: 30px; */
border-bottom: 1px solid #e0e0e1;
}

#regions-map-top h1{
margin-right: 20px;
margin-bottom: 25px;
}

#regions-support {
padding-top: 0px;
/* padding-left: 30px; */
}

.region-map{
margin-bottom: 150px;
}

#map-container {
position: relative;
/* margin-left: 40px; */
}

.col-md-4.animated {
padding-left: 0px;
}

#cur-region-map {
margin-top: 15px;
margin-bottom: 30px;
padding-left: 0px;
}

#cur-region-contact h3 {
margin-top: 30px;
margin-bottom: 0px;
}

#cur-region-contact h4 {
font-weight: 400;
font-size: 17px;
}

section.custom .reg-contact-address p {
color: #777777;
}

#regions-support h3{
font-size: 18px;
margin-bottom: 5px;
}

#regions-support p{
font-size: 15px;
line-height:25px;
margin-bottom: 0px;
}

#region-map {
margin-bottom: 40px;
}

#reg-lookup{
margin-top: 15px;
margin-left: 20px;
}

.state-lookup {
margin-bottom: 30px;
}

#reg-detail {
margin-left: 4px;
}


div#map-hs > div {
    position: absolute;
    opacity: 0;
}


div#map-container {
    position: relative;
}


div#map-hs > div:hover 
 {
    opacity: 1;
}

div#reg-north-america {
    top: 0px;
}


div#reg-latin-america {
    top: 172px;
    left: 108px;
}

div#reg-uk {
    top: 104px;
    left: 350px;
}

div#reg-europe {
    top: 35px;
    left: 319px;
}

div#reg-middle-east {
    top: 159px;
    left: 448px;
}

div#reg-africa {
    top: 167px;
    left: 334px;
}



.support-contact {
    margin-bottom: 40px;
}


img.vmarket-header {
	margin-left: 0px;
	margin-bottom: 20px;
	width: 100%;
}


.partner-logo h2 {
    border-bottom: 1px solid silver;
    font-size: 12px;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.partner-logo {
    max-width: 280px;
}



#about .vid a img {
    width: auto;
    height: auto;
}

.vid {
    text-align: center;
}

span.vid-title {
    display: inline-block;
    vertical-align: baseline;
}


.small-text {
    font-size: 12px;
    line-height: 16px;
    clear: both;
    display: block;
    padding-bottom: 7px;
}

.events .news-detail h2 {
    min-height: 0px;
}

.ch-name {
    position: absolute;
    top: 5px;
    background: black;
    color: white;
    padding: 0px 4px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}


.error {
    color: rgb(255, 60, 60);
    font-size: 12px;
}


input.error {
    background-color: rgb(249, 228, 228);
    border-color: rgb(255, 177, 177);
}


.cs-cont {
	margin-top: 20px;
}

/***** MORE *********/


@media (max-width: 800px){
    #solutions-text .text-container {
        padding: 0px 60px;
    }
}

@media (max-width: 767px){
	.navbar-header .navbar-right {
        float: left;
        padding-left: 23px;
	}
	
	.navbar-header .navbar-left .spacing {
        display: inline-block;
        width: 0px;
	}
}

@media (max-width: 640px){
    #solutions-text .text-container {
        padding: 0px 0px;
    }
    #solutions-text {
        background: #f6f7fb;
        padding: 0px 0px 100px;
    }
}


