/* CSS Document */
*{margin: 0;padding: 0;outline:0;}	
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,footer,header,section{display:block}
a{background-color:transparent}
a:active,a:hover{outline:0}
strong{font-weight:700}
img{border:0}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html{-webkit-tap-highlight-color:rgba(0,0,0,0)}
body{line-height:1.42857143;background-color:#fff}


main{
/*	padding:90px 0;*/
}
header{
	display: block;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	height:65px;
}
.pull-left {
    float: left!important;
}
.pull-right {
    float: right!important;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
article, footer, header, section {
    display: block;
}
.text-center {
    text-align: center;
}