/**
 * Grid container
 */
#main {
	margin-top: 9em;
}
#tiles {
  list-style-type: none;
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  margin: 0;
  padding: 0;
}
#tiles li:hover img{
	opacity:0.8;
}
/**
 * Grid items
 */
#tiles li {
 	width: 378px;
	height:460px;
	background-color: #ffffff;
	border: 1px solid gray;
	text-align:center;
	display: none;
	cursor: pointer;
	
}
.bc h1
{
font-family:serif;
color:black;font-size:100%;font-weight:bold;margin-top:5%;margin-bottom:2%;
}
.support
{
background:linear-gradient(rgba(0,0,0,0.135) 0, rgba(0,0,0,0.02) 12rem);width:100%;
height:200px;margin-bottom:5%;margin-top:2%;font-family:Open Sans;font-size:0.8em;line-height:25px;font-weight:700;
}
.supportphone
{
background:linear-gradient(rgba(0,0,0,0.135) 0, rgba(0,0,0,0.02) 12rem);width:100%;
height:100px;margin-top:2%;font-family:Open Sans;font-size:0.8em;line-height:18px;font-weight:700;
display:none;
}

#mc-embedded-subscribe
{
border: 0 none;
    border-radius: 4px;
    letter-spacing: .03em;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: 32px;
width:50%;
    margin: 0 5px 10px 0;
    padding: 3%;
    text-align: center;
    text-decoration: none;
   
   
    transition: all 0.23s ease-in-out 0s;
}
.left{
width:33.33%;height:200px;float:left;text-align:center;padding-top:3%;
}
.middle{
width:33.33%;height:200px;float:left;text-align:center;padding-top:3%;
}
.right{
width:33.33%;height:200px;float:left;text-align:center;padding-top:3%;
}

.catname
{
color:gray;
font-size:1em;font-family:Open Sans;
}
#tiles li img{
	border-top-left-radius:0.2em;
	border-top-right-radius:0.2em;
}
#tiles li.inactive {
  visibility: hidden;
  opacity: 0;
}

#tiles li img {
 	display: block;
}




/**
 * Grid item text
 */



footer a {
  
  text-decoration: none;
}

/**
 * Progress bar for imagesLoaded
 */
.progress-bar {
  background-color: #0BC20B;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  box-shadow: 0 1px 3px rgba(11, 194, 11, 0.2);
  -webkit-transition: width 0.3s ease-out;
     -moz-transition: width 0.3s ease-out;
       -o-transition: width 0.3s ease-out;
          transition: width 0.3s ease-out;
}

/**
 * Placerholder css
 */
.wookmark-placeholder {
          border-radius: 2px;
     -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #eee;
  border: 1px solid #dedede;
  z-index: -1;
}

.example-tiles {
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  margin: 0;
  padding: 0;
}

.example-tiles li {
  display: block;
  list-style-type: none;
  float: left;
  margin: 5px;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.example-tiles a,
.example-tiles a:hover {
  color: #555;
  background-color: #eee;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  height: 200px;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #ddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  padding: 5px 8px;
  border-radius: 3px;
}

.example-tiles a:hover {
  background-color: #ddd;
}
/*--media Quries for 640px-monitors-*/

@media only screen and (min-device-width : 768px) and (max-device-width : 979px){
	#tiles {
		margin-top: 13em;
}
}

	@media only screen and (max-width : 767px) {
#tiles {
		margin-top: 5em;
}
#mc-embedded-subscribe
{
border: 0 none;
    border-radius: 4px;
    letter-spacing: .03em;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 32px;
width:70%;
    margin: 0 5px 10px 0;
    padding: 3%;
    text-align: center;
    text-decoration: none;
   
   
    transition: all 0.23s ease-in-out 0s;
}

}

