/* @override
	http://scfreamunde/css/style.css */

body{
	margin: 0;
	padding: 0;
	font-family: 'BenchNine', sans-serif;
}
li{
	list-style: none;
}
a{
	cursor: pointer;
}
a:hover, a:visited, a{
	text-decoration: none;
}
h1, h2{
	text-transform: uppercase;
	font-weight: bold;
}
h3.uppercase {
	text-transform: uppercase;
}
h3.bold_number {
	text-transform: uppercase;
	font-weight: bold;

}

p.capitalize {
	text-transform: capitalize;
}

.g-recaptcha div { margin-left: auto; margin-right: auto;}

/**
* Complexo page
**/
.complexo a{
	border: none;
	padding: 0;
	margin: 0;
}

.complexo a:focus, a:visited, a:after, a:active{
	border: none;
	outline: none;
	text-decoration: none;
}

.complexo .person{
	width: 90%;
	margin: 0 auto 10%;
}

.complexo img {
	width: 100%;
}


@media (max-width: 991px) {
	.person-equipaTecnica{
		width: 90%;
	}

	.person-detail-equipaTecnica{
		width: 90%;
		margin-bottom: 10%;
	}
}

/**
* End Complexo page
**/

/**
* HISTORIA PAGE
**/
.historia p{
	font-size: 18px;
}

/**
* END HISTORIA PAGE
**/

/**
* EquipaTecnica page
**/
.equipaTecnica .img-responsive,.equipaTecnica .thumbnail > img,.equipaTecnica .thumbnail a > img
{
	width:100%;
}

.equipaTecnica a{
	border: none;
	padding: 0;
	margin: 0;
}

.equipaTecnica a:focus, a:visited, a:after, a:active{
	border: none;
	outline: none;
	text-decoration: none;
}

.person-equipaTecnica{
	width: 60%;
	margin: 0 auto;
}

.equipa-tecnica img {
	width: 100%;
}

.person-detail-equipaTecnica {
	padding:10px;
	background: #e5ca92;
	position: relative;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 15%;
	height: 30%;
}

.person-detail-equipaTecnica h3{
	font-size: 30px;
	color: #fff;
	margin: 2%
}

.person-detail-equipaTecnica p{
	font-size: 13px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	margin-left: 2%;
	margin-top: 4%;
}
.single-member:hover .person-detail-equipaTecnica{
	background: #1c4583;
}
@media (max-width: 991px) {
	.person-equipaTecnica{
		width: 90%;
	}

	.person-detail-equipaTecnica{
		width: 90%;
		margin-bottom: 10%;
	}
}


/**
* End EquipaTecnica page
**/

/**
* error page
**/
.error-number {
	font-size: 50px;
	line-height: 50px;
	margin: 20px 0;
}
/**
* End error page
**/


/**
* nav bar dropdown
**/
.navbar-right .dropdown-menu {
	left: 0;
	right: auto;
}



.dropdown-menu {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	display: none;
	float: left;
	font-size: 1.5em;
	left: 0;
	list-style: outside none none;
	margin: 2px 0 0;
	min-width: 125px;
	padding: 5px 0;
	position: absolute;
	text-align: left;
	top: 100%;
	z-index: 1000;
}

@media screen and (min-width: 769px){
	.dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0; // remove the gap so it doesn't close
	}
	.dropdown-menu ul li:hover
	{
		background-color: #fff;
	}
	#iconNavBar{display:none}

}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.dropdown-menu > li {
		float: none;
	}
	.dropdown-menu {
		float: none;
	}
	.dropdown.dropdown-menu {
		clear: both;
		float: left;
		margin: 0 0 0 -15px;
		width: 100%;
	}
	#iconNavBar{
		display:inline-block;
		padding-left: 7px;
	}
}

/**
* END nav bar dropdown
**/

/* MODAL */

.modal-body .form-horizontal .col-sm-2,
.modal-body .form-horizontal .col-sm-10 {
	width: 100%;
}

.modal-body .form-horizontal .col-sm-offset-2 {
	margin-left: 15px;

}
.modal-body .form-horizontal .control-label{
	text-align: left;
}

