﻿/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */

/*=====================================
   GENERAL STYLE SECTION
    ===================================*/
body {
    font-family: 'Open Sans', sans-serif;
    margin-top:70px;
    font-size:13px;
    line-height:25px;
    background-color: #ffffff;
}
.text-center {
    text-align:center;
}
section {
    margin:70px 0px 70px 0px;
}
.pad-top-botm {
    padding-top:50px;
    padding-bottom:50px;
}
.pad-row {
    padding-top:20px;
}
/*=====================================
   COLOR CODES
    ===================================*/
.clr-white {
    color:#fff;
}
.clr-main {
 color: #ff6a00;
}
.transparent-bk {
    background-color:transparent!important;
}
.clr-blue-bk {
    /*background-color:#7383F8!important;*/
    background-color:#004dc9!important;
}
/*=====================================
   TOP MENU STYLE SECTION
    ===================================*/

/*Menu Back Color*/
.menu-back {
    /*background-color:#34296F;  */
    background: #e9ddaf; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e9ddaf, #806600); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e9ddaf, #806600); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e9ddaf, #806600); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e9ddaf, #806600); /* Standard syntax */
    color: #344335;
}
/*Logo Image */
.navbar-brand-logo {
    max-height:60px;
    padding-bottom:10px;
}
/*top-menu links color*/
.navbar-default .navbar-nav > li > a {
    color: #FFF;
}
/*top-menu links color on hover*/
    .navbar-default .navbar-nav > li > a:hover {
        /*color: #ff6a00;*/
    color: #803300;
    text-shadow: 2px 2px 5px #165016;
    }

/*top-menu links & margin*/    
.navbar-nav > li > a {
    border-right: 1px solid #3D3577;
    margin: 5px 0px 5px 0px;
}

/*Font-awesome-icon*/
.nav li > a>i {
    /*color:#FB9351;*/
    color:#002152;
    padding-left:5px;
}
/*dummy small text*/
.nav li > a>span {
    font-size:13px;display:table;
    /*color: #C5C5C5;*/
    color: #ffffff;
}
/*sub-menu*/
.nav .dropdown-menu > li > a {
    padding: 15px 10px;    
    border-bottom: 1px solid #565AB1;
    margin: 5px;
}
.nav .dropdown-menu > li > a:hover {
    padding: 15px 10px;    
    border-bottom: 1px solid #565AB1;
    margin: 5px;
    text-shadow: 2px 2px 5px #165016;
}

    /*minimum sub-menu width*/
.nav .dropdown-menu {
    min-width: 200px;
}

/*sub-menu font-awesome-icon*/
.nav .dropdown-menu > li > a > i{
    /*color:#565AB1;*/
    color:#000000;
    font-size:14px;
    margin-right:10px;
}
.nav .dropdown-menu > li > a:hover > i{
    /*color:#565AB1;*/
    color:#000000;
    font-size:14px;
    margin-right:10px;
    text-shadow: 2px 2px 5px #165016;
}
/*Small Screen Header height of top menu*/
.navbar-header {
    min-height:70px;
}
/*making border transparent*/
.navbar-default {
/*border-color: rgba(231, 231, 231, 0);*/
border-color: #FFF;
}
/*Toggle Adjustment*/
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
/*background-color: rgba(221, 221, 221, 0);*/
background-color: #c4c8b7; /*c4c8b7*/
}

.navbar-default .navbar-toggle {
/*border-color: #A0761D;*/
border-color: #FFF;
}

/*=====================================
   SOCIAL HEADER STYLE SECTION
    ===================================*/
.div-social-top {
    /*background-color:#565AB1;*/
    background-color:#d2d9e4;
    min-height:40px;
    padding:10px 30px 10px 30px;
    color:#fff;
    font-size:17px;
    border-bottom: 1px solid #803300; /*565AB1*/
    border-top: 1px solid #803300; /*565AB1*/
    text-align:center;
    position: fixed;
    z-index: 0;
}
    .div-social-top a {
        color:#165016;
        text-decoration:none;
    }
    .div-social-top a:hover
    {
        color:#165016;
        text-shadow: 2px 2px 5px #000000;
        text-decoration:none;
    }
    .div-social-top i {
         margin-right:10px;
    }

