@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);

/*--- Light regregular ---*/
@font-face {   
    font-family: 'bentonsanstruligregular';
    src: url('fonts/bentonsanstrulig-webfont.eot');
    src: url('fonts/bentonsanstrulig-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bentonsanstrulig-webfont.woff2') format('woff2'),
         url('fonts/bentonsanstrulig-webfont.woff') format('woff'),
         url('fonts/bentonsanstrulig-webfont.ttf') format('truetype'),
         url('fonts/bentonsanstrulig-webfont.svg#bentonsanstruligregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bentonsanstrubooregular';
    src: url('fonts/bentonsanstruboo-webfont.eot');
    src: url('fonts/bentonsanstruboo-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bentonsanstruboo-webfont.woff2') format('woff2'),
         url('fonts/bentonsanstruboo-webfont.woff') format('woff'),
         url('fonts/bentonsanstruboo-webfont.ttf') format('truetype'),
         url('fonts/bentonsanstruboo-webfont.svg#bentonsanstrubooregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*--- regregular ---*/
@font-face {  
    font-family: 'bentonsanstruregregular';
    src: url('fonts/bentonsanstrureg-webfont.eot');
    src: url('fonts/bentonsanstrureg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bentonsanstrureg-webfont.woff2') format('woff2'),
         url('fonts/bentonsanstrureg-webfont.woff') format('woff'),
         url('fonts/bentonsanstrureg-webfont.ttf') format('truetype'),
         url('fonts/bentonsanstrureg-webfont.svg#bentonsanstruregregular') format('svg');
    font-weight: normal;
    font-style: normal;
} 

/*--- Medium ---*/
@font-face {
    font-family: 'bentonsanstrumedregular';
    src: url('fonts/bentonsanstrumed-webfont.eot');
    src: url('fonts/bentonsanstrumed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bentonsanstrumed-webfont.woff2') format('woff2'),
         url('fonts/bentonsanstrumed-webfont.woff') format('woff'),
         url('fonts/bentonsanstrumed-webfont.ttf') format('truetype'),
         url('fonts/bentonsanstrumed-webfont.svg#bentonsanstrumedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*--- Bold ---*/
@font-face {
    font-family: 'bentonsanstrubolregular';
    src: url('fonts/bentonsanstrubol-webfont.eot');
    src: url('fonts/bentonsanstrubol-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bentonsanstrubol-webfont.woff2') format('woff2'),
         url('fonts/bentonsanstrubol-webfont.woff') format('woff'),
         url('fonts/bentonsanstrubol-webfont.ttf') format('truetype'),
         url('fonts/bentonsanstrubol-webfont.svg#bentonsanstrubolregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.ui-widget, body { 
	font-family: 'Roboto', sans-serif;
	/*font-family: 'bentonsanstruligregular';*/
	color: #333;
}
p {color: #333;}
a {color: blue;}
a { 
	cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
li a.active,
a:hover, a:focus {
  color: #D0112B;
  text-decoration: none;
}
ul,li {
	padding:0px;
	margin:0px;
}
li {
	list-style:none;
}
hr {
	border-color: #606267;
	margin: 10px 0 6px;
	width:100%;
	float:left;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 20px;
	margin-top: 20px;
	color: #D0112B;
}
.form-control:focus {
	box-shadow:none;	
}
.navbar-brand { 
  height: auto; 
  padding: 46px 0 0;
}
.navbar-inverse {
  background-color: #d0112b;
  border-color: #d0112b;
  border-radius:0px;
  border:0px;
  margin: 41px 0 0;
  box-shadow:0 3px 5px #606060;
  position: relative;
  z-index: 9;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  text-transform: capitalize;
  padding: 15px 17px;
  text-align: center;
  min-width: 108px;
  font-size: 14px;
}
.yamm .navbar-nav > li > a.active-trail,
.yamm .navbar-nav > li > a.active,
.navbar-inverse .navbar-nav > li > a:hover {
 background-color: #FCF3F4;
 color: #d0112b;
 font-weight: 600;
}
.yamm .navbar-nav .navbar-nav > li > a:hover
.yamm .navbar-nav .navbar-nav > li > a.active {
  background-color: transparent;
  font-weight:600;
}
.yamm .content {
  display: inline; 
}
li.expanded, li.collapsed, li.leaf {
  margin: 0;
  padding: 0;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #FCF3F4;
  color: #d0112b;
}
.navbar-inverse .navbar-nav > li > a:after {
	background: #e797a1 none repeat scroll 0 0;
	content: "";
	height: 30px;
	position: absolute;
	right: -1px;
	top: 10px;
	width: 1px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.yamm .navbar-nav > li > a:hover:after,
.yamm .navbar-nav > li > a.active-trail:after{
	background: #D0112B none repeat scroll 0 0;
	content: "";
	height: 30px;
	position: absolute;
	right: -1px;
	top: 10px;
	width: 1px;
	z-index:9;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
 
.navbar-inverse .navbar-nav .navbar-nav > li {
	padding:0px;	
}
.navbar-inverse .navbar-nav .navbar-nav > li a:hover {
	background:transparent;
	font-weight:600;
}
.navbar-inverse .navbar-nav .navbar-nav > li > a:after {
  background: #7a7c7f none repeat scroll 0 0;
  content: "";
  height: 26px;
  position: absolute;
  right: -2px;
  top: 0;
  width: 1px;
}
.navbar-inverse .navbar-nav > li:last-child > a:after {display:none;}
.topbar-right {
  display: table;
  float: right;
  margin: 34px 0 0;
/*  min-width: 215px;*/
  width: auto;
}
.navbar-right-panel {
	position: absolute;
    right: -2px;
    top: 0;
}
.navbar-inverse .navbar-right-panel .navbar-nav > li > a {
	min-width:0px;	
	font-weight: 500;
}
.navbar-inverse .navbar-right-panel .navbar-nav > li > a:hover:after {
	width:0px;	
}
.navbar-right-panel li a {
	text-transform: uppercase;
	font-weight:600;
}
.social-panel {
	display: inline-block;
    margin-left: 3px;
    margin-right: 25px;
    vertical-align: top;
}
.social-panel a {
  background: #d0112b none repeat scroll 0 0;
  border-radius: 100%;
  display: inline-block;
  height: 24px;
  line-height: 22px;
  margin-right: 2px;
  padding: 0;
  text-align: center;
  width: 24px;
  float:left;
}

.social-panel a:nth-child(1) img {
	margin-left: -1px;	
        margin-top: 1px;
}
.social-panel a:nth-child(2) img {
	margin-top:2px;	
}
.social-panel a:nth-child(3) img {
	margin-top:-2px;	
}
.social-panel a:nth-child(4) img {
	 
}
.social-panel a .fa {
  color: #fff;
  font-size:20px;
}
.list-contn .social-panel a .fa {
  font-size: 16px;
}
.list-contn .social-panel a {
  background: #717277 none repeat scroll 0 0; 
  height: 27px;
  line-height: 22px;
  margin-right: 3px;
  padding: 3px; 
  width: 27px;
}
.top-tren-panel {
 	display: inline-block;
    text-align: right;
    vertical-align: top;
}
.top-tren-panel a {
  background: #7b7c81 none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 24px;
  line-height: 25px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 24px;
  margin-right: 2px;
  float:left;
}
.top-search .right-inner-addon  {
	position:relative;
	display: inline-block;
	vertical-align:top;
}
.top-search input {
  border: 1px solid #7b7c81;
  border-radius: 30px;
  font-size: 12px;
  height: 25px;
  padding: 2px 32px 2px 12px;
  width: 117px;
}
.top-search .btn, .top-search .form-submit {
  background: #7b7c81 url("images/search-icon.png") no-repeat scroll 7px 6px;
  border: 0 none;
  border-radius: 100%;
  color: #fff;
  padding: 6px 3px;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
}
.internet-btn {
  background: #7b7c81 none repeat scroll 0 0;
  border-radius: 20px;
  color: #fff;
  float: right;
  font-size: 12px;
  padding: 4px 14px;
  text-transform: uppercase;
  margin-top: 21px;
}
.top-search {
	float: left;
    margin-top: 21px;
	display:inline-block;
}
/*.tag-line {
  color: #d0112b;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin: 48px 0 0 4.5%;
  padding: 11px 0 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 31.0%;
}*/
.tag-line {
  color: #d0112b;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin: 46px 0 0 0%;
  padding: 11px 0 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.tag-line:after {
  background: #7c7b81 none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 40px;
  margin-left: 60px;
  vertical-align: middle;
  width: 1px;
  position:absolute;
  right:0;
  top:2px;
  display:none;
}
.tag-line:before {
  background: #7c7b81 none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 40px;
  margin-right: 60px;
  vertical-align: middle;
  width: 1px;
  position:absolute;
  left:0;
  top:2px;
  display:none;
} 
.tag-block {
	display: inline;	
}
.head-right {
    display: block;
    text-align: center;
}
.left-line,
.right-line {
    display: inline-block;
    height: 46px;
    vertical-align: middle;
    width: 6%;
	position:relative;
	margin: -4px 0 0;
}
.left-line:after,
.right-line:after {
	background: #7c7b81 none repeat scroll 0 0;
	 height: 46px;
    vertical-align: middle;
    width: 1px;
	content:"";
	position: absolute;
}
 
/*------------ slider --------*/
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100%;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control {
  display: inline-block;
  height: 45px;
  position: relative;
  top: auto;
  width: 45px;
}
.carousel-caption {
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  border-top: 8px solid #c81229;
  bottom: 0;
  height: auto;
  left: 15%;
  margin: 0 auto;
  padding: 0;
  right: 15%;
  text-align: center;
  text-shadow: none;
}
.controls-panel {
  bottom: 0;
  height: 83px;
  left: 15%;
  margin: 0 auto;
  padding: 0 17px;
  position: absolute;
  right: 15%;
  z-index: 9999;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  margin-top: 0px;
  bottom: 18px; 
  top: auto;
  z-index: 99;
  position:absolute;
}
.carousel-control.right {
  float:right;
}
.carousel-control.left span {
  left: -2px;
   top: -4px;
}
.carousel-control.right span {
  left: 2px;
   top: -4px;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa, .carousel-control .fa {
  display: inline-block;
  font-size: 50px;
  margin-top: 0;
  position: relative;
  text-shadow: none;
  top: auto;
  z-index: 5;
}
.carousel-txt {
  display: table;
  width: 100%;
}
.carousel-control.left {
	left: 16%;
}
.carousel-control.right{
    right: 16%;
}
.banner-slider .carousel-caption h3 {
  color: #000;
  display: table-cell;
  font-size: 30px;
  height: 80px;
  margin: 0 auto;
  font-weight: 400;
  text-transform: uppercase;
  vertical-align: middle;
  padding:0 70px;
}
.banner-slider .carousel-caption h3 a {
  color:#000; 
}
.banner-slider .carousel-caption h3 a:hover {
  color: #C81229;
}
.yamm {
	position:relative;
	padding:0px;
	float:none;
}
.navbar-inverse .container {
	position:relative;	
}
.yamm .dropdown {
  position: static;
}
.yamm .navbar-nav .dropdown-menu {
	border-radius: 0;
	box-shadow: inset 0px 3px 3px #9f9f9f;
	left: 0;
	width: 100%;
	border:0px; 
}
 
.yamm .dropdown-menu > li > a:hover,
.yamm .dropdown-menu > li > a:focus {
  background-color: transparent;
  color: #D0112B;
  text-decoration: none;
}
.navbar-nav .navbar-nav {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: outside none none;
  margin: 0px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}
.yamm .navbar-nav .navbar-nav {
	border-radius: 0;
	box-shadow: 0 14px 6px -10px #8f8f8f inset;
	left: 0;
	width: auto;
	border:0px;
	margin:0;
	padding:10px 0;
	width:510px;	
}
.yamm ul li ul {
/*	-webkit-column-count: 2;  
    -moz-column-count: 2;  
    column-count: 2;
	-webkit-column-gap: 40px;  
    -moz-column-gap: 40px; 
    column-gap: 40px;
 */
}
.yamm ul li ul li {
	float:left;
}


.yamm .navbar-nav .navbar-nav > li > a {
  min-width:235px;
  margin:0 2px 0 0px;
  text-align:left;
  background:transparent;
  box-shadow:none!important;
  transition: all 0.0s ease-in-out 0s;
}
/*------- Tab Panel -------*/
.tab-panel {
  margin-top: 10px;
}
.tab_content a,
.tab_content,
.tab-content a,
.tab-content {
	font-size:16px;	
}
.tab_content a,
.tab-content a {
	color:#333;
	padding:0 16px 0 12px;
	display:inline-block;
}
.tab_content p,
.tab-content p {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tab_content a,
.tab-content a,
.tab_content p,
.tab-content p {
  color:#000; 
}
.fliping-box3 a { 
	display:block;
}
.fliping-box3 a:hover p,
.tab_content a:hover,
.tab-content a:hover {
	color:#CE2238;
}
.box4 {
  float: left;
  width: 25%;
}
.box4 img {max-width:100%;}
.wrapper {
  border: 0 solid grey;
  height: auto;
  margin: 0 5px;
  position: relative; 
}
.wrapper img {
	display: block;
	height: auto;
	margin-bottom: -31px;
	width: 100%; 
	 
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
 
.main {
	position: relative;
	background: rgba(255, 255, 255, 0.80);
	border-bottom: 4px solid #929292;
	padding:4px 5px;
	text-align:center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size:16px;
	/*font-family: 'bentonsanstruregregular';*/
}
.main:after, .main:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.main:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #fff;
	border-width: 17px;
	margin-left: -17px;
}
.main:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #929292;
	border-width: 23px;
	margin-left: -23px;
}
.d_active .wrapper .main:before,
.box4 a:hover .wrapper .main:before,
.box4.active .wrapper .main:before {
	border-color: #d22030 rgba(194, 225, 245, 0) rgba(194, 225, 245, 0);
}
.d_active .wrapper .main,
.box4.active .wrapper .main,
.box4 a:hover .wrapper .main {
	background-color:#d22030;
	border-bottom-color: #d22030; 
	color:#fff;
}
.d_active .wrapper .main:after,
.box4.active .wrapper .main:after,
.box4 a:hover .wrapper .main:after { 
	border-color: #d22030 transparent transparent;
}
.tab_drawer_heading:hover .wrapper img,
.d_active .wrapper img,
.box4.active .wrapper img,
.box4 a:hover .wrapper img {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%); 
	filter: none; /*IE 6-9 */
}
.tab-pane {
  left: 0;
  padding: 38px 10px;
  text-align: center;
  width: 100%;
  box-shadow:0px 4px 2px #e0e0e0;
}
.tab-pane ul {
	display: inline-block;
    width: 100%;
}
.fliping-box3 {
  display: inline-block;
  width: 100%;
}
.fliping-box3 li {
  float: left;
  width: 25%;
}
.mediatab-contn li {
	display:inline-block;
}
.mediatab-contn li:after {
  background:gray;
  content: "";
  display: inline-block;
  height: 27px;
  vertical-align: middle;
  width: 2px;
}
.mediatab-contn li:last-child:after {
  width: 0px;
}
.tab-panel a{ color:#000;}
.red-circle {
  background: #c81229 none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  float:left;
  height: 25px;
  line-height: 23px;
  margin-right: 10px;
  vertical-align: top;
  width: 25px;
  text-align: center;
}
.fliping-box3 a p {
 	overflow: hidden;
    text-align: left;
	  margin: 0;
}
.fliping-box3 a p::after {
  color: #c81229;
  content: ">";
  margin-left: 10px;
}
.tab-panel li a { padding:0px; border:0px; }
.tab-panel ul { border:0px; }
.tab-panel .nav-tabs > li.active > a, .tab-panel .nav-tabs > li.active > a:hover, .tab-panel .nav-tabs > li.active > a:focus {
	border:0px;
}
footer {
  background-color: #dfe0e1; 
  padding: 9px;
}
#page {margin-bottom:43px;}

.inner-banner-contn {
	position:relative;	
}
.inner-banner-contn img {
	width:100%;	
}
.banner-title {
	position: absolute;
	bottom:0px;
	width:100%;
}
.banner-title h3 {
  background-color: rgba(255, 255, 255, 0.85);
  font-size: 20px;
  margin: 0 auto;
  padding: 6px 18px 6px; 
}
.container-box {
	padding:20px 0;	
}
.left-menu li { 
	border-right:4px solid #CE2238;
	position:relative;
}
.left-menu li a {
	margin:0px 0 0px 0;
	padding:6px 0px;
	display:block;
	cursor:pointer;  
}
.left-menu li.active > a,
.left-menu li a:hover {
	color:#CE2238;
}
.left-menu li.active span {
	filter: drop-shadow(0px 5px 0 #c13333);
	-webkit-filter: drop-shadow(0px 5px 0 #c13333);
	position: absolute;
	right: -38px;
	top: 0; 
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	transform: rotate(-90deg);
}
.left-menu li.active span:after { 
	border-color: rgba(255, 255, 255, 1) transparent transparent;
	border-style: solid;
	border-width: 16px;
	content: "";
	height: 0;  
	transform: translate(-50%, 0%);
	width: 0;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.left-menu ul ul li {
	border-right:0px;		
}
.left-menu ul ul li a {
	padding:4px 10px 4px 40px;
	display:inline-block;		
}
.left-menu ul ul li.active > a,
.left-menu ul ul li a:hover {
	color:#fff;
	background:#CE2238;	
}
.contant-box-middle,
.cms-page-content {
    box-shadow: 0 6px 4px #c8c8c8;
    padding: 10px 22px;
	display:inline-block;
	width:100%;
}
.gallery-col {
  background-color: #fff;
  border: 2px solid #EBECEC;
  display: block; 
  padding: 4px;
  width: 100%;
  margin-bottom: 20px;
}
.gallery-col img { 
  width: 100%;
}
.sub-top-menu {
  background: #c1c2c5 none repeat scroll 0 0;
  display: inline-block;
  width: 100%;
  box-shadow: 0 -1px 2px #b0b0b0;
  margin-bottom: -8px;
  margin-top:22px;
}
.sub-top-menu .nav li {
	padding:0px;	
}
.sub-top-menu .nav .nav,
.middle-menu .dropdown-menu {
  background-color: #9fa0a5;
  border: 0 none;
  border-radius: 0;
  padding:8px 0px;
  min-width:190px;
}
.sub-top-menu .nav .nav li {
	width:100%;	
}
.middle-menu > ul > li:after {
  border-right: 1px solid #696969;
  content: "";
  height: 20px;
  position: absolute;
  right: 0;
  top: 14px;
  z-index: 99999;
}
.sub-top-menu .nav li:after {
  border-left: 1px solid #696969;
  content: "";
  height: 20px;
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 99999;
}
.sub-top-menu .nav li:after {
  border-left: 1px solid #696969;
  content: "";
  height: 20px;
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 99999;
}
.sub-top-menu .nav li:first-child:after,
.sub-top-menu .nav .nav li:after {
  display: none;
}
.sub-top-menu .nav .nav li:after,
.sub-top-menu > .nav > li:last-child:after,
.middle-menu > ul > li:last-child:after {
  display:none;
}
.sub-top-menu li > a:hover,
.middle-menu li > a:hover {
  background-color: transparent;
  color:#CE2238;
}
.sub-top-menu .content {
	float:left;	
}
.sub-top-menu .nav .nav {
	box-shadow:none;	
	margin:-1px 0 0;
}
.sub-top-menu .nav .nav li > a,
.middle-menu .dropdown-menu li > a {
	color:#fff;	
}
.sub-top-menu ul li a.active-trail {
	color:#ce2238;	
}
.sub-top-menu .nav .nav li > a.active-trail,
.sub-top-menu .nav .nav li > a:hover,
.middle-menu .dropdown-menu li > a:hover {
	color:#d0112b;	
}
.cms-page-content h5,
.contant-box-middle h5 {
	text-transform:uppercase;
	display: inline-block;
}
.contant-box-right {
	background:#DFE0E1;
	padding: 10px 10px 30px;
}
.list-contn h5 {
	color:#41444A;
	margin:0 0 6px 0;	
}
.list-contn ul {
  margin: 0px 0;
}
.list-contn ul li {
  font-size:13px;
  margin-bottom: 3px;
  position:relative;
  padding-left:11px;
}
.list-contn li:before {
  border-top: 1px solid;
  content: "";
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  width: 4px;
  position:absolute;
  top: 10px;
  left:0px;
}
.list-b li a:after {
  color: #D0112B;
  content: ">";
  margin-left: 5px;
}
.contant-box-right hr {
	margin:20px 0px;	
}
.list-contn textarea {
	border:0px;
	background:#EFEFF0;
	resize:none;
	border-radius:0px;	
}
.event-panel h5 {
	color: #D0112B; 
	margin:6px 0 6px 0;
}
.event-panel p {
  line-height: 22px;
  margin: 0 0 9px;
  -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.event-panel a:hover p {
	color:#D0112B;
}
.media-title {
	background: #d0112b none repeat scroll 0 0;
	color: #fff;
	padding: 8px 8px; 
	font-size: 13px;
}
.media-title,
.media-contn {
	font-size: 13px;
}
.views-row .media-contn p {
	margin:0px;
}
.media-title span.date-display-single {
  float: left;
  margin-right: 18px;
  padding-left: 16px;
  position: relative;
}
.media-title span.date-display-single:after {
  border-right: 1px solid #fff;
  content: "";
  height: 36px;
  position: absolute;
  right: -10px;
  top: -8px;
}
.media-title p {
  margin: 0;
  overflow: hidden;
  color:#fff;
}
.media-panel .media-row {
  border-bottom: 1px solid #d0112b;
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 14px;
  width: 100%;
}
.media-contn img {
	max-width:100%;	
	float:left; 
}
.media-contn .md-text {
	overflow:hidden;
	margin:0;
	padding:10px;
}
.media-contn .md-text a {
	 color: #d0112b;
    margin-top: 6px;
    display: block;
}
.ui-icon-closethick::after {
  border-radius: 100%;
  color: #fff;
  content: "x";
  display: block;
  font-size: 16px;
  margin-top: -3px;
}
.ui-widget-header .ui-icon.ui-icon-closethick {
	background-image: none;
    font-size: 0;
    text-indent: 0;
}
.ui-dialog-titlebar-close.ui-corner-all.ui-state-hover {
	background-color: transparent;
	background-image:none;
	border:0px;
	padding:1px;
	font-weight: inherit;
}
.col2-box {
	margin-bottom:25px;
}
.col2-head ul {
	background-color:#C4C4C6;
	padding:3px 5px;	
}
.col2-head ul li {
  border-right: 1px solid;
  display: inline-block;
  padding: 0 8px 0 8px; 
}
.col2-head ul li:last-child {
  border-right: 0px solid;
}
.col2-contn {
	padding:10px;
	background:#EBECEC;	
}
.table-col2 {
  border-right: 0px solid;
  display: inline-block;
  width: 50%;
  float:left;
}
.table-row {
  margin-top: 8px;
}

table {
	float:left;
	padding:0px;
}
table tr th,
table tr td {
	padding:5px 5px 5px 11px;	
	font-size:12px;
}
table tr th + th {border-left: 1px solid #fff;}
table tr th {
	background:#717277;
	color:#fff;
	border-bottom: 11px solid #fff;
}
table tr td {
	background:#D0D1D3;
	border:1px solid #fff;
}
table tr td table tr td {
  border-right: 1px solid #fff;
}

tbody table tr td:last-child {
	border-right:3px solid #fff;
}
table.table-right tr th {
	text-transform: uppercase;	
}
table.table-gray tr th {
	font-weight: normal;
}
.yamm > .navbar-nav > li,
.navbar-right-panel > .navbar-nav > li {
  position:inherit;
  padding:0px;
}  
.navbar-nav .navbar-nav > li > a {
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 1.42857;
  padding: 3px 20px; 
}
#toTop {
	display:none!important;
}
.subfooter-area p {
	margin:0px;	
}
.subfooter-area .secondary-menu {
    float: left;
    margin-right: 30px;
}
.subfooter-area .secondary-menu li {
	display:inline-block;	
}
.region-footer,
.contextual-links-region {
    position: inherit;

}
header.smaller .menubar.navbar-default .navbar-nav > li > a::after {
  content: ">";
  display: inline;
  height: 4px;
  width: 3px;
}

/*---New Css 16-12----*/
.left-menu-sidebar .navbar-nav {
	width:100%;	
}
.left-menu-sidebar .navbar-nav > li {
  border-right: 4px solid #ce2238;
  float: none;
  padding: 0;
  position: relative;
  display: inline-block;
  width: 100%;
}
.left-menu-sidebar .nav > li > a {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 6px 0;
	transition: all 0.0s ease-in-out 0s;
}
/*.left-menu-sidebar .nav > li > a.active-trail:after,
.left-menu-sidebar .nav > li > a.active:after {
	border-color: rgba(255, 255, 255, 1) transparent transparent;
    border-style: solid;
    border-width: 16px;
    content: "";
    height: 0;
    transform: translate(-50%, 0%);
    transition: all 0.3s ease-in-out 0s;
    width: 0;
    z-index: 2;
	-khtml-filter: drop-shadow(0px 5px 0 #c13333);
	-webkit-filter: drop-shadow(0px 5px 0 #c13333);
	-ms-filter: drop-shadow(0px 5px 0 #c13333);
	filter: drop-shadow(0px 5px 0 #c13333);
    position: absolute;
    right: -31px;
    top: 0;
    transform: rotate(-90deg);
}*/
.left-menu-sidebar .nav > li > a.active:after,
.left-menu-sidebar .nav > li > a.active:before,
.left-menu-sidebar .nav > li > a.active-trail:after,
.left-menu-sidebar .nav > li > a.active-trail:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.left-menu-sidebar .nav > li > a.active:after,
.left-menu-sidebar .nav > li > a.active-trail:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #fff;
	border-width: 16px;
	margin-top: -18px;
}
.left-menu-sidebar .nav > li > a.active:before,
.left-menu-sidebar .nav > li > a.active-trail:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #CE2238;
	border-width: 22px;
	margin-top: -24px;
}
.left-menu-sidebar .nav li .nav li a:after,
.left-menu-sidebar .nav li .nav li a:before {
	display:none;
}
.left-menu-sidebar .nav > li > a:hover,
.left-menu-sidebar .nav > li > a.active-trail {
	color:#D0112B;	
	font-weight: 600;
}
.left-menu-sidebar .nav > li > a:hover,
.left-menu-sidebar .nav > li > a:focus {
  	background: transparent;
}


.left-menu-sidebar .nav li .nav {
	display:block!important;
	opacity:1!important;
	position:relative;	
	box-shadow: none;
	margin:0px;
	padding:0 0 5px;
	z-index:0;
	border:0px;
}
.left-menu-sidebar .nav li .nav li {
 	 border-right: 0 none;
}
.left-menu-sidebar .nav li .nav li a {
  display: inline-block;
  padding: 4px 10px 4px 32px;
  line-height:18px;
  margin:2px 0;
  transition: all 0.0s ease-in-out 0s;
}
.left-menu-sidebar .nav li .nav li a.active,
.left-menu-sidebar .nav li .nav li a:hover {
  background: #ce2238 none repeat scroll 0 0;
  color: #fff;
}
.radioplayer {
  text-align: right;
}
.radioplayer a {
  display: inline-block;
  margin-left: 12px; 
  vertical-align: top;
}
.bwWrapper {
    position:relative;
    display:block;
}
.view-calendar tr.single-day td,
.view-calendar tr.multi-day td {
	background:#fff;
	border-color:#fff;
}
.view .date-nav-wrapper .date-nav {  
  margin-bottom: 10px;  
  border-top: 1px solid #D0112B;
  border-bottom: 1px solid #D0112B; 
  padding:2px 0;
  min-height: 0;
}
.view .date-nav-wrapper .date-prev,
.view .date-nav-wrapper .date-next {
  background:transparent;
  position: relative;
  margin: 0;
  padding: 0;
  left: auto;
  right: auto;
}
.view .date-nav-wrapper .date-heading h3 {
	font-size: 14px;
	line-height: 20px;
	margin: 0 10px;
	padding: 0;
	text-transform: uppercase;
}	
/*.view .date-nav-wrapper .date-prev a::after {
  content: "\f104";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px; 
  left: 3px;
  top: 7px;
  margin-top: 8px;
  margin-right: 6px;
  line-height: inherit;
}

.view .date-nav-wrapper .date-next a::after {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px; 
  left: 5px;
  top: 7px;
  margin-top: 8px;
  margin-right: 5px;
  line-height: inherit;
}*/
.view .date-nav-wrapper .date-prev a,
.view .date-nav-wrapper .date-next a {
  border: 0 solid #ddd;
  border-radius: 100%;
  color: #fff;
  font-size: 0;
  height: 16px;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: 16px;
}
.pager .date-next a {
	background: #d12030 url("images/date-next.png");	
}
.pager .date-prev a {
	background: #d12030 url("images/date-prev.png");	
}
.pager .date-next a:hover,
.pager .date-prev a:hover,
.pager .date-next a:focus,
.pager .date-prev a:focus {
	background-color: #d12030;	
}
.view .date-nav-wrapper .date-heading {
  width: auto; 
  padding: 0;
  margin: 0;
  display: inline-block;
  float: none;
  vertical-align: top;
}
.item-list .pager { 
  padding:0px;
  margin:0px;
}
.item-list .pager li { 
  display: inline-block; 
}

.calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview, .calendar-calendar .day-view .full td.multi-day div.dayview,
.calendar-calendar .month-view .full td.single-day div.monthview, .calendar-calendar .week-view .full td.single-day div.weekview, .calendar-calendar .day-view .full td.single-day div.dayview {
  background: #717277 none repeat scroll 0 0;
  border-radius: 0; 
  line-height: 20px;
  margin:0px;
}
.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues, .calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff, .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues, .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  background: #717277 none repeat scroll 0 0;
  border-radius: 0;
}
.view-item-calendar .event-popup.simpleEventProcessed {
	color:#fff;	
	font-weight:normal;
}
.calendar-calendar .month-view .single-day td {
	padding:0px;
	margin:0px;
}
.calendar-calendar th.days { 
  border: 1px solid #fff; 
}
.calendar-calendar .month-view .full td.single-day .calendar-empty, .calendar-calendar .month-view .full td.single-day.empty, .calendar-calendar .month-view .full td.date-box.empty { 
  border-color: #fff;
}
.calendar-calendar .month-view .full td.single-day .calendar-empty,
.calendar-calendar .month-view .full td.single-day.empty {
 	background-color:#fff;
}
.calendar-calendar .month-view .full td.date-box.today {
  border-color: #D0112B; 
  border-width: 2px 2px 0px; 
}
.calendar-calendar .month-view .full tr td.single-day.today {
  border-bottom: 0px solid #D0112B;
  
}
.calendar-calendar .month-view .full tr td.multi-day.ends-today {
  border-right: 0px solid #D0112B;
  /*background:#D0112B;*/
  padding-right: 0;
}
.calendar-calendar .month-view .full tr td.today, .calendar-calendar .month-view .full tr.odd td.today, .calendar-calendar .month-view .full tr.even td.today {
  border-left: 0px solid #D0112B;
  border-right: 0px solid #D0112B;
}
.calendar-calendar .month-view .full tr td.multi-day.starts-today {
  border-left: 0px solid #fff;
}
.event-panel ul li {
  font-size: 13px;
  margin-bottom: 3px;
  position: relative;
}
.event-panel ul li a:before {
    border-top: 1px solid;
    content: "";
    display: inline-block;
    left: 0;
    margin-right: 6px;
    position: absolute;
    top: 7px;
    vertical-align: middle;
    width: 4px;
}
.event-panel a {
  color: #d0112b;
  display: block;
  margin: 5px 0;
  padding: 0 0 0 14px;
}
.region-sidebar-second {
  background: #e6e6e6 none repeat scroll 0 0;
  margin-top: 21px;
  padding: 15px 12px 6px;
}
#sidebar-second h2 {
	color: #41444a;
    display: inline-block;
    font-size: 14px;
    margin: 0 0 3px;
    padding: 0;
    width: 100%;	
}
.calendar-calendar .month-view .full td.single-day .inner div a,
.calendar-calendar .month-view .full td.multi-day .inner div a,
.calendar-calendar .month-view .full td .inner div.calendar.monthview div a,
.calendar-calendar .week-view .full td.single-day .inner div a,
.calendar-calendar .week-view .full td.multi-day .inner div a,
.calendar-calendar .week-view .full td .inner div.calendar.weekview div a,
.calendar-calendar .day-view .full td .inner div.calendar div a {
  color: #fff;
}
.content,
.view-id-calendar,
.view-content {
	width:100%;
	display:inline-block;
}
.service-links ul.links li {
  display: inline-block;
  width: auto;
}
/*----- popup start-------*/
.ui-widget-overlay {
  opacity: 0.75;
  background-color: #000;
  background-image: none;
  min-height:100%!important;
}
.ui-dialog {
  left: 8% !important;
  top: 10% !important;
  right: 8%!important;
}
.ui-widget-header {
  background-color: #D0112B;
  background-image: none;
  border: 0px solid #aaaaaa;
  color: #fff;
  font-weight: bold;
  border-radius: 3px 3px 0px 1px!important;
}
.node-event-calendar .field-label,
.ui-widget-content .field-label {
	color:#D0112B;
	margin:0 0 4px 0;
}
.field.field-name-body.field-type-text-with-summary.field-label-hidden {
  margin-top: 10px;
}
.ui-dialog .ui-dialog-content { 
  padding: 1em 1em; 
}
.node-event-calendar .field-items img,
.ui-widget-content .field-items img {
	height:auto;
	max-width:100%;	
}
.node-event-calendar .field-name-field-event-image,
.ui-widget-content .field-name-field-event-image {
	float: left;
    margin-right: 20px; 
    max-width: 500px;	
}
.node-event-calendar .field-name-event-calendar-date,
.ui-widget-content .field-name-event-calendar-date {
 	margin-bottom:6px;
}
.ui-widget-content .field-name-event-calendar-date .date-display-range {
}
/*----- popup end-------*/
.gallery-col { 
  overflow: hidden; 
  text-overflow: ellipsis; 
}
.gallery-col img { 
  min-height: 160px; 
}
.gallery-col > span{
	margin:4px 4px;
	font-size:12px;	 
	white-space: nowrap; 
}
.metu-video-pages,
.metu-gallery-pages {
	margin-left: -15px;
    margin-right: -15px;
}

.metu-video-pages .gallery-col {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.metu-video-pages .gallery-col iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
iframe.service-links-facebook-like {
	width:82px!important;	
}
 
.service-links-google-plus-one > div {
	width: 65px!important;	
}
.service-links-google-plus-one iframe {
	width: 65px!important;	
}
.mobile_menu,
.yamm h2 {
	display: none;
}
.view-calendar .ctools-auto-submit-full-form .description {
	display: none;
}
.views-exposed-form .views-exposed-widget {
  float: right;
  padding: 2px 0;
}
.view-calendar .ctools-auto-submit-full-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #a6a6a6;
    padding: 4px 25px 4px 5px;
	font-size:13px;
	line-height:17px;
	background: transparent none repeat scroll 0 0;
}
.view-calendar .ctools-auto-submit-full-form .form-type-select {
	position:relative;	
}
.view-calendar .ctools-auto-submit-full-form .form-type-select:after {
	content: "\f0dd"; 
	display: inline-block;
    font-family: FontAwesome;
	line-height: 20px;
    font-size: 18px;
    position: absolute;
    right: 7px;
    top: 0px;
    z-index: -1;
}

.calendar-calendar .month-view .full td .inner div.day,
.calendar-calendar .month-view .full td .inner div.day a {
	display: block;
	width: 100%;
	text-align: right;
	background: #d6d6d8;
	color: #d0112b;
	font-size: 13px;
	font-weight: 700;
}
.calendar-calendar td .inner div,
.calendar-calendar td .inner div a {
  clear: both;
  display: block;
  color: #d0112b;
  background: #d6d6d8;
}
.calendar-calendar td .inner div.day {
	padding:2px 4px 1px;	
}
.calendar-calendar td .inner div.month-day-name {
	padding:0 4px 3px;	
}
.calendar-calendar .month-view .full td.date-box.today div {
	background:#D0112B;
	color: #fff; 
}
.calendar-calendar .month-view .full td.date-box.today {
	border:0px;
}
.calendar-calendar .month-view .full tr td.multi-day, .calendar-calendar .month-view .full tr td.date-box {
  border: 0 none;
  background:transparent;
  padding:1px 1px 0;
}
.subfooter-area .content > p {
  color: #7e7d82;
  font-size: 13px; 
  margin: 8px 0 0px 0;
  text-transform: uppercase;
}
#subfooter-inside .row {
	position:relative;	
}
.view-calendar .calendar-calendar .continues,
.view-calendar .calendar-calendar .continuation {
  color: #fff!important;
  font-size: 23px!important;
  height: 18px!important;
  line-height: 15px!important;
  width: auto!important;
  margin-left: -5px;
}
.navbar-inverse .navbar-nav > li {
	position: inherit;
}
.navbar-inverse .navbar-nav > ul {
	width:100%;
}
.navbar-inverse .navbar-nav .navbar-nav > li {
	padding: 0;
	position: relative;
}
.yamm .navbar-nav .navbar-nav {
	width:100%;	
}
.yamm ul li ul li:nth-child(even) { }
/*.yamm ul li ul li:nth-child(odd) {clear:both; }
.yamm ul li ul li:nth-child(even) > a:after { display:none; }*/

.yamm ul li ul.submenu-col-1 li {
	float: none;	
}
.yamm ul li ul.submenu-col-1 li > a:after { display:none; }


.yamm ul li ul.submenu-col-2 li:nth-child(odd) { clear:both; }
.yamm ul li ul.submenu-col-2 li:last-child a:after { display: block; }
.yamm ul li ul.submenu-col-2 li:nth-child(2n) a:after { display:none; }


.yamm ul li ul.submenu-col-3 li:nth-child(3n+1) { clear:both; }
.yamm ul li ul.submenu-col-3 li:last-child a:after { display: block; }
.yamm ul li ul.submenu-col-3 li:nth-child(3n) a:after { display:none; }


.yamm ul li ul.submenu-col-4 li:nth-child(4n+1) { clear:both; }
.yamm ul li ul.submenu-col-4 li:last-child a:after { display: block; }
.yamm ul li ul.submenu-col-4 li:nth-child(4n) a:after { display:none; }

 

.view .date-nav-wrapper .date-heading h3 {
	position:relative;
}
.view .date-nav-wrapper .date-heading h3 > a {
	color:#D0112B;
	font-weight: 900;
	position:relative;
}
.view .date-nav-wrapper .date-heading h3 > a.month_name_title {
	margin-right:4px;	
}
.view .date-nav-wrapper .date-heading h3 > a:after {
	width: 0; 
	height: 0; 
	content: "";
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #D0112B;	
	margin-left: -6px;
	position:absolute;
	bottom: -9px;
	left:50%;
}
.pager .month_list,
.pager .year_list {
	
	position:absolute;
	padding-top: 12px;
    top: 19px;	
	/*box-shadow:0 9px 10px #707070;*/
}
.pager .month_list li,
.pager .year_list li {
	background:#a0a1a3;
	display:block;	
	padding:0px;
	margin:0px;
	box-shadow:0 9px 10px #707070;
}
.pager .month_list li a,
.pager .year_list li a {
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  margin: 0;
  padding: 1px 7px;
}
.pager .month_list li:first-child a,
.pager .year_list li:first-child a{
	padding-top:5px;
}
.pager .month_list li:last-child a,
.pager .year_list li:last-child a{
	padding-bottom:5px;
}
.pager .month_list li a:hover,
.pager .year_list li a:hover{
	color:#D0112B;	
}
.pager .month_list {
	left:-15px;
	display:none;		
}
.pager .year_list {
	right:-4px;	
	display:none;
}
.pager .month_list.open,
.pager .year_list.open {
	display:block;		
}
.view-header {
    position: relative;
    z-index: 9;
}
.calendar.monthview {
	border-bottom:1px solid #fff!important;	
}

.node-event-calendar .field-name-field-event-category .field-label,
.node-event-calendar .field-name-field-event-category .field-items,
.node-event-calendar .field-name-field-event-place .field-label,
.node-event-calendar .field-name-field-event-place .field-items,
.field-name-field-speaker-of-an-event- .field-label,
.field-name-field-speaker-of-an-event- .field-items,
.field-name-field-organizer-name .field-label,
.field-name-field-organizer-name .field-items {
	display:inline-block;	 
}


/*----- popup new text res. -------------*/
 
#cboxTopLeft, #cboxTopCenter, #cboxTopRight,
#cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft,
#cboxBottomCenter, #cboxBottomRight {display:none!important;}
#colorbox, #cboxOverlay, #cboxWrapper, #cboxContent {
  overflow: visible !important; 
}
.cboxPhoto {
  border: 4px solid #fff!important;
}
#cboxTitle {
  background-color: #fff;
  bottom: auto !important;
  left: 0% !important;
  right: 0% !important;
  width: 100% !important;
  padding: 5px 5px 40px;
  margin-bottom: -28px !important;
  position:relative !important;
}
 
#cboxPrevious {
  left: 4px !important; 
}
.cboxIframe { 
  border: 4px solid #fff!important;
}


#cboxLoadedContent {
  margin-bottom: 0!important;
}
#cboxPrevious {
  float: left !important;
  left: 0 !important;
  position: relative !important;
  margin-left: -53px!important;
   float: left !important;
}
#cboxWrapper {
    padding-left: 22px!important;
}
#cboxCurrent {
  bottom:-2px !important;
  left: 32px!important;
  position: relative !important;
  min-width:56px !important;
  text-align: center;
   float: left !important;
    line-height: 21px;
}
#cboxNext {
  left: 36px !important;
  position: relative !important;
   float: left !important;
}
#cboxClose {
  float: right !important;
  left: auto !important;
  position: relative !important;
  right: auto !important;
}
.region-sidebar-second .block.block-views {
  border-top: 1px solid #b8b9ba;
  padding-top: 10px;
}
.region-sidebar-second .block.block-views:first-child {
  border-top: 0px solid #b8b9ba;
  padding-top: 0px;
}
.top-bar {
	overflow:hidden;	
}
.views-field-field-advertisement img {
	max-width:100%;	
}
.views-field-field-hlink .field-content {
	word-break: break-all;
}

/*----- popup new text res. end -------------*/
.sub-top-menu .nav li a + ul.nav {
		display:none;
}
.left-menu-sidebar .menu-name-main-menu .navbar-nav {
	padding-left:18px;
}
 

/*--------------------------------
-------- new tab 4 blog --------- 
----------------------------------*/
 ul.tabs {
	margin: 0;
	padding: 0 2px 0 4px;
	float: left;
	list-style: none;  
	width: 100%;
}
ul.tabs li {
  color: #ccc;
  cursor: pointer;
  float: left;
  margin: 0;
  position: relative;
}
.tab_last {   }
 
ul.tabs li.active {
	background-color: #fff;
	color: #333;
	border-bottom: 1px solid #fff;
	display: block;
}

.tab_container {
	border: 0px solid #333;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
}
.tab_content {
	display: none; 
	padding: 38px 15px 28px 15px;
	text-align: center;
	box-shadow:0px 4px 2px #e0e0e0;
}
.table-row {
  margin-top: 12px;
}
.tab_drawer_heading { display: none; }
.list-head:first-child {
  margin-top: 15px;
}
.list-head { background:#717277; color:#fff; font-size: 12px; width:100%; margin:0 0 10px 0px; }
table tr th, table tr td {
  padding: 7px 11px;
}
.list-head th {  padding: 7px 11px;  background: transparent none repeat scroll 0 0;
    border: 0 solid #fff; border-left:1px solid #fff; }
.list-head th:first-child { border-left:0px solid #fff; }

.list-txt { background:transparent; color:#333; font-size: 12px; width:100%; margin:0 0 10px 0px;}
.list-txt tr {
  height: 100%;
}
.list-txt td {  height: 100%; padding: 0px 0px;  background: #d0d1d3;
    border: 0 solid #fff; border-left:9px solid #fff;  width: 50%; }
.list-txt td:first-child { border-left:0px solid #fff; }
.list-txt span {
  	border-left: 1px solid #fff;
    float: left;
    margin: 0;
    width: 50%;
	padding: 10px 11px;
	 height: 100%;
}
.list-txt span:first-child {
  	border-left: 0px solid #fff; 
}
.list-txt tbody tr:nth-child(2) {
  	border-top: 9px solid #fff;  
}
.list-txt tbody tr:nth-child(2) td:first-child { 
	border-right: 9px solid #fff;
}
.white_back{ background: none; padding: 5px 11px; }
.dorm_wrapper {
  display: inline-block;
  position: relative;
}
.v_line {
  background: #606267;
  display: inline-block;
  height: 100%;
  left: 49.9%;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: -99999;
}
.stButton .st-pinterest-counter,
.stButton .st-email-counter,
.stButton .st-facebook-counter,
.stButton .st-twitter-counter,
.stButton .st-linkedin-counter,
.stButton .st-yahoo-counter {
  	height: 23px !important;
    vertical-align: top;
}
.stButton .stHBubble { 
  height: 22px !important; 
}
.ui-dialog-content .sharethis-buttons {
	display: block;
    margin: 10px 0 14px 0;
}
.st_facebook_hcount .stButton {
	margin-left:0px;	
}
.st_plusone_hcount {margin-left:4px;}

.calendar-calendar tbody tr:last-child td {
  background: transparent;
  border: 0 none;
}
a:focus {
  outline: none;
  outline-offset: 0px;
}
.sharethis-buttons {
  display: inline-block;
  margin: 10px 0;
  width: 100%;
}
.bank-information-page .view-header{ display:none }
.bank-information-page .view-footer{ display:none }
.ui-dialog-content .rmvDiv a, .calendar-calendar tbody tr:last-child td a {
  background: #7b7c81 none repeat scroll 0 0;
  border-radius: 17px;
  box-shadow: 0 0 2px #505050;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 17px 6px;
  text-decoration: none;
}
.ui-dialog-content .rmvDiv a:hover, .calendar-calendar tbody tr:last-child td a:hover {
  	/*color:#D0112B;*/
}
.menu.jquerymenu.jquerymenu-processed {
  padding-left: 33px;
}
ul.jquerymenu li span.parent { 
  margin-left: -20px;
  margin-top: 5px; 
}
ul.jquerymenu li.parent { 
  padding: 8px 0;
}
ul.jquerymenu li.parent ul li { 
  padding: 8px 0px 0px 0px;
}
ul.jquerymenu li a.active,
ul.jquerymenu li a,
ul.jquerymenu li.parent ul li a.active,
ul.jquerymenu li.parent ul li a { 
	-webkit-transition: all 0.0s ease-in-out;
	-moz-transition: all 0.0s ease-in-out;
	-o-transition: all 0.0s ease-in-out;
	transition: all 0.0s ease-in-out;
}
ul.jquerymenu li a.active,
ul.jquerymenu li a:hover,
ul.jquerymenu li.parent ul li a.active,
ul.jquerymenu li.parent ul li a:hover {  
  color:#D0112B;
  font-weight: 600;
}

ul.jquerymenu li.parent ul li.leaf {
  list-style-image: none;
  list-style-type: none;
  margin:0px;
  
}
ul.jquerymenu li.parent ul li.leaf {
  padding: 4px 0 0;
}
ul.jquerymenu li.parent ul li.leaf a {
 	 display: block;
    line-height: 18px;
    padding: 4px 10px 4px 18px;
}
ul.jquerymenu li.parent ul li.leaf a:hover,
ul.jquerymenu li.parent ul li.leaf a.active {
 	background: #ce2238 none repeat scroll 0 0;
    color: #fff;
}
.field-name-field-announcement-image {
    height: auto;
    width: 100%;
	margin-bottom:20px;
}
.field-name-field-announcement-image .field-item img {
    width: 100%;
}
.view-dormintary .col2-contn { 
  	padding: 0;
}
.view-dormintary .col2-contn img { 
  	width:100%; 
}
.sub-top-menu h2{display: none;}
.view-empty { text-align:center; }
.anchor-list a p {
	transition: all 0.3s ease-in-out 0s;
}
.anchor-list a:hover p {
	color:#d0112b;
}
.event-panel.rightquick-link p {
    line-height: 15px;
}
@media (min-width: 2000px) {
.container {
  width: 90%;
}
}
@media (min-width: 768px) {
 	.navbar-inverse .navbar-nav > li.expanded  > a:hover + ul.navbar-nav,
	ul.navbar-nav:hover {
		display:block!important; 
	}
	.sub-top-menu .nav li a:hover + ul.nav {
		display:block;
	}
	.navbar-collapse.collapse { 
  		margin-left: -23px !important; 
	}
}

@media screen and (max-width: 767px) {
	.list-txt td {
	  width: 100%;
	  display: inline-block;
	  clear: both;
	  border-width:9px 0 0 0px;
          position: relative;
	}
        .list-txt span:first-child:after {
            background: #fff none repeat scroll 0 0;
            color: red;
            content: "d";
            font-size: 0;
            height: 100%;
            left: 50%;
            line-height: 0;
            position: absolute;
            top: 0;
            width: 1px;
        }
        .list-txt span,
	.list-txt td:first-child {
            border-top: 0 solid #fff;
	}
	.list-txt tbody tr:nth-child(2) td:first-child {
  		border-right: 0px solid #fff;
	}

	.gallery-col img {
  		min-height: 0px;
	}
	.tabs {
		display: none;
	}
	.tab_drawer_heading { 
		color: #fff; 
		margin: 0;
		padding: 5px 15px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active { 
		color: #fff;
	}
	.tab_content {
		margin: 0 15px 15px;
		padding: 10px 15px 25px 15px;
	}
	.tab_drawer_heading {
	  padding: 0px 11px;
	  margin-bottom: 30px;
	}
	.fliping-box3 li { 
	  width: 50%;
	  margin-bottom: 10px;
	}
	.mediatab-contn li:after {
		display:none;	
	}
	.mediatab-contn {
		display:inline-block;	
	}
	.mediatab-contn li { 
	  width: 50%;
	  float: left;
	  text-align: left;
	  margin:2px 0px;
	}
}
/*-------- new tab 4 blog end--------- */








/*------ Responsive css ----------*/
/*@media (min-width: 2000px) {
	.top-bar .container,
	#main-content .container,
	.navbar-inverse .container {
    	width: 1500px;
	}
}*/
@media (max-width: 1199px) {
.navbar-brand {
	width:34%;	
}
.navbar-brand img {
	max-width:100%;	
}
.tag-line { 
  margin: 42px 0 0; 
}
.tag-line:before { 
  margin-right: 10px; 
  height:42px;
}
.tag-line:after { 
  margin-left: 10px; 
  height:42px;
}
.left-line, .right-line {
  		width: 4%;
}
}
@media (max-width: 991px) {
	.table-col2 { 
	  width: 100%;
	}
	.v_line {
		display:none;	
	}
	.navbar-brand {
  		width: 50%;
	}
 	.left-line {
		text-align:left;	
	}
	.right-line {
		text-align:right;	
	}
	.head-right {
	  text-align: right;
	}	
	.topbar-right {
		float:left;
		clear: both;
		margin: 30px 0 0;
		width: 100%;	
	}
	.top-search {
  		float: right;
		margin:0 0 0 14px;
	}
	.internet-btn {
	  display: inline-block;
	  float: none;
	  margin: 0 0 0 10px;
	}
	.top-search {
	  display: inline-block;
	  float: none;
	  margin: 0 0 0 14px;
	}
	.social-panel { 
	  margin-right: 0px; 
	  float:left;
	}
	.top-tren-panel {
		float:none;	
	    margin: 0 0 0 16px;
	}
	.top-intranet {
	  float: right;
	  display: inline-block;
	}
	.topbar-right { 
	  text-align: right;
	} 
	.cms-page-content { 
		padding: 10px 18px; 
	}
	.region-sidebar-second { 
	  	padding: 15px 18px 6px;
	} 
	.sub-top-menu .navbar-nav > li > a {
    	padding-left: 18px;
	}
}
@media (max-width: 800px) {
	.left-menu-sidebar .menu-level-2 {
		 padding-right: 10px;
	}
}
@media (max-width: 767px) { 
        .list-txt td {
            height:auto;
        }
	.view-dormintary .col2-contn img {
	  height: auto;
	}
	.yamm .navbar-nav > li > a:hover:after,
	.yamm .navbar-nav > li > a.active-trail:after{
		width: 0px; 
	}
	.navbar-right-panel {
	  position:absolute;
	  top:0px;
	  right: 46px;
	}
	.navbar-right-panel ul {
	  padding:0px;
	  margin:0px;
	}
	.navbar-right-panel .leaf {
	  float:left;
	}
	.navbar-inverse .navbar-right-panel .navbar-nav > li > a {
  		padding: 10px 12px; 
	}
	.navbar-inverse .navbar-right-panel .navbar-nav > li > a:after {
  		width: 1px;
		top:6px;
	}
	.top-intranet {
	  float: right; 
	  margin:0 47px 0 0;
	}
	.mb-search {
	  background: #7b7c81 url("images/search-icon.png") no-repeat scroll 6px 5px;
	  border: 0 none;
	  border-radius: 100%;
	  color: #fff;
	  display: inline-block;
	  height: 24px;
	  padding: 6px 3px; ;
	  vertical-align: top;
	  width: 24px;
	  margin:0 5px 0px 13px;
	  cursor:pointer;
	}
	.mobile_menu {
		display: block;
	}
	.yamm > .region-navigation {
  		display: none;
	}
	.yamm .mobile_menu ul.navbar-nav ul.navbar-nav {
		box-shadow: none;
	}
	.mobile_menu ul.nav ul.nav,
	.mobile_menu ul.nav ul.nav ul.nav {
/*		 display:block!important;
		 height: 0!important;
    	 opacity: 0!important;*/
    	 padding: 0 0 0 20px;
		 margin:0px;
		 overflow:hidden;
	}
	.mobile_menu ul.nav ul.strike-view,
	.mobile_menu ul.nav ul.nav ul.nav.strike-view {
/*		display:block!important;
		height: auto!important;
    	opacity:1!important;	*/
	}
	.left-menu-sidebar {
		display:none;	
	}
	.yamm .region-mobile-menu ul ul.nav {
		 	
	}
	.mobile_menu ul li.expanded i {
		display: inline-block;
		position: absolute;
		right: 0px;
		width: 30px;
		z-index: 9999;
		padding: 3px;
		cursor:pointer;
		color: #500000;
		font-size: 22px;
	    font-weight: bold;
	    font-style:normal; 
		height: 36px;
	} 
	.mobile_menu ul li.expanded i:after {
		content:"+";	
	}
	.mobile_menu ul li.expanded i.view-minus:after {
		content:"-";	
	} 
	 .mobile_menu ul li.expanded i.strike-view:after {
		content:"-";
		font-size: 36px;
                line-height: 27px;	
		margin-left: 0px;
	}
	ul li.expanded,
	.yamm ul.nav li ul.nav li {
  		 display:inline-block;
		 width:100%;
	} 
	.radioplayer { 
  		right: 15px;
		top:21px; 
	}
	.radioplayer a { 
	  margin-left: 12px;
	  margin-right: 0; 
	}
	.navbar-inverse { 
  		margin: 0px 0 0; 
	}
	.navbar-inverse .navbar-nav > li > a {
	  min-width: 0;
	  padding: 8px 17px;
	  text-align: left; 
	}
	.navbar-right-panel {
  		float: none;
	}
	.navbar-collapse.yamm {
  		padding: 0px 15px;
		border-top:0px double #af1226;
		box-shadow: 0 6px 5px -3px #a00000 inset;
	}
	.yamm .mobile_menu .navbar-nav > li > a,
	.yamm .mobile_menu .navbar-nav > li > a,
	.navbar-inverse .mobile_menu .navbar-nav > li > a {
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;					
	}
	.yamm .mobile_menu .navbar-nav > li:first-child > a.active-trail,
	.yamm .mobile_menu .navbar-nav > li:first-child > a.active,
	.navbar-inverse .mobile_menu .navbar-nav > li:first-child > a:hover {
		  box-shadow: 0 6px 3px -3px #808080 inset;
	}
	.navbar-inverse .navbar-nav > li > a:after {
		width:0px;	
	}
	.navbar-collapse.yamm .navbar-nav {
  		margin: 0 -15px;
	}
	.navbar-inverse .navbar-toggle {
		border-color: #fff;
		background:#fff;
		border-radius: 2px;
		margin: 6px 10px 6px 50px;
		padding: 6px;
	}
	.navbar-inverse .navbar-toggle .icon-bar {
  		background-color: #CE2238;
	}
	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus {
  		background-color: #CE2238;
	}
	.navbar-inverse .navbar-toggle:hover .icon-bar,
	.navbar-inverse .navbar-toggle:focus .icon-bar{
  		background-color: #fff;
	}
	.yamm .nav .nav { 
		margin: 0 0 15px;
		padding: 5px 20px;
		position: relative;
		top: 0;
		width:100%;
	}
	.yamm ul.nav li ul.nav li {
  		float: none;
	}
	.navbar-inverse .navbar-nav .navbar-nav > li > a:after {
		width:0px;	
	}
	/*----- banner slider -------*/
	.banner-slider .carousel-caption h3,
	.controls-panel { 
  		font-size: 22px; 
		height: 60px;
	}
	.carousel-caption,
	.controls-panel {
	  left: 25px; 
	  right: 25px; 
	}
	.carousel-control {
		height: 36px;
		width: 36px;
	}
	.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa, .carousel-control .fa {
  		font-size: 40px; 
	}
	.carousel-control.left {
		float:left;
	}
	.left-menu-sidebar .navbar-nav {
  		margin: 0px;
		padding-right:18px;
	}
	.left-menu-sidebar .nav > li > a.active::before, .left-menu-sidebar .nav > li > a.active-trail::before {
		border-width: 18px;
		margin-top: -18px;
	}
	.left-menu-sidebar .nav > li > a.active::after, .left-menu-sidebar .nav > li > a.active-trail::after {
		  border-width: 12px;
		  margin-top: -12px;
	 }
	/*----- banner slider End -------*/
	.sub-top-menu .nav,
	.sub-top-menu .nav .nav {
		margin:0px;	
	}
	.sub-top-menu .nav .nav {
		padding:3px 5px;
		margin: 0 0 12px;
		position: relative;
		width: 100%;
	}
	.sub-top-menu .nav li:after, .middle-menu > ul > li:after {
		display:none;
	}
	
/*----------- sub-top-menu mobile Start -----------	*/
.submenu-mb {
  background: #d0112b none repeat scroll 0 0;
  float: left;
  height: auto;
  padding: 8px 14px;
  text-align: right;
  width: 100%;
}
.submenu-btn {
	 background: #fff none repeat scroll 0 0;
	border-color: #fff;
	border-radius: 2px;
	float: right;
	margin: 0;
	padding: 6px;
	cursor:pointer;
}
.submenu-btn .icon-bar {
	background-color: #ce2238; 
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
}
.submenu-btn .icon-bar + .icon-bar {
	margin-top: 4px;
}
.sub-top-menu .nav {
	display:none;
	clear:both;
}
.sub-top-menu .nav.submenu-opn {
	 
}	
.sub-top-menu .nav .nav {
 
	margin: 0;
}
 
.sub-top-menu .nav li.expanded i {
	display: inline-block;
	position: absolute;
	right: 0px;
	width: 44px;
	z-index: 9999;
	padding: 3px;
	cursor:pointer;
	color: #500000;
	font-size: 22px;
	font-weight: bold;
	font-style:normal; 
	height:40px;
        text-indent: 12px;
} 
.sub-top-menu .nav li.expanded i:after {
	content:"+";	
}
.sub-top-menu .nav li.expanded i.niner-up {
      text-indent: 11px;
}
.sub-top-menu .nav li.expanded i.niner-up:after {
	content:"-";	
	font-size: 36px;
        line-height: 28px; 
} 
/*----------- submenu mobile END-----------	*/


	/*----- box4 css start-------*/
	.nav-tabs > li.box4 {
	  float: left;
	  width: 50%;
	  margin-bottom:30px;
	}
	
	/*----- box4 css end-------*/
	
	/*---- Header css start-----*/
	.navbar-inverse .navbar-toggle {
  		float: left;
	}	
	.top-bar .container {
		padding-left:42px;
	} 
	.top-search {
		clear: both;
		display: table;
		float: none;
		margin: 0;
		width:100% !important;
	} 
	.social-panel {
		margin-right: 0; 
		margin-left: 0; 
		margin-bottom: 22px; 
	} 
	.tag-line:before {
		display:none;
	}
	.tag-line:after{
		display:none;
	}
	.tag-line {   
		clear: both;
		display: block;
		float: left;
		font-size: 13px;
		margin: 7px 0 17px 59px;
		padding: 0;
		width: auto;
	}
	.topbar-right { 
	  	margin: 0px 0px 0px 64px;
		text-align:right;
		width:auto;
		float:none;
	}
	.top-search { 
	  display: none; 
	  margin:0 0 22px 0;
	}
	.right-inner-addon  {
		width:100%;	
	}
	.internet-btn {
  		margin: 0 0 0 5px;
	}
	.top-search input { 
	  	width: 100%;
	}
	.navbar-brand > img {
    	display: inline;
	}
	.navbar-brand { 
		display: block;
		float: left;
		margin: 0;
		padding: 22px 0 10px 0;
		text-align: center;
		width: auto;
	} 
	.top-tren-panel {
		float:none;	
	    margin: 0 0 0 6px;
	}
	.radioplayer {
	  	padding-right: 32px;
	 }
	/*---- Header css start-----*/
	.navbar-inverse {
		min-height: 0px;
	}
	.navbar-brand img {
	  float: left;
	  max-width: 93%;
	}
	#subfooter .col-xs-9 {
		 width: 70.667%;	
	}
	#subfooter .col-xs-3 {
		 width: 28.333%;	
	}
	.right-inner-addon  {
		 padding-right: 48px;
	}
	.top-search input {
		  margin-right: 47px;
	}
	.carousel-control.left {
		left: 40px;
		bottom: 12px;
	}
	.carousel-control.right{
		right: 40px;
		bottom: 12px;
	}
	.view-calendar .ctools-auto-submit-full-form select,
	.views-exposed-form .views-exposed-widget {
  		width: 100%;
	}
/*-----------------------
----- New Header ------
-------------------------*/	
	.social-panel {
  		margin-bottom: 21px;	
	}
	.top-search {
	  display: none;
	  margin: 0 0 21px;
	}
	.top-bar {
	  position: relative;
	}
	
	.top-bar .container {
    	padding-left: 15px;
		display:table;
		width:auto;
		position:inherit!important;
	}	
	.top-bar:after {
	  background: #e6e6e6;
	  content: "";
	  display: block;
	  height: 215px;
	  left: -50%;
	  position: absolute;
	  top:100px;
	  width: 200%;
	  z-index: -1;
	}
	.navbar-brand img {
  		max-width: 100%;
	}
	.navbar-brand {
		  display: table;
		  float: none;
		  margin: 0 auto;
	}
	.tag-line {
		float: none;
		font-size: 16px;
		margin-top:29px;
		margin-bottom:15px;
		margin-left: auto;
		margin-right: auto;
	}
	.topbar-right {
		  float: none;
		  margin: 0 auto; 
		  display:block;
	}
	.top-intranet {
	  margin: 0;
	}
	.right-inner-addon {
  		padding-right: 0;
	}
	.top-search input {
  		margin-right: 0;
	}
	.navbar-inverse .navbar-header {
		margin: 0 auto;
		padding-left: 5px;
		max-width: 464px;
	}
	.navbar-inverse .navbar-toggle {
		margin-left:0px;	
	}
	.navbar-right-panel {
            left: 0;
            margin: 0 auto;
            max-width: 312px;
            position: absolute;
            right: -177px;
            text-align: right;
          }
	.navbar-right-panel > .nav {
		display: inline-block;
    	vertical-align: top;
	}
	.region-mobile-menu {
		max-width: 464px;
		margin: 0 auto;
		position: relative;
	}
	.mobile_menu ul li.expanded li.expanded i {
  		right: 3px;
	}
	.navbar-collapse.yamm .navbar-nav {
  		margin: 0 -12px;
	}
	.mobile_menu ul.nav ul.nav, .mobile_menu ul.nav ul.nav ul.nav {
	  margin: 0;
	  overflow: hidden;
	  padding: 0 0 0 8px;
	}
	.mobile_menu ul li.expanded i {
		text-align:center;
		padding: 3px 0;	
                width: 40px;
                right: -12px;
	}
	#subfooter .col-xs-9 {
	  padding-left: 6px;
	}
	.left-line, .right-line {
    	display: none;
	}
	.sub-top-menu .navbar-nav > li > a {
		padding-left: 18px;
	}
        .advertisement-blk.gallery-col { 
            display: table;
            width: auto;
            margin: 0 auto;
        }
        .ui-icon-closethick,
        .ui-dialog .ui-dialog-titlebar-close {
            height: 28px;
            width: 28px;
        }
        .ui-dialog .ui-dialog-titlebar-close {
            margin: -13px 0 0;
        }
        .ui-icon-closethick:after {
            font-size: 27px;
            margin-left: 4px;
            margin-top: 0px;
            line-height: 20px;
        }
        .node-event-calendar .field-name-field-event-image, .ui-widget-content .field-name-field-event-image {
            max-width: 100%;
            width: 100%;
            margin-bottom: 20px;
        }
        .rmvDiv {
            margin: 16px 0 0;
        }
/*----- New Header End ------*/
	 /*--- 22-1-2015 ---*/
		#middle_sec { height:auto!important; }
		.submenu-mb, .submenu-btn .icon-bar { background: #7c7d81 none repeat scroll 0 0; }
		.sub-top-menu { background: #e6e6e6; }
		.sub-top-menu .nav li.expanded i { color: #7c7d81; }
		.sub-top-menu .nav .nav, .middle-menu .dropdown-menu { background-color: #cbcbcd; }
		.sub-top-menu .nav .nav li > a { color: #131213; padding: 5px 20px; }
	/*--- 22-1-2015 ---*/

}


@media (max-width: 639px) { 
	.banner-title h3 {
	  font-size: 14px; 
	  padding: 4px 14px 4px;
	}
	.media-contn img {
		float: none;
		width: 100%;
		height: auto;
	}
	.top-bar .container {
		position:relative;	
	}
	.radioplayer {
		bottom: -44px;
		left: 13px;
		right: auto;
		top: auto;
		z-index: 99;
	} 
	#subfooter .col-xs-9 {
    	width: 60.6667%;
	}
	#subfooter .col-xs-3 {
  		width: 38.333%;
	}
	.cms-page-content { 
		padding: 10px 15px; 
	}
	.region-sidebar-second { 
	  	padding: 15px 15px 6px;
	} 
	.sub-top-menu .navbar-nav > li > a {
    	padding-left: 15px;
	}
}	
@media (max-width: 520px) { 
	.top-bar .container {
		  display: block;	
		  max-width: 430px;
	}
	.navbar-brand {
  		display: inline-block;
    	width: 100%;
	}
	.top-bar::after {
  		top: 90px; 
	}
	.tag-line {
	  margin: 18px auto 13px;
	}
 	.social-panel {
	  margin-bottom: 18px;
	}
	.top-search {
	  margin: 0 0 18px;
	}
	.navbar-inverse .navbar-header {
	  margin: 0 auto;
	  max-width: 400px;
	  padding-left: 5px;
	}
	.navbar-right-panel {
  		max-width: 254px;
	}
	.navbar-inverse .navbar-right-panel .navbar-nav > li > a {
  		font-size: 11px; 
      font-weight: 400;
	}
	.region-mobile-menu {
		max-width: 400px;
	}
	.navbar-right-panel {
  		right: -170px; 
	}
	.mb-search {
		margin:0 0px 0 6px;
	}
}


@media (max-width: 479px) { 
	.fliping-box3 li { 
	  width: 100%;
	}
	.mediatab-contn li { 
	  width: 100%; 
	}
	.month-view {
		overflow: scroll;
		padding-bottom: 14px;	
	}
	/*----- banner slider -------*/
	.banner-slider .carousel-caption h3, .controls-panel {
		 font-size: 12px;
		 height: 40px;
		 padding:0 15px;
	}	
	.controls-panel { 
		 height: 40px;
	}	
	.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa, .carousel-control .fa {
  		font-size: 30px;
	}
	.carousel-control {
		height: 25px;
    	width: 24px;
	} 
	.carousel-control.left span {
		top: -3px;
	}
	.carousel-caption {
		border-top:5px solid #CE2238;	
	}
	.controls-panel {
		left: 0;
		right: 0;
	}
	.carousel-caption, .controls-panel {
	    left: 10px;
    	right: 10px;
	}
	.carousel-control.left {
		bottom: 7px;
		left: 20px;
	}
	.carousel-control.right{
		bottom: 7px;
		right: 20px;
	}
	/*----- banner slider end -------*/
	#subfooter .col-xs-9 {
		 width: 60.6667%;	
	}
	#subfooter .col-xs-3 {
		 width: 39.3333%;	
	}
	 
	.navbar-brand img {
  		max-width: 100%;
	}
	 
	.social-panel {
  		margin-bottom: 15px;  
	}
	.top-tren-panel {
	  clear: both; 
	  float: none;
	  margin: 0 0 0 6px;
	}
	.top-search {
	  margin: 0 0 15px;
	}
	.top-intranet {
  		float: none;
		margin: 0;
	}
	.navbar-inverse .navbar-right-panel .navbar-nav > li > a {
  		font-size: 11px; 
	}
	#subfooter .col-xs-9 {
  		width: 58.667%;
	}
	#subfooter .col-xs-3 {
  		width: 41.333%;
	}
	.radioplayer {
  		padding-right: 0;
	}
	.view-id-photo_gallery .view-content .col-xs-6 {
		width:100%;
	}	
}

@media (max-width: 450px) { 
	.navbar-brand { 
	  padding: 5% 0 4%; 
	}	
	.top-bar:after {
	  top:70px;
	}
	.top-bar::after {
    	background: transparent none repeat scroll 0 0;
	}
	.topbar-right { 
	  margin-left: auto;
	  margin-right: auto;
	  padding: 0 26px 18px 26px;
	} 
	.head-right { 
	  background-color: #e6e6e6;
	  margin: 0 -26px;
	}
	.top-search {
		margin: 0;
		padding-bottom: 0;
		padding-top: 15px;
	}
	.social-panel {
    	margin-bottom: 0;
	}
	.tag-line {
	  margin: 0 auto;
	  padding: 13px 0;
	} 
	.mb-search {
  		margin:0px; 
	}
	.internet-btn {
	  margin: 0;
	}
	.internet-btn {
	  font-size: 10px; 
	  padding: 5px 14px;
  	}
	.navbar-right-panel {
	  left: auto;
	  margin: 0;
	  max-width: 100%;
	  position: absolute;
	  right: 3px;
	  z-index: 0;
	}
	.navbar-inverse .navbar-header {
	  margin: 0;
	  max-width: 50px;
	}
}
.social-panel a:nth-child(n+6) { 
		display:none;	
	}