.modal-body{
	max-width: 100%;
	overflow: hidden;
}
.modal {
	text-align: center;
	padding: 0!important;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.modal-body .form-horizontal .container{
	max-width: 100%;
}

.form-group .g-recaptcha{
	padding-left: 15px;
	padding-right: 15px;
}

.modal-footer{
	text-align: center;
}

@media (min-width: 480px) and (max-width: 768px) {
	.modal-dialog {
		width: 95%;
		max-height: 95%;
		display: inline-block;
	}

	.modal:before {
		height: 100%;
		vertical-align: top;

	}
}



/* ---- END MODAL ---*/


/* ----- MODAL CREDITACAO ---- */
.creditacao .modal-dialog {
	display: inline-flex;
}

.creditacao .modal-content{
	border-radius: 0px;
	height: 100%;

	margin: auto;
}

.creditacao .modal-body{
	padding:0px;
	max-height:100%;
}

/* ---- END MODAL CREDITACAO -----*/

/* MODAL plantel */


.modal-plantel {
	max-width: 90%; !important;
	width:auto;
	height:100%;
	display: inline-flex;
}

.modal-plantel .modal-content{
	border-radius: 0px;
	height: 95%;
	background-color:  #1c4583;
	margin: auto;
}
.modal-plantel .modal-body{
	padding:0px;
	height:90%;
}

.modal-plantel img{
	height:100%;
	max-width: 100%;
}

.modal-plantel .col-md-12, .col-sm-12, .col-xs-12{
	height: 100%;
	padding:0px;
	text-align:center;
}

.modal-plantel #show-previous-image{
	position: absolute;
	bottom: 50%;
	left: 10px;
}

.modal-plantel #show-next-image{
	position: absolute;
	bottom: 50%;
	right: 10px;
}

.modal-plantel .modal-content i{
	color:white;
	-webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	-moz-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.modal-plantel button {
	z-index: 1000;
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: 1;
}
#legenda-plantel{
	height:10%;
}
#legenda-plantel .row{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#legenda-plantel .row div {
	height: 100%;
	padding: 0;
	margin: auto;
	vertical-align: middle;
}

#legenda-plantel .row div p {
	padding: 0;
	margin: 0;
	max-height: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#image-gallery-playerName, #image-gallery-playerPosition {
	color: white;
	font-size: 1.6em;

}

#image-gallery-playerNumber {
	color: #e5ca92;
	font-size: 3em;
}



/* ---- END MODAL plantel---*/

/* MODAL equipaTecnica */


.modal-equipaTecnica {
	max-width: 90%; !important;
	width:auto;
	height:100%;
	display: inline-flex;
}

.modal-equipaTecnica .modal-content{
	border-radius: 0px;
	height: 95%;
	background-color:  #1c4583;
	margin: auto;
}
.modal-equipaTecnica .modal-body{
	padding:0px;
	height:90%;
}

.modal-equipaTecnica img{
	height:100%;
	max-width: 100%;
}

.modal-equipaTecnica .col-md-12, .col-sm-12, .col-xs-12{
	height: 100%;
	padding:0px;
	text-align:center;
}

.modal-equipaTecnica #show-previous-image{
	position: absolute;
	bottom: 50%;
	left: 10px;
}

.modal-equipaTecnica #show-next-image{
	position: absolute;
	bottom: 50%;
	right: 10px;
}

.modal-equipaTecnica .modal-content i{
	color:white;
	-webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	-moz-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.modal-equipaTecnica button {
	z-index: 1000;
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: 1;
}
#legenda-equipaTecnica{
	height:10%;
}
#legenda-equipaTecnica .row{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#legenda-equipaTecnica .row div {
	height: 100%;
	padding: 0;
	margin: auto;
	vertical-align: middle;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#legenda-equipaTecnica .row p {
	padding: 0;
	margin: 0;
	max-height: 50%;

}

#image-gallery-title {
	color: white;
	font-size: 1.6em;

}

#image-gallery-caption {
	color: #e5ca92;
	font-size: 1.8em;
}



/* ---- END MODAL equipaTecnica---*/

/* MODAL complexo */


.modal-complexo {
	max-height: 90%; !important;
	max-width:100%;
	height:auto;
	display: inline-flex;
	vertical-align: middle;
}

.modal-complexo .modal-content{
	border-radius: 0px;
	width: 95%;
	background-color:  #1c4583;
	margin: auto;
}
.modal-complexo .modal-body{
	padding:0px;
	height:100%;
}

