

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



.navbar .divider-vertical{height:30px;margin:0 .5em 0 0;border-right:1px solid #888;border-left:none;background-color:#424242;}


.navbar .nav {
	position: relative;
	left: 1em;
	display: block;
	float: left;
	margin: 0;
	padding:10px;
	background-color:#333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
}

.navbar .nav > li > a {
	float: none;
	padding: 5px 10px 5px 10px;
	font-size:1.2em;
	color: #fff;
	text-decoration: none;
	text-shadow: none;

}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	color: #e7e7e7;
	font-weight:bold;
	text-decoration: none;
	background-color:transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	box-shadow: none;
}


.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	color: #e7e7e7;
	text-decoration: none;
	background-color: transparent;

}


.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle{color:#555;background-color:transparent}

.nav   {
	
	
	-webkit-margin-after: 0;
	margin-bottom:0;
	
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.navbar {
	
	background-color:#424242;
	border-bottom:1px solid #999;
}

.navbar-inner {
	
	background-image:none;
	background-color:#333;
	border:none;
	padding:10px 0 10px 0;
	
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
	color: white;
	text-decoration: none;
	background-color: #999;
	
	background-image:none;
	
	filter:none;
}

.nav-list > .active > a, .nav-list > .active > a:hover {
		color: #e7e7e7;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
		background-color: #999;
}

.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
color: #f7f7f7;
background-color: transparent;
}


 .drop-sol {
	
	
	top: 100%;
	left: -150px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	height:240px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

 .drop-mark {
	
	
	
	left: -251px;
	
	height:240px;
	
}

.drop-doc {
	
	
	
	left: -375px;
	
	height:240px;
	
}

.drop-sup {
	
	
	
	left: -525px;
	
	height:240px;
	
}


/*.mega  .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 300px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}*/

.mega  .nav > li > .drop-sol.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 190px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}


.mega  .nav > li > .drop-mark.dropdown-menu:after {
  
  left: 315px;
 
}

.mega  .nav > li > .drop-doc.dropdown-menu:after {
  
  left: 450px;
 
}

.mega  .nav > li > .drop-sup.dropdown-menu:after {
  
  left: 590px;
 
}


.mega .dropdown-menu {
	
	
	width:830px;
	
}

.mega  .dropdown-menu  li {
	
	
	display:inline-block;
	vertical-align:top;
	border-right:1px solid #c4c4c4;
	
	
}

.mega  .dropdown-menu.drop-sol  li {
	
	
	width:200px;
	
}


.mega  .dropdown-menu.drop-mark li, .dropdown-menu.drop-sup  li {
	
	width:270px;
	
	
	
}

.mega  .dropdown-menu.drop-doc  li {
	
	width:400px;
	
	
	
}

.mega .dropdown-menu li:last-child {
	

	
	border-right:none;
	
}

.mega .dropdown-menu.drop-sol li a {
	
	
	width:160px;
	white-space:normal;
	padding:10px 10px 10px 10px;
	line-height: 16px;
	margin-left:10px;
	height:180px;
	

	
}

.mega .dropdown-menu.drop-mark li a, .dropdown-menu.drop-sup li a {
	
	
	width:230px;
	white-space:normal;
	padding:10px 10px 10px 10px;
	line-height: 16px;
	margin-left:10px;
	height:180px;
	

	
}

.mega .dropdown-menu.drop-doc li a {
	
	
	width:360px;
	white-space:normal;
	padding:10px 10px 10px 10px;
	line-height: 16px;
	margin-left:10px;
	height:180px;
	

	
}

.mega .dropdown-menu li > a:hover, .mega .dropdown-menu li > a:focus, .mega .dropdown-menu .dropdown-submenu:hover > a {
	color: 333;
	text-decoration: none;
	background-color: #e7e7e7;
	
	background-image:none;
	
	filter:none;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
color: #333;
}

.mega .dropdown-menu a  p {
	
	
	font-size:12px;
	color:#888;
	padding:10px 0 0 0;
	
	
}

.mega .dropdown-menu.drop-sol a  p {
	
	
	width:150px;
	
}

.mega .dropdown-menu.drop-mark a  p, .dropdown-menu.drop-sup a  p  {
	
	
	width:200px;
	
}


.mega .dropdown-menu.drop-doc a  p {
	
	
	width:350px;
	
}

.mega .dropdown-menu button {
	
	
	position:absolute;
	bottom:20px;
	
}





.nav-tabs {
	border-bottom:none;
}

.nav-tabs > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
	color:#fff;
	border: 1px solid transparent;
	
	background-color:#888;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
	
	background-color:#949494;
	border:1px solid transparent;
	
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover{
	
	background-color:#fff;
	color:#333;
	border-top:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
	border-bottom:1px solid #fff;
	border-left:1px solid #c4c4c4;
	font-weight:bold;
	
}



.tab-content {
	
	background-color:#fff;
	padding:1.4%;
	margin:00;
	width:97.2%;
	border:1px solid #c4c4c4;
	
	-webkit-border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	-ms-border-radius:0 4px 4px 4px;
	border-radius:0 4px 4px 4px;
	
	
	
	
}


.solutions-tabs .tab-content {
	
	background-color:#fff;
	padding:10px;
	margin:0;
	width:auto;
	height:auto;
	border:none;
	border:1px solid #c4c4c4;
	
	overflow:auto;
	
	-webkit-border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	-ms-border-radius:0 4px 4px 4px;
	border-radius:0 4px 4px 4px;
	
	
}

.solutions-tabs .nav-tabs {
	border-bottom:none;
	font-size:1.2em;
}

.solutions-tabs .nav-tabs > li > a {
	padding-top: 20px;
	padding-right:20px;
	padding-bottom: 20px;
	padding:left:20px;
	line-height: 20px;
	color:#fff;
	border: 1px solid transparent;
	
	background-color:#888;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.solutions-tabs .nav-tabs > li > a:hover {
	
	background-color:#949494;
	border:1px solid transparent;
	
}

.solutions-tabs .nav-tabs > .active > a, .nav-tabs > .active > a:hover{
	
	background-color:#fff;
	color:#333;
	border-top:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
	border-bottom:1px solid #fff;
	border-left:1px solid #c4c4c4;
	font-weight:bold;
	
}



.icons-mode {
	
	padding:0;
	margin:0 ;
	width:20px;
	height:19px;
	background-image : url('../img/list-icon.png');
	background-repeat:no-repeat;
	background-position:-5px -4px;
	
}

.lists-mode {
	
	
	width:20px;
	height:19px;
	background-image : url('../img/list-icon.png');
	background-repeat:no-repeat;
	background-position:-32px -4px;
	
}





.view-modes .nav-tabs {
	border-bottom:none;
}

.view-modes .nav-tabs > li > a {
	padding: 0;
	margin:0 5px 0 0;
	width:20px;
	height:19px;
	line-height: 0;
	color:#fff;
	border:none;
	
	background-color:transparent;
	-webkit-border-radius:0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.view-modes .nav-tabs > li > a:hover {
	
	padding: 0;
	line-height: 0;
	color:#fff;
	border:none;
	
	background-color:transparent;
	-webkit-border-radius:0;
	-moz-border-radius: 0;
	border-radius: 0;
	
}

.view-modes .nav-tabs > .active > a, .view-modes .nav-tabs > .active > a:hover {
	
	padding: 0;
	line-height: 0;
	color:#fff;
	border:none;
	
	background-color:#000;
	-webkit-border-radius:0;
	-moz-border-radius: 0;
	border-radius: 0;
	
	
}

.view-modes .tab-content {
	
	background-color:#fff;
	padding:0;
	margin:0;
	width:100%;
	border:none;
	
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;

	
	
	
}


.view-modes .tab-content .container {
	
	width:auto;
	
	
}

.collapse {
	overflow: hidden !important;
}

.accordion-toggle:hover i {
		opacity: .5;
}


.accordion-heading:hover {
	
		background-color:#ECF0F7;
}

.accordion-toggle:hover  {
	
	
	text-decoration:none;
	
}

.accordion-toggle:hover i {
	
	opacity: .5;
	
}

.icon-chevron-down  {
	
	margin-top:-1px;

}


 .jumbotron {
        margin: 80px 0;
        text-align: center;
		color:#fff;
      }
      .jumbotron h1 {
        font-size: 85px;
        line-height: 1;
      }
      .jumbotron .lead {
        font-size: 24px;
        line-height: 1.25;
      }
      .jumbotron .btn {
        font-size: 21px;
        padding: 14px 24px;
      }


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


table {
    border-top: none;
    margin: 0 0 3em 0;
    width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
}

th, thead th {
    border: none;
    font-weight: bold;
    padding: 8px 0;
    text-align: left;
    width: 140px;
	
}



td {
	
	border-bottom: 1px solid #EEE;
	background-color:#fff;
	
}

.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover {

	background-color: #fff;
}

#discussions tr td.views-field {
    padding: 6px 0;
    vertical-align: middle;
}
#discussions tr td.views-field-nothing {
    padding-right: 10px;
    width: 60%;
}
#discussions tr.new td.views-field-nothing {
    font-weight: bold;
}
#discussions tr.protected td.views-field-nothing a {
    background-image: url("/sites/all/themes/twitter_commons/images/dev-sprites-v3.png");
    background-position: 0 -543px;
    background-repeat: no-repeat;
    padding-left: 18px;
}
#discussions tr td.views-field-tid {
    width: 18%;
}
#discussions tr td.views-field-nothing-1 {
    width: 10%;
}
#discussions tr td.views-field-nothing-1 a {
    font-weight: bold;
}
#discussions tr td.views-field-nothing-2 {
    width: 12%;
}
#discussions tr td.views-field-nothing-2 div {
    color: #777777;
    font-size: 85%;
    font-weight: normal;
}



