@import 'reset.css';

@import url(http://font-style: em;

googleapis.com/css?family=Open+Sans);
/*Globals*/
body {
  background: #fff;
  font-family: 'arian amu', 'sans-serif', 'arial';
  height: 100%;
  line-height: 20px;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.cl {
  display: block;
  text-align:center;
}

.cl:after {
  content: '';
  display: block;
  clear: both;
  *zoom: 1;
}

p {
  line-height: 1.5em;
  font-size:1.3em;
}

.pic-title {
  font-size: 0.9em;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

header {
  padding: 7px 0 0 0;
  font-size:12px;
}

.btn-download {
  background: #182a3c;
  color: #fff;
  padding: 20px 50px;
  display: inline-block;
  border-radius: 5px;
}

.btn-download:hover {
  background: #5e7082;
}

.header_wrapper {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  text-align:center;
}

.header_p {position:absolute;top:10px;right:5%;color:#000;}

.wrapper {
  max-width: 85%; /* width of the site content*/
  margin: 0 auto;
}

.wrapper_text {
  max-width: 90%; /* width of the site content*/
  margin: 0 auto;
  line-height:1.5;
  font-size:20px;
}

footer {
  margin-top: 30px;
  background: #014c72;
  color: #fff;
  padding: 20px 0;
  text-align: left;
  font-size: 0.9em;
}

footer a { color: #fff;}

/*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 screen and (max-width: 560px) {
  .wrapper {
    padding: 20px;
  }
}


/*--- CONTENT STRUCTURE ---*/

.pic {
  width: 216px;
  height: 216px;
  position: relative;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  margin: 0px 10px 10px 10px;
  display: inline-block;
  animation: anima 2s;
  -webkit-animation: anima 2s;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.pic-3d {
  -webkit-perspective: 500;
  -webkit-transform-style: preserve-3d;
}

.pic-caption {
  cursor: default;
  position: absolute;
  width: 216px;
  height: 216px;
  background: rgba(1, 76, 114, 0.9);
  color: #fff;
  opacity: 0;
  padding: 10px 0px 0px 0px; /* box description caption text padding*/
  text-align: center;
  border-radius: 15px;
}

.pic-image {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.pic:hover .pic-image {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* Page changes according to monitor size change*/

@media screen and (min-width: 1950px) {
  .wrapper_text {
  max-width: 90%; /* width of the site content*/
  margin: 0 auto;
  line-height:1.5;
  font-size:25px;
}
}

@media screen and (max-width: 1360px) {
  .pic {
  width: 180px;
  height: 180px;
  position: relative;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  margin: 0px 7px 7px 7px;
  display: inline-block;
}

.pic-caption {
  cursor: default;
  position: absolute;
  width: 180px;
  height: 180px;
  padding: 7px 0px 0px 0px;
  text-align: center;
  border-radius: 15px;
  }
  
 p { line-height: 1.5em; font-size:1.1em;}

}

@media screen and (max-width: 800px) {
  .pic {
  width: 105px;
  height: 105px;
  position: relative;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display: inline-block;
}

.pic-caption {
  cursor: default;
  position: absolute;
  width: 105px;
  height: 105px;
  padding: 5px 0px 0px 0px;
  text-align: center;
  border-radius: 10px;
  }
  
  p { line-height: 1.5em; font-size:8px;}
  
.wrapper_text {
  max-width: 90%; /* width of the site content*/
  margin: 0 auto;
  line-height:1.5;
  font-size:18px;
}
  
.wrapper {
  max-width: 100%; /* width of the site content*/
  margin: 0 auto;
}

p img {height:20px}

.header_p {right:5px;font-color:#000}
 

}



/*All classes with similar attribute*/

a,
a:hover,
.pic .pic-image,
.pic-caption,
.pic:hover .pic-caption,
.pic:hover img {
  -webkit-transition: all 0.5s ease;
  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 {
  -webkit-transform: rotate(90deg) scale(0.1);
  -ms-transform: rotate(90deg) scale(0.1);
  transform: rotate(90deg) scale(0.1);
  top: 0;
  left: 0;
}

.pic:hover .rotate-in {
  -webkit-transform: rotate(360deg) scale(1);
  -ms-transform: rotate(360deg) scale(1);
  transform: rotate(360deg) scale(1);
}

/*Rotate out*/

.rotate-out {
  -webkit-transform: rotate(90deg) scale(3);
  -ms-transform: rotate(90deg) scale(3);
  transform: rotate(90deg) scale(3);
  top: 0;
  left: 0;
}

.pic:hover .rotate-out {
  -webkit-transform: rotate(360deg) scale(1);
  -ms-transform: rotate(360deg) scale(1);
  transform: rotate(360deg) scale(1);
}

/*Open Up*/

.open-down {
  -webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  top: 0;
  left: 0;
}

.pic:hover .open-down {
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  transform: rotateX(0);
}

/*Open down*/

.open-up {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  top: 0;
  left: 0;
}

.pic:hover .open-up {
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  transform: rotateX(0);
}

/*Open Left*/

.open-left {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  left: 0;
  top: 0;
}

.pic:hover .open-left {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/*Open Right*/

.open-right {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  left: 0;
  top: 0;
}

.pic:hover .open-right {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/*Open Come In*/

.come-left {
  -webkit-transform: rotateY(90deg) rotateX(90deg);
  -ms-transform: rotateY(90deg) rotateX(90deg);
  transform: rotateY(90deg) rotateX(90deg);
  left: 0;
  top: 0;
}

.pic:hover .come-left {
  -webkit-transform: rotateY(0) rotateX(0);
  -ms-transform: rotateY(0) rotateX(0);
  transform: rotateY(0) rotateX(0);
}

/*Open Come Out*/

.come-right {
  -webkit-transform: rotateY(-90deg) rotateX(-90deg);
  -ms-transform: rotateY(-90deg) rotateX(-90deg);
  transform: rotateY(-90deg) rotateX(-90deg);
  left: 0;
  top: 0;
}

.pic:hover .come-right {
  -webkit-transform: rotateY(0) rotateX(0);
  -ms-transform: rotateY(0) rotateX(0);
  transform: rotateY(0) rotateX(0);
}