
/*****************************************************
*********************** Fonts ************************
******************************************************/
@font-face {
    font-family: 'droid_serifitalic';
    src: url('assets/fonts/droid/DroidSerif-Italic-webfont.eot');
    src: url('assets/fonts/droid/DroidSerif-Italic-webfontd41d.eot?#iefix') format('embedded-opentype'),
        /*url('assets/fonts/droid/DroidSerif-Italic-webfont.woff2') format('woff2'),*/
        url('assets/fonts/droid/DroidSerif-Italic-webfont.woff') format('woff'),
        url('assets/fonts/droid/DroidSerif-Italic-webfont.ttf') format('truetype'),
        url('assets/fonts/droid/DroidSerif-Italic-webfont.svg#droid_serifitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*****************************************************
*********************** Global ***********************
******************************************************/
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    color: #282a2b;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    font-weight: 500;
    width: 1536px;
    background-color: #f3f6e3;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 600;
    font-style: normal;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}
a:hover, a:active, a:focus{
    text-decoration: none;
}
.space5 {
    height: 5px;
    clear: both
}
.space10 {
    height: 10px;
    clear: both
}
.space20 {
    height: 20px;
    clear: both
}
.space30 {
    height: 30px;
    clear: both
}
.space40 {
    height: 40px;
    clear: both
}
.space50 {
    height: 50px;
    clear: both
}
.b-c {
    color: #106ab1;
    line-height: 0.5em;
}
.m-t-20 {
    margin-top: 20px;
}
hr.dashed{
    border-style: dashed;
}
.droid_italic{
    font-family: 'droid_serifitalic';
}
.droid_italic_title{
    font-family: 'droid_serifitalic';
    font-size:18px;
    color:#136ab0;
    line-height:1.5em;
}
.table-responsive{
    clear: both;
    border: 0;
}
img.alignnone {
    margin: 0 auto;
    display: table;
    max-width: 100%;
}
a:focus {
	outline: none;
}

/*****************************************************
*********************** Header ***********************
******************************************************/
.wp-custom-header{
    height: 76px;
}
.header-left{
    height: 58px;
    vertical-align: bottom;
    display: table-cell;
}
.wp-custom-header img {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    max-height: 100%;
}
.header-top-container{
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #106ab1; 
}
      
.site-content-contain{
    padding-bottom: 50px;
    padding-top: 127px;
}	

.header-top-container .header-left img{
    max-width: 82px;
}
.logo-container {
    text-align: right;
}
.custom-logo {
    position: relative;
    top: 10px;
    max-width: 90px;
    max-height: 90px;
}
.mobile-logo{
    display: none;
}
/**************** Navigation *****************/
.main-nav-container, .navbar.footer-menu{
    background-color: #ffb641;
}
nav .sub-menu{
    background-color: #f1f1af !important;
}
.main-nav-container .navbar-nav a {
    color: #000 !important;
    padding: 12px;
    font-size: 14px;
    font-weight: 600 !important;
}
.navbar.footer-menu #footer-menu a{
    color: #000;
    padding: 6px 6px 6px 12px;
    font-size: 13px;
}
#top-menu > li.menu-item-has-children > a {
    padding: 12px 23px 12px 6px;
}
#navbar-collapse-top{
    padding-left: 0;
}
.navbar-toggle .m-title {
    position: absolute;
    right: -1px;
    top: 9px;
    color: #ffffff;
    font-weight: 700;
}
.main-nav-container .navbar.main-menu, .navbar.footer-menu{
    margin: 0;
    min-height: inherit;
}
.navbar.footer-menu .navbar-nav > li > a::after {
    content: "|";
    color: #f70118;
    position: relative;
    left: 10px;
}
.navbar.footer-menu .navbar-nav > li{
    position: relative;
}
.main-nav-container .navbar-nav > li::after {
    content: "";
    background-color: #808080;
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    display: block;
    width: 1px;
}
.main-nav-container .navbar-nav > li:last-child::after {
    display: none;
}
.main-nav-container .navbar-nav > li:last-child > a::after, .navbar.footer-menu .navbar-nav > li:last-child > a::after {
    content: "";
}
.main-nav-container .navbar-nav > li:hover > a::after{
    color: #333;
}
.nav > li:hover > a {
    background-color: #28334aff;
    /* ffbc1b */
}
ul#footer-menu > li:hover > a {
    background-color: transparent;
    color: #333!important;
}
.nav a:focus, .nav a:hover, li.current-menu-item > a, li.current-menu-ancestor > a{
    color: #fff !important	;
    background-color: #28334aff;
}
ul#footer-menu li.current-menu-item > a{
    background-color: transparent;
}
li.current-menu-item > a{
    color: #01acec !important;
}
#top-menu > li.current-menu-item > a, #top-menu > li:hover > a{
    color: rgb(255, 255, 255) !important;
}
.nav > li > a:focus{
    background-color: transparent;
    outline: 0;
    color: #31668E;
}
nav svg.icon {
    display: none;
}
nav li{
    position: relative;
}
nav .sub-menu {
    display: none;
    list-style: none;
    padding: 0 10px 5px;
    position: absolute;
    min-width: 220px;
    top: 44px;
    left: 0;
    z-index: 99;
    height: auto !important;
}
#top-menu .sub-menu a {
    padding: 6px 12px;
    display: block;
}
#top-menu > li.menu-item-has-children > a::after {
    content: "\e114";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    position: absolute;
    right: 8px;
    z-index: 1;
    top: 13px;
    
}

