/* Social Styles */
#social-wrap {
  width: 100%;
  height: 37px;
}
#social-icns {
  height: 37px;
  margin-bottom: 10px;
}
#social-icns ul {
  list-style: none;
  margin-bottom: 0;
}
#social-icns li {
  float: left;
  margin-right: 1px;
}
#social-icns li a {
  display: inline-block;
  height: 37px;
  width: 37px;
  padding: 0 0;
  margin-right: -3px;
}
#twitter a:hover,
#facebook a:hover,
#v a:hover,
#dot a:hover,
#rss a:hover,
#skype a:hover {
  color: #7f7f7f;
}
#twitter {
  height: 37px;
  width: 37px;
  background: rgba(74, 74, 74, 0.7) url(img/social/twitter.png) 0 0 no-repeat;
  opacity: 0.9;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
#twitter:hover {
  opacity: 1;
  background-color: rgba(243, 208, 46, 0.7);
}
#facebook {
  height: 37px;
  width: 37px;
  background: rgba(74, 74, 74, 0.7) url('img/social/facebook.png') 0 0 no-repeat;
  opacity: 0.9;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
#facebook:hover {
  opacity: 1;
  background-color: rgba(243, 208, 46, 0.7);
}
#v {
  height: 37px;
  width: 37px;
  background: rgba(74, 74, 74, 0.7) url('img/social/v.png') 0 0 no-repeat;
  opacity: 0.9;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
#v:hover {
  opacity: 1;
  background-color: rgba(243, 208, 46, 0.7);
}
#dot {
  height: 37px;
  width: 37px;
  background: rgba(74, 74, 74, 0.7) url('img/social/dot.png') 0 0 no-repeat;
  opacity: 0.9;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
#dot:hover {
  opacity: 1;
  background-color: rgba(243, 208, 46, 0.7);
}
#rss {
  height: 37px;
  width: 37px;
  background: rgba(74, 74, 74, 0.7) url('img/social/rss.png') 0 0 no-repeat;
  opacity: 0.9;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
#rss:hover {
  opacity: 1;
  background-color: rgba(243, 208, 46, 0.7);
}
#skype {
  height: 37px;
  width: 37px;
  background: rgba(74, 74, 74, 0.7) url('img/social/skype.png') 0 0 no-repeat;
  opacity: 0.9;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
