body {
    margin: 0px;
    padding: 0px;
    font-family: 'Calibri';
    letter-spacing: 0.4px;
    overflow-x: hidden;
    background: #f6f8f7;
}

.container {
    max-width: 1000px;
    padding: 0px;
}

a:link {
    text-decoration: none;
}
/* Padding Margin */

.p0 {
    padding: 0px !important;
}
.p1 {
    padding-left: 20% !important;
}

.p5 {
    padding: 5px !important;
}

.p10 {
    padding: 10px !important;
}

.p15 {
    padding: 15px !important;
}

.p20 {
    padding: 20px !important;
}

.p25 {
    padding: 25px !important;
}

.p30 {
    padding: 30px !important;
}

.p35 {
    padding: 35px !important;
}

.p40 {
    padding: 40px !important;
}

.p45 {
    padding: 45px !important;
}

.p50 {
    padding: 50px !important;
}

.ptb {
	padding: 25px 0 !important; 
} 

.m5tn {
    margin-top: -5px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.m0 {
    margin: 0px !important;
}

.m5 {
    margin: 5px !important;
}

.m10 {
    margin: 10px !important;
}

.m15 {
    margin: 15px !important;
}

.m20 {
    margin: 20px !important;
}

.m25 {
    margin: 25px !important;
}

.m30 {
    margin: 30px !important;
}

.m35 {
    margin: 35px !important;
}

.m40 {
    margin: 40px !important;
}

.m45 {
    margin: 45px !important;
}

.m50 {
    margin: 50px !important;
}

.mt30 {
	margin-top: 30px !important;
}

/* Spacer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.spacer-5,
.spacer-10,
.spacer-20,
.spacer-30,
.spacer-40,
.spacer-50,
.spacer-60,
.spacer-70,
.spacer-80,
.spacer-90,
.spacer-100 {
    display: block;
    clear: both;
    overflow: hidden;
}

.spacer-5 {
    height: 5px
}

.spacer-10 {
    height: 10px
}

.spacer-20 {
    height: 20px
}

.spacer-30 {
    height: 30px
}

.spacer-40 {
    height: 40px
}

.spacer-50 {
    height: 50px
}

.spacer-60 {
    height: 60px
}

.spacer-70 {
    height: 70px
}

.spacer-80 {
    height: 80px
}

.spacer-90 {
    height: 90px
}

.spacer-100 {
    height: 100px
}
/* Text Align */

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}
/* Position Relative */

.pr {
    position: relative;
}
/* Clear */

.clr {
    clear: both;
}

.top-panel {
    background-image: -webkit-linear-gradient( 90deg, rgb(208, 185, 6) 0%, rgb(255, 224, 0) 100%);
    box-shadow: 1.5px 2.598px 0px 0px rgb(255, 207, 0);
    height: 57px;
    border-bottom: 3px solid #9e8b03;
}

.top-panel .top-panel-cntctus {
    float: left;
    font-size: 16px;
    color: #FFF;
    padding-top: 18px;
    width: 12%;
    font-weight: bold;
}

.top-panel .c-name {
    float: left;
    width: 16%;
    margin-left: 2%;
}

.top-panel .c-email {
    float: left;
    width: 19%;
    margin-left: 2%;
}

.top-panel .c-method {
    float: left;
    width: 18%;
    margin-left: 2%
}

.top-panel .top-panel-form {
    position: relative;
}

.top-panel .top-panel-form input {
    border-radius: 5px;
    border: none;
    background: #1b8933;
    color: #FFF;
    padding: 10px;
    font-size: 13px;
    margin-top: 13.5px;
    width: 100%;
    height: 30px;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(2, 133, 37, 1);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(2, 133, 37, 1);
    box-shadow: inset 0px 0px 5px 0px rgba(2, 133, 37, 1);
}

::-webkit-input-placeholder {
    color: white;
}

:-moz-placeholder {
    /* Firefox 18- */
    
    color: white;
}

::-moz-placeholder {
    /* Firefox 19+ */
    
    color: white;
}

:-ms-input-placeholder {
    color: white;
}

