/* @license
 * Copyright © 2013-2014, Pingalo, Inc.  All rights reserved.
 * This work is confidential, commercial and trade secret proprietary. Do not copy. Do not remove these markings.
 *
 * NOTWITHSTANDING ANYTHING TO THE CONTRARY THIS SOFTWARE IS "AS IS".  YOU ASSUME ALL RISK FROM ANY USE.
 * ANY AND ALL EXPRESS OR IMPLIED WARRANTIES,INCLUDING, BUT NOT LIMITED TO,
 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
 * IN NO EVENT SHALL THE MANUFACTURER, COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
 * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 *
 * NO LICENSE IS GRANTED TO THIS SOFTWARE WITHOUT A PRIOR EXPRESS WRITTEN AGREEMENT FROM Pingalo, Inc.
 * OR IT'S ASSIGNS. IF YOUR ORGANIZATION HAS A CURRENT PAID MAINTENANCE AGREEMENT, PLEASE SEE THAT AGREEMENT.
 *
 * RESTRICTED RIGHTS LEGEND. Any Software whose possession or use is authorized or permitted for any use
 * on or behalf of the United States of America, its agencies and/or instrumentalities ("U.S. Government"),
 * is provided with Restricted Rights. Use, duplication, or disclosure by the U.S. Government
 * is subject to restrictions as set forth in subparagraph (c)(1)(ii) of the Rights in Technical Data
 * and Computer Software clause at DFARS 252.227-7013 or subparagraphs (c)(1) and (2) of the
 * Commercial Computer Software - Restricted Rights at 48 CFR 52.227-19, as applicable.
 * Manufacturer is Pingalo, Inc. http://www.pingalo.com. Pingalo, Inc. asserts Restricted Rights
 * to the maximum extent permitted by law for any distribution to any other unit of government including any State,
 * Territory, Province or subunit thereof. If you have a contract vehicle in place and a need to discuss,
 * the manufacturer welcomes your call.
 *
 * Any use of this software is subject to Pingalo Inc.'s current Terms of Use, Privacy Policy and Cookie Policy
 * Without limiting the foregoing, these policies, as posted on http://www.pingalo.com, are hereby incorporated
 * in full as if set forth herein.
 */

/*  global font
html * {
	font-family: proxima-nova, sans-serif;
}
*/

html {
	overflow: auto;
}

body {
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	color: #25272B;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

::selection {
	background: #4d90fe;
	color:#fff;
}

::-moz-selection {
	background: #4d90fe;
	color:#fff;
}

/* ==== Spacing ==== */

.margin25 {
	margin-top: 25%;
}

.margin15 {
    margin-top: 15%;
}

.margin5 {
    margin-top: 5%;
}



.divide {
	margin-top: 5%;
	margin-bottom: 5%;
}

.divider {
	border-bottom: 1px dashed #dfe1e3;
}

/* ==== Typography ==== */

h1 {
	font-size: 56px;
	text-align: center;
	margin-bottom: 35px;
	line-height: 1;
	letter-spacing: -3px;
}

@media (max-width: 767px) {
	h1 {
		font-size: 32px;
	}
}

p {
	margin-bottom: 35px;
}

p.center {
	text-align: center;
}

h4 {
	font-size: 13px;
	font-weight: 100;
	color: #949598;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	margin: 35px 0;
}

#footer h5 {
	border-bottom: 1px solid #dfe1e3;
	padding-bottom: 15px;
	margin-top: 15px;
}

