@font-face{
	font-family: 'VAG Rounded TL';
	src: url('../fonts/VAG_Rounded_TL.ttf');
	font-weight: normal;
	font-style: normal;
}

@charset "utf-8";
*{
    outline:none !important;
}
html, body{
	overflow:hidden;
}
body{
    font-family: 'Ubuntu', sans-serif;
	color: #383838;
	background-color: #000;
}

img{
	max-width: 100%;
}

a{
    transition: 0.3s linear;
    color: inherit;
}
a:hover,
a:focus{
    opacity: 0.8;
    text-decoration: none;
}

.main-bn{
	position: relative;
    color: #ffffff;
	padding: 30px 0;
	height: 100%;
}
.main-bn .background{
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/main-bg-2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
	opacity: 0.7;
	width: 100%;
	height: 100%;
}
.main-bn .cons-card{
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	padding-left: 45px;
	margin-top: 13px;
}
.main-bn .cons-card:before{
	width: 35px;
    height: 26px;
    content: " ";
    position: absolute;
    left: 0px;
    top: -1px;
    background-image: url(../images/icons/card.png);
}

.btn-nobg{
	display: inline-block;
	border: 2px solid #aeadad;
	transform: skew(-20deg);
	padding: 10px 20px;
	color: #aeadad;
	font-size: 18px;
	font-weight: 700;
}
.btn-nobg:hover,
.btn-nobg:focus{
	color: #fff;
	opacity: 1;
	border: 2px solid #fff;
}

.btn-nobg span{
	display: block;
    transform: skew(20deg);
}

.main-bn .middel{
	width: 39%;
	margin: 10% auto;
	text-align: center;
}
.main-bn .middel h1{
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	margin: 20px 0;
}

.btn-yellow{
	display: inline-block;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
	background-color: #e3d700;
	transform: skew(-20deg);
	padding: 10px 50px;
	color: #303030;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
    border: none;
}
.btn-yellow:hover,
.btn-yellow:focus{
	color: #303030;
	opacity: 1;
	background-color: #fff75e;
}

.btn-yellow span{
	position: relative;
	display: block;
    transform: skew(20deg);
}
.btn-yellow span.dumbbell{
	padding: 10px 0;
	padding-left: 45px;
}
.btn-yellow span.dumbbell:before{
	width: 35px;
    height: 35px;
    content: " ";
    position: absolute;
    left: 0px;
    top: 0px;
	bottom: 0px;
	margin: auto;
    background-image: url(../images/icons/dumbbell.png);
}
.btn-yellow.big{
	padding: 20px 50px;
}


.main-bn .bottom{
	margin-top: -100px;
}

.btn-special{
	position: relative;
	display: inline-block;
	padding: 15px;
	padding-top: 30px;
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	width: 250px;
	height: 100px;
	text-align: center;
}
.btn-special:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #504d4c;
	opacity: 0.6;
	transform: skew(-20deg);
	width: 250px;
	height: 100px;
	transition: 0.3s linear;
	z-index: 0;
}
.btn-special:before{
	content: '';
	position: absolute;
	top: 0;
	left: -50px;
	background: #4f4e4c;
	opacity: 0.6;
	transform: skew(-20deg);
	width: 350px;
	height: 100px;
	transition: 0.3s linear;
	z-index: 0;
}
.btn-special:hover{
	opacity: 1;
	color: #fff;
}
.btn-special:hover:after{
	top: 20px;
	left: 20px;
}
.btn-special:hover:before{
	top: -20px;
	left: -20px;
	width: 250px;
}
.btn-special span{
	display: block;
	position: relative;
	z-index: 2;
	color: #fff;
}

.modal-content{
    position: relative;
    box-shadow: 0 12px 60px rgba(0, 0, 0, 0.3);
    border-radius: 0; 
}
.modal-content .shape{
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/form-bg.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.modal-content .close{
    float: right;
    font-size: 45px;
    font-weight: 200;
    line-height: 0.5;
    color: #000;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: .7;
}
.modal-content .modal-header{
    border: none
}
.modal-content .title{
    color: #383838;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-align: left;
}
.modal-content .modal-body{
    background: rgba(255,255,255,0.5);
    z-index: 2;
    width: 60%;
    margin: auto;
    text-align: center;
}
.modal-content .modal-body.full{
    width: 90%;
}
.modal-content form button,
.modal-content .btn-nobg{
    display: block;
    width: 100%;
    margin-top: 30px;
}
.modal-content .btn-nobg:hover,
.modal-content .btn-nobg:focus{
    opacity: 1;
    color: #000;
    border-color: #000;
}

.form-control{
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #b7b7b7;
    border-radius: 0;
    padding: 25px 0;
    margin: 25px 0;
}
.form-control:focus{
    box-shadow: none;
    border-color: #e3d700;
}

.modal{
    text-align: center;
}

.modal-dialog{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.checkbox{
    position: relative;
    color: #494949;
    font-size: 13px;
    letter-spacing: 1px;
}
.checkbox input{
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 7px;
}
.checkbox span{
    color: #787676;
    font-size: 12px;
    font-weight: 400;
    padding-left: 10px;
}
.checkbox span a{
    text-decoration: underline;
    font-weight: 400;
}
.checkbox span:before{
    content: '';
    position: absolute;
    top: 2px;
    left: 0px;
    width: 15px;
    height: 14px;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
}
.checkbox span:after{
    content: '';
    position: absolute;
    top: 5px;
    left: 3px;
    opacity: 0;
    transition: .2s;
    width: 9px;
    height: 8px;
    border: 1px solid #f0f0f0;
    background-color: #63b554;
}
.checkbox input:checked + span:after {
  	opacity: 1;
}
.checkbox span a{
    color: #494949;
}

input[type="date"]{
    font-size: 12px;
}
input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
}
input[type="date"]:focus:before,
input[type="date"]:valid:before {
    content: "";
}

@media screen and (max-width: 1200px){
	.btn-yellow{
		font-size: 14px;
	}
}
@media screen and (max-width: 992px){
	.main-bn .middel{
		width: 70%;
	}
}
@media screen and (min-width: 768px) { 
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
@media screen and (max-width: 768px) { 
    .modal-content .modal-body{
        width: 100%;
    }
}
@media screen and (max-width: 660px){
	.btn-special{
		background: rgba(78, 77, 75, 0.7);
		margin: 0 -20px;
		padding: 30px 40px;
		width: 250px;
		height: auto;
	}
	.btn-special:before,
	.btn-special:after{
		display: none;
	}
	.main-bn .bottom{
		margin-top: 40px;
	}
	.main-bn .middel{
		margin-bottom: 0;
	}
}
@media screen and (max-width: 500px){
	.main-bn .middel{
		width: 100%;
	}
	.btn-special{
		width: 200px;
		padding: 20px 15px;
		font-size: 16px;
	}
	.btn-nobg{
		font-size: 16px;
		padding: 10px 15px;
	}
	.main-bn .cons-card{
		font-size: 16px;
	}
    
}
@media screen and (max-width: 400px){
	.main-bn .cons-card{
		font-size: 0;
	}
	.btn-special{
		width: 150px;
		padding: 15px;
		font-size: 16px;
	}
	.btn-yellow{
		padding: 10px 30px;
	}
}

@media screen and (min-width: 375px) and (max-width: 375px){
    .main-bn .background{
        background: url(../images/mobil-main-bg.jpg) no-repeat center center fixed;
    }
    /*
    .main-bn .middel h1{
        margin: 80px 0;
    }
    */
    .main-bn .middel {
        margin: 32% auto;
        margin-bottom: 20%;
    }
}