<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('/fonts/font-awesome.css');
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);


/*========================================================
                     HEADER MENU Section
=========================================================*/

header .menu-box{
  float: none  ;
  padding-top:10px;
  text-align:right
}
header .menu-box a {
  color: #0000000;
  font-size: 16px;
  letter-spacing: -1px;
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
}

header .menu-box a:hover {
  color: #588c73;
  font-size: 16px;
}

.img-right
{
float: right;
}

.navbar-header-logo {
  position: relative;
  background: #ffffff;
  color: #588c73;
  padding: 41px 0px 19px;
}

@media (min-width: 768px) {
  .navbar-header-logo {
    float: left;
  }
}

.divLogoTable
{
            width: 100%;
            display:block;
            padding-top:10px;
            padding-bottom:10px;
            padding-right:10px;
            padding-left:10px; 
}
.divLogoRow
{
         width: 99%; 
         display:block;
         padding-bottom:5px;
}
.divLogoColumn
{
         float: left;
         width: 130px;
         display:block;
         padding-top:10px;
}
/*==================   Tumbnail    ======================*/

div.bannerad {
  width: 468px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}
.bannerad {
  position: relative;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.banner-shadow:hover {
  box-shadow: 9px 13px 16px -8px #2d3134;
}


.thumb {
  position: relative;
  overflow: hidden;
}
.thumb img {
  height: auto;
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  width: 100%;
}
.thumb_overlay {
  margin: 0;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0);
}
.thumb_overlay:before {
  -moz-transition: 0.34s;
  -webkit-transition: 0.34s;
  -o-transition: 0.34s;
  transition: 0.34s;
  content: '\f065';
  font-family: 'FontAwesome';
  font-size: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ffffff;
  -moz-transform: scale(0) translate(100%, -50%) rotate(120deg);
  -ms-transform: scale(0) translate(100%, -50%) rotate(120deg);
  -o-transform: scale(0) translate(100%, -50%) rotate(120deg);
  -webkit-transform: scale(0) translate(100%, -50%) rotate(120deg);
  transform: scale(0) translate(100%, -50%) rotate(120deg);
}
.thumb:hover .thumb_overlay {
  background: rgba(0, 0, 0, 0.3);
}
.thumb:hover .thumb_overlay:before {
  -moz-transform: scale(1) translate(-50%, -50%) rotate(0deg);
  -ms-transform: scale(1) translate(-50%, -50%) rotate(0deg);
  -o-transform: scale(1) translate(-50%, -50%) rotate(0deg);
  -webkit-transform: scale(1) translate(-50%, -50%) rotate(0deg);
  transform: scale(1) translate(-50%, -50%) rotate(0deg);
}
/*=================       Tabs     ======================*/
.resp-tabs-list:before,
.resp-tabs-list:after {
  content: " ";
  display: table;
}
.resp-tabs-list:after {
  clear: both;
}
.resp-tabs-list:before,
.resp-tabs-list:after {
  content: " ";
  display: table;
}
.resp-tabs-list:after {
  clear: both;
}
.resp-tabs-list:before,
.resp-tabs-list:after {
  content: " ";
  display: table;
}
.resp-tabs-list:after {
  clear: both;
}
.resp-tabs-list:before,
.resp-tabs-list:after {
  content: " ";
  display: table;
}
.resp-tabs-list:after {
  clear: both;
}
.resp-tabs-list li {
  cursor: pointer;
  float: left;
  padding-top: 10px;
  padding-bottom: 12px;
  padding-left: 21px;
  padding-right: 20px;
  min-width: 150px;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .resp-tabs-list li {
    min-width: 100px;
    font-size: 16px;
    min-width: auto;
    display: inline-block;
    float: none;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.resp-tabs-list li + li {
  margin-left: 8px;
}
@media (max-width: 991px) {
  .resp-tabs-list li + li {
    margin-left: 0px;
  }
}
.resp-tabs-list li:hover {
  background-color: #f9f9fa;
}
.resp-tabs-list li.resp-tab-active {
  background: #ddd54c;
  position: relative;
  color: #ffffff;
}
@media (max-width: 991px) {
  .resp-tabs-list {
    text-align: center;
  }
}
@media (max-width: 767px) {
   nav.tm_navbar {
 width: 100%;
 text-align: center;
}
 nav.tm_navbar .nav {
 display: none;
}

    .resp-tabs-list {
    display: none;
  }
}
.resp-accordion {
  display: none;
}
.resp-tab-content {
  display: none;
  padding-top: 52px;
  padding-bottom: 36px;
}
@media (max-width: 991px) {
  .resp-tab-content {
    text-align: center;
  }
}
.resp-tab-content-active {
  display: block;
}
@media (max-width: 767px) {
  .resp-accordion {
    display: block;
    cursor: pointer;
    padding: 21px 0 15px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background-color: #f9f9fa;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .resp-accordion:hover {
    position: relative;
    background: #bababa;
  }
  .resp-tab-active {
    position: relative;
    background-color: #ddd54c;
  }
}
.resp-tab-item {
  color: #303334;
  font-weight: 500;
}
* + .resp-tabs {
  margin-top: 50px;
}


.well-2 {
  padding-top: 82px;
  padding-bottom: 113px;
}

/*=================       Testimopnials     ======================*/

.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555; 
}


/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
}
header .top-sect {
  padding-bottom: 17px;
}
header .top-sect:before,
header .top-sect:after {
  content: " ";
  display: table;
}
header .top-sect:after {
  clear: both;
}
header .top-sect:before,
header .top-sect:after {
  content: " ";
  display: table;
}
header .top-sect:after {
  clear: both;
}
header .top-sect:before,
header .top-sect:after {
  content: " ";
  display: table;
}
header .top-sect:after {
  clear: both;
}
header .top-sect:before,
header .top-sect:after {
  content: " ";
  display: table;
}
header .top-sect:after {
  clear: both;
}
@media (max-width: 767px) {
  header .top-sect {
    padding-bottom: 0;
  }
}
header .top-sect .help-box {
  float: right;
}