.top-panel .top-panel-form .top-panel-form-icon-name {
    position: absolute;
    top: 21px;
    right: 10px;
    font-size: 20px;
    color: #0e5a1e;
}

.top-panel .top-panel-form .top-panel-form-icon-email {
    position: absolute;
    top: 23px;
    right: 10px;
    font-size: 20px;
    color: #0e5a1e;
}
/** Select box CSS **/

.styled-select {
    background: url(../img/arrow.png) no-repeat right top;
    overflow: hidden;
    height: 30px;
    width: 100%;
    margin-top: 13.5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(2, 133, 37, 1);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(2, 133, 37, 1);
    box-shadow: inset 0px 0px 5px 0px rgba(2, 133, 37, 1);
}

.styled-select select {
    background: transparent;
    border: none;
    font-size: 13px;
    padding: 0 7px;
    width: 100%;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	appearance:none;
	line-height: 30px;
}

.styled-select select option {
    color: #FFF;
    background: #1b8933;
}

.selectbox-color {
    background-color: #1b8933;
}

.selectbox-color select {
    color: #fff;
}
/* Leave Application */

.leave-app-div {
    float: right;
    background: url(../img/leave-application.jpg) 0px -3px;
    padding: 0 3%;
    height: 57px;
    margin-left: 0;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #00ca3b;
    border-right: 1px solid #00ca3b;
}

.leave-app-div:hover {
    background: #1b8933;
    border-color: transparent;
}

.logo {
    margin-top: 85px;
	width:80%;
}

.logo-text {
    font-size: 15px;
    color: #555555;
    margin-top: 10px;
}
/* Shopping Card */

.shopping-card {
    padding-top: 63px;
    text-align: right;
}

.shopping-card-text {
    font-size: 20px;
    font-weight: bold;
    color: #34588e;
}

.shopping-card-text img {
    margin-top: -4px;
}

.shopping-card-content {
    text-align: right;
    font-size: 15px;
    padding-top: 3px;
    color: #343434;
    font-weight: lighter;
}

.phone {
    margin-top: 48px;
    font-weight: bold;
    font-size: 27px;
    color: #b86b00;
    text-align: right;
}

.phone p {
    margin-bottom: 0;
    display: block;
}

.header-contact-mail {
    text-align: right;
    font-size: 16px;
    color: #385481;
    margin-top: 12px;
}

.header-contact-mail i {
    margin-right: 2px;
}
/* #################################################
## SITE MENU
##################################################*/

.menu {
    background: url(../img/menu-bg.jpg) repeat-x;
    height: 68px;
    border-radius: 5px;
    position: absolute;
    bottom: -30px;
    z-index: 999999;
}

.menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.menu ul li {
    float: left;
    padding: 22px;
    padding-left: 41px;
    padding-right: 41px;
    height: 68px;
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
    border-right: 1px #0d4b7c solid;
    position: relative;
}

.menu ul > li:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.menu ul > li:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.menu ul > li:hover {
    background: url(../img/menu-bg-hover.png) repeat-x;
}

.menu ul > li:hover ul li {
    background: none !important;
    border: none;
}

.menu ul > li a {
    color: #FFF;
    text-decoration: none;
}

.menu ul > li.search {
    padding: 20px;
    padding-left: 23px;
    border-right: none;
    cursor: pointer;
}

.menu ul > li.search.active {
    background: url(../img/menu-bg-hover.png) repeat-x;
}

.menu ul > li.search-input {
    padding: 0px;
    margin: 0px;
    width: calc(100% - 68px);
    position: absolute;
    top: 0px;
    background: url(../img/menu-bg.jpg) repeat-x !important;
    display: none;
    border-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 67px;
}

.search-input input {
    width: calc(100% - 65px);
    margin-top: 13px;
    margin-left: 50px;
    height: 40px;
    line-height: 40px;
    background: url(../img/search-area-bg.jpg) repeat-x;
    border: none;
    color: #FFF;
    padding-left: 10px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: normal;
}

