@media (min-width: 768px) {
	.intro {
		height: 100%;
		padding: 0;
	}
	.intro .intro-body .brand-heading {
		font-size: 100px;
	}
	.intro .intro-body .intro-text {
		font-size: 26px;
	}
}

.btn-circle {
	width: 70px;
	height: 70px;
	margin-top: 15px;
	padding: 7px 16px;
	border: 2px solid white;
	border-radius: 100% !important;
	font-size: 40px;
	color: white;
	background: transparent;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
	outline: none;
	color: white;
	background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-moz-keyframes pulse {
	0% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-moz-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
}
#map {
	width: 100%;
	height: 200px;
	margin-top: 100px;
}
@media (min-width: 767px) {
	#map {
		height: 400px;
		margin-top: 250px;
	}

	.portal-li {
		margin-left: 50px;
	}
}
.btn {
	text-transform: uppercase;
	font-family: "geomanist", sans-serif;
	font-weight: 400;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 0;
}
.btn-default {
	border: 1px solid #42DCA3;
	color: #42DCA3;
	background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
	border: 1px solid #42DCA3;
	outline: none;
	color: black;
	background-color: #42DCA3;
}
ul.banner-social-buttons {
	margin-top: 0;
}

.reina-logo{
    width: 130px;
    margin-top: 7px;
}

footer {
  	padding: 50px 0;
}
footer p {
  	margin: 0;
}
::-moz-selection {
	text-shadow: none;
	background: #fcfcfc;
	background: rgba(255, 255, 255, 0.2);
}
::selection {
	text-shadow: none;
	background: #fcfcfc;
	background: rgba(255, 255, 255, 0.2);
}
img::selection {
  	background: transparent;
}
img::-moz-selection {
  	background: transparent;
}
body {
  	webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1199px) {
	ul.banner-social-buttons {
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }

    .reina-logo {
        width: 130px;
        margin-top: -10px;
        height: 46px;
    }
}

@media (max-width: 480px) {
    .contact-info-home h3, #cnts-nopd h3 {
        font-size: 26px;
    }
    .intro .intro-body .brand-heading {
        font-size: 85px;
    }
    .aboutus-section .container{
        margin: 103px 0px 64px 10px;
    }
    .download-section .container{
        margin: 52px 32px 0px 40px;
    }
    .contactus-section .container{
        margin: 71px 0px 0px 0px;
    }
	.intro .intro-body .brand-heading {
		font-size: 50px;
	}
}

@media (min-width: 480px) and (max-width: 991px) {
    .intro .intro-body .brand-heading {
        font-size: 85px;
    }
    .aboutus-section .container{
		margin: 11% 8% 8% 8%;
		text-align: center;
		width: auto;
		max-width: inherit;
    }
    .download-section .container{
        margin: 0px 0px 0px 7px;
    }
    .contactus-section .container{
		margin: 10% 10% 10% 10%;
		max-width: inherit;
		width: auto;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .intro .intro-body .brand-heading {
        font-size: 85px;
    }
    .aboutus-section .container{
        margin: 189px 100px 185px 100px;
    }
    .download-section .container{
        margin: 82px 0px 0px 90px;
    }
    .contactus-section .container{
        margin: 57px 0px 0px 110px;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .intro .intro-body .brand-heading {
        font-size: 85px;
    }
    .aboutus-section .container{
        margin: 189px 100px 185px 100px;
    }
    .download-section .container{
        margin: 82px 0px 0px 85px;
    }
    .contactus-section .container{
        margin: 65px 0px 15px 112px;
    }
}

@media (min-width: 1366px) and (max-width: 1454px) {
    .intro .intro-body .brand-heading {
        font-size: 85px;
    }
    .aboutus-section .container{
        margin: 189px 100px 185px 113px;
    }
    .download-section .container{
        margin: 83px 0px 0px 106px;
    }
    .contactus-section .container{
        margin: 81px 0px 0px 121px;
    }
}

@media (min-width: 1454px) and (max-width: 1700px) {
    .aboutus-section .container{
        margin: 189px 100px 185px 100px;
    }
    .download-section .container{
        margin: 82px 0px -4px 95px;
    }
    .contactus-section .container{
        margin: 130px 0px 47px 115px;
    }
}

@media (min-width: 1700px) and (max-width: 2000px) {
    .aboutus-section .container{
        margin: 189px 100px 185px 100px;
    }
    .download-section .container{
        margin: 87px 0px 30px 105px;
    }
    .contactus-section .container{
        margin: 130px 0px 81px 143px;
    }
}

.navbar-nav > li > a{
    line-height: 11px;
    margin: 32px 0px 32px 0px;
}

.menu-editor-text p {
	margin: 0;
	line-height: inherit;
}