.modal-complexo img{
	width:100%;
	max-height: 100%;
}

.modal-complexo .col-md-12, .col-sm-12, .col-xs-12{
	width: 100%;
	padding:0px;
	text-align:center;
}

.modal-complexo #show-previous-image{
	position: absolute;
	bottom: 50%;
	left: 10px;
}

.modal-complexo #show-next-image{
	position: absolute;
	bottom: 50%;
	right: 10px;
}

.modal-complexo .modal-content i{
	color:white;
	-webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	-moz-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.modal-complexo button {
	z-index: 1000;
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: 1;
}

/* ---- END MODAL complexo---*/

/*header area*/

.top-header{
	background-color: #fff !important;
	position: fixed;
	width: 100%;
	z-index: 99999;
}
.header-backup{
	width: 20px;
	height: 119px;
	background: transparent;
	margin:auto;
}
.top-header img.logo{
	margin-bottom: 0px;
	margin-top: 0px;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.nav-bar{
	margin-top: 33px;
}
.navbar-toggle span{
	color: #fff;
}

ul.nav{
	margin: 0;
	padding: 0;

}
.navbar-default .navbar-nav>li>a {
	font-size: 20px;
	color: #737373;
	text-transform: uppercase;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	padding: 14px 15px;
	font-weight: bold;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #1c4583;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #000;
}
li a.active{
	color: #1c4583 !important;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
	margin-top: 4px;
}

/*slider area*/
.slider-row{
	margin: 0;
	padding: 0;
}
.slider-wrapper{
	margin: 0;
	padding: 0 !important;
	background: #000 !important;
}

.carousel-caption h1{
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
	overflow: hidden;
	max-width:100%;
	text-overflow: ellipsis;

}
.carousel-caption p{
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
	width: 450px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.carousel-caption button{
	width: 240px;
	height: 60px;
	background: #1c4583;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	border:0;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.carousel-caption button:hover{
	background: #e5ca92;
}
.carousel-control{
	width: 5%;
	text-align: center;

}
.carousel-inner{
	background: darkblue;
}

.slider-size {
	width:100%;
	max-height: 800px; /* This is your slider height */
	overflow: hidden;
}

.slider-size img {
	margin: 0 auto;
}

.carousel {
	width:100%;
	margin:0 auto; /* center your carousel if other than 100% */
}

.carousel-caption {
	position: absolute;
	text-align: left;
	left: 12%;
	line-height: 1;
	top: 80%;
	margin-top: -100px;
	right: 10%;
	max-width: 100%;

	z-index:2;
}

.carousel-control .fa-angle-left{
	text-align: center;
	position: absolute;
	font-size: 50px;
	vertical-align: middle;
	color: whitesmoke;
	padding: 0;
	margin:0 ;
	bottom:35.5%;
	left: 50%;
}

.carousel-control .fa-angle-right {
	text-align: center;
	position: absolute;
	font-size: 50px;
	vertical-align: middle;
	color: whitesmoke;
	padding: 0;
	margin: 0 ;
	bottom: 35.5%;
	right:50%;
}
/**
*	JOGOS/RESULTADOS PAGE
**/
div.detailsJogos {
	max-width: 700px;
	background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	text-transform: uppercase;
	margin: auto;

}

.detailsJogos .icon-left, .detailsJogos .icon-right{
	margin: auto;
}

.result{
	margin: 5%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #1c4583;
	font-size: 60px;
	color: #fff;
	padding: 10px 0;
	display: block;
	width: 100px;
	height: 100px;
	margin: auto;
}


/**
*	END JOGOS/RESULTADOS PAGE
**/




/**
*	Social Buttons
**/
.social {
	position: fixed;
	right: 20px;
	box-sizing: unset;
	z-index: 99999999;
	bottom: 5%;
}

.social ul {
	padding: 0px;
	-webkit-transform: translate(130px, 0);
	-moz-transform: translate(130px, 0);
	-ms-transform: translate(130px, 0);
	-o-transform: translate(130px, 0);
	transform: translate(130px, 0);
	box-sizing: unset;
}

.social ul li {
	display: block;
	margin: 5px;
	background: rgba(0, 0, 0, 0.36);
	text-align: left;
	padding: 10px;
	-webkit-border-radius: 30px 0 30px 0;
	-moz-border-radius: 30px 0 0 30px;
	border-radius: 30px 0 0 30px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 30px;
}

.social ul li a {
	color: #fff;
	text-decoration: none;
}

.social ul li:hover {
	-webkit-transform: translate(-100px, 0);
	-moz-transform: translate(-100px, 0);
	-ms-transform: translate(-100px, 0);
	-o-transform: translate(-100px, 0);
	transform: translate(-100px,0);

	opacity: 0.8;
}

.social ul li:hover i {
	color: #fff;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;

}
.social ul li i {
	margin-right: 10px;
	color: #000;
	padding: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 20px;
	background: #ffffff;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	box-sizing: unset;
}
#facebook {
	background: #3b5998;
}

#facebook a i {
	color: #3b5998;
}

#vimeo {
	background: #00ADEF;
}