.table th, .table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: middle;
	border-top: none;
}


table td  {
	
	border-bottom: 1px dashed #c4c4c4;
	padding:15px 0 10px 0;
	
	
}

.messages td  {
	
	border:none;
	
	
	
}

.messages td.show-msg {
	
	margin:0;
	padding:0 10px 5px 0;
	border-bottom:1px dashed #c4c4c4;
	
}

.accordion-inner {
	
	padding:0;
	
}

.accordion-inner table th:first-child {
	
	padding-left:10px;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	-ms-border-radius:0 0 0 0;
	border-radius:0 0 0 0;
	
	
}

.accordion-inner table tr th:last-child  {
	
	
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	-ms-border-radius:0 0 0 0;
	border-radius:0 0 0 0;
	
	
}

.accordion-inner table {
	
	
	margin-bottom:0;
	
}

table th  {
	
	background-color:#d8d8d8;
	font-size:1.0em;
	border-top:none;
		
	
}


table tr:last-child td  {
	
	border-bottom:none;
	
	
}

table tr th:first-child  {
	
	padding-left:10px;
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	-ms-border-radius:4px 0 0 0;
	border-radius:4px 0 0 0;
	
	
}

table tr th:last-child  {
	
	
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	-ms-border-radius:0 4px 0 0;
	border-radius:0 4px 0 0;
	
	
}