.search-arrow {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    padding-top: 19px;
    padding-left: 2px;
    height: 64px;
    width: 30px;
    border-right: 1px #2e4d7d solid;
}
/* ########## SUB MENU LINKS ############## */

.menu ul > li > ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 68px;
    left: 10px;
    width: 987px;
}

.menu ul > li:hover > ul {
    display: block;
    background: #17548b;
    padding: 0px;
    margin: 0px;
}

.menu ul > li > ul > li {
    background: #17548b;
    padding: 0px;
    margin: 0px;
    height: auto !important;
}

.menu .sub-menu-title {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 4px;
}

.sub-menu-links {
    background: url(../img/menu-dot.png) 20px 11px no-repeat;
}

.sub-menu-links a {
    color: #bed8ff !important;
    font-size: 14px;
    font-weight: normal;
    margin-left: 35px;
}

.sub-menu-links a:hover {
    color: #FFF !important;
}

.sub-menu-links:last-child {
    margin-bottom: 18px;
}

.bor-m-r-1 {
    border-right: 1px #0d4b7c solid !important;
}
/* #################################################
## FLEXSLIDER CODE
##################################################*/

.flexslider {
    border: none;
    z-index: 1;
    height: 500px;
    overflow: hidden;
}
.flex-direction-nav a:before {
  font-size: 60px;
  display: inline-block;
  content: "";
  color: #fff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  
}
.flex-direction-nav li.flex-nav-prev a.flex-prev:before {font-family: FontAwesome; content: ""; content: "\f104";}
.flex-direction-nav li.flex-nav-next a.flex-next:before {font-family: FontAwesome; content: ""; content: "\f105";}

.bann_cont {
    position: absolute;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    top: 35%;
    transform: translateY(-50%);
    z-index: 111111;
    left: 175px;
}

.bann_cont h1.bann-txt {
	font-size: 46px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.087;
  margin-top:0;
}
.bann_cont p.sub_txt {
	font-size: 15px;
  color: #fff;
  line-height: 1.467;
  margin-top:25px;
 } 
.flexslider .slides > li {
    height: 580px;
}

.flexslider ul.slides > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

/* #################################################
## OUR ADVANTAGES
##################################################*/

