@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
@import url('demo.css');
@font-face {
	font-family: 'fontawesome-selected';
	src: url('//www.pcpitstop.com/pcpitstop_new/css/font/fontawesome-selected.eot');
	src: 
	url('//www.pcpitstop.com/pcpitstop_new/css/font/fontawesome-selected.eot?#iefix') format('embedded-opentype'), 
	url('//www.pcpitstop.com/pcpitstop_new/css/font/fontawesome-selected.woff') format('woff'), 
	url('//www.pcpitstop.com/pcpitstop_new/css/font/fontawesome-selected.ttf') format('truetype'), 
	url('//www.pcpitstop.com/pcpitstop_new/css/font/fontawesome-selected.svg#fontawesome-selected') format('svg');
	font-weight: normal;
	font-style: normal;
}


/**  Main **/
body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color: #4e4e4e;
  margin-top:0;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color: #c52d2f;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}
*:focus {
    outline: none !important;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}


.btn-primary {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #c52d2f;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.center h1{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #4e4e4e;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 70px 0;
}

.center {
  text-align: center;
  padding-bottom: 55px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 0 25px 0 25px;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.starsContainerEmpty {
	width:92px;
	height:26px;
	background-image: url(../images/graystars.png);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
}
.starsContainerFill {
	height:26px;
	width:0;
	background-image:url(../images/goldstars.png);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
}

.clear {
	clear:both;
}

/**  Side Navigation **/
.side-nav {
	position: fixed;
	top: 45%;
	right: 20px;
	z-index: 1030;
}
.side-nav ul.nav-side-nav {
	text-align: center;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.side-nav ul.nav-side-nav > li {
	display: block;
	line-height: 1.42857;
	margin: 0;
	padding: 8px 0;
}
.side-nav ul.nav-side-nav > li > a {
	display: block;
	width: 10px;
	height: 10px; 
	background:#8A0103;
}
.side-nav ul.nav-side-nav > li.active > a {
	background:#06bd0a;
}


/**  Header **/
.dropdown-toggle .fa-angle-down {
	display: none;	
}
.navbar>.container .navbar-brand{
  margin-left: 0;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #151515;
  padding: 15px 0;
  padding-bottom: 0;
}

 .navbar-nav{
  margin-top: 12px;
  font-size: 12px;
 }

.navbar-nav>li{
  margin-left: 5px;
  padding-bottom: 28px;
}

.navbar-inverse .navbar-nav > li > a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 3px;
  color: #fff;
  line-height: 24px;
  display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover{
  background-color: #c52d2f;
  color: #fff;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #c52d2f;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #c52d2f;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}


/**  Home Page Carousel **/
#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 150px;
}

#main-slider .carousel .slide-margin{
  margin-top: 140px;
}

#main-slider .carousel h2 {
  color: #fff;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}
#main-slider .carousel .btn-slide2 {
  padding: 8px 20px;
  background: #06bd0a;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .btn-slideRight {
  float: right;
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
  margin-top:50px;
}

#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 730px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #c52d2f;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #000;
}

#main-slider .prev {
  left: 40px;
}

#main-slider .next {
  right: 40px;
}

#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 20px;
  height: 20px;
  background-color: #c52d2f;
   margin: 0 15px 0 0;
   border: 1px solid #c52d2f;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #c52d2f;
  border: 1px solid #c52d2f;
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-0 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}
#main-slider .active .animation.animated-item-5 {
  -webkit-animation: fadeInDown 300ms linear 1200ms both;
  -moz-animation: fadeInDown 300ms linear 1200ms both;
  -o-animation: fadeInDown 300ms linear 1200ms both;
  -ms-animation: fadeInDown 300ms linear 1200ms both;
  animation: fadeInDown 300ms linear 1200ms both;
}
#techSentrySlide{
	margin-top:-375px;	
}

/**  Home Page Update **/
#update {
  background: #f2f2f2;
  padding-bottom: 40px;
 
}

.updates{
  padding: 0;
}

.update-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.update-wrap h2{

}

.update-wrap .pull-left {
  margin-right: 25px;
}

.update-wrap .iconLink a{
  font-size: 60px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #06bd0a;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.update-wrap .iconLink a:hover {
  background: #06bd0a;
  color: #fff;
  box-shadow: inset 0 0 0 5px #06bd0a;
  -webkit-box-shadow: inset 0 0 0 5px #06bd0a;
  border: 3px solid #06bd0a;
}

.threatsMobile {
	display: none;
	font-style:italic;
	font-weight:bold;
	color: #c52d2f;	
	text-align: center;
	padding:10px;
	border:thin solid #c52d2f;
	background-color:#ffffff;
}

/**  Home Page Libraries **/
#libraries .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

#libraries{
    padding-bottom: 70px;
}

.libraries-wrap {
  position: relative;
}

.libraryData {
	margin-top:-25px;	
}

.libraries-wrap img{
  width: 100%;
}

.libraries-wrap .libraries-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.libraries-wrap .libraries-inner h3{
  margin: 10px 0;
}

.libraries-wrap .libraries-inner h3 a{
  font-size: 24px;
  color: #fff;
}

.libraries-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #c52d2f;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.libraries-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.libraries-wrap:hover .overlay {
  opacity: 1;
}

.librariesMobile {
	display: none;
	background-color:#ee7a23;
	color: white;
	padding:10px;
	text-align: center;	
	border:medium solid #2E720E;
}

.librariesMobile h2{
	color:#ffffff;
}

#Libraries {	
	width:100%;
	margin:1.5% 1% 1.5% 0;
}