#vimeo a i {
	color: #00ADEF;
}

#instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #ffdc80, #fcaf45, #f77737, #f56040, #fd1d1d, #e1306c, #c13584, #833ab4, #5851db, #405de6);
	background: -webkit-linear-gradient(45deg, #ffdc80, #fcaf45, #f77737, #f56040, #fd1d1d, #e1306c, #c13584, #833ab4, #5851db, #405de6);
	background: -o-linear-gradient(45deg, #ffdc80, #fcaf45, #f77737, #f56040, #fd1d1d, #e1306c, #c13584, #833ab4, #5851db, #405de6);
	background: linear-gradient(45deg, #ffdc80, #fcaf45, #f77737, #f56040, #fd1d1d, #e1306c, #c13584, #833ab4, #5851db, #405de6);
}

#instagram a i {
	color:  #e6683c;
}

#google-plus {
	background: #dd4b39;


}

#google-plus a i {
	color: #dd4b39;
}

#twitter {
	background: #00aced;

}

#twitter a i {
	color: #00aced;
}

#youtube {
	background: #e52d27; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #e52d27 , #b31217); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #e52d27, #b31217); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #e52d27, #b31217); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #e52d27 , #b31217); /* Standard syntax */

}

#youtube a i {
	color: #e52d27; /* For browsers that do not support gradients */
}

/**
*	END Social Buttons
**/

/*about area*/
.about h2{
	font-size: 90px;
	color: #1c4583;
	margin-top: 50px;
}
.about h4{
	font-size: 24px;
	color: #737373;
	margin-bottom: 45px;
}
.about-img img{
	width: 100%;
}
.single-about-detail{
	position: relative;
}
.pentagon-text h1{
	font-size: 60px;
	color: #383838;
	margin-top: 0;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	position: absolute;
	left: 15%;
	width: 50px;
	top: -6%;
}
.pentagon-text {
	width: 70px;
	height: 52px;
	background: #fff;
	position: relative;
	top: -30px;
	left: 43%;
}

.pentagon-image {
	position: relative;
	margin-top: -60px;
}

.pentagon-image img{
	height: 80px;
}

.pentagon-text:before {
	content: "";
	position: absolute;
	top: -15px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 34px solid transparent;
	border-right: 35px solid transparent;
	border-bottom: 15px solid #fff;
}
.pentagon-text:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 0;
	height: 0px;
	border-left: 36px solid transparent;
	border-right: 34px solid transparent;
	border-top: 15px solid #fff;
}
.about-details{
	background: #1c4583;
	border-top: 2px solid #fff;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	height: 230px;
}
.about-details h3{
	font-size: 36px;
	color: #fff;
	margin-top: 0;
}
.about-details p{
	font-size: 13px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding: 0 25px;
	padding-bottom: 30px;
}
.single-about-detail:hover .about-details{
	background: #e5ca92;
}
.single-about-detail:hover .pentagon-text h1{
	color: #e5ca92;
}

