﻿
/*************************
*******Typography******
**************************/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Abel);

body {
  font-family: 'FontAwesome', sans-serif;
  position: relative;
  font-weight:400px;
}

ul li {
  list-style: none;
}

a:hover {
outline: none;
text-decoration:none;
}

a:focus {
  outline:none;
  outline-offset: 0;
}

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}
/* selection */

::selection {
	background:#0eaf5f; 
	color:#fff;
}

::-moz-selection {
	background:#0eaf5f; 
	color:#fff;
}

::-webkit-selection {
	background:#0eaf5f; 
	color:#fff;
}

.btn:hover, 
.btn:focus{
  outline: none;
  box-shadow: none;
}

.navbar-toggle {
  background-color: #000;
}

a#scrollUp {
  bottom: 0px;
  right: 10px;
  padding: 5px 10px;
  background: #FE980F;
  color: #FFF;
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}

a#scrollUp i{
  font-size: 30px;
}


/*************************
*******Header CSS******
**************************/

.header_top {
  background: repeat 0 0 #F0F0E9;
  border-bottom: 1px solid #ddd;
padding: 7px 0;
width: 100%;
}

.contactinfo ul li:first-child{
    margin-left: -15px;
}

.contactinfo ul li a{
  color: #fff;
}

.social-icons ul li a {
  border: 0 none;
  border-radius: 0;
  color: #696763;
  padding:0px;
}


.social-icons ul li{
	display:inline-block;
}

