body{
    font-family: "Roboto",Arial;
	color:#333;
}
a{
	color:#13a4be;
}
a:hover{
    text-decoration:none;
    color:#000;
}
img{
    max-width:100%;
}
.hide{
    display:none !important;
}
.clear{
    clear:both;
    width:100%;
}
.spacer5{
    clear:both;
    padding-top:5px;
    width:100%;
}
.spacer10{
    clear:both;
    padding-top:10px;
    width:100%;
}
.spacer20{
    clear:both;
    padding-top:20px;
    width:100%;
}
.spacer30{
    clear:both;
    padding-top:30px;
    width:100%;
}
.spacer40{
    clear:both;
    padding-top:40px;
    width:100%;
}
.fbold{
	font-weight:600;
}

.main-content{
    padding:0 0 0 0;
}
.f-typer{
	font-family:"Special Elite", Arial;
}
h1,h2{
	margin:40px 0;
	padding:0;
}
h1{
	font-size:24pt;
}
h2{
    font-size: 20pt;
    font-weight: 600;
}
h3{
	font-size:18pt;
}
h4{
	font-size:16pt;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe,
.videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.sec-menu{
	padding:20px 0px 20px 0px;
}
.sec-footer{
	padding:50px 0px;
}
.sec-footer img{
	max-height:80px;
}
.mbutton{
	font-weight:600;
	color:#333;
	padding:20px 25px;
    display: inline-block;
}
.mbutton:hover,
.mbutton.active{
	color:#13a4be;
}
.logo{
	max-height:60px;
}

.box{
	padding:10px 20px 5px 20px;
	background:#efefef;
}
.box .row{
	margin-bottom:5px;
}





@media (max-width: 768px) {
	.sec-menu div{
		text-align:center !important;
	}
}






@media (min-width: 768px) {
	.only-mobile{
		display:none !important;
	}
}
@media (max-width: 768px) {
	.only-desktop{
		display:none !important;
	}
}
