@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700);
@font-face {
  font-family: 'DINCond-Bold';
  
  src:url('../fonts/DINCond-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/DINCond-Bold.otf')  format('opentype'), url('../fonts/DINCond-Bold.woff') format('woff'), url('../fonts/DINCond-Bold.ttf')  format('truetype'), url('../fonts/DINCond-Bold.svg#DINCond-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*============== Reset CSS ==============*/
* {	
  	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	/*border: 0;*/
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
 font-family: 'Roboto', sans-serif; 
 font-weight: 400;
 color: #454545;
}

article, 
aside, 
figure, 
footer, 
header,
hgroup, 
nav, 
section { 
  display: block;
}

/*ul { 
  list-style: none;
}*/

table { 
  border-collapse: collapse; 
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

a,
a:hover,
a:focus {
  text-decoration :none;
  outline: 0;
}

.redTxt {
  color: #ff0000;
}
.whiteTxt {
  color: #fff;
} 

.fullWidth {
  width: 100%;
}

label {
  font-weight: normal;
  color: #454545;
  font-size: 12px;
}

.linkCursor {
  cursor: pointer;
}

.form-control {
  border-radius: 0;
}	

/*============== Global ==============*/
.clearFix {
  clear: both;
}

.super {
  vertical-align: super; 
  font-size: 11px;
}

.block {
  display: block;
}

.noPadding {  
  padding: 0;
}

.noMargin {  
  margin: 0;
}

.noPaddingRight {
  padding-right: 0;
}

.marginBottom1 {
  margin-bottom: 10px ! important;
}

.marginBottom {
  margin-bottom: 30px ! important;
}

.uppercase{
  text-transform: uppercase;
}

.featureTxt {
  font-size: 18px;
  line-height: 19px;
  text-transform: uppercase;
}

/*============== Header ==============*/
header {
  width: 100%; 
  height: 168px;
}

.navbar-default {
  background-color: #fff; 
  border-bottom: 5px solid #ff0000;
}

.topRightLinks{
  float: left;
}

.topRightLinks ul li, 
.topLinks ul li {
  float: left;
}

.topRightLinks ul li a {
  padding: 8px 16px;
  margin-right: 2px; 
  background: #efefef; 
  color: #808080;    
  text-align: center; 
  vertical-align: middle;
  display: inline-block;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 0 0 0 #ff0000;
  transition: box-shadow ease 0.5s;
}

.topRightLinks ul li a:hover, 
.topRightLinks ul li a:active,
.topRightLinks ul li a.active,
.topLinks ul li a.active,
.topLinks ul li a:hover {
  color: #fff; 
  background: #ff0000;
  margin-right: 2px;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 100px 0 0 #ff0000;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #ff0000;
}

.logo  {
  float: left; 
  width: 277px; 
  height: 39px; 
  display: inline-block; 
  background: url(../imgs/logo_mobile.png) no-repeat; 
  cursor: pointer;
 }
 
.topLinks ul li a {
  padding: 6px 31px; 
  color: #000;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #ff0000; 
  color: #fff;
}

.navbar-nav>li>a {
  padding-top: 4px;
  padding-bottom: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 0 0 0 #ff0000;
  transition: box-shadow ease 0.5s;
}

#mySidenav .navbar-nav>li {
  margin-bottom: 2px;
}

#mySidenav .navbar-nav>li>a {
  color: #fff;
  background-color: #c2c2c2;
  font-weight: bold;
}

#mySidenav .navbar-nav>li>a:hover, 
#mySidenav .navbar-nav>li>a:focus,
#mySidenav .navbar-nav>li>a:active {
  color: #fff;
  background-color: #FF0000;
}

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {
  color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 100px 0 0 #ff0000;
}

.logoHeaderIcon {
  margin: 10px 0 10px 0;
}

.logoHeaderIcon .contactUser{
  background: url('../imgs/ic_user.png') no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 12px; 
  cursor: pointer;
}



.logoHeaderIcon .contactUser:hover::after,
.logoHeaderIcon .contactUser:active::after,
.logoHeaderIcon .contactUser:focus::after{
    background: #ff0000;
    bottom: 5px;
    content: '';
    display: block;
    height: 3px;
	text-align: center;
    position: absolute;
    -ms-transform: translate(0,4px);
    transform: translate3d(0,4px,0);
    transition: transform .4s cubic-bezier(0.4,1,0.4,1);
    width: 6%;
}	
	
.headerIconCont {
  display: inline;
  float: right;
  top: -38px;
}


#mySidenav .navbar-nav .open .dropdown-menu li {
  margin: 10px;
  border-bottom: 1px solid #e3e3e3;
}

.navbar-nav .open .dropdown-menu li:last-child{
  border-bottom: none;
}

.navbar-nav .open .dropdown-menu>.dropLeftPanel>li>a, 
.navbar-nav .open .dropdown-menu .dropLeftPanel .dropdown-header {
  padding: 10px 0 10px 0;
  color: red; 
}

.navbar-nav>li>a {
  padding: 10px 40px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 0 0 0 #ff0000;
  transition: box-shadow ease 0.5s;
}

#mySidenav .navbar-nav .open .dropdown-menu li:last-child {
    margin-bottom:  0;
}

#mySidenav .navbar-nav .open .dropdown-menu{
    padding: 0;
}

.navbar-nav {
  margin: 0 -5px;
}

#nav-toggle { 
  cursor: pointer; padding: 0px;
  margin-top: 0;
  width: 25px;
  height: 25px;
}

#nav-toggle:hover::after { 
  background: #ff0000;
    bottom: -7px;
    content: '';
    display: block;
    height: 3px;
	text-align: center;
    position: absolute;
    -ms-transform: translate(0,4px);
    transform: translate3d(0,4px,0);
    transition: transform .4s cubic-bezier(0.4,1,0.4,1);
    width: 100%;
}

#nav-toggle span, 
#nav-toggle span:before, 
#nav-toggle span:after {
  cursor: pointer;
  height: 2px;
  width: 25px;
  background: #000;
  position: absolute;
  display: block;
  content: '';
}


#nav-toggle span:hover,
#nav-toggle span:hover::before, 
#nav-toggle span:hover::after {
  background: #ff0000 ! important;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

#nav-toggle span:before  {
  top: -8px; 
}

#nav-toggle span:after  {
  bottom: -8px;
}

#nav-toggle span, 
#nav-toggle span:before, 
#nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before, 
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before  {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 100%;
}

.sidenav {
    height: 100%;
    width: 0; 
    position: fixed; 
    z-index: 1;
    top: 0;
    right: -5px;
    background-color: #FFF; 
    overflow-x: hidden; 
    padding-top: 36px; 
    transition: 0.5s; 
	z-index: 3;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s
}

.sidenav .closebtn {
    position: absolute;
    top: -23px;
    right: 7px;
    font-size: 46px;
    margin-left: 50px;
	z-index: 4;
	display: none;
	font-family: initial;
	color: #000;
}

