* {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif
}
a {
    text-decoration: none;
    color: #656D7E;
    transition: all .5s
}
a.redbtn:hover {
    color: #EF7779;
    transition: all .5s
}
a:not(.noblue) {
    color: #28B6F7
}
.support__panel {
    background-color: #F3F6F8;
    display: inline-block;
    border-radius: 3.5px;
    padding: 10px
}
code {
    background-color: #F3F6F8;
    display: inline-block;
    width: 100%;
    border-radius: 3.5px;
    padding: 6px;
    font-family: 'Hack', courier-new
}
body {
    background-color: #ECF0F1;
    font-size: 13px
}
.panel {
    width: 100%;
    color: #656D7E;
    background-color: #fff;
    margin: 0 auto;
    padding: 30px
}
.body {
    width: 960px;
    margin: 0 auto;
    color: #656D7E
}
.process {
    width: 600px;
    margin: 0 auto;
    padding: 20px 0;
    padding-top: 30px
}
.btn {
    cursor: pointer;
    padding: 10px 14px;
    outline: 0;
    font-family: 'Montserrat', sans-serif;
    border: none;
    border-radius: 3.5px;
    font-size: 13px;
    background-color: transparent
}
.btn.btn-red {
    color: #EF7779;
    border: 1px solid #EF7779
}
.btn.btn-buy {
    background-color: #EF7779;
    color: #fff
}
.btn.btn-primary {
    border: 1px solid #28B6F7;
    color: #28B6F7
}
small .smaller {
    font-size: 9px
}
.btn:not(.btn-buy):hover {
    background-color: #FAFAFA
}
.btn[disabled] {
    border: 1px solid #DEE1E2!important
}
.btn.btn-big {
    padding: 14px 18px!important;
    font-size: 14px!important
}
.flex {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap
}
.flex .fitem {
    flex: 1;
    position: relative
}
.flex .fitem__border--left {
    border-left: 1px solid #DEE1E2
}
.fitem__button input {
    cursor: pointer
}
.fitem__button p {
    margin: 5px 0
}
.pdl20 {
    padding-left: 20px
}
.pdr20 {
    padding-right: 20px
}
.pdl10 {
    padding-left: 10px
}
.pdr10 {
    padding-right: 10px
}
.pd30 {
    padding: 30px
}
.pd10 {
	padding: 10px;
}
.typo__right_mb {
	text-align: right;
}
.input__select {
    padding: 10px 14px;
    width: 100%;
    border-radius: 3.5px;
    border: 1px solid #DEE1E2;
    position: relative;
    cursor: pointer
}
.input__select:after {
    content: "\f104";
    font-family: 'Ionicons';
    position: absolute;
    right: 10px;
    line-height: 18px
}
.dragdrop__file {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0
}
.input__select .dropdown {
    display: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    top: 35px;
    left: 0;
    background-color: #fff;
    left: -1px;
    right: -1px;
    border: 1px solid #DEE1E2;
    border-radius: 0 0 3.5px 3.5px;
    box-shadow: 0 2px 0 rgba(222, 225, 226, .5);
    max-height: 200px;
    overflow: scroll
}
.input__select .dropdown li {
    padding: 10px 14px;
    border-bottom: 1px dashed #DEE1E2;
    cursor: pointer
}
.homebutton {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    background-color: white;
    border-top: 1px solid #28B6F7;
    border-right: 1px solid #28B6F7;
    border-top-right-radius: 3.5px;
    cursor: pointer
}
.input__select .dropdown li:last-of-type {
    border: none
}
.button__selector {
    margin: 0;
    list-style-type: none;
    padding: 10px 0;
    border-radius: 3.5px;
    display: inline-block;
    border-collapse: collapse
}
.button__selector li:first-of-type {
    border-top-left-radius: 3.5px;
    border-bottom-left-radius: 3.5px;
    border: 1px solid #DEE1E2;
    border-right: none
}
.button__selector li {
    margin: 0;
    padding: 10px 14px;
    border: 1px solid #DEE1E2;
    border-right: none;
    display: inline
}
.button__selector li.active + li {
    border-left-color: #30A9E1
}
.button__selector li.active {
    border-color: #30A9E1!important;
    color: #34B7F4
}
.button__selector li:hover {
    background-color: #FAFAFA;
    cursor: pointer
}
.button__selector li:clicked {
    background-color: #34B7F4;
    color: #fff;
    cursor: pointer
}
.button__selector li:last-of-type {
    border-top-right-radius: 3.5px;
    border-bottom-right-radius: 3.5px;
    border: 1px solid #DEE1E2
}
.process__status {
    padding: 0
}
.process__status .step.active:before {
    background-color: #28B6F7
}
.process__status .step {
    position: relative;
    width: 33.333333333333%;
    text-align: center;
    float: left;
    list-style-type: none;
    font-size: 11px;
    color: #717A8F;
    margin: 0;
    padding: 0
}
.process__status i {
    color: #656D7F;
    font-size: 15px
}
.process__status .step:before {
    content: "";
    top: -5px;
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #BEC0C1;
    margin: 0 auto;
    display: block;
    margin-bottom: 5px
}
.process__status .step:last-of-type:after {
    display: none
}
.process__status .step:after {
    content: "";
    position: absolute;
    width: 80%;
    left: 50%;
    margin-left: 10%;
    height: 2px;
    background-color: #BEC0C1;
    display: block;
    top: 0
}
input {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    outline: 0
}
.input__addon {
    border-radius: 3.5px;
    border: 1px solid #DEE1E2;
    padding: 10px 14px;
    padding-right: 0;
    font-size: 12px;
    margin-top: 3px;
    display: table;
    width: 100%
}
.input__addon .addoninput {
    padding: 0;
    width: 90%;
    display: inline-block;
    float: left;
    border: 0
}
.input__addon .addon {
    display: inline-block;
    width: 10%;
    float: left;
    text-align: center;
    border-left: 1px solid #DEE1E2
}
input.input__big {
    padding: 14px 18px!important;
    font-size: 14px!important
}
input.input__w50 {
    width: 50%;
}
input[type=text]:not(.addoninput),
input[type=password]:not(.addoninput) {
    border-radius: 3.5px;
    border: 1px solid #DEE1E2;
    padding: 10px 14px;
    font-size: 12px;
    margin-top: 3px
}
select {
    padding: 10px 14px!important;
    outline: 0;
    width: 100%;
    border-radius: 3.5px;
    border: 1px solid #DEE1E2;
    background-color: #fff;
    font-size: 12px;
    margin-top: 3px;
    position: relative
}
input[type=text]:not(.addoninput):focus,
input[type=password]:not(.addoninput):focus {
    border: 1px solid #34B7F4
}
label.input__label {
    font-size: 10px;
    text-transform: uppercase
}
.badge {
    border-radius: 3.5px;
    font-size: 10px;
    padding: 2px 5px;
    color: #fff
}
.badge.badge--green {
    background-color: #00B140
}
.badge.badge--yellow {
    background-color: #F1C230
}
.badge.badge--red {
    background-color: #EF7779
}
.typo__hcomm {
    font-size: 26px;
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0
}
.typo__left {
    text-align: left
}
.typo__small {
    font-size: 10px!important
}
.typo__right {
    float: right
}
.typo__center {
    text-align: center
}
.typo__iconbig {
    font-size: 34px
}
.typo__icongiga {
    font-size: 68px
}
.typo__bigbig {
    font-size: 46px
}
.typo__errorbig {
    color: #3E434D;
    padding: 0;
    margin: 0;
    font-size: 90px
}
.typo__mid {
    font-size: 16px
}
.typo__footer {
    margin-top: 10px;
    font-size: 9px
}
.typo__green {
    color: #77C04B
}
.typo__gray {
    color: #7A8498
}
.typo__blue {
    color: #28B6F7
}
.typo__red {
    color: #EF7779
}
.typo__navi {
    text-decoration: none
}
.typo__right {
    text-align: right
}
.typo__navi i {
    font-size: 24px;
    vertical-align: -3.5px;
    margin: 3px
}
.seperator {
    width: 100%;
    height: 1px;
    display: block;
    margin: 10px 0;
    border-bottom: 1px dashed #DEE1E2
}
.ul__input {
    margin: 0;
    margin-top: 3px
}
small {
    font-size: 10px
}
strong {
    font-weight: 700
}
h1 {
    font-family: 'Montserrat';
    font-size: 38px;
    padding: 0;
    margin: 0;
    font-weight: 700
}
h2 {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin: 0;
    margin-bottom: 20px;
    text-align: center
}
h2 i {
    font-size: 22px
}
.filemeta {
    font-size: 12px
}
table {
    border-collapse: collapse;
    width: 100%
}
tr {
    border-bottom: 1px solid #DADCDE;
    border-top: 1px solid #DADCDE
}
td {
    padding: 8px 20px;
    font-size: 12px
}
th {
    padding: 8px 20px;
    font-size: 12px;
    text-align: left;
    border-top: none
}
.table__small td,
.table__small th {
    font-size: 10px!important
}
.key {
    font-family: 'Hack', sans-serif;
    color: #28B6F7;
    font-size: 16px;
    border-radius: 3.5px
}
.code td {
    font-family: 'Hack', sans-serif!important
}
.wcol {
    width: 100%;
    display: table
}
.w50 {
    display: inline-block;
    width: 50%;
    float: left
}
.w25 {
    display: inline-block;
    width: 25%;
    float: left
}
.w33 {
    display: inline-block;
    width: 33.33333333%;
    float: left
}
.w10 {
    display: inline-block;
    width: 10%;
    float: left
}
.w65 {
    display: inline-block;
    width: 65%;
    float: left
}
.w75 {
    display: inline-block;
    width: 75%;
    float: left
}
.alert {
    padding: 10px 14px;
    border-radius: 3.5px
}
.alert.alert--danger {
    border: 1px solid #EF7779;
    color: #EF7779
}
.alert.alert--success {
    border: 1px solid #00B140;
    color: #00B140
}
.firstaid {
    border: 2px solid #BEC0C1;
    border-radius: 3.5px;
    width: 50%;
    margin: 0 auto;
    position: relative;
    display: table
}
.firstaid .icon {
    line-height: 34px;
    text-align: center;
    font-size: 20px;
    color: #EF7779
}
.firstaid .content {
    line-height: 34px;
    font-size: 11px
}
.firstaid button {
    position: relative;
    cursor: pointer;
    float: right;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #EF7779;
    color: #fff;
    padding: 10px;
    border: none;
    outline: 0
}
.pricepanel {
    margin-right: 20px
}
.firstaid button:after {
    clear: both
}
.tos__heading {
    text-align: left;
    font-size: 30px
}
.tos__sectionhead {
    text-align: left;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0
}
.tos__text {
    margin: 10px 0;
    font-size: 11px
}
@media only screen and (max-device-width: 700px) {
	.nomobile {
		display: none;
	}
	td {
		word-wrap: break-word;
	}
	.body {
		width: 100% !important;
		margin-top: 0px !important;
	}
	body,html {
		margin: 0;
		padding: 0;
	}
	.panel {
		padding: 15px;
	}
	.typo__errorbig {
		font-size: 55px;
	}
	.typo__errorbig i {
		display: block;
		font-size: 80px;
	}
	h2 {
		font-size: 18px;
		padding: 15px;
		padding-top: 35px;
		font-weight: 600;
	}
	h2 i {
		display: block;
		font-size: 30px;
	}
	.wcol {
		padding: 0px !important;
	}
	.wcol .w33 {
		padding: 0px 12px;
	}
	.typo__footer {
		padding: 15px;
	}
	.process {
		width: 100%;
		padding: 10px 0px;
	}
	.wcol {
		display: block;
		padding: 10px 0px !important;
	}
	.wcol.nospacing {
		padding: 0px !important;
	}
	.w50,.w25,.w33 {
		width: 100%;
		padding: 0px !important;
		margin: 5px 0px;
		float: none;
	}
	.button__selector {
		width: 100%;
		overflow-x: scroll;
		border-top: 1px solid #DEE1E2;
		border-bottom: 1px solid #DEE1E2;
		border-radius: 3.5px;
		padding: 13px 0px;
	}
	.button__selector li {
		padding: 13px 15px;
		border-top: none !important;
		border-bottom: none !important;		
	}
	.mobile-space {
		display: block;
		width: 100%;
		height: 10px;
	}
	.input__addon {
		padding: 13px 15px;
	}
	.input__addon input {
		font-size: 15px;
	}
	.input__addon .addon {
		display: inline-block;
		font-size: 15px;
    	width: 10%;
    	float: right;
    	text-align: right;
    	border: none;
	}
	.input__select {
		padding: 13px 15px;
	}
	.btn {
		width: 100%;
		padding: 13px 15px;
		font-size: 15px;
		margin: 5px 0px;
	}
	.fitem__button {
		padding: 15px;
	}
	.flex {
		margin-bottom: 15px;	
	}
	.input__w50 {
		width: 100% !important;
	}
	.typo__home {
		margin: 0 !important;
	}
	.typo__right_mb {
		text-align: left !important;
	}
}