a {
	font-size: 14px;
	color: #25272B;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

a:hover {
	color: #949598;
	text-decoration: none;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

#strengthi {
	font-size: 170px;
	color: #bbbdc0;
	line-height: 1.2 !important;
}

textarea:focus, input:focus, a:focus, *:focus {
	outline: none;
}

.navbar .nav .active a, .navbar .nav .active a:hover, .navbar .nav .active a:focus {
	background-color: transparent !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

/* ==== Intro ==== */

#intro {
	background: #fff;
	padding-right: 20px;
	padding-left: 20px;
	min-height: 460px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzVlNWY2MCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYmJkYzAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(94,95,96,0) 50%, rgba(187,189,192,0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(94,95,96,0)), color-stop(100%,rgba(187,189,192,0.1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(94,95,96,0) 50%,rgba(187,189,192,0.1) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(94,95,96,0) 50%,rgba(187,189,192,0.1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(94,95,96,0) 50%,rgba(187,189,192,0.1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(94,95,96,0) 50%,rgba(187,189,192,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1abbbdc0',GradientType=0 );
}

#intro h2 {
	font-size: 56px;
	text-align: center;
	font-weight: 700;
	color: #bbbdc0;
	letter-spacing: -3px;
	line-height: 1;
}

@media (max-width: 570px) {
	#intro h2 {
		font-size: 42px;
		color: #bbbdc0;
		letter-spacing: -1px;
		padding-top: 25%;
	}
}

/* ==== Page Header ==== */

h1.header {
	font-size: 90px;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	text-align: center;
	line-height: 1;
	margin-bottom: 15px;
	letter-spacing: -2px;
}

@media (max-width: 767px) {
	h1.header {
		font-size: 42px;
	}
}

p.header {
	font-size: 26px;
	color: #fff;
	font-weight: 100;
	text-align: center;
	line-height: 1;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
	p.header {
		font-size: 18px;
	}
}

/* ==== Section Headers ==== */

#strength-top-desktop {
	background: #fff url(../img/strength_bg.jpg) fixed no-repeat center;
	background-size: cover;
}

#strength-top-mobile {
	background: #fff url(../img/strength_bg.jpg) no-repeat center;
}

#action-top-desktop {
	background: #fff url(../img/action_bg.jpg) fixed no-repeat center;
	background-size: cover;
}

#action-top-mobile {
	background: #fff url(../img/action_bg.jpg) no-repeat center;
}

#gallery-top-desktop {
	background: #fff url(../img/gallery_bg.jpg) fixed no-repeat center;
	background-size: cover;
}

#gallery-top-mobile {
	background: #fff url(../img/gallery_bg.jpg) no-repeat center;
}

#team-top-desktop {
	background: #fff url(../img/team_bg.jpg) fixed no-repeat center;
	background-size: cover;
}

#team-top-mobile {
	background: #fff url(../img/team_bg.jpg) no-repeat center;
}

#contact-top-desktop {
	background: #fff url(../img/contact_bg.jpg) no-repeat center;
	background-size: cover;
}

#contact-top-mobile {
	background: #fff url(../img/contact_bg.jpg) no-repeat center;
}

#strength-top-desktop,
#action-top-desktop,
/* #gallery-top-desktop, */
/* #team-top-desktop,   */
#contact-top-desktop,
#strength-top-mobile,
#action-top-mobile,
/* #gallery-top-mobile, */
/* #team-top-mobile,   */
#contact-top-mobile {
	padding: 75px 0;
}

@media (max-width: 1024px) {
	#strength-top-desktop,
	#action-top-desktop,
	/* #gallery-top-desktop, */
   /* #team-top-desktop,     */
	#contact-top-desktop {
		background-size: auto;
	}
}

/* ==== Sections ==== */

#strength,
#action,
/* #gallery, */
#contact  {
	padding-right: 20px;
	padding-left: 20px;
	background: #fff;
}

#team  {
	padding-right: 20px;
	padding-left: 20px;
	background: #f4f5f6;
}

#hint1  {
	padding-right: 20px;
	padding-left: 20px;
	background: #4d90fe;
	padding: 15px;
	text-align: center;
}

#hint2  {
	padding-right: 20px;
	padding-left: 20px;
	background: #4d90fe;
	padding: 15px;
	text-align: center;
}