#main {
    transition: margin-left .5s;
    padding: 20px;
}
	
.removeIcon {
  width: 25px; 
  height: 25px; 
  display: inline-block; 
  background: url(../imgs/ic_remove.png) no-repeat; 
  cursor: pointer;
  vertical-align: middle;
}

.searchIcon {
  display: inline-block; 
  cursor: pointer;
  width: 25px;
  height: 25px;
  background: url('../imgs/ic_search.png') no-repeat; 
}

.searchIcon:hover,
.searchIcon:focus,
.searchIcon:active{
  background: url('../imgs/ic_search_hover.png') no-repeat; 
}
	
.searchIcon:hover::after,
.searchIcon:active::after,
.searchIcon:focus::after{
    background: #ff0000;
    bottom: 5px;
    content: '';
    display: block;
    height: 3px;
	text-align: center;
    position: absolute;
    -ms-transform: translate(0,4px);
    transform: translate3d(0,4px,0);
    transition: transform .4s cubic-bezier(0.4,1,0.4,1);
    width: 50%;}	


.searchbox {
  position:relative;
  min-width:50px;
  width:0%;
  float:right;
  overflow:hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.searchbox-input {
  top:0;
  right:0;
  border:0;
  outline:0;
  background: #efefef;
  width:100%;
  height:36px;
  margin:0;
  padding:0px 55px 0px 80px;
  font-size:14px;
  color: #cabcb5;
}

.searchbox-input::-webkit-input-placeholder {
  color: #cabcb5;
}

.searchbox-input:-moz-placeholder {
  color: #cabcb5;
}

.searchbox-input::-moz-placeholder {
  color: #cabcb5;
}

.searchbox-input:-ms-input-placeholder {
  color: #cabcb5;
}

.searchbox-icon,
.searchbox-submit{
  width:50px;
  height:37px;
  display:block;
  position:absolute;
  top:0;
  right:0;
  padding:0;
  margin:0;
  border:0;
  outline:0;
  line-height:37px;
  text-align:center;
  cursor:pointer;
  color:#000;
  background:#efefef;
}

.searchbox-open {
  width:100%;
  top: -41px;
}

.searchbox-open  .searchbox-icon, .searchbox-open .searchbox-submit {
   background: #efefef;
 }
 
 .searchbox-open  .searchbox-icon .searchIcon {
   vertical-align: middle;
 }
 
 .searchbox-icon, .searchbox-submit {
   background: #fff;
 }

.remove {
  width: 50px;
  height: 37px;
  display: block;
  position: absolute;
  top: 0;
  left: 0; 
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 37px;
  text-align: center;
  cursor: pointer;
  color: #dcddd8;
  background: #ff0000;
}

/*============== Black Main Container ==============*/
#black_main_cont {
  background: -webkit-linear-gradient(-90deg, #454545, #1e1e1e); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-90deg, #454545, #1e1e1e); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-90deg, #454545, #1e1e1e); /* For Firefox 3.6 to 15 */
  background: linear-gradient(-90deg, #454545, #1e1e1e); /* Standard syntax */  
  color: #fff; 
  margin-bottom: 40px;
  background-size: cover;
  height: 150px;
}

#black_main_cont .container {
  display: table;
  height: 150px;
}

#black_main_cont .textVerMiddle {
  display: table-cell;  
  padding: 20px;
  vertical-align: middle;
}

#black_main_cont p {
  font-size: 16px;
}

/*===================== Notification Area =====================*/
#notification .container {
  padding: 24px;
  background: #f1f1f1;
}

/*============== Commercial Container ==============*/
#commerCont h3 {
  margin: 0;
}

#commerCont hr {
  border-top: 1px solid #ccc;
}

#commerCont .bodyTxt {
  margin-bottom: 40px;
}

#commerCont .media .media-body .media-heading {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  margin-bottom: 20px;
  font-size: 20px;
}

#commerCont .media .shortDesc {
  display: inline-block;
}

/*============== Commercial Container Right Panel ==============*/
#commerCont, 
#myAccountCont  {
  margin-bottom: 55px;
}

.contactUsRight .panel-default>.panel-heading {
    color: #333;
    background-color: #ff0000;
    border-color: #ff0000;
    border-radius: 0;
	color: #fff;
	padding: 15px;
}

#commerCont .media .media-object {
  width: 82%;
  margin-bottom: 15px;
}

#commerCont .media{
  margin-bottom: 40px;
}

#commerCont .contArrow {
  margin-top: -2px;
}

.contactUsRight .panel-default {
    border: none;
}

#commerCont .rightNews,
#commerCont  .rightRules,
#commerCont .rightAd,
#commerCont  .rightOtehrlinks,
#commerCont .redHr {
  padding: 0 20px;
}

#commerCont .rightNews>h4,
#commerCont .rightRules>h4,
#commerCont .rightOtehrlinks>h4 {
  margin-bottom: 24px;
}

#commerCont .rightNews .newsList h6,
#commerCont .rightNews .newsList p {
  margin-bottom: 15px;
}

#commerCont .redHr {
  border-top: 3px solid #ff0000;
}

#commerCont .rightRules,
#commerCont .rightAd{
  margin-bottom: 20px;
}

#commerCont .rightRules .docIcon {
  margin: 4px 10px 0 0;
}

#commerCont .rightOtehrlinks ul li a {
  color: #333333;
}

#commerCont .rightOtehrlinks ul li a {
	position: relative;
	padding-bottom: 3px;
	color: #333333;
}

#commerCont .rightOtehrlinks ul li a:after {
	content: '';
	display: block;
	margin: auto;
	height: 1px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}

#commerCont .rightOtehrlinks ul li a:hover:after {
	width: 100%;
	background: #333;
}

#commerCont .rightOtehrlinks ul li {
  margin-bottom: 10px;
  width: 88%;
}

#commerCont .adCont {
  margin-bottom: 25px;
}

#commerCont .adCont .adDetails {
  background: #f1f1f1;
}

#commerCont .adCont .adDetails .adData {
  display: table-cell;
  vertical-align: middle;
  padding: 5px; 
  height: auto;
}

#commerCont .adCont .adDetails .adDesc {
  margin-bottom: 0;
}

/*========================== Carousel ================================*/
section .caousalCont {
  color: #fff; 
  margin-bottom: 40px;
  background-size: cover;
}

.carousel .item {
    height: 470px;
}

.carousel-indicators {
    bottom: 0;
}

.carousel-inner > .item > img {
  height: 470px;
}

.carousel {
    height: 470px;
    margin-bottom: 40px;
}

.carousel-caption .btn,
.deskHeadNav .hnRightPanle .btn {
  background-color: #ff0000;
  border-color: #ff0000;
  border-radius: 0;
  padding: 10px 36px;
}

.carousel-caption  h1{
  font-size: 32px;
  margin-bottom: 30px;
}