#top-menu > li.menu-item-has-children > a:hover:after {
    content: "\e114";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    position: absolute;
    right: 8px;
    z-index: 1;
    top: 13px;
    color: #fff;
}
#top-menu ul.sub-menu li.menu-item-has-children > a::after {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 8px;
    position: absolute;
    right: 7px;
    z-index: 1;
    top: 7px;
    color: #e0dede;
}
#top-menu .sub-menu li a{
    border-bottom: 1px solid #1c0f4c;
    font-size: 15px;
}
#top-menu .sub-menu li:last-child a{
    border: 0;
}
#top-menu .sub-menu .sub-menu {
    left: auto;
    left: 100%;
    top: 0px;
}
.toll-free-no a {
    display: block;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    padding-top: 2px;
}
.toll-free-no {
    float: right; 
}
.toll-free-no span{
    position: absolute;
    margin-top: -4px;
}

#navbar-collapse-footer .widget_media_image{
    text-align: right;float: right;margin-left: 5px;
}
#navbar-collapse-footer .widget_media_image img {
    width: auto;
    margin-right: -15px;
    vertical-align: -webkit-baseline-middle;
    height: 27px !important;
	margin-bottom: 2px;
}
	.head-txt {
		position: relative;
		bottom: 10px;
	}

.entry-content p{
    margin: 0 0 0px !important;
}
/*****************************************************
*********************** Home page ********************
******************************************************/
/************************ Carousel ******************/
.home-carousel{
    position: relative;
}

.home-carousel .carousel-caption h5.title {
    font-size: 25px;
}
.home-carousel .container.caption-container {
    position: absolute;
    right:-70%;
    transform: translateX(-50%);
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    width: 100%;
    visibility: hidden;
}
.home-carousel .carousel-caption{
    left: 0;
    max-width: 60%;
    bottom: 130px;
    padding-left: 100px;
}
.home-carousel .carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #c5c5c5;
    margin: 0 5px 0 0;
    border: 0;
} 
.home-carousel .carousel-indicators .active{
    width: 15px;
    height: 15px;
    background-color: #be8c11;
    margin: 0 5px 0 0;
    border: 0;
}
.home-carousel .carousel-indicators { 
    bottom: 2px;
}
 
 .banner-widget .item-body {
	 position: relative;
	 left: 35px !important;
	}

