@import url(http://font-style: em;googleapis.com/css?family=Open+Sans);
/*Globals*/
body {	
  background: #F6AE3E;
  color: #575757;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif, 'trebuchet ms', HelveticaNeue, arial;
  height: 100%;
  line-height: 20px;
}

.well-lg {background-color: rgba(255, 255, 255, 0.7) !important;}


.navbar-brand {
    padding-top: 9px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
}


* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.cl {
  display: block;
}
.cl:after {
  content: '';
  display: block;
  clear: both;
  *zoom: 1;
}
p {
  line-height: 1.4em;
}

h3 {
  font-size: 1.5em;
  line-height: 26px;
  color: #575757;
  text-align: left;
}
a {
  text-decoration: none;
  color: #337ab7 !important;
}
a:hover {
  color: #337ab7 !important;
}
img {
  max-width: 100%;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
header {
  padding: 30px 20px;
  background: #8B0707;
  color: #ffffff;
  margin-bottom: 20px;
}
.btn-download {
  background: #182a3c;
  color: #7c8ea0;
  padding: 20px 50px;
  display: inline-block;
  border-radius: 5px;
}
.btn-download:hover {
  background: #5e7082;
}
.wrapper {
  max-width: 568px;
  margin: 0 auto;
  text-align: center;
}
footer {
  margin-top: 30px;
  background: #182a3c;
  color: #7c8ea0;
  padding: 20px 0;
  text-align: left;
  font-size: 0.9em;
}

.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: xx-large;
}
.glybox {
	font-size: 4em;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #9d9d9d !important;
}

/*--- CONTENT STRUCTURE ---*/
.pic {
  max-width: 300px;
  max-height: 200px;
  position: relative;
  overflow: hidden;
  margin: 10px;
  display: inline-block;
  animation: anima 2s;
  -webkit-animation: anima 2s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.pic-3d {
  -webkit-perspective: 500;
  -webkit-transform-style: preserve-3d;
}
.pic-caption {
  cursor: default;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(159, 9, 34, 0.85);
  opacity: 0;
  padding: 10px;
  text-align: center;
}

.color1 {
  background: rgba(255, 245, 154, 0.85);
  opacity: 0;
}

.pic-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.pic:hover .pic-image {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.pic-title {
  font-size: 1.3em;
  color: #ffffff;
  margin-top: 20px;
}
/*All classes with similar attribute*/
a,
a:hover,
.pic .pic-image,
.pic-caption,
.pic:hover .pic-caption,
.pic:hover img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
/*--- EFFECTS AND TRANSITIONS ---*/
.pic:hover .bottom-to-top,
.pic:hover .top-to-bottom,
.pic:hover .left-to-right,
.pic:hover .right-to-left,
.pic:hover .rotate-in,
.pic:hover .rotate-out,
.pic:hover .open-up,
.pic:hover .open-down,
.pic:hover .open-left,
.pic:hover .open-right,
.pic:hover .come-left,
.pic:hover .come-right {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/*Bottom to Top*/
.bottom-to-top {
  top: 50%;
  left: 0;
}
.pic:hover .bottom-to-top {
  top: 0;
  left: 0;
}
/*Top to Bottom*/
.top-to-bottom {
  bottom: 50%;
  left: 0;
}
.pic:hover .top-to-bottom {
  left: 0;
  bottom: 0;
}
/*Left to Right*/
.left-to-right {
  top: 0;
  right: 50%;
}
.pic:hover .left-to-right {
  right: 0;
  top: 0;
}
/*Right to Left*/
.right-to-left {
  top: 0;
  left: 50%;
}
.pic:hover .right-to-left {
  left: 0;
  top: 0;
}
/*Rotate in*/
.rotate-in {
  transform: rotate(90deg) scale(0.1);
  -webkit-transform: rotate(90deg) scale(0.1);
  top: 0;
  left: 0;
}
.pic:hover .rotate-in {
  -webkit-transform: rotate(360deg) scale(1);
}
/*Rotate out*/
.rotate-out {
  transform: rotate(90deg) scale(3);
  -webkit-transform: rotate(90deg) scale(3);
  top: 0;
  left: 0;
}
.pic:hover .rotate-out {
  -webkit-transform: rotate(360deg) scale(1);
  transform: rotate(360deg) scale(1);
}
/*Open Up*/
.open-down {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  top: 0;
  left: 0;
}
.pic:hover .open-down {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
/*Open down*/
.open-up {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  top: 0;
  left: 0;
}
.pic:hover .open-up {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
/*Open Left*/
.open-left {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  left: 0;
  top: 0;
}
.pic:hover .open-left {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
/*Open Right*/
.open-right {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  left: 0;
  top: 0;
}
.pic:hover .open-right {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
/*Open Come In*/
.come-left {
  -webkit-transform: rotateY(90deg) rotateX(90deg);
  transform: rotateY(90deg) rotateX(90deg);
  left: 0;
  top: 0;
}
.pic:hover .come-left {
  -webkit-transform: rotateY(0) rotateX(0);
  transform: rotateY(0) rotateX(0);
}
/*Open Come Out*/
.come-right {
  -webkit-transform: rotateY(-90deg) rotateX(-90deg);
  transform: rotateY(-90deg) rotateX(-90deg);
  left: 0;
  top: 0;
}
.pic:hover .come-right {
  -webkit-transform: rotateY(0) rotateX(0);
  transform: rotateY(0) rotateX(0);
}
/*Animation Effect*/
@keyframes anima {
  from {
    margin-top: -50px;
    opacity: 0;
  }
  to {
    margin: auto;
    opacity: 1;
  }
}
@-webkit-keyframes anima {
  from {
    margin-left: -20px;
    opacity: 0;
  }
  to {
    margin-left: 10px;
    opacity: 1;
  }
}

@media (max-width: 320px){
	.wrapper{
		padding:0px;
	}
	.pic{
		max-width:130px;
		max-height:200px;
		/*display:block;*/
		-webkit-animation:none;
		animation:none;
		margin:5px;
		}
	.navbar-brand {
		float: left;
		height: 50px;
		padding: 15px 15px;
		font-size: 12px;
		line-height: 20px;
		}
	.glybox {
		font-size: 3.5em;
		}
}
@media (min-width: 768px){
		.container {
		width: 810px;
		}
}
@media (min-width: 992px){
		.container {
		width: 1000px;
	}
}
