
.row {
  width: auto;
  height: auto;
  margin: 0 -15px;
}


.homepage-top-row-circles-con {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}



/* line 18, ../scss/style.scss */
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  font-family: 'Open Sans';
  font-size: 14px;
}

/* line 27, ../scss/style.scss */
.wrap {
  display: block;
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1024px;
}

/* line 34, ../scss/style.scss */
.block, #container {
  display: block;
  position: relative;
}

/* line 39, ../scss/style.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 43, ../scss/style.scss */
.cf:before, .cf:after {
  display: table;
  position: relative;
  content: "";
}

/* line 48, ../scss/style.scss */
.cf:after {
  clear: both;
  float: none;
}

/* line 53, ../scss/style.scss */
#container {
  margin: 50px 0;
}

/* line 59, ../scss/style.scss */
.align--center {
  text-align: center;
}

/* line 63, ../scss/style.scss */
.headline, .headline--top, .headline--bottom {
  display: block;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 1.1;
  color: #fff;
}

/* line 74, ../scss/style.scss */
.background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 80, ../scss/style.scss */
.circle {
  display: block;
  position: relative;
  width: 250px;
  height: 250px;
  -webkit-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  margin: 15px auto;
  background-color: #f2f9ff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  overflow: hidden;
}


/* line 90, ../scss/style.scss */
.circle.first .front {
  /*set background image 
  for the first circle
  
  */
  background-image: url("../images/circle-1.jpg");
}
/* line 99, ../scss/style.scss */
.circle.second .front {
  background-image: url("../images/circle-2.jpg");
}
/* line 104, ../scss/style.scss */
.circle.third .front {
  background-image: url("../images/circle-3.jpg");
}

/* line 114, ../scss/style.scss */
.front, .back {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 1;
  backface-visibility: hidden;
  border-radius: 50%;
}

/* line 127, ../scss/style.scss */
.back {
  z-index: 0;
  opacity: 0;
}
.back .headline--top, .back .headline--bottom, .back .headline {
	color: #000;
}

/* line 133, ../scss/style.scss */
.back--top, .back--bottom, .back-content {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 15px 0;
  padding: 0;
  text-align: center;
}