.our-advantages {
    background: #FFF;
    border-bottom: 4px solid #e1e1e0;
    border-left: 1px solid #e1e1e0;
    border-right: 1px solid #e1e1e0;
    height: 195px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 999;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.our-advantages:after {
    content: "";
    clear: both;
    display: block;
}

.oa-item {
    text-align: center;
    margin-top: 20px;
    padding-top: 10px;
    width: 20%;
    float: left;
    border-right: solid 1px #dfdfdf;
}

.oa-item:last-child {
    border: none;
}

.oa-item img {
    height: 64px;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.oa-item:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.oa-item p {
    font-size: 14px;
    color: #6f6f6f;
    padding: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.center-bg {
    background: url(../img/bg.png) repeat-x;
    background-size: 100% auto;
    margin-top: -60px;
}

.other-page-top-menu {
    bottom: -500px !important;
}

.save-space {
    margin-top: 150px;
    width: 100%;
}
/* Website Center Content Areas */

.center-bg .container aside {
    background: #FFF;
    padding: 0px;
    margin: 0px;
    border: 1px solid #e4e4e2;
    border-bottom: 3px solid #e4e4e2;
    border-radius: 10px;
}

.center-bg .container aside h2 {
    color: #333;
    font-weight: bold;
    font-size: 25px;
    margin-top: 40px;
    margin-left: 30px;
    letter-spacing: 0.4px;
}

.center-bg .container aside ul {
    padding: 0px;
    margin: 0px;
    margin-top: 23px;
    list-style-type: none;
}

.center-bg .container aside ul li {
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    list-style-type: none;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #e6cb03!important;
}

.center-bg .container aside ul li img {
    font-size: 0px;
    width: 18px;
    height: 1px;
    background-repeat: repeat-x;
    vertical-align: middle;
    margin-right: 15px;
}

.center-bg .container aside ul li ul {
    margin-top: 5px;
    margin-left: 50px;
}

.center-bg .container aside ul li ul li {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.4px;
    list-style-type: circle;
    text-transform: none;
    margin-top: 5px;
    padding: 0px;
}

.center-bg .container aside ul li ul li a {
    color: #777;
}

.center-bg .container aside ul li ul li a:hover {
    color: #333;
}

.center-bg .container aside ul li ul li:last-child {
    margin-bottom: 20px;
}
/* Other */

.content-area {
    background: #FFF;
    border: 1px solid #e0e0e0;
    border-bottom: 4px solid #e0e0e0;
    border-radius: 10px;
    float: left;
    margin: 0px;
    padding: 5px;
    margin-top: 30px;
    margin-left: 30px;
    width: calc(100% - 30px);
}

.content-area.sc {
    margin-left: 0px;
    width: 100%;
}

.filter-title {
    font-size: 18px;
    color: #375a8f;
    font-weight: bold;
    letter-spacing: 0.4px;
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 20px;
}

.border-r-1 {
    border-right: 1px solid #e5e5e5;
}

.responsive-table .content-area .bord {
  border-right: 1px solid #ccc;
  min-height: 150px;
  text-align:center;
}

.responsive-table .content-area .col-sm-3 {
    text-align: left;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.item-zoom {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.3s linear;
    background: #FFF;
}

.item-zoom:hover {
    border: 1px solid #e5e5e5;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.item-zoom .product-more {
    display: none;
}

.item-zoom:hover .product-more {
    display: block;
    color: #375a8f;
    background: #FFF;
    font-weight: normal;
    text-align: center;
    width: 120px;
    margin: 0 auto;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    height: 35px;
    line-height: 35px;
    margin-bottom: -35px;
    z-index: -999999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 22px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: inset 0px 0px 22px 0px rgba(50, 50, 50, 0.1);
    box-shadow: inset 0px 0px 22px 0px rgba(50, 50, 50, 0.1);
}

.item-zoom img {
    position: relative;
}

figure.hover {
    position: relative;
    width: 100%;
    height: 100%;
}

figure.hover:hover {}

figure.hover figcaption {
    display: none;
    background: rgba(255, 255, 255, 0.7);
}

figure.hover:hover figcaption {
    display: block;
    position: absolute;
    padding-top: 40%;
    padding-left: 50%;
    padding-right: 50%;
    padding-bottom: 25%;
    margin: -12px;
    top: 20px;
}

.filter-title-border-none {
    border: none;
}

.filter-area {
    content: '';
}

.filter-hr {
    height: 1px;
    width: 100%;
    background: #e4e4e4;
}
/* Checkbox */

label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.st-checkbox-div {
    margin-left: 27px;
    padding-bottom: 20px;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 22px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    font-weight: normal;
    letter-spacing: 0.4px;
    color: #4e4e4e;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 10px;
}

label.css-label:hover {
    color: #375a8f !important;
}

label.css-label.active {
    color: #375a8f !important;
    font-weight: bold !important;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -15px;
}

.lite-x-blue {
    background-image: url(../img/checkbox/ch1.png);
}
/* Slider Input */

.range-slider {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -10px;
    margin-bottom: 25px;
}
/* Filter Results */

.results {
    font-size: 16px;
    font-weight: lighter;
    color: #909290;
}

.results-data {
    font-size: 16px;
    font-weight: bold;
    color: #ab2626;
}
/* Button Pick Up Loader */

.button-load {
    background-image: -moz-linear-gradient( 90deg, rgb(160, 151, 45) 0%, rgb(189, 162, 32) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(208, 185, 6) 0%, rgb(255, 224, 0) 100%);
    width: 200px;
    text-align: center;
    color: #FFF;
    margin-top: 28px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    height: 49px;
    /*	line-height:49px;*/
    border: none;
    border-radius: 5px;
    box-shadow: 0px 3px 0px 0px rgb(136, 129, 12);
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.button-load:hover {
background: #dcd974; /* Old browsers */
background: -moz-linear-gradient(top,  #dcd974 0%, #a79207 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a79207), color-stop(100%,#a79207)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dcd974 0%,#a79207 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dcd974 0%,#a79207 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dcd974 0%,#a79207 100%); /* IE10+ */
background: linear-gradient(to bottom,  #dcd974 0%,#a79207 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b8933', endColorstr='#098930',GradientType=0 ); /* IE6-9 */

}
/* Content Title */

h3.content-title {
    font-size: 22px;
    font-weight: bold;
    color: #e9dd00;
    text-transform: uppercase;
    margin-top: 50px;
    padding: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
	text-align: center;
}

h5.product-title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.4px;
    margin-left: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #212020;
}

.product-home-image {
    width: 100%;
    margin-top: 25px;
}

.product-image {
    width: 100%;
}

.product-details-lighter {
    margin-left: 10px;
    font-size: 14px;
    font-weight: lighter;
    color: #535353;
    margin-bottom: 10px;
}

.product-details-normal {
    margin-left: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #535353;
    margin-bottom: 10px;
}

.content-title-description {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
	color: red;
}

.warning-text {
    color: #9b1b1b;
    font-size: 14px;
    font-weight: bold;
}

.product-rub {
    font-weight: normal;
    font-size: 16px;
    color: #be2b2b;
    text-align: center;
    margin-top: 20px;
}

.product-rub img:first-child {
    margin-right: 5px;
}

.product-rub img:last-child {
    margin-left: 5px;
}

.tac {
    margin: 20px;
    min-height: 54px;
}

.button-buy {
    background-image: -moz-linear-gradient( 90deg, rgb( 45, 160, 69) 0%, rgb( 32, 189, 64) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb( 45, 160, 69) 0%, rgb( 32, 189, 64) 100%);
    width: 150px;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 49px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 3px 0px 0px rgb( 33, 106, 14);
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.button-buy:hover, .button-shopping-card-buy:hover {
background: #1b8933; /* Old browsers */
background: -moz-linear-gradient(top,  #1b8933 0%, #098930 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b8933), color-stop(100%,#098930)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1b8933 0%,#098930 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1b8933 0%,#098930 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1b8933 0%,#098930 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1b8933 0%,#098930 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b8933', endColorstr='#098930',GradientType=0 ); /* IE6-9 */
}

.button-shopping-card-buy {
    background-image: -moz-linear-gradient( 90deg, rgb( 45, 160, 69) 0%, rgb( 32, 189, 64) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb( 45, 160, 69) 0%, rgb( 32, 189, 64) 100%);
    width: 220px;
    margin: 20px auto;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    height: 49px;
    line-height: 49px;
    border: none;
    border-radius: 5px;
    border-bottom: 3px solid #008933;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;	
}

.oc-bg {
    background: #FFF;
    margin-top: 550px;
}
.oc-bg1 {
    background: #FFF;
    margin-top: 50px;
}

.oc-text {
    font-size: 22px;
    color: #9d9c9c;
    font-weight: lighter;
    margin-top: 40px;
    margin-bottom: 40px;
}

.oc-text img {
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}

#oc-slider {
    position: relative;
}

#oc-slider .owl-controls {
    display: none !important;
}

#oc-pr .left, #prod_slid .left{
    position: absolute;
    left: 20px;
    top: 50%;
	transform:translateY(-50%);
    background: url(../img/oc-slider/left.png);
    width: 18px;
    height: 30px;
    z-index: 5;
    cursor: pointer;
}

#oc-pr .left:hover, #prod_slid .left:hover {
    background: url(../img/oc-slider/l-hover.png);
}

#oc-pr .right, #prod_slid .right {
    position: absolute;
    right: 20px;
    top: 50%;
	transform:translateY(-50%);
    background: url(../img/oc-slider/right.png);
    width: 18px;
    height: 30px;
    z-index: 5;
    cursor: pointer;
}

#oc-pr .right:hover, #prod_slid .right:hover {
    background: url(../img/oc-slider/r-hover.png);
}

.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    opacity: 1;
}

#prod_slid .left {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#prod_slid .right {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

footer {
    background: #bea704;
    margin-top: 90px;
    color: #FFF;
}

.container.foot_blw {
    padding: 30px 0;
}

.footer-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 20px;
}