.home-carousel .banner-widget .item-body{
    -webkit-box-shadow: -1px 2px 6px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: -1px 2px 6px -1px rgba(0,0,0,0.15);
    box-shadow: -1px 2px 6px -1px rgba(0,0,0,0.15);
    background-color: #e8f8ff;
    margin-top: 6px;
	
}
#carousel-home-generic .carousel-indicators {
    display: none;
}
#carousel-home-generic .item{
    background-position: left top;
    background-repeat: no-repeat;
    /*background-size: cover;*/
}
.banner-widget{
    max-width: 234px;
    position: absolute;
    top: -6px;
    right: -13.7%;
}
.banner-widget .item-body {
    background-color: #ffffff;
    padding: 20px 30px 36px;
    margin-top: 0px;
	
}
.banner-widget .item-body .title {
    margin: 0px;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 21px;
    color: #106ab1;
}
.banner-widget-container {
    position: absolute;
    top: 0;
    z-index: 2;
}
.banner-widget .item-heading {
    background-color: #106ab1;
    color: #ffffff;
    text-align: center;
    padding: 9px 9px 9px 36px;
    font-size: .95em;
    margin-top: 36px;
}
/*.banner-widget .item-heading .body{
    background-image: url('assets/images/internet_banking.png');
    background-repeat: no-repeat;
    display: table;
    margin: 0 auto;
    padding-left: 34px;
}*/
.banner-widget{
    opacity: 0;
}
.banner-widget .marquee-widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.banner-widget .marquee-widget p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
}
.banner-widget .marquee-widget ul li{
    border-bottom: 1px dashed #c4c4c4;
    padding: 10px 0;
}
.banner-widget .item-heading a {
    color: #ffffff;
    position: relative;
    padding-left: 37px;
}
.banner-widget .item-heading a:hover {
    color: #38b1e9;
}
.banner-widget .item-heading a:after{
    display: none;
}
.banner-widget .item-heading a:before{
    content: "";
    height: 60px;
    width: 76px;
    display: block;
    position: absolute;
    left: -52px;
    bottom: -5px;
    background-image: url('assets/images/netbanking.png');
    background-size: 100% 100%;
}
.ifsc-block {
    margin-top: 15px;
}
.ifsc-block a{
    color: #f58634;
    display: block;
}
.banner-widget .item-footer {
    background-color: #fab60f;
    color: #ffffff;
    margin-top: 5px;
    padding: 8px 8px 8px 36px;
    font-size: 16px;
}
.banner-widget .item-footer a{
    color: #ffffff;
}
.banner-widget .item-footer .bg-container{
    background-image: url('assets/images/aadhar.png');
    background-repeat: no-repeat;
    padding-left: 56px;
    display: table;
    background-position: left center;
    font-size: .95em;
}
.banner-widget .marquee-widget {
    width: 100%;
    /*height: 235px;*/
    overflow: hidden;
}
.container-sidebar .banner-widget .marquee-widget {
    width: 100%;
    height: 235px;
    overflow: hidden;
}
/**************************MD PHOTO**************/

/***************************************************/
/*********************** Bellow Carousel *************/
.bellow-carousel{
    background-color: #536476;
}