/*=====================================
   TOP SLIDER STYLE SECTION
    ===================================*/

/* navigation icon style*/
 .control-icon {
           position:absolute;
           top:50%;
           
                 }

 /* bootstrap adjustments */
    .carousel-control.right {
right: 0;
left: auto;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right,rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%)!important;
}
     .carousel-control.left {
left: 0;
right: auto;
    background-repeat: repeat-x;
    background-image: linear-gradient(to left,rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%)!important;
}
 /* Caption Back Color */
     .back-light {
    background-color:rgba(0, 0, 0, 0.80);
    padding:10px;
    line-height:30px;
}
/*=====================================
   WELCOME SECTION
    ===================================*/


.welcome-div {
    padding:10px;
    background-color:#777777;
    color:#fff;
    text-align:center;
}
    .welcome-div span {
        font-size:20px;
        padding:0px 30px 0px 30px;
    }


    
/*=====================================
  HOME PAGE STYLES GENERAL
    ===================================*/

#home-service i {
    color:#ff6a00;
    cursor:pointer;
    
}
#home-service i:hover {
    color:#565AB1;
     cursor:pointer;
      -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#service-info i{
    margin-right:10px;
    color:#ff6a00;
    cursor:pointer;
    
}
#service-info i:hover{
    color:#000;

     -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.icon-round {
margin-top: 30px;
font-size: 60px;
height: 128px;
width: 128px;
line-height: 130px;
margin-right: 10px;
text-align: center;
display: inline-block;
border-radius: 100%;
margin-bottom: 10px;
background-color:rgba(158, 158, 158, 0.15);
}

.vedio-style {
    border: 0px;
     width: 100%; 
     min-height: 300px
}

/*=====================================
  HOME PAGE TWO STYLES GENERAL
    ===================================*/
#index2-header{
/*background: url(../img/pexels-photo-462026.jpeg) no-repeat center center;*/
background-color: #FFFFFF;
padding: 0;
/*-webkit-background-size: cover;
background-size: cover;*/
}
    #index2-header h1 {
        padding:100px 20px 20px 20px;
        color:#333333;
        font-size:50px;
        font-weight:800;
        text-align:center;
    }
     #index2-header p {
        padding:10px 20px 20px 20px;
        color:#333333;
        font-size:16px;
        line-height:20px;
        font-weight:800;       
       text-align:center;
    }
    #index2-header .overlay {
              background: rgba(11, 9, 27, 0.7);        
        min-height:800px;
    }
/*=====================================
  CLIENTS TESTIMONIALS STYLES 
    ===================================*/
.middle-section {
padding-bottom: 50px;
background: url(../img/middle-text.jpg) no-repeat 50% 50%;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
display: block;
height: auto;
min-height: 300px;
color: #333333;
text-align:center;
padding:30px;
}

.slide-custom {
    min-height:200px;
    padding:20px;
    line-height:30px;
}
h4 i{
   padding:5px;
}
.user-img {
border: 2px solid #fff;
overflow: hidden;
border-radius: 50%;
display: inline-block;
}

.img-u {
   max-height: 90px;
max-width: 90px;
}

/*=====================================
  MEDIA STYLES 
    ===================================*/
#media-sec {
    /*background-color:#565AB1;*/
    background-color:#806600;
    padding:10px;
    color:#fff;
}
    #media-sec h3 {
         color:#AF9BFF;
    }
    #media-sec small {
        color:#ff6a00;
    }
    /*=======================================
    STATS SECTION STYLES
==================================================*/
    .just-stats{
padding-bottom: 50px;
background: url(../img/stats.jpg) no-repeat 50% 50%;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
display: block;
height: auto;
min-height: 250px;
color: #fff;
text-align:center;
padding:30px;
}
.stats-div {
    text-align:center;
    width: 100%;
    min-height: 100px;
    padding: 30px 20px 30px 20px;
    color:#fff;
}

.stats-div > h3 {
    font-size:60px;
    font-weight:900;
}

/*=====================================
  FOOTER STYLES 
    ===================================*/


