
body{
 width: 100%;
 overflow-x:hidden;
}
/*
@media (max-width: 991px) {
    .navbar-toggle,  {
        display: block;
    }

  .navbar-collapse.collapse, .collapse{
    display: none !important;
  }
}
*/
/*

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid #666 !important;
        box-shadow: none 0 0px 0;
    }
}
*/


.container {
    width: 100%;
}

/* HEADER */

.navbar-brand {
	padding: 0;
}

.navbar > .container .navbar-brand {
    margin-left: 0;
}


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

.nav-right {
    float: none;
}

.navbar-toggle {
    margin: 25px 0 0;
}

.navbar-collapse {
    padding-right: 0;
    margin-top: 30px;
    padding-left: 0;
}

.navbar-header .navbar-toggle {
    float: right;
}

.nav-right {
    float: none;
}

.navbar-header {
    float: none;
}

/*
.navbar-nav > li {
    display: block;
}

.navbar-nav {
    text-align: left;
}*/

.navbar-nav li {
    display: block;
    max-width: 150px;
}


.navbar-nav {
    float: left;
    position: relative;
    text-align: left;
}

/* HOME */


.home-1 h2 {
    font-size: 25px;
    line-height: 31px;
}

.home-6 {
	text-align: left;
}


.home-row-1 .cycloneslider-template-standard .cycloneslider-caption {
	bottom: 200px;
	width: 100%; 
}


.cycloneslider-template-standard .cycloneslider-pager {
	width: 750px;
}

/* SLIDER */


/* GRID */

/* BASIC PAGE */

.basic-margin img {
    margin: 0 auto 15px;
}

.basic-margin #first-hr {
    width: 100%;
}

.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;
}


/* FOOTER */