/*********************** Featured Blocks ************/
.home-featured-blocks-main {
    position: absolute;
    bottom: 31px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.home-featured-blocks {
    max-width: 90%;
    padding: 0 0 0px 300px;
}
.home-featured-blocks .item img{
    width: 100%;
    height: 90%;
}
.home-featured-blocks .item img.hover-img{
    display: none;
}
.home-featured-blocks .item:hover img.hover-img{
    display: block;
}
.home-featured-blocks .item:hover img.main-img{
    display: none;
}
.home-featured-blocks .item a{
    position: relative;
    display: block;
    height: 108px;
}
.home-featured-blocks .item .title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    font-size: 11px;
    line-height: 15px;
}
.home-featured-blocks .item-container {
    padding-left: 5px;
    padding-right: 15px;
    width: 14%;
}
.home-featured-blocks .item {
    min-height: 108px;
    background-size: 100% 100%;
}
/*.home-featured-blocks .item-1 .item {
    background-color: #2d4a6f;
}
.home-featured-blocks .item-2 .item {
    background-color: #4bc6c4;
}
.home-featured-blocks .item-3 .item {
    background-color: #f8a073;
}
.home-featured-blocks .item-4 .item {
    background-color: #e3c7d5;
}
.home-featured-blocks .item-5 .item {
    background-color: #f9d972;
}
.home-featured-blocks .item-6 .item {
    background-color: #dbe79b;
} 
.home-featured-blocks .item-4 .item a span, .home-featured-blocks .item-5 .item a span, .home-featured-blocks .item-6 .item a span {
    color: #606062;
}
.home-featured-blocks .item-1 .item:hover {
    background-color: #21345E;
}
.home-featured-blocks .item-2 .item:hover {
    background-color: #38ABA9;
}
.home-featured-blocks .item-3 .item:hover {
    background-color: #CB7246;
}
.home-featured-blocks .item-4 .item:hover {
    background-color: #CFB3C1;
}
.home-featured-blocks .item-5 .item:hover {
    background-color: #D7CC75;
}
.home-featured-blocks .item-6 .item:hover {
    background-color: #D2E28B;
}
*/
/*********************** Marquee section ************/
.marquee-home-bellow-banner-updates {
    width: 100%;
    height: 38px;
    overflow: hidden;
    padding: 0;
    background: #3b4b5a;
}
.marquee-home-bellow-banner-updates ul li {
    display: inline-block;
    margin-right: 20px;
}
.marquee-home-bellow-banner-updates ul li a {
    padding: 10px 0;
    display: block;
    color: #fefefe;
    font-size:.9em;
}
.marquee-home-bellow-banner-updates ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 16px;
}
.marquee-home-bellow-banner-updates p{
    margin-bottom: 0;
}
.marquee-home-bellow-banner-updates  a:after, .banner-widget a:after{
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    color: #f68735;
    position: relative;
    left: 5px;
    font-size: 12px;
}
.marquee-home-bellow-banner-updates  a:hover:after, .banner-widget a:hover:after{
    color: #BDBFC1;   
}
.banner-widget a{
    color: #f58634;
}
.banner-widget a:hover{
    color: #8595a3;
}
.cm-img img {
    max-width: 235px;
    margin: 0 auto;
    display: table;
}
.cm-img {
    background-color: #c0ecff;
    padding: 0px 0px 0px;
    -webkit-box-shadow: -1px 2px 6px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: -1px 2px 6px -1px rgba(0,0,0,0.15);
    box-shadow: -1px 2px 6px -1px rgba(0,0,0,0.15);
}
/*********************** RBI Three Image Containers ************/
.imgcolumn {
    float: left;
    width: 33%;
    padding: 5px;
}

/* Clear floats after image containers */
.imgrow::after {
    content: "";
    clear: both;
    display: table;
}
@media screen and (max-width: 500px) {
    .imgcolumn {
        width: 100%;
    }
}

/*****************************************************
*********************** Footer ***********************
******************************************************/
.navbar.footer-menu{
    border-radius: 0;
}
footer aside.widget-area {
    background-color: #c5c5c5;
    padding: 5px 0 5px;
    font-size: 12px;
}
.footer-widget-1 .widget{
    float: left;
    color: #393939;
}
.footer-widget-1 .widget:first-child{
    width: 10%;
}
.footer-widget-1 .widget:last-child{
    width: 78%;
    padding-left: 20px;
    position: relative;
    top: 2px;
}
.footer-widget-2 {
    text-align: right;
    color: #6b6b6b;
    position: relative;
    top: 6px;
}
footer .visitor-count{
    font-size: 14px;
    color: #e3e3e3;
    position: relative;
    bottom: 5px;
}
footer .visitor-count span{
    background-color: #4a4a4a;
    color: #ccc;
    margin-right: 1px;
    padding: 0 5px;
}
.footer-widget-1 {
    padding-left: 0;
}
.footer-menu .container, .footer-menu ul li:first-child a {
  
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*****************************************************
*********************** Gallery ***********************
******************************************************/
#fbpicture-gallery {
    background: url("assets/images/loading.gif") no-repeat scroll center 100px transparent;
    position: relative;
    display: flex;
    flex-flow: row wrap;
}
#fbpicture-gallery.loaded {
    background: none
}
#fbpicture-gallery .masonryBx, #fbpicture-gallery.columns-4 .masonryBx {
    width: 25%
}
#fbpicture-gallery.columns-3 .masonryBx {
    width: 33.33%;
}
#fbpicture-gallery.columns-3 .uiMediaThumbImg {
    padding: 10px;
    background: none;
}
.uiMediaThumbImg {
    background: none repeat scroll 0 0 #FFFFFF;
    opacity: 0;
    padding: 6px;
    position: relative;
    text-align: center;
}
.uiMediaThumbImg .imgCont.landscape {
}
.uiMediaThumbImg .imgCont.portrait {
}
.imgCont {
    position: relative;
    background: #000;
    overflow: hidden;
}
.imgCont img {
    max-width: 100%;
    display: block;
    transition: 0.9s;
    -moz-transition: 0.9s;
    -webkit-transition: 0.9s;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
    filter: none;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}