table tr  td:first-child   {
	
	font-weight:bold;
	padding-left:10px;
	
}

.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
	background-color: #F9F9F9;
}

.badge {

	display:inline;
	margin-left:.8em;
	background-color:#525151;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius:12px;
	border-radius:12px;
	border-top:1px solid #333;
	-webkit-box-shadow:  0px 1px 0px 0px #a8a7a7;
   	box-shadow:  0px 1px 0px 0px #a8a7a7;
	
	
}

.user-panel {
	
	background-color:#d8d8d8;
	margin:0;
	padding:0;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-ms-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;
	
}

#table_curr_status {
	
	
	width:100%;
	
	
	
}

.hero-unit  {
	
	background-color:#fff;
	background:#fff;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius:0;
	border-radius:0;
	
	
	
}

.hero-unit.solutions {
	
	background:none;
	background-color:none;
	padding:0 0 40px 0;
	margin:40px 0 40px 0;
	border-bottom:10px solid #c4c4c4;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius:0;
	border-radius:0;
	
}

.hero-unit.solutions p {
	
	font-size:1em;
	line-height:1.2em;
	
}



.sol-grid:hover{
	
	background-color:#f7f7f7;
	cursor:pointer;
	
	
}
.solutions h4 {
	
	padding-top:0;
	margin-top:0;
	
}
hr {
margin: 20px 0;
border: 0;
border-top: 1px solid #d1d1d1;
border-bottom: 1px solid #fff;
}
	

 /* Carousel base class */
    .carousel {
      margin-bottom: 20;
    }

    .carousel .container {
      position: relative;
      z-index: 9;
    }

    .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 120px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      z-index: 10;
    }

    .carousel .item {
      height: 400px;
    }
    .carousel img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      height: 400px;
    }

    .carousel-caption {
      background-color: transparent;
      position: static;
      max-width: 550px;
      padding: 0 20px;
      margin-top: 100px;
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }
    .carousel-caption .btn {
      margin-top: 10px;
    }