header .top-sect .help-box p {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  margin-top: 12px;
  text-transform: uppercase;
}
header .top-sect .logo-box a {
  display: block;
  color: White;
  font-size: 43px;
  font-weight: 800;
  line-height: 45px;
  letter-spacing: -1px;
  position: relative;
  padding-left: 38px;
  padding-right: 38px;
}

header .top-sect .help-box a {
  display: block;
  color: #588c73;
  font-size: 43px;
  font-weight: 800;
  line-height: 45px;
  letter-spacing: -1px;
  position: relative;
  padding-left: 38px;
}
header .top-sect .help-box a:before {
  position: absolute;
  content: "\f10b";
  font-family: 'FontAwesome';
  font-weight: 400;
  font-size: 63px;
  color: #c9c9c9;
  top: -5px;
  left: 0;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header .top-sect .help-box a:hover:before {
  color: #588c73;
  font-size: 67px;
}
header .top-sect .help-box small {
  color: #777777;
  font-size: 13px;
  line-height: 38px;
}
header .top-sect .help-box small span {
  color: #2d3134;
  font-weight: 600;
}
@media (max-width: 767px) {
  header .top-sect .help-box {
    text-align: center;
  }
}
header .stuck_container {
  border-top: 1px solid #e0e0e0;
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  background: #ffffff;
}
section.sect-404 strong {
  font-size: 160px;
  line-height: 1;
  margin-top: -17px;
  display: block;
}
section.sect-404 strong span {
  font-size: 215px;
}
section.sect-404 .lead {
  font-size: 54px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -2px;
}
section.sect-404 .lead + p {
  margin-top: 25px;
}
@media (max-width: 767px) {
  section.sect-404 {
    text-align: center;
  }
  section.sect-404 strong {
    font-size: 100px;
  }
  section.sect-404 strong span {
    font-size: 150px;
  }
}
/*=================       Sticky Social     ======================*/

/*=================       Sticky Social     ======================*/
@media (max-width: 544px) {
  .sticky-container .sticky li {
    display: none;
  }
}
.sticky-container{
		/*background-color: #333;*/
		padding: 0px;
		margin: 0px;
		position: fixed;
		right: -157px;
		top:425px;
		width: 200px;
		z-index: 999;

	}

	.sticky li{
		list-style-type: none;
		background-color: #588c73;
		color: #efefef;
		height: 43px;
		padding: 0px;
		margin: 0px 0px 1px 0px;
		-webkit-transition:all 0.25s ease-in-out;
		-moz-transition:all 0.25s ease-in-out;
		-o-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
		cursor: pointer;
		filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'https://w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); 
                filter: gray; 
                -webkit-filter: grayscale(100%); 

	}

	.sticky li:hover{
		margin-left: -115px;
		/*-webkit-transform: translateX(-115px);
		-moz-transform: translateX(-115px);
		-o-transform: translateX(-115px);
		-ms-transform: translateX(-115px);
		transform:translateX(-115px);*/
		/*background-color: #8e44ad;*/
		filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'https://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%);
	}

	.sticky li img{
		float: left;
		margin: 5px 5px;
		margin-right: 10px;

	}

	.sticky li p{
		padding: 0px;
		margin: 0px;
		text-transform: uppercase;
		line-height: 43px;

	}


/*=================       Sticky Advertising     ======================*/
@media (max-width: 767px) {
  .sticky-left-advertising{
    display: none;
  }
}

@media (max-width: 767px) {
  .sticky-right-advertising{
    display: none;
  }
}

.sticky-left-advertising {
		/*background-color: #333;*/
		padding: 0px;
		margin: 0px;
		position: fixed;
		left: 0px;
		top:100px;
		z-index: 999;
	}

	.sticky p{
		padding: 0px;
		margin: 0px;
	}
	
.sticky-right-advertising{
		/*background-color: #333;*/
		padding: 0px;
		margin: 0px;
		position: fixed;
		right: 0px;
		top:100px;
		z-index: 999;
	}

	.sticky p{
		padding: 0px;
		margin: 0px;
	}
	

.sticky-bottom-advertising{
		/*background-color: #333;*/
		padding: 0px;
		margin: 0px;
		position: fixed;
		bottom:0px;
		z-index: 999;

	}

	.sticky p{
		padding: 0px;
		margin: 0px;
	}

.sticky-top-advertising{
		/*background-color: #333;*/
		padding: 5px;
		margin: 0px;
	}
	


/* ---------------------------------------------------------------------------------------------------- 
											FOOTER 
------------------------------------------------------------------------------------------------------- */
.footer-container .container {
  padding-bottom: 61px; 
  background: #588c73;}
.footer-container #footer {
  color: #ffffff; }
  .footer-container #footer .row {
    position: relative; }
  .footer-container #footer .footer-block {
    margin-top: 35px; }
    @media (max-width: 767px) {
      .footer-container #footer .footer-block {
        margin-top: 20px; } }
  .footer-container #footer a {
    color: #ffffff; }
    .footer-container #footer a:hover {
      color: black; }
  .footer-container #footer h4 {
    font: 500 17px/21px "Roboto", sans-serif;
    color: black;
    margin: 0 0 26px 0;
    text-transform: uppercase; }
    @media (min-width: 768px) and (max-width: 991px) {
      .footer-container #footer h4 {
        font: 500 14px/20px "Roboto", sans-serif; } }
    @media (max-width: 767px) {
      .footer-container #footer h4 {
        position: relative;
        margin-bottom: 0;
        padding-bottom: 13px;
        padding-right: 25px; }
        .footer-container #footer h4:after {
          display: block;
          content: "\f055";
          font-family: "FontAwesome";
          position: absolute;
          right: 0;
          top: 1px; }
        .footer-container #footer h4.active:after {
          content: "\f056"; } }
    .footer-container #footer h4 a {
      color: Black; }
      .footer-container #footer h4 a:hover {
        color: #f13340; }
  .footer-container #footer ul {
    margin-bottom: 0; }
    .footer-container #footer ul li {
      padding-bottom: 10px; }
      .footer-container #footer ul li a {
        font-weight: bold;
        font-size: 12px;
        line-height: 18px;
        color: #ffffff;
        text-transform: uppercase;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .footer-container #footer ul li a:hover {
          color: #f13340;
          text-decoration: underline; }
  .footer-container #footer #block_contact_infos h4 {
    margin-bottom: 24px; }
  .footer-container #footer #block_contact_infos &gt; div ul li {
    padding: 0 70px 4px 0px;
    overflow: hidden;
    font-size: 12px;
    line-height: 23px; }
    @media (max-width: 1199px) {
      .footer-container #footer #block_contact_infos &gt; div ul li {
        padding: 0 0px 4px 0px; } }
    .footer-container #footer #block_contact_infos &gt; div ul li &gt; span {
      font-size: 17px;
      font-weight: bold;
      color: black; }
      .footer-container #footer #block_contact_infos &gt; div ul li &gt; span a {
        color: #f13340;
        font-weight: normal;
        text-transform: none;
        font-size: 12px;
        font-weight: normal;
        text-decoration: underline; }
        .footer-container #footer #block_contact_infos &gt; div ul li &gt; span a:hover {
          text-decoration: none; }
    .footer-container #footer #block_contact_infos &gt; div ul li:last-child {
      padding-top: 5px; }
      @media (max-width: 767px) {
        .footer-container #footer #block_contact_infos &gt; div ul li:last-child {
          padding-bottom: 25px; } }
    .footer-container #footer #block_contact_infos &gt; div ul li i {
      font-size: 25px;
      width: 26px;
      float: left;
      color: #f13340;
      padding-top: 1px; }
      .footer-container #footer #block_contact_infos &gt; div ul li i.fa-envelope-o {
        font-size: 19px;
        width: 29px;
        padding-top: 4px; }
  .footer-container #footer #social_block {
    clear: right;
    float: right;
    padding-top: 8px; }
    .footer-container #footer #social_block ul li {
      float: left;
      width: 37px;
      text-align: center;
      padding-top: 20px; }
      .footer-container #footer #social_block ul li a {
        display: inline-block;
        color: #908f8f;
        font-size: 24px;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .footer-container #footer #social_block ul li a span {
          display: none; }
        .footer-container #footer #social_block ul li a:before {
          font-family: "FontAwesome";
          font-weight: normal; }
        .footer-container #footer #social_block ul li a:hover {
          color: #f13340; }
      .footer-container #footer #social_block ul li.facebook a:before {
        content: "\f09a"; }
      .footer-container #footer #social_block ul li.twitter a:before {
        content: "\f099"; }
      .footer-container #footer #social_block ul li.rss a:before {
        content: "\f09e"; }
      .footer-container #footer #social_block ul li.youtube a:before {
        content: "\f167"; }
      .footer-container #footer #social_block ul li.google-plus a:before {
        content: "\f0d5"; }
      .footer-container #footer #social_block ul li.pinterest a:before {
        content: "\f0d2"; }
    .footer-container #footer #social_block h4 {
      float: left;
      margin-bottom: 0;
      font-size: 17px;
      line-height: 21px;
      padding-right: 8px;
      padding-top: 20px; }
      .footer-container #footer #social_block h4:after {
        display: none; }
  .footer-container #footer .bottom-footer {
    position: absolute;
    bottom: -33px;
    left: 0;
    font-size: 12px; }
    @media (max-width: 767px) {
      .footer-container #footer .bottom-footer {
        bottom: -53px; } }
    .footer-container #footer .bottom-footer div {
      width: 100%; }