/* line 144, ../scss/style.scss */
.normal-text {
  display: block;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

/* line 152, ../scss/style.scss */
.blue-btn {
  display: inline-block;
  position: relative;
  padding:  0 40px 0 10px;
  height: 40px;
  line-height: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #04598c;
  color: white;
  text-decoration: none;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  
  
  background-image: url('../images/button-arrow.png');
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

/* line 167, ../scss/style.scss */
.blue-btn:hover {
  background-color: #034973;
}

/* line 175, ../scss/style.scss */
.headlines {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  top: 35%;
  left: 0;
  text-align: center;
  color: white;
}

/* line 188, ../scss/style.scss */
.headline--top {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  
}

/* line 197, ../scss/style.scss */
.headline--bottom {
  text-transform: uppercase;
  font-size: 30px;
}


.main-link, .main-link:visited {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
	
}


/* line 252, ../scss/style.scss */
  .circle.inflate {
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  /* line 262, ../scss/style.scss */
  .circle.shrink {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  /* line 270, ../scss/style.scss */
  .circle.inflate .front {
    -webkit-animation: out .6s ease .0s forwards 1 normal;
    animation: out .6s ease .0s forwards 1 normal;
	z-index: 0;
  }
  /* line 279, ../scss/style.scss */
  .circle.inflate .back {
    -webkit-animation: in .7s ease .4s forwards 1 normal;
    animation: in .7s ease .4s forwards 1 normal;
	z-index: 1;
	
  }

  /* line 290, ../scss/style.scss */
  .font, .back {
    -webkit-transform: scale(0.6, 0.6);
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    -o-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }

  /* WHEN CIRCLE 1 IS HOVERED */
  /* line 297, ../scss/style.scss */
  .circle.second.cir1-active {
    -webkit-transform: scale(0.7, 0.7) translate(-10px, -90px);
    -moz-transform: scale(0.7, 0.7) translate(-10px, -90px);
    -ms-transform: scale(0.7, 0.7) translate(-10px, -90px);
    -o-transform: scale(0.7, 0.7) translate(-10px, -90px);
    transform: scale(0.7, 0.7) translate(-10px, -90px);
  }

  /* line 302, ../scss/style.scss */
  .circle.third.cir1-active {
    -webkit-transform: scale(0.7, 0.7) translateX(-48%);
    -moz-transform: scale(0.7, 0.7) translateX(-48%);
    -ms-transform: scale(0.7, 0.7) translateX(-48%);
    -o-transform: scale(0.7, 0.7) translateX(-48%);
    transform: scale(0.7, 0.7) translateX(-48%);
  }

  /* when circle 2 is hover */
  /* line 311, ../scss/style.scss */
  .circle.first.cir2-active {
    -webkit-transform: scale(0.7, 0.7) translate(0px, 35px);
    -moz-transform: scale(0.7, 0.7) translate(0px, 35px);
    -ms-transform: scale(0.7, 0.7) translate(0px, 35px);
    -o-transform: scale(0.7, 0.7) translate(0px, 35px);
    transform: scale(0.7, 0.7) translate(0px, 35px);
  }

  /* line 316, ../scss/style.scss */
  .circle.third.cir2-active {
    -webkit-transform: scale(0.7, 0.7) translate(0px, 35px);
    -moz-transform: scale(0.7, 0.7) translate(0px, 35px);
    -ms-transform: scale(0.7, 0.7) translate(0px, 35px);
    -o-transform: scale(0.7, 0.7) translate(0px, 35px);
    transform: scale(0.7, 0.7) translate(0px, 35px);
  }

  /* when circle 3 is hover */
  /* line 327, ../scss/style.scss */
  .circle.first.cir3-active {
    -webkit-transform: scale(0.7, 0.7) translateX(48%);
    -moz-transform: scale(0.7, 0.7) translateX(48%);
    -ms-transform: scale(0.7, 0.7) translateX(48%);
    -o-transform: scale(0.7, 0.7) translateX(48%);
    transform: scale(0.7, 0.7) translateX(48%);
  }

  /* line 332, ../scss/style.scss */
  .circle.second.cir3-active {
    -webkit-transform: scale(0.7, 0.7) translate(10px, -90px);
    -moz-transform: scale(0.7, 0.7) translate(10px, -90px);
    -ms-transform: scale(0.7, 0.7) translate(10px, -90px);
    -o-transform: scale(0.7, 0.7) translate(10px, -90px);
    transform: scale(0.7, 0.7) translate(10px, -90px);
  }
  
  




@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 211, ../scss/style.scss */
  
  
  
  .circle {
    width: 200px;
    height: 200px;
    margin: 15px;
    display: inline-block;
	position: relative;
  }
}
@media screen and (min-width: 1024px) {
  /* line 221, ../scss/style.scss */
  #animation-container.animation-container.an-inter {
    text-align: center;
    margin: 70px auto;
    padding: 0;
	display: block;
	position: relative;
	top: 0;
	left: 0;
  }

  /* line 231, ../scss/style.scss */
  .headline, .headline--top, .headline--bottom {
    font-size: 30px;
  }

  /* line 235, ../scss/style.scss */
  .headline--top {
    font-size: 24px;
  }

  /* line 239, ../scss/style.scss */
  .circle {
    display: inline-block;
    position: relative;
    float: none;
    /*border: 5px solid transparent;*/
    margin: 0;
    width: 300px;
    height: 300px;
  }
  /* line 248, ../scss/style.scss */
  .circle:nth-child(2) {
    margin: 0 15px;
  }
  

  /* IF JAVASCRIPT DOESNT WORK, USE THESE CODE */
  /*
  #animation-container {
  	
  	text-align: center;
  	max-width: 980px;
  	margin: 50px auto;
  	padding: 0;
  	
  	
  	
  	&:hover {
  		.circle {
  			@include transform(scale(.7,.7));
  			
  			&:hover {
  				@include transform(scale(1.3,1.3));
  				@include box-shadow(none);
  				border: 5px solid $black;
  				
  			} //end hvoer
  		} //end circle
  	} //end hover
  } //end animation-container
  
  */
}
/**********************************

ALL ANIMATIONS GO HERE

**********************************/
@-webkit-keyframes out {
  /* line 383, ../scss/style.scss */
  0% {
    opacity: 1;
  }

  /* line 390, ../scss/style.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes out {
  /* line 383, ../scss/style.scss */
  0% {
    opacity: 1;
  }

  /* line 390, ../scss/style.scss */
  100% {
    opacity: 0;
  }
}

@-o-keyframes out {
  /* line 383, ../scss/style.scss */
  0% {
    opacity: 1;
  }

  /* line 390, ../scss/style.scss */
  100% {
    opacity: 0;
  }
}

@keyframes out {
  /* line 383, ../scss/style.scss */
  0% {
    opacity: 1;
  }

  /* line 390, ../scss/style.scss */
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes in {
  /* line 397, ../scss/style.scss */
  0% {
    opacity: 0;
  }

  /* line 404, ../scss/style.scss */
  100% {
    opacity: 1;
  }
}

@-moz-keyframes in {
  /* line 397, ../scss/style.scss */
  0% {
    opacity: 0;
  }

  /* line 404, ../scss/style.scss */
  100% {
    opacity: 1;
  }
}

@-o-keyframes in {
  /* line 397, ../scss/style.scss */
  0% {
    opacity: 0;
  }

  /* line 404, ../scss/style.scss */
  100% {
    opacity: 1;
  }
}

@keyframes in {
  /* line 397, ../scss/style.scss */
  0% {
    opacity: 0;
  }

  /* line 404, ../scss/style.scss */
  100% {
    opacity: 1;
  }
}