#skype:hover {
  opacity: 1;
  background-color: rgba(243, 208, 46, 0.7);
}
.social_icons {
  background: url('img/social-icons.png');
  margin: 10px 5px 18px 0;
  display: inline-block;
  width: 23px ;
  text-decoration: none;
}
.social_icons:hover {
  text-decoration: none;
}
.twitter {
  background-position: 0px 0px;
  width: 23px ;
  height: 24px ;
}
.facebook {
  background-position: 79px 0;
  width: 23px ;
  height: 24px ;
}
.linkedin {
  background-position: 51px 0px;
  width: 23px ;
  height: 24px ;
}
.dribbble {
  background-position: 23px 0px;
  width: 23px ;
  height: 24px ;
}
/*Navbar Styles*/
.navbar .nav > li {
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.navbar .nav > li > a {
  background: url('img/menu-bg.png');
  color: #000000;
  float: none;
  padding: 10px 15px;
  text-decoration: none;
  text-shadow: 0 1px 0 #FFFFFF;
  text-transform: uppercase;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
  margin-top: 55px;
}
.navbar .brand img {
  margin-bottom: -40px;
}
.navbar .container {
  max-width: 650px;
}
.navbar-inner {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
  background-repeat: repeat-x;
  border: none;
  min-height: 40px;
}
.notification {
  background: #666;
  text-align: center;
  padding: 50px;
  color: #FFF;
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
}
.errors-messages {
  color: #FF0000;
}
/*Solution Styles*/
.solution {
  background-color: #000000;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: 'Droid Sans', sans-serif;
  border-bottom: 4px solid #ffbb0c;
}
.solution img {
  background: #4a4a4a;
  border: 6px solid #1a1a1a;
}
.solution h3 {
  color: #828282;
  font-size: 20px;
  text-transform: uppercase;
}
.solution p {
  color: #686868;
}
.solution p.bordered {
  border-top: 1px solid #4a4a4a;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear;
}
.solution p.bordered:hover {
  border-top: 1px solid #ffbb0c;
}
.solution p.bordered:hover > .btn {
  background: #ffbb0c;
}
.solution p.bordered > .btn {
  background: #4a4a4a;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 0 0 2px 2px;
  color: #000000;
  text-shadow: none;
  font-size: 12px;
  border: none;
  box-shadow: none;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear;
}
/*Work Styles*/
.work {
  background-color: #f5f5f5;
  text-align: center;
  padding-bottom: 70px;
}
.work h2 span {
  background-color: #F5F5F5;
  padding: 10px;
}
.work h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
  font-size: 80px;
  text-transform: uppercase;
  padding-top: 100px;
  padding-bottom: 55px;
  margin-top: 0;
  background: -moz-linear-gradient(#F5F5F5 0%, #F5F5F5 60%, #000000 60%, #000000 64%, #F5F5F5 64%, #F5F5F5 100%);
  background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0%, #F5F5F5), color-stop(60%, #F5F5F5), color-stop(60%, #000000), color-stop(64%, #000000), color-stop(64%, #F5F5F5), color-stop(100%, #F5F5F5));
  background: -webkit-linear-gradient(#F5F5F5 0%, #F5F5F5 60%, #000000 60%, #000000 64%, #F5F5F5 64%, #F5F5F5 100%);
  background: -o-linear-gradient(#F5F5F5 0%, #F5F5F5 60%, #000000 60%, #000000 64%, #F5F5F5 64%, #F5F5F5 100%);
  background: linear-gradient(#F5F5F5 0%, #F5F5F5 60%, #000000 60%, #000000 64%, #F5F5F5 64%, #F5F5F5 100%);
}
.work .span4 {
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
}
.work .span4 a {
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #000000;
  padding: 20px 0;
  display: block;
}
.work .span4:hover > a {
  background-color: #ffbb0c;
  color: #000000;
  border-bottom: 1px solid #000000;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear;
}
.work .span4 img {
  margin-bottom: 1px;
}
.work .span3 {
  text-align: center;
  margin-bottom: 30px;
  vertical-align: middle;
}
.work .span3 a {
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #000000;
  padding: 20px 0;
  display: block;
}
.work .span3:hover > a {
  background-color: #ffbb0c;
  color: #000000;
  border-bottom: 1px solid #000000;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear;
}
.work .span3 img {
  margin-bottom: 1px;
}
/*About Styles*/
.about {
  background-color: #ffbb0c;
  text-align: center;
  vertical-align: middle;
  font-family: 'Droid Sans', sans-serif;
  padding-bottom: 60px;
}
.about h2 span {
  background-color: #ffbb0c;
  padding: 10px;
}
.about h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
  font-size: 80px;
  text-transform: uppercase;
  padding: 60px 0 50px;
  margin-top: 0;
  background: -moz-linear-gradient(#ffbb0c 0%, #ffbb0c 52%, #000000 52%, #000000 56%, #ffbb0c 56%, #ffbb0c 100%);
  background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0%, #ffbb0c), color-stop(52%, #ffbb0c), color-stop(52%, #000000), color-stop(56%, #000000), color-stop(56%, #ffbb0c), color-stop(100%, #ffbb0c));
  background: -webkit-linear-gradient(#ffbb0c 0%, #ffbb0c 52%, #000000 52%, #000000 56%, #ffbb0c 56%, #ffbb0c 100%);
  background: -o-linear-gradient(#ffbb0c 0%, #ffbb0c 52%, #000000 52%, #000000 56%, #ffbb0c 56%, #ffbb0c 100%);
  background: linear-gradient(#ffbb0c 0%, #ffbb0c 52%, #000000 52%, #000000 56%, #ffbb0c 56%, #ffbb0c 100%);
}
.about h3 span {
  background-color: #ffbb0c;
  padding: 10px;
}
.about h3 {
  text-transform: uppercase;
  padding: 70px 0 30px;
  font-size: 18px;
  color: #000000;
  background: -moz-linear-gradient(#ffbb0c 0%, #ffbb0c 65%, #000000 65%, #000000 66%, #ffbb0c 66%, #ffbb0c 100%);
  background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0%, #ffbb0c), color-stop(65%, #ffbb0c), color-stop(65%, #000000), color-stop(66%, #000000), color-stop(66%, #ffbb0c), color-stop(100%, #ffbb0c));
  background: -webkit-linear-gradient(#ffbb0c 0%, #ffbb0c 65%, #000000 65%, #000000 66%, #ffbb0c 66%, #ffbb0c 100%);
  background: -o-linear-gradient(#ffbb0c 0%, #ffbb0c 65%, #000000 65%, #000000 66%, #ffbb0c 66%, #ffbb0c 100%);
  background: linear-gradient(#ffbb0c 0%, #ffbb0c 65%, #000000 65%, #000000 66%, #ffbb0c 66%, #ffbb0c 100%);
}
.about .span3 {
  border-bottom: 4px solid #af9000;
  vertical-align: middle;
  text-align: center;
}
.about .span3 h4 {
  font-weight: bold;
}
.about .span3 p {
  font-weight: 100;
  font-size: 10px;
  color: #af9000;
  border-bottom: 1px solid #af9000;
  padding-bottom: 4px;
}
.about .span3 img {
  background-color: #000000;
  border: 12px solid #000000;
  margin-top: 20px;
  margin-bottom: 20px;
}
/*Footer Styles	*/
footer {
  font-family: 'Droid Sans', sans-serif;
}
footer .map-height {
  height: 725px;
}
footer .info {
  background: url('img/footer-bg.png') repeat;
  padding: 30px;
  height: 430px;
  margin-top: -600px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
  opacity: 0.9;
}
footer .info .location {
  padding-bottom: 20px;
}
footer .info .location span {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
footer .info .location p {
  color: #686868;
  font-size: 14px;
  font-weight: normal;
  margin-top: 20px;
}
footer .info .location address a,
footer .info .location address ul {
  font-size: 12px;
  font-weight: bold;
  color: #9b9b9b;
  text-transform: capitalize;
  max-width: 227px;
}
footer .info .location address ul {
  text-transform: capitalize;
}
footer .info .location address img {
  margin-right: 10px;
}
footer .info .contact span.form-head {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
footer .info .contact form {
  margin-top: 20px;
  font-size: 11px;
  font-weight: bold;
}
footer .info .contact form .formblock:nth-child(1),
footer .info .contact form .formblock:nth-child(2) {
  display: inline-block;
  -moz-box-sizing: border-box;
  width: 49.7%;
}
footer .info .contact form input {
  font-family: 'Droid Sans', sans-serif;
  font-size: 11px;
  width: 94%;
}
footer .info .contact form textarea {
  font-family: 'Droid Sans', sans-serif;
  font-size: 11px;
  width: 97%;
}
footer .info .contact form .btn {
  font-family: 'Droid Sans', sans-serif;
  font-size: 11px;
  background: #ffbb0c;
  padding: 10px 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #000000;
  text-shadow: none;
  font-size: 12px;
  border: none;
  box-shadow: none;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear;
}
ul {
  margin-left: 0px !important;
}
li {
  list-style: none !important;
}
.divider {
  border-bottom: 1px solid #474747;
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
}
/*form#contact-us{
	padding-left: 30px;
}
div.formblock{
	margin: 0px;
	display: inline-block;
	span.error{display: block;}
	input{width: 100%;}
}*/
/*Slides Styles*/
.flexslider {
  background-color: #ffbb0c;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ffffff;
  height: 440px;
}
.flexslider h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
  font-size: 80px;
  line-height: 90px;
  padding-top: 80px;
}
.flexslider h1 strong {
  color: #000000;
  font-weight: 100;
}
/* Large desktop */
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .navbar {
    text-align: center;
  }
  .navbar .nav > li > a {
    margin-top: 30px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .navbar .brand {
    float: none;
  }
  .flexslider {
    height: 300px;
  }
  .flexslider h1 {
    font-size: 58px;
    line-height: 80px;
    padding: 20px 20px 20px 20px ;
  }
  .solution {
    padding: 20px;
  }
  /*	.ch-info a, .ch-info:hover a {
	  margin-top: 65%;
	}*/
  .work {
    padding-bottom: 0;
  }
  .work h2 {
    font-size: 48px;
    padding: 40px	;
    background: -moz-linear-gradient(#F5F5F5 0%, #F5F5F5 60%, #000000 60%, #000000 61%, #F5F5F5 61%, #F5F5F5 100%);
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0%, #F5F5F5), color-stop(60%, #F5F5F5), color-stop(60%, #000000), color-stop(61%, #000000), color-stop(61%, #F5F5F5), color-stop(100%, #F5F5F5));
    background: -webkit-linear-gradient(#F5F5F5 0%, #F5F5F5 60%, #000000 60%, #000000 61%, #F5F5F5 61%, #F5F5F5 100%);
    background: -o-linear-gradient(#F5F5F5 0%, #F5F5F5 60%, #000000 60%, #000000 61%, #F5F5F5 61%, #F5F5F5 100%);
    background: linear-gradient(#F5F5F5 0%, #F5F5F5 60%, #000000 60%, #000000 61%, #F5F5F5 61%, #F5F5F5 100%);
  }
  .about h2 {
    font-size: 48px;
    padding: 40px	;
    background: -moz-linear-gradient(#ffbb0c 0%, #ffbb0c 52%, #000000 52%, #000000 53%, #ffbb0c 53%, #ffbb0c 100%);
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0%, #ffbb0c), color-stop(52%, #ffbb0c), color-stop(52%, #000000), color-stop(53%, #000000), color-stop(53%, #ffbb0c), color-stop(100%, #ffbb0c));
    background: -webkit-linear-gradient(#ffbb0c 0%, #ffbb0c 52%, #000000 52%, #000000 53%, #ffbb0c 53%, #ffbb0c 100%);
    background: -o-linear-gradient(#ffbb0c 0%, #ffbb0c 52%, #000000 52%, #000000 53%, #ffbb0c 53%, #ffbb0c 100%);
    background: linear-gradient(#ffbb0c 0%, #ffbb0c 52%, #000000 52%, #000000 53%, #ffbb0c 53%, #ffbb0c 100%);
  }
  footer .map-height {
    height: 830px;
  }
  footer .info {
    margin-top: -740px;
    padding: 30px;
    display: table;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .navbar {
    text-align: center;
  }
  .navbar .nav > li > a {
    margin-top: 30px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .navbar .brand {
    float: none;
  }
  .flexslider {
    height: 220px;
  }
  .flexslider h1 {
    font-size: 32px;
    line-height: 52px;
    padding: 20px 20px 20px 20px ;
  }
  .solution {
    padding: 20px;
  }
  .work {
    padding-bottom: 0;
  }
  .work h2 {
    font-size: 48px;
    padding: 20px	;
    background: -moz-linear-gradient(#F5F5F5 0%, #F5F5F5 60%, #000000 60%, #000000 61%, #F5F5F5 61%, #F5F5F5 100%);
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0%, #F5F5F5), color-stop(60%, #F5F5F5), color-stop(60%, #000000), color-stop(61%, #000000), color-stop(61%, #F5F5F5), color-stop(100%, #F5F5F5));
    background: -webkit-linear-gradient(#F5F5F5 0%, #F5F5F5 60%, #000000 60%, #000000 61%, #F5F5F5 61%, #F5F5F5 100%);
    background: -o-linear-gradient(#F5F5F5 0%, #F5F5F5 60%, #000000 60%, #000000 61%, #F5F5F5 61%, #F5F5F5 100%);
    background: linear-gradient(#F5F5F5 0%, #F5F5F5 60%, #000000 60%, #000000 61%, #F5F5F5 61%, #F5F5F5 100%);
  }
  .span4 .ch-info a,
  .span4 .ch-info:hover a {
    margin-top: 31%;
  }
  .span3 .ch-info a,
  .span3 .ch-info:hover a {
    margin-top: 22%;
  }
  .about img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .about h2 {
    font-size: 48px;
    padding: 20px	;
    background: -moz-linear-gradient(#ffbb0c 0%, #ffbb0c 52%, #000000 52%, #000000 53%, #ffbb0c 53%, #ffbb0c 100%);
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0%, #ffbb0c), color-stop(52%, #ffbb0c), color-stop(52%, #000000), color-stop(53%, #000000), color-stop(53%, #ffbb0c), color-stop(100%, #ffbb0c));
    background: -webkit-linear-gradient(#ffbb0c 0%, #ffbb0c 52%, #000000 52%, #000000 53%, #ffbb0c 53%, #ffbb0c 100%);
    background: -o-linear-gradient(#ffbb0c 0%, #ffbb0c 52%, #000000 52%, #000000 53%, #ffbb0c 53%, #ffbb0c 100%);
    background: linear-gradient(#ffbb0c 0%, #ffbb0c 52%, #000000 52%, #000000 53%, #ffbb0c 53%, #ffbb0c 100%);
  }
  footer .map-height {
    height: 830px;
  }
  footer .info {
    margin-top: -740px;
    padding: 30px 20px 30px 20px;
    display: table;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .navbar {
    text-align: center;
  }
  .navbar .nav > li > a {
    margin-top: 30px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .navbar .brand {
    float: none;
  }
  .flexslider {
    height: 180px;
  }
  .flexslider h1 {
    font-size: 24px;
    line-height: 34px;
    padding: 20px;
  }
  .solution {
    padding: 20px;
  }
  /*	.span3 .ch-info a, .span3 .ch-info:hover a {
	  margin-top: 33%;
	}

	.span4 .ch-info a, .span4 .ch-info:hover a {
	  margin-top: 55%;
	}*/
  .work {
    padding-bottom: 0;
  }
  .work h2 {
    font-size: 32px;
    padding: 20px	;
    background: -moz-linear-gradient(#F5F5F5 0%, #F5F5F5 60%, #000000 60%, #000000 61%, #F5F5F5 61%, #F5F5F5 100%);
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0%, #F5F5F5), color-stop(60%, #F5F5F5), color-stop(60%, #000000), color-stop(61%, #000000), color-stop(61%, #F5F5F5), color-stop(100%, #F5F5F5));
    background: -webkit-linear-gradient(#F5F5F5 0%, #F5F5F5 60%, #000000 60%, #000000 61%, #F5F5F5 61%, #F5F5F5 100%);
    background: -o-linear-gradient(#F5F5F5 0%, #F5F5F5 60%, #000000 60%, #000000 61%, #F5F5F5 61%, #F5F5F5 100%);
    background: linear-gradient(#F5F5F5 0%, #F5F5F5 60%, #000000 60%, #000000 61%, #F5F5F5 61%, #F5F5F5 100%);
  }
  .about img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .about h2 {
    font-size: 32px;
    padding: 20px	;
    background: -moz-linear-gradient(#ffbb0c 0%, #ffbb0c 52%, #000000 52%, #000000 53%, #ffbb0c 53%, #ffbb0c 100%);
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0%, #ffbb0c), color-stop(52%, #ffbb0c), color-stop(52%, #000000), color-stop(53%, #000000), color-stop(53%, #ffbb0c), color-stop(100%, #ffbb0c));
    background: -webkit-linear-gradient(#ffbb0c 0%, #ffbb0c 52%, #000000 52%, #000000 53%, #ffbb0c 53%, #ffbb0c 100%);
    background: -o-linear-gradient(#ffbb0c 0%, #ffbb0c 52%, #000000 52%, #000000 53%, #ffbb0c 53%, #ffbb0c 100%);
    background: linear-gradient(#ffbb0c 0%, #ffbb0c 52%, #000000 52%, #000000 53%, #ffbb0c 53%, #ffbb0c 100%);
  }
  .about h3 {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .about p {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .map-height {
    height: 955px;
  }
  footer .info {
    margin-top: -900px;
    padding: 10px 20px 5px 20px;
    display: table;
  }
}
/*# sourceMappingURL=circle.css.map */