body{
	margin: 0;
	padding: 0;
	font-family: "Roboto-Light";
	font-size: 16px;
	color: #212121;
}
.header{
	top: 0;
	background-color: #000000;
	height: 80px;
	width: 100%;
	position: fixed;
	z-index: 102;
}
.menu {
    margin: 30px 30px 0 30px;
    display: inline-block;
}
.logo{
    max-width: 150px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}
.header-menu{
	display: inline-block;
    float: right;
    margin:20px 65px 0 0;
    vertical-align: top;
    text-align: center;
}
.menu-box{
	border-bottom: 1px solid #777777;
	color: #ffffff;
	padding-bottom: 10px;
	display: inline-block;
	margin-left: 45px;
	max-width: 80px;
	font-size: 15px;
}
.header-link{
	color: #FFFFFF;
}
.menu-box:hover{
	border-bottom: 1px solid #962C49;
}
.header-buttons{
	display: inline-block;
    margin: 5px 0 0 60px;
    vertical-align: top;
}
.content{
	padding-top: 80px;
}
.header-wrapper{
    background-image: url(../img/bases-header.jpg);
    background-position: right;
    background-repeat: no-repeat;
    height: 400px;
    background-size: cover;
}
.header-text{
	color: #ffffff;
	float: left;
	padding: 150px 0 0 100px ;
}
h1{
    font-family: 'Roboto';
    font-size: 40px;
    margin: 0 0 10px 0;
    text-align: left;
    font-weight: normal;
}
.header-title{
	font-family: 'Roboto';
    font-size: 40px;
    margin-bottom: 10px;
    text-align: left;
}
.store-arrow{
    margin: -30px auto;
    display: block;
}
.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
}
.animated{
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-fill-mode:both;
    -webkit-animation-duration:4s;
    -moz-animation-duration:4s;
    -ms-animation-duration:4s;
    -o-animation-duration:4s;
    animation-duration:4s;
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 40% {-webkit-transform: translateY(-10px);}
    60% {-webkit-transform: translateY(-10px);}
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-10px);}
    60% {-moz-transform: translateY(-10px);}
}
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-10px);}
    60% {-o-transform: translateY(-10px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-10px);}
    60% {transform: translateY(-10px);}
}
.background-arrow{
    margin: -57px auto 0 auto;
    display: block;
}
.store-wrapper{
    margin-top: -10px;
    background-color: #EDE9E9;
    padding: 30px 0;
    text-align: center;
}
.google-store{
    display: inline-block;
    margin-top: 25px;
    vertical-align: top;
}
.store-title{
    display: inline-block;
    font-family: 'Roboto-Medium';
    font-size: 19px;
}
.store-description{
    max-width: 545px;
    font-family: 'Roboto-Light';
    display: block;
    font-size: 17px;
    padding-top: 10px;
    margin: 0 130px;
}
.app-store{
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
}

.bases-wrapper{
    margin: 100px auto 50px auto;
    text-align: center;
}
h2{
    font-family: 'Roboto';
    font-size: 35px;
    color: #962C49;
    margin: 0 0 10px 0;
    font-weight: normal;
}
.bases-title{
    font-family: 'Roboto';
    font-size: 35px;
    color: #962C49;
    margin-bottom: 10px;
}
.bases-description{
    display: inline-block;
    vertical-align: top;
    width: 760px;
    padding: 14px 5px;
}
.bases-images{
	margin: auto;
}
.bases-site{
	display: inline-block;
	padding: 30px 60px;
	vertical-align: top
}
.text-site{
    text-align: left;
    border-left: 2px solid #FF3F48;
    font-size: 20px;
    font-family: 'Roboto';
    width: 220px;
    padding-left: 5px;
    margin-top: 10px;
}
.service-wrapper{
	text-align: center;
}
.service-text{
    display: inline-block;
    vertical-align: top;
    padding: 0 60px;
}
.service-icon{
	height: 65px;
}
.service-description{
	font-family: 'Roboto';
    font-size: 15px;
    max-width: 186px;
    text-align: center;
}
.business-wrapper{
    height: 500px;
    margin-top: 150px;
    background-size: cover;
    background-image: url(../img/home-business.jpg);
    background-position: right;
    background-repeat: no-repeat;
}
.business-left{
    display: inline-block;
    list-style: none;
    text-align: left;
    vertical-align: top;
    color: #ffffff;
    padding: 20px 0 0 150px;
}
.business-title{
    padding-top: 35px;
    font-family: 'Roboto';
    font-size: 32px;
}
.business-subtitle {
    font-family: 'Roboto-Light';
    font-size: 27px;
    padding: 20px 0 0 45px;
}
.business-description{
    max-width: 385px;
    padding: 15px 0 25px 60px;
}
.business-btn{
    margin: 0 0 20px 60px!important;
}
.business-phone{
    height: 600px;
    display: inline-block;
    margin: -40px 90px 0 0;
    float: right;
}
.enterprise-wrapper{
    margin: 100px 0;
    text-align: center;
}
.enterprise-col{
    list-style: none;
    display: inline-block;
    color: #962C49;
    width: 171px;
    vertical-align: top;
    margin: 0 25px;
}
.enterprise-subtitle{
    text-align: left;
    padding-left: 60px;
}
.enterprise-title{
    font-family: 'Roboto-Bold';
    font-size: 52px;
}
.enterprise-number{
    padding-top: 20px;
}
.enterprise-description{
    color: #000000;
    font-size: 15px;
}
.services-wrapper{
	text-align: center;
	margin-top: 100px;
}
.services-top{
	width: 100px;
	height: 2px;
	border: none;
	background-color: #962C49;
}
.services-title{
	font-family: 'Roboto-Medium';
	font-size: 30px;
	color: #962C49;
	padding-top: 20px;
}
.services-description{
	font-size: 25px;
	color: #757575;
	display: block;
	padding: 10px 0 50px 0;
}
.services-type{
	display: inline-block;
	vertical-align: top;
	list-style: none;
	color: #212121;
}
.services-type:hover{
	color: #962C49;
}
.services-text{	
	max-width: 200px;
	margin: 20px auto;
	text-align: center;
}
.services-text:first-child{
	max-width: 240px;
}
.services-bottom{
    width: 700px;
    height: 2px;
    background-color: #EDE9E9;
    margin-top: 80px;
    border: none;
}
.white-button{
	background-color: transparent;
	margin-left: 20px;
	padding: 8px 15px;
	border: 1px solid #ffffff;
	border-radius: 5px;
	color: #FFFFFF;
	display: inline-block;
	font-family: 'Roboto-Light';
	font-size: 15px;
	cursor: pointer;
}
.white-button:hover{
	background-color: #ffffff;
	color: #212121;
}
.select-button{
	background-color: #ffffff;
	color: #000000;
}
.select-button:hover{
	background-color: transparent;
	color: #ffffff;
}
.footer {
    margin-top: 0 !important;
}
p{
	margin: 0;
}
a{
	text-decoration: none;
}
ul{
	padding-left: 0;
	margin: 0;
	list-style: none;
}