/*service area*/
.service{
	background: url(../img/pattern.jpg);
	background-repeat: repeat-y;
	margin-top: 40px;
}
.service h2{
	font-size: 90px;
	color: #fff;
	margin-top: 70px;
	margin-bottom: 0;
}
.service h4{
	font-size: 24px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 70px;
	display: block;
}
.single-service-img {
	width: 205px;
	height: 125px;
	background: #fff;
	position: relative;
	left: 50%;
	margin-left: -100px;
}
.single-service-img:before {
	content: "";
	position: absolute;
	top: -42px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 102px solid transparent;
	border-right: 104px solid transparent;
	border-bottom: 42px solid #fff;
}
.single-service-img:after {
	content: "";
	position: absolute;
	bottom: -42px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 102px solid transparent;
	border-right: 102px solid transparent;
	border-top: 42px solid #fff;
	z-index: 10;
}
.service-img {
	width: 200px;
	height: 123px;
	background: #e5ca92;
	position: relative;
	top: 1px;
	left: 2px;
}
.service-img:before {
	content: "";
	position: absolute;
	top: -40px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 40px solid #e5ca92;
}
.service-img:after {
	content: "";
	position: absolute;
	bottom: -39px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 40px solid #e5ca92;
	z-index: 999;
}
.single-service h3{
	margin-top: 60px;
	color: #fff;
	padding-bottom: 90px;
}
.service-img img.heart{
	left: 20%;
	top: 18%;
}
.service-img img.brain{
	left: 26%;
	top: 11%;
}
.service-img img.knee{
	left: 38%;
}
.service-img img.bone{
	left: 25%;
	top: 14%;
}
.service-img img{
	position: absolute;
}

/*team section*/
.team{
	padding-bottom: 60px;
}
.team h2{
	font-size: 90px;
	color: #1c4583;
	margin-top: 50px;
	margin-bottom: 0;
}
.team h4{
	font-size: 24px;
	color: #737373;
	margin-top: 0;
	margin-bottom: 45px;
}
.single-member{
	margin: 0;
	padding: 0;

}

.thumbnail{
	border:none;
	display: inline;
}


.plantel a {
	border: none;
	padding: 0;
	margin: 0;

}
.plantel a:focus, a:visited, a:after, a:active{
	border: none;
	outline: none;
	text-decoration: none;
}



.person {
	width: 90%;
	margin: 0 auto;



}
.person img{
	width: 100%;
}
.person-detail{

	padding:10px;
	background: #e5ca92;
	position: relative;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10%;
	height: 25%;
}
.arrow-top{
	position: absolute;
	width: 20px;
	height: 20px;
	background: #e5ca92;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	bottom: -10px;
	left: 46%;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.arrow-bottom{
	position: absolute;
	width: 20px;
	height: 20px;
	background: #e5ca92;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	top: -9px;
	left: 46%;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.person-detail h3{
	font-size: 30px;
	color: #fff;
	margin: 2%
}
.person-detail p{
	font-size: 13px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	margin-left: 2%;
	margin-top: 4%;
}
.single-member:hover .person-detail{
	background: #1c4583;
}
.single-member:hover .arrow-top{
	background: #1c4583;
}
.single-member:hover .arrow-bottom{
	background: #1c4583;
}

/*contact section*/
.contact-caption{
	background: #1c4583;
}
.contact-heading h2{
	color: #fff;
	font-size: 90px;
}
.contact-info{
	padding-left: 60px;
}
.contact-info h3{
	padding-left: 0;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #13849c;
	padding-bottom: 12px;
	margin-bottom: 0;
}
.contact-form h3{
	padding-left: 0;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #13849c;
	padding-bottom: 12px;
	margin-bottom: 0;
}
.contact-info ul{
	margin: 0;
	padding: 0;
}
.contact-info ul li{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
}
.contact-info i.fa{
	font-size: 16px;
	padding-right: 12px;
	width: 25px;
	height: 13px;
}
.contact-info ul li span{
	font-weight: bold;
}
.contact-form input{
	width: 100%;
	height: 40px;
	background: #fff;
	font-size: 13px;
	color: #084a5c;
	font-family: 'Open Sans', sans-serif;
	padding: 12px;
	border:0;
	margin-bottom: 12px;
}
.contact-form textarea{
	font-family: 'Open Sans', sans-serif;
	padding:12px;
	width: 100%;
	height: 140px;
	border:0;
	margin-bottom: 12px;
}
.info-detail{
	border-top: 1px solid #e5ca92;
	padding-top: 15px;
}
.form{
	border-top: 1px solid #e5ca92;
	padding-top: 15px;
	text-align: right;
}
.contact-form input.submit-btn{
	width: 180px;
	height: 50px;
	float: right;
	font-size: 24px;
	color: #fff;
	background: #e5ca92;
	background-repeat: no-repeat;
	padding: 0;
	font-family: 'BenchNine', sans-serif;
	font-weight: bold;
}
.contact-form{
	padding-right: 60px;
}
.contactos-page{
	width:100%;
}
.contactos-page a{
	color: #fff;
}

.contactos-page a:hover{
	color: #fff;
	text-decoration: underline;
}

/*gmap*/
#map{

}
.map{
	position: relative;
	overflow: hidden;
}
.contact{
	position: absolute;
	width: 100%;
	left: 0;
	background: rgba(0, 0, 0, 0.51);
}
.contact-caption{

}

/*footer*/

#service{
	background-color: #FFF;
}

