@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    /*background: url('../../../images/bg.png') repeat scroll 0% 0% transparent;*/
    border-top: 4px solid #114575;
}
body {
  color: #151515 !important;
  font-family: "Roboto",'Open Sans', sans-serif;
  font-size: 16px !important;
  background: #fefefe;
}
@media (min-width: 1200px) {
  .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {width: 1140px;}
  .article-intro, .article-content {width: 1140px;}
   .span12 {width: 1180px !important;}
  .t3-footer .t3-spotlight {width: 1200px;}
  .t3-footer .t3-copyright {width: 1210px;}
}

h1, h2, h4, h5, h6 {
    margin: 10px 0px;
    font-family: "Roboto","Open Sans",sans-serif;
    font-weight: bold;
    line-height: 1.3;
    color: #114575;
    text-rendering: optimizelegibility;
}
h3 {
    margin: 10px 0px;
    font-family: "Roboto","Open Sans",sans-serif;
    font-size: 17.5px ;
    line-height: 1;
    color: #114575;
    text-rendering: optimizelegibility;
	font-weight: normal;
}

/*off canvas*/
@media (max-width: 980px) {
  .off-canvas #off-canvas-nav .t3-mainnav .nav-collapse {
    height: auto;
    background: white !important;
    width: 100vw !important;
  }
}

/*.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {
  font-size: 15px;
   width: 450px !important;
}
.nav-child.dropdown-menu.mega-dropdown-menu {
 width: 450px !important;
}
.dropdown-menu li > a:hover {
  background-color: #e2e2e2b5 !important;
}*/
.dropdown-menu li > a{ padding:5px !important;}
.t3-mainnav .navbar .nav > li > a {
    border-top: 0px none;
	font-size: 15px;
 	padding: 5px;
    text-shadow: none;
    text-transform: none;
    font-weight: bold;
    font-family: "Roboto",sans-serif;
    color: #333;
	border-radius: 3px 3px 0 0;
	text-transform: none;
				-webkit-transition: all 250ms linear;
     -moz-transition: all 250ms linear;
     -o-transition: all 250ms linear;
     -ms-transition: all 250ms linear;
     transition: all 250ms linear;
}

.t3-mainnav .navbar .nav > li > a:focus, .t3-mainnav .navbar .nav > li > a:hover {
    background-color: #114575;
    background-image: linear-gradient(to bottom, rgba(154, 178, 107, 0.04), transparent);
    background-repeat: repeat-x;
    text-shadow: none;
    outline: medium none;
	color: #ffffff;
	border: 0px solid #114575;
				-webkit-transition: all 250ms linear;
     -moz-transition: all 250ms linear;
     -o-transition: all 250ms linear;
     -ms-transition: all 250ms linear;
     transition: all 250ms linear;
}

.t3-mainnav .navbar {
    color: #6D6969;
    margin-bottom: 0px;
    margin-top: 20px;
}

.t3-mainnav .nav li.dropdown.active:hover > .dropdown-toggle, .t3-mainnav .nav li.dropdown.open.active > .dropdown-toggle {
    background-color:  #114575;
    background-image: linear-gradient(to bottom, rgba(154, 178, 107, 0.04), transparent);
    background-repeat: repeat-x;
    color: #fff;
}

.t3-mainnav .dropdown-menu li > a {
    border-top: 0px solid #eee;
    padding: 5px 20px;
    text-shadow: none;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border-bottom: 4px solid #114575;
	border-top:none;
    display: none;
    float: left;
    font-size: 13px;
    left: 0;
    list-style: outside none none;
    margin: 0;
    min-width: 160px;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	border-radius: 0 0 5px 5px;
-webkit-box-shadow: -1px 6px 5px -2px rgba(191,189,191,1);
-moz-box-shadow: -1px 6px 5px -2px rgba(191,189,191,1);
box-shadow: -1px 6px 5px -2px rgba(191,189,191,1);
}



