/* body
-------------------------------------------*/
body {overflow-x: hidden; overflow-y: auto;}

/* Navbar
-------------------------------------------*/
.affix {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
/* Section
-------------------------------------------*/
.page-section {
	padding: 80px 0;
}
.parallax {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}
.bg-gray {
	background: #EEEEEE;
}
/* Footer
-------------------------------------------*/
.footer {background: #F8F8F8; color: #525252;}
.footer .footer-level1 {
    padding: 20px;
}
.footer .footer-level2 {
    color: #fff;
    background-color: #1A1A1A;
    padding: 15px;
}
.footer .developed {
    padding: 15px;
    background-color: #F8F8F8;
    color: #666;
    font-size: 12px;
}
.footer .developed strong {
    color: #ED1317;
}
/* pull-right on all except xs devices 
-------------------------------------------*/
@media (min-width: 992px) {
    .pull-right-sm {
        float: right!important;
    }
}


/* Social icons
-------------------------------------------*/
.social-links a{
    text-align: center;
    display: inline-block;
	width: 26px;
	height: 26px;
	border: 1px solid #909090;
	border-radius: 100%;
	margin-right: 7px; /*space between*/

} 
.social-links a i{
    line-height: 18px;
	color: #909090;
}



/* Social icons
-------------------------------------------*/

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 30px;
	height: 30px;
	font-size:20px;
	line-height:30px;
}
.social-circle li i {
	margin:0;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #555555;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}





/* Custom button
-------------------------------------------------- */
/* Override base .btn styles */
/* Apply text and background changes to three key states: default, hover, and active (click). */
.btn-td {
	border-radius: 3px;
}
.btn-td,
.btn-td:hover,
.btn-td:active {
  display: inline-block;
  background-color: #00b09a;
  border: 2px solid #00b09a;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0.85714285714286em 2.5em;
  font-weight: bold;
  -webkit-transition: translate 100ms ease-in-out, opacity 200ms ease-in-out;
  -o-transition: translate 100ms ease-in-out, opacity 200ms ease-in-out;
  transition: translate 100ms ease-in-out, opacity 200ms ease-in-out;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  position: relative;
  overflow: hidden;
}
.btn-td:hover,
.btn-td:hover:hover,
.btn-td:active:hover,
.btn-td:focus {
  background-color: #fff;
  color: #000;
  border-color: #fff;
  text-decoration: none;
}
.btn-td.alternative {
  background-color: transparent;
  border-color: #00b09a;
  color: #00b09a;
}
.btn-td.alternative:hover {
  background-color: #00b09a;
  color: #fff;
  border-color: #00b09a;
}
.btn-td.alternative-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-td.alternative-white:hover {
  background-color: #00b09a;
  color: #fff;
  border-color: #00b09a;
}
.btn-td.alternative-gray {
  background-color: transparent;
  border-color: #b3b3b3;
  color: #b3b3b3;
}
.btn-td.alternative-gray:hover {
  background-color: #EC6617;
  color: #fff;
  border-color: #EC6617;
}
.btn-td.success {
  background-color: #00b09a;
  border-color: #00b09a;
  color: #fff;
}
.btn-td.success:hover {
  background-color: #009D8A;
  color: #fff;
  border-color: #00b09a;
}



.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: none;
    cursor: inherit;
    display: block;
}
