@charset "utf-8";
/* CSS Document */

html, body {
        height: 100%;
	margin:0;
	padding:0;
}


body{
	min-height: 100%;
	padding-bottom: 0px;
	
}

div#mycarousel {
	margin-top:	50px;
	margin-bottom: 20px;
}

div#myCarousel {
    padding-top: 51px;
}
table td img {
 max-width:100%;
 height:auto;
}
.item img {
 display:block;
 margin: 0 auto;
}

.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}

.carousel-caption {
	padding-bottom: 4%;
}

.gradient {
	position: absolute;
	width: 100%;
	/*background-color:/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.2+1,0+15,0+85,0.2+100 */
background: -moz-linear-gradient(left,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 1%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 85%, rgba(0,0,0,0.2) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33000000',GradientType=1 ); /* IE6-9 */
	
}


h1,h2,h3,h4,h5,h6 {
	font-family:Verdana, Geneva, sans-serif;
	text-align: center;
}

h4{
	font-family:Verdana, Geneva, sans-serif;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 30px;
}	


p{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}

FACEBOOK {
	display: block;
	float: left;
	margin-left: 30px;
	margin-top: 25px;
	
	}
copyright {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px
}
#logo{
	margin: -8px;
	}
	
#iso{
	margin: 8px;
	}
	
#transparent{
	width:100%;
	height: 1px;
	}

#FB{
	/*margin-TOP: -15px;*/
	
	}
#instagram{
	/*margin-TOP: -15px;*/
	}

#navbar{
	font-size:16px;
	}
	 	
#container{
	padding-top:70px;
	padding-bottom:30px;
	margin-bottom: -70px;
	min-height:100%;
	height:auto !important;
}

/*
sam 1026
*/

div#wrapper {
	min-height:100%;
	padding-bottom:70px;
}

#footer {
	background-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;	
	height:70px;
	margin-top:-70px;
	/*text-align:center;*/
}


div#stuff {
	height: 50px;
}
/*
1026
*/
/*
2017 0627
*/
div#navbar-left {
	float: left;
	word-spacing: 10px;
	text-shadow: 1.5px 1.5px 1.5px #999;
}

	
/*
2017 0627
*/

.video{
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

.push {
	height:70px;
}

.dropdown-submenu {
    position:relative;
}

.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 3px 3px 3px;
    -moz-border-radius:0 3px 3px 3px;
    border-radius:0 3px 3px 3px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display:table;
}

.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:3px 0 3px 3px;
    -moz-border-radius:3px 0 3px 3px;
    border-radius:3px 0 3px 3px;
}

a:active, a:visited, a:hover{
	color:#639;
	text-decoration: none!important;	
}

.navbar-nav img {
    margin-top: 15px;
}

div#foot-container {
	background-color:#ccc;
}

@media (max-width: 480px) {
    .carousel-caption h1 {
    font-size: 12px;    
	}
	

}


.row.equal-cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
  display: block;
}

.row.equal-cols > [class*='col-'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row.equal-cols > [class*='col-'] > * {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; 
}