.contact{
	background-position: center center;
}

.footer-para{
	margin: 0;
	padding: 0;
}
.footer p{
	font-size: 12px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 25px 0;
}
.footer a i.fa{
	font-size: 24px;
	color: #b1b1b1;
	padding: 22px 10px;
}
.footer a i.fa:hover{
	color: #1c4583;
}

ul.footer-social {
	padding: 0px;
	margin-top: 130px;
}

ul.footer-social li {
	display: inline-block;
	text-align: left;
	font-size: 30px;
}

ul.footer-social li a {
	text-decoration: none;
}


ul.footer-social li i.fa {
	color: #2E3032;
	padding: 10px;
	width: 40px;
	height: 40px;
	font-size: 30px;
	box-sizing: unset;
}

ul.footer-social li i.fa:hover {
	color: #ffffff;
}

.carousel-inner{
	position: relative;
}

/*======================css for carousel=========================*/
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 10;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
	opacity: 1;
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-fade .carousel-inner > .item.next,
	.carousel-fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.prev,
	.carousel-fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.next.left,
	.carousel-fade .carousel-inner > .item.prev.right,
	.carousel-fade .carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.col-xs-6{
	padding-bottom: 15px;
}

.col-xxs-12 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

/******************************
responsive area
********************************/
/*lg*/
@media (min-width: 1200px){
	.modal-complexo .modal-body {
		height: 100%;
		width:auto;
	}


}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-default .navbar-nav>li>a {
		font-size: 18px;
		padding: 14px 12px;
	}

	.carousel-caption h1 {
		font-size: 50px;
	}
	.carousel-caption p {
		font-size: 32px;
		width: 450px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.carousel-caption button {
		width: 215px;
		height: 55px;
		font-size: 26px;
	}
	h2 {
		font-size: 75px !important;
	}
	h4 {
		font-size: 22px !important;
	}
	.person-detail h3 {
		font-size: 26px;
	}
	.person-detail p {
		font-size: 12px;
	}

	.carousel-control .fa-angle-left{
		font-size: 50px;
	}
	.carousel-control .fa-angle-right{
		font-size: 50px;

	}

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	.top-header{
		transition: top 0.5s ease-in-out;

	}

	.nav-up {
		top: -87px;
	}

	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
		padding: 10px 8px;
	}
	.sponsors{

	}
	.carousel-caption{
		left: 7%;
	}

	.carousel-caption h1 {
		font-size: 50px;
	}
	.carousel-caption p {
		font-size: 28px;
		width: 450px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.carousel-caption button {
		width: 180px;
		height: 50px;
		color: #fff;
		font-size: 22px;
	}
	h2 {
		font-size: 70px !important;
	}
	h4 {
		font-size: 18px !important;
	}
	#map{
		height: 1050px;
	}
	.contact{
		height: 1050px;
	}
	.contact-caption {
		margin-top: 110px;
	}

	.carousel-control .fa-angle-left{
		font-size: 40px;
	}
	.carousel-control .fa-angle-right{
		font-size: 40px;

	}

	.person-detail h3 {
		font-size: 1.8em;
	}
	.social{
		display: none;
	}

}