#hint3  {
	padding-right: 20px;
	padding-left: 20px;
	background: #4d90fe;
	padding: 15px;
	text-align: center;
}

#hint1 a, #hint2 a, #hint3  a {
	color: #fff;
}

/* ==== Contact ==== */

input[type="text"], select, textarea {
	border: 1px solid #EEE;
	background: #f4f5f6;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

#address {
	text-align: center;
}

.honeypot {
	display: none;
}

.message {
	display: none;
}

.alert {
    padding: 5px 15px 5px 15px;
	margin: 8px 0 0 0;
}

/* ==== Footer ==== */

#footer {
	padding-right: 20px;
	padding-left: 20px;
	background-color: #eeeff2;
	border-top: 1px solid #e9ebed;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}

#footer .span2 {
	border-bottom: 1px solid #dfe1e3;
	padding-bottom: 15px;
}

#footer ul {
	list-style: none;
	margin:0;
}

#footer li {
	padding-bottom: 5px;
	text-align: right;
}

@media (max-width: 767px) {
	#footer li {
		padding-bottom: 5px;
		text-align: center;
	}
}

/* ==== Navigation ==== */

#navigation {
	padding-right: 20px;
	padding-left: 20px;
	background: #fff;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
}

/* fix for small android devices */
@media (max-width: 240px) {
	.navbar .brand {
		margin-left: -12px;
	}
}

.navbar-fixed-top {
	position: fixed;
}

.nav a {
	color: #25272B !important;
}

.nav a:hover {
	color: #bbbdc0 !important;
}

.nav .active a {
	color: #bbbdc0 !important;
}

.navbar .nav .active a, .navbar .nav .active a:hover {
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

.navbar .nav li a {
	text-shadow: none;
	text-align: center;
	padding: 20px 15px 20px 15px;
}

.navbar-inner {
	background: #fff;
	border: none;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}

.navbar-fixed-top .navbar-inner {
	padding: 0;
}

.navbar-fixed-top {
	margin: auto;
}

.navbar .btn-navbar {
	float: right;
	padding: 12px 12px;
	margin: 12px 0;
}

.nav-collapse .nav li a:hover, .nav-collapse .dropdown-menu a:hover {
	background-color: transparent;
}

.nav-collapse .nav li a  {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
}

@media (max-width: 979px) {
	.navbar  {
	padding: 0 20px;
	margin-bottom: 0;
	}
}

@media (max-width: 979px) {
	.nav-collapse .nav li a, .nav-collapse .dropdown-menu a {
	padding: 9px 15px;
	}
}

/* ==== Carousel ==== */

.carousel-control.m-btn {
	position: absolute;
	height: auto;
	width: auto;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.carousel-inner .item img {
	display: inline-block !important;
}

.carousel-inner .item {
	text-align: center !important;
}

@media (max-width: 570px) {
	.carousel-control.left {
		left: 0;
	}
	.carousel-control.right {
		right: 0;
	}
}

.carousel-control {
	background: none;
	border: none;
	opacity: 1;
}

.carousel-control:hover {
	background: none;
	border: none;
	opacity: 1;
}

.carousel.horizontal .next {
	left: 100%;
}

.carousel.horizontal .prev {
	left: -100%;
}

.carousel.horizontal .active.left {
	left: 100%;
}

.carousel.horizontal .active.right {
	left: -100%;
}

.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .active.item {
	opacity: 1;
	filter: alpha(opacity=1);
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.carousel.carousel-fade .carousel-control {
	z-index: 3;
}

.vertical .carousel-inner {
	height: 100%;
}

.carousel.vertical .item {
	-webkit-transition: 0.6s ease-in-out top;
	-moz-transition: 0.6s ease-in-out top;
	-ms-transition: 0.6s ease-in-out top;
	-o-transition: 0.6s ease-in-out top;
	transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
	top: 0;
}

.carousel.vertical .next {
	top: 100%;
}

.carousel.vertical .prev {
	top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
	-webkit-transition: ease-in-out top;
	-moz-transition: ease-in-out top;
	-ms-transition: ease-in-out top;
	-o-transition: ease-in-out top;
	transition: ease-in-out top;
}

.carousel.vertical .active.left {
	top: 100%;
}

.carousel.vertical .active.right {
	top: -100%;
}

.carousel.vertical .item {
	left: 0;
}

.carousel .inactive {
	position: absolute;
	display: block;
	z-index: -1;
}

.carousel .inactive.active {
	position: relative !important;
	z-index: 0;
}

/* ==== Thumbs ==== */

.thumbnail {
	border: 0;
	padding: 0;
	text-align: center;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

.thumbnail h4 {
	color: #4d90fe;
	padding: 20px;
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: -1px;
}

.thumbnail span {
	font-size: 13px;
	color: #bbbdc0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;
}

.thumbnail p {
	padding: 20px;
	margin: 0;
    text-align: justify;
}

/* ==== Team ==== */

#team .thumbnail {
	background-color: #FFFFFF;
	border: 0;
	padding: 0;
	margin-bottom: 35px;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

#team.thumbnail h4 {
	color: #4d90fe;
	padding: 20px;
	margin: 0;
	font-size: 20px;
	font-weight: 300;
	text-transform: none;
	letter-spacing: -1px;
}

#team.thumbnail span {
	font-size: 13px;
	color: #bbbdc0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;
}

#team.thumbnail p {
	padding: 20px;
	margin: 0;
}

/* ====  Footer Social ==== */

#footer .facebook {
	color: #3B5998;
}

