@import url('https://fonts.googleapis.com/css?family=Patua+One');
body
{
	background: url(img/bg.png);
	letter-spacing: .08em;
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	color: #c9c3a8;
}
a
{
	text-decoration: none;
	color: #004294;
	transition: color 0.1s linear;
	
}
a:hover
{
	color: #ff5a00;
}
ul { 
  margin: 2px 0 0 0;
  padding: 0;
}
textarea{
max-width: 530px !important;
}
ul li { 
  list-style-type: none;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 5px;
  line-height: 1.5em;
}

ol { 
  margin: 8px 0 5px 5px;
}

ol li { 
  margin: 0 0 11px 0;
}

.form_settings { 
  margin: 15px 0 0 0;
}

.form_settings p { 
  padding: 0 0 4px 0;
}

.form_settings span { 
  float: left; 
  width: 200px; 
  text-align: left;
}
  
.form_settings input, .form_settings textarea { 
  padding: 5px; 
  width: 299px; 
  font: 100% arial; 
  border: 1px solid #E5E5DB; 
  background: #FFF; 
  color: #47433F;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  
}
  
.form_settings .submit { 
  font: 100% arial; 
  border: 0; 
  width: 99px; 
  margin: 0 0 0 212px; 
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #3B3B3B; 
  color: #FFF;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  
}

.form_settings textarea, .form_settings select { 
  font: 100% arial; 
  width: 299px;
}

.form_settings select { 
  width: 310px;
}

.form_settings .checkbox { 
  margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;
}

.separator { 
  width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;
}
  
table { 
  margin: 10px 0 30px 0;
  width: 100%;
 border-spacing: 1px;
    border-collapse: separate;
}

table tr th{ 
  background: #505050;
  color: #FFF;
  padding: 7px 4px;
  text-align: left;
}

tr.yellow td {
  background: #505050;
  color: #FFF;
  padding: 7px 4px;
  text-align: left;
}
table tr td {   
  background: #D4C0A1;
  color: #47433F;
}
table.stripped tr:nth-child(even) td {
  background-color: #e4d0b2;
}
table.stripped tr:nth-child(odd) td{
  background-color: #D4C0A1;
}
table.TableContent tr td , table.Table3 tr td {   
  background: #f1e0c5;
}
table.TableContent tr.LabelH td {   
  background: #D4C0A1;
}
.TableContainer table{ 
  margin: 0 !important;
}
.TableContainer td { 
  padding: 2px 3px !important;
}
table tr td img{ 
  max-width: 520px;
}
input.hover:hover
{
	cursor: pointer;
}
/* guild war */
tr.special:hover td {
   background: orange;
}

tr.special {
    cursor: pointer;
}

ul.war_list li {
   font-size:18px;
}

.container_main
{
	width: 1170px;
	margin: 510px auto 0 auto;
	position: relative;
	z-index: 2;
}
.container_left, .container_right
{
	width: 246px;
	float: left;
	margin: 15px 0 0 0;
}
.container_mid
{
	min-height: 200px;
	width: 648px;
	float: left;
	margin: 0 15px;
}
.left_box, .right_box, .center_box
{
	width: 100%;
	background: url(img/border_left.png) repeat-y left top, url(img/border_right.png) repeat-y right top;
	position: relative;
	margin-bottom: 18px;
}
.corner_lt, .corner_rt, .corner_rb, .corner_lb
{
	z-index: 5;
}
.corner_lt
{
	position: absolute;
	width: 64px;
	height:64px;
	background: url(img/corners.png) no-repeat 0 0;
	left: -7px;
	top: -5px;
}
.corner_rt
{
	position: absolute;
	width: 64px;
	height:64px;
	background: url(img/corners.png) no-repeat -64px 0;
	right: -7px;
	top: -5px;
}
.corner_rb
{
	position: absolute;
	width: 64px;
	height:64px;
	background: url(img/corners.png) no-repeat -64px -64px;
	right: -7px;
	bottom: -5px;
}
.corner_lb
{
	position: absolute;
	width: 64px;
	height:64px;
	background: url(img/corners.png) no-repeat 0 -64px;
	left: -7px;
	bottom: -5px;
}
.left_box .content, .right_box .content
{
	margin: -1px 20px;
	width: 200px;
	padding: 3px 3px;
	background: url(img/widget_bg.png) repeat-y;
}
.center_box .content_bg
{
	width: 608px;
	margin: -1px 20px;
	position: relative;
	background: url(img/mid_bot.png) no-repeat center bottom, url(img/mid_top.png) no-repeat center top, url(img/mid_mid.png) repeat-y center top;
	color: #531e01;
}
.center_box .content_bg .content
{
	padding: 6px 8px;
}