/* xs */
@media (min-width: 480px) and (max-width: 767px) {

	.top-header{
		transition: top 0.5s ease-in-out;
	}

	.nav-up {
		top: -87px;
	}

	.header-logo img{
		margin-top: 20px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 20px;
	}
	.carousel-caption{
		left: 8%;
	}

	.carousel-caption h1 {
		font-size: 40px;
	}
	.carousel-caption p {
		font-size: 30px;
		width: 450px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.carousel-caption button {
		width: 160px;
		height: 40px;
		font-size: 20px;
	}
	#map{
		height: 1120px;
	}
	.contact{
		height: 1120px;
		margin-top: -1120px;
	}
	h2 {
		font-size: 70px !important;
	}
	h4{
		font-size: 21px !important;
	}
	.contact-info ul {
		margin-left: 4px;
	}
	.contact-info i.fa {
		width: 25px;
	}
	.contact-caption {
		margin-top: 140px;
	}
	.person-detail h3 {
		font-size: 2em;
	}

	.carousel-control .fa-angle-left{
		font-size: 40px;
		bottom: 30%;
	}
	.carousel-control .fa-angle-right{
		font-size: 40px;
		bottom: 30%;
	}
	.modal-plantel .modal-body {
		height: 85%;
	}
	#legenda-plantel{
		height:15%;
	}
	#image-gallery-playerName, #image-gallery-playerPosition {

		font-size: 1em;

	}

	#image-gallery-playerNumber {

		font-size: 2em;
	}

	.modal-equipaTecnica .modal-body {
		height: 85%;
	}
	#legenda-equipaTecnica{
		height:15%;
	}
	#image-gallery-title, #image-gallery-caption {

		font-size: 1.2em;

	}

	.social{
		display: none;
	}

}



/* XS Portrait */
@media (max-width: 479px) {

	.top-header{
		transition: top 0.5s ease-in-out;
	}

	.nav-up {
		top: -87px;
	}

	.top-header img.logo {
		margin: 0px 0px 0px 0px;
	}
	.header-logo{
		margin-top: 0px !important;
	}
	.navbar-default .navbar-toggle {
		border-color: #fff;
		margin-top: 5px;
		float: right;
		margin-right: 0;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
		text-align: left;
	}
	.header-backup{
		height: 80px;
	}
	.carousel-caption {
		top:90%;
		left: 6%;
	}
	.carousel-caption h1 {
		font-size: 30px;
	}
	.carousel-caption p {
		font-size: 20px;
		width: 450px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.carousel-caption button {
		width: 90px;
		height: 23px;
		font-size: 16px;
	}

	.about h2 {
		font-size: 50px;
		color: #1c4583;
		margin-top: 30px;
	}
	.service h2 {
		font-size: 50px;
		margin-top: 40px;
	}
	.team h2 {
		font-size: 50px;
		margin-top: 40px;
	}
	h4 {
		font-size: 18px !important;
	}
	.contact-caption{
		margin-top: 38%;
	}
	#map{
		height: 950px;
	}
	.contact{
		height: 950px;
		margin-top: -950px;
	}
	.contact-heading h2 {
		font-size: 50px;
		text-align: left;
		margin-left: 15px;
	}
	.contact-info h3 {
		margin-left: 8px;
		font-size: 25px;
		padding-bottom: 8px;
	}
	.info-detail {
		margin-left: 8px;
	}
	.contact-info ul li {
		font-size: 10px;
	}
	.contact-info i.fa {
		font-size: 13px;
		width: 20px;
		height: 18px;
	}
	.contact-info, .contact-form{
		padding: 10px;
	}
	.contact-form h3 {
		font-size: 25px;
		padding-bottom: 8px;
		margin-bottom: 0;
		margin-right: 0px;
	}
	.footer a i.fa {
		font-size: 18px;
		padding: 25px 7px;
	}
	.footer p {
		font-size: 10px;
	}

	.about-details{
		height: auto;
	}

	.person-detail h3 {
		font-size: 1.3em;
	}

	img.logo {
		padding-top: 18px;
	}

	.carousel-inner{
		margin-top: 20px;
	}

	.carousel-control .fa-angle-left{
		font-size: 30px;
		bottom: 22.5%;
	}
	.carousel-control .fa-angle-right{
		font-size: 30px;
		bottom: 22.5%;

	}

	.person-detail-equipaTecnica h3{
		font-size: 25px;
	}

	.person-detail-equipaTecnica p{
		font-size: 11px;
	}

	.social{
		display: none;
	}

	.col-xxs-12{
		width: 100%;
	}
}