#footer-sec {

   /*background-color:#34296F; */
   background-color:#9bc2ff; 
   color:#344335;
   padding:20px;
}
#footer-sec i {
    margin-right:10px;
}
#footer-sec span {
    font-size:20px;
    color:#344335;
}
#footer-sec small {
    display:table-cell;
    color: #C5C5C5;
}
#footer-sec p {
   border-right: 1px solid #3D3577;
   padding-right:10px;

}
#footer-sec .media-heading > a {
    color:#344335;
    font-size:14px;
}
#blog-footer-div {
     border-right: 1px solid #3D3577;
      padding-right:10px;
}
#footser-end {
    text-align:right;
    /*background-color:#21165F; */
    background: #e9ddaf; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e9ddaf, #806600); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e9ddaf, #806600); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e9ddaf, #806600); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e9ddaf, #806600); /* Standard syntax */
    color: #344335;
    width: 100%;
    padding:10px;
    bottom: 0%;
    z-index: 3;
    position: fixed;
}


/*=====================================
  ANIMATIONS 
    ===================================*/
  .rotate-icon:hover {
   
     -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
     -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor:pointer;
    
  }
       .upfront-trans:hover {
           cursor:pointer;
            -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
     -webkit-transition: all 0.5s  ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
       }

 /*=====================================
 OUR SERVICES
 ===================================*/
.general-subhead {
    background-color: #2B3C69;
    padding: 20px 100px 25px 100px;
    color: #fff;
}
 #request-quote {
    background-color:#565AB1;
    padding:20px;
    color:#fff;
}
    #request-quotec h3 {
         color:#AF9BFF;
    }
    #request-quotec small {
        color:#000;
    }
        /*==========================================
   TEAM MEMBER STYLES
    =====================================================*/
#just-middle-row {
    background-color:#d41010;
    color:#fff;
    text-align:center;
}
    /*==========================================
   SOCIAL ICON STYLES
    =====================================================*/

.color-facebook {
    color:#3B5998;
}
.color-twitter {
     color:#00aced;
}
.color-google-plus {
     color:#dd4b39;
}
.color-linkedin {
     color:#007bb6;
}
.color-pinterest {
     color:#cb2027;
}

  /*==========================================
   CONTACT STYLES
    =====================================================*/

.cnt {
width: 100%;
min-height: 350px;
border: 1px solid #e1e1e1;
}


 /*==========================================
   PORTFOLIO STYLES
    =====================================================*/


.portfolio-item {
    border:2px solid #565AB1;
    margin:3px;
}
    .portfolio-item p {
        padding:10px;
    }
.portfolio-item h5 {
    text-align:center;
    background-color: #565AB1;
    color:#fff;padding:10px 15px 10px 15px; 
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
    width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 169, 89, 1);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  cursor:pointer;
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
  zoom: 1;
	filter: alpha(opacity=100);
}
.overlay a,overlay a:hover{
    color:#fff;
    text-decoration:none;
}

.set-hover-portfolio {
    opacity: 1!important;
  zoom: 1!important;
	filter: alpha(opacity=100)!important;
}
 /*==========================================
   PRICING STYLES
    =====================================================*/
 /* SIMPLE TABLE STYLE*/
.price-simple {
    font-size:50px!important;
    padding: 15px 0px;
color: #ff6a00;
border: none;
font-weight: 700;

}

.simple-table:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
        -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor:pointer;
}
 /*OPTION NORMAL STYLE*/

 .normal-table:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
        -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor:pointer;
}
 .plan {
padding: 0 0 15px 0;
margin: 30px 0px;
list-style: none;
text-align: center;
}

.plan li {
padding: 15px 0px;
border-bottom: 1px solid #e1e1e1;
}
    .plan li i {
        padding-right:10px;
    }