#Libraries #LibraryWrapper {
	background-color:#2bb34b;
	padding:.5em;
}
#Libraries .center {
	padding-bottom:0;	
}
#Libraries #LibraryWrapper #LibraryInnerWrapper {
	overflow:hidden;
	clear:both;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper ul.tabs {
	float:left;
	width:25%;
	padding-left:15px;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper ul.tabs li {
	background-image: url('/images/redesign2009/libraryTabSeparator.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-top:12px;
	padding-bottom:12px;
	list-style:outside none none;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper ul.tabs li.last {
	background-image:none;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper ul.tabs li a {
	font-size:.8em;
	text-decoration:none;
	color:#ffffff;
	display:block;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper ul.tabs li.active a {
	font-weight:bold;
	color:#fca91a;
	background-image: url('/images/redesign2009/libraryActiveTab.png');
	background-repeat:no-repeat;
	background-position:right;
	padding-right:12px;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper ul.tabs li a:hover {
	font-weight:bold;
	color:#ebd43c;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper .content {
	margin-left:175px;
	width:70%;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
	padding-left:9px;
	padding-right:5px;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper .content .libraryContent {
	display:none;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper .content .active {
	display:block;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper .content table {
	font-size:1em;
	width:100%;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper .content table tr {
	height:58px;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper .content table tbody tr {
	
}
#Libraries #LibraryWrapper #LibraryInnerWrapper .content table thead th,
#Libraries #LibraryWrapper #LibraryInnerWrapper .content table td.count {
	font-weight:bold;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper .content table thead th {
	text-align:center;	
}
#Libraries #LibraryWrapper #LibraryInnerWrapper .content table .center {
	text-align:center;
	padding:0;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper .content table td {
	font-size:.9em;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper .content table td a {
	color: #cb0000;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper .content .seeMore {
	border-top: 1px solid #999999;
	padding-top: 10px;
	margin-top:10px;
	text-align:right;
	margin-bottom:10px;
}
#Libraries #LibraryWrapper #LibraryInnerWrapper .content .seeMore a {
	font-size:12px;
	color: #cb0000;
	text-decoration:none;
}

.imagewrap {
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-radius: 4px;
}

.imagewrapNews {
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-radius: 4px;
}

.imagewrap img {	
	border-radius: 4px;
}

.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #e6e6e6; 
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #858586;
}

.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}

.panel-title>a{
  color: #4e4e4e;
}

.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #2bb34b;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 55px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i{
  background: #ed7b24;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #ed7b24;
  color: #fff;
}

/**  Home Page Goodies **/
#goodies {
  background: url(../images/goodies/bg_goodies.jpg);
  background-size: cover;
}

#goodies .lead,
#goodies h2{
  color: #fff;
}

.goodies-wrap {
  padding: 40px 30px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px;
}

.goodies-wrap h3 {
  font-size: 20px;
  margin: 10px 0;
}

.goodies-wrap .pull-left {
  margin-right: 20px;
}

.btn-outline {
	margin-top: 10px;
	border: 2px solid #b20a11;
	font-size: 15px;
	transition: all 0.3s ease-in-out 0s;
	color: #FFF;
	background: #b20a11;	
}

.btn-outline:hover {
	color: #b20a11;
	background: #FFF;	
}
.btn-outline:focus {
	color: #FFF;
	background: #b20a11;	
}

.btn-outlineGrn {
	margin-top: 10px;
	border: 2px solid #06bd0a;
	font-size: 15px;
	transition: all 0.3s ease-in-out 0s;
	color: #FFF;
	background: #1e4620;	
}

.btn-outlineGrn:hover {
	color: #1e4620;
	background: #FFF;	
}
.btn-outlineGrn:focus {
	color: #FFF;
	background: #1e4620;	
}

.media-body {
	display: block;	
}
#middle {
  background: #f2f2f2;
}

/**  Home Page Customer **/
#customer {
  background: url(../images/customers/customer_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
}

#customer {
  color: #fff;
  text-align: center;
  border-top:thin solid #8C0103;
  border-bottom:thin solid #8C0103;
}

#customer h2, 
#customer h3 {
  color: #fff;
}

.customers {
	margin-left: auto;
	margin-right: auto;	
}
.customers ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.customers ul li{
  display: inline-block;
  padding: 20px;
}

#customersupport{
  padding: 30px 0;
}

.customersupport i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}

.customersupport h2{
  margin-top: 0;
  color: #000;
}

.customersupport{
  color:#000;
}
#customerBtn{
  margin-left: 90px;
}

/**  About Page Header  **/
#aboutHeader {
	margin-top: 60px;
  	background: url(../images/GroupAbout.jpg) 50% 50% no-repeat;
  	background-size: cover;
	border-bottom: solid medium #b20a11; 	
}
#aboutHeader .img-responsive {
	margin-left: auto;
	margin-right: auto;	
}

/**  About Page About US  **/
#aboutUs {
	background-color: #E1DFDF;
  	padding-bottom: 40px;
	background-image:url(../images/aboutBG1.jpg);
	background-repeat:no-repeat;
	background-size:cover;	
}
.about{
  padding: 0;
}
.about-wrap {
  margin-bottom: 35px;
  overflow: hidden;  
}
.about-wrap h2{
 color: #000; 
}
.coBackground{
  background-color: white;
  border-radius: 25px;
  padding: 15px 15px 15px 15px;
  border: solid medium #b20a11;
  color: #000;
}
.info h2 {
	color:#000;	
}

