/* Framework7 Demo - style.css */


.navbar-bg {
    background-color: #f7f7f8
}

.navbar, .navbar-inner {
    text-align: center;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #f7f7f8;
    border-bottom: 1px solid #ccc
}

/*.navbar a {
    color: #fff;
}*/

.fade {
	opacity: 1;
	transition: opacity 0.35s ease-in-out;
}

.fade:hover {
	opacity: 0.5;
}

#transType1 {
    display: block
}

#transType2 {
    display: none
}

.transActive {
    display: block
}

.head-block {
    position: relative;
    width: 100%;
    height: 30px;
    vertical-align: middle;
    font-size: 12px;
    color: #7a7a7a;
    border-bottom: 1px solid #ccc
}

.head-block.pad {
    padding: 10px
}

.head-block > .title {
    position: absolute;
    left: 15px;
    top: 7px;
    text-align: left;
}

.head-block > .left {
    position: absolute;
    left: 15px;
    top: 7px;
    text-align: left;
    width: 40%;
}

.head-block > .left2 {
    position: absolute;
    left: 15px;
    top: 7px;
    text-align: left;
    width: 70%;
}

.head-block > .right {
    position: absolute;
    right: 15px;
    top: 7px;
    text-align: right;
    width: 40%;
}

.head-block > .right2 {
    position: absolute;
    right: 15px;
    top: 3px;
    text-align: right;
    width: 50px;
    color: #2397f3
}

.head-block2 {
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #4ca1db;
    font-size: 12px;
    color: #fff
}

.head-block2 > .title {
    position: absolute;
    left: 15px;
    top: 7px;
    text-align: left;
    width: 100%;
}

.head-block2 > .left {
    position: absolute;
    left: 15px;
    top: 7px;
    text-align: left;
    width: 40%;
}

.head-block2 > .right {
    position: absolute;
    right: 15px;
    top: 7px;
    text-align: right;
    width: 40%;
}

.head-block-blue {
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #4ca1db;
    vertical-align: middle;
    font-size: 12px;
    color: #fff
}

.head-block-blue > .title {
    position: absolute;
    left: 15px;
    top: 7px;
    text-align: left;
    width: 100%;
}

.head-block-blue > .left {
    position: absolute;
    left: 15px;
    top: 7px;
    text-align: left;
    width: 40%;
}

.head-block-blue > .right {
    position: absolute;
    right: 20px;
    top: 7px;
    text-align: right;
    width: 40%;
}

.rlNumber {
    font-weight: bold
}

.page-header>.center {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.page-header .phone-holder {
    width: 425px;
    height: 740px;
    padding: 20px;
    margin: 0 auto 0 auto
}

.page-header .phone {
    flex-shrink: 0;
    box-shadow: 0 0 6px 6px rgba(0, 0, 0, .2);
    width: 360px;
    height: 680px;
    padding: 5px;
    border-radius: 25px;
    background: #000;
    align-self: center;
    margin: 0 auto 0 auto;
    /*margin-left: 60px;*/
    position: relative;
    /*margin-right: -10px;*/
    box-sizing: border-box
}

.page-header .phone .iframe-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 100%
}

.page-header .phone iframe {
    height: 100%;
    display: block;
    width: 100%;
    border-radius: 20px
}

.center {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box
}

.right {
    text-align: right
}

.bold {
    font-weight: bold
}

.italic {
    font-style: italic
}

@media(max-width:960px) {
    .center {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media(max-width:800px) {
    .center {
        padding-left: 15px;
        padding-right: 15px
    }
    .contribute-cols h2 {
        text-align: center
    }
}