/* =============================================== */
/* ====================== footer ================ */
/* =============================================== */


/* ====== footer contact section ======= */


.contact-section {
	color:#333333;
}
.contact-section p {
	font-size:24px;
	font-style:italic;
	color:#333333;
}
 @media only screen and (min-width: 992px) {
.contact-section p {
 font-size:30px;
}
}
.contact-section p a {
	font-weight:600;
}
/* ====== main footer styles ======= */


footer {
	padding-top:38px;
	padding-bottom:68px;
	text-align:center;
}
footer .item {
	padding-top:15px;
	padding-bottom:15px;
}
 @media only screen and (min-width: 768px) {
 footer .item {
 padding:0;
}
}
footer h2 {
	text-align:center;
	font-size:18px;
	margin-top:0;
}
footer p {
	font-size:14px;
	text-align:center;
}
 @media only screen and (min-width: 768px) {
 footer h2 {
 text-align: left;
}
footer p {
 text-align: right;
}
}
/* social icons */
.social {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
}
@media only screen and (min-width: 768px) {
.social {
-js-display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: flex-start;
}
 .contact-section .social {
justify-content: center;
}
}
.social a {
	margin-left:10px;
	margin-right:10px;
}
@media only screen and (min-width: 768px) {
.social a {
 margin-left:0;
margin-right:10px;
}
}
@media only screen and (min-width: 992px) {
.social a {
 margin-right:15px;
}
}
.social a {
	font-size:1.25em;
	border-radius: 50%;
	color: #36246a;
	background-color: transparent;
	line-height: 1;
	width: 36px;
	height: 36px;
	text-align: center;
	border: 1px solid #36246a;
	text-decoration:none;
	position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (min-width: 400px) {
.social a {
font-size:1.35em;
width: 43px;
height: 43px;
}
}
@media only screen and (min-width: 768px) {
.social a {
font-size:1.15em;
width: 32px;
height: 32px;
}
}
 @media only screen and (min-width: 1200px) {
.social a {
font-size:1.25em;
width: 42px;
height: 42px;
}
}
@media only screen and (min-width: 1800px) {
.social a {
font-size:1.5em;
width: 55px;
height: 55px;
}
}
.social a:hover, .social a:focus {
	color: #00A0E0;
	border: 1px solid #00A0E0;
	text-decoration:none;
}
/* back to top */

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	border-radius:50%;
	position: fixed;
	bottom: 15px;
	right: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
  overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(127, 188, 3, .8) url(images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
 -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
 transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}
 @media only screen and (min-width: 768px) {
 .cd-top {
 right: 15px;
 bottom: 15px;
}
}
 @media only screen and (min-width: 1024px) {
 .cd-top {
 height: 50px;
 width: 50px;
}
}
.cd-top.cd-top--show, .cd-top.cd-top--fade-out, .cd-top:hover {
 -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
 transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}
.cd-top.cd-top--show {
	/* the button becomes visible */
  visibility: visible;
	opacity: 1;
}
.cd-top.cd-top--fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.cd-top:hover {
	background-color: #7FBC03;
	opacity: 1;
}