/*
.t3-mainnav .navbar .nav > .active > a, .t3-mainnav .navbar .nav > .active > a:hover, .t3-mainnav .navbar .nav > .active > a:focus {
    color: #fff;
    text-shadow: none;
    background-color:#114575;
    background-image: linear-gradient(to bottom, rgba(26, 26, 26, 0), transparent);
    background-repeat: repeat-x;
    box-shadow: none;
    outline: medium none;
}
*/
/* VM */
div.product:hover {
    float: left;
    border: 0px solid #e1e1e1;
    min-width: 220px;
		-webkit-box-shadow: 0px 0px 5px #a2a1a1;
-moz-box-shadow: 0px 0px 5px #a2a1a1;
box-shadow: 0px 0px 5px #a2a1a1;
		-webkit-transition: all 250ms linear;
     -moz-transition: all 250ms linear;
     -o-transition: all 250ms linear;
     -ms-transition: all 250ms linear;
     transition: all 250ms linear;
	
}
div.product {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius: 5px;
		-webkit-transition: all 250ms linear;
     -moz-transition: all 250ms linear;
     -o-transition: all 250ms linear;
     -ms-transition: all 250ms linear;
     transition: all 250ms linear;
	
}
.main-image {
    float: left;
	background: #f1f2ee;
	padding: 8px;
	margin-right: 10px;
			-webkit-transition: all 250ms linear;
     -moz-transition: all 250ms linear;
     -o-transition: all 250ms linear;
     -ms-transition: all 250ms linear;
     transition: all 250ms linear;
}
.main-image:hover {
		-webkit-box-shadow: 0px 0px 5px #a2a1a1;
-moz-box-shadow: 0px 0px 5px #a2a1a1;
box-shadow: 0px 0px 5px #a2a1a1;
			-webkit-transition: all 250ms linear;
     -moz-transition: all 250ms linear;
     -o-transition: all 250ms linear;
     -ms-transition: all 250ms linear;
     transition: all 250ms linear;
}
.additional-images img {
    margin-right: 8px;
    width: 72px;
    height: auto;
			-webkit-transition: all 250ms linear;
     -moz-transition: all 250ms linear;
     -o-transition: all 250ms linear;
     -ms-transition: all 250ms linear;
     transition: all 250ms linear;
}
.additional-images img:hover {
	-webkit-box-shadow: 0px 0px 5px #a2a1a1;
-moz-box-shadow: 0px 0px 5px #a2a1a1;
box-shadow: 0px 0px 5px #a2a1a1;
			-webkit-transition: all 250ms linear;
     -moz-transition: all 250ms linear;
     -o-transition: all 250ms linear;
     -ms-transition: all 250ms linear;
     transition: all 250ms linear;
}
.productdetails-view  {
    margin: 0 0 1em;
    padding: 0;
	float: left;
	width: 100%;
}
a.ask-a-question {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    padding: 10px 15px;
    margin: 2px;
	border: 1px solid #c1c0c0;
	border-radius: 5px ;
} 
a.ask-a-question:hover {
border: 1px solid #c7dcdd;
background: linear-gradient(to bottom, rgba(154, 178, 107, 0.08), transparent);
	color: #333;
	
}

/* .asklab{
    width: 210px;
    margin: 30px auto;
    padding: 30px 20px 20px 20px ;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    color: #C5C6C1;
    background: none repeat scroll 0% 0% rgba(182, 190, 167, 0.29);
	border-left: #fff 15px solid;
	border-radius: 25px 5px 5px 25px ;
} */

.productdetails-view .product-short-description{
	 padding: 20px 10px 40px 0px;
}
a.product-details{
	border:none;
}
div.vm-details-button a {
    padding: 0.8em 1em;
    border: 1px solid #c1c0c0;
    font-size: 1.1em;
    max-width: 85%;
    width: 12em;
}
div.vm-details-button a:hover{
	padding: 0.8em 1em;
	border: 1px solid #c7dcdd;
	background: linear-gradient(to bottom, rgba(154, 178, 107, 0.08), transparent);
}
a.product-details:hover{
	border-bottom: none;
}
/* category view */
.browseProductImage {
    max-height: 210px;
    width: auto;
    max-width: 100%;
}
.browse-view .row .product .spacer img, .related-products-view .row .product .spacer img {
    width: 100%;
    height: 210px;
}

