﻿/* CSS Document */

/*  em, strong, button, blockquote, address, big,small, strike, tt,*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,  pre,
a, abbr, acronym,  cite, code,
del, dfn, img, ins, kbd, q, s, samp,
 var, hr,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol{
	list-style:decimal;
	margin-left:30px;		
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height: 100%;
}

/* END RESET */

/* FONT STYLES*/

body{
	background:#fff fixed;
	font-family: 'Lato', sans-serif;
    font-weight: normal;
	color:#000000;
	font-size:14px;
	line-height:24px;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*  END   */




h2 {
    font-family: 'BentonSans';
	text-transform: uppercase;
	font-size: 66px;
	line-height: 66px;
	margin-bottom: 25px;
}



/*  Top Main fix  */

.topfixmainbg {
	background: #fff;
	position: fixed;
	z-index: 999;
	display: none;
	width: 100%;
}
.topfixmain {
	width: 1180px;
	margin: 0 auto;
	padding: 0 0;
}
.topfixmainleft {
	float: left;
	display: block;
	width: 80px;
}
.topfixmainleft img {
	margin-bottom: -7px;
	width: 100%;
}
.topfixmainright {
	float: left;
	display: block;
}

/*  End  */




/*  Home  */

.idxhomebg {
	/*background: url(../images/slide/idx-slide-bg.jpg) no-repeat center;
	background-size: cover;*/
	z-index: 1;
	width: 100%;
	height: 100vh;
	overflow-y: hidden;
}

.toplogo {
	width: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 99;
}
.toplogo img {
	display: inline-block;
	width: auto;
}
.idxrshome {
	display: none;
}

.idxhometext {
	position: absolute;
	width: 100%;
	top: 25%;
	left: 0;
	color: #fff;
	z-index: 2;
	text-align: center;
}
.idxhometext img {
	width: 260px;
}
.idxhometext h3 {
	text-transform: uppercase;
    font-family: 'BentonSans';
	font-size: 28px;
	line-height: 30px;
	color: #80d0e3;
	margin: 30px 0 5px 0;
}
.idxhometext h3 span {
	color: #fff;
	margin:0 10px;
}
.idxhometext h4 {
	text-transform: uppercase;
    font-family: 'BentonSans';
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 1px;
}
.idxhometext h5 {
	text-transform: uppercase;
    font-family: 'BentonSans';
	font-size: 24px;
	line-height: 24px;
	color: #80d0e3;
	margin: 5px 0 30px 0;
	letter-spacing: 1px;
}


.idxhometext h1 {
	width: 650px;
	margin: 0 auto;
	padding: 0;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
    font-family: 'BentonSans';
	letter-spacing: 1px;
}
.idxhometext h1 span {
	color: #80d0e3;
}

.idxhomebtn {
	display: inline-block;
	text-align: center;
	margin-top: 20px;
}
.idxhomebtn .btn1 {
	display: inline-block;
	margin: 5px;
}




.mainheadervideo {
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 1;
	/*background: #000;*/
	background: url(../images/slide/idx-slide-bg.jpg) no-repeat center;
	background-size: cover;
	
}
.mainheadervideo img {
	display: none;
}

/*  End  */




/*  About Us  */

.idxaboutbg {
	background: url(../images/slide/about.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 99 !important;
}
.idxabouttext {
	width: 880px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	letter-spacing: 1px;
}
.idxabouttext h2 {
	color: #ea0008;
}
.idxabouttext p {
	margin-bottom: 20px;
}
.idxabouttext p span {
	color: #ea0008;
	font-weight: 900;
}

/*  End  */




/*  speakers  */

.idxspeakersbg {
	background: url(../images/slide/speakers.jpg) no-repeat center;
	background-size: cover;
}
.idxspeakerswrapper {
	width: 1180px;
	margin: 0 auto;
	padding: 0;
}
.idxspeakerswrapper h2 {
	font-size: 46px;
	line-height: 46px;
	text-align: center;
	margin-bottom: 45px;
}

.idxspeakerbox {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.idxspeakerbox img {
	width: 80%;
	margin: 0 auto;
	border-radius: 50%;
}
.idxspeakerbox h6 {
    font-family: 'BentonSans';
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	margin: 20px 0;
	color: #ea0008;
}
.idxspeakerbox h6 span {
    font-family: Georgia, "sans-serif", Arial;
	font-style: italic;
	text-transform: capitalize;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	display: block;
	font-weight: bold;
}
.idxspeakerbox a {
	border: 2px solid #ea0008;
	color: #ea0008;
	padding: 6px 10px;
	display: inline-block;
	margin: 0 auto;
    font-family: 'BentonSans';
	text-transform: uppercase;
	font-size: 16px;
}
.idxspeakerbox a:hover {
	color: #fff;
	background: #ea0008;
}

/*  End  */




/*  governance  */

.idxgovernancebg {
	background: url(../images/slide/governance.jpg) no-repeat center;
	background-size: cover;
}
.idxgovernancebg img {
	display: none;
	width: 100%;
	margin-bottom: -7px;
}
.idxgovernancetext {
	width: 1000px;
	margin: 0 auto;
}
.idxgovernancetext img {
	width: 100%;
	margin-bottom: -7px;
}

/*  End  */




/*  partners  */

.idxpartnersbg {
	background: url(../images/slide/partners.jpg) no-repeat center;
	background-size: cover;
}
.idxpartnerswrapper {
	width: 1180px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.idxpartnersbox {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	margin: 1%;
	padding: 7px 1%;
	border: 1px solid #a09f9f;
	border-radius: 7px;
	background: #fff;
	font-size: 14px;
	letter-spacing: 0;
}
.idxpartnersbox img {
	width: 100%;
}
.idxpartnersbox h6 {
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	min-height: 36px;
	font-weight: 700;
}

/*  End  */




/*  venue  */

.idxvenuebg {
	background: url(../images/slide/venue.jpg) no-repeat center;
	background-size: cover;
}
.idxvenuewrapper {
	width: 1180px;
	margin: 0 auto;
	padding: 0;
}
.idxvenueleft {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
.idxvenueleft iframe {
	width: 100%;
	height: 350px;
	margin-bottom: -7px;
}
.idxvenueright {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	background: #fff;
}

.idxvenuebox {
	padding: 25px;
	font-size: 14px;
	line-height: 26px;
	
}
.idxvenuebox h3 {
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
    font-family: 'BentonSans';
}
.idxvenuebox h4 {
	font-size: 26px;
	line-height: 26px;
	color: #ea0008;
    font-family: 'BentonSans';
	text-transform: uppercase;
	margin: 15px 0;
}
.idxvenuebox h4 span {
	display: block;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 20px;
	color: #000;
	margin-top: 15px;
}
.idxvenuebox p {
	margin-bottom: 15px;
}
.idxvenuebox p a {
	color: #ea0008;
}
.idxvenuebox p a:hover {
	color: #000;
}
.idxvenuebox h5 {
	font-size: 18px;
	line-height: 18px;
	color: #ea0008;
    font-family: 'BentonSans';
	text-transform: uppercase;
}


/*  End  */


.idxphone {
	background: url(../images/phone-icon.png) no-repeat left center;
	padding: 0 0 0 30px;
	font-size: 20px;
	letter-spacing: 0;
	color: #000;
    font-family: 'BentonSans';
}
.idxweb {
	background: url(../images/web-icon.png) no-repeat left center;
	padding: 0 0 0 30px;
	margin: 10px 0;
}




/*  events  */

.idxeventsbg {
	background: url(../images/slide/events.jpg) no-repeat center;
	background-size: cover;
}

.idxeventswrapper {
	width: 1180px;
	margin: 0 auto;
	padding: 0 ;
	text-align: center;
	color: #fff;
}
.eventslogo {
	width: 100%;
	
}
.eventslogo img {
	width: 26%;
	margin: 1.5%;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	border-radius: 7px;
}

/*  End  */



/*  glimpses  */

.idxglimpsesbox {
	width: 20%;
	float: left;
	display: block;
	position: relative;
}
.idxglimpsesbox img {
	width: 100%;
	margin-bottom: -7px;
}
.idxglimpsesboxhover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	color: #fff;
	background-color: rgba(237, 28, 36, 0.8);
}
.idxglimpsesbox:hover .idxglimpsesboxhover {
	opacity: 1;
}
.idxglimpsesboxtext {
	width: 90%;
	margin: 45% auto 0 auto;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}




.idxglimpsesbox1 {
	width: 33.33%;
	float: left;
	display: block;
	position: relative;
}
.idxglimpsesbox1 img {
	width: 100%;
	margin-bottom: -7px;
}
.idxglimpsesbox1hover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	color: #fff;
	background-color: rgba(237, 28, 36, 0.8);
}
.idxglimpsesbox1:hover .idxglimpsesbox1hover {
	opacity: 1;
}
.idxglimpsesboxtext1 {
	width: 90%;
	margin: 30% auto 0 auto;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}


/*  End  */



/*  Footer  */

.footerbg {
	background: #021e37;
}
.footerwrapper {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	text-align: center;
}
.innerfooter {
	padding: 70px 0;
}
.footerlogo {
	width: 200px;
}
.footerwrapper a {
	color: #fff;
}
.footerwrapper a:hover {
	color: #ea0008;
}
.footerlink {
	margin: 50px 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 13px;
}
.footerlink a {
	margin: 0 20px;
}
.footerlink p:first-child {
	margin-bottom: 20px;
}
.footerwrapper h3 {
    font-family: 'BentonSans';
	font-size: 38px;
	line-height: 40px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.footersocial {
	margin-bottom: 40px;
}
.footersocial a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 28px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	margin: 0 10px;
	color: #102b4f !important;
}
.footersocial a:first-child {
	background: #3a5a97;
}
.footersocial a:nth-child(2) {
	background: #2ac6f6;
}
.footersocial a:nth-child(3) {
	background: #e32c28;
}
.footersocial a:nth-child(4) {
	background: #0283c7;
}
.footersocial a:nth-child(5) {
	background: #fc8a0d;
}

.footersocial a:hover {
	background: #ea0008 !important;
	color: #fff !important;
}

/*  End  */


.topmenured {
	width:38px;
	height:26px;
	display:block;
	background:url(../images/menu.png) no-repeat left bottom;
	text-indent:-999999px !important;
	background-size:100%;
	position:absolute;
	right:0;
	top:0px;
	z-index:999 !important;
}
.topmenuwhite {
	width:40px;
	height:40px;
	display:block;
	border-radius: 10px;
	background: #ff0000;
	position:absolute;
	right:0;
	top:0px;
	z-index:999 !important;
	text-align: center;
	color: #fff;
	font-size: 26px;
	line-height: 38px;
	margin:20px 20px 0 0px;
}


/*  Arroow */

.arrowbg {
	position: fixed !important;
	width: 30px;
	bottom: 10px;
	right: 20px;
	z-index: 99999999 !important;
	text-align: center;
}
.arrowbg i {
	color: #fff;
	background: #ed1c24;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 26px;
	line-height: 30px;
	position: relative;
	cursor: pointer;
	margin: 5px 0;
}

.arrowbg i:first-child {
	margin-right: 5px;
	
}

/*  End  */



/*  Inner Header Wrapper  */

.innerheaderbg {
	background: url(../images/slide/inner-header.jpg) no-repeat center top;
	width: 100%;
	position: relative;
	
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
}
.innerheaderwrapper {
	width: 1180px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: #fff;
}
.innerheaderlogo {
	float: left;
	display: block;
	width: 180px;
	margin-left: -20px;
}
.innerheaderlogo img {
	width: 100%;
	margin-bottom: -55px;
}
.innerheadermenu {
	float: right;
	display: block;
}

.innerheadertext {
	width: 100%;
	text-align: center;
	padding: 90px 0;
	color: #fff;
	font-size: 42px;
	line-height: 42px;
    font-family: 'BentonSans';
	text-transform: uppercase;
}

/*  End  */


/*  Inner Contain Wrapper  */

.innercontainwrapper {
	width: 1180px;
	margin:  0 auto;
	padding: 60px 0;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #333;
}
.innercontainwrapper p {
	margin-bottom: 18px;
}
.innercontainwrapper hr {
	height: 1px;
	background: #d7d7d7;
	margin: 40px 0;
	width: 100%;
	display: block;
}

/*  End  */



/*  About Text  */

.abouttext h3 {
	color: #ed1c24;
	font-size: 24px;
	line-height: 28px;
    font-family: 'BentonSans';
	text-transform: uppercase;
	margin-bottom: 20px;
}
.abouttext p span, .aboutbox p span {
	font-weight: 900;
	color: #ed1c24;
}

.aboutbox {
	display: inline-block;
	vertical-align: top;
	width: 40%;
	padding: 3%;
	margin: 1.5%;
	background: #ffff;
	border: 2px solid #a09f9f;
	border-radius: 7px;
}
.aboutbox h4 {
	color: #ed1c24;
	font-size: 26px;
	line-height: 28px;
    font-family: 'BentonSans';
	text-transform: uppercase;
	margin-bottom: 10px;
}

/*   End   */


/*  Live Streaming  */

.livestreamifream {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.livestreamifream iframe {
	width: 100%;
	height: 500px;
}


/*  End  */


/*  Heading Wrapper  */

.heading1 {
	color: #ed1c24;
	font-size: 36px;
	line-height: 38px;
    font-family: 'BentonSans';
	text-transform: uppercase;
	margin-bottom: 20px;
}

.heading2 {
	color: #ed1c24;
	font-size: 28px;
	line-height: 30px;
    font-family: 'BentonSans';
	margin-bottom: 25px;
}

/*  End  */


/*  Contact  Wrapper  */

.contactaddr {
	float: left;
	display: block;
	width: 40%;
}
.contactaddr h3 {
	color: #ed1c24;
	font-size: 24px;
	line-height: 28px;
    font-family: 'BentonSans';
	text-transform: uppercase;
}
.contactaddr h4 {
	color: #000;
	font-size: 20px;
	line-height: 24px;
    font-family: 'BentonSans';
	text-transform: uppercase;
	margin: 10px 0;
}

.contactaddr h5 {
	color: #ed1c24;
	font-size: 16px;
	line-height: 24px;
    font-family: 'BentonSans';
	margin: 0 0 5px 0;
}

.contactaddr h6 {
	color: #000;
	font-size: 18px;
	line-height: 24px;
    font-family: 'BentonSans';
	text-transform: uppercase;
	margin: 10px 0;
}
.contactaddr h6 span {
	color: #ed1c24;
}

.contactmap {
	float: right;
	display: block;
	width: 55%;
	padding: 1%;
	background: #ededed;
}



.contactinfo h3 {
	color: #ed1c24;
	font-size: 22px;
	line-height: 28px;
    font-family: 'BentonSans';
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.contactinfo h4 {
	color: #ed1c24;
	font-size: 20px;
	line-height: 24px;
    font-family: 'BentonSans';
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.contactinfo h5 {
	color: #000;
	font-size: 18px;
	line-height: 20px;
    font-family: 'BentonSans';
	margin: 0 0 0px 0;
}

.contactinfo h6 {
	color: #000;
	font-size: 16px;
	line-height: 20px;
    font-family: 'BentonSans';
}
.contactinfo h6 span {
	color: #ed1c24;
	font-size: 15px;
}

.contactinfo p {
	margin-bottom: 4px !important;
}
.contactinfo p span {
	color: #ed1c24;
	font-family: 'BentonSans';
}

.contactinfobox {
	display: inline-block;
	vertical-align: top;
	width: 43%;
	padding: 2%;
	margin: 1%;
	border: 2px solid #dbdbdb;
	background: #fff;
	border-radius: 5px;
}

/*  End  */


/*  box form wrappper   */

.boxformwrapper {
	width: 100%;
	clear: both;
	display: block;
}
.boxformwrapper h4 {
	color: #ed1c24;
	font-size: 20px;
	line-height: 24px;
    font-family: 'BentonSans';
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.boxformwrapper h5 {
	color: #000;
	font-size: 16px;
	line-height: 24px;
    font-family: 'BentonSans';
	text-transform: uppercase;
	margin: 0 0 0px 0;
}
.boxformwrapper p span {
	color: #ed1c24;
    font-family: 'BentonSans';
}
.boxform1 {
	float: left;
	display: block;
	width: 46%;
	margin: 5px 2%;
}
.boxform2 {
	float: none;
	display: block;
	clear: both;
	width: 96%;
	margin: 25px 2%;
}
.boxformwrapper label {
	font-weight: 600;
	line-height: normal !important;
}
.boxformwrapper label span {
	color: #ed1c24;
	font-weight: 900;
}
.boxformwrapper input, .boxformwrapper textarea {
	width: 96%;
	display: block;
	padding: 12px 2%;
	border: 1px solid #d2d2d2;
}
.boxformwrapper select {
	width: 100%;
	display: block;
	padding: 12px 2%;
	border: 1px solid #d2d2d2;
}
.boxformwrapper button {
	width: 180px;
	margin: 0 auto;
	display: block;
	padding: 12px 0;
	background: #ed1c24;
	color: #fff;
    font-family: 'BentonSans';
	text-transform: uppercase;
	text-align: center;
	border: 0;
	box-shadow: none;
	font-size: 18px;
	border-radius: 7px;
	cursor: pointer;
}
.boxformwrapper button:hover {
	background: #000;
}

/*  End  */


/*  brochurebtn  */

.brochurebtn {
	display: block;
	width: auto;
	text-align: center;
}
.brochurebtn a {
	display: inline-block;
	width: 260px;
	margin: 0 auto;
	padding: 15px 0;
	color: #fff;
	background: #ed1c24;
    font-family: 'BentonSans';
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 7px;
}
.brochurebtn a:hover {
	background: #000;
}
.brochurebtn a img {
	width: 25px;
	margin: 0 10px -10px 0;
}

/*   End   */

/*  Idx testimonial  */

.idxtestimonialbg {
	background: url(../images/slide/testimonial.jpg) no-repeat center;
	background-size: cover;
}
.idxtestimonial {
	width: 730px;
	margin: auto;
	padding: auto;
	display: block;
	color: #fff;
	text-align: center;
}
.idxtestimonial p {
	font-size: 18px;
	line-height: 40px;
	font-style: italic;
	letter-spacing: 1px;
}
.idxtestimonial img {
	width: 80px;
	margin: 0 auto;
	border-radius: 50%;
}
.idxtestimonial h4 {
    font-family: 'BentonSans';
	letter-spacing: 1px;
	margin: 20px auto;
	font-size: 16px;
	line-height: 24px;
}
.idxtestimonial h4 span {
	display: block;
}
.idxtestimonial h2 {
	display: block;
	clear: both;
	width: 100%;
}




/*  End   */


/*  Testimonial  wrapper  */

.testimonialwrapper {
	width: 100%;
	clear: both;
}
.testimonialleft {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	margin-right: 4%;
}
.testimonialleft img {
	width: 100%;
	margin-bottom: -7px;
	border-radius: 50%;
}
.testimonialright {
	display: inline-block;
	vertical-align: middle;
	width: 75%;
}
.testimonialright p {
	font-style: italic;
	font-family: Georgia, "sans-serif", Arial;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 28px;
	color: #666;
}
.testimonialright i {
	font-size: 22px;
	color: #000;
	margin: 0 5px;
}
.testimonialwrapper h4 {
	text-align: right;
	color: #ed1c24;
    font-family: 'BentonSans';
	letter-spacing: 0;
}
.testimonialwrapper h4 span {
	display: block;
}

/*  End  */




/*  form  */

.registerform input {
	float: left;
	display: block;
	width: 48%;
	margin: 1%;
	padding: 10px 0;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #e3e3e3;
	box-shadow: none;
	font-size: 13px;
	font-weight: 600;
	color: #000;
	letter-spacing: 1px;
}

.registerform button {
	width: 180px;
	margin: 0 auto;
	background: #ff0000;
	color: #fff;
    font-family: 'BentonSans';
	font-size: 22px;
	line-height: 24px;
	padding: 12px 0;
	text-align: center;
	text-transform: uppercase;
	border: 0;
	box-shadow: none;
	letter-spacing: 1px;
	display: block;
	margin-top: 30px;
	cursor: pointer;
}
.registerform button:hover {
	background: #011b32;
}

/*  End  */




/*  thank you text  */

.thankyoutext  {
	font-size: 16px;
	line-height: 26px;
	width: 80%;
	margin: 0 auto;
	text-align: center
}
.thankyoutext h4 {
    font-family: 'BentonSans';
	text-transform: uppercase;
	font-size: 56px;
	line-height: 60px;
	letter-spacing: 0;
	color: #eb2229;
	margin-bottom: 10px;
}


/*  end   */

/*  innertoptext  */

.innertoptextbg {
	width: 1120px;
	margin: 0 auto;
	padding: 15px 30px;
	background: #ed1c24;
	color: #fff;
	clear: both;
	content: "";
	display: table;
} 
.innertoptextbg img {
	float: left;
	display: block;
	width: 8%;
}
.innertoptextbg h3 {
	float: left;
	display: block;
	width: 70%;
	text-align: center;
    font-family: 'BentonSans';
	font-size: 28px;
	line-height: 34px;
	 margin-top: 8px;
}
.innertoptextbg h3 span {
	display: block;
	color: #000;
}
.innertoptextbg h6 {
	float: left;
	display: block;
	width: 22%;
	text-align: right;
    font-family: 'BentonSans';
	font-size: 20px;
	line-height: 28px;
	text-transform: uppercase;
}
/*  end  */















/* CLEAR FIX */
.group:after {
  content: "";
  display: table;
  clear: both;
}

.clearboth {
  clear: both;
  min-height:1px;
}
/* END FIX */