.left_box .border_bottom, .right_box .border_bottom,  .center_box .border_bottom
{
	background: url(img/border_bottom.png) repeat-x center bottom;
	width: 100%;
	display: block;
	height: 20px;
}
.left_box .title, .right_box .title,  .center_box .title
{
	background: url(img/border_top.png) repeat-x center top;
	width: 100%;
	height: 45px;
	position: relative;
}
.rise-up-content
{
	position: relative;
	z-index: 10;
}
.left_box ul li a:after
{
	content: "";
	width: 100%;
	background: url(img/line.png) no-repeat center top;
	height: 2px;
	display: block;
	margin-left: -10px;
}
.title span
{
	width: 100%;
	height: 45px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
}
.title img
{
	position: absolute;
	left: 20px;
	top: 6px;
	z-index: 6;
}
.left_box ul
{
	list-style: none;
	padding: 0;
	margin: 0 0 0 8px;
}
.left_box ul li
{
	padding: 1.5px 0 2px 0;
	margin: 0;
}
.left_box ul li a
{
	display: block;
	color: #e7e7e7;
	text-shadow: 1px 1px 0 #000;
	transition: all 0.1s linear;
}
.left_box ul li a:hover
{
	color: orange;
	padding-left: 3px;
	
}
.inputtext
{
	width: 158px;
	height: 33px;
	background: url(img/quicklogin_input.png);
	padding: 0 10px;
	margin: 0 0 4px 11px;
	border: 0 none;
	color: #9c7d54;
	font-size: 12px;
	text-shadow: 1px 1px 0 #000;
}
.loginbtn
{
	width: 83px;
	height: 23px;
	background: url(img/login_btn.png) 0 -23px;
	padding: 0;
	margin: 0 0 4px 12px;
	border: 0 none;
	display: inline-block;
	vertical-align: middle;
}
.loginbtn:hover
{
	cursor: pointer;
	background-position: 0 0;
}
.createbtn
{
	vertical-align: middle;
	display: inline-block;
	width: 83px;
	height: 23px;
	background: url(img/register_btn.png) 0 -23px;
	padding: 0;
	margin: 0 0 4px 7px;
	border: 0 none;
}
.createbtn:hover
{
	cursor: pointer;
	background-position: 0 0;
}
.download_client
{
	display: block;
	width: 268px;
	height: 47px;
	background: url(img/download_btn.png) no-repeat 0 -59px;
	margin: 0 0 10px -2px;
}
.download_client:hover
{
	background-position: 0 0;
}
.Criar_Conta
{
	display: block;
	width: 268px;
	height: 47px;
	background: url(img/CriarConta.png) no-repeat 0 0px;
	margin: 0 0 10px -2px;
}
.Criar_Conta:hover
{
	background-position: 0 0;
}
.right_box
{
	text-shadow: 0 0px 0 #000;
}
.right_box a
{
	color: #ff9000;
	transition: color 0.1s linear;
}
.right_box a:hover
{
	color: #ff4e00;
}
table.sinfotable
{
	margin: 0 8px;
	font-size: 13px;
	width: 183px;
}
table.sinfotable td
{
	border-bottom: 1px solid #4c4b46;
    border-top: 1px solid #1c1c1a;
	background: none transparent;
	color: #fff;
	padding: 4px 0;
}
ul.toplvl
{
	list-style: none;
	margin: 0 8px;
}
ul.toplvl li
{
	padding: 1px 0;
	margin: 0;
}
.lvl
{
    display: block;
    background: #cc7e0f;
    float: right;
    height: 15px;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    padding: 0px 5px;
    border-radius: 4px;
    box-shadow: 0 1px 0 #101010;
    border-top: 1px solid #ffc36d;
}
.acc_menu
{
	width: 183px;
	margin: 0 8px;
}
.acc_menu a
{
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	padding: 3px 0;
	font-size: 12px;
	text-align: center;
	background: rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.4);
	box-shadow: 0 1px 3px rgba(255,255,255,0.2) inset, 0 -1px 3px rgba(0,0,0,0.5) inset;
	border-radius: 3px;
	color: #fff;
	transition: all 0.1s linear;
	margin: 1px 0;
}
.acc_menu a:hover
{
	background: rgba(0,0,0,0.4);
}
.footer_cnt
{
	width: 1170px;
	float: left;
	margin: 20px 0 70px 0;
}