.carousel-caption p {
  font-size: 14px;
  width: 100%;
  margin-bottom: 40px;
}

.bannerRightImg {
  display: none;
}

.carousel-caption {
  padding-top: 0;
  padding-bottom: 50px;
  bottom: 0;
  left: 15%;
  right: 15%;
}

.carousel-inner .first-slide  {
  background: url(../imgs/bannerSm1.jpg) no-repeat; 
  background-size: cover;
}

.carousel-inner .second-slide  {
  background: url(../imgs/bannerSm1.jpg) no-repeat;
  background-size: cover;  
}

.carousel-inner .third-slide  {
  background: url(../imgs/bannerSm1.jpg) no-repeat; 
  background-size: cover;
}

/*============================= Contact US Righ Side ==================================*/
#commerCont .contactUsRight .panel-body {
  background: #f1f1f1;
}

#commerCont .contactUsRight .callInfo {
  font-size: 16px;
}

#commerCont .contactUsRight .callNum {
  margin-left: 17px;
}

#commerCont .contactUsRight form .btn,
#signinCont  form .btn,
#signinCont  .modal .modal-body .btn {
  background-color: #ff0000;
  border-color: #ff0000;
  border-radius: 0;
  padding: 5px 36px;
  color: #fff;
}

#commerCont .contactUsRight form .formCaptcha {
  margin-right: 10px;
}

#commerCont .contactUsRight .icRefresh,
.contactUsAccor form .icRefresh {
  display: block;
}

#commerCont .contactUsRight .err,
.contactUsAccor form .err {
  color: red;
  display: inline-block;
  min-width: 100%;
  margin-top: 5px;
  font-size: 12px;
}

#commerCont .contactUsRight form .security_field .icRefresh,
#commerCont .contactUsRight form .security_field .icSound {
  cursor: pointer;
} 

/*============================= Most Views ==================================*/
#commerCont .mostViewedHr {
  margin: 10px 0;
} 

#commerCont .rightRulesFormsFees {
 border-right: 1px solid #ccc;
 cursor: pointer;
}

#commerCont .rightRulesFormsFees:last-child {
 border-right: none;
}


/*========================== News ================================*/
#newsCont {
  margin-bottom: 50px;
  padding: 0 20px;
}

#newsCont a {
  color: #454545;
}

#newsCont h1 {
  font-size: 22px;
  margin-bottom: 27px;
}

#newsCont  .newsDetails,
.ecenterCont  .newsDetails {
  padding: 24px;
  background: #f1f1f1;
}

#newsCont  .newsDetails h4 {
  margin-bottom: 17px;
  min-height: 45px;
}

#newsCont  .newsDetails .desc {
  min-height: 80px;
}

#newsCont  .readMore .readMoreImg,
#contactCont .contact_firstRow  .readMore .readMoreImg{
  margin-right: 5px;
}

#newsCont  .readMore {
  margin-top: 18px;
  min-height: 45px;
}

#newsCont .owl-buttons {
  display: none;
}

#newsCont .owl-theme .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  background: #373737;
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
  width: 12px !important;
  height: 12px !important;
}

/*====================== Mosaic Cont ========================*/
#mosaicCont { 
  padding: 20px 20px;
  background: #f1f0f0;
}

#mosaicCont .mosaicRow {
  margin-bottom: 10px;
}

#mosaicCont .txtOverlay,
#commerCont .rightAd .txtOverlay{
  position: absolute;
  background: rgba(0,0,0,0.50);
  padding: 10px;
  max-width: 277px;
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  margin-top: 25px;
}

/*====================== Support Cont ========================*/
#supportCont { 
  padding: 50px 0 0 0;
  background: #454545;
}

#supportCont .supportIcon {
  margin-bottom: 20px;
}

#supportCont .supportRow{
 margin-bottom: 30px;
}

#supportCont .supportRow:last-child{
 margin-bottom: 0;
}

#supportCont h1{
  font-size: 24px;
  margin: 0 0 48px 0;
}

/*====================== Contact Us ========================*/
#contactCont {
  margin: 65px 0 35px 0;
}

#contactCont .contact_firstRow{
  padding: 15px 0;
}

#contactCont .contact_firstRow .contact_TopItemsFirst .topItemsDetails,
#contactCont .contact_firstRow .contact_TopItemsMid .topItemsDetails{
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

#contactCont .contact_firstRow h5 {
  min-height: 35px;
}

.contactUsAccor .panel-group .panel {
  border-radius: 0;
}

.contactUsAccor .panel-default {
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.contactUsAccor .panel-default .panel-heading h4 {
  width: 95%;
}

.contactUsAccor .panel-default:last-child {
  border-bottom: 1px solid #ddd;
}

.contactUsAccor .panel-heading a.collapsed:after {
  content: "\002b";
}

.contactUsAccor .panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\2212";
    float: right;
    color: #373737;
    font-size: 10px;
	margin-top: 5px;
}

.contactUsAccor .noData .panel-heading a:after {
  content: "";
}

.contactUsAccor .panel-default>.panel-heading {
  color: #373737;
  background-color: #fff;
  border-color: #ccc;
}

.contactUsAccor .panel-default .panel-body p{
  font-family: helvetica bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant: normal;
}

.contactUsAccor .panel-default .collapse.in {
  background: #f5f5f5;
}

.contactUsAccor form .btn {
  background-color: #ff0000;
  border-color: #ff0000;
  border-radius: 0;
  padding: 5px 36px;
}

/*=================== Secondary Page B ======================*/
#seondaryBCont .media .media-body .media-heading,
#seondaryCCont .media .media-body .media-heading {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    margin-bottom: 20px;
    font-size: 20px;
}

/*========================== Secondary Page B =============================*/
#commerCont .reports:before {
  content: "\e258";
  padding: 25px 2px;
  background: #ff0000;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  position: relative;
  line-height: 1;
  color: #fff;
  float: left;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
}

#commerCont .reports .reportsTxt {
  padding: 5px 5px;
}

#commerCont .paginationCont .pagination {
  margin: 0;
}

#commerCont .paginationCont ul{
  margin-top: 20px;
}

#commerCont .paginationCont ul li {
  float: left;
  color:#ccc;
  font-size: 12px;
}

#commerCont .paginationCont ul li option {
  font-size: 12px ! important;
}

#commerCont .paginationCont ul li a{
  color: #777;
}

#commerCont .paginationCont ul li a:hover,
#commerCont .paginationCont ul li a:active,
#commerCont .paginationCont ul li a.active{
  color: #000;
}

#commerCont .paginationCont .prevBtn,
#commerCont .paginationCont .nextBtn {
  padding: 5px 10px 0 10px;
}

#commerCont .paginationCont .form-control {
    padding: 0;
	height: auto;
}

/*==================== Support And FAQs  ====================*/ 
#commerCont .supportContent .suContlinks li:first-child  a{
  color:#ff0000;
}

