

 

.pure-js-carousel-container {
  overflow: hidden;
}

.pure-js-carousel-item {
  float: left;
}



 
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
/* /css reset */

/* helper classes */
/* border-radius */
.round {
  border-radius: 50%;
}
/* /border-radius */

/* display */
.display-block {
  display: block;
}

.display-inline {
  display: inline;
}

.display-inline-block {
  display: inline-block;
}

.display-table {
  display: table;
}

.display-table-cell {
  display: table-cell;
}

.display-none {
  display: none;
}
/* /display */

/* float */
.float-left {
  float: left;
}

.float-right {
  float: right;
}
/* /float */

/* clearfix */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}
/* /clearfix */

/* height */
.height-auto {
  height: auto;
}

.height-full {
  height: 100%;
}
/* /height */

/* position */
.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-relative {
  position: relative;
}

.position-static {
  position: static;
}
/* /position */

/* text align */
.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

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

.text-right {
  text-align: right;
}
/* /text align */

/* text transform */
.text-capitalize {
  text-transform: capitalize;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}
/* /text transform */

/* vertical align */
.vertical-bottom {
  vertical-align: bottom;
}

.vertical-middle {
  vertical-align: middle;
}

.vertical-top {
  vertical-align: top;
}
/* /vertical align */

/* width */
.width-one-fifth {
  width: 20%;
}

.width-quarter {
  width: 25%;
}

.width-third {
  width: 33.333%;
}

.width-half {
  width: 50%;
}

.width-three-quarter {
  width: 75%;
}

.width-full {
  width: 100%;
}
/* /width */

/* z-index */
.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}
/* z-index */
/* /helper classes */

.pure-js-carousel-container {
  
  overflow: hidden;
  position: relative;
  width: 240px;
}

@media (min-width: 480px) {
  .pure-js-carousel-container {
    width: 360px;
  }
}

@media (min-width: 768px) {
  .pure-js-carousel-container {
    width:982px;
  }
}

.pure-js-carousel-container:before,
.pure-js-carousel-container:after {
  content: "";
  display: table;
}

.pure-js-carousel-container:after {
  clear: both;
}

.pure-js-carousel-list {
  float: left;
}

.pure-js-carousel-item {
  background: #000;
  border: 10px solid #fff;
  color: #fff;
  float: left;
  font-size: 20px;
  height: 120px;
  line-height: 5;
  text-align: center;
  width: 120px;
}

.pure-js-carousel-btn {
   background: #f00;
    height: 39px;
    margin-top: -23px;
    position: absolute;
    top: 47%;
    width: 29px;
    border: none; background:#0054A6 ; 
}

.pure-js-carousel-btn-next {
      right: 0;
    background: url(../images/right.png) no-repeat;
    background-color: #0054A6;
    background-position: 45% 50%;
}

.pure-js-carousel-btn-prev {     left: 0;
    background: url(../images/left.png) no-repeat;
    background-color: #0054A6;
    background-position: 45% 50%; }

.pure-js-carousel-dot-list {
  float: left;
  margin-top: 15px;
  text-align: center;
  width: 100%;
}

.pure-js-carousel-dot-item {
  display: inline-block;
  margin: 0 5px;
}

.pure-js-carousel-dot-btn {
  background: green;
  border-radius: 50%;
  height: 20px;
  width: 20px; display:none;
}

.active > .pure-js-carousel-dot-btn {
  background: blue;
}

.photoGrid {
	padding: 6px; /* Spacing arround grid */
}
.photoGrid .item {
	float: left;
	margin:8px; /* Spacing between images */
}
.photoGrid .item img {
	width: 100%;
	max-width: 100%;
	max-height: 100%; border: #ccc 1px solid;
    padding: 4px;     background: #fff;
}
.gallery ul li { list-style:none;}


#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
	text-decoration:none;
}
.jquery-script-ads {
width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {
clear:both;
height:0;
}

