@import url("font-awesome.min.css");
@font-face{
font-family: HelveticaNeue;
src:url(../fonts/HelveticaNeueLTStd-Cn.ttf);

}
@font-face{
font-family: BebasNeue;
src:url(../fonts/BebasNeue.ttf);
}
html {
    width: 100%;
    overflow-x: hidden;
}

body {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    width: 100%;

}



.top-margin {
    margin-top: 96px;
}

.bottom-margin {
    margin-bottom: 96px;
}

img{max-width:100%;}

p {
    font: normal 16px "HelveticaNeue";
    line-height: 18pt;
}
a:hover{
    text-decoration:none;
}
ul{
    margin:0;
    padding:0;
    list-style:none;
}
h1,h2,h3,h4,h5,h6 { color:#fff;}

h1 {
    font-size:28pt;
    line-height: 50px;
    font-weight: 600;
    font-family: "BebasNeue";
}

h2 {
    font-size: 2.5rem;
    line-height: 38px;
    font-weight: 600;
    font-family: "BebasNeue";
    margin: 0;
}

h3 {
    font-size: 2rem;
    line-height: 32px;
    font-weight: 600;
    font-family: "BebasNeue";
    margin: 0;
}


h4 {
    font-size: 2.7rem;
    line-height: 26px;
    font-weight: 600;
    font-family: "BebasNeue";
}
h5{
    font-size: 3rem;
    line-height: 30px;
    font-weight: 600;
    font-family: "BebasNeue";	
}

h6 {
    font-size: 1.7rem;
    line-height: 20px;
    font-weight: 600;
    font-family: "BebasNeue";
    margin: 0;
    text-decoration: none;
}
section:nth-of-type(odd) {
    background-color: #000;
}

.btn {
    border: 1px solid #fff;
    border-radius: 0px;
    display: inline-block;
    min-width: 214px;
    padding: .9em;
    height: 50px;
    text-align: center;
    color: #fff;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 5px;
    font-size: 16px;
    font-weight: 300;
    transition: .5s;
    margin-bottom: 10px;
}

.btn:hover {
    background-color: #d5dbe7;
    color: #fff;
    text-decoration: none;
}
.center-content {
    text-align: center;
}
p.description {
    width: 70%;
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 48px;
}

.white-btn{
    max-width: 250px;
    max-height: 50px;
    border-radius: 50px;
    background: #585b60;
    color: #585b60;
}

.white-btn:hover{
    background: #585b60;
    color: #fff;
    text-decoration:none;
}

.pink-btn {
    background: #585b60;
    border: none;
    margin-left: 10px;
}

.pink-btn:hover {

    background-color: #585b60;
    color: #fff;
    text-decoration: none;
}
.btn-sm{
    width: 160px;
    height: 38px;
    background: #585b60;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: 6px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 25px;
}

.btn-sm:hover{
    text-decoration:none;
    color:#fff;
}







/* navbar section */
.navbar-brand>img {
    width: 70%;
    margin-top: -12px;	
}
.main-menu {
    background-color: transparent;
    border-radius: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.main-menu.tiny {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0; left: 0; right: 0; z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color: #fff;
	height:80px;
}

.main-menu.tiny .navbar-nav > li > a {
	color:#666;
}


.main-menu .navbar-nav > li > a {
    padding: 30px 13px 25px 13px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    border-bottom: 3px solid transparent;
	text-transform:uppercase;
} 
 
.main-menu.tiny .navbar-nav > li.active > a {
    color: #FF3366;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #E03561;
}
.main-menu .navbar-nav > li > a:hover {
    color: #E03561; 
}

.main-menu .navbar-nav > .active > a, .main-menu .navbar-nav > .active > a:hover, .main-menu .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #E03561;
    border-bottom: 3px solid #E03561;
}

.navbar {
    margin-bottom: 0px;
    border: none;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-top: 20px;
}


/* bennar Section CSS */
.header-image{
	padding-top:180px;
}
#bennar{
	position:relative;
}

#bgimage {
	background-image: url(../../images/claro2.png);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	height: 100%;
	overflow: hidden;
}
.heading-text{
	padding-top:120px;
}
.heading-text .button a i{
    border: 1px solid #585b60;
    padding: 6px 7px;
    color: #585b60;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
}
.heading-text .button a:hover i{
    border: 1px solid #fff;
    color: #fff;
}
.heading-text h1{
	color:#585b60;
}
p.bannerDescription{
    color: #fff;
    font-family: "HelveticaNeue";
    line-height: 18pt;

    font-size: 16pt;
	

}



.scrolldown {
	padding-top: 24px;
}