ul.footer-list {
    margin: 0px;
    margin-left: 30px;
    margin-bottom: 40px;
    padding: 0px;
    list-style-type: circle;
}

ul.footer-list li {
    margin-bottom: 7px;
}

ul.footer-list li a {
    color: #bed8ff;
    font-size: 14px;
    letter-spacing: 0.4px;
}

ul.footer-list li a:hover {
    color: #FFF;
}

.footer-hr {
    height: 2px;
    width: 100%;
    background: #aa9504;
    border-bottom: 1px solid #aa9504;
}

.copy1 {
    color: #FFF;
    font-size: 15px;
    font-weight: normal;
}

.copy2 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.col-md-3.tar.responsive-footer {
  text-align: left;
}

.col-md-3.tar.responsive-footer a {
    font-size: 34px;
    line-height: 1;
    display: inline-block;
    color: #ffea02;
    margin-right: 15px;
}

.col-md-3.tar.responsive-footer a:hover {
    color: #fff;
}

.foot_add {
    padding: 0 15px;
}

.footer-phone {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.4px;
}

.shopping-card-box {
    /*position: absolute;
    top: 153px;
    z-index: 9999999;
    right: px;
    width: 190px;
    height: 30px;
    border: 1px rgba(222, 225, 227, 0) solid;
    background: rgba(255, 255, 255, 0);
    text-align: left;
    border-radius: 5px;
    display: none;*/
}