#commerCont .supportContent .suContlinks li  a{
  color:#454545;
}

#commerCont .supportContent .suContlinks li {
  margin-bottom: 15px;
}

#commerCont .supportContent .suContlinks li:before{
  content: "\e092";
  font-family: 'Glyphicons Halflings';
  background-color: #fff;
  border: 2px solid #454545;
  color: #454545;
  border-radius: 100%;
  padding: 3px;
  margin-right: 5px;
  cursor: pointer;
}

#commerCont .supportContent .suContlinks li:first-child:before{
  border: 2px solid #ff0000;
  color: #ff0000;
}

#commerCont .supportContent .newTag {
  margin-right: 5px;
  font-size: 11px;
  font-weight: bold;
}

.supportCont .contactUsAccor {
  margin-top: 46px;
}

.supportCont .contactUsAccor .panel-heading {
  padding: 10px 10px 10px 0px;
}

.supportCont .contactUsAccor .panel-default .collapse.in {
  background: #fff;
}

.supportCont .contactUsAccor .panel-default h4{
  font-size: 14px;
}

.supportCont .contactUsAccor .panel-default .panel-body {
  padding: 10px 0;
  font-size: 13px;
}

.supportCont .contactUsAccor .panel-default .panel-body ul li {
  margin-bottom: 10px;
}

.supportCont .contactUsAccor .panel-default .panel-body ul li a {
  color: #373737;
  font-size: 13px;
}

/*========================= Sign In ========================*/
#signinCont {
  padding-bottom: 40px;
}

#signinCont .bodyTxt {
  font-size: 16px;
}

#signinCont p em {
  font-size: 13px;
}

#signinCont .control-label{
  text-align: left;
}

#signinCont .sidebar .links:before {
    content: "\e092";
    font-family: 'Glyphicons Halflings';
    background-color: #fff;
    border: 2px solid #454545;
    color: #454545;
    border-radius: 100%;
    padding: 3px;
    margin-right: 5px;
    cursor: pointer;
	font-size: 10px;
}

#signinCont .modal-header {
    padding: 15px 15px 0 15px;
    border-bottom: none; 
}

#signinCont .modal-footer {
    border-top: none;
}

#signinCont .modal-content {
  border-radius: 0;
}

#signinCont input[type="checkbox"],
#signinCont input[type="radio"] {
  margin-top: 1px;
}

/*==================  Register  ===============*/
#signinCont .stepCont h3 {
  text-transform: uppercase;
}

#signinCont .zipcode .country {
  width: 6%;
}

#signinCont .zipcode .number {
  width: 3%;
}

/*========================= My Account ========================*/
#commerCont .myaccount {
   background-color: #ff0000;
   border-color: #ff0000;
   border-radius: 0;
   color: #fff;
   padding: 15px;
   margin-bottom: 30px;
}

#commerCont .updateLinks li a,
#commerCont .helpLinks li a {
   display: inline-block;
    position: relative;
    padding-bottom: 3px;
    color: #454545;
}

#commerCont .updateLinks li a:after,
#commerCont .helpLinks li a:after  {
    content: '';
    display: block;
    margin: auto;
    height: 1px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

#commerCont .updateLinks li a:hover:after,
#commerCont .helpLinks li a:hover:after {
    width: 100%;
    background: #454545;
}

#commerCont .helpLinks li{
   margin-bottom: 10px;
}

#commerCont .helpLinks li a {
   display: inline;
}

/*===================== eCenter ===================*/
.ecenterCont .panelResources li{
  margin-bottom: 20px;
}

.ecenterCont a { 
  color: #454545;
}

.ecenterCont .panelResources li a,
.nofaultCont .panelResources li a{
  color: #373737;
  vertical-align: middle;
}

.ecenterCont .panelResources .beforeArrow:before,
.nofaultCont .panelResources .beforeArrow:before{
    content: "\e092";
    font-family: 'Glyphicons Halflings';
    background-color: #fff;
    border: 2px solid #363636;
    color: #363636;
    border-radius: 100%;
    padding: 2px;
    margin-right: 19px;
	font-size: 11px;
}

.ecenterCont .panelResources .beforeDoc:before{
	content: '';
    background: url('../imgs/ic_doc.png') no-repeat;
    width: 24px;
	height: 31px;
    margin-right: 19px;
    cursor: pointer;
	display: inline-block;
	float: left;
}

.ecenterCont .naveCenter li:before{
    content: "\e250";
    font-family: 'Glyphicons Halflings';
    background-color: #fff;
    border: 2px solid #363636;
    color: #363636;
    border-radius: 100%;
    padding: 2px;
    margin-right: 19px;
    cursor: pointer;
	font-size: 11px;
}

.ecenterCont .contactUsRight .panel-group {
  margin-bottom: 5px;
}

.ecenterCont .contactUsRight .greyBtn>.panel-heading {
    background-color: #bfbfbf;
    border-color: #bfbfbf;
    border-radius: 0;
    color: #fff;
    padding: 15px;
}

.ecenterCont .contactUsRight .rightAd .txtOverlay .featureTxt {
    text-transform: none;
}

.ecenterCont #owl-demo .owl-wrapper .owl-item {
  width: 38% ! important;
}

.ecenterCont #owl-demo .owl-wrapper .owl-item  .newsDetails .desc{
  min-height: 120px;
  color: #454545;
}

.ecenterCont #owl-demo .owl-wrapper .owl-item  .newsDetails h4,
.ecenterCont #owl-demo .owl-wrapper .owl-item  .newsDetails .readMoreTxt{
  min-height: 60px;
}

.ecenterCont #owl-demo .owl-wrapper .owl-item  .newsDetails .readMoreTxt:before {
	content: "\e092";
    font-family: 'Glyphicons Halflings';
    background-color: #fff;
    border: 2px solid #ff0000;
    color: #ff0000;
    border-radius: 50px;
    padding: 3px;
    margin-right: 5px;
    cursor: pointer;
}
}

/*==================== About ==================*/
#commerCont .aboutCont .rightOtehrlinks ul li,
#commerCont .ecenterCont .rightOtehrlinks ul li,
#commerCont .nofaultCont .rightOtehrlinks ul li{
  width: 95%;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 13px;
  padding-bottom: 9px;
}

/*==================== No-Fault ==================*/
.nofaultCont .panelResources li{
  margin-bottom: 5px;
}

.nofaultCont .noFaultTxt {
  color: #ff0000 !important;
  font-weight: bold;
}

/*==================== NYSInsurance ==================*/
#nysBanner_cont {
  background: transparent;  
  margin-bottom: 40px;
  background-size: cover;
  height: auto;
}

#nysBanner_cont .container {
  background: #121212 url(../imgs/NYSBannerMobile.jpg) no-repeat center center;
  height: 214px; 
}

#nysBanner_cont .bannerHeading {
  display: none;
}

