/* CSS RESET
---------------------------------------------------- */

html { height: 100%; -webkit-overflow-scrolling: touch; -webkit-text-size-adjust: 100%; }
body, form, ol, ul, li, dl, dt, dd, td, th, tr, fieldset { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0 0 1em 0; padding: 0; }
ul { list-style: none; }
ol { margin-bottom: 1em; }
ol > li { margin-left: 2em; }
img, fieldset { border: 0; -ms-interpolation-mode: bicubic; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; font-size: 100%; }
th { text-align: center; }
tbody th { text-align: left; }
a:hover, a:active { outline: 0; }
input::-moz-focus-inner { border: 0; }
header,footer,section,nav,aside,article {display: block;}

/* BASICS
---------------------------------------------------- */


.header, .main, .footer { position: relative; }
.main:before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0;  }
.content { max-width: 984px; padding: 70px 20px 50px; margin: 0 auto; position: relative; line-height: 1.4; }


body{background-color:#ececec:}

.header{
	margin:0px;
	background-color: #fff;
}

.header{
	background-color:#fff;
	background-image:none;
}

a{
	color: #67a1bd;
    text-decoration: none;
}

.main a {
    border-bottom: 1px solid #67a1bd;
}

.main{
	color:#000;
}

p{
	text-align:center;
}
.table{text-align:left;}

.main:before {
    background: #ececec;
}

.header:before, .main:before, .footer:before{
	transform:none;
}

.content{
	font-family: Montserrat, sans-serif;
}
.btn{display: inline-block;margin-top: 0px;border-style: solid;border-width: 2px;border-color: #000;border-radius: 30px;background-color: #000;color: #fff !IMPORTANT;font-size: 12px;line-height: 30px;font-weight: 700;text-align: center;background-color:#000;padding:5px 20px;border-radius:20px;}
.btn:hover{border-color: #67a1bd;background-color: #67a1bd;color: #fff;}
.btn_smaller{display: inline-block;margin-top: 0px;float: left;border-style: solid;border-width: 2px;border-color: #000;border-radius: 15px;background-color: #000;color: #fff !IMPORTANT;font-size: 11px;line-height: 15px;font-weight: 700;text-align: center;background-color:#000;padding:2px 10px;border-radius:15px;}
.btn_smaller:hover{border-color: #67a1bd;background-color: #67a1bd;color: #fff;}