.valign {
    display: inline-block;
    left: 0;
    vertical-align:middle;
}

.valign-top {
    display: inline-block;
    left: 0;
    vertical-align: top;
}

.utility {
	
	margin:0;
	padding:0;
	width:18em;
	height:1.9em;
	background-color:none;
	
	
}

 .thumbnail {
	 
		display: block;
		padding: 0;
		line-height: 1em;
		border:none;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
}

.thumbnails::before, .thumbnails::after {
	display:inline;
	line-height: 0;
	content: "";
}

.textinput {
	
	padding:20px;
	margin:0;
	font-size:18px;
	font-family:  Arial, Helvetica, sans-serif;
	color:#333;
	width:380px;
	
	background-color:#fff;
	border:1px solid #c4c4c4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	
	
}


caption {
	
	font-weight:bold;
	padding:0 0 10px 0;
	
}

#form2  {
	
	display:none;
	
	
}
.build-home {
	
	
	
	position: absolute;
	
	bottom: -1px;

	
}

.rounded {

	border:1px solid #c4c4c4;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius:4px;
	border-radius:4px;
	
	
}

.rounded-home {
	border:0 solid #c4c4c4;
	-webkit-border-radius: 4px 0 4px 4px;
	-moz-border-radius:  4px 0 4px 4px;
	-ms-border-radius:  4px 0 4px 4px;
	border-radius:  4px 0 4px 4px;
	
	
	
}

.rounded-top {

	border:1px solid #c4c4c4;
	
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	
	
}

.rounded-bottom {

	border:1px solid #c4c4c4;
	border-top:0 solid #c4c4c4;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius:  0 0 4px 4px;
	-ms-border-radius:  0 0 4px 4px;
	border-radius:  0 0 4px 4px;
	
	
}

.rounded-top-lt {

	border:1px solid #c4c4c4;
	border-top:0 solid #c4c4c4;
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius:  4px 0 0 0;
	-ms-border-radius:  4px 0 0 0;
	border-radius:  4px 0 0 0;
	
	
}

.rounded-top-rt {

	border:1px solid #c4c4c4;
	border-top:0 solid #c4c4c4;
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius:  0 4px 0 0;
	-ms-border-radius: 0 4px 0 0;
	border-radius:  0 4px 0 0;
	
	
}

.rounded-bot-lt {

	border:1px solid #c4c4c4;
	border-top:0 solid #c4c4c4;
	-webkit-border-radius: 0 0 0 4px;
	-moz-border-radius:  0 0 0 4px;
	-ms-border-radius:  0 0 0 4px;;
	border-radius:  0 0 0 4px;
	
	
}

.rounded-bot-rt {

	border:1px solid #c4c4c4;
	border-top:0 solid #c4c4c4;
	-webkit-border-radius: 0 0 4px 0;
	-moz-border-radius:  0 0 4px 0;
	-ms-border-radius:  0 0 4px 0;
	border-radius:  0 0 4px 0;
	
	
}


.features .span2 {
	
	
	width:150px;
	
}

.solution-buckets
{
	
	width:100%;
	margin: 0;
	padding: 0;
	background-color:#f7f7f7;
	
}




.solution-buckets div { 

	
	padding:1% 0 1% 0;
	margin:0;
	text-align:center;
	min-height:200px;
	border-left:1px dotted #c4c4c4; 

}

.solution-buckets div p { 

	padding:1% 7% 1% 7%; 

}



.solution-buckets ul li a { text-decoration: none; }

.prod-demo {
	
	
	padding:0;
	margin:0;
		
}

.prod-demo ul {
	
	padding:0;
	
	width:300px;
	
}

.prod-demo ul li {
	
	padding:5px;
	margin:0;
	border-bottom:1px dotted #c4c4c4;
	
}
 

.static-drop {
	
	padding-right: 8px;
	padding-left: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px 
	
	
}