#footer .twitter {
	color: #09C;
}

#footer .google {
	color: #dd4b38;
}

#footer .instagram {
	color: #3F729B;
}

#footer .pinterest {
	color: #CB2027;
}

#footer .facebook:hover,
#footer .twitter:hover,
#footer .pinterest:hover,
#footer .instagram:hover,
#footer .google:hover {
	opacity: 0.6;
}

/* ==== Preloader ==== */

#preloader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999;
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../img/preload.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

/* ==== Intro more button ==== */

#more {
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -5px;
}

.delay {
	animation-delay: 2s;
	-moz-animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-o-animation-delay: 2s;
}

.animated {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/* ==== Additional Widget Rules ==== */

/* Warning! Strapslide .slider-container height must be set manually to prevent any issues. */
#strapslide .slider-container{
        height:820px;
}


/* ==== Community Guidelines modal unordered list style ==== */

li.li2 {text-align: justify; font: 14px 'Helvetica Neue'; color: #a6b0b9}
ul.ul1 {list-style-type: square}

/* ==== Borrowing rules used by MM ==== */

.margin-5 {
	margin-bottom: 5%;
}


.btn {
	background: #4d90fe;
	font-size: 14px;
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	border-radius: 0px;
    padding: 5px 15px;
}

.btn:hover {
	background: #4d90fe;
	color: #ffffff;
}

#terms a:hover {
	color: #4d5a63;
}



#terms {
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}

#terms h6 {
    text-align: center;
    font-size: 10pt;
    font-weight: 400;
    padding-bottom: 10px;
}

#terms p {
	color: #4d5a63;
	text-align: justify;
}

#terms a {
	color: #4d90fe;
}



.modal-body p {
	color: #A0AAB4 !important;
	padding: 0;
	text-align: justify;
}

.modal-header h3 {
	font-family: 'quicksand', sans-serif;
	color: #a0aab4;
	font-size: 36px;
	line-height: 48px;
	font-weight: 300;
	letter-spacing: -2px;
}

/* Eileen's tv-set experiment

#tv-set  {
    padding-right: 200px;
    padding-left: 200px;
    background: #abaaa0;
    padding: 20px;
}

/* Eileen's Video Title experiment

#tv-set h4 {
    color: #ffffff;
}  */