.gca_upgrade h2
{
    color: #005b7f;
    text-align: center;
    margin-top: 100px;
    font-size: 150%;
}

.gca_upgrade.gca_upgrade_type_bronze h2{	color: #b08d57;	}
.gca_upgrade.gca_upgrade_type_silver h2{	color: #d4d5d5;	}
.gca_upgrade.gca_upgrade_type_gold h2{		color: #cdb25e;	}

.gca_upgrade strong
{
    text-align: center;
    font-size: 110%;
    display: block;
    margin-top: 10px;
    font-family: 'Hero', sans-serif;
    color: #363636;
    font-weight: 400;
}

.gca_upgrade .gca_upgrade_description
{
    text-align: justify;
    width: 70%;
    margin: 50px auto;
}

@media(max-width: 640px)
{
    .gca_upgrade .gca_upgrade_description
	{
        width: 85%;
    }
}
.gca_upgrade > div
{
    margin-top: 100px;
}

.gca_upgrade .gca_upgrade_image img
{
    width: 100%;
}

.gca_upgrade .gca_upgrade_list
{
    column-count: 2;
}

.gca_upgrade .gca_upgrade_list div
{
    display: inline-block;
    margin-bottom: 20px;
}

.gca_upgrade .gca_upgrade_list h3
{
    color: #005b7f;
    font-size: 80%;
    font-weight: 600;
    line-height: normal;
    text-align: left;
	margin-bottom: 3px;
}

.gca_upgrade.gca_upgrade_type_bronze .gca_upgrade_list h3,
.gca_upgrade.gca_upgrade_type_silver .gca_upgrade_list h3,
.gca_upgrade.gca_upgrade_type_gold .gca_upgrade_list h3
{
	color: #363636;
}

.gca_upgrade .gca_upgrade_list p
{
    color: #005b7f;
    font-size: 75%;
    line-height: normal;
    text-align: left;
    margin-bottom: 0px;
}

.gca_upgrade.gca_upgrade_type_bronze .gca_upgrade_list p,
.gca_upgrade.gca_upgrade_type_silver .gca_upgrade_list p,
.gca_upgrade.gca_upgrade_type_gold .gca_upgrade_list p
{
	color: #363636;
}

.gca_upgrade .gca_upgrade_spec
{
    padding-left: 0px;
}

.gca_upgrade .gca_upgrade_spec strong
{
    color: #005b7f;
    font-size: 80%;
    font-weight: 600;
    text-align: left;
}

.gca_upgrade.gca_upgrade_type_bronze .gca_upgrade_spec strong,
.gca_upgrade.gca_upgrade_type_silver .gca_upgrade_spec strong,
.gca_upgrade.gca_upgrade_type_gold .gca_upgrade_spec strong
{
	color: #363636;
}

.gca_upgrade .gca_upgrade_spec .procent_bar
{
    background-color: #e1e1e1;
    width: 100%;
    height: 8px;
    overflow: hidden;
}


.gca_upgrade .gca_upgrade_spec .procent_bar div
{
    background-color: #005b7f;
    height: 100%;
}

.gca_upgrade.gca_upgrade_type_bronze .gca_upgrade_spec .procent_bar div{	background-color: #b08d57;	}
.gca_upgrade.gca_upgrade_type_silver .gca_upgrade_spec .procent_bar div{	background-color: #b4b4b4;	}
.gca_upgrade.gca_upgrade_type_gold .gca_upgrade_spec .procent_bar div{		background-color: #cdb25e;	}


.gca_upgrade .gca_upgrade_spec.trigger_progress .procent_bar div
{
    -webkit-animation: slideIn 3s forwards;
    -moz-animation: slideIn 3s forwards;
    animation: slideIn 3s forwards;
}



@-webkit-keyframes slideIn
{
    0%
	{
        transform: translateX(-100%);
    }

    100%
	{
        transform: translateX(0);
    }
}

@-moz-keyframes slideIn
{
    0%
	{
        transform: translateX(-100%);
    }

    100%
	{
        transform: translateX(0);
    }
}

@keyframes slideIn
{
    0%
	{
        transform: translateX(-100%);
    }

    100%
	{
        transform: translateX(0);
    }
}

.gca_upgrade .gca_upgrade_value h3
{
    color: #005b7f;
    font-size: 50%;
    text-align: left;
    font-family: 'Myriad Pro', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.gca_upgrade.gca_upgrade_type_bronze .gca_upgrade_value h3{	color: #b08d57;	}
.gca_upgrade.gca_upgrade_type_silver .gca_upgrade_value h3{	color: #b4b4b4;	}
.gca_upgrade.gca_upgrade_type_gold .gca_upgrade_value h3{	color: #cdb25e;	}

.gca_upgrade .gca_upgrade_value strong
{
    color: #363636;
    font-size: 50%;
    text-align: left;
    font-weight: 600;
    margin-top: 0px;
}

.gca_upgrade .gca_upgrade_value > div
{
    color: #005b7f;
    font-size: 150%;
    text-align: left;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 15px;
}

.gca_upgrade.gca_upgrade_type_bronze .gca_upgrade_value > div{	color: #b08d57;	}
.gca_upgrade.gca_upgrade_type_silver .gca_upgrade_value > div{	color: #b4b4b4;	}
.gca_upgrade.gca_upgrade_type_gold .gca_upgrade_value > div{	color: #cdb25e;	}

.gca_upgrade .gca_upgrade_value span
{
    font-size: 50%;
    padding-left: 2px;
}

.gca_upgrade.gca-arrow-down:after
{
    margin-top: 50px;
}

.gca_upgrade.gca-arrow-down:last-child:after
{
    visibility: hidden;
}


.gca-upgrades-toc
{
	width: 100%;
	height: 80px;
	margin: 30px 0 40px 0!important;
	list-style: none !important;
}


.gca-upgrades-toc li
{
	float: left;
	background-color: #363636;
}

.gca-upgrades-toc li:first-child:nth-last-child(1) { width: 100%; }
.gca-upgrades-toc li:first-child:nth-last-child(2), .gca-upgrades-toc li:first-child:nth-last-child(2) ~ li { width: 50%; }
.gca-upgrades-toc li:first-child:nth-last-child(3), .gca-upgrades-toc li:first-child:nth-last-child(3) ~ li { width: 33.33333%; }
.gca-upgrades-toc li:first-child:nth-last-child(4), .gca-upgrades-toc li:first-child:nth-last-child(4) ~ li { width: 25%; }
.gca-upgrades-toc li:first-child:nth-last-child(5), .gca-upgrades-toc li:first-child:nth-last-child(5) ~ li { width: 20%; }
.gca-upgrades-toc li:first-child:nth-last-child(6), .gca-upgrades-toc li:first-child:nth-last-child(6) ~ li { width: 16.66666%; }
.gca-upgrades-toc li:first-child:nth-last-child(7), .gca-upgrades-toc li:first-child:nth-last-child(7) ~ li { width: 14.28575%; }
.gca-upgrades-toc li:first-child:nth-last-child(8), .gca-upgrades-toc li:first-child:nth-last-child(8) ~ li { width: 12.5%; }

.gca-upgrades-toc a
{
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 80px;
	font-size: 16px;
	color: #e1e1e1;
	text-decoration: none;
	font-family: 'Hero', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: 0s;
}

.gca-upgrades-toc a:hover
{
	background-color: #fff;
	color: #363636;
}

.gca_upgrade_button
{
	padding: 0 !important;
	margin: 25px 0 10px 0 !important;
}

.gca_upgrade_button a
{
	text-align: center;
}

.gca_upgrade.gca_upgrade_type_bronze .gca_upgrade_button a{	background: #b08d57 url('../images/bronze.png') !important; background-size: auto 100% !important; color: #fff !important;	}
.gca_upgrade.gca_upgrade_type_silver .gca_upgrade_button a{	background: url('../images/silver.png') #b4b4b4 !important; background-size: auto 130% !important; color: #fff !important;	}
.gca_upgrade.gca_upgrade_type_gold .gca_upgrade_button a{	background: url('../images/gold.png') #cdb25e !important; background-size: auto 100% !important; color: #fff !important; background-position-y: 90% !important;	}

.gca_upgrade_button a:hover{ opacity: 0.7; }


@media (max-width: 1200px)
{
	.gca-upgrades-toc
	{
		height: auto;
		overflow: hidden;
	}

	.gca-upgrades-toc li
	{
		width: 50% !important;
	}
}

@media (max-width: 1024px)
{
	.gca-upgrades-toc li
	{
		width: 100% !important;
	}
}