.shopping-card-box .ok {
    /* width: 20px; */
    /* height: 20px; */
    /* background: #FFF; */
    /* margin-top: -10px; */
    /* margin-left: 220px; */
    /* border-top: 1px solid #dee1e3; */
    /* border-right: 1px solid #dee1e3; */
    /* -webkit-transform: rotate(-45deg); */
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}


.shopping-card-box ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.shopping-card-box .remove {
    background: url(../img/shopping-card/remove.png) no-repeat;
    width: 12px;
    height: 12px;
    margin-top: 45px;
    margin-left: 15px;
    cursor: pointer;
}

.shopping-card-box .remove:hover {
    background: url(../img/shopping-card/remove-hover.png) no-repeat;
    width: 12px;
    height: 12px;
    margin-top: 45px;
    margin-left: 15px;
}

.sc-image {
    text-align: left;
    padding: 0px;
    margin-top: 30px;
    margin-left: 20px;
    margin-bottom: 30px;
}

.sc-title {
    font-size: 13px;
    font-weight: normal;
    margin-top: 20px;
    color: #212020;
}

.sc-price {
    color: #be2b2b;
    font-size: 13px;
    font-weight: normal;
    margin-top: 5px;
}

.mobile-search {
    position: relative;
}

.mobile-search form input {
    padding: 10px;
    width: 100%;
    color: #385b91;
}

.mobile-search form input::-webkit-input-placeholder {
    color: #444;
}

.mobile-search form input:-moz-placeholder {
    /* Firefox 18- */
    
    color: #444;
}

.mobile-search form input::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #444;
}

.mobile-search form input:-ms-input-placeholder {
    color: #444;
}

.mobile-search form button {
    border: none;
    background: none;
    color: #000;
    padding: 0px 15px;
    position: absolute;
    right: 0px;
    top: 1px;
    line-height: 42px;
    font-size: 18px;
}

h1.sc-page-title {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -20px;
}

img.sc-page-prdct-img {
  width: 130px;
  margin: 0 auto;
  display: block;
}

.responsive-table h5.product-title {
	margin: 10px;
}

.sc-page-prdct-prc-title {
    font-weight: lighter;
    font-size: 14px;
    color: #535353;
    margin-top: 20px;
}

.sc-page-prdct-prc {
    font-size: 22px;
    color: #395c92;
    margin-top: 12px;
    font-weight: normal;
}

.sc-page-prdct-times {
    margin-top: 30px;
    font-size: 32px;
    color: #d0d0d0;
    cursor: pointer;
}