.price {
    font-size:30px!important;
    padding: 15px 0px;
background-color: #9d9898;
color: #fff;
border: none;
font-weight: 700;
 -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.adjust-border-radius {
    -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

.adjust-border {
    border-top-left-radius: 0px;
 border-top-right-radius: 0px;
}
 /*PLAN TWO TABLE STYLE*/
.plan-two {
padding: 0 0 15px 0;
margin: 30px 0px;
list-style: none;
text-align: center;
cursor:pointer;
}

.active-plan-price {
    -webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
cursor:pointer;
}
.plan-two li {
padding: 15px 0px;
font-size: 16px;
border-bottom: 1px dotted #e1e1e1;
}

.round-body {
display: table;
width: 135px;
height: 135px;
margin: 0 auto 14px auto;
border: 3px solid #ff6a00;
border-radius: 100%;
}
.price-main {
    color:#ff6a00;
display: table-cell;
font-size: 28px;
font-weight: bold;
text-transform: uppercase;
vertical-align: middle;
}
.price-Unit {
display: block;
}

.price-main small {
    font-size:10px!important;
    font-weight:normal;
}

/*=====================================
 BLOG HOME
    ===================================*/
.custom-blog {
    padding:20px;
}
.custom-blog p {
    padding:25px 25px 25px 0px;
    text-align:justify;
}
.custom-blog h2 {
    padding:10px 10px 10px 0px;
    text-transform:uppercase;
    text-align:center;
}
.custom-blog a {
    margin:3px;
}
/*=====================================
 BLOG SINGLE
    ===================================*/
.facebook-div {
    border: none;
     overflow: hidden; 
     width: 235px;
      height: 258px;
      padding-top:50px;
}
.blog-single a{
    margin:15px 3px 15px 0px;

}
.panel-title-adjust{
font-size: 14px;
padding: 1px;
}

    .panel-title-adjust a:hover {
        text-decoration:none;
    }
.panel-title-adjust i {
        padding-right:5px;
    }

.blog-comments h2 {
    padding-bottom:50px;
}

       /*=====================================
   Media Queries
    ===================================*/

       @media all and (max-width: 786px) and (min-width: 100px) {
  .carousel-caption{
   display:none!important;
  }
  .latest_newsarea span{font-size:12px;line-height:2.2em;padding:2px 10px 1px 10px}
  }
       
       @media all and (max-width: 845px) and (min-width: 100px) {
  .div-social-top{
   /*display:none!important;*/
   text-align: left;
   line-height: 2.5em;
   padding-bottom: 5px;
   position: unset;
  }
}
 .grad 
{
    background: #e9ddaf; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e9ddaf, #806600); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e9ddaf, #806600); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e9ddaf, #806600); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e9ddaf, #806600); /* Standard syntax */
    color: #FFF;
}
 .gradlt
    {
        background: #ffffff; /*#782144; For browsers that do not support gradients AdminSB_BG_2v*/
        background: -webkit-linear-gradient(#ffffff, #e9ddaf); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#ffffff, #e9ddaf); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#ffffff, #e9ddaf); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#ffffff, #e9ddaf); /* Standard syntax */
	    color: #165016;
    }

.rnd
{
	border-top-left-radius: 0.5em; 
	border-top-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em; 
	border-bottom-right-radius: 0.5em; 
}
.rndtop
{
	border-top-left-radius: 0.5em; 
	border-top-right-radius: 0.5em;
}
.rndbot
{
	border-bottom-left-radius: 0.5em; 
	border-bottom-right-radius: 0.5em; 
}
.txtxsm
{
    font-family: Arial,Tahoma,Verdana;
    font-size: 6.5pt;
    text-decoration: none;
}
.txtsm
{
    font-family: Arial,Tahoma,Verdana;
    font-size: 8pt;
    text-decoration: none;
}
.txtsmb
{
    font-family: Arial,Tahoma,Verdana;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}
.txtreg
{
    font-family: Arial,Verdana,Tahoma;
    font-size: 10pt;
    text-decoration: none;
}
.txtregb
{
    font-family: Arial,Verdana,Tahoma;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}
.txtlrg
{
    font-family: Arial,Tahoma,Verdana;
    font-size: 14pt;
    text-decoration: none;
}
.txtxlrg
{
    font-family: Arial,Tahoma,Verdana;
    font-size: 16pt;
    text-decoration: none;
}
.txital
{
	font-style: italic;
}
.txbold
{
	font-weight: bold;
}
.txleft
{
	text-align: left;
}
.txcenter
{
	text-align: center;
}
.txright
{
	text-align: right;	
}
.soLoc
{
    color: #344335; text-shadow: 2px 2px 5px #000000;
}
.trow
{
    font-family: Calibri,Tahoma,Arial,Verdana;
	background-color: #fefef2;
}
.brow
{
    font-family: Calibri,Tahoma,Arial,Verdana;
	background-color: #ddf1dd;
}
/*HORIZONTAL MENU */
	/* --[[ Main Expand Icons ]]-- */
	/*#imenus0 .imeam span,#imenus0 .imeamj span {background-image:url(../images/light_arrow_down.gif); width:7px; height:5px; left:-5px; top:7px; background-repeat:no-repeat;background-position:top left;}
	#imenus0 li:hover .imeam span,#imenus0 li a.iactive .imeamj span {background-image:url(../images/light_arrow_down.gif); background-repeat:no-repeat;background-position:top left;}*/


	/* --[[ Sub Expand Icons ]]-- */
	#imenus0 ul .imeas span,#imenus0 ul .imeasj span {background-image:url(../assets/img/arrow_white.gif); width:14px; height:17px; left:0px; top:0px; background-repeat:no-repeat;background-position:top left;}
	#imenus0 ul li:hover .imeas span,#imenus0 ul li a.iactive .imeasj span {background-image:url(../assets/img/arrow_white.gif); background-repeat:no-repeat;background-position:top left;}


	/* --[[ Main Container ]]-- */
	#imouter0 
	{
    background: #e9ddaf; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e9ddaf, #806600); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e9ddaf, #806600); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e9ddaf, #806600); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e9ddaf, #806600); /* Standard syntax */
    color: #344335;
    height: 35px;
    text-decoration:none; 
    text-shadow: 2px 2px 3px #333333; 
    border-style:none; 
    border-top-left-radius: .5em; 
    border-bottom-left-radius: .5em; 
    border-top-right-radius: .5em; 
    border-bottom-right-radius: .5em; }


	/* --[[ Sub Container ]]-- */
	/*#imenus0 li ul {background: url(../images/MainPanel_3.jpg) no-repeat center fixed; background-size: cover; border-top-left-radius: .5em; border-bottom-left-radius: .5em; border-top-right-radius: .5em; border-bottom-right-radius: .5em; }*/
	#imenus0 li ul {border-top-left-radius: .5em; border-bottom-left-radius: .5em; border-top-right-radius: .5em; border-bottom-right-radius: .5em; }


	/* --[[ Main Items ]]-- */
	#imenus0 li a, #imenus0 ul .imctitle 
	{
	    height:30px; 
	    /*background-image:url(../img/mmhrz01_2.jpg); */
    background: #e9ddaf; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e9ddaf, #806600); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e9ddaf, #806600); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e9ddaf, #806600); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e9ddaf, #806600); /* Standard syntax */
    color: #344335;
	    text-decoration:none; 
	    text-align:left; 
	    font-family:Calibri,Arial,Tahoma,Verdana; 
	    font-size:12px; 
	    font-weight:normal; 
	    border-top-left-radius: .5em; 
	    border-bottom-left-radius: .5em; 
	    border-top-right-radius: .5em; 
	    border-bottom-right-radius: .5em; }

		/* [hover] - These settings must be duplicated for IE compatibility.*/
		#imenus0 li:hover>a 
		{
		    /*background-image:url(../img/mmhrz02_2.jpg);*/
        	background: #c4c8b7;
		    background-repeat: repeat-x; 
		    color:#344335; 
		    text-decoration:none;
		 }
		#imenus0 li a.ihover, .imde imenus0 a:hover 
		{
		    /*background-image:url(../assets/img/mmhrz02_2.jpg);*/
        	background: #c4c8b7;
		    background-repeat: repeat-x; 
		    color:#344335; 
		    text-decoration:none;
		}

		/* [active] */
		#imenus0 li a.iactive 
		{
		    /*background-image:url(../img/mmhrz01_2.jpg); */
        	background: #c4c8b7;
		    color:#344335; 
		    font-weight:normal;
	    }


	/* --[[ Sub Items ]]-- */
	#imenus0 ul a, #imenus0 ul .imctitle  
	{
	    height:30px; 
	    /*background-image:url(../img/mmhrz01_2.jpg);*/
        background: #ffffff; /*#782144; For browsers that do not support gradients AdminSB_BG_2v*/
        background: -webkit-linear-gradient(#ffffff, #e9ddaf); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#ffffff, #e9ddaf); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#ffffff, #e9ddaf); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#ffffff, #e9ddaf); /* Standard syntax */
	    color: #344335;
	    
	    background-size: cover; 
	    /*color:#ffffff; */
	    text-align:left; 
	    font-family:Calibri,Arial,Tahoma,Verdana; 
	    font-size:12px; 
	    font-weight:normal; 
	    border-top-left-radius: .5em; 
	    border-bottom-left-radius: .5em; 
	    border-top-right-radius: .5em; 
	    border-bottom-right-radius: .5em; }

		/* [hover] - These settings must be duplicated for IE comptatibility.*/
		#imenus0 ul li:hover>a 
		{
		    /*background-image:url(../img/mmhrz02_2.jpg);
		    background-repeat: repeat-x;*/
        	background: #c4c8b7;
		    color:#000000; 
		    text-decoration:none;
		    border:groove 1px #000000; }
		#imenus0 ul li a.ihover 
		{
		    /*background-image:url(../img/mmhrz02_2.jpg);
		    background-repeat: repeat-x; */
        	background: #c4c8b7;
		    color:#000000; 
		    text-decoration:none;
		    border:groove 1px #000000; }

		/* [active] */
		#imenus0 ul li a.iactive 
		{
		    /*background-image:url(../img/mmhrz01_2.jpg);
		    background-repeat: repeat-x; */
        	background: #c4c8b7;
		    color:#344335; 
		    border:groove 1px #000000; }

		/* [Dividers] */
		#imenus0 .dvs {border:solid 1px #000000;padding-bottom:1px; margin-bottom:1px; }

.imcm ul,.imcm li,.imcm div,.imcm span,.imcm a{text-align:left;vertical-align:top;padding:0px;margin:0;list-style:none outside none;border-style:none;background-image:none;clear:none;float:none;display:block;position:static;overflow:visible;line-height:normal;}.imcm li a img{display:inline;border-width:0px;}.imcm span{display:inline;}.imcm .imclear,.imclear{clear:both;height:0px;visibility:hidden;line-height:0px;font-size:1px;}.imcm .imsc{position:relative;}.imcm .imsubc{position:absolute;visibility:hidden;}.imcm ul ul{position:relative;}.imcm li{list-style:none;font-size:1px;float:left;}.imcm ul ul li{width:100%;float:none !important;}.imcm a{display:block;position:relative;}.imcm ul .imsc,.imcm ul .imsubc {z-index:10;}.imcm ul ul .imsc,.imcm ul ul .imsubc{z-index:20;}.imcm ul ul ul .imsc,.imcm ul ul .imsubc{z-index:30;}.imde ul li:hover .imsubc{visibility:visible;}.imde ul ul li:hover  .imsubc{visibility:visible;}.imde ul ul ul li:hover  .imsubc{visibility:visible;}.imde li:hover ul  .imsubc{visibility:hidden;}.imde li:hover ul ul .imsubc{visibility:hidden;}.imde li:hover ul ul ul  .imsubc{visibility:hidden;}.imcm .imea{display:block;position:relative;left:0px;font-size:1px;line-height:0px;height:0px;float:right;}.imcm .imea span{display:block;position:relative;font-size:1px;line-height:0px;}.dvs,.dvm{border-width:0px}
.latest_newsarea span{background:none repeat scroll 0 0 #165016}/*changed by TML 9/12/2017 from d083cf to 165016*/
#newsSection{float:left; display:inline; width:100%; padding:0 30px; background-color:#fff; padding-bottom:20px}
.latest_newsarea{float:left; display:inline; width:100%; background-color:#000; position:relative}
.latest_newsarea span{ color:#fff; font-family:Oswald,sans-serif; font-size:15px; left:0; line-height:1.8em; margin-right:20px; overflow:hidden; padding:2px 18px 1px 19px; position:absolute; z-index:15}

