/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

@font-face {
	font-family: Vink;
	src: url(VinqueRg.ttf);
}

body{
	display: none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: black;
	font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
	background-image: url('../imagens/fundo1.jpg');
	height:100vh;
}
html, body {
    overscroll-behavior-y: contain; /* impede pull-to-refresh */
    touch-action: pan-y;            /* permite rolagem vertical */
    overflow-y: auto;               /* ativa rolagem vertical */
    height: 100vh;                  /* ocupa toda a altura da tela */
}
input[type="button"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	padding:0 0;
	margin:0 0;
}

h1{
	font-size: 8vh;
}

h2{
	font-size: 6vh;
}

h3{
	font-size: 4vh;
}

h4{
	font-size: 3vh;
}

h5{
	font-size: 2vh;
}

h6{
	font-size: 1.3vh;
	text-align: center;
}


p{
	padding:0 0;
	margin:0 0;
}

ul{
	padding:0 0;
	margin:0 0;	
}

div{
	margin:auto;
	text-align: center;
}
.TextoPreto{
	color: black;
}
.TextoOuro{
	color: gold;
}
.TextoPrata{
	color: silver;
}
.FundoBranco{
	background: white;
}
.FundoLaranja{
	background: #FF9500;
}
.FundoOuro{
	background: gold;
}
.FundoPrata{
	background: silver;
}
.FundoAzul{
	background: #1c61f5;
}
.FundoRosa{
	background: #FF1493;
}
.FundoRoxa{
	background: purple;
}
.FundoVerde{
	background: green;
}
.FundoVermelha{
	background: red;
}

#ResultadoTeste{
    color: gold;
}