#nysBanner_cont .bannerHeadingMobile {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
}

#nysBanner_cont .bannerHeadingMobile h1 {
  font-size: 28px;
}

#login {
  background: #ff0000;
  color: #fff;
}

#login .container {
  display: table;
  height: 165px;
}

#login  .loginDetails {
  display: table-cell;
  vertical-align: middle;
}

#login .loginContent {
  margin: 20px 0;
  text-align: center;
  width: 100%;
  float: left;
}

#login .loginBtn {
  width: 100%;
  display: inline-block;
}

#login .goBtn {
  border: 2px solid #fff;
  padding: 10px 5px;
  width: 40%;
  background: transparent;
  border-radius: 0;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

#nysContact {
  background: #f1f0f0;
  padding: 75px 0 50px 0;
}
/*==================  Footer  ===============*/
footer {
  width: 100%; 
  border-top: 8px solid #454545; 
  padding: 40px 20px 0 20px; 
}

footer h5 {
  margin-bottom: 17px; 
  font-weight: bold; 
  color: #454545;
}

footer .cat ul li a {
	display: inline-block;
	position: relative;
	padding-bottom: 3px;
	color: #454545;
}

footer .cat ul li a:after {
	content: '';
	display: block;
	margin: auto;
	height: 1px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}

footer .cat ul li a:hover:after {
	width: 100%;
	background: #454545;
}

footer .cat ul {
  margin-bottom: 30px;
}

footer hr {
  border: 1px solid #454545;
}

footer .footerLinks ul li {
  float: left; 
  margin-right: 30px;
}

footer .footerLinks ul li a {
	display: inline-block;
	position: relative;
	padding-bottom: 3px;
	color: #454545;
}
footer .footerLinks ul li a:after {
	content: '';
	display: block;
	margin: auto;
	height: 1px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}

footer .footerLinks ul li a:hover:after {
	width: 100%;
	background: #454545;
}

footer .socialCont p {
  margin: 10px 10px 10px 0; 
  float: left;
}

footer .socialIcon {
  float: right;
}

footer .socialIcon li {
  float: left; 
  margin-right: 12px;
}

footer .socialIcon li:last-child {
  margin-right: 0;
}

footer .followTxt {
  margin: 4px 0;
}

footer .socialIcon a {
  display: block;
  width: 23px;
  height: 23px;
}

footer .linkedin {
  background: url(../imgs/socialIcon.png) no-repeat 0 0;
}

footer .linkedin:hover, .twitter:active {
  background: url(../imgs/socialIcon.png) no-repeat 0 100%;
}

footer .twitter {
  background: url(../imgs/socialIcon.png) no-repeat 48% 0;
}

footer .twitter:hover {
  background: url(../imgs/socialIcon.png) no-repeat 48% 100%;
}

footer .youtube {
  background: url(../imgs/socialIcon.png) no-repeat 100% 0;
}

footer .youtube:hover {
  background: url(../imgs/socialIcon.png) no-repeat 100% 100%;
}

footer .animate {
  transition: background .5s;
}

footer .followTxt {
  float: left;
}
 
footer .socialIcon {
   float: none;
}

footer .footerLinks {
  margin-bottom: 29px;
}


/*================== For Large Desktop =====================*/
@media (min-width: 1200px){
 .container { 
    width: 914px;
  }	
  .navbar-toggle {
    display: block;
  }
  .headerIconCont {
    display: block;
    float: left;
    top: 0;
	margin-top: 16px;
  }
  .topRightLinks{
    float: right;
  }
  .topRightLinks ul li a {
   padding: 3px 5px;
 }
 .logoHeaderIcon {
   margin: 24px 0 30px 0;
 }
 
 .navbar-nav>li {
   margin-right: 6px;
 }

 .navbar-nav>li:last-child {
   margin-right: 0;
 }
 
 .navbar-nav>li>a {
   padding: 4px 15px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 0 0 0 #ff0000;
   transition: box-shadow ease 0.5s;
 }
 
 .navbar-nav .open .dropdown-menu .dropLeftPanel li {
   margin: 10px 14px;
 }
 
 .navbar-nav li:last-child .dropdown-menu,
 .navbar-nav li:nth-child(5) .dropdown-menu {
    right: 0;
    left: inherit;
  }
 
 .logo  {
   width: 395px; 
   height: 56px; 
   background: url(../imgs/logo_desk.png) no-repeat; 
 }

 .searchbox-open {
   top: -7px;
   right: 0;
   width:80%;
 }
 
/*==================== Header Navigation Dropdown =================*/ 
 .deskHeadNav ul >li .dropdown-menu{
   min-width: 600px;
   padding: 38px 20px 30px 20px;
   border-radius: 0;
 }
 
 .deskHeadNav ul >li .dropdown-menu .hnLeftPanle ul li{
   margin-bottom: 10px;
 }
 
 .deskHeadNav ul >li .dropdown-menu .hnLeftPanle ul li a{
   color: #ff0000;
   display: inline-block;
	position: relative;
	padding-bottom: 3px;
 }

.deskHeadNav ul >li .dropdown-menu .hnLeftPanle ul li a:after {
	content: '';
	display: block;
	margin: auto;
	height: 1px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
 }

.deskHeadNav ul >li .dropdown-menu .hnLeftPanle ul li a:hover:after {
	width: 100%;
	background: #ff0000;
 }
 
 .deskHeadNav ul >li .dropdown-menu .divider {
   height: 200px;
    width: 1px;
    overflow: hidden;
    background-color: red;
	margin: 10px;
 }
 
 .deskHeadNav ul >li .dropdown-menu .hnRightPanle .readMore {
   margin-top: 24px;
   cursor: pointer;
 }
 
 .deskHeadNav ul >li .dropdown-menu .hnRightPanle .readMore .readMoreImg{
   margin-right: 6px;
 }
 
 .deskHeadNav ul >li .dropdown-menu .hnRightPanle h4{
   margin-bottom: 10px;
 }
 
 .deskHeadNav ul >li .dropdown-menu .hnRightPanle .learMore{
    background-color: #ff0000;
    border-color: #ff0000;
    border-radius: 0;
    padding: 10px 36px;
 }
 
 /*.deskHeadNav ul >li .dropdown-menu .hnRightPanle:before{
   content: "";
   width: 1px;
   display: inline-block;
   height: 100px;
   background: red;
 }*/
 
 .deskHeadNav ul >li .dropdown-menu .hnleftPanle ul li a{
   color: #ff0000;
 }
 
 .navbar-nav .open .dropdown-menu li {
   margin: 0px;
 }
 
 #mySidenav ul{
   width: 100%;
 }
 
 #mySidenav ul li {
   float: none;
   margin-right: 0;
 }
 
 #mySidenav ul li a {
   padding: 10px 40px;
 }
 
 #mySidenav .navbar-nav .open .dropdown-menu li {
    margin: 0;
	border-bottom: 1px solid #efdfd6;
 }
 
 #mySidenav .navbar-nav .open .dropdown-menu li:last-child {
	border-bottom: none;
 }
 
 #mySidenav .navbar-nav .open .dropdown-menu li a {
    color: #777;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 0 0 0 #ff0000;
    transition: box-shadow ease 0.5s;
 }
 
 #mySidenav .navbar-nav  .dropdown-menu>li>a:hover, 
 #mySidenav .navbar-nav .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #fff;
	font-weight: bold;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 100px 0 0 #ff0000;
}
 
 .bannerRightImg {
   display: block;
 }
 
 .carousel .item {
    height: 494px;
 }

 .carousel-inner > .item > img {
  height: 494px;
 }

 .carousel {
    height: 494px;
    margin-bottom: 40px;
 }
 
 .carousel-caption  h1{
   font-size: 60px;
   margin: 0 0 40px 0;
   text-align: left;
 }

 .carousel-caption p {
   font-size: 16px;
   width: 385px;
   margin-bottom: 40px;
   text-align: left;
 }
 
 .carousel-inner .first-slide  {
  background: url(../imgs/bannerLg1.jpg) no-repeat; 
 }

