/*
Theme Name: Rush Danmark WordPress Theme
Author: Morten Sørensen (ms@indexed.dk)
Description:
Version: 0.0.1
*/

/* BLUE COLOR */
.blue {
    color: #2097d1;
}
#menu-topbar{margin-top: 3px;}
h6.blue {
	margin: 0;
}

main a {
	color: #2097d1;
}
main a:hover,
main a:focus {
	color: #1d93ce;
}

/* PRICE MAP */
.price-map {
    margin: 0 0 40px;
    font-size: 22px;
    line-height: 2.4;
}

.price-map h2 {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
    word-wrap: break-word;
}

.price-map h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
}

.price-map hr {
    border-top: 2px solid #2097d1;
    margin: 0;
}

.price-map p {
    font-style: italic;
    margin: 0 0 10px;
    font-size: 16px;
}

.price-map .row {
    padding: 0 20px;

}

.price-map .light {
    background: #aee5ff;

}

.price-map .dark {
    background: #2097d1;
    color: white;

}

.contact-form input {
    color: initial;
}

.floating_price_black {
    background: black;
    height: 200px;
    width: 200px;
    border-radius: 100%;
    margin: 0 auto 20px;
}

.floating_price_red {
    margin-top: 5px;
    margin-left: 10px;
    border-radius: 100%;
    height: 190px;
    width: 190px;
    background: #e32735;
    text-align: center;
    vertical-align: middle;
    line-height: initial;
    color: white;
    transform: rotate(5deg);
}

.floating_price_red .top {
    padding: 20px 0 0;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.floating_price_red .middle {
    font-size: 30px;
    font-weight: bold;
}

.floating_price_red .bottom {
    font-size: 11px;
}.footer_address{float:left;}

@media (min-width: 768px) {
    .floating_price_black {
        position: absolute;
        z-index: 1;
        margin-top: -110px;
        margin-left: 470px;
    }
}

@media (min-width: 992px) {
    .floating_price_black {
        margin-top: -140px;
        margin-left: 400px;
    }
}

@media (min-width: 1200px) {
    .floating_price_black {
        margin-top: -110px;
        margin-left: 500px;
    }
}


/* TRAMPOLINER CIRCLER */
.all-activities {

}

.all-activities .boxes-separate {
    width: 50%;
    display: inline-block;
    height: auto;
    text-align: center;
}

@media (max-width: 894px) {
    .all-activities .boxes-separate {
        width: 100%;
        margin-top: 10px;
    }
}

@media (min-width: 895px) {
	.all-activities .boxes-separate {
		float: left;
	}
}

.all-activities .boxes-separate .round2 {
    background-color: #acacac;
    border: medium none;
    border-radius: 50%;
    height: 272px;
    margin: 0 auto;
    overflow: hidden;
    width: 272px;
    margin-top: 60px;
    position: relative;
    box-shadow: 0 0 0 0 rgba(7, 148, 210, 0.6) inset, 0 0 0 16px rgba(255, 255, 255, 0.6) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 894px) {
    .all-activities .boxes-separate .round2 {
        margin: 0 auto 0;
    }
}

.all-activities .boxes-separate .round2 img {
    width: 100%;
    height: 100%;
}

.all-activities .boxes-separate .round2 .ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.all-activities .boxes-separate .round2 .ch-item .ch-info {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
    -webkit-backface-visibility: hidden;
    display: table;
}

.all-activities .boxes-separate .round2 .ch-item:hover {
    box-shadow: inset 0 0 0 150px rgba(0,122,207, 0.8), inset 0 0 0 16px #ccc, 0 1px 2px rgba(0,0,0,0.1);
}

.all-activities .boxes-separate .round2 .ch-item:hover .ch-info {
    opacity: 1;
    transform: scale(1);
}

.all-activities .boxes-separate .round2 .ch-item .ch-info h3 {
    color: #fff !important;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 0 30px;
    height: 110px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
    font-weight: normal;
    vertical-align: middle;
    display: table-cell;
}

/* Imported from Helsinki Page */
.status-publish {
padding-bottom: 40px;
}
.button-image {
    float: left;
    width: 100%;
    padding-bottom:50px;
}
.welcome-text {
    height: auto;
    margin: 0 auto;
    width: 100%;
}
.welcome-text img {
    height: 100%;
    position: relative;
    transition: all 1s ease 0s;
}
.welcome-text img:hover{
height: 100%;
-ms-transform: scale(1.1);
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.top-img{
width:100%;
text-align:center;
}
.button-scale1 {
    display: inline-block;
    height: 800px;
    overflow: hidden;
    width: auto;
}
.button-scale2{
width: 100%;
margin: 0px auto;
padding:5px 0px;
}
.button-scale2 img{
width: 100%;
}
.button-scale {
display: inline-block; 
height: auto;
overflow: hidden;
width: 49.3%;
}
.button-scale img{
width:100%;
}
/* End Imported from Helsinki Page */


@media screen and (max-width:614px){
#menu-topbar li:nth-child(4) {width: 50%;}
#menu-topbar li:nth-child(5) {width: 25%;}
#menu-topbar li:nth-child(6) {width: 21%;}
}
@media screen and (max-width:392px){
#menu-topbar li:nth-child(4) {width: 56%;}
#menu-topbar li:nth-child(5) {width: 20%;}
#menu-topbar li:nth-child(6) {width: 20%;}
}
@media screen and (max-width:345px){
.topbar .topbar-nav .nav-pills > li > a{font-size:12px;}
.navbar-rush {top: 68px;}
}