.embed-responsive2 {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.embed-responsive-16by92 {
    padding-bottom: 56.25%;
}

/***
page: promotii.html
Tabs
***/
.tabs-navigation .nav-tabs > li a::before{
	-ms-transform: rotate(180deg) !important; /* IE 9 */
	-webkit-transform: rotate(180deg) !important; /* Chrome, Safari, Opera */
	transform: rotate(180deg) !important;
	right: inherit;
}
.tabs-navigation .nav-tabs > li a i,
.tabs-navigation .nav-tabs > li a strong{
	margin-left: 30px;
}

/***
page:benefit.html
Table
***/
thead{
	#position: relative;
	#z-index: 9999;
}
table tr td, table tr th{
	vertical-align: middle !important;
}

blockquote{
	font-family: "Times New Roman", Times, serif;
}
.heading-gray{
	color: #999;
}
.heading-black{
	color: #000 !important;
}


/* shrinks padding menu */
#header .header-nav-main nav > ul > li > a{
	padding: 10px 0;
}

#header .header-nav-main nav > ul > li:not(dropdown) > a{
	padding-right: 10px;
	padding-left: 5px;
}

/* centre logo menu */
#header .header-logo img {
    margin:0;
}

#header .header-body {
    border-top: 12px solid #EDEDED;
}

#header nav.header-nav-top ul.nav li ul.header-social-icons {
	margin: 0;
}

#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
	background: #B32C36 none repeat scroll 0 0;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
	border-top-color: #B32C36;
}

@media (max-width: 600px) {
    #boxes #dialog,#boxes #dialog  img {
        width: 300px;
        height: 100px;
		margin:0;
		padding:0;
    }     
}

@media (max-width: 300px) {
    #boxes #dialog,#boxes #dialog  img {
        width: 200px;
        height: 66px;
		margin:0;
		padding:0;
    }     
}

@media (max-width: 766px) {
    #contact-banner {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