.sc-page-prdct-times:hover {
    color: #be2b2b;
}

.sc-page-prdct-ttl-prc {
    color: #be2b2b;
    font-size: 22px;
    font-weight: normal;
    margin-top: 8px;
}

.sc-page-item-border {
    border-right: 1px solid #dde0e0;
}
/** Select box CSS **/

.sc-page-checkbox {
    background: url(../img/shopping-card/arrow.png) no-repeat right top;
    overflow: hidden;
    width: 100px;
    margin: 10px auto 0;
    height: 35px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #d9d8d8;
    border-bottom: 3px solid #d9d8d8;
}

.sc-page-checkbox select {
    background: transparent;
    border: none;
    font-size: 13px;
    padding: 7px;
    width: 120%;
}

.sc-page-checkbox select option {
    color: #999;
    background: #FFF;
}

.sc-page-checkbox.selectbox-color {
    background-color: #FFF;
}

.sc-page-checkbox.selectbox-color select {
    color: #727273;
}

.total-price-sc {
    color: #be2b2b;
    font-size: 27px;
    font-weight: normal;
    margin-left: 20px;
}
/** 404 page **/

.row.pg_sec {
    padding: 100px 0;
}

.row.pg_sec h1 {
    font-size: 160px;
    text-shadow: 0px 6px 0px #1b3051;
    color: #355588;
    margin: 0 0 50px;
}

.row.pg_sec h2 {
    color: #385a90;
    text-transform: uppercase;
    font-weight: bold;
}

.row.pg_sec p {
    color: #5d5d5d;
    margin-bottom: 20px;
    font-size: 15px;
}

.button-load a,
.button-load a:hover,
.button-load a:focus {
    color: #fff;
}
/*Company Page*/

.conten_sec .content-area {
    background: transparent;
    border: 0;
    margin-top: 0;
    padding: 0;
}

h2.sec_titl {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #2f2f2f;
}

p.sec_desc {
    color: #454647;
    margin-bottom: 20px;
    line-height: 24px;
}

.desc_img img {
    width: 100%;
    margin: 10px 0 25px;
    display: inline-block;
}

h3.sec_subtitl {
    font-weight: bold;
    color: #e6cb03;
    text-transform: uppercase;
    margin: 20px 0;
    display: inline-block;
}

ul.list {
    padding-left: 20px;
    list-style-type: circle;
    margin-bottom: 30px;
}

ul.list li {
    padding-left: 5px;
    margin-bottom: 10px;
    color: #777;
}
/*Contact Page*/

.phon_no {
    font-weight: bold;
    font-size: 29px;
    color: #40a315;
    line-height: 1;
}

.g-map {
    margin: 40px 0 50px;
}

.cont_frm {
    padding: 35px 20px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    border-bottom: 4px solid #e0e0e0;
}

.cont_frm .form-control {
    height: 36px;
    border-color: #dcdcdc;
    color: #777;
    box-shadow: 0 2px 2px #ececec;
}

.cont_frm textarea.form-control {
    height: 140px;
}

form#contactForm button.button-load {
    width: auto;
    padding: 0 60px;
    float: right;
}

form#contactForm button:after {
    content: "";
    display: block;
    clear: both;
}

form#contactForm h3 {
    margin-top: 0;
}
/* Catlog Page */

.filt_sec,
.prod_sec {
    padding: 5px;
    background: #FFF;
    border: 1px solid #e0e0e0;
    border-bottom: 4px solid #e0e0e0;
    border-radius: 10px;
}

.prod_sec:after {
    display: block;
    content: "";
    clear: both;
}

.prod_load {
    font-size: 26px;
    font-weight: bold;
    color: #999;
    text-align: center;
    margin: 15px 0 0;
    line-height: normal;
}

.sho_btn button.button-load {
    width: auto;
    padding: 0 40px;
}
/*Single Product Page*/

.singprod_sec,
.rev_ara {
    padding: 35px;
    background: #FFF;
    border: 1px solid #e0e0e0;
    border-bottom: 4px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 20px;
    padding-left: 150px;
    padding-top:  90px;
}
.singprod_sec:after {
    display: block;
    content: "";
    clear: both;
}