/**  About Page Timeline  **/
#timeline {
  padding-bottom: 0;
  background-color: #2B1D1D; 
}
#timeline h2 {
	color: white;	
}
.timelineDesktop {
	color: white;		
}
.timelineMobile {
	display: none;
	color: white;	
}
.timeline {
	position: relative;
	list-style-type: none;
	padding: 30px 0 50px 0;
	background: transparent url(../images/timeline_horizontal.png) repeat-x top left;
}
.timeline:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 100%;
	top: 0;
	left: 165px;
	background: url(../images/timeline_vertical.png)
}

.event {
	position: relative;
	margin-bottom: 80px;
	padding-right: 40px;
}

.thumb {
	position: absolute;
	width: 100px;
	height: 100px;
	box-shadow: 
		0 0 0 8px rgba(6,189,10,1), 
		0 1px 1px rgba(255,255,255,0.5);
	background-repeat: no-repeat;
	border-radius: 50%;
	-webkit-transform: scale(0.8) translateX(24px);
	-moz-transform: scale(0.8) translateX(24px);
	-o-transform: scale(0.8) translateX(24px);
	-ms-transform: scale(0.8) translateX(24px);
	transform: scale(0.8) translateX(24px);
}

.thumb:before {
	content: '';
	position: absolute;
	height: 8px;
	z-index: -1;
	background: transparent url(../images/timeline_content1.png);
	width: 51px;
	top: 42px;
	left: 100%;
	margin-left: 8px;
}

.thumb span {
	color: #06bd0a; 
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	position: absolute;
	bottom: -30px;
}
.timelineIMG {
	float: right;	
}
.user-1 {
	background-image: url(../images/timeline/rob.jpg);
}

.user-2 {
	background-image: url(../images/timeline/bubble.jpg);
}

.user-3 {
	background-image: url(../images/timeline/optimize.jpg);
}

.user-4 {
	background-image: url(../images/timeline/erase.jpg);
}

.user-5 {
	background-image: url(../images/timeline/diskMD.jpg);
}

.user-6 {
	background-image: url(../images/timeline/PCmatic.jpg);
}

.user-7 {
	background-image: url(../images/timeline/accelerate.jpg);
}

.user-8 {
	background-image: url(../images/timeline/supershield.jpg);
}

.user-9 {
	background-image: url(../images/timeline/msp.jpg);
}
.user-10 {
	background-image: url(../images/timeline/techSentry.jpg);
}

/* Transparent Checkbox/radio hack: leave the checkbox on top, hide it with opacity 0 */

.event label,
.event input[type="radio"] {
	width: 24px;
	height: 24px;
	left: 158px;
	top: 36px;
	position: absolute;
	display: block;
}

.event input[type="radio"] {
	opacity: 0;
	z-index: 10;
	cursor: pointer;
}

.event label:after {
	font-family: 'fontawesome-selected';
	content: '\e702';
	background: #fff;
	border-radius: 50%;
	color: #06bd0a;
	font-size: 26px;
	height: 100%;
	width: 100%;
	left: -2px;
	top: -3px;
	line-height: 24px;
	position: absolute;
	text-align: center;
}

.content-perspective {
	margin-left: 230px;
	position: relative;

	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	-o-perspective: 600px;
	-ms-perspective: 600px;
	perspective: 600px;
}

.content-perspective:before {
	content: '';
	width: 37px;
	left: -51px;
	top: 45px;
	position: absolute;
	height: 1px;
	z-index: -1;
	background: #fff;
}