.label {
	background: linear-gradient(to bottom, #fff081 30%, #d0a301 100%);
    border-radius: 5px;
    padding: 0.5vh;
    color: black;
	contain: content;
    display: inline-block;
    text-align: center;
    margin: 0.3vh;
    width: 18vh;
    height: 5vh;
    font: normal bold 1.6vh "Vink";
}
/*.label:hover {
	background:linear-gradient(to bottom, #ffffff 30%, silver 100%);
}*/
.label:active {
	position:relative;
	top:5px;
	box-shadow: none;
	background:linear-gradient(to bottom, #ffffff 30%, silver 100%);
}

.label:focus {
	outline: none;
}

.BotãoT1{
	font-size: 1.9vh;
	width: 5vh;
	height: 5vh;
}

.BotãoT2{
	font-size: 1.6vh;
	height: 5vh;
}

.BotãoLongo{
font-size: 1.9vh;
height: 5vh;
width: max-content;
}

.BotãoGrande{
height: 10vh;
font: normal bold 2vh "Vink";
}

.BotãoGrande2{
height: 10vh;
font: normal bold 5vh "Vink";
}

.BAzulPreto{
	background: linear-gradient(to bottom, #4a4aff 30%, blue 100%);
	color: black;
}
.BAzulBranco{
	background: linear-gradient(to bottom, #4a4aff 30%, blue 100%);
	color: white;
}
.BAzulOuro{
	background: linear-gradient(to bottom, #fff081 30%, blue 100%);
	color: gold;
}
.BLaranjaPreto {
    background: linear-gradient(to bottom, #fbb65d 30%, #ff6900 100%);
    color: black;
}
.BPrataOuro{
	background: linear-gradient(to bottom, #fff081 30%, silver 100%);
	color: gold;
}
.BPrataPreto{
	background: linear-gradient(to bottom, #fff081 30%, silver 100%);
	color: black;
}
.BPrataBranco{
	background: linear-gradient(to bottom, #fff081 30%, silver 100%);
	color: white;
}
.BPrataVerde{
	background: linear-gradient(to bottom, #fff081 30%, silver 100%);
	color: green;
}
.BPretoVermelho{
	background: linear-gradient(to bottom, #fff081 30%, black 100%);
	color: red;
}
.BPretoBranco{
	background: linear-gradient(to bottom, #fff081 30%, black 100%);
	color: white;
}
.BPretoVerde{
	background: linear-gradient(to bottom, #fff081 30%, black 100%);
	color: green;
}
.BVerdePreto{
	background: linear-gradient(to bottom, #50ff50 30%, green 100%);
	color: black;
}
.BVerdeBranco{
	background: linear-gradient(to bottom, #50ff50 30%, green 100%);
	color: white;
}
.BVerdeOuro{
	background: linear-gradient(to bottom, #50ff50 30%, green 100%);
	color: gold;
}
.BVermelhoPreto{
	background: linear-gradient(to bottom, #ff6868 30%, red 100%);
	color: black;
}
.BVermelhoBranco{
	background: linear-gradient(to bottom, #ff6868 30%, red 100%);
	color: white;
}

.BOuroPreto{
	background: linear-gradient(to bottom, #fff081 30%, #d0a301 100%);
	color: black;
}

.BOuroBranco{
	background: linear-gradient(to bottom, #fff081 30%, #d0a301 100%);
	color: white;
}

.BOK{
	background: linear-gradient(to bottom, #50ff50 30%, green 100%);
	color: black;
	height: 5vh;
	margin-top: 3vh;
}

.BFECHAR{
	background: linear-gradient(to bottom, #ff6868 30%, red 100%);
	color: black;
	height: 5vh;
	margin-top: 3vh;
}

.BSIM{
	background: linear-gradient(to bottom, #50ff50 30%, green 100%);
	color: black;
	height: 5vh;
	margin: 3vh 1vh 0 0;
}

.BNÃO{
	background: linear-gradient(to bottom, #ff6868 30%, red 100%);
	color: black;
	height: 5vh;
	margin: 3vh 0 0 0;
}

.SobreBotão{
	background:linear-gradient(to bottom, #ffffff 30%, silver 100%);
}

.BotõesAviso {
    width: max-content;
	position: sticky;
    bottom: 0px;
}

#tela-carregamento {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 9999;
}

#barra-container {
  width: 80%;
  height: 20px;
  background: #333;
  border-radius: 10px;
  overflow: hidden;
}

#barra-progresso {
  width: 0%;
  height: 100%;
  background: linear-gradient(to right, #f00, #ff0);
  transition: width 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}


#texto-progresso {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #000; /* ou branco, dependendo do fundo */
  font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
  font-size: 14px;
  pointer-events: none; /* evita interferência com cliques */
}




.SENT{
	color: gold;
    font-size: 4vh;
	position: relative;
}

.TrocaCor {
	color: white;
    font-size: 1.0em;
    border-radius: 10px;
    border: none;
    margin: 1vw;
    width: 7em;
}

.dialogbox2{
	position: fixed;
    border: solid black 7px;
    border-radius: 10px;
    color: black;
    z-index: 1055;
    max-width: -webkit-fill-available;
	max-height: 90%;
    overflow: auto;
}

#AvisoBaralho {
	color: gold;
}

#AlertaAviso {
	font-size: 1.0em;
}

#avisoranking {
	color: white;
}

#InfoR {
	color: gold;
}

.progress-bar {
	color: black;
	margin: unset;
	transition: width 1.6s ease;
	overflow: unset;
}

.progress {
	height: 2vh;
    font-size: smaller;
}

.BarraEnchendo {
  -webkit-animation-direction: reverse;
     -moz-animation-direction: reverse;
      -ms-animation-direction: reverse;
       -o-animation-direction: reverse;
          animation-direction: reverse;
}

#BarraFúria {
	width: 0%;
	background-color: red;
	font-size: 1.7vh;
}

.BarrasJogadores {
	display: inline-flex;
	cursor: pointer;
}

#BEspeciais {
	cursor: pointer;
}

#Cores {
	color: silver;
}

#tudo{
	overflow: auto;
    height: 100%;
}

#avisoNotificacao {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #2c2c2c;
    color: #f8f8f8;
    border: 2px solid #ff4444;
    border-radius: 10px;
    padding: 1em;
    max-width: 300px;
    z-index: 9999;
    box-shadow: 0 0 10px #000;
    font-family: 'Georgia', serif;
}

.aviso-container h2 {
    margin-top: 0;
    color: #ff4444;
}

#fecharAviso {
    background: #ff4444;
    color: white;
    border: none;
    padding: 0.5em 1em;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

#fecharAviso:hover {
    background: #cc0000;
}

#CartasDragão{
	width: 100%;
    height: 25vh;
    white-space: nowrap;
	overflow: auto;
}

#DanosJogadores{
	overflow: auto;
    white-space: nowrap;
}

#CartasJogador{
	display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
	overflow: auto;
}

.CartasJogadores {
	border: 0.7vh ridge gold;
	border-radius: 2vh;
	width: 100%;
	height: 16.5vh;
	white-space: nowrap;
    overflow: auto;
}

#Cartas {
	border: none;
}

#UltimaCarta {
	color: black;
	position: relative;
    opacity: 1;
}


.Carta {
  position: relative;
  border-radius: 1.5vh;
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  font-size: 1.3vh;
  font-family: 'Vink', 'Arial Black', 'Comic Sans MS';
  text-align: center;
  height: 14vh;
  width: 9vh;
  margin: 0.3vh;
  padding: 5.4vh 0 0 0;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.5;
}

.Carta h6 {
  margin: 0.2vh 0;
  padding: 0;
  color: #3b2f1e;
  text-shadow: 0 0 0.3vh #fff2cc;
}


.jogavel {
	opacity: 1;
}

.Skin1  { border: 0.4vh ridge currentColor; }
.Skin2  { border: 0.4vh solid currentColor; }
.Skin3  { border: 0.4vh double currentColor; }
.Skin4  { border: 0.4vh dashed currentColor; }
.Skin5  { border: 0.4vh groove currentColor; }
.Skin6  { border: 0.4vh outset currentColor; }
.Skin7  { border: 0.4vh inset currentColor; }
.Skin8  { border: 0.4vh dotted currentColor; }
.Skin9  { border: 0.4vh hidden currentColor; } /* rarely used, renders as no border */
.Skin10 { border: 0.4vh none; } /* explicitly no border */
.Skin11 { box-shadow: inset 0.2vh 0.2vh 0 currentColor, inset -0.2vh -0.2vh 0 currentColor; border: 0.3vh solid transparent; }
.Skin12 { box-shadow: 0.2vh 0.2vh 0 currentColor, -0.2vh -0.2vh 0 currentColor; border: 0.3vh solid transparent; }
.Skin13 { box-shadow: inset 0.3vh 0.3vh 0 currentColor; border: 0.3vh solid transparent; }
.Skin14 { box-shadow: 0.3vh 0.3vh 0 currentColor; border: 0.3vh solid transparent; }

.Fundo {
    opacity: 1;
    background-image: url('../imagens/fundocarta.png')
}

.Hover1:hover { box-shadow: 0 0 1vh currentColor; }
.Hover2:hover { box-shadow: 0 0 2vh currentColor; }
.Hover3:hover { box-shadow: inset 0 0 1vh currentColor; }
.Hover4:hover { box-shadow: 0 0 1vh currentColor, inset 0 0 0.5vh currentColor; }
.Hover5:hover { filter: brightness(1.2); }
.Hover6:hover { filter: brightness(0.8); }
.Hover7:hover { filter: saturate(1.5); }
.Hover8:hover { transform: scale(1.05); }
.Hover9:hover { transform: rotate(3deg); }
.Hover10:hover { transform: skew(5deg); }
.Hover11:hover { border-width: 0.6vh; }
.Hover12:hover { outline: 0.3vh solid currentColor; }
.Hover13:hover { text-shadow: 0 0 0.5vh currentColor; }
.Hover14:hover { opacity: 0.85; }
.Hover15:hover { box-shadow: 0 0 1vh currentColor; animation: pulseHover 1s infinite; }


/* Tremor */
.Carta.atingida {
  animation: tremer 0.3s ease-in-out infinite;
}

/* Fogo subindo */
.Carta .fogo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(
    to top,
    rgba(255, 0, 0, 0.6),
    rgba(255, 140, 0, 0.5) 10%,
    rgba(255, 215, 0, 0.4) 20%,
    transparent 30%
  );
  animation: subirFogo 1.2s ease-out forwards, pulsarFogo 0.6s infinite alternate;
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: multiply;
}

/* Fumaça */
.Carta .fumaca {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(100, 100, 100, 0.3), transparent 70%);
  animation: fumegar 2s ease-in-out forwards;
  z-index: 1;
  pointer-events: none;
}

/* Cinzas flutuantes */
.Carta .cinzas-flutuantes {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 3;
}

.cinza {
  position: absolute;
  width: 0.5vh;
  height: 0.5vh;
  background: #aaa;
  border-radius: 50%;
  animation: flutuar 3s linear forwards;
  opacity: 0.7;
}

/* Rachadura e desintegração */
.Carta.racheada {
  background-image: url('sons/rachadura.png');
  background-size: cover;
  animation: desintegrar 1.5s ease-out forwards;
}

.fragmento {
  position: absolute;
  width: 1vh;
  height: 1vh;
  background: #ccc;
  border-radius: 50%;
  animation: explodir 1.5s ease-out forwards;
  pointer-events: none;
  z-index: 4;
}

/* Carta queimada */
.Carta.cinzas {
  background-color: #444 !important;
  color: #aaa;
  border-color: #555;
  box-shadow: inset 0 0 1vh #222;
  background-image: none !important;
}

/* Sombra do dragão */
#sombraDragao {
  position: fixed;
  top: -20vh;
  left: -30vw;
  width: 200vw;
  height: 40vh;
  background: url('sons/sombra-dragao.png') center center / contain no-repeat;
  opacity: 0.4;
  pointer-events: none;
  z-index: 9999;
  animation: sobrevoar 3s ease-in-out forwards;
}

/* Animações */
@keyframes tremer {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(1deg); }
  50% { transform: rotate(-1deg); }
  75% { transform: rotate(1deg); }
  100% { transform: rotate(0deg); }
}

@keyframes subirFogo {
  0% { transform: scaleY(0); opacity: 0.9; }
  100% { transform: scaleY(1); opacity: 0; }
}

@keyframes pulsarFogo {
  0% { filter: brightness(1); }
  100% { filter: brightness(1.5); }
}

@keyframes fumegar {
  0% { opacity: 0.3; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-2vh); }
}

@keyframes flutuar {
  0% { transform: translateY(0) scale(1); opacity: 0.7; }
  100% { transform: translateY(-10vh) scale(0.5); opacity: 0; }
}

@keyframes desintegrar {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(0.5); opacity: 0; }
}

@keyframes explodir {
  0% { transform: translate(0, 0) scale(1); opacity: 1; }
  100% {
    transform: translate(
      calc(-10vh + 20vh * var(--rand-x)),
      calc(-10vh + 20vh * var(--rand-y))
    ) scale(0.5);
    opacity: 0;
  }
}

@keyframes sobrevoar {
  0% { transform: translateX(-100vw); opacity: 0.2; }
  50% { transform: translateX(0); opacity: 0.4; }
  100% { transform: translateX(100vw); opacity: 0; }
}

.DescCarta {
	position: relative;
    top: 2vh;
}
.DescCarta2 {
	position: relative;
    top: 1vh;
}
.CorCarta {
	position: relative;
    top: 2vh;
}
.CorCarta2 {
	position: relative;
    top: 1vh;
}
.DanoCarta {
	position: relative;
	top: -9vh;
	left: 2.5vh;
}
.DanoCarta2 {
	position: relative;
	top: -9vh;
	left: 2.5vh;
}

.BarraCartas {
	top: 6.6vh;
	height: 1vh;
	position: relative;
}

.BarraCartas2 {
	top: 3.0vh;
	height: 1vh;
	position: relative;
}

.CartaDragãoJogador {
	color: black;
	background-image: url('../imagens/Drag1.jpg');
	overflow-y: hidden;
}

.CartaDragãoAlvo {
	color: black;
	background-image: url('../imagens/Drag1.jpg');
	overflow-y: hidden;
	opacity: 0.5;
}

.TítuloTabelaGeral{
	color: black;
	background-color: #FF9500;
}

.NãoDivide{
	white-space: nowrap;
}

.Selecionável{
	user-select: text;
}

table.TabelaGeral{
	border: 1px solid black;
	border-spacing: 0px;
	background-color: #555;
	color: gold;
	display: inline-block;
	font-size: 2vh;
	max-width: 100%;
    overflow: auto;
}

table.TabelaGeral caption{
	color: black;
}

table.TabelaGeral td{
	border: 1px solid black;
	padding: 0 1vh;
}

table.TabelaGeral th{
	border: 1px solid black;
	text-align: center;
}

#ListaEspeciais {
    overflow: auto;
	/*max-height: 100px;*/
	color: black;
	text-align: left;
}

