
/** General page styling **/
html {
  background-color: white;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
}

#main {
    margin: 30px 0;
    position: relative;
    top: 150px;
    opacity: 0;
}


header h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 200;
  margin: 30px 0 10px 0;
}

header p {
  

}

/**
 * Grid container
 */
#tiles {
  list-style-type: none;
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  margin: 0;
  padding: 0;
}

/**
 * Grid items
 */
#tiles li {
  width: 200px;
  background-color: #ffffff;
  border: 1px solid #dedede;
          border-radius: 2px;
     -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: none; /** Hide items initially to avoid a flicker effect **/
  cursor: pointer;
  padding: 4px;
}

#tiles li.inactive {
  visibility: hidden;
  opacity: 0;
}

#tiles li img {
  display: block;
}

/**
 * Grid item text
 */
#tiles li p {
  color: #666;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  font-weight: 200;
  margin: 7px 0 2px 7px;
}

footer {
  text-align: center;

}

footer a {
  color: #435DC5;
  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;
  opacity: 1;
  list-style-type: none;
  /*float: left;*/
  /*padding-bottom: 20px;*/
  -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;
  
  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;
}
#toplayer{
    position: fixed;
    top:0px;
    left:0px;
    background: rgba(0, 0, 0, 0.8); 
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: none;
}
#pic-container{
    position: relative;
    top: 50px;
    background-color: white;
    margin: auto;
}

#social{
    background-color: #bbbbbb;
    position: absolute;
    width: 60px;
    height: 170px;
    top: 0px;
    right: -60px;
}
#social img{
   position: relative;
    right: 5px;
    top: 5px; 
}
#social img:hover{
   opacity: 0.7;
}
#bright{
    position: fixed;
    top: 330px;
    right: 10px;
}
#bright:hover{opacity: 0.5;}
#bleft{
    position: fixed;
    top: 330px;
    left: 10px;
}
#bleft:hover{opacity: 0.5;}





@media only screen and (max-device-width: 800px){
	header{
		text-align: center;
	}
	header div{
	    position: relative;
	    top:0px;
	    width:100%;
		text-align: center;
	}
	header hr{
		color: #9b9b9c;
		background-color: #9b9b9c;
		height: 2px;
	}
header p{
    color: #9b9b9c;
  	text-align: center;
	padding-right: 0;
	font-size: 12pt;
	font-weight: bold;
}
header img{
    position: relative;
    left: 0px;
    top: 0px;
	text-align: center;
	margin: auto;
	height: 80px;
}
header mytitle{
    position: relative;
    top: 0px;
    right: 0px;  
	direction:rtl;
	margin: auto;
	text-align: center;
}
	#main {
    margin: 0px 0;
    position: relative;
    top: 0px;
    opacity: 0;
}
#social{
    background-color: #bbbbbb;
    position: fixed;
    width: 100%;
    height: 60px;
    top: 100%;
	margin-top:-60px;
    right: 0px;
	text-align: center;
}
#social img{
   position: relative;
   text-align: center;
}
#social img:hover{
   opacity: 1;
}
	#bright:hover{opacity: 1;}
	#bleft:hover{opacity: 1;}
}