@font-face {
	font-family: 'BebasNeueRegular';
	src: url('fonts/BebasNeue-webfont.eot');
	src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeue-webfont.woff') format('woff'), url('fonts/BebasNeue-webfont.ttf') format('truetype'), url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Century-Gothic';
	src: url('fonts/Century-Gothic.TTF');
}
@font-face {
	font-family: 'Kuro-Regular';
	src: url('fonts/Kuro-Regular.ttf');
}
/* innr-background-images starts */

.busnsimg {
	background: url(../images/busnsimg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/* innr-background-images ends */


/* CSS reset global */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/* CSS reset global */

/* General Demo Style */

body {
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-weight: 400;
	font-size: 15px;
	color: #aa3e03;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body {
	overflow: hidden;
}
a {
	color: #333;
	text-decoration: none;
}
.clr {
	clear: both;
}
/* container-box starts */
.container {
	height: auto;
	position: relative;
}
/* container-box ends */


/* Header-wrp starts  */
.header-wrp {
	width: 100%;
	height: auto;
	background: #fff;
	z-index: 9999;
	float: left;/*position: relative;*//*-moz-box-shadow: 1px 0px 2px #fff;
	-webkit-box-shadow: 1px 0px 2px #fff;
	box-shadow: 1px 0px 2px #fff;*/
}
.header-cnt {
	width: 1004px;
	height: auto;
	margin: 0 auto;
}
.header-box {
	width: 100%;
	height: auto;
	float: left;
}
.header-left {
	width: 300px;
	height: auto;
	float: left;
}
.header-left img {
	width: 233px;
	height: 88px;
}

.header-right {
	width: 700px;
	height: auto;
	float: right;
}

.header-rhttop {
	width: 100%;
	height: auto;
	float: right;
}
.header-rhttop h1 {
	text-align: right;
}
.header-rhttop h1 img {
	margin: 10px 0 0 5px;
}
.header-rhtbtm {
	width: 100%;
	height: auto;
	float: right;
}
/* Header-wrp ends */

/*** Navigation main starts ***/
#navigation {
	width: 100%;
	height: auto;
	float: right;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0 0px 0;
}
/*  responsive Flaunt JS Navigation */

#ff-nav {
	width: 100%;
	height: auto;
	padding: 0px 0;
	float: right;
	margin: 15px 0px 0px 0px;
}
.nav {
	position: relative;
	display: inline-block;
	font-size: 14px;
	z-index: 9;
}
.nav-list {
	text-align: left;
}
.nav-item {
	float: left;
 *display:inline;
	zoom: 1;
	position: relative;
	margin: 15px 0px 0px 1px;
	padding: 0px 0px 0px 0px;/*border-right:1px solid #055e93;*/
}
.nav-item a {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px;
	text-align: center;
	color: #767676;
	font: normal 14px 'Century-Gothic';
	text-decoration: none;
	line-height: 28px !important;
}
.nav-itemnon a {
	padding-right: 0px;
}
.nav-itemnon a:hover, .nav-itemnon a.act {
	padding-right: 0px !important;
}
.nav-item > a:hover, .nav-item > a.act {
	color: #FFF;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px;
	color: #dc4800;/*background-color:#dc4800;
 	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#dc4800, endColorstr=#d23001);
 	background-image:-moz-linear-gradient(top, #dc4800 0%, #de4e01 40%, #df5001 60%, #d23001 100%);
 	background-image:-webkit-linear-gradient(top, #dc4800 0%, #de4e01 40%, #df5001 60%, #d23001 100%);
 	background-image:-ms-linear-gradient(top, #dc4800 0%, #de4e01 40%, #df5001 60%, #d23001 100%);
 	background-image:linear-gradient(top, #dc4800 0%, #de4e01 40%, #df5001 60%, #d23001 100%);
 	background-image:-o-linear-gradient(top, #dc4800 0%, #de4e01 40%, #df5001 60%, #d23001 100%);
 	background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#dc4800), color-stop(100%,#d23001));
	
	transition: all 0.9s ease-in-out 0s;	*/
}
.nav-item:hover .nav-submenu {
	display: block;
	z-index: 999999 !important;
}
/* Navigation submenu */
.nav-submenu {
	display: none;
	position: absolute;
	left: 15px;
	margin: 32px 0px 0px 0px;
	width: 200px;
	background: rgba(14, 14, 14, 0.5);
	z-index: 9999999 !important;
}
.nav-submenu-item a {
	width: 95%;
	background: rgb(55, 54, 54, );
	border-bottom: 1px dashed #666666;
	display: block;
	margin: 0 0px 0 0px;
	padding: 9px 0px 9px 10px;
	color: #CCC;
	font: normal bold 13px Arial, Helvetica;
	z-index: 9999999 !important;
	position: relative;
}
.nav-submenu-item a:hover {
	background: #98b63c;
	color: #000;
}
/* Mobile navigation */
.nav-mobile {
	display: none; /* Hide from browsers that don't support media queries */
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	left: -2px;
	float: left;
	background: #3D3D3B url(../images/nav.svg) no-repeat center center;
	background-size: 18px;
	height: 40px;
	width: 50px;
	border-radius: 5px 0px 0px 5px;
}
.nav-mn {
	display: none; /* Hide from browsers that don't support media queries */
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	left: 50px;
	background-size: 18px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-transform: capitalize;
	font-family: 'Century-Gothic';
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	height: 32px;
	width: 45px;
	cursor: pointer;
}
.nav-click i {
	display: block;
	height: 40px;
	width: 45px;
	background: url(../images/lft-arrow.png) no-repeat center center;
	background-size: 14px;
}
.nav-click:hover {
	background-color: #e2ad0c;
}
.nav-rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/*------------------------------------*\
    Media Queries
\*------------------------------------*/

#imh {
	width: 100%;
	height: auto;
	float: left;
}
#imh img {
	margin: 10px 0 5px 0;
	width: auto;
	float: left;
}

/*** Navigation ends ***/

/* small to mediam 320 to 800 (only navgation part) */
@media only screen and (min-width: 50px) and (max-width: 980px) {
.nav {
	width: 100%;
	height: 32px;
	padding: 8px 0 0;
	margin: 20px 0px 0px 0px;
	background: #169ee3;
	color: #fff;
	z-index: 99 !important;
	border-radius: 5px 0 0 5px;
}
.nav-list {
	width: 98%;
	display: none;
	margin: 32px 0 0 2%;
	padding: 0;
	background: #FFF;
	color: #fff;
	z-index: 99999 !important;
}
.nav-mobile, .nav-mn {
	display: block;
}
.nav-item {
	float: left;
 *display:inline;
	zoom: 1;
	position: relative;
	margin: 0px 0px 0px 0px;
	border-left: none;
}
.nav-item {
	width: 98%;
	height: auto;
	float: left;
	margin: 0px !important;
	padding: 0px;
	background: #FFF;
	z-index: 99999;
	border-bottom: 1px solid #CCC;
}
.nav-item > a {
	width: 97%;
	height: auto;
	margin: 0px !important;
	padding: 6px 0px 5px 3% !important;
}
.nav-item a {
	display: block;
	color: #333;
	font: normal 13px Verdana, Geneva, sans-serif;
	margin: 0px 0px 0px 0px !important;
	padding: 6px 0px 5px 3% !important;
	z-index: 999999 !important;
}
.nav-click {
	display: block;
}
/*.nav-mobile-open {
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}*/
.nav-item > a:hover, .nav-item > a.act {
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 5px 3% !important;
	color: #fff;
	z-index: 9999999 !important;
	border: none;
	border-radius: 0;
	background-color: #2787b7;
}
.nav-item:hover .nav-submenu {
	display: block;
	z-index: 99999999 !important;
}
.nav-submenu {
	position: static;
	width: 100%;
}
}
/* small to mediam 320 to 800 (only navgation part) */



/* index-body starts  */
.indx-wrp {
	width: 100%;
	height: auto;
	z-index: 9999;
	float: left;
	margin: 0px 0 0px 0;
	background: url(../images/bgwrp.jpg) center center no-repeat;
	background-size: cover;
}
.indx-cnt {
	width: 1004px;
	height: auto;
	margin: 0 auto;
}
.indx-mnbx {
	width: 1004px;
	height: auto;
	float: left;
	margin: 40px 0 0 0;
}
/* box-left starts */
.indx-mnbx-left {
	width: 663px;
	height: auto;
	float: left;
	margin: 0px 0 0 0;
}
.downbox-mn {
	width: 325px;
	height: auto;
	margin: 0px 5px 15px 0;
}
.dwleft {
	float: left;
}
.dwright {
	float: right;
}
.downbox-top {
	width: 100%;
	height: 90px;
	float: left;
	margin: 0px 0 0 0;
	background: #FFF;
	border-radius: 5px 5px 0 0;
}
.downbox-top:hover, .downbox-top h2 {
	color: #F60;
	cursor: pointer;
}
.downbox-top h2 {
	margin: 10px 0 0 70px;
	font: normal bold 16px 'Century-Gothic';
	color: #565656;
	text-align: left;
}
.downbox-top p {
	margin: 5px 70px 0 70px;
	font: normal 12px 'Century-Gothic';
	color: #565656;
	text-align: left;
	line-height: 20px;
}
.downbox-top p a img {
	margin-top: 3px;
	float: right;
	text-align: right;
}
.downbox-btm {
	width: 100%;
	height: 90px;
	float: left;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 0px 0px 5px 5px;
}
.downbox-btm h3 {
	text-align: center;
}
.downbox-btm h3 img {
	margin: 10px 0 0 0;
}
/* box-left ends */

/* box-right starts */
.indx-mnbx-right {
	width: 325px;
	height: auto;
	float: right;
	margin: 0px 0 0 0;
}
.indx-getbox {
	width: 90%;
	height: 342px;
	float: left;
	margin: 0px;
	padding: 5%;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 5px;
}
.indx-getbox td {
	margin: 0px;
	padding: 0px;
}
.indx-getbox td h1 {
	margin: 0px 0 0 0px;
	padding: 0px 0 0 20px;
	font: normal bold 14px Arial, Helvetica, sans-serif;
	line-height: 33px;
	text-align: center;
	color: #fff;
	background-color: #16acda;
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#16acda, endColorstr=#169ae3);
	background-image: -moz-linear-gradient(top, #16acda 0%, #169ae3 100%);
	background-image: -webkit-linear-gradient(top, #16acda 0%, #169ae3 100%);
	background-image: -ms-linear-gradient(top, #16acda 0%, #169ae3 100%);
	background-image: linear-gradient(top, #16acda 0%, #169ae3 100%);
	background-image: -o-linear-gradient(top, #16acda 0%, #169ae3 100%);
	background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #16acda), color-stop(100%, #169ae3));
}
.indx-getbox td p {
	margin: 15px 0px 0px 0px;
	padding: 0px 0 0 0px;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: right;
	color: #fff;
}
.indx-getbox input {
	margin: 0px;
	padding: 0px;
}
.indx-getbox input[type="text"] {
	width: 92%;
	margin: 15px 0px 0px 0px;
	padding: 6px 4% 6px 4%;
	text-align: left;
	font: normal 12px 'Century-Gothic';
	border: none;
	outline: none;
	color: #333;
}
.indx-getbox select {
	width: 100%;
	margin: 11px 0px 0px 0px;
	padding: 6px 4% 6px 3%;
	text-align: left;
	font: normal 12px 'Century-Gothic';
	border: none;
	outline: none;
	color: #999;
}
.indx-getbox input[type="submit"] {
	width: 80px;
	margin: 10px 0 0 100px;
	padding: 0px 0 0 0px;
	font: normal 14px Arial, Helvetica, sans-serif;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #179ce5;
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#179ce5, endColorstr=#0f86c7);
	background-image: -moz-linear-gradient(top, #179ce5 0%, #0f86c7 100%);
	background-image: -webkit-linear-gradient(top, #179ce5 0%, #0f86c7 100%);
	background-image: -ms-linear-gradient(top, #179ce5 0%, #0f86c7 100%);
	background-image: linear-gradient(top, #179ce5 0%, #0f86c7 100%);
	background-image: -o-linear-gradient(top, #179ce5 0%, #0f86c7 100%);
	background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #179ce5), color-stop(100%, #0f86c7));
	border-radius: 2px;
	outline: none;
	border: none;
	cursor: pointer;
}
.indx-getbox input[type="submit"]:hover {
	background: #179ce5;
}
/* box-right ends */


/* footer-box starts */
.ftr-wrp {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px;
	padding: 0px;
	border-top: 3px solid #ffffff;
	background: #474a50;
	float: left;
}
.ftr-cnt {
	width: 1004px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}
.ftr-mnbox {
	width: 100%;
	height: auto;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	float: left;
}
.ftr-box {
	width: 223px;
	height: auto;
	margin: 0px 22px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
.ftr-box h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	color: #FFFFFF;
	font: normal 18px 'Century-Gothic';
	border-bottom: 1px dashed #CCCCCC;
}
.ftr-box p {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	color: #FFFFFF;
	font: normal 12px 'Century-Gothic';
	line-height: 22px;
}
.ftr-box p a {
	float: right;
	margin: 10px 0 0 0;
	text-align: right;
	text-decoration: none;
	color: #CCC;
}
.ftr-box p a:hover {
	color: #09F;
}
.ftr-box ul {
	margin: 10px 0px 0px 3px;
	padding: 0px;
	list-style: none;
}
.ftr-box ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	font: normal 12px 'Century-Gothic';
	display: block;
	line-height: 24px;
}
.ftr-box ul li a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #CCCCCC;
}
.ftr-box ul li a:hover {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #FFF;
}
.ftr-box ul li a img {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	text-decoration: none;
	vertical-align: middle;
}
.ftr-adrs {
	width: 260px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}
.ftr-adrs h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	color: #FFFFFF;
	font: normal 18px 'Century-Gothic';
	border-bottom: 1px dashed #CCCCCC;
}
.ftr-adrs ol {
	margin: 10px 0px 0px 3px;
	padding: 0px;
	list-style: none;
}
.ftr-adrs ol li {
	margin: 5px 0px 0px 25px;
	padding: 0px;
	text-indent: -25px;
	text-align: left;
	font: normal 12px 'Century-Gothic';
	display: block;
	color: #CCC;
	line-height: 18px;
}
.ftr-adrs ol li a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #CCC;
}
.ftr-adrs ol li a:hover {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #FFF;
}
.ftr-adrs ol li img {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	text-decoration: none;
	vertical-align: middle;
}
.ftr-nav-bx {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	float: left;
}
.ftr-nav-bx ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.ftr-nav-bx ul li {
	margin: 3px 0px 0px 0px;
	padding: 0px;
	float: left;
	text-align: left;
	font: normal 12px 'Century-Gothic';
}
.ftr-nav-bx ul li a {
	margin: 8px 2px 0px 2px;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	background: #0d8cd0;
	color: #FFFFFF;
	line-height: 35px;
}
.ftr-nav-bx ul li a:hover {
	margin: 8px 2px 0px 2px;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	background: #086ca2;
	color: #FFFFFF;
	line-height: 35px;
}
/* footer-box starts */

/* copyright starts */
.cpy-wrapper {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #212121;
	float: left;
}
.cpy-container {
	width: 1004px;
	height: 30px;
	margin: 0px auto;
	padding: 0px;
}
.cpy-container p {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	position: relative;
	text-align: center;
	color: #CCCCCC;
	font: normal 12px 'Century-Gothic';
}
/* copyright ends */


.fade {
	width: 100% !important;
	height: auto !important;
	float: left;
	margin: 80px 0 0px 0;
	padding: 0px;
	z-index: 99999 !important;
}
.fade img {
	width: 100% !important;
	height: 100% !important;
}
#ticker {
	padding: 0px;
	width: 1004px;
	margin: 0 auto;
	height: auto;
}
#ticker ul {
	margin: 0 0 0 0px;
	padding: 0px;
	list-style: none;
}
#ticker ul li {
	margin: 0 0 0 0px;
	padding: 0px;
	list-style-type: none;
}
.trk {
	list-style: none;
	color: #fff;
	margin: 0;
	width: 400px;
	height: auto;
	font-size: 42px;
	font-family: 'Century-Gothic';
	padding: 15px 20px;
	font-weight: lighter;
	opacity: 0.9;
}
.trk h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	font: normal bold 28px 'Century-Gothic';
	color: #FFFFFF;
}
.trk p {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	font: normal 13px 'Century-Gothic';
	color: #FFFFFF;
	line-height: 20px;
}
.trk p a {
	float: right;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align: right;
}
/* innr-mainwrp starts  */
.innr-wrp {
	width: 100%;
	height: auto;
	z-index: 9999;
	float: left;
	margin: 0px 0 0px 0;
}
.innr-cnt {
	width: 1004px;
	height: auto;
	margin: 0 auto;
}
.innr-mnbx {
	width: 960px;
	height: auto;
	min-height: 500px;
	float: left;
	padding: 20px;
	margin: 50px 0;
	background: rgba(0, 0, 0, 0.5);
	border: solid 1px rgba(255, 255, 255, 0.6);
}
.innr-mnbx h1 {
	margin: 0 0 0 0;
	color: #F90;
	font: normal 30px 'Century-Gothic';
}
.innr-mnlft {
	width: 650px;
	height: auto;
	float: left;
	margin: 10px 0px 0 0;
}
.innr-mnlft p {
	margin: 10px 0px 0 0;
	text-align: left;
	color: #FFF;
	font-family: 'Century-Gothic';
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
}
.listbox {
	width: 100%;
	height: auto;
	margin: 20px 0 0 0px;
	float: left;
}
.listbox img {
	margin: 0px 2px 0 0px;
}
.cts-form {
	width: 660px;
	height: auto;
	margin: 20px 0 0 0;
	float: left;
}
.cts-form h2 {
	margin: 10px 0 10px 0;
	font: normal bold 16px "Century Gothic";
	color: #F60;
	text-transform: uppercase;
}
.cts-form table {
	width: 100%;
	float: left;
}
.cts-form input {
	margin: 10px 0 0 0;
	font: normal bold 16px "Century Gothic";
	color: #666;
}
input:focus, textarea:focus {
	box-shadow: 0px 0px 2px #FC0;
}
.cts-form input[type="text"] {
	width: 200px;
	height: 35px;
	margin: 0px 5px 0 0;
	padding: 0px 5px 0 5px;
	font: normal 13px "Century Gothic";
	color: #666;
	border: 1px solid #CCC;
	border-radius: 3px;
}
.cts-form input[type="email"] {
	width: 200px;
	height: 35px;
	margin: 0px 5px 0 0;
	padding: 0px 5px 0 5px;
	font: normal 13px "Century Gothic";
	color: #666;
	border: 1px solid #CCC;
}
.cts-form textarea {
	width: 640px;
	height: 100px;
	margin: 13px 5px 0 0;
	padding: 8px 5px 0 5px;
	font: normal 13px "Century Gothic";
	color: #666;
	border: 1px solid #CCC;
	border-radius: 3px;
}
.cts-form input[type="submit"] {
	width: 120px;
	height: 40px;
	margin: 10px 0px 0 0;
	padding: 0px 0px 0 5px;
	text-align: center;
	font: normal 13px "Century Gothic";
	color: #666666;
	border: 1px solid #FFFFFF;
	cursor: pointer;
	border-radius: 3px;
}
.cts-form input[type="submit"]:hover {
	color: #FFFFFF;
	border: 1px solid #d9311e;
	background: #d9311e;
	cursor: pointer;
	transition: all 0.5s ease-in-out 0s;
	border-radius: 3px;
}
.innr-mnrht {
	width: 240px;
	height: auto;
	float: right;
	margin: 10px 0px 0 0;
	padding: 0px 15px 15px 15px;
	
}
.innr-mnrht h2 {
	margin: 0px;
	text-align: center;
	border-bottom: 1px solid #666666;
}
.innr-mnrht h2 img {
	margin: 20px 0px 20px 0;
}
.innr-getbx {
	width: 90%;
	height: auto;
	float: left;
	margin: 20px 0 0 0;
	padding: 5%;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 5px;
}
.innr-getbx td {
	margin: 0px;
	padding: 0px;
}
.innr-getbx td h1 {
	margin: 0px 0 0 0px;
	padding: 0px 0 0 20px;
	font: normal bold 14px Arial, Helvetica, sans-serif;
	line-height: 33px;
	text-align: center;
	color: #fff;
	background-color: #16acda;
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#16acda, endColorstr=#169ae3);
	background-image: -moz-linear-gradient(top, #16acda 0%, #169ae3 100%);
	background-image: -webkit-linear-gradient(top, #16acda 0%, #169ae3 100%);
	background-image: -ms-linear-gradient(top, #16acda 0%, #169ae3 100%);
	background-image: linear-gradient(top, #16acda 0%, #169ae3 100%);
	background-image: -o-linear-gradient(top, #16acda 0%, #169ae3 100%);
	background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #16acda), color-stop(100%, #169ae3));
}
.innr-getbx td p {
	margin: 10px 0px 0px 0px;
	padding: 0px 0 0 0px;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: right;
	color: #fff;
}
.innr-getbx input {
	margin: 0px;
	padding: 0px;
}
.innr-getbx input[type="text"] {
	width: 92%;
	margin: 11px 0px 0px 0px;
	padding: 6px 4% 6px 4%;
	text-align: left;
	font: normal 12px 'Century-Gothic';
	border: none;
	outline: none;
	color: #333;
}
.innr-getbx select {
	width: 100%;
	margin: 11px 0px 0px 0px;
	padding: 6px 4% 6px 3%;
	text-align: left;
	font: normal 12px 'Century-Gothic';
	border: none;
	outline: none;
	color: #999;
}
.innr-getbx input[type="submit"] {
	width: 80px;
	margin: 10px 0 0 0px;
	padding: 0px 0 0 0px;
	font: normal 14px Arial, Helvetica, sans-serif;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #179ce5;
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#179ce5, endColorstr=#0f86c7);
	background-image: -moz-linear-gradient(top, #179ce5 0%, #0f86c7 100%);
	background-image: -webkit-linear-gradient(top, #179ce5 0%, #0f86c7 100%);
	background-image: -ms-linear-gradient(top, #179ce5 0%, #0f86c7 100%);
	background-image: linear-gradient(top, #179ce5 0%, #0f86c7 100%);
	background-image: -o-linear-gradient(top, #179ce5 0%, #0f86c7 100%);
	background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #179ce5), color-stop(100%, #0f86c7));
	border-radius: 2px;
	outline: none;
	border: none;
	cursor: pointer;
}
.innr-getbx input[type="submit"]:hover {
	background: #179ce5;
}
.ccnt-box {
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}
.ccnt-box h3 {
	color: #F90;
	margin: 10 0 0 0;
	font: normal 20px 'Century-Gothic' !important;
}
.ccnt-box p {
	margin: 10px 0 0 0;
	font: normal 13px 'Century-Gothic';
	text-align: left;
	color: #fff;
	line-height: 24px;
}
.ccnt-box p a {
	margin: 10px 0 0 0;
	font: normal 13px 'Century-Gothic';
	text-align: left;
	color: #fff;
	line-height: 24px;
}
.ccnt-box p a:hover {
	color: #F60;
	text-decoration: underline;
}

/* innr-mainwrp ends  */



.rus {
	width: 100%;
	float: left;
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	margin-top:15px;  
	padding: 0px 0 10px 0; 
}

.rus p {
    width:200px;
    color: #333;
    margin:10px 0 0 15px;
    padding: 10px;
    text-align: left;
    background: #f60;
    font-size:16px;
    font-weight:bold;  

   
}
.rus ul {
	margin: 0px 0px 10px 10px;
	padding: 0px 0px;
	
}
.rus ul li {
        list-style:none;
	margin: 10px 10px 0 5px;
	padding: 8px;
	font-size: 14px;
	float:left;
	background:#333;
	
}
.rus ul li a{
	margin: 0px 0px;
	padding: 0px 15px;
	font-size: 14px;
	color:#fff;
	text-decoration:none;	
}
.rus ul li a:hover{
	text-decoration:underline;
}