.imgCont a:hover img {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.1);
    -moz-transform: translateZ(0) scale(1.1);
    transform: translateZ(0) scale(1.1);
}
.imgCont a {
    z-index: 10;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    opacity: 1;
    display: block
}
.imgCont a:before {
    box-shadow: 0 0 10px #111 inset;
    -moz-box-shadow: 0 0 10px #111 inset;
    -webkit-box-shadow: 0 0 10px #111 inset;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 5
}
#fbpicture-gallery.masonryArea.columns-3 .imgCont a:before {
    display: none;
}

/*****************************************************
************** Page with sidebar *********************
******************************************************/
.sidebar-widget-container .banner-widget {
    position: relative;
    right: auto;
    top: 0;
}
.banner-widget .item-body {
    -webkit-box-shadow: -1px 2px 6px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: -1px 2px 6px -1px rgba(0,0,0,0.15);
    box-shadow: -1px 2px 6px -1px rgba(0,0,0,0.15);
    background-color: #e8f8ff;
}

.sidebar-widget-container {
    padding: 25px 15px 30px;
    height: relative;
  /*
    background: -moz-linear-gradient(left, #eaeaea 0%, #f6f6f6 12%, #f8f8f8 17%, #f9f9f9 100%); 
    background: -webkit-linear-gradient(left, #eaeaea 0%,#f6f6f6 12%,#f8f8f8 17%,#f9f9f9 100%); 
    background: linear-gradient(to right, #eaeaea 0%,#f6f6f6 12%,#f8f8f8 17%,#f9f9f9 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#f9f9f9',GradientType=1 );*/
}
.sidebar-widget-container .banner-widget .item-heading a::before{
    left: -30px;
}
.sidebar-widget-container .banner-widget .item-heading a{
    padding-left: 56px;
}
body.page .entry-header {
    margin: 0px 0 25px;
    border-bottom: 1px solid #136ab0;
}
.entry-title {
    color: #136ab0;
}



/*****************************************************
****************** Table styling *********************
******************************************************/
.table-striped thead tr {
    background-color: #d8ecf6;
}
.table-striped thead tr th {
    padding: 12px;
}
.table.table-striped > thead > tr > th{
    border: 0;
}
.table.table-striped  tbody  tr:first-child  td{
    border-top: 0;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #ffffff;
}
.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: #f7f7f7;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 10px;
    border-bottom: 1px solid #136ab0;
}
.table-extras {
    list-style: none;
}
.table-header ul {
    margin-top:0px !important;
}
.jccb-print, .jccb-pdf{
    width: 31px;
    height: 34px;
    display: inline-block;
    cursor: pointer;
}
.jccb-print{
    background-image: url('assets/images/icons/icons-printer1.png');
    background-size: 100% 100%;
}
.jccb-pdf{
    background-image: url('assets/images/icons/icon-pdf.jpg');
    background-size: 100% 100%;
}
.table-extras li {
    display: table-cell;
    padding-left: 12px;
    vertical-align: middle;
    font-size: 16px;
}
.table-extras input[tupe="text"]{
    background-color: #f9f9f9;
    border: 1px solid #eaebec;
    padding: 5px;
    margin-left: 5px;
}
#printme_header {
    display: none;
}
.sidebar-widget-container section.widget {
    margin-bottom: 20px;
}

/*****************************************************
****************** Profile layout ********************
******************************************************/
.row.p-layout {
    margin-top: 30px;
}
.p-layout .heading h4 {
    color: #106ab1;
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 20px;
}
.p-layout label {
    display: block;
    font-weight: normal;
    font-size: 18px;
}
.p-layout hr {
    border-style: dashed;
    border-color: #e0e1e2;
    margin: 9px 0;
}
.p-layout .p-image img {
    margin-bottom: 10px;
    max-width: 100%;
    height: 100%;
}

/*****************************************************
****************** Inner page ************************
******************************************************/
a.icon::after {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    color: #f68735;
    position: relative;
    left: 5px;
    font-size: 12px;
}

