
body{
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	 overflow-x: hidden;
	 font-family: 'Roboto', sans-serif;
	 background-color: #FFF;
	 color: #323232;
}

html {margin: 0; padding: 0;}

img, a, h1, h2, h3, h4, h5, tr, td {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}


@font-face {
    font-family: 'Neou';
    src: url('../fonts/neou-bold-webfont.woff2') format('woff2'),
         url('../fonts/neou-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1 {font-weight: 900; font-size: 36px; color: #097abf; margin: 70px 0 50px 0px;}

h2 {font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 24px; color: #097abf; margin: 0; padding:0;}

h3 {font-weight: 900; color: #097abf; font-size: 36px; margin: 13px 0 24px 0; padding: 0; }

h4 {font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 24px; color: #097abf; margin: 30px 0 10px 0px;}

h5 {font-size: 20px; color: #a8d1ea; font-weight: 100; font-family:'Neou',sans-serif; margin: 15px 0 15px 0; padding: 0;}

p {font-size: 15px; line-height: 22px; margin-right: 10px;}

p.sml-txt { font-size: 14px; line-height: 18px;}

b {font-weight: 700;}

a:link {color: #097abf; text-decoration: none; }
a:visited {color: #097abf; text-decoration: none; }
a:hover {color: #097abf; text-decoration: underline; }

.master-width {width: 80%; margin: 0 auto; }

.rounded {border-radius: 5px; }

.responsive {width: 100%; height: auto;  }

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

iframe {
	border-radius: 10px;
}

textarea {
	font-family:arial;
}

.video-thumb {
	text-align:center;
	font-size:13px;
}