.home-products{color:#333;}
.home-products:hover{color:#fff;}
.module-title {
	background: inherit;
	color: #333;
	line-height: 150%;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 150%;
	text-transform: none;
}
div.mod-languages ul {
	margin: 0;
	list-style: none;
	float: right;
	background: #114575;
	padding: 0.34em 5px !important;
  	border-radius: 0 0 0 0px;
}

div.mod-languages ul.lang-block li {display:block;}
div.mod-languages ul.lang-inline li {display:inline;}

.topcont{
float: right;
background: #114575;
padding: 5px 10px;
border-radius:0 0 0px 0;
}
.topcont a{
	color: #FFFFFF;
	font-size: 14px;
}

.topcont a:hover{
	color: #eae0d2;
}
/* footer*/

.t3-footer .t3-copyright {
    background: none repeat scroll 0% 0% #111;
}
.t3-footer {
    background: linear-gradient(to bottom, #fff 0%, #bfbfbf 100%) repeat scroll 0% 0% transparent;
}
.t3-footer .t3-spotlight {
    background: rgba(50, 63, 25, 1);
    padding-left: 10px;
    padding-bottom: 20px;
	color: #fff;
}
.t3-spotlight .t3-module {
  padding-top: 5px;
}

.t3-footer a {
  color: #fff !important;
  font-weight: 500;
  letter-spacing: .03rem;
}

.t3-footer .module-title {
	text-transform: none;
	text-align: left;
	font-size: 26px;
	padding: 0;
	color: #eee;
}

.t3-footer .container {
  position: relative;
  margin-top: 0px !important;
  -webkit-box-shadow: -5px 10px 40px #1c1c1c !important;
  -moz-box-shadow: -5px 10px 40px #1c1c1c !important;
  box-shadow: -5px 10px 40px #1c1c1c !important;
}
/* footer end*/

.article-intro, .article-content {
  padding: 20px 20px 20px 20px;
}

.items-row .item .article-title a, .item-page .article-title a {color: #067fc2;}

.article-aside {
	letter-spacing: 1px;
	line-height: 20px;
	bottom: 0;
	left: 0;
	background: #fff;
	width: 100%;
	position: absolute;
}

.logo-image a {
    background-image: url('../../../images/themes/green/logo.png');
    background-repeat: no-repeat;
    width: 231px;
    height: 110px;
	margin-top: -25px;
}
.contact h2, .contact h3 {
	text-transform: none;
	padding: 0;
	margin: 10px 0;
	color: #6D6969;
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 0px solid #d6d3cf;
	background: #fff;
}
.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
    border:none ;
    background: #114575;
}
.accordion-group {
    margin-bottom: 2px;
    border: 0px solid #E5E5E5;
    border-radius: 4px;
}
.category-view .row .category .spacer h2 a {
    font-size: 1.6em;
    display: block;
    text-align: center;
}
/*  */

.t3-spotlight .our-services {
  text-align: center;
}
.t3-spotlight .our-services h3 {color: #333;}
.t3-spotlight .our-services span.circle {
 	 background-color: #114575;
 	border-radius: 1px; 
  	-moz-border-radius: 1px;
  	-webkit-border-radius: 1px;
 	 -o-border-radius: 1px;*
  	display: inline-block;
  	font-size: 35px;
  	height: 60px;
  	line-height: 60px;
 	 max-width: 100%;
 	 position: relative;
 	 text-align: center;
 	 vertical-align: middle;
 	 width: 390px;
 	 -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    -ms-transition: all 600ms linear;
    transition: all 600ms linear;
    border: 1px solid #EEE;
    text-indent: 5px;
	color: #fff;
}
.t3-spotlight .our-services span.circle:hover {
  	background-color: #fff;
 	 color: #fff;
}
.t3-spotlight .our-services:hover span.circle {
  	background-color: #fff;
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-box-shadow: 0px 0px 9px 5px #e3dfd9;
-webkit-box-shadow: 0px 0px 9px 5px #e3dfd9;
box-shadow: 0px 0px 9px 5px #e3dfd9;
  -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
	color:#114575;
}
.features .feature-box-icon {
    float: left;
    background-color: #114575;
    border-radius: 999px 999px 999px 999px;
    -moz-border-radius: 999px 999px 999px 999px;
    -webkit-border-radius: 999px 999px 999px 999px;
    -o-border-radius: 999px 999px 999px 999px;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    word-spacing: 1px;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    margin: 0 10px 10px 15px;
}

/*  

.t3-spotlight .our-services span.circle {
    background-color: #EEE;
    border-radius: 999px;
    color: #114575;
    display: inline-block;
    font-size: 40px;
    height: 90px;
    line-height: 90px;
    max-width: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 90px;
  -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    -ms-transition: all 600ms linear;
    transition: all 600ms linear;
    border: 1px solid #EEE;
    text-indent: 5px;
}


.t3-spotlight .our-services span.circle:hover { 
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -moz-box-shadow: 0px 0px 2px 6px #e3dfd9;
-webkit-box-shadow: 0px 0px 2px 6px #e3dfd9;
box-shadow: 0px 0px 2px 6px #e3dfd9;
  -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    -ms-transition: all 600ms linear;
    transition: all 600ms linear;
	color:#114575;
}*/
.login {
    margin: 0px !important;
    top: 10px;
    position: initial;
    right: 0px;
    z-index: 9999;
    width: -moz-available;
}
.vm-product-descr-container-1 {
    height: 3.6em;
    margin-bottom: 0px;
}
div.vm-details-button {
    text-align: center;
    margin-bottom: 20px;
}
.category-view .row .category .spacer, .featured-view .spacer, .latest-view .spacer, .topten-view .spacer, .recent-view .spacer, .related-products-view .spacer, .browse-view .row .product .spacer {
    padding: 0.9em;
}
p.product_s_desc {
    height: 3.4em;
    margin: 0;
    padding: 15px 0;
}

.VmArrowdown {
    background: url("../images/vmgeneral/arrow_down.png") no-repeat scroll right top transparent;
    cursor: pointer;
    float: right;
    width: 16px;
    height: 16px;
    padding: 0px 12px;
    margin-right: 28%;
}
.t3-header.affix {
  /*  position: fixed;*/
	position: static;
    top: -67px;
}
/* bt product slider */
.defaultLayout .bt-inner {
    margin-left: 10px;
    position: relative;
    margin-bottom: 40px;
}
.defaultLayout .bt-inner img {
    outline: 1px solid #f3f3f3;
}
/* bt product slider */

.t3-header {
	margin-bottom: -50px;

}
.t3-footer .t3-spotlight {
   /* background: url(/templates/rmr/images/bg-footer.png);*/
    padding-left: 10px;
    padding-bottom: 20px;
    color: #d7d7d7;
  background:#0b1c37 !important;
  border-top: 10px solid #718799;
}
.t3-megamenu .mega-inner {
    padding: 5px;
}
.t3-mainnav .navbar-inner {
    border-bottom: thin solid #85aada;
}

.t3-megamenu .mega-nav .mega-group > .mega-group-title, .t3-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title, .t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
    color: #fff;
    margin: 0;
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #eee;
    background: #0f4480;
}
.t3-megamenu .mega-nav .mega-group > .mega-group-title, .t3-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title{
  width: 290px !important; 
}
.dropdown-menu li > a {
    clear: both;
    color: #203b56;
    display: block;
}
.t3-megamenu .mega-nav .mega-group > .mega-group-title:hover,
.t3-megamenu .mega-nav .mega-group > .mega-group-title:active,
.t3-megamenu .mega-nav .mega-group > .mega-group-title:focus,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:hover,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:active,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:focus,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:hover,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:active,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:focus {
  background: #0f4480;
  color: #fff;
}
.t3-megamenu.animate.slide .mega > .mega-dropdown-menu > div {
    padding: 30px;
}
.t3-footer small {
    display: block;
    font-size: 120%;
    color: #919db0;
}
.fa, .far, .fas {
    padding: 0px;
}

#t3-header .container .row {
  display: flex !important;
  flex-direction: row !important;
}

#t3-header .logo {
  margin: 20px 0 0 0 !important;
  width: 170px !important;
}

#t3-header .header-top{
	width: auto !important;
	flex: 1 !important;
}

.VMmenu li {padding: 2px 0px 2px 9px !important;}

.blog .item-image img {
  height: 360px;
}