.c-link {
    border: 1px solid #d2d3d5;
    padding: 7px 22px 7px 18px;
    margin: 7px 0;
    display: inline-block;
    color: #106ab1;
}
.c-link:hover{
    color: #106ab1;
    background-color: #f7f7f7;
}
.c-link:hover:after{
    color: #bdbfc1;
}
.p-link{
    color: #106ab1;
    display: inline-block;
}
.p-link:hover{
    color: #106ab1;
}
.p-link:hover:after{
    color: #bdbfc1;
}
.entry-content .title {
    color: #136ab0;
}
.page-header {
    border-bottom: 1px solid #bfc1c3;
}
.b-ele {
    float: left;
    margin: 5px 15px 5px 0;
    border: 1px solid #d2d3d5;
    padding: 10px 20px;
    color: #106ab1;
}

/*****************************************************
****************** Contact us ************************
******************************************************/
.table tbody tr:first-child td{
    border-top: 0;
}
.contact-us-page .container-sidebar hr{
    border-color: #106ab1;
    margin: 5px 0;
}
.container-sidebar .toll-free-no {
    background: #ff8319;
    color: #000000;
    display: block;
    float: none;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    padding: 5px;
}

/*****************************************************
****************** 404 page **************************
******************************************************/
.error-404.not-found {
    display: table;
    margin: 140px auto;
}
.error-404 .page-title {
    position: relative;
    padding-left: 154px;
}
.error-404 .page-title:before{
    content: "";
    height: 154px;
    width: 200px;
    background-image: url('assets/images/404.png');
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    left: 0;
    bottom: 0;
}
.error-404 .page-content p {
    color: #8e9092;
    font-family: 'droid_sarifitalic';
    font-size: 22px;
    font-style: italic;
}


.offer_categories ul{list-style: none;padding: 0;text-align: center;}
.offer_categories ul li {display: inline-block; margin: 0 4px; padding: 5px 12px; background-color: #00a859; }
.offer_categories ul li a {color: #fff; }
.offers{margin-bottom: 50px;}
.offer_zones {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.offer_zones select {
    padding: 5px;
    min-width: 200px;
}
ul.offer_wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
}
.offer_wrapper li {
    float: left;
    width: 25%;
    margin-bottom: 10px;
}

.offer_item_wrapper {
    padding: 0 10px;
}
.offer_item_wrapper img{max-width: 100%;}
/*.offer_item_wrapper .box{width: 100%;max-width: 245px;box-shadow: 0px 0px 18px 4px #a1a1a1;
    margin: 0px auto;}*/
.offer_item_wrapper .box
{
    width: 100%;
    background-image: url(assets/images/middle.png);
    min-height: 115px;
    position: relative;
    margin-top: 0px;
    background-repeat: repeat-y;
    background-size: 100%;
    background-size: 100.1%;
    text-align: center !important;
}
.offer_item_wrapper .cbp-caption{width: 100%;max-width: 100%;}
.offer_list .offer_container .offer_item_wrapper .box .section1{padding: 0 5px}
.offer_item_wrapper .title h3 {
    margin: 0 0 15px 0;
    text-align: center;
    font-size: 20px;
}
.offer_item_wrapper .sub-title {
    text-align: center;
    line-height: normal;
    min-height: 40px;
}
.offer_item_wrapper .code{margin-top: 10px;text-align: center;}
.offer_item_wrapper .code a{
    background-color: #106ab1;
    display: inline-block;
    padding: 3px 20px;
    width: 130px;
    max-width: 94%;
    color: #fff;
}
.pagination{width: 100%;text-align: center;}
.pagination>li {
    display: inline-block;
}
.offer_detail .logo{text-align: center;margin-bottom: 10px;}
.offer_detail .logo img{display: inline-block;}
.offer_detail dt{
    font-size: 30px;
}
.offer_detail dd{
    margin-bottom: 20px;
    padding-left: 20px;
}
.offer_detail{margin-bottom: 50px;}
#navbar-collapse-footer{display: block !important;}

@media screen and (max-width: 991px){
    .navbar.footer-menu .navbar-nav > li {
        display: inline-block;
    }
    #navbar-collapse-footer{text-align: center;}
    #navbar-collapse-footer .widget_media_image{text-align: center;float: none;display: inline-block;margin-bottom: 10px;}
    #footer-menu{text-align: center;}
    .footer-menu .navbar-collapse{border: 0;box-shadow: none;}
}