#reinsurance_block {
  clear: both !important; }
  
  /* -------*-------------------------------------------------------------------------------------------------------- 
															footer 
------------------------------------------------------------------------------------------------------------------- */
.blockcategories_footer ul ul {
  display: none !important; }


.seo p {
  margin-top: 25px;
  margin-bottom: 25px;
}
.seo {
  display: block;
}

.seo UL {
  list-style-type: circle;

}

.seo li {
  position: relative;
  padding-left: 18px;
}

.seo li:before {
    content: "■"; /* Insert content that looks like bullets */
    padding-right: 8px;
    color: orangered; /* Or a color you prefer */

}
.seo li + li {
  margin-top: 1px;
}


.defaultcss h1 { 
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color:black
}

.defaultcss h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color:black
}
.defaultcss h3 {
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color:black
}

.defaultcss p {
  margin-top: 25px;
  margin-bottom: 25px;
}
.defaultcss{
  display: block;
}

.defaultcss UL {
  list-style-type: circle;

}

.defaultcss li {
  position: relative;
  padding-left: 18px;
}

.defaultcss li:before {
    content: "■"; /* Insert content that looks like bullets */
    padding-right: 8px;
    color: orangered; /* Or a color you prefer */

}
.defaultcss li + li {
  margin-top: 1px;
}
.defaultcss a {
  color: #588c73;  
  font-size: 16px;
}

