@charset "utf-8";
/* CSS Document */

body {
	font: 400 62.5%/1.5em 'Open Sans', arial, sans-serif;
	background-color: #eee;
	color: #404040;
	font-family: Arial;
	font-size: 14px;
	line-height: 1.4em;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../images/banner1.png);
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
}
div, span, img, table {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a, a:visited {
	color:#09C;
	text-decoration:none;
}
a:hover {

}
hr {
	border: 0;
	border-top: 1px solid #eee;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
input[type=text], input[type=email], input[type=tel], input[type=password], input[type=file], select, textarea, input[type=number], .TextField98 {
	background-color: #f2f3f5;
	font-size: 14px;
	display: block;
	clear: both;
	float: none;
	height: 50px;
	color: #575757;
	box-sizing: border-box;
	border-radius: 6px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	outline: none;
	border: 1px solid #ddd;
	width: 100%;
}
input:focus, textarea:focus {
	border: 1px solid #eb1720;
}
label {
	cursor: default;
	font-weight: 700 !important;
	padding: 10px 0 !important;
	color: #303030;
	display: table-cell;
	font-size: 1em;
	line-height: 1.1em;
	white-space: nowrap;
	box-sizing: border-box;
}
.LoginForm input[type=text], .LoginForm input[type=password] {
	width: 100% !important;
	border-radius: 1.5em !important;
	border: solid 1px #474747 !important;
	font-size: 1.1em;
	outline: none !important;
	background-color: #FFF;
	box-sizing: border-box;
	padding-top: 0.8em;
	padding-right: 0.65em;
	padding-bottom: 0.8em;
	padding-left: 0.65em;
	margin-top: 20px;
	margin-bottom: 4px;
}
.LoginForm a {
	color: #000;
	text-decoration: none;
}
.LoginForm a:hover {
	color: #666;
	text-decoration: underline;
}
.btn_1, .btn_2 {
	background-color: #ec0000;
	border: none;
	padding: 14px;
	text-decoration: none;
	outline: none !important;
	margin-left: 0 !important;
	cursor: pointer;
	text-align: center;
	color: #fff;
	box-shadow: 0px 3px 8px #b0b0b0;
	border-radius: 2em;
	display: inline-flex;
	font-size: 18px;
	width: 100%;
	justify-content: center;
	line-height: 1em;
	align-items: center;
	text-transform: capitalize;
	margin-top: 16px;
	margin-right: 22px;
	margin-bottom: 16px;
}
.btn_2, .btn_3L, .btn_3R, .btn_3C, .btn_smaller {
	text-transform: uppercase;
	color: #FFF;
	display: block;
	padding: 14px;
	border-radius: 6px;
	font-size: 14px;
	background-color: #333;
	line-height: 1em;
	letter-spacing: 1.4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.btn_2  {
	color: #fff;
	text-decoration:none;
}
.btn_2:hover {
	background-color: #000;
	text-decoration:none;
	color: #fff;
}
.btn_2:visited {
	color: #fff;
}
.btn_3L, .btn_3R, .btn_smaller {
	display: inline-block;
	float:left;
	background-color: #eb1720;
	text-decoration: none;
	cursor: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
}
.btn_3R {
	color:#FFF;
	float:right;
	background-color: #069;
}

.btn_3R:hover {
	background-color: #DF0000;
}

.btn_3R:visited {
	color:#FFF;
}

.btn_smaller {
	float: right;
	font-size: 12px;
	padding: 10px 14px 10px 14px;
}
.btn_3C {
	float: none;
	background-color: #eb1720;
	margin-right: auto;
	margin-left:auto;
	margin-top:20px;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	clear: both;
	width: auto;
}
.btn_3C:hover {
	background-color: #AA0F16;
	text-decoration: none;
}
.btn_3C:visited {
	color: #fff;
}
#clearFix {
	clear:both;
	display:block;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
.container {
	display: block;
	padding-top: 20px;
	padding-right: 160px;
	padding-bottom: 20px;
	padding-left: 160px;
}
.header_Box {
	background-color: #eb1720;
}
#header_shadow {
	background-image: url(../images/shadow.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 27px;
	background-size: 100%;
	display:block;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.Logo, .languages {
	display: inline-block;
	float: right;
	width: 40%;
	padding-bottom: 20px;
	text-align: right;
	padding-top: 0px;
}
.Logo {
	float:left;
	hight: 82px;
	text-align: left;
}
.Logo img {
	hight: 82px;
}

.languages {
	width: auto;
	background-color: #FFFFE1;
	border-radius: 6px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-top: 12px;
	}


.PageBody {
	display: block;
	clear: both;
	float: none;
	-webkit-border-radius: 5px;
	overflow: hidden;
}
.contentBox, .sidebar {
	display: inline-block;
	float: left;
	width: 40%;
	background-color:#FFF;
}
.sidebar {
	float: left;
	width: 26%;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c3c3c3));
	background-image: linear-gradient(180deg, rgb(255,255,255), rgb(195,195,195));
	border-right: 1px solid #ccc;
	position: static;
	display: block;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
}
.contentBox {
	float: right;
	width: 74%;
	padding: 0px;
	
}
.copyright {
	background-color: #292929;
	color: #CCC;
	display:block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	-webkit-border-radius: 5px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 2em;
	
}
.topic_1, .topic_2 {
	font-weight: 600;
	font-size: 16px !important;
	color: #303030;
	line-height: inherit;
	white-space: normal;
	display: block;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	text-transform: uppercase;
}
.topic_2 {
	font-weight: 600;
	font-size: 16px !important;
	border-bottom-style: none;
}
.textsize_1 {
	font-size: 12px;
	color: #000;
}
.BoxHalf {
	display: inline-block;
	width: 50%;
}
.BoxHalf:first-of-type, .BoxHalf:last-of-type {
	float: left;
	padding-left:0px;
	padding-right:20px;
}
.BoxHalf:last-of-type {
	float: right;
	padding-top: 20px;
	padding-left: 20px;
	padding-right:0px;
}
.BoxHalf a {
	text-decoration: underline;
	color: inherit;
	font-size: 15px;
	line-height: 1.6em;
}
.sideRow {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	background-position: left center;
	background-size: 32px;
	padding-left: 46px;
	line-height: 1em;
	margin-bottom: 10px;
}
.sideRow div {
	font-size: 16px;
}
.sideRow span {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
.sideRow, .sideRow:visited {
	color: inherit;
	text-decoration: none;
}
.sideRow:hover {
	color: #666;
	text-decoration: none;
}
.hotzLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F15F66;
	display: block;
	clear: both;
	float: none;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B61018;
	height: 1px;
}
.TopLog {
	display: block;
	padding-top: 14px;
	padding-right: 30px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	clear: both;
	padding-bottom: 14px;
	background-color: #F9F9F9;
	font-weight: lighter;
	font-size: 16px;
	background-image: url(../images/TopLog.png);
	background-repeat: repeat-x;
	background-position: center center;
}
.mainBox {
	display: block;
	clear: both;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
}
.TopHalf_Left, .TopHalf_Right {
	display: inline-block;
	float: left;
	width: 50%;
}
.TopHalf_Right {
	float: right;
	text-align: right;
}
.ToPhoto {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #E5E5E5;
	float: left;
	margin-right: 10px;
	border-radius: 8px;
	text-align: center;
	vertical-align: middle;
}
.Log_Right, .Log_Left {
	background-color: #eb1720;
	border-radius: 8px;
	display: grid;
	padding: 30px;
	color: #fff;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	width: calc(60% - 20px);
	float: left;
	margin-top: 50px;
	margin-bottom: 20px;
	height: 480px;
}
.Log_Left {
	background-color:#FFF;
	color: #000;
	width: 40%;
	margin-left: 20px;
}
.dashBox {
	display: inline-block;
	float: left;
	width: 50%;
}
.dashBox_inleft, .dashBox_inRight {
	display:block;
	background-color: #F5F5F5;
	padding: 20px;
	border-radius: 10px;
	margin-right: 20px;
	height: 240px;
}
.dashBox_inRight {
	width: calc(100% + 0px);
}
.dashBox_inleft {
	background-color: #F5F5F5;
	margin-bottom: 20px;
	height: 110px;
}
.dashBox_inleft a {
	color: #eb1720;
	text-decoration:none;
}
.dashBox_inleft a:hover {
	text-decoration: underline;
}
.quickLink {
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
	float: left;
	width: 25%;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
	color: #333;
	text-decoration: none;
}
.iconBlock {
	background-color: #F2F2F2;
	display: block;
	clear: both;
	float: none;
	height: 36px;
	width: 36px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 6px;
	margin-top: 10px;
	margin-bottom: 4px;
	font-size: 18px;
	color: #FFF;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.sideDash, .bodyDiv {
	background-color: #F8F7DA;
	display: inline-block;
	padding: 0px;
	float: left;
	width: 32%;
	margin-top: 20px;
	margin-right: 0px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.bodyDiv {
	background-color: transparent;
	padding: 0px;
	float: right;
	width: 65%;
	margin-right: 0px;
	box-shadow: none;
}
.sideDash a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 20px;
}
.sideDash a:hover {
	background-color: #FDFDF2;
	background-image: url(../images/pointer.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 10px;
}
.Topic7868 {
	font-weight: bold;
	display: inline-block;
	float: left;
	width: 54%;
	padding-top: 13px;
	padding-bottom: 13px;
}
.buttonColor {
	color: #000;
	background-color: #F8F8F8;
	display: block;
	clear: both;
	margin-bottom: 0px;
	border: thin solid #D8D8D8;
	width: 100%;
	text-decoration: none;
	border-radius: 6px;
	text-transform: capitalize;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.2em;
	letter-spacing: 0.8px;
	padding: 10px;
}
.buttonColor:hover {
	background-color: #E9E9E9;
	text-decoration:none;
}
.buttonColor:visited {
	color: #000;
}
.buttonColor span {
	color: #666;
	font-size: 11px;
	display: block;
	text-transform: capitalize;
}
.buttonColor input[type=checkbox] {
	margin-top: 8px;
	border-radius: 50%;
	outline: 1px solid #666;
	background-color:#FFF;
}
.nameCapital {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #eb1720;
	display: inline-block;
	padding: 6px;
	float: left;
	height: 28px;
	width: 28px;
	text-align: center;
	border-radius: 50%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 6px;
}
.messageBox, .confirmBox {
	background-color: #F4F5F7;
	display: block;
	padding: 0px;
	clear: both;
 width:;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: auto;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.confirmBox {
	background-color: #ebeff8;
	display: block;
	padding: 0px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: auto;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.topic_Icon {
	height: 40px;
	font-size: 16px;
	text-transform: uppercase;
	color: #333;
	background-image: url(../images/warning_51.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
	padding-left: 38px;
	font-weight: 600;
	margin-bottom: 0px;
	display: block;
	vertical-align: text-bottom;
	padding-top: 10px;
 background-color:;
}
.msgIN {
	display: block;
	clear: both;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACB1C1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FCFCFC;
}
.texField_Left, .texField_Right {
	display: inline-block;
	width: 48%;
	float: left;
	background-color: transparent;
	margin-right: 0px;
	margin-bottom: 20px;
}
.texField_Right {
	float: right;
	margin-right: 0px;
	line-height: 0.6em;
}
.quater_Box {
	display: block;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.sucText {
	font-size: 14px;
	color: #7d818b;
}

.smalTxt707 {
	font-size: 11px;
	display: block;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 0.8px;
	color: #8C8C8C;
}
.halfBox556 {
	display: block;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}
.recieptBox {
	display: block;
	padding: 20px;
	clear: both;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	background-color: #F4F4EC;
}
.topic234 {
	color: #404040;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
	display: block;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Open Sans', arial, sans-serif;
	text-transform: uppercase;
}
.colore_red {
	color: #F00;
}
.color_green {
	color: #090;
}
.disclaim {
	background-color: #FFC;
	border: 1px solid #FFB;
	font-size: 13px;
	display: block;
	padding: 20px;
	margin-bottom: 0px;
	clear: both;
	color: #666;
	border-radius: 8px;
	float: none;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	cursor: pointer;
	font-size: .9em;
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.notify882 {
	background-color: #d9edf7;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	border: 1px solid #bce8f1;
	display: block;
	clear: both;
	margin-bottom: 20px;
	color: #31708f;
	font-size: .9em;
	border-radius: 6px;
	background-repeat: no-repeat;
	background-position: 16px center;
	background-size: 26px;
	cursor: pointer;
	line-height: 1.2em;
	padding-top: 12px;
	padding-right: 18px;
	padding-bottom: 12px;
	padding-left: 50px;
	background-image: url(../images/icon-info.png);
	
	
}
.Iconbox5 {
	background-color: #FBEAF3;
	display: inline-block;
	float: left;
	height: 80px;
	width: 80px;
	text-align: center;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	padding: 20px;
}

.Iconbox5 {
	background-color: #FBFBF9;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	display: inline-block;
	float: left;
	height: 110px;
	width: 19%;
	text-align: center;
	padding: 20px;
	border-radius: 8px;
	border: 1px solid #F4F1EA;
	text-decoration: none;
	margin: 20px;
	}
.Iconbox5:hover {
	background-color: #EFECE2;
	
	cursor: pointer;
}
.Iconbox5 span {
	display: block;
	clear: both;
	float: none;
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	line-height: 1em;
	text-decoration: none;
}

.Icon8 {
	background-color: transparent;
	display: block;
	clear: both;
	float: none;
	height: 40px;
	width: 40px;
	margin-right: auto;
	margin-left: auto;
	font-size: 40px;
	color: #eb1720;
	text-decoration: none;
}



/* IPad - On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
}

/* Smartphones - On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
 .container {
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
}
 .Log_Right, .Log_Left {
 border-radius: 0px;
 display: block;
 padding: 20px;
 height: auto;
 width: 100%;
 float: none;
 margin-top: 0px;
 margin-bottom: 0px;
 height: auto;
}
.Log_Left {
 width: 100%;
 margin-left: 0px;
}
 .contentBox, .sidebar {
 display: block;
 float: none;
 width: 100%;
}
.sidebar {
 display: none;
}
.contentBox {
 float: none;
 width: 100%;
}
.TopLog {
 padding-top: 10px;
 padding-right: 20px;
 padding-left: 20px;
 padding-bottom: 10px;
 background-color: #F9F9F9;
 font-size: 14px;
 background-image: url(../images/TopLog.png);
}
.TopHalf_Left, .TopHalf_Right {
 display: block;
 float: none;
 width: 1000%;
}
.TopHalf_Right {
 float: none;
 text-align: left;
 display: none;
}
.dashBox {
 display: block;
 float: none;
 width: 100%;
}
.dashBox_inleft, .dashBox_inRight {
 padding: 20px;
 border-radius: 10px;
 margin-right: 0px;
 height: auto;
}
.dashBox_inRight {
 width: 100%;
}
.dashBox_inleft {
 margin-bottom: 20px;
 height: auto;
}
.TopLog {
 display: block;
 padding-top: 14px;
 padding-right: 20px;
 padding-left: 20px;
 padding-bottom: 14px;
 font-size: 16px;
 background-image: url(../images/TopLog.png);
 background-repeat: repeat-x;
 background-position: center center;
}
.mainBox {
 padding-top: 20px;
 padding-right: 20px;
 padding-bottom: 20px;
 padding-left: 20px;
}
.texField_Left, .texField_Right {
 display: block;
 width: 100%;
 float: none;
}
.btn_2, .btn_3L, .btn_3R, .btn_3C, .btn_smaller {
 display: block;
 widows: 100%;
 float:none;
 text-align: center;
}
.btn_3L, .btn_3R, .btn_smaller {
 display: block;
 float:  none;
 width: 100%;
 margin-bottom: 20px;
}
 .Topic7868 {
 display: block;
 float: none;
 width: 100%;
 padding-top: 20px;
 padding-bottom: 20px;
}
.recieptBox {
 display: block;
 padding: 0px;
 clear: both;
 width: 100%;
 background-color: #FFF;
}
.copyright {
 -webkit-border-radius: 0px;
 margin-top: 0px;
 text-align: center;
}
.notify882 {
 padding-top: 70px;
 padding-right: 18px;
 padding-bottom: 14px;
 padding-left: 18px;
 background-position: center 20px;
 background-size: 40px;
 text-align: center;
}
.quater_Box {
	width: 100%;

}
.Logo, .languages {
	display: block;
	float: none;
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
	padding-top: 0px;
}
.Logo {
	float: none;
	hight: auto;
	text-align: center;
	margin-top: 0px;
	padding-bottom: 0px;
	width: 100%;
	background-color: tranbsparent;
}
.Logo img { 
width: 100%;
}

.languages {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-radius: 0px;
	padding: 10px;
	}
	
.Iconbox5 {
	display: inline-block;
	float: left;
	height: ;
	width:36% ;

	margin-top: 20px;
	margin-right:20px;
	margin-bottom: 20px;
	margin-left: 20px;

}
}