.content {
	-webkit-transform: rotateY(10deg);
	-moz-transform: rotateY(10deg);
	-o-transform: rotateY(10deg);
	-ms-transform: rotateY(10deg);
	transform: rotateY(10deg);

	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.content-inner {
	position: relative;
	padding: 20px;
	border: none;
	border-left: 5px solid #06bd0a;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	background: #fff;
	font-family: 'Open Sans', sans-serif;
  	color:#4e4e4e;
}

.content-inner h3 {
	font-size: 26px;
	padding: 5px 0 5px 0;
	color: #000;
}

.content-inner p {
	font-size: 18px;
	max-height: 0px;
	overflow: hidden;
	color: #000;
	text-align: left;
}

.content-inner:before {
	font-family: 'fontawesome-selected';
	content: '\25c2';
	font-weight: normal;
	font-size: 54px;
	line-height: 54px;
	position: absolute;
	width: 30px;
	height: 30px;
	color: #06bd0a;
	left: -22px;
	top: 19px;
	z-index: -1;
}

/* Transitions */

.thumb,
.thumb span,
.content-inner h3 {
	-webkit-transition: all 0.6s ease-in-out 0.2s;
	-moz-transition: all 0.6s ease-in-out 0.2s;
	-o-transition: all 0.6s ease-in-out 0.2s;
	-ms-transition: all 0.6s ease-in-out 0.2s;
	transition: all 0.6s ease-in-out 0.2s;
}

.content-inner {
	-webkit-transition: box-shadow 0.8s linear 0.2s;
	-moz-transition: box-shadow 0.8s linear 0.2s;
	-o-transition: box-shadow 0.8s linear  0.2s;
	-ms-transition: box-shadow 0.8s linear 0.2s;
	transition: box-shadow 0.8s linear 0.2s;
}

.content {
	-webkit-transition: -webkit-transform 0.8s cubic-bezier(.59,1.45,.69,.98) 0.2s;
	-moz-transition: -moz-transform 0.8s cubic-bezier(.59,1.45,.69,.98) 0.2s;
	-o-transition: -o-transform 0.8s cubic-bezier(.59,1.45,.69,.98) 0.2s;
	-ms-transition: -ms-transform 0.8s cubic-bezier(.59,1.45,.69,.98) 0.2s;
	transition: transform 0.8s cubic-bezier(.59,1.45,.69,.98) 0.2s;
}

.content-inner p {
	-webkit-transition: max-height 0.5s linear, color 0.3s linear;
	-moz-transition: max-height 0.5s linear, color 0.3s linear;
	-o-transition: max-height 0.5s linear, color 0.3s linear;
	-ms-transition: max-height 0.5s linear, color 0.3s linear;
	transition: max-height 0.5s linear, color 0.3s linear;
}

/* Checked */

.event input[type="radio"]:checked + label:after {
	content: '\2714';
	color: #b20a11;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.8);
}

.event input[type="radio"]:checked ~ .content-perspective:before {
	background: #b20a11;
}

.event input[type="radio"]:checked ~ .content-perspective .content-inner h3 {
	color: #b20a11;
}

.event input[type="radio"]:checked ~ .content-perspective .content {
	-webkit-transform: rotateY(-5deg);
	-moz-transform: rotateY(-5deg);
	-o-transform: rotateY(-5deg);
	-ms-transform: rotateY(-5deg);
	transform: rotateY(-5deg);
}

.event input[type="radio"]:checked ~ .content-perspective .content-inner {
	border-color: #b20a11;
	box-shadow: 10px 0px 10px -6px rgba(0, 0, 0, 0.1);
}

.event input[type="radio"]:checked ~ .content-perspective .content-inner p {
	max-height: 260px; /* Add media queries */
	-webkit-transition-delay: 0s, 0.6s;
	-moz-transition-delay: 0s, 0.6s;
	-o-transition-delay: 0s, 0.6s;
	-ms-transition-delay: 0s, 0.6s;
	transition-delay: 0s, 0.6s;
}

.event input[type="radio"]:checked ~ .content-perspective .content-inner:before {
	color: #b20a11;
}

.event input[type="radio"]:checked ~ .thumb {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	box-shadow: 
		0 0 0 8px rgba(178,10,17,1), 
		0 1px 1px rgba(255,255,255,0.5);
}

.event input[type="radio"]:checked ~ .thumb span {
	color: #b20a11;
}

.event input[type="radio"]:checked ~ .thumb:before {
	background: transparent url(../images/timeline_content.png);
}

.content-inner p,
.thumb span,
.event label {
	-webkit-backface-visibility: hidden;
}

/**  About Page America  **/
#america {
	background-color: #d1cdbb;
  	padding-bottom: 40px;		
}
.usa{
  padding: 0;
}
.usa-wrap {
  margin-bottom: 35px;
  overflow: hidden; 
  color: #000; 
}
.usa-wrap h2{
 color: #000; 
}

.info h2 {
	color:#000;	
}


/**  About Page The Crew  **/
#theCrew {
  margin-top: 40px;
  padding-bottom: 0;
}

.theCrew-items {
  list-style: none outside none;
  margin: 0 0 80px 0;
  padding: 25px;
  overflow: visible !important;
}
.theCrew-filter {
  margin: 0 0 10px 0;
  padding: 25px;
  list-style: none outside none;	
}

.theCrew-filter > li {
  display: inline-block;
}

.theCrew-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.theCrew-filter > li a:hover,
.theCrew-filter > li a.active{
  color:#fff;
  background: #c52d2f;
  border: 1px solid #c52d2f;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.theCrew-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.theCrew-item {
  margin: -10px;
  padding:0;
}

.crew.btn-default {
	margin-bottom:10px;	
}

#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

#recent-works{
    padding-bottom: 70px;
}

.recent-work-wrap {
  position: relative;
  margin:10px;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
  font-size: 24px;
  color: #fff;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background-color: rgba(197, 45, 47, 0.9);
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}

.crewInfo {
	font-size: 13px;	
}


/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/**  Bandwidth Page **/
.bandwidthTitle {
	color:#000;	
	margin-top:-100px;
}
#speedHeader {
	margin-top: 60px;
	padding-bottom: 20px;
	background-color: #000000;
	border-bottom: solid medium #b20a11; 	
}
.speedBanner {
	padding-bottom: 5px !important;	
}
#speedHeader .img-responsive {
	margin-left: auto;
	margin-right: auto;	
}
#glossary {
	background-color: #f2efef;	
}
#bandwidth {
	background-color: #ffffff;
  	padding-bottom: 40px;
	
}
.speedTest{
  padding: 0;
}
.speedTest-wrap {
  margin-bottom: 35px;
  overflow: hidden; 
  text-align: center; 
  color: #000;
  font-weight: 400;
}
.speedTest-wrap h2{
 position: relative; 
}
#flashTable {
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	margin-top: -60px;
}
.buttons-wrapper img {
	display: block;	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -20px;
}
.mobileView {
	display: none;
	padding-bottom: 5px;
	margin-bottom: -50px;	
}
.mobileView h2 {
	font-size: 20px;	
}
.amazonReview {
	padding-bottom:0;
	margin-top:-40px;	
}
.amazonReview h2 {
		font-size:30px;	
}
.amazonReview p {
		font-size:26px;	
		font-weight:bold;
		margin-top:-10px;
}
.btn-outlineNews {
	border: 2px solid #b20a11;
	font-size: 15px;
	transition: all 0.3s ease-in-out 0s;
	color: #FFF;
	background: #b20a11;	
}

.btn-outlineNews:hover {
	color: #b20a11;
	background: #FFF;	
}
.btn-outlineNews:focus {
	color: #FFF;
	background: #b20a11;	
}