.row.prod_thumb {
    margin-top: 30px;
}

.row.prod_thumb img {
    width: 100%;
}

.row.prod_thumb .col-md-3 {
    padding: 0 10px;
}

p.rate_txt {
    color: #395c93;
    font-weight: bold;
    padding-right: 10px;
    display: inline-block;
}

a.cons {
    color: rgb(61, 101, 160);
    border-bottom: 1px dashed rgb(61, 101, 160);
}

p.prod_price {
    margin: 30px 0px 20px;
    font-size: 24px;
    color: rgb(190, 43, 43);
}

.prod_feat {
    margin: 25px 0 35px;
}

.prod_feat p {
    color: #535353;
    margin-bottom: 5px;
}

.prod_botm .button-buy {
    width: 100%;
    margin-bottom: 0;
}

span.red_cl {
    color: #cb3636;
    font-weight: bold;
}

.prod_desc ul.list li {
    color: #535353;
    margin-bottom: 7px;
}

.rev_ara hr {
    display: inline-block;
    width: 100%;
    margin: 20px -35px;
    padding: 0 35px;
    background: #e4e4e4;
}

p.name {
    font-size: 18px;
    color: #375a8f;
    font-weight: bold;
    display: inline-block;
    padding-right: 15px;
    margin: 0;
}

p.date {
    display: inline-block;
    color: #b0b0b0;
    margin: 0;
}

.rev_ara .col-md-6 {
    margin-bottom: 20px;
}

.star-rating,
.star-rating2 {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    /* width: 250px; remove this */
    
    height: 18px;
    overflow: hidden;
    position: relative;
    bottom: -3px;
    background: url('../img/star.svg');
    background-size: contain;
}

.star-rating i,
.star-rating2 i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    /* width: 20%; remove this */
    
    z-index: 1;
    background: url('../img/starred.svg');
    background-size: contain;
}

.star-rating input,
.star-rating2 input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    /* width: 20%; remove this */
    
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}

.star-rating input:hover + i,
.star-rating input:checked + i,
.star-rating2 input:hover + i,
.star-rating2 input:checked + i {
    opacity: 1;
}

.star-rating i ~ i,
.star-rating2 i ~ i {
    width: 40%;
}

.star-rating i ~ i ~ i,
.star-rating2 i ~ i ~ i {
    width: 60%;
}

.star-rating i ~ i ~ i ~ i,
.star-rating2 i ~ i ~ i ~ i {
    width: 80%;
}

.star-rating i ~ i ~ i ~ i ~ i,
.star-rating2 i ~ i ~ i ~ i ~ i {
    width: 100%;
}

.star-rating.star-5,
.star-rating2.star-5 {
    width: 90px;
}

.star-rating.star-5 input,
.star-rating2.star-5 input,
.star-rating.star-5 i,
.star-rating2.star-5 i {
    width: 20%;
}

.star-rating.star-5 i ~ i,
.star-rating2.star-5 i ~ i {
    width: 40%;
}

.star-rating.star-5 i ~ i ~ i,
.star-rating2.star-5 i ~ i ~ i {
    width: 60%;
}

.star-rating.star-5 i ~ i ~ i ~ i,
.star-rating2.star-5 i ~ i ~ i ~ i {
    width: 80%;
}

.star-rating.star-5 i ~ i ~ i ~ i ~i,
.star-rating2.star-5 i ~ i ~ i ~ i ~i {
    width: 100%;
}
/*Services Page*/

.row.serv_sec {
    padding: 20px 0;
}

h2.serv_titl {
    font-size: 22px;
    color: rgb(47, 47, 47);
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 20px;
}

.serv_img img {
    width: 100%;
    border-radius: 8px;
	padding-left:30px;
}

.row.serv_sec p.sec_desc {
    margin: 0;
	padding-left:10px;
}

hr.divdr {
    border-top: 1px solid #e3e3e3;
    margin: 35px 0;
}