.carousel-inner .second-slide  {
  background: url(../imgs/bannerLg1.jpg) no-repeat; 
 }

.carousel-inner .third-slide  {
  background: url(../imgs/bannerLg1.jpg) no-repeat; 
 }
 
/*============== Black Main Container ==============*/
 /*#black_main_cont {
   padding: 70px 0 30px 0; 
 }*/
 
 #commerCont .media .media-object {
   width: inherit;
   margin-bottom: 0;
 }
 
 #commerCont .media{
  margin-bottom: 0;
 }
 
 #commerCont .media .media-body .media-heading {
   margin-bottom: 34px;
   font-size: 24px;
 }
 
 #commerCont .media .shortDesc {
   margin-left: 172px;
   display: block;
 }
 
 #commerCont .contactUsRight .panel-body {
   background: #f1f1f1;
 }
 
 #commerCont .rightNews,
 #commerCont  .rightRules,
 #commerCont .rightAd,
 #commerCont  .rightOtehrlinks,
 #commerCont .redHr {
   padding: 0px;
 }
 
 #commerCont .adCont .adDetails  h3{
     margin-bottom: 10px;
 }
 
 #commerCont .adCont .adDetails .adData {
  height: 180px;
 }
 
.contactUsAccor .panel-default .panel-heading h4 {
  width: 100%;
 }
 
 #contactCont .contact_firstRow .contact_TopItemsFirst .topItemsDetails,
 #contactCont .contact_firstRow .contact_TopItemsMid .topItemsDetails{
  border-right: 1px solid #ccc;
  margin-right: 20px;
  border-bottom : none;
  margin-bottom: 0;
  height: 85px;
 }
 
 #nysBanner_cont {
  background: #121212;  
  color: #fff;
  height: 494px;
}
 
 #nysBanner_cont .bannerHeading {
  width: 45%;
  padding: 90px 0;
  display: block;
}

 #nysBanner_cont .bannerHeadingMobile {
   display: none;
 }
 
 #nysBanner_cont .container {
  background: url(../imgs/NYSBannerDesk.jpg) no-repeat right top;
  height: 494px; 
}
 
 #login .container {
  height: 140px;
}
 
 #login .goBtn {
  width: 50%;
  margin-bottom: 0;
}

#login .loginContent {
  width: 60%;
}

#login .loginBtn {
  width: 40%;
}
 
 footer .cat ul {
   margin-bottom: 60px;
 }
 
 footer .followTxt {
  float: right;
 }
 
 footer .socialIcon {
   float: right;
 } 
 
 footer .footerLinks {
  margin-bottom: 0;
 }
 
 footer .footerLinks {
  margin-bottom: 0;
 }
 
 #supportCont h1{
   font-size: 40px;
 }
 
 footer h5 {
   margin-bottom: 35px; 
 }
 
 #mosaicCont { 
   padding: 50px 20px;
 }
 
 #newsCont h1 {
   font-size: 40px;
 }
 
}