/**  Bandwidth page - Glossary section **/
.glossary-wrap .iconLink {
  font-size: 60px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 100px;
  text-align:center;
  background: #ffffff;
  color: #06bd0a;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

/**  Bandwidth page - Connection Speed section **/
#connectionSpeeds {
	background-color: #410202; 	
}
#connectionSpeeds h2{
	color: #fff;	
}
.connectionContent {
	color: #fff;	
}
.connection-wrap li {
	margin-left: 50px;	
}
.imageWrap {
	float: right;	
}

/**  Bandwidth page - about bandwidth section **/
#aboutBandwidth {
	background-color:#D2D3CA;
	background-image: linear-gradient(to bottom, #ffffff, #D2D3CA);
}
#aboutBandwidth h2{
	text-align: center;	
}
.aboutBandwidth-wrap li {
	margin-left: 50px;	
}

/**  Internet Connection Page **/
.internetTitle {
	color:#000;	
}
#internetHeader {
	margin-top: 60px;
	background-color: #f5f5f5;
	background-image: linear-gradient(to bottom, #000000, #178264);
	border-bottom: solid medium #b20a11; 
	padding-bottom:30px;	
}
.internetBanner {
	padding-bottom: 5px !important;	
}
#internetHeader .img-responsive {
	margin-left: auto;
	margin-right: auto;	
}
#internet {
	background-color: #ffffff;
  	padding-bottom: 40px;	
}
.internetTest{
  padding: 0;
}
.internetTest-wrap {
  margin-bottom: 35px;
  overflow: hidden; 
  color: #000;
  font-weight: 400;
}
.internetTest-wrap h2{
 position: relative; 
}
.internetTest-wrap .iconLink a{
  font-size: 60px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #06bd0a;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.internetTest-wrap .iconLink a:hover {
  background: #06bd0a;
  color: #fff;
  box-shadow: inset 0 0 0 5px #06bd0a;
  -webkit-box-shadow: inset 0 0 0 5px #06bd0a;
  border: 3px solid #06bd0a;
}

#utilities {
	background-color: #c4f8c4; 	
}


/**  Software Trust Index Page **/
.softwareTitle {
	color:#000;	
}
#softwareHeader {
	margin-top: 60px;
	background-color: #f5f5f5;
	background-image: url(../images/softwareIndex.jpg);
	background-repeat:no-repeat;
	border-bottom: solid medium #b20a11; 
	padding-bottom:30px;	
}
.headerGraphic {
	padding-bottom:0;
	margin-bottom:-40px;
	margin-top:-40px;	
}
#softwareHeader .img-responsive {
	margin-left: auto;
	margin-right: auto;	
}
#softwareTrust {
	background-color: #ffffff;
  	padding-bottom: 40px;
	
}
.trustIntro {
	margin-top: -50px;	
}
.index{
  padding: 0;
}
.index-wrap {
  margin-bottom: 35px;
  overflow: hidden; 
  text-align: center; 
  color: #000;
  font-weight: 400;
}
.index-wrap h2{
 color: #000; 
}


/**  Vendor Detail Page **/
.internetTitle {
	color:#000;	
}
#trustHeader {
	margin-top: 60px;
	background-color: #f5f5f5;
	background-image: url(../images/vendor_header.jpg);
	background-repeat:no-repeat;
	border-bottom: solid medium #b20a11; 
	padding-bottom:30px;
}
.trustBanner {
	padding-bottom: 5px !important;	
}
.bannerText {
	color: #fff;	
}
.bannerText h2{
	font-size:60px;	
	color: #fff;
}
#trustHeader .img-responsive {
	margin-left: auto;
	margin-right: auto;	
}
#vendor{
	background-color: #ffffff;
  	padding-bottom: 40px;	
}
.vendorDetail{
  padding: 0;
  margin-top:-40px;
}
.vendorDetail-wrap {
  margin-bottom: 35px;
  overflow: hidden; 
  color: #000;
  font-weight: 400;
}
.vendorDetail-wrap h2{
 position: relative; 
 padding-top:10px;
 margin-top:-10px;
}
.vendorLogo img{
	margin-left: auto;	
	margin-right: auto;
	max-width: 275px;
}
.label {
	float: left;
	font-weight: bold;
	color: #000;
	font-size:16px;
	clear: both;	
}
#name {
	color: #000;
	font-size:16px;
	float: left;	
}
#web_url {
	color: #000;
	font-size:16px;
	float: left;	
}
#wiki_url {
	color: #000;
	font-size:16px;
	float: left;	
}
#prodList {
	color: #000;
	font-size:16px;
	float: left;
	display: block;	
	clear: both;
	margin-left: 10px;
}
.trustPercent {
	font-size: 100px;
	font-weight: bold;
	text-align: center;	
	padding: 10px 0 30px 0;
}
.filesTitle {
	padding: 20px 0 10px 0;	
}
#charts {
	background-color:#D2D3CA;
	background-image: linear-gradient(to bottom, #ffffff, #1b9104);	
	border-top:solid medium #1b9104;
}
.back {
	padding-bottom: 20px;
	margin-top: -40px;	
}
.trustBtn {
	margin-top: 10px;
	border: 2px solid #b20a11;
	border-radius: 4px;
	padding: 2px 6px;
	font-size: 12px;
	transition: all 0.3s ease-in-out 0s;
	color: #FFF;
	background: #b20a11;
	float: left;	
}

.trustBtn:hover,
.trustBtn:focus {
	color: #b20a11;
	background: #FFF;
	box-shadow: none	
}