/* SLIDER */

.slider
{
	width: 207px;
    height: 100px;
    margin-left: -3px;
    margin-top: -3px;
    margin-bottom: -2px;
}

#slides
{
	display: none;
	width: 207px;
	height: 100px;
	float: left;
	z-index: 90;
	overflow: initial !important;
	position: relative;
}
.slidesjs-pagination
{
	z-index: 999;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
/*------------------*/
#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #121111;
	display: table;
}

.loader {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.loader img {
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

.loader h2 {
	font-size: 14px;
	margin-top: 10px;
	color: #f3efe8;
}

@keyframes loader {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes loader {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}


/*------------------------*/
ul.slidesjs-pagination
{
	list-style: none;
	padding: 3px;
	border-radius: 5px;
	margin: 0;
	background: rgba(0,0,0,0.5);
}
.slidesjs-pagination li
{
	float: left;
	margin: 0 3px;
	padding: 0;
}
.slidesjs-pagination li a
{
	background: rgba(255,255,255,0.3);
	display: block;
	width: 10px;
	height: 10px;
	float: left;
	overflow: hidden;
	text-indent: -999999999px;
	line-height: 99px;
	color: rgba(0,0,0,0.6);
	border-radius: 15px;
}
.slidesjs-pagination li a:hover
{
	background: rgba(255,255,255,0.5);
}
.slidesjs-pagination li a.active
{
	background: rgba(255,255,255,0.5);
}
.top-bar
{
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-family: 'Patua One', cursive;
	height: 30px;
	line-height: 30px;
	background: rgba(0,0,0,0.3);
	color: #fff;
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 1px 0px 0 #000, -1px 0px 0 #000, -1px 0px 0 #000;
	font-weight: normal;
	font-size: 18px;
}
.top-bar a
{
	color: #f66545;
}

/* Header */

.header {
	background: linear-gradient(to top, rgba(255,0,0,0), rgba(0,0,0,1));

	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	
}

/* Nav */

.main_nav {
	
	align-items: center;
	display: flex;
	flex-flow: column wrap;
	font-size: .8em;
	justify-content: space-between;
	letter-spacing: .2em;
	padding-bottom: ;
}

/* Header */

.header {
	background: linear-gradient(to top, rgba(255,0,0,0), rgba(0,0,0,1));

	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	
}

/* Nav */

.main_nav {
	
	align-items: center;
	display: flex;
	flex-flow: column wrap;
	font-size: .8em;
	justify-content: space-between;
	letter-spacing: .2em;
	padding-bottom: ;
}

@media screen and (min-width:768px) {
	.main_nav { flex-direction: row; }
}

.nav {
	align-items: center;
	display: flex;
	margin: .4rem;
	text-align: center;
	
}

.nav_link {
	color: inherit;
	font-size: .9em;
	padding: .5rem;
	text-transform: uppercase;	
}

/* Hero */

.ascension-hero {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 550px;
	overflow: hidden;
	background-image: linear-gradient(90deg, rgba(5, 9, 18, .96) 0%, rgba(5, 9, 18, .78) 28%, rgba(5, 9, 18, .16) 63%, rgba(5, 9, 18, .38) 100%), url(img/ascension-rift-guardians-desktop.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 24px 55px rgba(0, 0, 0, .7);
	z-index: 0;
}

.ascension-hero::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 110px;
	background: linear-gradient(to bottom, rgba(6, 10, 19, 0), rgba(6, 10, 19, .96));
	pointer-events: none;
}

.ascension-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	width: 1170px;
	min-height: 550px;
	margin: 0 auto;
}

.ascension-hero__content {
	width: 485px;
	padding: 70px 0 45px 18px;
	color: #f5f7fa;
	text-shadow: 0 2px 12px rgba(0, 0, 0, .85);
}

.ascension-hero__logo {
	display: block;
	width: 430px;
	max-width: 100%;
	height: auto;
	margin-bottom: 16px;
	border-radius: 18px;
	box-shadow: 0 14px 34px rgba(0, 0, 0, .4);
}

.ascension-hero__badge {
	display: inline-block;
	margin-bottom: 12px;
	padding: 6px 13px;
	border: 1px solid rgba(244, 201, 93, .7);
	border-radius: 999px;
	background: rgba(11, 16, 32, .78);
	color: #f4c95d;
	font-family: 'Patua One', Georgia, serif;
	font-size: 14px;
	letter-spacing: .16em;
}

.ascension-hero h1 {
	margin: 0 0 12px;
	color: #f5f7fa;
	font-family: 'Patua One', Georgia, serif;
	font-size: 37px;
	line-height: 1.08;
	letter-spacing: .02em;
}

.ascension-hero p {
	max-width: 455px;
	margin: 0 0 22px;
	color: #d8e1ea;
	font-size: 16px;
	line-height: 1.6;
}

.ascension-hero__actions {
	display: flex;
	gap: 12px;
}

.ascension-hero__button {
	display: inline-block;
	min-width: 138px;
	padding: 13px 18px;
	border: 1px solid transparent;
	border-radius: 6px;
	font-weight: bold;
	letter-spacing: .08em;
	text-align: center;
	text-transform: uppercase;
	transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.ascension-hero__button:hover {
	transform: translateY(-2px);
}

.ascension-hero__button--primary {
	background: #18d2b4;
	color: #07141d;
	box-shadow: 0 10px 25px rgba(24, 210, 180, .23);
}

.ascension-hero__button--primary:hover {
	background: #59ead2;
	color: #07141d;
}

.ascension-hero__button--secondary {
	border-color: rgba(244, 201, 93, .72);
	background: rgba(11, 16, 32, .72);
	color: #f4c95d;
}

.ascension-hero__button--secondary:hover {
	border-color: #f4c95d;
	background: rgba(24, 32, 53, .94);
	color: #fff1a8;
}

@media screen and (max-width: 1199px) {
	.ascension-hero__inner {
		width: calc(100% - 40px);
	}
}

@media screen and (max-width: 767px) {
	.ascension-hero {
		min-height: 720px;
		background-image: linear-gradient(180deg, rgba(5, 9, 18, .94) 0%, rgba(5, 9, 18, .55) 42%, rgba(5, 9, 18, .18) 70%, rgba(5, 9, 18, .88) 100%), url(img/ascension-rift-guardians-mobile.png);
		background-position: center bottom;
	}

	.ascension-hero__inner {
		align-items: flex-start;
		justify-content: center;
		min-height: 720px;
		text-align: center;
	}

	.ascension-hero__content {
		width: 100%;
		max-width: 520px;
		padding: 86px 12px 0;
	}

	.ascension-hero__logo {
		width: 360px;
		margin-right: auto;
		margin-left: auto;
	}

	.ascension-hero h1 {
		font-size: 31px;
	}

	.ascension-hero__actions {
		justify-content: center;
	}

	.container_main {
		margin-top: 685px;
	}
}

.intro {
	width: 100%;
	height: 100vh;
	background: url(img/classico/intro-main.png)  no-repeat center;
	text-align: center;
	
}

.intro_title {
	max-width: 90%;
}


.intro_logo {
	max-width: 80%
}

/* Article */

.article_title {
	text-align: center;
	color: #e0b156;
	margin: 1em auto .2em;
}

.article_paragraph {
	margin: 2rem 3rem;
	max-width: 408px;
	line-height: 1.4em;
	text-align: center;
}

.article_hr {
	background: url(img/classico/hr.png) no-repeat;
	border: none;
	height: 13px;
	margin: 0 auto;
	width: 150px;
}


/* Counter */

.counter {
	padding: 4em 0 0;
	margin-bottom: -100px;
	width: 100%;
}

.counter_title {
	text-align: center;
	color: #e0b156;
	margin: 1em auto 1em;
}

.counter_paragraph {
	margin: .2rem 3rem;
	max-width: 408px;
	line-height: 1.4em;
	text-align: center;
}

.counter_hr {
	background: url(img/classico/item-hr.jpg) no-repeat;
	border: none;
	height: 2px;
	margin: 1em auto;
	width: 100px;
}

.counter_imput {
	text-align: center;
	color: #cb3d62;
	text-transform: uppercase;
	font-size: 1.5rem;
	padding: .1em .5em;
}
/* TXT */

.strong {
	color: #3dcb97;
	font-size: 1rem;
}
.StatusOff {
	color: #9f2502;
	font-size: 1rem;
}
.StatusMANUTENÇÃO {
	color: #e0ac0e;
	font-size: 1rem;
}
.medium {
	font-size: 1rem;
}

/* Return */

.return_text {
	max-width: 520px;
}


@media screen and (min-width:600px) {
	.return_text:hover .or_1 {
		transform: translate(-10px, 20px);
	}
	
	.return_text:hover .or_2 {
		transform: translate(10px, -20px);
	}
	
	.return_text:hover .sword {
		transform: translate(400px, 50px);
	}
	
	.or {
		background: url(img/classico/sprites/text-ornament.png) no-repeat;
		height: 497px;
		margin: .5em;
		position: absolute;
		width: 21px;
	}

	.or_1 {background-position: 0 0; left:0; transition: 2s;}
	
	.or_2 {background-position: -21px 0; right:0; transition: 2s;}
	
	.sword {
		background: url(img/classico/sword.png) no-repeat;
		height: 574px;
		width: 321px;
		position: absolute;
		transform: translate(350px, 10px);
		transition: 2s;
		z-index: 2;
	}
}

/* changes */

.changes_grid {
	display: flex;
	flex-wrap: wrap;
	margin: 2em 1%;
	justify-content: center;	
}

.changes_item {
	background: rgba(44,41,35,.3);
	flex-grow: 1;
	margin: 2%;
	position: relative;
	transition: 1s;
	width: 94%;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 0 10px #100f0e;
}

.changes_item:hover {
	background: rgba(0,0,0,.4);
}

.changes_item:hover .c {
	opacity: 1;
}

@media screen and (min-width:500px) {
	.changes_item {
		margin: 1%;
		width: calc(50% - (1% * 2));
	}
}

@media screen and (min-width:768px) {
	.changes_item {
		width: calc(33.3333% - (1% * 2));
	}
}

.item_title {
	color: #3dcb97;
	text-align: center;
	margin: 1em auto 0;
	width: 80%;
}

.item_paragraph {
	text-align: center;
	width: 80%;
	margin: 1em auto 3em;
	font-size: .9em;
}

.item_hr {
	background: url(img/classico/item-hr.jpg) no-repeat;
	border: none;
	height: 2px;
	margin: .2em auto 0;
	width: 100px;
}

.item_icon {
	margin: 2em auto 0;
	width: 39px;
	height: 39px;
	background: url(img/classico/sprites/icons.png);
}

.item_icon1 {
	margin: 2em auto 0;
	width: 39px;
	height: 39px;
	background: url(img/classico/sprites/icons1.png);
}

.icon_interface { background-position: 0 0; }
.icon_duel { background-position: -39px 0; }
.icon_maps { background-position: -78px 0; }
.icon_pets { background-position: 0 -39px; }
.icon_rewards { background-position: -39px -39px; }
.icon_store { background-position: -78px -39px; }
.icon_elixir { background-position: 0 -78px; }
.icon_char { background-position: -39px -78px; }
.icon_guild { background-position: -78px -78px; }
.icon_jewel { background-position: 0 -117px; }
.icon_x1 { background-position: -39px -117px; }
.icon_events { background-position: -78px -117px; }
.icon_wings { background-position: -39px -156px; }
.icon_box { background-position: 0 -156px; }
.icon_scrolls { background-position: -78px -156px; }

.icon_catch { background-position: 0 0; }
.icon_addons { background-position: -39px 0; }
.icon_pesca { background-position: -78px 0; }
.icon_pvp { background-position: 0 -39px; }
.icon_rewards1 { background-position: -39px -39px; }
.icon_store1 { background-position: -78px -39px; }
.icon_elixir1 { background-position: 0 -78px; }
.icon_char1 { background-position: -39px -78px; }
.icon_guild1 { background-position: -78px -78px; }
.icon_jewel1 { background-position: 0 -117px; }
.icon_x11 { background-position: -39px -117px; }
.icon_events1 { background-position: -78px -117px; }
.icon_wings1 { background-position: -39px -156px; }
.icon_box1 { background-position: 0 -156px; }
.icon_scrolls1 { background-position: -78px -156px; }

/* corner */

.c {
	background: url(img/classico/sprites/item-ornament.png) no-repeat;
	height: 30px;
	margin: .5em;
	opacity: 0.2;
	position: absolute;
	transition: 1s;
	width: 30px;
}

.c_1 {background-position: 0 0; top:0; left:0;}
.c_2 {background-position: 0 -30px; bottom:0; left:0;}
.c_3 {background-position: -30px 0; top:0; right:0;}
.c_4 {background-position: -30px -30px; bottom:0; right:0;}


/* Buttons */

.btn {
	padding: .7em;
	transition: 1s;
	margin-left: .6rem;
}
.btn:first-child {
	margin-left: 0;
}

.btn_primary {
	border: 1px solid #c9c3a8;
	color: #c9c3a8;
}

.btn_primary:hover {
	border: 1px solid #3dcb97;
	background-color: #3dcb97;
	color: #000;
	box-shadow: 0px 0px 8px #228762;
}

.btn_facebook {
	border: 1px solid #c9c3a8;
	color: #c9c3a8;
}

.btn_facebook:hover {
	border: 1px solid #4267b2;
	background-color: #4267b2;
	color: #000;
	box-shadow: 0px 0px 8px #4267b2;
}

.btn_trello {
	border: 1px solid #c9c3a8;
	color: #c9c3a8;
}

.btn_trello:hover {
	border: 1px solid #0079bf;
	background-color: #0079bf;
	color: #000;
	box-shadow: 0px 0px 8px #0079bf;
}

.btn_youtube {
	border: 1px solid #c9c3a8;
	color: #c9c3a8;
}

.btn_youtube:hover {
	border: 1px solid #ff0000;
	background-color: #ff0000;
	color: #000;
	box-shadow: 0px 0px 8px #ff0000;
}

.btn_site {
	border: 1px solid #3dcb97;
	color: #3dcb97;
}

.btn_site:hover {
	border: 1px solid #3dcb97;
	background-color: #3dcb97;
	color: #000;
	box-shadow: 0px 0px 8px #228762;
}

.btn_forum {
	border: 1px solid #cb3d62;
	color: #cb3d62;
}

.btn_forum:hover {
	border: 1px solid #cb3d62;
	background-color: #cb3d62;
	color: #000;
	box-shadow: 0px 0px 8px #841d38;
}

/* Scroll Arrow */

.scroll_arrow {
	animation: float 1.2s ease-in-out infinite alternate;
	background: url(img/classico/arrow.png) no-repeat;
	bottom: 5em;
	height: 46px;
	position: absolute;
	width: 46px;
	z-index: 2;
}

@keyframes float {
	0% {
		transform: translate(0,0);
	}
	100% {
		transform: translate(0,20px);
	}
}


/* Footer */

.row {
	display: flex;
	flex-direction: row;
}

.footer {
	height: 30vh;
	background: rgba(0,0,0,.4);
	align-items: center;
	display: flex;
	text-align: center;
	flex-direction: row;
}

.border {
	background: url(img/classico/footer.jpg);
	height: 3px;
	width: 100%;
	border: none;
	box-shadow: 0 0 10px #000;
}

/* Scrollbar */

::-webkit-scrollbar-track {
    background: #14120f;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-thumb {
    background: #483e24;
}
