.btn-primary {
    color: #fff !important;
    background-color: #00ccff !important;
    border-color: #00ccff !important;
}

.btn-primary:hover {
    color: #00ccff !important;
    background-color: #fff
    border-color: #00ccff;
}

a {
    color: #00ccff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}


@media (max-width: 768px) {
.col-md-4 {
    float: left !important;
    width: 100% !important;
    padding: 20px !important;
	}
}

@media (max-width: 320px) {
.col-md-4 {
    float: left !important;
    width: 100% !important;
    padding: 20px !important;
	}
}

@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left !important;
	}

.col-md-4 {
	float:left !important;
	width: 33.33333333% !important;
	}
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}




ul li {
	display: inline-block !important;
    padding: 0px 5px;
}

.list-social li a {
    display: block !important;
    height: 50px !important;
    width: 50px !important;
    line-height: 50px !important;
    font-size: 30px;
    border-radius: 100%;
    color: white;
}

.list-social li a:hover {
	background-color: #00ccff !important;
    display: block !important;
    height: 50px !important;
    width: 50px !important;
    line-height: 50px !important;
    font-size: 30px;
    border-radius: 100%;
    color: white;
}

section.contact {
  text-align: center;
}
section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}
section.contact h2 i {
  color: #dd4b39;
}
section.contact ul.list-social {
  margin-bottom: 0;
}
section.contact ul.list-social li a {
  display: block;
  height: 50px !important;
  width: 50px !important;
  line-height: 50px !important;
  font-size: 30px;
  border-radius: 100%;
  color: white;
}
section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}
section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}
section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}
section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}
section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}
section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}
footer {
  background-color: #fff;
  padding: 25px 0;
  color: #00ccff !important;
  text-align: center;
  margin-bottom: 100px;
  margin-top: 100px;
}
footer p {
  font-size: 12px;
  margin: 0;
}
footer ul {
  margin-bottom: 0;
}
footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
  text-decoration: none;
}