/**  Careers Page **/
.internetTitle {
	color:#000;	
}
#careersHeader {
	margin-top: 60px;
	background-color: #f5f5f5;
	background-image: url(../images/careersHeader.jpg);
	background-repeat:no-repeat;
	border-bottom: solid medium #b20a11; 
	padding-bottom:0;
}
.careersBanner {
	padding-bottom: 5px !important;	
}
.bannerText {
	color: #fff;	
}
.bannerText h2{
	font-size:60px;	
	color: #fff;
}
#careersHeader .img-responsive {
	margin-left: auto;
	margin-right: auto;	
}
#jobs{
	background-color: #ffffff;
  	padding-bottom: 40px;	
}
.jobsDetail{
  padding: 0;

}
.jobsDetail-wrap {
  margin-bottom: 35px;
  overflow: hidden; 
  color: #000;
  font-weight: 400;
}
#description ul {
	padding-left:15px;
	list-style:inside;	
}

/** Security Locations Page **/
.internetTitle {
	color:#000;	
}
#locationsHeader {
	margin-top: 60px;
	background-color: #f5f5f5;
	background-image: url(../images/locations_bg.jpg);
	background-repeat:no-repeat;
	border-bottom: solid medium #b20a11; 
	padding-bottom:0;
}
.locationsBanner {
	padding-bottom: 5px !important;	
}
#locationsHeader .img-responsive {
	margin-left: auto;
	margin-right: auto;	
}
#map{
	background-color: #ffffff;
  	padding-bottom: 40px;	
	color: #585858;
}
#map h2{
	color: #585858;
}
.mapDetail{
  padding: 0;
  display: block;
}
.mapDetail-wrap {
  margin-bottom: 35px;
  overflow: hidden; 
  color: #000;
  font-weight: 400;
}
.mapDetail-wrap h2{
 margin-left:10px; 
}
#securityIntro {
	background-color:#ebeae2;	
}
.locationInfo {
	text-align: center;
	margin-top:-50px;
	padding-bottom: 40px;	
}
.bannerIcon {
	margin-top:-30px;	
}

.locationIntro {
	padding-bottom:0;	
}
.mapTitle {
	margin-top:-30px;	
}

/**  Testimonials page **/
#topBanner {
	padding-top:60px;	
}
.banner {
	background-color:#585858;
	padding-top:10px;	
}
.bannerLogo img{
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	max-width:250px;
	height: auto;
}
.bannerBtns {
	padding-top:20px;
	text-align: left ;
}
.btn-banner1 {
	margin-top: 10px;
	border: 2px solid #06bd0a;
	font-size: 15px;
	transition: all 0.3s ease-in-out 0s;
	color: #FFF;
	background: #06bd0a;	
}

.btn-banner1:hover {
	color: #06bd0a;
	background: #FFF;	
}
.btn-banner1:focus {
	color: #FFF;
	background: #06bd0a;	
}
.btn-banner2 {
	margin-top: 10px;
	border: 2px solid #bca509;
	font-size: 15px;
	transition: all 0.3s ease-in-out 0s;
	color: #FFF;
	background: #bca509;	
}

.btn-banner2:hover {
	color: #bca509;
	background: #FFF;	
}
.btn-banner2:focus {
	color: #fff;
	background: #bca509;	
}
.fb-like {
	padding-top:40px;
	float: left;
	margin-right:-200px;
}
#thirdPartyTestimonials {
	padding-top: 60px;
	padding-bottom:80px;
	border-top: solid thin #06bd0a;
	border-bottom: solid thin #06bd0a;	
}
#reviews {
	background-color: #585858;
	padding-top:60px;
	padding-bottom:100px;
}
#reviews h2 {
	color: #fff;	
}

#badges {
	padding-top:0;	
	margin-top:-70px;
	background-color: #f2f0f0;
}

#badgeLogos {
	margin-left: auto;
	margin-right: auto;	
	margin-bottom:-40px;
	text-align: center;
}
#badgeLogos ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#badgeLogos ul li{
  display: inline-block;
  padding: 20px;
}
#badgeLogos ul li img{
  max-width:200px;
}