/*================== For Tab Portrait =====================*/
@media (min-width: 768px) and (max-width: 979px) {

 .container {  
   width: 100%;
 }
 
 .navbar-toggle {
    display: block;
  }
 
 .headerIconCont {
    display: inline;
    float: left;
    top: 9px;
 }
 
 .topRightLinks {
   float: right;
 }
 
 .topLinks ul li a {
   padding: 6px 10px;
 }
 
 .topRightLinks ul li a {
   padding: 3px 5px;
 }
 
 .logoHeaderIcon {
   margin: 24px 0 30px 0;
 }
 
 .navbar-nav>li {
   margin-right: 0px;
 }

 .navbar-nav>li:last-child {
   margin-right: 0;
 }
 
 .navbar-nav>li>a {
   padding: 4px 5.24px
 }
 
 .navbar-nav .open .dropdown-menu li {
   margin: 0 14px;
 }
 
  .navbar-nav li:last-child .dropdown-menu,
  .navbar-nav li:nth-child(5) .dropdown-menu {
    right: 0;
    left: inherit;
  }
  
  .navbar-nav li:nth-child(4) .dropdown-menu {
    right: -112%;
    left: inherit;
  }
  
  #mySidenav .navbar-nav li:nth-child(4) .dropdown-menu {
    right: 0;
  }
 
 .logo  {
   width: 395px; 
   height: 56px; 
   background: url(../imgs/logo_desk.png) no-repeat; 
 }
 
 .searchbox-icon, .searchbox-submit {
   background: #fff;
 }
 
 .searchbox-open {
   top: -7px;
   right: 0;
   width: 70%;
 }
 
 .navbar-nav .open .dropdown-menu li {
   margin: 0;
  }
 
 /*==================== Header Navigation Dropdown =================*/ 
 .deskHeadNav ul >li .dropdown-menu{
   min-width: 600px;
   padding: 38px 20px 30px 20px;
   border-radius: 0;
 }
 
 .deskHeadNav ul >li .dropdown-menu .hnLeftPanle ul li{
   margin-bottom: 10px;
 }
 
 .deskHeadNav ul >li .dropdown-menu .hnLeftPanle ul li a{
   color: #ff0000;
 }
 
 .deskHeadNav ul >li .dropdown-menu .divider {
   height: 200px;
    width: 1px;
    overflow: hidden;
    background-color: red;
	margin: 10px;
 }
 
 .deskHeadNav ul >li .dropdown-menu .hnRightPanle .readMore{
   margin-top: 24px;
   cursor: pointer;
 }
 
 .deskHeadNav ul >li .dropdown-menu .hnRightPanle .readMore .readMoreImg{
   margin-right: 6px;
 }
 
 .deskHeadNav ul >li .dropdown-menu .hnRightPanle h4{
   margin-bottom: 10px;
 }
 
 .deskHeadNav ul >li .dropdown-menu .hnRightPanle .learMore{
    background-color: #ff0000;
    border-color: #ff0000;
    border-radius: 0;
    padding: 10px 36px;
 }
 
 /*.deskHeadNav ul >li .dropdown-menu .hnRightPanle:before{
   content: "";
   width: 1px;
   display: inline-block;
   height: 100px;
   background: red;
 }*/
 
 .deskHeadNav ul >li .dropdown-menu .hnleftPanle ul li a{
   color: #ff0000;
 }
 
 .bannerRightImg {
   display: block;
 }
 
 .carousel .item {
    height: 494px;
 }

 .carousel-inner > .item > img {
  height: 494px;
 }

 .carousel {
    height: 494px;
    margin-bottom: 40px;
 }
 
 .carousel-caption {
   padding-bottom: 60px;
 }
 
 .carousel-caption  h1{
   margin: 0 0 40px 0;
   text-align: left;
 }

 .carousel-caption p {
   width: 350px;
   margin-bottom: 40px;
   text-align: left;
 }
 
 .carousel-inner .first-slide  {
  background: url(../imgs/bannerLg1.jpg) no-repeat; 
 }

 .carousel-inner .second-slide  {
   background: url(../imgs/bannerLg1.jpg) no-repeat; 
 }

 .carousel-inner .third-slide  {
   background: url(../imgs/bannerLg1.jpg) no-repeat; 
 }
 
 #newsCont .newsItemCont .newsPost {
   width: 100%;
 }
 
 #newsCont .newsDetails h4 {
   min-height: 59px;
 }
 
 #newsCont .newsDetails .desc {
   min-height: 120px;
 }
 
 #newsCont .readMore {
    min-height: 60px;
 }

 #commerCont .media .media-object {
   width: 100%;
   margin-bottom: 0;
 }
 
 #commerCont .media{
  margin-bottom: 0;
 } 
 
 #commerCont .media .media-body .media-heading {
   margin-bottom: 34px;
   font-size: 24px;
 }
 
 #commerCont .media .shortDesc {
   margin-left: 146px;
   display: block;
 }
 
 #commerCont .contactUsRight .panel-body {
   background: #f1f1f1;
 }
 
 #commerCont .rightNews,
 #commerCont  .rightRules,
 #commerCont .rightAd,
 #commerCont  .rightOtehrlinks,
 #commerCont .redHr {
   padding: 0px;
 }
 
 #commerCont .adCont .adDetails .adData {
  height: 150px;
 }
 
 #commerCont h3 {
    font-size: 22px;
 }

 /*#commerCont .adCont .adDetails {
    padding: 5px;
	/*min-height: 181px;
	background: #f1f1f1;
	margin-bottom: 0;
 }*/
 
.contactUsAccor .panel-default .panel-heading h4 {
  width: 100%;
 }
 
 #contactCont .contact_firstRow .contact_TopItemsFirst .topItemsDetails,
 #contactCont .contact_firstRow .contact_TopItemsMid .topItemsDetails{
  border-right: 1px solid #ccc;
  margin-right: 20px;
  border-bottom : none;
  margin-bottom: 0;
  height: 85px;
 }
 
 #nysBanner_cont {
  background: #121212;  
  color: #fff;
  height: 494px;
}
 
 
 #nysBanner_cont .bannerHeading {
  width: 45%;
  padding: 90px 0;
  display: block;
}

 #nysBanner_cont .bannerHeadingMobile {
   display: none;
 }
 
 #nysBanner_cont .container {
  background: url(../imgs/NYSBannerDesk.jpg) no-repeat right top;
  height: 494px; 
}
 
 #login .container {
  height: 140px;
}
 
 #login .goBtn {
  width: 50%;
  margin-bottom: 0;
}

#login .loginContent {
  width: 60%;
}

#login .loginBtn {
  width: 40%;
}
 
 footer .cat ul {
   min-height: 183px;
 }
 
 footer .followTxt {
  float: right;
 }
 
 footer .socialIcon {
   float: right;
 }
 
 footer .footerLinks {
  margin-bottom: 0;
 } 
 
 #supportCont h1{
   font-size: 40px;
 }
 
 #mosaicCont { 
   padding: 50px 20px;
 }
 
 #newsCont h1 {
   font-size: 40px;
 }
 
 #mySidenav ul li {
    float: none;
    margin-right: 0;
 }
 
 #mySidenav ul {
    width: 100%;
 }
 
 #mySidenav ul li a {
   padding: 10px 15px;
 }
 
 #mySidenav .navbar-nav .open .dropdown-menu li {
    margin: 0;
	border-bottom: 1px solid #efdfd6;
 }
 
 #mySidenav .navbar-nav .open .dropdown-menu li:last-child {
	border-bottom: none;
 }
 
 #mySidenav .navbar-nav .open .dropdown-menu li a {
    color: #777;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 0 0 0 #ff0000;
    transition: box-shadow ease 0.5s;
 }
 
 #mySidenav .navbar-nav  .dropdown-menu>li>a:hover, 
 #mySidenav .navbar-nav .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #fff;
	font-weight: bold;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 100px 0 0 #ff0000;
 }

} 

/*================== For Desktop 800px =====================*/
@media (width: 800px){
 .navbar-nav > li {
    margin-right: 6px ! important;
 }
 
 .navbar-nav > li > a {
    padding: 4px 5px ! important;
 }
 
 .carousel-caption{
   padding: 100px 0 0 0;
 }
 
 #commerCont .adCont .adDetails .adData {
   height: 156px ! important;
 }
}

/*================== For Desktop 900px =====================*/
@media (width: 900px){
.navbar-nav > li {
    margin-right: 6px ! important;
 }
 .navbar-nav > li > a {
    padding: 4px 13.4px !important;
 }
}

/*================== For Desktop 1280px =====================*/
@media (width: 1280px){
  .carousel-caption h1 {
    margin: 0 0 20px 0
  }	
}
/*================== For Desktop 980px =====================*/
@media (width: 980px){
.navbar-nav > li {
    margin-right: 19.7px ! important;
 }
 .navbar-nav > li > a {
    padding: 4px 13.4px !important;
 }
 
 #commerCont .adCont .adDetails .adData {
    height: 193px ! important;
 }
}

/*================== For Desktop 1920px =====================*/
@media (width: 1920px){
 .carousel-caption {
   position: inherit;
 }
}

