@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Work+Sans:300,400,600,700);
@import url('https://fonts.googleapis.com/css?family=Berkshire+Swash');
@font-face {
    font-family: MerryChristmasStar;
    src: url(../fonts/MerryChristmasStar.ttf);
	
}
@font-face {
    font-family: MerryChristmasFlake;
  
	 src: url(../fonts/MerryChristmasFlake.ttf);
}
@font-face {
    font-family:MerryChrisColor;
  
	 src: url(../fonts/MerryChrisColor.ttf);
}

* {
  margin: 0px;
  padding: 0px;
}
html,
body {
  /*overflow: hidden;*/
  background-image: url(../images/rat_m.png);
  background-repeat: repeat;
  background-position:center;
    height: 100%; 
background-size: cover;
  /*background-position: ;*/

}

#wrapper {
  height:100%;
  width:100%;
  text-align: center;
  display: table;
  position:absolute;
  overflow: hidden;
}

#title {
  display: table-cell;
  vertical-align: middle;
  z-index: 999;
}

#title h2 {
  color: #000;
  font-size: 25px;
  /*font-family: 'Montserrat', sans-serif;*/
}

#title h3 {
  color: #fff;
  font-size: 28px;
 font-family: 'Montserrat', sans-serif;
  font-weight: 700
}

.side_background{

}


.logo_margin{
margin-top: 19px;
margin-bottom: 32px;
}

.vertex_heading {

  /*border:1px solid #000;*/

}

.vertex_heading h5 {
    font-family: 'Bree Serif', serif;
    padding-top: 0px;
    font-size: 20px;
    font-weight: 300px;
    color: #fff;
}



.margin-top {
    margin-top: 50px;
}

.gray-bg {
    background-color: #FAFAFA;
}

.page-title {
    margin-bottom: 60px;
}
.vertex_title{
  text-align: center;
text-transform: uppercase;
font-family:MerryChrisColor;
padding-bottom: 10px;
font-size: 30px;
color: #000;
font-weight:bold;
}

@media only screen and (min-width: 320px){
    
     .copy_right{
        text-align: center;
padding-top: 2px;
color: #434444;
font-size: 12px;
    }
    
    .single-team .team-photo img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: 0.3s;
transition: 0.3s;
height: 65px;
width: 100%;
}
    
    .single-team {
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    color: #515656;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom:15px;
    width: 60%;
    margin-left: 21%;
}
  .vertex_heading p {
    font-family: "Merriweather", serif;
    font-size: 17px;
    font-weight: 300;
    padding: 10px 35px 10px 35px;
}

.animation_3{
  display: none;
}

.animation {
    float: left;
    border-radius: 100px;
    border: 1px solid black;
    margin-left: 20px;
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

.animation_1 {
    float: left;
    border-radius: 100px;
    border: 1px solid black;
    margin-bottom: 0px;
    margin-left: 20px;
    width: 80px;
    height: 80px;
}

}

@media only screen and (min-width:544px){
    .single-team .team-photo img {
      height: 120px;
    }
    
    .copy_right{
        text-align: center;
        padding-top: 12px; 
        color: #434444
        font-size:14px;
    }
}

@media only screen and (min-width: 744px){
    
 
    
    .vertex_heading p {

    padding: 10px 0px 10px 35px;
}

  .animation_3{
  display: block;
    float: left;
  border-radius: 100px; 
  border:1px solid black; 
  margin-left: 10px;
  width:80px; 
  height:80px;
  }
}
@media only screen and (min-width:992px){
    .single-team .team-photo img {

      height: 65px;

    }
}
@media only screen and (min-width: 1200px){

  .animation_1{
  float: left;
  border-radius: 100px;
  border:1px solid black;
  margin-bottom: 30px; 
  margin-left: 80px;
  width:100px;
  height:100px;
}

  .animation_3{
  float: left;
  border-radius: 100px; 
  border:1px solid black; 
  margin-left: 10px;
  width:100px; 
  height:100px;
  display: block;
}

.animation{
  float: left;
  border-radius: 100px; 
  border:1px solid black; 
  margin-left: 10px;
  width:100px; 
  height:100px;
}


}

/*.page-title h2 {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px; 
}*/

/*.page-title h2:after {
    content: "\e675";
    font-family: 'themify';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    width: 15px;
    height: 15px;
    font-size: 14px;
}*/




.single-team:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.single-team .team-photo {
    margin-bottom: 6px;
    padding-top: 10px;
    overflow: hidden;
}



.single-team:hover .team-photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-team h4 {
    text-transform: uppercase;
    font-size: 9px;
    color: #000;
    margin: 0px; 
}

.single-team h6 {
    margin-bottom: 20px;
}

.single-team .social-menu {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    padding: 10px 10px;
    background-color: #ffffff;
}

.single-team:hover .social-menu {
    bottom: 0;
}

.section-padding {
    padding: 120px 0;
}

.social-menu {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.social-menu li {
    display: inline-block;
    margin: 0 3px;
}

.social-menu  a {
    display: block;
    text-align: center;
    line-height: 2.5em;
    background-color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    color: #000;
}

.social-menu  a:hover {
    color: #138fc2;
    }


#box{
    max-width: 28em;
    height: 30em;
    padding: 1em;
    margin: -20px;
    /*border: 0.062em solid #999;*/
    /*background-color: #262b2e;*/
    overflow: hidden;
    /*direction: ltr;*/
    text-align: right;

}

.background_image{
  /*background-image: url(../images/1.jpg);*/
  background-repeat: repeat;
  overflow: hidden;
  background-size: cover;
  margin: 0;
}
.footer{
  
  bottom: 0;

  width: 100%;
 
}