/**  How To Video Page **/
#howToHeader {
	margin-top: 60px;
	background-color: #f5f5f5;
	background-image: url(../images/howToHeader.jpg);
	background-repeat:no-repeat;
	border-bottom: solid medium #b20a11; 
	padding-bottom:0;
}
.howToBanner {
	padding-bottom: 5px !important;	
}
.howToBanner .bannerText {
	color: #fff;	
}
.howToBanner .bannerText h2{
	font-size:60px;	
	color: #fff;
}
#howToHeader .img-responsive {
	margin-left: auto;
	margin-right: auto;	
}
.howToTitle {
	text-align: center;	
}
.howToTitle h2 {
	font-size: 36px;	
}
#pcmaticLogin {
	display: block;
  	width: 320px;
  	height: 180px;
  	background: url("/pcpitstop_new/images/howTo/pcMaticLogin.jpg") no-repeat 0 0;		
}
#pcmaticLogin:hover {
	background-position: 0 -180px;	
}
#pcmaticClean {
	display: block;
  	width: 320px;
  	height: 180px;
  	background: url("/pcpitstop_new/images/howTo/pcMaticClean.jpg") no-repeat 0 0;		
}
#pcmaticClean:hover {
	background-position: 0 -180px;	
}
#pcmaticUndo {
	display: block;
  	width: 320px;
  	height: 180px;
  	background: url("/pcpitstop_new/images/howTo/pcMaticUndo.jpg") no-repeat 0 0;		
}
#pcmaticUndo:hover {
	background-position: 0 -180px;	
}
#pcmaticSupershield {
	display: block;
  	width: 320px;
  	height: 180px;
  	background: url("/pcpitstop_new/images/howTo/pcMaticSupershield.jpg") no-repeat 0 0;		
}
#pcmaticSupershield:hover {
	background-position: 0 -180px;	
}
#pcmaticSchedule {
	display: block;
  	width: 320px;
  	height: 180px;
  	background: url("/pcpitstop_new/images/howTo/pcMaticSchedule.jpg") no-repeat 0 0;		
}
#pcmaticSchedule:hover {
	background-position: 0 -180px;	
}
.videoContent {
	padding: 5px;
	margin-left: auto;
	margin-right: auto;	
}
#pcmaticInstall {
	display: block;
  	width: 320px;
  	height: 180px;
  	background: url("/pcpitstop_new/images/howTo/pcMaticinstall.jpg") no-repeat 0 0;		
}
#pcmaticInstall:hover {
	background-position: 0 -180px;	
}
#pcmaticProStart {
	display: block;
  	width: 320px;
  	height: 180px;
  	background: url("/pcpitstop_new/images/howTo/pcMaticProStart.jpg") no-repeat 0 0;		
}
#pcmaticProStart:hover {
	background-position: 0 -180px;	
}
.videoDetail img {
	vertical-align:auto !important;	
}
.videoName {
	font-size:14px;
	text-align: center;	
}
#ekkoLightbox-140 .modal-dialog {
	max-width: 900px !important;	
}

/**  Video Chat Page **/
.internetTitle {
	color:#000;	
}
#videoChatHeader {
	margin-top: 60px;
	background-color: #f5f5f5;
	background-image: url(../images/videoChatHeader.jpg);
	background-repeat:no-repeat;
	border-bottom: solid medium #b20a11; 
	padding-bottom:0;
}
.videoChatBanner {
	padding-bottom: 5px !important;	
}
.vChatImg {
	padding-bottom:25px;	
}
.bannerText {
	color: #fff;	
}
.bannerText h2{
	font-size:60px;	
	color: #fff;
}
#videoChatHeader .img-responsive {
	margin-left: auto;
	margin-right: auto;	
}
#chatIntro{
	background-color: #ffffff;
  	padding-bottom: 40px;	
}
.chatIntroTitle {
	text-align: center;	
}
.chatIntroTitle h2 {
	margin-top: -25px;
	font-size: 30px;	
}
.btn-chat1 {
	margin-top: 10px;
	border: 2px solid #a4e6a6;
	font-size: 15px;
	transition: all 0.3s ease-in-out 0s;
	color: #1e4620;
	background: #a4e6a6;
	margin-left: 10px;
	margin-right: 10px;	
	margin-bottom: 20px;
}

.btn-chat1:hover {
	color: #1e4620;
	background: #FFF;
	outline:none;	
}
.btn-chat1:focus {
	color: #1e4620;
	background: #a4e6a6;
	outline:none;	
}

#PCMaticChats {
	background-color:#f3dec0;	
	text-align: center;
}
#PCMaticChats h2 {
	font-size: 24px;
	margin-bottom:35px;	
}
#PCMaticChats h3 {
	color: #1e4620;
}
.chatVideos {
	margin-top:10px;
}


/**  Error 404 **/
#errorHeader {
	margin-top: 20px;
	background-color: #f5f5f5;
	background: url(../images/errorHeader.jpg) center center no-repeat;
	border-bottom: solid medium #b20a11; 
	padding-bottom:0;
}
.errorBanner {
	padding-bottom: 5px !important;	
}
.bannerText {
	color: #fff;
	font-size:24px;	
}
#errorHeader .img-responsive {
	margin-left: auto;
	margin-right: auto;	
}





/**  Footer **/
#bottom {
  background: #f5f5f5;
  border-bottom: 5px solid #c52d2f;
  font-size: 14px;
  text-align: center;
}

#bottom h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #808080;
}

#bottom ul li a:hover {
  color: #c52d2f;
}

#bottom .widget {
  margin-bottom: 0;
}

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #2e2e2e;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #c52d2f;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}

#footer .social {
	font-size: 40px;
	float: right;
	margin-right:20px;
	padding-top: 5px;
}
.BBB {
	text-align:center;	
}

/**  Media Queries **/
@media screen and (max-width: 1480px) { 
	#colName {
		width: 275px;
		white-space: nowrap;	
	}
	#colNameContent {
		width: 275px;	
	}
	#colCommon {
		width: 275px;
		white-space: nowrap;	
	}
	#colComNameContent {
		width: 275px;	
	}
	#colPrev {
		width: 75px;
		white-space: nowrap;	
	}
	#colPrevContent {
		width: 75px;	
	}
	#colMem {
		width: 75px;	
	}
	#colMemContent {
		width: 75px;	
	}
	#colLoad {
		width: 75px;	
	}
	#colLoadContent {
		width: 75px;	
	}
}

/**  Media Queries **/
@media screen and (max-width: 1298px) { 


}

/**  Media Queries **/
@media screen and (max-width: 1298px) { 
	#colName {
		width: 250px;
		white-space: nowrap;	
	}
	#colNameContent {
		width: 250px;	
	}
	#colCommon {
		width: 250px;
		white-space: nowrap;	
	}
	#colComNameContent {
		width: 250px;	
	}
	#colPrev {
		width: 50px;
		white-space: nowrap;	
	}
	#colPrevContent {
		width: 50px;	
	}
	#colMem {
		width: 50px;	
	}
	#colMemContent {
		width: 50px;	
	}
	#colLoad {
		width: 50px;	
	}
	#colLoadContent {
		width: 50px;	
	}
}

