/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
  max-width: none !important;
  width: 1152px;
}

/* Demonstrate the grids */
.col-xs-4 {
  padding-top: 15px;
  padding-bottom: 15px;
  /*background-color: #eee;
  border: 1px solid #ddd;
  background-color: rgba(86,61,124,.15);
  border: 1px solid rgba(86,61,124,.2);*/
}

.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
  float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.navbar-toggle {
  display: none;
}

.navbar-brand {
  margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-nav > li {
  float: left;
}
.navbar-nav > li > a {
  padding: 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}

/* Undo custom dropdowns */
.navbar .open .dropdown-menu {
	position: absolute;
	float: left;
	background-color: #FFF;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-width: 0 1px 1px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.navbar .open .dropdown-menu > li > a {
  color: #333;
}
.navbar .open .dropdown-menu > li > a:hover,
.navbar .open .dropdown-menu > li > a:focus,
.navbar .open .dropdown-menu > .active > a,
.navbar .open .dropdown-menu > .active > a:hover,
.navbar .open .dropdown-menu > .active > a:focus {
	color: #fff !important;
	background-color: #FF00FF !important;
}
.navbar .open .dropdown-menu > .disabled > a,
.navbar .open .dropdown-menu > .disabled > a:hover,
.navbar .open .dropdown-menu > .disabled > a:focus {
	color: #0F0 !important;
	background-color: transparent !important;
}

/* non-responsive-code-end */

body {
	background-color: #aidce3;
}

.container {
    margin-top: 20px;
}


.logo img {
    margin: 0 auto;
}

.logo h2 {
    text-align: center;

}


.intro-video .panel-heading {
	text-align: center;
	background-color: #A1DCE3;
	font-size: 36px;
}

.intro-video .panel-title {
    font-size: 36px;
    color: #000;
}

.intro-video .panel-body{
	background-color: #B3FDF0;
	text-align: center;

}

.intro-video .panel-body img {
    margin: 0 auto;

}




.faq-button {
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #A1DCE3;
	font-weight: 800;
}

.feature > h3.list-group-item {
	background-color: #A1DCE3;
	text-align: center;

}

.feature a {
	text-align: center;
	color: #B3BBFD;
}

.feature h4 {
    text-align: center;

}

.feature > .list-group-item {
	background-color: #B3FDF0;
}

.feature > div.list-group-item {
    text-align: center;
}

.feature .notice {
	color: #606;
}

.new-article .panel-heading{
	background-color: #A1DCE3;
	text-align: center;
	font-weight: bold;

}

.ebook > h3.list-group-item {
	background-color: #A1DCE3;
	text-align: center;

}

.ebook > .list-group-item {
	background-color: #B3FDF0;
}

.bbuster {
	background-color: #B3FDF0;
}



#footer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #CCCCCC;
}



.content {
    border: 1px solid rgba(36, 57, 83, 0.1);
    border-radius: 3px;
    padding-top: 5px;
}

.product-list {
    text-align: center;
}

.product-list h3 {
    border-bottom: 1px solid rgba(36, 57, 83, 0.1);
}

.gallery
{
    display: inline-block;
    margin-top: 20px;
}

.sidebar {
    border: 1px solid #F3F3F3;
    border-radius: 2px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}

.restable table {
  width: 100%;
  border-collapse: collapse;
}
/* Zebra striping */
.restable tr:nth-of-type(odd) {
  background: #eee;
}
.restable th {
  background: #333;
  color: white;
  font-weight: bold;
}
.restable td, th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
}

@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {


    .restable table, thead, tbody, th, td, tr {
        display: block;
    }


    .restable thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .restable tr { border: 1px solid #ccc; }

    .restable td {

        border: none;
        border-bottom: 1px solid #eee;
        position: relative;

    }


}
