/*
.navbar-nav {
	position: relative;
	text-align: right;
}

.navbar-brand img {
	width: 250px;
}

.nav-right {
	padding-top: 0;
	padding-bottom: 0;
}
*/
.home-row-1 .cycloneslider-template-default .cycloneslider-caption {
	bottom: 200px;
	/*width: 970px; */
}
/*
.cycloneslider-template-standard .cycloneslider-pager {
	width: 970px;
}
*/
/* FOOTER */
/*
.footer-content {
	width: 970px;
}*/



/* NEW CSS */

  .container {
  	width: 100%;
  	padding-left: 15px;
  	padding-right: 15px;
  }

/* HEADER */

.navbar-nav {
	text-align: right;
}

.navbar-brand {
	position: absolute;
	top:35px;
}

.navbar-brand img {
	width: 225px;
}

.nav-left {
	padding-top: 10px;
}

/* SLIDER */

.home-row-1 .cycloneslider-template-default .cycloneslider-caption-title, .grid-slider .cycloneslider-template-default .cycloneslider-caption-title {
	font-size: 30px;
	padding-left: 15px;
	line-height: 35px;
}

.grid-slider .cycloneslider-template-default .cycloneslider-caption {
	text-indent: -6px;
}

.grid-slider .cycloneslider-template-default .cycloneslider-caption-description {
	font-size: 17px;
	padding-left: 21px;
	line-height: 20px;
}

.home-row-1 .cycloneslider-template-default .cycloneslider-caption-description {
    font-size: 25px;
    line-height: 31px;
    padding: 0 0 0 15px;
}

.home-row-1 .cycloneslider-template-default .cycloneslider-pager, .grid-slider .cycloneslider-template-default .cycloneslider-pager {
    top: auto;
    right: auto;
    bottom: 22px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-right: 15px;
    text-align: right;
}

/* HOME */

/* GRID */

.round-img img {
	border-radius: 70px;
    height: 140px;
    width: 140px;
}

.one_fourth {
	width: 25% !important;
	margin-right: 0;
	padding-right: 20px;

}

.page-template-page-grid-php hr {
	width: 45%;
}

/* FOOTER */


.footer-content {
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.acceleratorTable {
	font-size: 17px;
}

.acceleratorTable tr td:first-child  { 
	background-color: #F9F9F9;
	padding: 5px;
    width: 150px;
 }​

td.secondtd {
    padding-left: 10px;
}

.acceleratorListTable {
    font-size: 17px;
    table-layout:fixed;
    margin-bottom:30px;
}

.acceleratorListTable tbody tr{
    border:thin black solid;
}
.acceleratorListTable tbody tr:nth-child(even) {background: #CCC}
.acceleratorListTable tbody tr:nth-child(odd) {background: #FFF}

.acceleratorListTable thead{
    border-bottom: thin solid black;
}

.acceleratorTitle {
    padding-bottom: 10px;
}

table.acceleratorListTable tr td {
    padding: 10px;
}