/*================== For Tab Landscape =====================*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
 .container {  
   width: 100%;
 }
 
 .logoHeaderIcon {
    margin: 35px 0 35px 0;
 }
 
 .navbar-toggle {
    display: block;
  }
 
 .headerIconCont {
    display: inline;
    float: left;
    top: 9px;
 }
 
 .topRightLinks {
   float: right;
 }
 
 .topLinks ul li a {
   padding: 6px 10px;
 }
 
 .topRightLinks ul li a {
   padding: 3px 5px;
 }
 
 .navbar-nav>li {
   margin-right: 20.9px;
 }

 .navbar-nav li:last-child .dropdown-menu,
 .navbar-nav li:nth-child(5) .dropdown-menu {
    right: 0;
    left: inherit;
  }
  
 .navbar-nav li:nth-child(4) .dropdown-menu {
    right: -80%;
    left: inherit;
  }
  
  #mySidenav .navbar-nav li:nth-child(4) .dropdown-menu {
    right: 0;
  }
 
 .navbar-nav>li>a {
   padding: 4px 16.3px;
 }
 
 .navbar-nav li:last-child .dropdown-menu {
    right: 0;
    left: inherit;
  }
  
  .navbar-nav .open .dropdown-menu li {
   margin: 0;
  }
  
  .searchbox-open {
   top: -7px;
   right: 0;
   width: 70%;
 }
  
  /*==================== Header Navigation Dropdown =================*/ 
 .deskHeadNav ul >li .dropdown-menu{
   min-width: 600px;
   padding: 38px 20px 30px 20px;
   border-radius: 0;
 }
 
 .deskHeadNav ul >li .dropdown-menu .hnLeftPanle ul li{
   margin-bottom: 10px;
 }
 
 .deskHeadNav ul >li .dropdown-menu .hnLeftPanle ul li a{
   color: #ff0000;
 }
 
 .deskHeadNav ul >li .dropdown-menu .divider {
   height: 200px;
    width: 1px;
    overflow: hidden;
    background-color: red;
	margin: 10px;
 }
 
 .deskHeadNav ul >li .dropdown-menu .hnRightPanle .readMore{
   margin-top: 24px;
   cursor: pointer;
 }
 
 .deskHeadNav ul >li .dropdown-menu .hnRightPanle .readMore .readMoreImg{
   margin-right: 6px;
 }
 
 .deskHeadNav ul >li .dropdown-menu .hnRightPanle h4{
   margin-bottom: 10px;
 }
 
 .deskHeadNav ul >li .dropdown-menu .hnRightPanle .learMore{
    background-color: #ff0000;
    border-color: #ff0000;
    border-radius: 0;
    padding: 10px 36px;
 }
 
 /*.deskHeadNav ul >li .dropdown-menu .hnRightPanle:before{
   content: "";
   width: 1px;
   display: inline-block;
   height: 100px;
   background: red;
 }*/
 
 .deskHeadNav ul >li .dropdown-menu .hnleftPanle ul li a{
   color: #ff0000;
 }
 
 #mySidenav ul li {
    float: none;
    margin-right: 0;
 }
 
 #mySidenav ul {
    width: 100%;
 }
 
 #mySidenav ul li a {
   padding: 10px 15px;
 }
 
 #mySidenav .navbar-nav .open .dropdown-menu li {
    margin: 0;
	border-bottom: 1px solid #efdfd6;
 }
 
 #mySidenav .navbar-nav .open .dropdown-menu li:last-child {
   border-bottom: none;
 }
 
 #mySidenav .navbar-nav .open .dropdown-menu li a {
   color: #777;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 0 0 0 #ff0000;
   transition: box-shadow ease 0.5s;
 }
 
 #mySidenav .navbar-nav  .dropdown-menu>li>a:hover, 
 #mySidenav .navbar-nav .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #fff;
	font-weight: bold;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 100px 0 0 #ff0000;
}
 
 .bannerRightImg {
   display: block;
 }
 
 .carousel-caption {
   padding-bottom: 60px;
 }
 
 .carousel-caption  h1{
   margin: 0 0 40px 0;
   text-align: left;
 }

 .carousel-caption p {
   width: 350px;
   margin-bottom: 40px;
   text-align: left;
 }
 
 .carousel-inner .first-slide  {
  background: url(../imgs/bannerLg1.jpg) no-repeat; 
 }

.carousel-inner .second-slide  {
  background: url(../imgs/bannerLg1.jpg) no-repeat; 
 }

.carousel-inner .third-slide  {
  background: url(../imgs/bannerLg1.jpg) no-repeat; 
 }
 
 #commerCont .media .media-object {
   width: 100%;
   margin-bottom: 0;
 }
 
 #commerCont .media{
  margin-bottom: 0;
 }
 
 #commerCont .media .media-body .media-heading {
   margin-bottom: 34px;
   font-size: 24px;
 }
 
 #commerCont .media .shortDesc {
   margin-left: 152px;
   display: block;
 }
 
 #commerCont .contactUsRight .panel-body {
   background: #f1f1f1;
 }
 
 #commerCont .rightNews,
 #commerCont  .rightRules,
 #commerCont .rightAd,
 #commerCont  .rightOtehrlinks,
 #commerCont .redHr {
   padding: 0px;
 }

 #commerCont .adCont .adDetails .adData {
  height: 202px;
 }
 
.contactUsAccor .panel-default .panel-heading h4 {
  width: 100%;
 }
 
 #contactCont .contact_firstRow .contact_TopItemsFirst .topItemsDetails,
 #contactCont .contact_firstRow .contact_TopItemsMid .topItemsDetails{
  border-right: 1px solid #ccc;
  margin-right: 20px;
  border-bottom : none;
  margin-bottom: 0;
  height: 85px;
 }
 
 #nysBanner_cont {
  background: #121212;  
  color: #fff;
  height: 494px;
}
 
 #nysBanner_cont .bannerHeading {
  width: 45%;
  padding: 90px 0;
  display: block;
}

#nysBanner_cont .bannerHeadingMobile {
  display: none;
}
 
 #nysBanner_cont .container {
  background: url(../imgs/NYSBannerDesk.jpg) no-repeat right top;
  height: 494px; 
}
 
 #login .container {
  height: 140px;
}
 
 #login .goBtn {
  width: 50%;
  margin-bottom: 0;
}

#login .loginContent {
  width: 60%;
}

#login .loginBtn {
  width: 40%;
}
 
 footer .followTxt {
  float: right;
 }
 
}

@media (max-width: 480px) {
 .container {
   width: 100%;
 } 
 
 .logoHeaderIcon .contactUser:hover::after,
 .logoHeaderIcon .contactUser:active::after,
 .logoHeaderIcon .contactUser:focus::after {
    width: 8%;}

 header {
  height: 136px;
 }
 
 #mosaicCont .txtOverlay, #commerCont .rightAd .txtOverlay {
   width: 300px;
 }
 
 #nysBanner_cont .container {
  background-size: cover;
 }
 
}

@media (max-width: 640px) {
 header {
  height: 136px;
 }
 
 #nysBanner_cont .container {
  background-size: cover;
 }
}

@media (max-width: 320px){
 #mosaicCont .txtOverlay, #commerCont .rightAd .txtOverlay {
   width: 255px;
 }
}

