@charset "UTF-8";

*{
  margin: 0;
  padding: 0
}

section dl{
  width: 100%;
  overflow: hidden;
  padding: 0 30px;
  box-sizing: border-box;
  border-bottom: 1px #ccc solid;
  margin: 30px 0 !important;
  padding-bottom: 15px
}

section dl,
section dd{
  margin: 0
}

section dl:nth-of-type(odd) dt{
  float: right;
  width: 50%
}
section dl:nth-of-type(odd) dd{
  float: left;
  width: 50%
}

section dl:nth-of-type(even) dt{
  float: left;
  width: 50%
}
section dl:nth-of-type(even) dd{
  float: right;
  width: 50%
}

section dl dt h2{
  border-bottom: 1px #ccc dotted;
  margin-bottom: 30px;
  padding-bottom: 10px
}

section dl dt p{
  padding: 0 15px
}

@media only screen and (max-width:600px) {
  section dl{
    padding: 0;
  }

  section#galleries dl dt,section#galleries dl dd{
    float: none;
    width: 100%
  }
}
.link_img{
  position: relative;
	display: inline-block;
	border-radius: 50%;
	width: 250px;
	height: 250px;
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.8);
  top:5px;

}


.center{
  text-align: center;
}
.gallery{
  background: #f6f6f6!important
}

.square_btn{
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.3em;
    text-decoration: none;
    color: #00BCD4;
    background: #ECECEC;
    transition: .4s;
  }

.square_btn:hover {
    background: #00bcd4;
    color: white;
}

/* .threesixty_images{
  display: block;
    max-width: 100%;
    height: auto;
} */

@media only screen and (max-width: 375px){
.threesixty{
  width: 315px!important;
  height: 315px!important;
}
}
