2015-07-03 09:36:59 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Titillium Web';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
|
|
|
src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url(http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr6YfJ4wTnNoNUCmOpdh16Tg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr1uKlGE8-OjkUKWan_M3D6s.woff) format('woff');
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Titillium Web';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: local('Titillium Web'), local('TitilliumWeb-Regular'), url(http://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTceHuglUR2dhBxWD-q_ehMME.woff2) format('woff2'), url(http://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTcZ_o9VAbKgK36i-4snuAuCM.woff) format('woff');
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Titillium Web';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 600;
|
|
|
|
src: local('Titillium WebSemiBold'), local('TitilliumWeb-SemiBold'), url(http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr6d1JQt-lS5nD-1TJX2NNl0.woff2) format('woff2'), url(http://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wprx3QmhlKDgQgT1VN2Ed1WFo.woff) format('woff');
|
|
|
|
}
|
|
|
|
|
2015-07-03 17:23:10 +00:00
|
|
|
select {
|
|
|
|
outline: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
2015-07-03 09:36:59 +00:00
|
|
|
* {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
body,
|
|
|
|
html {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2015-07-03 16:57:04 +00:00
|
|
|
background: url(http://80.240.132.120/test/inner-bg.jpg) #162232 center top no-repeat;
|
2015-07-03 09:36:59 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
font-family: 'Titillium Web', sans-serif;
|
2015-07-03 16:16:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.card,
|
|
|
|
.card-small-small {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bbm-wrapper {
|
|
|
|
background: rgba(6, 13, 22, 0.9);
|
|
|
|
padding: 7% 0 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bbm-modal {
|
|
|
|
background: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
max-width: 100%;
|
|
|
|
border-radius: 0;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-sub {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bbm-modal__topbar {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bbm-modal__title {
|
|
|
|
font-size: 26px;
|
|
|
|
color: #8798ac;
|
|
|
|
margin: 0 0 20px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bbm-modal__section {
|
|
|
|
position: absolute;
|
|
|
|
transform: translate(-50%, 0px);
|
|
|
|
left: 50%;
|
2015-07-03 16:57:04 +00:00
|
|
|
width: 500px;
|
2015-07-03 17:23:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.card {
|
|
|
|
cursor: pointer;
|
2015-07-03 09:36:59 +00:00
|
|
|
}
|