@media only screen and (max-width:640px) and (min-width:480px) {
	#main {
		margin-top: 2em;
	}
	.support
	{
	display:none;
	}
	.supportphone{
	display:block;
	}
	
	.left{
width:33.33%;height:100px;float:left;text-align:center;padding-top:3%;
}
.middle{
width:33.33%;height:100px;float:left;text-align:center;padding-top:3%;
}
.right{
width:33.33%;height:100px;float:left;text-align:center;padding-top:3%;
}


#mc-embedded-subscribe
{
border: 0 none;
    border-radius: 4px;
    letter-spacing: .03em;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 32px;
width:70%;
    margin: 0 5px 10px 0;
    padding: 3%;
    text-align: center;
    text-decoration: none;
   
   
    transition: all 0.23s ease-in-out 0s;
}

.bc h1
{
font-family:serif;
color:black;font-size:1.2em;font-weight:bold;margin-top:5%;margin-bottom:2%;
}
}
/*--media Quries for 480px-monitors-*/
@media only screen and (max-width:480px) and (min-width:320px) {
	#main {
		margin-top: 6em;
	}
	#tiles li{
			width: 316px;margin-left:16%;
	}
	.support
	{
	display:none;
	}
	.supportphone{
	display:block;
	}
	.left{
width:33.33%;height:100px;float:left;text-align:center;padding-top:3%;
}
.middle{
width:33.33%;height:100px;float:left;text-align:center;padding-top:3%;
}
.right{
width:33.33%;height:100px;float:left;text-align:center;padding-top:3%;
}
	.bc h1
{
font-family:serif;
color:black;font-size:1.2em;font-weight:bold;margin-top:1%;margin-bottom:2%;
}
#mc-embedded-subscribe
{
border: 0 none;
    border-radius: 4px;
    letter-spacing: .03em;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 32px;
width:70%;
    margin: 0 5px 10px 0;
    padding: 3%;
    text-align: center;
    text-decoration: none;
   
   
    transition: all 0.23s ease-in-out 0s;
}
}
/*--media Quries for 320px-monitors-*/
@media only screen and (max-width:320px) and (min-width:240px) {
	#main {
		margin-top: 60%;
	}
	#tiles li {
		width: 316px;margin-left:16%;
	}
	.support
	{
	display:none;
	}
	.supportphone{
	display:block;
	}
	.left{
width:33.33%;height:100px;float:left;text-align:center;padding-top:3%;
}
.middle{
width:33.33%;height:100px;float:left;text-align:center;padding-top:3%;
}
.right{
width:33.33%;height:100px;float:left;text-align:center;padding-top:3%;
}
	.bc h1
{
font-family:serif;
color:black;font-size:1.2em;font-weight:bold;margin-top:5%;margin-bottom:2%;
}
	
#mc-embedded-subscribe
{
border: 0 none;
    border-radius: 4px;
    letter-spacing: .03em;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 32px;
width:70%;
    margin: 0 5px 10px 0;
    padding: 3%;
    text-align: center;
    text-decoration: none;
   
   
    transition: all 0.23s ease-in-out 0s;
}
}

@media screen and (max-width:240px) {
#main {
		margin-top: 60%;
	}
	#tiles li {
		width: 316px;margin-left:16%;
	}
	.support
	{
	display:none;
	}
	.supportphone{
	display:block;
	}
	.left{
width:33.33%;height:100px;float:left;text-align:center;padding-top:3%;
}
.middle{
width:33.33%;height:100px;float:left;text-align:center;padding-top:3%;
}
.right{
width:33.33%;height:100px;float:left;text-align:center;padding-top:3%;
}
	.bc h1
{
font-family:serif;
color:black;font-size:1.2em;font-weight:bold;margin-top:5%;margin-bottom:2%;
}
	
#mc-embedded-subscribe
{
border: 0 none;
    border-radius: 4px;
    letter-spacing: .03em;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 32px;
width:70%;
    margin: 0 5px 10px 0;
    padding: 3%;
    text-align: center;
    text-decoration: none;
   
   
    transition: all 0.23s ease-in-out 0s;
}
}