.defaultcss a:hover {
color: #0000000;
  font-size: 16px;
}

/* menu
========================================================*/
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: left;
	height: auto;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	width: 100%;
}
nav.tm_navbar {
	border: none;
	padding: 10px 0 10px 0;
	margin: 0;
	float: right;
	display: inline-block;
	min-height: 0;
	background: none;
}
nav.tm_navbar li {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin: 0 0 0 26px;
	float: left;
}
nav.tm_navbar li:first-child {
	margin: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 4px 5px;
	font: 600 14px 'Open Sans';
	color: Black;
	text-transform: uppercase;
	background: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li a::before, nav.tm_navbar li a::after {
 position: absolute;
 left: 0;
 width: 100%;
 height: 2px;
 background: #8d8481;
 content: '';
 opacity: 0;
 -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
 -moz-transition: opacity 0.3s, -moz-transform 0.3s;
 transition: opacity 0.3s, transform 0.3s;
 -webkit-transform: translateY(-10px);
 -moz-transform: translateY(-10px);
 transform: translateY(-10px);
}
nav.tm_navbar li a::before {
 top: 0;
 -webkit-transform: translateY(-10px);
 -moz-transform: translateY(-10px);
 transform: translateY(-10px);
}
nav.tm_navbar li a::after {
 bottom: 0;
 -webkit-transform: translateY(10px);
 -moz-transform: translateY(10px);
 transform: translateY(10px);
}
nav.tm_navbar li.active &gt; a {
	color: Black;
	background: none;
}
nav.tm_navbar li.active &gt; a::before, nav.tm_navbar li.active &gt; a::after {
 opacity: 1;
 -webkit-transform: translateY(0px);
 -moz-transform: translateY(0px);
 transform: translateY(0px);
}
nav.tm_navbar li:hover &gt; a {
	color: #8d8481;
	background: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li:hover &gt; a::before, nav.tm_navbar li:hover &gt; a::after {
 opacity: 1;
 -webkit-transform: translateY(0px);
 -moz-transform: translateY(0px);
 transform: translateY(0px);
}
nav.tm_navbar .sfHover &gt; a {
	color: #8d8481;
	background: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover &gt; a::before, nav.tm_navbar .sfHover &gt; a::after {
 opacity: 1;
 -webkit-transform: translateY(0px);
 -moz-transform: translateY(0px);
 transform: translateY(0px);
}
nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -14px;
	color: #8d8481;
	font-size: 14px;
	z-index: 0;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu &gt; ul {
	position: absolute;
	display: none;
	width: 164px;
	left: 0;
	top: 41px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #e1e1e1;
	padding: 17px 0 15px 20px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu &gt; ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 16px 0;
	line-height: 20px;
	padding: 0;
	display: block;
	position: relative;
}
nav.tm_navbar .sub-menu &gt; ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 600 14px 'Open Sans';
	color: #8d8481;
	text-transform: uppercase;
	border-bottom: none !important;
}
nav.tm_navbar .sub-menu &gt; ul li a::before, nav.tm_navbar .sub-menu &gt; ul li a::after {
 display: none;
 content: none;
}
nav.tm_navbar .sub-menu &gt; .submenu li span {
	font-size: 14px;
	color: #434343;
	text-align: right;
	width: auto;
	position: absolute;
	right: 10px;
	top: 2px;
	left: auto;
	background: none;
}
nav.tm_navbar .sub-menu &gt; ul li:hover &gt; a {
	text-decoration: none;
	color: #ffffff !important;
	background: none !important;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar .sub-menu &gt; ul li:hover span {
	color: #ffffff;
}
nav.tm_navbar .sub-menu &gt; ul li.sfHover &gt; a {
	text-decoration: none;
	color: #ffffff !important;
	background: none !important;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar .sub-menu &gt; ul li.sfHover span {
	color: #ffffff;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 164px;
	left: 100%;
	top: -18px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #e1e1e1;
	padding: 17px 0 15px 20px;
	margin: 0 0 0 10px;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 600 14px 'Open Sans';
	color: #8d8481;
	text-transform: uppercase;
}
nav.tm_navbar .sub-menu ul ul li a::before, nav.tm_navbar .sub-menu ul ul li a::after {
 display: none;
 content: none;
}
nav.tm_navbar .sub-menu &gt; ul li &gt; ul li a:hover {
	color: #ffffff !important;
	background: none !important;
	text-decoration: none;
}

</pre></body></html>