/**  Media Queries **/
@media screen and (max-width: 1116px) { 
	#colName {
		width: 225px;
		white-space: nowrap;
		font-size: .8em;	
	}
	#colNameContent {
		width: 225px;	
	}
	#colCommon {
		width: 225px;
		white-space: nowrap;
		font-size: .8em;	
	}
	#colComNameContent {
		width: 225px;
		font-size: .8em;	
	}
	#colPrev {
		width: 50px;
		white-space: nowrap;
		font-size: .8em;	
	}
	#colPrevContent {
		width: 50px;
		font-size: .8em;	
	}
	#colMem {
		width: 50px;
		font-size: .8em;	
	}
	#colMemContent {
		width: 50px;
		font-size: .8em;	
	}
	#colLoad {
		width: 50px;
		font-size: .8em;	
	}
	#colLoadContent {
		width: 50px;
		font-size: .8em;	
	}
}


/**  Media Queries **/
@media screen and (max-width: 1024px) { 
	.mobileView {
		display: block;	
	}
	.speedTest {
		display: none;	
	}
	.bandwidthIntro {
		display: none;	
	}
}

@media screen and (min-width: 990px) and (max-width: 1199px) {
	.titleCenter {
		font-size:11px;	
	}
}

@media screen and (max-width: 990px) { 
	#libraryList {
		width: 100%;
		margin: 0 auto;	
	}
	#libTabContentMain {
		border: none !important;
		padding: 10px;
	}
	.libTable {
		line-height: 16px;
		font-size: 13px;	
	}
}

@media screen and (max-width: 850px) { 
	.content-inner h3 {
		font-size: 20px;
	}

	.content-inner p {
		font-size: 14px;
		
	}

	.event input[type="radio"]:checked ~ .content-perspective .content-inner p {
		max-height: 500px; 
	}
}
@media screen and (max-width: 767px) {
	#libraryList {
		width: 50%;
		margin: 0 auto;	
	}	
	.listContent {
		text-align: center;
	}
	#imgLibList2 {
		margin-top: 35px;	
	}
	.libTblHead {
		font-weight:bold;
		font-size:13px;	
	}	
	.leftTop {
		text-align: center;	
	}
	#legendContainer {
		width: 100%;	
	}
	#vendorSearchBox h4{
		text-align: center;
	}
	.rightTop {
		width: 100%;	
	}
}

@media screen and (max-width: 540px) {
	.timeline::before {
		left: 50px;
	}
	.timelineDesktop {
		display: none;		
	}
	.timelineMobile {
		display: block;	
	}
	.event { 
		padding-right: 0px;
		margin-bottom: 100px;
	}
	.thumb {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-o-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}
	.thumb .date {
		margin-left: 85px;
		margin-bottom: 75px;	
	}

	.event input[type="radio"] {
		width: 100px;
		height: 100px;
		left: 0px;
		top: 0px;
	}
	.thumb:before,
	.event input[type="radio"]:checked ~ .thumb:before {
		background: none;
		width: 0;
	}
	.event label {
		display: none;
	}
	.content-perspective {
		margin-left: 0px; 
		top: 80px;
	}
	.content-perspective:before {
		height: 0px; 
	}
	.content {
		-webkit-transform: rotateX(-10deg);
		-moz-transform: rotateX(-10deg);
		-o-transform: rotateX(-10deg);
		-ms-transform: rotateX(-10deg);
		transform: rotateX(-10deg);
	}
	.event input[type="radio"]:checked ~ .content-perspective .content {
		-webkit-transform: rotateX(10deg);
		-moz-transform: rotateX(10deg);
		-o-transform: rotateX(10deg);
		-ms-transform: rotateX(10deg);
		transform: rotateX(10deg);
	}
	.content-inner {
		border-left: none;
		border-top: 5px solid #06bd0a;
	}
	.event input[type="radio"]:checked ~ .content-perspective .content-inner {
		border-color: #b20a11;
		box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.1);
	}
	.content-inner:before {
		content: '\25b4';
		left: 33px;
		top: -32px;
	}
	.event input[type="radio"]:checked ~ .content-perspective .content-inner p {
		max-height: 300px; 
	}
	.librarieslist i{
		display: none;
	}
	.librariesText h2 {
		font-size: 50px !important;

	}
	.librariesText p{
		font-size: 14px !important;	
	}
	.librariesText h3{
		font-size: 18px !important;	
	}

}

.hide {
	display:none;
}
div#downloadYesMainWrapper {
	background-color: #FFCCCC;
	border-style: double;
	border-width: 5px;
	border-color: red; 
	width: 65%;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}
div#downloadYes {
	padding-down: 5px;
}
div#downloadYesImage1{
	height:200px;
	width:250px;
	float:left;
	margin-left:10px;
	margin-bottom:5px;
}
div#downloadYesImage2{
	height:200px;
	width:250px;
	margin-left:280px;
	margin-bottom:5px;
}
div#downloadYesImage3{
	height:200px;
	width:250px;
	margin-left:10px;
	margin-bottom:5px;

}

@media (max-width: 1199px) and (min-width: 767px) {
#pcMaticBrand {
	display:none;		
}
}

@media screen and (max-width: 991px) {
#pcMaticBrand {
	display:inline-block;	
}
}
@media screen and (max-width: 380px) {
	#vendorSearch {
   	 	width: auto;
	}
	.btn-formOrange {
		margin-top: 10px;	
	}
}