div#botoes {
    position: relative;
	width: auto;
    height: auto;
    margin: auto;
}

div#botoes h2 {
    margin: 0px 30% 0px 30%;
}

#dtela{
	margin: auto;
}

#tela{
	width: -webkit-fill-available;
    position: absolute;
}

#davisos {
    font-size: 5vw;
    color: gold;
}

.naveg, .Esconde{
	display: none;
}

figure.cartas{
	position: relative;
	margin: 14px;
	padding: 5px;
}

figure.cartas img{
	position: relative;
}

.logo {
	background: url(../imagens/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 10vh;
	background-position: center;
}

.ouro {
    font-size: 2vh;
}

td{
	
text-align: -webkit-center;
}

/*FIM DO STYLE ANTERIOR*/

.head-top {
    padding: .2em 0;
}
.social-icon {
    float: left;   
	padding-top: .3em;
}
.social-icon a i {
    width: 34px;
    height: 34px;
    background: url(../imagens/img-sprite.png) no-repeat 0px 0px;
    display: inline-block;
}
.social-icon  i.icon {
	background: url(../imagens/img-sprite.png) no-repeat 0px 0px;
}
.social-icon  i.icon1 {
	background: url(../imagens/img-sprite.png) no-repeat -34px 0px;
}
.social-icon  i.icon2{
	background: url(../imagens/img-sprite.png) no-repeat -68px 0px;
}
.social-icon  i.icon3 {
	background: url(../imagens/img-sprite.png) no-repeat -102px 0px;
}
.social-icon i.icon4 {
	background: url(../imagens/img-sprite.png) no-repeat -134px 0px;
}
.social-icon i:hover {
    transform: rotatey(360deg);
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.email {
    float: right;
}
.email ul li {
    display: inline-block;
	margin-right: .9em;
    padding-top: .5em;
	color: #fff;
}
.email ul li i {
    font-size: 1.2em;
    vertical-align: middle;
    margin-right: 0.5em;
    color: #888f90;
}
.email ul li a {
    font-size: 2vh;
    color: gold;
	text-decoration: none;
	outline: none;
}
.navbar-brand {
    float: left;
    padding: 0;
}
.navbar-header {
    float: left;
    width: 26%;
}
.navbar-brand h1 a {
    font-size: 1.3em;
    text-decoration: none;
	color: #FFFFFF;
	font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
	font-style: italic;
}
.navbar-brand h1 a span {
    font-weight: 600;
}
.navbar {
    position: relative;
    min-height: 50px;
	margin-top: -30px;
    margin-bottom: 50;
    border: none !important;
	background: rgba(0, 0, 0, 0);
}
.navbar-nav {
    float: center;
    margin: 30;
    width: 100%;
}
div#bs-example-navbar-collapse-1 {
    float: left;
    width: 74%;
}
.phone {
    float: right;
    width: 30%;
	background: #2da9e1;
	padding: .7em .5em;
}
.phone i {
    font-size: 1.5em;
    color: #fff;
    vertical-align: text-bottom;
}
.phone span {
    font-size: 1.8em;
    color: #fff;
}
.navbar-collapse {
    padding-right: 0;
	padding-left: 0;
}
.navbar-default .navbar-nav > li > a {
       color: gold;
}
.navbar-nav > li > a {
    font-size: 3vh;
	font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: red;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: red;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: red;
}
.dropdown-menu > li > a {
    display: block;
    padding: 8px 7px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: gold;
	 font-size: 1em;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background: #e54026;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: red;
}
.dropdown-menu {
     border: none;
}
/*--- slider-css --*/
.banner1{
	background:url(../imagens/bnr1.jpg) no-repeat 0px 0px;
	background-size:cover;
	min-height:650px;
}
.banner2{
	background:url(../imagens/bnr2.jpg) no-repeat 0px 0px;
	background-size:cover;
	min-height:650px;
}
.banner3{
	background:url(../imagens/bnr3.jpg) no-repeat 0px 0px;
	background-size:cover;
	min-height:650px;
}
.slider {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides div.slid {
  /*-webkit-backface-visibility: hidden;*/
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.caption {
    text-align: right;
    width: 35%;
    margin: 16em 0em 0 14em;
    background: rgba(255, 255, 255, 0.82);
    padding: .94em  2em;
}
.caption h3{
    font-size: 2em;
    text-transform: capitalize;
    color: #3A3B3C;
	font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
}
.caption p{
	font-size: 1em;
    color: #222;
    line-height: 1.8em;
    padding: 1em 0 2em;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 20px;
	width: 20px;
	display: inline-block;
     border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	background:#fff;
	border:2px solid#fff;
}
.callbacks_here a:after{
	background:#faa43d;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
	
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 16%;
	z-index: 999;
	left: 47%;
}
a.button {
    font-size: 1em;
    background: #2DA9E1;
    padding: 1em 2em;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a.button:hover {
    background: #FAA43D;
}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: red;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.place-section {
   padding: 5em 0;
}
.place-section h2 {
    font-size: 3em;
    text-transform: capitalize;
	 text-align: center;
	font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
	 color: #000;
}
.place-grids {
    margin-top: 3em;
}
.place-grid h5,.place-grid1 h5 {
    font-size: 1.3em;
    text-transform: capitalize;
	font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
	color: #000;
}
.sel {
    width: 99%;
    padding: .3em 1em;
    font-size: 1em;
	margin-top: 1em;
	outline: none;
	text-transform: capitalize;
	border: 1px solid #BBBBBB;
}
.search {
    margin-top: 2.3em;
}
.search input[type="submit"] {
    width: 100%;
    background: #faa43d;
    border: none;
    outline: none;
    color: #fff;
    padding: .4em;
}
.search input[type="submit"]:hover {
    background: #2DA9E1;
}
.friend-agent {
    padding: 4em 0;
    background: #f5f5f5;
	text-align: center;
}
.friend-grid h4 {
    font-size: 1.5em;
    padding: .8em 0 .5em 0;
	font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #000;
}
.friend-grid img:hover {
    border-radius: 60%;
    border: 6px solid#2DA9E1;
	 transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.friend-grid img {
    border-radius: 60%;
    border: 6px solid#fff;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.friend-grid p {
    font-size: 1em;
	line-height:1.8em;
    color: #777;
}
.offer-left {
    float: left;
    width: 48%;
}
.offer-right {
   float: left;
    width: 52%;
}
.offering {
    padding: 5em 0;
}
.offering h3,.feature-section h3,.membership h3,.testimonials h3,.additional-details h3 {
    font-size: 2.5em;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: gold;
}
.offer-grids {
    margin-top: 3em;
}
.offer-grid h4 a {
    font-size: 1.1em;
	font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #000;
    margin-bottom: .5em;
    display: block;
	text-decoration:none;
}
.offer-right h5 {
	font-size: 1.2em;
    padding: .5em 0 .5em .5em;
	font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #fff;
    background: #34ABE2;
}
.offer-right h5 label {
    font-size: 1.2em;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
}
.offer-right h5 span {
    font-size: .75em;
    line-height: 1.5em;
}
.offer-left img {
    width: 100%;
}
.offer-grid1 {
    border: 1px solid #E4E4E4;
    padding: 1em;
}
.offer-right p {
    font-size: .92em;
    padding: .5em .5em .5em 1em;
    color: #777;
    line-height: 1.8em;
}
a.button1 {
    font-size: 1em;
    margin: 0 0 0 .5em;
    text-transform: capitalize;
    text-decoration: none;
    color: #000;
}
a.mask {
    text-decoration: none;
    overflow: hidden;
    display: block;
}
/*img.zoom-img:hover {
    -webkit-transform: scale(1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 1683ms;
    -moz-transform: scale(1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 1683ms;
    overflow: hidden;
}

img.zoom-img {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 1683ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 1683ms;
}*/
.feature-section {
    padding: 5em 0;
	background: #F9F9F9;
}
.feature-grids {
    margin-top: 3em;
}
.feature-grid h5{
    font-size: 1.2em;
  font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #000;
    font-style: italic;
	padding: .5em 0 .2em 0;
}
.feature-grid p {
    font-size: 1em;
    color: #777;
    line-height: 1.8em;
	margin-bottom:1em;
}
.feature-grid p a,.similar-grid p a,.feature-top p a,.forsale-grid1 p a {
    font-size: 1em;
    text-decoration: none;
	color: #000;
}
.feature-grid p a:hover {
	color: #faa43d;
}
.feature-grid span {
    font-size: 1em;
    background: #faa43d;
    padding: .5em 1em;
    color: #fff;
}
.membership {
    padding: 5em 0;
}
.membership-grids {
    text-align: center;
    margin-top: 3em;
}
.membership-grid h4 {
    background: #34ABE2;
    padding: .8em 0;
    font-size: 1.8em;
  font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #fff;
}
.membership1 h5 {
    font-size: 2.5em;
    color: #000;
	  font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
}
.membership1 {
    padding: 2em 0 0 0;
    border: 1px dotted #8E8B8B;
}
.membership1 h5 span {
    font-size: .4em;
    vertical-align: top;
	    color: #777;
}
.membership1 ul li {
    list-style: none;
	line-height: 2em;
    color: #777;
	font-size: 1em;
}
ul.member {
    padding: 1.5em 0;
    border-top: 1px solid#ddd;
}
.membership1 h6 {
    padding: .5em 0 2em;
    color: #777;
}
.testimonials{
	padding:5em 0;
}
.testimonials  p {
	color: gold;
	font-size: 1em;
	text-decoration: none;
	font-weight: 400;
	text-align: left;
	line-height: 1.8em;
}
.testimonials  h4 a{
	color: gold;
    font-size: 1.1em;
    text-decoration: none;
    margin-top: 1em;
  font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    display: block;
    float: left;
}
.test-monials {
	margin-top: 5em;
}
div#owl-demo {
    margin-top: 3em;
}
.footer-section {
    background: rgba(0, 0, 0, 0.93);
    padding: 5em 0;
}
.footer-grid h4 {
    font-size: 1.5em;
    color: #fff;
    margin-bottom: .5em;
	font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
}
.footer-grid p {
    font-size: .96em;
    color: #fff;
    line-height: 1.8em;
}
.footer-grid ul li a {
    font-size: .96em;
    color: #777;
    line-height: 1.8em;
	text-decoration:none;
}
.footer-grid ul li  {
    list-style: none;
}
.footer-grid ul li a:hover {
    color: #FAA43D;
}
.footer-grid p a {
    color: #eccc1b;
}
.copy-section{
	padding:2em 0;
	text-align:center;
	background: rgba(0, 0, 0, 0.93);
}
.copy-section p {
	font-size: 0.9em;
	color: #fff;
	font-weight: 400;
}
.copy-section  a {
	font-size: 1em;
	color:#fff;
	font-weight: 400;
	text-transform: capitalize;
}
.copy-section a:hover {
	color: #fff;
}
.copy-section a {
	margin: 0 0.3em
}
/*.banner-section {
    background: url(../imagens/arena-panoramica.jpg);
    background-size: cover;
    text-align: center;
}*/
.banner-section h2{
    font-size: 5vh;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: gold;
}
/**about**/
.about-section {
    padding: 5em 0;
}
.about-section h3 {
    font-size: 2.5em;
    text-transform: capitalize;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #000;
	margin-bottom: .5em;
}
.about-left {
    float: left;
    width: 48%;
	margin-right:2%;
	border: 1px solid#DACFCF;
    padding: .5em;
	box-shadow: 0 0 5px #c3c3c3;
}
.about-right {
    float: left;
    width: 50%;
}
.about-right h5,.about-right1 h5{
	font-size: 1.2em;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #000;
}
.about-right p {
    font-size: 1em;
    line-height: 1.8em;
    color: #777;
	padding-top: .8em;
}
.about-left1 {
    float: left;
    width: 14%;
    margin-right: 2%;
}
.about-right1 {
    float: left;
    width: 84%;
}
.about-left1 p {
    background: #2da9e1;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 1.2em;
    margin: 0;
    border-radius: 50%;
    text-align: center;
    padding-top: 0.45em;
}
.about-right1 p {
    font-size: 1em;
    line-height: 1.8em;
    color: #777;
}
.about3 {
    padding: 1em 0;
}
.about-bottom {
   padding-top: 5em;
}
.aboutbottom-left {
    float: left;
    width: 9%;
    margin-right: 2%;
}
.aboutbottom-left p {
    background: #fff;
    color: #2da9e1;
    width: 60px;
    height: 60px;
    font-size: 1.5em;
    margin: 0;
    text-align: center;
    padding-top: 0.6em;
    box-shadow: 0 0 5px #c3c3c3;
}
.aboutbottom-right {
    float: left;
    width: 89%;
}
.aboutbottom-right h5 {
    font-size: 1.2em;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #000;
}
.about5 {
    padding: 1.5em 0;
}
.aboutbottom-right p,.about-bottom2 p{
	font-size: 1em;
    line-height: 1.8em;
    color: #777;
	padding-top: .5em;
}
.about-bottom2 h5 {
    font-size: 1.2em;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #000;
}
.about-bottom2 a {
    display: block;
    margin-top: 2em;
    color: #2da9e1;
    line-height: 1.8em;
}
.about-bottom2 a:hover{
 color: #faa43d;
}
/**about**/
/**agents**/
.agent-section {
    padding: 4em 0;
}

.agent-left {
    float: left;
    width: 50%;
}
.agent-right {
    float: left;
    width: 50%;
	background: rgba(0,0,0,.5);
	 padding: 2em 2em 1em;
}
.agent-right h4{
	font-size: 1.5em;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: gold;
}
.agent-right ul li {
    list-style: none;
    line-height: 2.5em;
	font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    font-size: 1.2em;
	color:gold;
}
.agent-right ul {
    padding-top: 1em;
}
.agent-right ul li i {
    font-size: 1.2em;
	font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    margin-right: 7px;
	color:#000;
}
a.button3 {
    font-size: 1em;
    background: black;
    padding: .8em 2em;
    color: gold;
    text-decoration: none;
    text-transform: capitalize;
    display: block;
    margin: .86em 0;
    text-align: center;
}
.agent-grids1 {
    margin: 3em 0;
}
/**agents**/
/**forsale**/
.left-tab > li.active > a, .left-tab > li.active > a:hover, .left-tab > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #2da9e1;
    border: 1px solid #2da9e1;
    border-bottom-color: none !important;
}
.nav-tabs {
    border-bottom: none!important;
}
.nav-tabs > li > a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 1px solid #FAA43D;
    border-radius:0;
	background: #FAA43D;
}
.forsale-grids {
    margin-top: 3em;
}
.forsale-grids h4 a {
    font-size: 1.1em;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #000;
    margin-bottom: .5em;
    display: block;
    text-decoration: none;
}
.forsale-left {
    float: left;
    width: 29%;
}
.forsale-right {
    float: left;
    width: 71%;
}
.forsale-right h5 {
    font-size: 1.2em;
    padding: .5em 0 .5em .5em;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #fff;
    background: #34ABE2;
}
.forsale-right p {
    font-size: .95em;
    padding: 1.5em .5em .5em 1em;
    color: #777;
    line-height: 1.8em;
}
a.button4 {
    font-size: 1em;
    margin: .5em 0 0 .8em;
    text-transform: capitalize;
    text-decoration: none;
    color: #000;
	display:block;
}
.forsale1 ul li {
    display: inline-block;
    padding: 1em 2em;
	border-left: 1px solid #ddd;
	font-size: 1em;
}
.forsale1 ul li span {
    font-weight: 700;
	font-size: 1em;
}
.forsale1 ul {
    background: #eee;
    margin-top: 1em;
	border: 1px solid #ddd;
}
.forsale-grids1 {
    margin-top: 3em;
	position:relative;
}
.sale-info span {
    font-size: 1em;
    color: #2DA9E1;
    font-weight: 900;
}
.forsale-grid1 p {
    font-size: 1em;
    line-height: 1.8em;
    color: #777;
}
.sale-info {
    position: absolute;
    top: 0;
    left: 15px;
    width: 28%;
    background: #fff;
    padding: .5em;
}
.forsale-grid1 h6 {
    font-size: 1.1em;
    color: #FAA43D;
    font-weight: 600;
    padding-top: .5em;
}
/**forsale**/
/**services**/
.services-section {
    padding: 5em 0;
	    background: #eee;
}
.services-grid h4 {
    font-size: 1.5em;
    padding: .8em 0 .5em 0;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #000;
	text-transform: capitalize;
    text-align: center;
}
.services-grid p {
    font-size: 1em;
    line-height: 1.8em;
    color: #777;
	padding: 0 2em 1em;
    text-align: center;
}
.services {
    background: #fff;
}
/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eee;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.main-service {
    text-align: center;   
	padding: 4em 0;
}
.main-service h3,.operation-consulting h3 {
    font-size: 2.5em;
    text-transform: capitalize;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #000;
}
.service-grids {
    margin-top: 3em;
}
.service-grid i {
    font-size: 2.5em;
    color: #fff;
    background: #FAA43D;
    padding: .8em;
    border-radius: 50px;
	border: 5px solid #fff;
}
.service-grid h4 {
    font-size: 1.5em;
    padding: .8em 0 .5em 0;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #000;
	line-height: 1.5em;
}
.service-grid p {
    font-size: 1em;
    line-height: 1.8em;
    color: #777;
}
.service-grid:hover  i {
    background: #2DA9E1;
	border: 5px solid #eee;
}
/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.service-grid{
    padding: 2em;
}
.operation-consulting {
    text-align: center;
    padding: 4em 0;
    background: #fff;
}
.operation-left img {
    width: 100%;
}
.operation-grids {
    margin-top: 3em;
}
.operation-left {
    float: left;
    width: 47%;
    margin-right: 3%;
	border: 1px solid#DACFCF;
    padding: .5em;
    box-shadow: 0 0 5px #c3c3c3;
}
.operation-right {
    float: left;
    width: 50%;
}
.operation-right h4{
	font-size: 1.5em;
	font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #000;
	text-align: left;
}
.operation-right p{
	font-size: 1em;
    line-height: 1.8em;
    color: #777;
	padding-top: .8em;
    text-align: left;
}
/**services**/
/**faqs**/
.faq-section {
    padding: 5em 0;
}
.faq-section h3 {
    font-size: 2.5em;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #000;
}
.test-list {
	margin-top: 3em;
	}
.test-list ul{
	margin: 0 0 10px 0;
	padding:0;
	background: #ffffff;
	width: 100%;
	cursor:pointer;
  border: 1px solid #eeeeee;
  border-radius: 5px;
	}
.test-list ul li{
	display: inline-block;
	padding: 9px 14px 9px 9px;
	background: #ffffff;
	border-right: 1px solid #eeeeee;
	}
.test-list ul li span{
  background: url(../imagens/plus.png) no-repeat 6px 5px;
  width: 19px;
  height: 19px;
	display: inline-block;
}
.test-list ul li.text{
	color: #2da9e1;
	background: #ffffff !important;
  font-size: 1em;
  font-weight: 600;
	margin-left: 15px;
	padding: 0 !important;
	border:none !important;
	}
.test-list p{
	font-size: 1em;
	color: #777;
	background: #ffffff;
	width: 100%;
	padding: 14px;
	margin: 10px 0;
	border: 1px solid #eeeeee;
	}
/**faqs**/
/**blog**/
.blog-section {
    padding: 5em 0;
	background:#eee;
}
.blog h3 a {
    font-size: 1em;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #000;
    text-decoration: none;
}
.blog-grid {
    background: #fff;
    padding: 1em 1em 2em;
}
.blog-grid1 h3,.blog h3 {
    font-size: 2.5em;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #000;
}
.blog-grid1 {
    padding-top: 1em;
}
.blog p {
    font-size: 1em;
    color: #777;
    padding: 1em 0;
    line-height: 1.8em;
}
.blog p a {
    margin: 0 .5em;
    color: #777;
    text-decoration: none;
}
.blog2 {
    margin: 3em 0;
}
.blog img {
    width: 100%;
}
a.button5 {
    font-size: 1em;
    background: #2da9e1;
    padding: .8em 0em;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    display: block;
    text-align: center;
	width: 16%;
}
.categ ul li {
    list-style: none;
}
.categ ul{
	margin-top:1.5em;
}
.categ ul li a {
    font-size: 1em;
    line-height: 2em;
	padding: 0px 24px;
    color: #2da9e1;
	background: url(../imagens/list-arrow.png) no-repeat 0 5px;
}
.tags ul li a {
    padding: 0.7em 0.8em;
    font-size: .9em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    margin-top: 1em;
    text-decoration: none;
    background: #faa43d;
}
.tags ul li a:hover {
    background: #2DA9E1;
}
.tags ul li {
    display: inline-block;
}
.tags h4{
	font-size: 1.5em;
    padding: .8em 0 .5em 0;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
	color: #000;
}
.tags {
    margin: 2em 0;
}
.history h4,.rules h4,.traditions h4{
	font-size: 1.5em;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
	color: #000;
}
.history p {
    font-size: 1em;
    color: #777;
    line-height: 1.8em;
	    margin-top: 1em;
}
p.rules-text {
    font-size: 1em;
    color: #777;
    line-height: 1.8em;
	margin-top:1.5em;
}
.rules {
    padding: 1em 0;
	position: relative;
}
p.quote {
    font-size: 1em;
    color: #777;
    line-height: 1.8em;
    padding: 1em 2em;
    background: #eee;
    margin: 2em 2em 0;
    border-left: 5px solid #CCC;
}
p.rule-text {
    font-size: 1em;
    line-height: 1.8em;
    color: #fff;
    background: #FAA43D;
    padding: 2em;
    margin: 1.5em 0;
}
.close1{
    background: url('../imagens/close.png') no-repeat 0px 0px;
    cursor: pointer;
    height: 32px;
    position: absolute;
    right: 0%;
    top: 65%;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    width: 32px;
}
p.trad {
    font-size: 1em;
    line-height: 1.8em;
    color: #fff;
    background: #2DA9E1;
    padding: 2em;
    margin: 1.5em 0;
}
.coment-form input[type="text"], .coment-form textarea, .coment-form input[type="email"] {
   display: block;
    background: #eee;
    color: #777;
    border: none;
    width: 60%;
    outline: none;
    font-size: 1em;
    padding: 1em 1em;
    border-bottom: 1px solid #BBB;
}
.coment-form textarea {
    width: 60%;
    display: block;
    min-height: 150px;
    resize: none;
    margin: 1em 0;
}
.coment-form input[type="email"] {
    margin: 1em 0;
}
.coment-form input[type="submit"] {
    background: #FAA43D;
    border: none;
    padding: 1em 0;
    width: 13%;
    font-size: 1em;
    color: #fff;
    letter-spacing: 0.5px;
    outline: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.coment-form input[type="checkbox"] {
    vertical-align: sub;
    margin-right: 1em;
}
.coment-form label {
    margin-left: 1em;
    font-size: .9em;
}
.coment-form {
    padding: 2em 0 0 0;
}
.coment-form h3{
    font-size: 2.5em;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #000;
	margin-bottom: .8em;
}
/**blog**/
/**price**/
.prices-section {
    padding: 5em 0;
    text-align: center;
}
.price-top {
    padding: 1.5em 0;
    background: #faa43d;
    border-bottom: 5px solid #2da9e1;
}
.price-top h4 {
    font-size: 2em;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
}
.price-bottom h5 {
    font-size: 1.8em;
    background: #fff;
    padding: .5em 0;
    font-weight: 600;
}
.price-bottom {
    background: #eee;
}
.price-bottom ul li {
    color: #777;
    padding-top: .8em;
    font-size: .96em;
    line-height: 2em;
    padding: .5em 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
}
.price-grid:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.price-grid {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.price-grid a {
    font-size: 1em;
    text-decoration: none;
    color: #fff;
    background: #2da9e1;
    padding: 1em 2em;
    display: block;
    width: 100%;
}
ul.pack-left {
    float: left;
	text-align: left;
}
ul.pack-right {
    float: right;
	text-align: right;
}
.detail-grid ul li {
    list-style-type: none;
    line-height: 2.5em;
    color: #202020;
    font-size: 1em;
	    font-weight: 600;
}
.detail-grid ul li  a{
	color:#2da9e1;
	text-decoration:none;
	    font-weight: 600;
}
.detail-bottom {
    background: #eee;
    padding: 1em 2em;
}
.details-grids {
    margin-top: 5em;
}
a.view  {
    font-size: 1em;
    text-decoration: none;
    color: #fff;
    background: #faa43d;
    padding: 1em 2em;
    display: block;
    width: 100%;
	text-transform: capitalize;
}
a.view:hover {
    background: #2DA9E1;
}
/**price**/
/**agentprofile**/
.agentprofile-right {
    text-align: center;
    background: #eee;
}
.profile-right ul li {
    list-style: none;
    line-height: 2.5em;
    font-size: 1em;
    color: #777;
}
.profile-right ul li  a{
 color: #2DA9E1;
 text-decoration:none;
}
.profile-right ul li i {
    font-size: 1.2em;
    margin-right: 7px;
    color: #777;
}
.profile-left {
    float: left;
    width: 40%;
}
.profile-right {
    float: left;
    width: 60%;
	margin-top: 5em;
}
.profile-left h4 ,.about-me h4{
    font-size: 2em;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #000;
}
.profile-left p {
    font-size: 1em;
    text-transform: capitalize;
    color: #777;
    line-height: 2em;
    padding: .5em 0;
}
.profile-left p a {
   text-decoration:none;
   color: #faa43d;
}
.profile-right h5 {
    font-size: 1.5em;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #fff;
    background: #2DA9E1;
    padding: .8em 1em;
}
.about-me {
    margin-top: 3em;
}
.profile-right ul {
    margin-top: 2em;
}
.about-me p {
    font-size: 1em;
    line-height: 1.8em;
    color: #777;
	padding: .8em 0;
}
.contact-me {
    margin-top: 2em;
}
.contact-me h4{
    font-size: 2em;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #000;
	margin-bottom:1em;
}
.contact-me input[type="text"], .contact-me input[type="email"], .contact-me textarea {
    background: none;
    border: 1px solid #D9D9D9;
    color: #A3A3A3;
    padding: .8em 1em;
    font-size: 1em;
    outline: none;
	box-shadow: 0px 2px 0px 0px rgba(227, 228, 231, 1);
	border-radius: 4px;
}
.contact-me textarea {
    min-height: 200px;
    resize: none;
    width: 100%;
    margin: 1em 0;
}
.contact-me input[type="text"], .contact-me input[type="email"] {
    width: 32.7%;
    float: left;
}
.contact-me input[type="email"] {
    margin: 0 6px;
}
.contact-me input[type="submit"], .contact-me input[type="reset"] {
    outline: none;
    color: #fff;
    font-size: 1em;
    padding: 13px 0;
    width: 15.68%;
    background: #2DA9E1;
    border: none;
    text-transform: uppercase;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.contact-me input[type="submit"]:hover, .contact-me input[type="reset"]:hover {
    background: #FAA43D;
}
/**agentprofile**/
/**IDXpress**/
.idxpress-section {
    padding: 5em 0;
	background:#eee;
}
.idxpress-left {
    text-align: center;
	background: #fff;
}
.idxpress-top iframe {
    width: 100%;
    height: 350px;
    border: 2px solid#fff;
    padding: 15px;
    background: #fff;
}
.idxpres-left {
    float: left;
    width: 29%;
}
.idxpres-right {
    float: left;
    width: 71%;
}
.idxpres-right h5 {
    font-size: 1.2em;
    padding: .5em 0 .5em .5em;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #fff;
    background: #34ABE2;
}
.idxpresright-bottom ul li {
    list-style: none;
}
.idxpresright-bottom ul li {
    list-style: none;
    font-size: 1em;
    line-height: 2em;
    padding: 0 1em;
    color: #777;
}
.idxpresright-bottom {
    margin-top: 1.5em;
}
ul.bottom-left {
    float: left;
    width: 50%;
}
ul.bottom-right {
    float: left;
    width: 50%;
}
.idxpres-grids {
    margin-top: 3em;
}
/**IDXpress**/
/**properties**/
.properties-section {
    padding: 5em 0;
}
.properties-details {
    margin: 2em 0;
    background: #eee;
    padding: 1em 0em;
    text-align: center;
	border-bottom: 3px solid #E0DEDE;
}
.properties-detail h5 span {
    font-weight: 700;
    font-size: 1.1em;
    color: #555;
}
.col-md-2.properties-detail h5 {
    font-size: .95em;
    text-transform: uppercase;
	color: #555;
}
.properties-detail a {
    font-size: .85em;
    text-transform: uppercase;
    text-decoration: none;
    color: #555;
}
.properties-left p {
    font-size: 1em;
    line-height: 1.8em;
    color: #777;
}
.additional-details {
    margin-top: 3em;
}
.additional-details ul li {
    list-style: none;
    font-size: .96em;
    line-height: 1.5em;
    padding: .5em .5em;
    color: #777;
	border-top: 1px solid #eee;
}
.additional-details ul {
    margin-top: 3em;
}
.additional-details ul li span {
    font-weight:600;
	    color: #000;
}
.additional-details ul li:hover {
    background: #eee;
}
.additional-details ul li:nth-child(17){
	border-bottom: 1px solid #eee;
}
.note {
    margin: 3em 0;
	background: #eee;
    padding: 2em 2em;
}
.note h4 {
    font-size: 1.5em;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #000;
	margin-bottom: .5em;
}
.video img {
    width: 100%;
}
.video h4 {
    font-size: 1.5em;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #fff;
    background-color: #faa43d;
    padding: 1em;
    width: 25%;
}
.similar-grids {
    margin-top: 3em;
}
.similar-grid h5,.feature-top h5,.forsale-grid1 h5{
    font-size: 1.2em;
  font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #000;
    font-style: italic;
	padding: .5em 0 .2em 0;
}
.similar-grid p {
	margin-bottom:1em;
}
.similar-grids h4 {
    font-size: 1.5em;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #000;
    margin:0 0 .5em .5em;
	text-transform: capitalize;
}
.properties-right {
    text-align: center;
	background:#eee;
}
.properties-top h4,.properties-middle h4,.feature h4{
	font-size: 1.5em;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #fff;
    padding: 1em 0;
    background: #FAA43D;
    margin-bottom: 1em;
}
.properties-top {
    margin-top: 2em;
}
.properties-top ul li {
    list-style: none;
    line-height: 2.5em;
    font-size: 1em;
    border-bottom: 1px solid #BFBBBB;
}
.properties-top ul {
    margin: 2em 0;
}
.properties-top ul li i {
    font-size: 1.2em;
    margin-right: 7px;
}
.properties-top img {
    width: 100%;
}
.properties-top p {
    font-size: 1em;
    line-height: 1.8em;
    color: #777;
    padding: 0 1em;
    text-align: left;
}
a.button2 {
    font-size: 1em;
    background: #2DA9E1;
    padding: 1em 2em;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
	    display: block;
    margin: 1em;
}
.send-message input[type="text"],.send-message textarea {
    width: 90%;
    padding: .5em 1em;
    border: 1px solid#ddd;
    outline: none;  
	font-size: 1em;
}
.mail {
    margin: 1em 0;
}
.send-message h5{
    font-size: 1.5em;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #000;
    margin-bottom: .5em;
}
.send-message textarea {
	resize:none;
    height: 100px;
}
.send-message input[type="submit"] {
    padding: .5em 1em;
    border: none;
    color: #fff;
    background: #faa43d;
    outline: none;
    display: block;
    margin: 1em 1.3em;
	    font-size: 1em;
}
.properties-middle input[type="text"] {
	width: 90%;
    padding: .5em 1em;
    border: 1px solid#ddd;
    outline: none;
	margin: .5em 0 .8em 0;
	    font-size: 1em;
}
.properties-middle {
    margin: 2em 0;
}
.properties-middle span {
    font-size: .965em;
    color: #777;
}
.sel1 {
    width: 90%;
    padding: .5em 1em;
    font-size: 1em;
	outline: none;
	margin-top: .5em;
    text-transform: capitalize;
    border: 1px solid #ddd;
	    color: #777;
}
.properties-middle input[type="submit"] {
    padding: .5em 1em;
    border: none;
    color: #fff;
    background: #faa43d;
    outline: none;
    display: block;
    margin: 1em 1.3em;
	    font-size: 1em;
}
.feature {
    margin: 3em 0;
	text-align: center;
}
.top2 {
    margin-top: 2em;
}
.feature-top p{
    font-size: 1em;
    line-height: 1.8em;
    color: #777;
}
.yourplace h5,.yourplace-grid h5 {
    font-size: 1.1em;
    text-transform: capitalize;
	font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
	color: #777;
}
.sel2 {
    width: 95%;
    padding: .3em 1em;
    font-size: 1em;
    margin: 1em 0;
    outline: none;
    text-transform: capitalize;
    border: 1px solid #BBBBBB;
}
.sel3 {
    width: 95%;
    padding: .3em 1em;
    font-size: 1em;
    margin: 1em 0;
    outline: none;
    text-transform: capitalize;
    border: 1px solid #BBBBBB;
}
.yourplace-grid {
    padding: 0 10px
}
.yourplace-grids1 {
    margin-top: 1em;
}
.search1 input[type="submit"] {
    width: 50%;
    background: #2da9e1;
    border: none;
    outline: none;
    color: #fff;
    padding: .4em;
    margin-top: 1em;
}
/**properties**/
/**gallery**/
.gallery-section {
    padding: 5em 0;
}
.gallery-grids{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position:relative;
	    margin-top: 2em;
}
.gallery-grid:hover span.rollover1 {
    background: url(../imagens/plues1.png) center no-repeat rgba(45, 169, 225, 0.88);
    cursor: pointer;
    height: 193px;
    width: 255px;
    display: block;
    position: absolute;
    z-index: -9999px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.gallery-grid1:hover span.rollover1 {
    background: url(../imagens/plues1.png) center no-repeat rgba(45, 169, 225, 0.88);
    cursor: pointer;
    height: 263px;
    width: 350px;
    display: block;
    position: absolute;
    z-index: -9999px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.gallery-grid2:hover span.rollover1 {
    background: url(../imagens/plues1.png) center no-repeat rgba(45, 169, 225, 0.88);
    cursor: pointer;
    height: 270px;
    width: 540px;
    display: block;
    position: absolute;
    z-index: -9999px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/**gallery**/
/*-- typography --*/
/*--Typography--*/
p.iste{
	color:#999;
}
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #999;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}

.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: 1em;
    color: #000;
    text-transform: capitalize;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 0;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.grid_3 p{
  line-height: 2em;
  color: #888;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 300;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables  p {
 margin-top: 1em;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.9em;
  color: #999;
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}

.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 3vh;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
line-height:1.8em;
  margin-top:0.5em;
  margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
  }
.list-group {
  margin-bottom: 48px;
}
 ol {
  margin-bottom: 44px;
}

/**contact**/
.contact-section{
	padding:5em 0;
}
.google-map iframe {
    width: 100%;
    height: 500px;
    border: 2px solid#fff;
    padding: 15px;
    background: #fff;
}
.contact-grid input[type="text"], .contact-grid textarea, .contact-grid input[type="email"] {
    display: block;
    background: #fff;
    color: #777;
    border: none;
    width: 50%;
    outline: none;
    font-size: 1em;
    padding: 1em 1em;
    border-bottom: 1px solid #BBB;
}
.contact-grid input[type="email"] {
    margin: 1em 0;
}
.contact-grid textarea{
	width: 70%;
    height: 200px;
    resize: none;
	margin: 1em 0;
}
.contact-grid input[type="submit"] {
    background: #FAA43D;
    border: none;
    padding: 1em 0;
    width: 22%;
    font-size: 1em;
    color: #fff;
    letter-spacing: 0.5px;
    outline: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.contact-grid input[type="submit"]:hover {
    background: #2DA9E1;
}
.contact-grids {
    margin-top: 3em;
}
.contact-grid h5,.agent-info h5{
    font-size: 1.5em;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #000;
}
.contact-grid  p {
    font-size: 1em;
    color: #777;
    padding: 1em 0;
    line-height: 1.8em;
}
.contact-grid1 h4{
    font-size: 1.5em;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #000;
}
.agent-info h6{
    font-size: 1.1em;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: #000;
	padding-top: .5em;
}
.agent-img {
    float: left;
    width: 30%;
	margin-right:3%;
	border-radius: 60%;
    border: 4px solid#fff;
}
.agent-info {
    float: left;
    width: 67%;
	margin-top: 1.5em;
}
.contact-top {
   margin: 1em 0;
}
.contact-grid1 ul li {
    list-style: none;
    line-height: 2.5em;
    font-size: 1em;
    color: #777;
}
.contact-grid1 ul li i {
    font-size: 1.2em;
    margin-right: 7px;
    color: #777;
}
.contact-grid1 ul li a {
    color: #777;
    text-decoration: none;
}
/**contact**/
/*-- login --*/
.modal-header {
    border-bottom: none;
}
.modal-dialog {
	width: 90%;
    max-width: 400px;
    margin: 30vh auto 0 auto;
}
.modal-body {
    padding: 2em 4em 4em;
}
.login-right h3{
    font-size: 1.0em;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
    color: black;
}
.login-right input[type="text"], .login-right input[type="password"], .login-right input[type="email"] {
    width: 95%;
    padding: 2vh;
    font-weight: normal;
    background: none;
    border: 1px solid #D2D1D1;
    color: #000000;
    outline: none;
    font-size: 3vh;
    margin: 10px;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
}
.login-right h4{
	color:black;
	font-size:3vh;
	margin: 10px;
}
.login-right h4 a{
	color:#b92f22;
	text-decoration:none;
}
.login-right h4 a:hover{
	color:#ff1600;
}
.login-right input[type="submit"] {
  background: gold;
    color: black;
    font-size: 2vh;
    border: none;
    width: 100%;
    outline: none;
   /* -webkit-appearance: none;*/
    padding: .5em 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    margin-top: 2vh;
    font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
}
.login-right input[type="submit"]:hover {
	background:orange;
}
.login-grids p {
    font-size: 12px;
    margin-top: 25px;
	color:#000000;
}
.login-grids p a{
	color:#b92f22;
	text-decoration:none;	
}
.modal-header .close {
    outline: none;
}
/*-- //login --*/
/*--terms--*/
.terms h3:after,.terms h3:before {
  	width: 200px;
  	height: 1px;
  	display: inline-block;
  	vertical-align: middle;
  	content: "";
  	background: #000;
  	margin: 0 1%;
}
.terms h4 {
  	font-size: 1.5em;
  	color:#2da9e1;
	font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
}
.terms p{
	font-size: 2vh;
	color:gold;
	padding: 0 3vw;
}
ul.terms-start li{
	color: gold;
	list-style: none;
}
ul.terms-start li a{
	display: block;
    text-decoration: none;
    color: #777;
    margin: 0.5em 0;
    font-size: 0.965em;
    line-height: 2em;
}
ul.terms-start li a:hover {
  color: #faa43d;
}
ul.terms-start li a i{
	display: inline-block;
  	border-radius: 100px;
  	width: 6px;
  	height: 6px;
  	background: #000;
  	vertical-align: middle;
  	margin: 0 1% 0 0;
}
.terms {
	text-align: justify;
	padding: 0px 15px;
}
/*--//terms--*/
/*--privacy--*/
.privacy h3:after, .privacy h3:before {
  	width: 200px;
  	height: 1px;
  	display: inline-block;
  	vertical-align: middle;
  	content: "";
  	background: #000;
  	margin: 0 1%;
}
.privacy h4 {
  	font-size: 1.5em;
  	color:#faa43d;
	font-family: 'Vink', 'MedievalSharp', 'Comic Sans MS', 'Arial Black', cursive;
}
.privacy p{
	font-size: 1em;
	color:#777;
	line-height: 2em;
	padding: 1em 0;
}
ul.privacy-start li{
	list-style: none;
}
ul.privacy-start li a{
	display: block;
    text-decoration: none;
    color: #777;
    margin: 0.5em 0;
    font-size: 0.965em;
    line-height: 2em;
}
ul.privacy-start li a:hover {
  color: #2da9e1;
}
ul.privacy-start li a i{
	display: inline-block;
  	border-radius: 100px;
  	width: 6px;
  	height: 6px;
  	background: #000;
  	vertical-align: middle;
  	margin: 0 1% 0 0;
}