.btn-static {
display: inline-block;
padding: 4px 14px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
color: #333;
text-align: center;
text-shadow: 0 1px 1px rgba(255,255,255,0.75);
vertical-align: middle;
cursor: arrow;
background-color: #f5f5f5;
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
background-image: -o-linear-gradient(top,#fff,#e6e6e6);
background-image: linear-gradient(to bottom,#fff,#e6e6e6);
background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
background-repeat: repeat-x;
border: 1px solid #bbb;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
-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);
}


.btn-trans {
	
	padding:0;
	margin:0;
	background:none;
	border:1px dashed transparent;
	box-shadow:none;
	color: #08C;
	
}

.unread  {
	
	font-weight:bold;
	
}

.btn-trans:hover {
	
	background:none;
	border:1px dashed transparent;
	box-shadow:none;
	color: #08C;
	text-decoration:underline;
	
}

.centered {
	
	padding:0;
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	
	
}

.half {
	
	width:48%;
	padding:0;
	margin:0;
	
	
}

 

.featurette-heading  {
	
	margin-bottom:10px;
	line-height: 40px;
	
}




.bold {
	
	font-weight:bold;
}

.no-bot-border {
	
	border-bottom:none;
	
}

#return-solutions {
				
				display:none;
				
}

#configurator-box {
				
				visibility:hidden;
				height:auto;
}

#advanced {
				
				visibility:hidden;
				height:0;
				margin-top:0;
}

a.anchor{display: block; position: relative; top: -40px; visibility: hidden;}

footer  {
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius:4px;
	border-radius:4px;
	
}
.market-search {
	
   display:inline-block;vertical-align:top;width:23%;margin:0 0 20px 0;padding:0 0 10px 0;float:left;
}
.market-rt {
	display:inline-block;vertical-align:top;width:74%;float:right;
}


.bg-banner  {
	
	background: url('../img/slide-index.jpg') no-repeat 0 0;
	
	
}

.home-bg-banner  {
	
	background: #424242; /* Old browsers */

background: -moz-linear-gradient(top,  #424242 1%, #000 99%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#424242), color-stop(99%,#000)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #424242 1%,#000 99%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #424242 1%,#000 99%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #424242 1%,#000 99%); /* IE10+ */

background: linear-gradient(to bottom,  #424242 1%,#000 99%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#2e2e2e',GradientType=0 ); /* IE6-9 */


	
	
}

.getstarted {
	
	
	padding: 10px 8px;
	margin:0 0 20px 15px;
	font-size: 21px;
	line-height: normal;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px0;
	border-radius: 8px;
}

.quotes1  {
	
	padding:20px 30px 30px 60px;
	margin:20px 20px 0 0;
	
	
	background: url('../img/quote.png') no-repeat 20px 20px;

}

.quotes2  {
	
	padding:20px 30px 30px 60px;
	margin:20px 0 0 0;
	
	
	background: url('../img/quote.png') no-repeat 20px 20px;

}

.quotes1 p {
	
	padding:0 30px 10px 20px;
	font-size:1.2em;
	line-height:1.4em;
	
	
}

.quotes2 p {
	
	padding:0 30px 10px 20px;
	font-size:1.2em;
	line-height:1.4em;
	
	
}

.use-logos  {
	
	height:100px;
	padding:20px 40px 0 40px;
	 s
}
	
.use-logos  img {
	
	height:50px;
	
}

.use-logos:hover  {
	
	opacity:.5;
	
}



/* fliptop */

ul.email_list li {
list-style:none;	
	
float: left;
width: 107px;
height: 107px;
line-height: 107px;
}

ul.email_list li.email_twitter {
background: url('//d328x08i4atn50.cloudfront.net/images/@twitter.png') no-repeat 0 0;
}

ul.email_list li.plus {
width: 60px;
background: url('//d328x08i4atn50.cloudfront.net/images/plus.png') no-repeat center center;
}
ul.email_list li.email_facebook {
background: url('//d328x08i4atn50.cloudfront.net/images/@facebook.png') no-repeat 0 0;
}

ul.email_list li.email_linkedIn {
background: url('//d328x08i4atn50.cloudfront.net/images/@linkedIn.png') no-repeat 0 0;
}

ul.email_list li.email_text {
font-size: 42px;

color: #fff;
padding-left: 15px;
width: 250px;
font-weight: bold;
}

	