/*
*
* Counter
*/
.counter-classic {
	text-align: center;
	font-family: 'Roboto-Bold';
    font-size: 52px;
	animation-duration: 15s;
}

.counter-classic-main {
	font-family: 'Roboto';
	font-size: 52px;
	color: #962C49;
	
}

.counter-classic-main > * {
	display: inline-block;
	vertical-align: bottom;
}

.counter-classic-main .small {
	position: relative;
	top: -.05em;
	font-size: .55em;
	line-height: 1;
}

.counter-classic-title {
	font-family: Poppins, sans-serif;
	font-weight: 300;
	font-size: 52px;
	letter-spacing: 0;
}

.counter {
    animation-duration: 15s;
    animation-fill-mode: both;
    opacity: 1;
}

* + .counter-classic-title {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.counter-classic-main {
		font-size: 50px;
	}
	* + .counter-classic-title {
		margin-top: 15px;
	}
}
@font-face{
    font-family:"Roboto";
    src:url(../fonts/Roboto-Regular.ttf) format("truetype");
}
@font-face{
    font-family:"Roboto-Light";
    src:url(../fonts/Roboto-Light.ttf) format("truetype");
}
@font-face{
    font-family:"Roboto-Medium";
    src:url(../fonts/Roboto-Medium.ttf) format("truetype");
}
@font-face{
    font-family:"Roboto-Bold";
    src:url(../fonts/Roboto-Bold.ttf) format("truetype");
}
@media only screen and (min-width: 1024px) and (max-width: 1365px){
    .menu-box{
        margin-left: 10px;
    }
    .header-buttons{
        margin: 5px 0 0 20px;
    }
    .store-description{
        margin: 0 25px;
    }
	.bases-site{
		padding: 30px;
	}
	.service-text{
		padding: 0 30px;
	}
    .business-left{
        padding: 0 0 0 70px;
    }
    .business-phone{
        margin: -40px 10px 0 0;
    }
    .enterprise-wrapper{
        margin: 100px auto 50px auto;
    }
    .enterprise-col{
        width: 148px;
    }
	.services-wrapper{
        max-width: 900px;
        margin: 0 auto;
    }
    .services-top{
        display: none;
    }
    .services-type{
        margin: 0 20px;
    }
}
@media only screen and (min-width: 1600px){
    .header{
        height: 100px;
    }
    .menu{
        margin: 35px;
    }
    .logo{
        margin-top: 15px;
    }
    .header-menu{
        margin: 25px 65px 0 0;
    }
    .content{
        padding-top: 100px;
    }
    .store-description{
		margin: 0 180px;
	}
    .header-title{
        font-size: 60px;
    }
    .service-text{
		padding: 0 100px;
    }
    .business-wrapper{
        height: 580px;
        margin-top: 180px;
    }
    .business-left{
        padding: 70px 0 0 320px;
    }
    .business-title{
        padding-top: 15px;
    }
    .business-phone{
        margin: -67px 190px 0 0;
        height: 750px;
    }
    .enterprise-wrapper{
        margin: 130px 0;
    }
    .enterprise-col{
        margin: 0 45px;
    }
    .white-button{
        font-size: 18px;
    }
}