.social-icons ul li a i {
  padding: 11px 15px;
   transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.social-icons ul li a i:hover{
  color: #fff;
   transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}


.fa-facebook:hover {
  background: #0083C9;
}

.fa-twitter:hover  {
	background:#5BBCEC;
}

.fa-linkedin:hover  {
	background:#FF4518;
}

.fa-dribbble:hover  {
	background:#90C9DC;
}

.fa-google-plus:hover  {
	background:#CE3C2D;
}

.header-middle {
  border-bottom: 1px solid #ddd;
}
.header-middle .logo a {
border: 0;
margin-right: 10px;
}
.header-middle .company-name {
font-family: Roboto,sans-serif;
font-size: 22px;
font-weight: 400;
color: #505050;
margin-top: 10px;
line-height:19px;
}
.header-middle .company-desc {
font-family: 'Open Sans',sans-serif;
font-size: 17px;
font-weight: 250;
color: #777;
line-height:16px;
}
.header-middle .container .row {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 3px;
  padding-top: 3px;
}

.header-middle .container .row .col-sm-4{
  padding-left: 0;
}

.header-middle .container .row .col-sm-8 {
	padding-right:0;
}

.usa {
  border-radius: 0;
  color: #B4B1AB;
  font-size: 12px;
  margin-right: 20px;
  padding: 2px 15px;
  margin-top: 10px;
}

.usa:hover {
	background:#FE980F;
	color:#fff;
	border-color:#FE980F;
}

.usa:active, .usa.active {
  background: none repeat scroll 0 0 #FE980F;
  box-shadow: inherit;
  outline: 0 none;
}

.btn-group.open .dropdown-toggle {
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
}

.dropdown-menu  li  a:hover, .dropdown-menu  li  a:focus {
  background-color: #FE980F;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}


.shop-menu ul li {
	display:inline-block;
  padding-left: 7px;
  padding-right: 7px;
}

.shop-menu ul li:last-child {
  padding-right: 0;
}


.shop-menu ul li a {
  background: #FFFFFF;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding:0;
  padding-right: 0;
  margin-top: 15px;
}


.shop-menu ul li a i{
	margin-right:7px;
background: url(../images/icons-mnu-top.gif) no-repeat;
width: 12px;
height: 12px;
}


.shop-menu ul li a:hover {
	color:#1b80c9;
	background:#fff;
text-decoration: underline;
}
.btn {
margin-right: 7px;
display: inline-block;
zoom: 1;
height: 35px;
padding: 0 14px;
margin: 0;
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12);
-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12);
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12);
border: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font: 600 15px/35px 'Open Sans';
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.37);
text-decoration: none;
text-align: left;
outline: none;
cursor: pointer;
}
.btn1 {
background-color: #1b80c9;
background-image: -moz-linear-gradient(top, #1e8ad8 0, #1b80c9 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1e8ad8), to(#1b80c9));
background-image: -webkit-linear-gradient(top, #1e8ad8, #1b80c9);
background-image: -o-linear-gradient(top, #1e8ad8, #1b80c9);
background-image: linear-gradient(to bottom, #1e8ad8 0, #1b80c9 100%);
background-repeat: repeat-x;
}
.btn1:hover {
color: #fff;
background-color: #1e8ad8;
background-image: -moz-linear-gradient(top, #1f92e5 0, #1e8ad8 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1f92e5), to(#1e8ad8));
background-image: -webkit-linear-gradient(top, #1f92e5, #1e8ad8);
background-image: -o-linear-gradient(top, #1f92e5, #1e8ad8);
background-image: linear-gradient(to bottom, #1f92e5 0, #1e8ad8 100%);
background-repeat: repeat-x;
}
.btn1:active {
color: #fff;
background-color: #1874b7;
background-image: -moz-linear-gradient(top, #1874b7 0, #1b80c9 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1874b7), to(#1b80c9));
background-image: -webkit-linear-gradient(top, #1874b7, #1b80c9);
background-image: -o-linear-gradient(top, #1874b7, #1b80c9);
background-image: linear-gradient(to bottom, #1874b7 0, #1b80c9 100%);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.4);
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.4);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.4);
}
.btn2 {
background-color: #0eaf5f;
background-image: -moz-linear-gradient(top, #10c068 0, #0eaf5f 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#10c068), to(#0eaf5f));
background-image: -webkit-linear-gradient(top, #10c068, #0eaf5f);
background-image: -o-linear-gradient(top, #10c068, #0eaf5f);
background-image: linear-gradient(to bottom, #10c068 0, #0eaf5f 100%);
background-repeat: repeat-x;
}
.btn2:hover {
color: #fff;
background-color: #10c068;
background-image: -moz-linear-gradient(top, #11cd70 0, #10c068 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#11cd70), to(#10c068));
background-image: -webkit-linear-gradient(top, #11cd70, #10c068);
background-image: -o-linear-gradient(top, #11cd70, #10c068);
background-image: linear-gradient(to bottom, #11cd70 0, #10c068 100%);
background-repeat: repeat-x;
}
.btn2:active {
color: #fff;
background-color: #0c9f56;
background-image: -moz-linear-gradient(top, #0c9f56 0, #0eaf5f 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0c9f56), to(#0eaf5f));
background-image: -webkit-linear-gradient(top, #0c9f56, #0eaf5f);
background-image: -o-linear-gradient(top, #0c9f56, #0eaf5f);
background-image: linear-gradient(to bottom, #0c9f56 0, #0eaf5f 100%);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.4);
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.4);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.4);
}
.btn3 {
background-color: #d83a32;
background-image: -moz-linear-gradient(top, #e93f37 0, #d83a32 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e93f37), to(#d83a32));
background-image: -webkit-linear-gradient(top, #e93f37, #d83a32);
background-image: -o-linear-gradient(top, #e93f37, #d83a32);
background-image: linear-gradient(to bottom, #e93f37 0, #d83a32 100%);
background-repeat: repeat-x;
}
.btn3:hover {
color: #fff;
background-color: #e93f37;
background-image: -moz-linear-gradient(top, #f9453c 0, #e93f37 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9453c), to(#e93f37));
background-image: -webkit-linear-gradient(top, #f9453c, #e93f37);
background-image: -o-linear-gradient(top, #f9453c, #e93f37);
background-image: linear-gradient(to bottom, #f9453c 0, #e93f37 100%);
background-repeat: repeat-x;
}
.btn3:active {
color: #fff;
background-color: #c7352e;
background-image: -moz-linear-gradient(top, #c7352e 0, #d83a32 100%);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c7352e), to(#d83a32));
background-image: -webkit-linear-gradient(top, #c7352e, #d83a32);
background-image: -o-linear-gradient(top, #c7352e, #d83a32);
background-image: linear-gradient(to bottom, #c7352e 0, #d83a32 100%);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.4);
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.4);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.4);
}

.header-bottom {
margin-bottom: 5px;
margin-top: 8px;
border-bottom: 1px #ddd solid;
}
.company-phone p {
line-height: 18px;
}
.company-phone {
font: normal 18px 'Open Sans';
color: #111111;
padding-left: 25px;
background: url('../images/phone-ico.png') 0 3px no-repeat;
}
.company-phone span {
font: normal 13px 'Open Sans';
color: #666;
}
.company-phone a {
font: normal 13px 'Open Sans';
color: #0eaf5f;
}
.company-mail p {
line-height: 15px;
}
.company-mail {
font: normal 18px 'Open Sans';
color: #111111;
padding-left: 25px;
background: url('../images/mail-ico.png') 0 5px no-repeat;
}
.company-mail span {
font: normal 14px 'Open Sans';
color: #666;
}
.company-mail a {
font: normal 13px 'Open Sans';
color: #0eaf5f;
}

.left-side-links {
list-style: none;
line-height: 0;
font-size: 0;
padding: 0;
margin: 0;
padding: 0 15px 30px;
}
.left-side-links li {
padding: 3px 0;
}
.left-side-links li a {
font: 400 17px 'Open Sans',sans-serif;
color: #1e8ad8;
text-decoration: none;
}

.navbar-collapse.collapse{
  padding-left: 0;
}

.mainmenu ul li{
  padding-right: 15px;
  padding-left: 15px;
border-bottom: 2px solid #ccc;}
.mainmenu ul .active {border-bottom: 2px solid #bbb;}

.mainmenu ul li:first-child{
  padding-left: 0px;
}

.mainmenu ul li a {
	color: #696763;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	padding: 0;
	padding-bottom: 10px;
}

.mainmenu ul li a:hover, .mainmenu ul li a.active,  .shop-menu ul li a.active{
	background:none;
	color:#0eaf5f;
}

.search_box input {
  background: #F0F0E9;
  border: medium none;
  color: #B2B2B2;
  font-family: 'roboto';
  font-size: 12px;
  font-weight: 300;
  height: 35px;
  outline: medium none;
  padding-left: 10px;
  width: 155px;
  background-image: url(../images/home/searchicon.png);
  background-repeat: no-repeat;
  background-position: 130px;
}


/*  Dropdown menu*/

.navbar-header 
.navbar-toggle .icon-bar {
    background-color: #fff;
}


.nav.navbar-nav > li:hover > ul.sub-menu{
  display: block;
  -webkit-animation: fadeInUp 400ms;
  -moz-animation: fadeInUp 400ms;
  -ms-animation: fadeInUp 400ms;
  -o-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
}

ul.sub-menu {
	position: absolute;
	top: 30px;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	list-style: none;
	padding: 0;
	margin: 0;
	width: 220px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 999;
}

.dropdown ul.sub-menu li .active{
  color: #FDB45E;
  padding-left: 0;
}


.navbar-nav li ul.sub-menu li{
  padding: 10px 20px 0 ;
}

.navbar-nav li ul.sub-menu li:last-child{
  padding-bottom: 20px;
}

.navbar-nav li ul.sub-menu li a{
  color: #fff;
}

.navbar-nav li ul.sub-menu li a:hover{
    color: #FDB45E;
}

.fa-angle-down{
  padding-left: 5px; 
}
.fa-angle-up{
  padding-left: 5px; 
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
  
/*************************
*******Footer CSS******
**************************/

#footer {
  background: #F0F0E9;
}


.footer-top .container {
  border-bottom: 1px solid #E0E0DA;
  padding-bottom: 20px;
}

.companyinfo {
  margin-top: 20px;
}

.companyinfo span{
  color: #B4B1AB;
  font-family: abel;
  font-size: 20px;
  text-transform: uppercase;
}

.companyinfo span{
  color:#1b80c9;
}

.companyinfo p {
  color: #B3B3AD;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.block-list {
list-style: none;
line-height: 0;
font-size: 0;
padding: 0;
margin: 0;
padding: 20px 0 0;
overflow: hidden;
}
.block-list li {
float: left;
min-width: 90px;
padding: 0 0 0 20px;
font-size: 11px;
line-height: 19px;
color: #838383;
}
.foot-address {
font-size: 12px;
line-height: 19px;
color: #555555;
padding: 20px 0 0;
}

.footer-top .col-sm-3{
  overflow: hidden;
}

.video-gallery {
  margin-top: 57px;
  position: inherit;
}

.video-gallery a img {
  height: 100%;
  width: 100%;
}

.iframe-img {
  position: relative;
  display: block;
  height: 61px;
  margin-bottom: 10px;
  border: 2px solid #CCCCC6;
  border-radius: 3px;
}

.overlay-icon {
  position: absolute;
  top: 0;
  width: 100%;
  height: 61px;
  background: #FE980F;
  border-radius: 3px;
  color: #FFF;
  font-size: 20px;
  line-height: 0;
  display: block;
  opacity: 0;
   -webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.overlay-icon i {
  position: relative;
  top: 50%;
  margin-top: -20px;
}

.video-gallery a:hover .overlay-icon{
  opacity: 1;
}

.video-gallery p {
  color: #8C8C88;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-bottom:0px;
}

.video-gallery  h2 {
  color: #8c8c88;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform:uppercase;
  margin-top:0px;
}


.address {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.address  img {
	width:100%;
}

.address p {
  color: #666663;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  left: 25px;
  position: absolute;
  top: 50px;
}

.footer-widget {
  margin-bottom: 5px;
}

.footer-widget .container {
  border-top: 1px solid #FFFFFF;
  padding-top: 15px;
}

.single-widget h2 {
  color: #666663;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.single-widget h2 i{
	margin-right:15px;
}

.single-widget ul li a{
	color: #8C8C88;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 0;
}

.single-widget ul li a i {
  margin-right: 18px;
}

.single-widget ul li a:hover{
	background:none;
	color:#FE980F;
}


.searchform input {
  border: 1px solid #DDDDDD;
  color: #CCCCC6;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin-top: 0;
  outline: medium none;
  padding: 7px;
  width: 212px;
}


.searchform button {
  background: #FE980F;
  border: medium none;
  border-radius: 0;
  margin-left: -5px;
  margin-top: -3px;
  padding: 7px 17px;
}

.searchform button i {
  color: #FFFFFF;
  font-size: 20px;
}

.searchform  button:hover, 
.searchform  button:focus{
	background-color:#FE980F;
}

.searchform p {
  color: #8C8C88;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-top: 25px;
}

.footer-bottom {
  background: #D6D6D0;
  padding: 10px 0;
}

.footer-bottom p {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-left: 15px;
}

.footer-bottom p span a {
  color: #0eaf5f;
  font-style: italic;
  text-decoration: underline;
}


/*************************
******* Home ******
**************************/


#slider {
  padding-bottom: 45px;
}

.carousel-indicators li {
  background: #C4C4BE;
}

.carousel-indicators li.active {
	  background: #FE980F;
}

.item {
  padding-left: 100px;
}


.pricing {
  position: absolute;
  right: 40%;
  top: 52%;
}

.girl {
  margin-left: 0;
}

.item h1 {
  color: #B4B1AB;
  font-family: abel;
  font-size: 48px;
  margin-top: 115px;
}

.item h1 span {
	color:#FE980F;
}

.item h2 {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 22px;
  margin-top: 10px;
}

.item  p {
	color:#363432;
	font-size:16px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}

.get {
  background: #FE980F;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-top: 23px;
}


.item button:hover {
  background: #FE980F;
}

.control-carousel {
  position: absolute;
  top: 50%;
  font-size: 60px;
  color: #C2C2C1;
}

.control-carousel:hover{
  color: #FE980F ;
}

.right {
  right: 0;
}

.category-products {
  border: 1px solid #F7F7F0;
  margin-bottom: 35px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.brands_products {
position: relative;
margin-top: 30px;
}
.left-sidebar h2, .brands_products h2 {
color: #0eaf5f;
font-family: 'Roboto', sans-serif;
font-size: 17px;
font-weight: 600;
text-align: center;
text-transform: uppercase;
z-index: 3;
position: absolute;
width: 240px;
top: -28px;
left: 10px;
}

.left-sidebar h2:after, h2.title:after{
	content: " ";
	position: absolute;
	border: 1px solid #0eaf5f;
	bottom:8px;
	left: 0;
	width: 100%;
	height: 0;
	z-index: -2;
}

.left-sidebar h2:before{
	content: " ";
	position: absolute;
	background: #fff;
	bottom: -6px;
	width: 130px;
	height: 30px;
	z-index: -1;
	left: 50%;
	margin-left: -65px;
}

h2.title:before{
	content: " ";
	position: absolute;
	background: #fff;
	bottom: -6px;
	width: 220px;
	height: 30px;
	z-index: -1;
	left: 50%;
	margin-left: -110px;
}

.category-products .panel {
	background-color: #FFFFFF;
	border: 0px;
	border-radius: 0px;
	box-shadow:none;
	margin-bottom: 0px;
}

.category-products .panel-default .panel-heading {
  background-color: #FFFFFF;
  border: 0 none;
  color: #FFFFFF;
  padding: 5px 20px;
}

.category-products .panel-default .panel-heading .panel-title a {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
}

.category-products .badge {
  background:none;
  border-radius: 10px;
  color: #696763;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.panel-body ul{
  padding-left: 20px;
}


.panel-body ul li a {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.left-menu{position:relative;margin:0 0 3px;background:#ffffff;border:1px solid #dcdcdc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 4px 2px -4px rgba(0,0,0,0.19);-moz-box-shadow:0 4px 2px -4px rgba(0,0,0,0.19);box-shadow:0 4px 2px -4px rgba(0,0,0,0.19)}.left-menu .cat-max-price{font:700 14px/21px 'Open Sans',sans-serif;color:#484848;display:inline-block;float:right}.left-menu .left-menu-title{position:absolute;top:-11px;left:17px;height:21px;background:url(../left-menu-title.png) 0 0;text-indent:-9999px;overflow:hidden}.left-menu .left-menu-title.lmt1{width:115px}.left-menu .left-menu-title.lmt2{width:68px;background-position:0 -22px}.left-menu .left-menu-title.lmt3{width:144px;background-position:0 -44px}.left-menu .left-menu-title.lmt4{width:182px;background-position:0 -66px}.left-menu .left-menu-title.lmt5{width:51px;background-position:0 -88px}.left-menu .act_prc1{position:absolute;background:url(/d/738331/d/act__percent.png) no-repeat 100% 100%;width:25px;height:21px;display:block;padding:0;border:0;margin-left:-26px;margin-top:2px}.left-menu .act_prc2{position:absolute;background:url(/d/738331/d/act__percent2.png) no-repeat 100% 100%;width:25px;height:21px;display:block;padding:0;border:0;margin-left:-26px;margin-top:2px}.left-menu .act_prc3{position:absolute;background:url(/d/738331/d/act__percent3.png) no-repeat 100% 100%;width:25px;height:21px;display:block;padding:0;border:0;margin-left:-26px;margin-top:2px}.left-menu .act_prc4{position:absolute;background:#f94a52;width:31px;height:18px;display:block;padding:0;border:0;margin-left:-38px;margin-top:5px;color:#fff;text-align:center;font:normal 11px/18px Arial,sans-serif;padding:0 0 0 8px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.left-menu .act_prc4:after{content:'';display:block;width:0;height:0;position:absolute;top:0;right:-4px;border-left:4px solid #f94a52;border-top:9px solid transparent;border-bottom:9px solid transparent}.left-menu .act_prc4:hover,.left-menu .act_prc4:active{color:#fff;text-decoration:none}.left-menu .act_prc4:before{content:'';width:4px;height:1px;background:#fff;left:3px;top:50%;position:absolute}.left-menu ul{list-style:none;padding:5px 10px 5px;margin:0}.left-menu ul li a{display:block;padding:6px 4px 4px;border-bottom:2px solid #e8e9e9;color:#5a5a5a;text-decoration:none}.left-menu ul li a:hover{color:#5a5a5a;text-decoration:none}.left-menu ul li strong{font:400 16px 'Open Sans',sans-serif}.left-menu ul li strong.left-menu-price{float:right;font:600 13px 'Open Sans',sans-serif;color:#484848;text-decoration:none}.left-menu ul li strong.left-menu-price.promo-warn{color:#f94a52}.left-menu ul li ul{padding:0 0 10px}.left-menu ul li ul li a{padding:5px 4px;border:none;color:#1155cc}.left-menu ul li ul li a:hover{color:#1155cc;text-decoration:underline}.left-menu.type2 li a{padding:4px 8px;border:none;font-size:13px;color:#1155cc}.left-menu.type2 li a:hover{color:#1155cc;text-decoration:underline}.left-menu.type2 li a strong{font-family:inherit;font-size:15px}

.brands-name {
  padding-bottom: 10px;
  padding-top: 10px;
margin: 0 0 18px;
background: #ffffff;
border: 1px solid #dcdcdc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 4px 2px -4px rgba(0,0,0,0.19);
-moz-box-shadow: 0 4px 2px -4px rgba(0,0,0,0.19);
box-shadow: 0 4px 2px -4px rgba(0,0,0,0.19);
}


.brands-name .nav-stacked li a {
  background-color: #FFFFFF;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 5px 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.brands-name .nav-stacked li a:hover{
  background-color: #fff;
  color: #696763;
}

.shipping {
  background-color: #F2F2F2;
  margin-top: 40px;
  overflow: hidden;
  padding-top: 20px;
  position: relative;
}


.price-range{
  margin-top:30px;
}

.well {
  background-color: #FFFFFF;
  border: 1px solid #F7F7F0;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 35px;
}


.tooltip-inner {
  background-color: #FE980F;
  border-radius: 4px;
  color: #FFFFFF;
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #FE980F;
  border-width: 5px 5px 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}


.padding-right {
  padding-right: 0;
}

.features_items{
	overflow:hidden;
margin-bottom: 15px;
}


h2.title {
  color: #FE980F;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 15px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
}

.nav-tabs  li.active  a, .nav-tabs  li.active  a:hover, .nav-tabs  li.active  a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #FE980F;
  border:0px;
  color: #FFFFFF;
  cursor: default;
  margin-right:0;
  margin-left:0;
}

.nav-tabs  li  a {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px 4px 0 0;
  line-height: 1.42857;
  margin-right:0;
}

/*************************
******* Plans ********
**************************/

.plans {
  width: 850px;
  overflow: hidden;
}

.plan {
float: left;
width: 205px;
margin: 10px 2px;
padding: 5px;
text-align: center;
background: white;
background-clip: padding-box;
border: 1px solid #ccc;
border-color: rgba(black, .1);
border-radius: 3px;
}

.plan-title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 22px;
  color: #333;
}

.plan-price {
  margin-bottom: 5px;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  color: #0eaf5f;
}

.plan-unit {
  display: block;
  margin-top: 0;
  font-size: 15px;
  font-weight: normal;
  color: #777;
}

.plan-features {
  width: 190px;
  margin: 10px auto 0;
  padding: 10px 0 10px;
  border-top: 1px solid #e5ded6;
  text-align: left;
}

.plan-feature {
  line-height: 18px;
  font-size: 17px;
  font-weight: 500;
  color: #333;
padding-bottom: 5px;
}
.plan-feature .plan-feature { margin-top: 5px; }

.plan-feature-unit {
  margin-left: 2px;
  font-size: 16px;
}

.plan-feature-name {
  font-size: 15px;
  font-weight: normal;
  color: #777;
}

.plan-button {
  position: relative;
  display: block;
  line-height: 33px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px rgba(black, .1);
  background: #1e8ad8;
  border-bottom: 2px solid #1b80c9;
  border-color: rgba(black, .15);
  border-radius: 3px;
}
.plan-button:active {
    top: 2px;
    margin-bottom: 2px;
    border-bottom: 0;
  }

.plan-highlight {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  width: 200px;
  border: 2px solid #ccc;
}
.plan-highlight .plan-button {
    font-size: 18px;
    line-height: 33px;
    background: #10c068;
    border-color: #0eaf5f;
    border-color: rgba(black, .15);
  }
.plan-highlight:hover {border: 2px solid #10c068;}
.plan-highlight:hover .plan-recommended {background: #10c068;}

.plan-recommended {
  width: 160px;
  margin: -5px auto 15px;
  padding-bottom: 2px;
  line-height: 22px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-shadow: 0 1px rgba(black, .05);
  background: #ccc;
  border-radius: 0 0 3px 3px;
}