/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@email:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
/* Import ================================================================================ */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/*  
 * LAYOUT VARIABLES 
 */
/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <$emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
/*------------------ User ------------------*/
/* 
 * product block
 */
/* Icons */
/* buttons */
/* 
 * Block Modules 
 */
/*  
 * LAYOUT VARIABLES 
 */
/* --- SCSS For Accordion --- */
/* --- SCSS For Breadcrumb --- */
/* --- SCSS For Buttons --- */
/* --- SCSS For Call-to-action --- */
/* --- SCSS For Content-slider --- */
/*  */
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
/* Navigation Styles */
/* carousel-indicators-v1 */
/* carousel-indicators-v2 */
/* carousel-indicators-v3 */
/* carousel-indicators-v4 */
/* carousel-indicators-v5 */
/* carousel-indicators-v6 */
/* --- SCSS For Counters --- */
/* --- SCSS For Heading --- */
/* --- SCSS For Icon-box --- */
/* --- SCSS For Interactive-banner --- */
/* --- SCSS For Latest-posts --- */
/* latest posts */
/* --- SCSS For List --- */
/* variables for list */
/* variables for list light */
/* --- SCSS For Message --- */
/* --- SCSS For Newsletter --- */
/* --- SCSS For Piechart --- */
/* --- SCSS For Pricing --- */
/* --- SCSS For Process-steps --- */
/* process-steps */
/* --- SCSS For Service --- */
/* variables for tab style1 using as base of tab */
/* --- SCSS For Style-icon --- */
/* Variables icons default */
/* Variables icons bodered */
/* Variables icons darker */
/* Variables icons light */
/* Variables icons plain */
/* Variables icons for light style */
/* Variables icons outline */
/* Variables icons inverse */
/* --- SCSS For Table --- */
/* --- SCSS For Tabs --- */
/* variables for tab style1 using as base of tab */
/* tab style version 4 */
/* tab style version 5 */
/* tab style version 6 */
/* tab style version 7 */
/* --- SCSS For Testimonials --- */
/* testimonials default */
/* testimonials-v1 */
/* testimonials light */
/* --- SCSS For Typography --- */
/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
/* RIGHT TO LEFT */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/* RIGHT TO LEFT */
/* Curl Top Right */
/**
/**
 * BASE CSS STYLES
 */
* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}

body {
  background: #1f1f1f url("../images/body_bg.jpg") scroll center top no-repeat;
  color: #333333;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.cms-homepage-glasses .top-static {
  display: block;
}

ul, ol {
  margin: 0;
  padding: 0;
}
ul li, ol li {
  list-style: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: none!important;
}

a:hover, a:focus {
  outline: 0!important;
  text-decoration: none;
  color: #005394;
}

img {
  max-width: 100%;
}

ul.bullet li {
  padding: 0px 0;
  position: relative;
}
ul.bullet li a {
  padding-left: 15px;
}
.rtl ul.bullet li a {
  padding-right: 15px;
  padding-left: inherit;
}
ul.bullet li a:before {
  display: block;
  content: "\f064";
  font-family: "FontAwesome";
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 6px;
}
.rtl ul.bullet li a:before {
  right: 0;
  left: auto;
}
ul.bullet li a:hover:before {
  color: #039be5;
}

/* links style */
ul.links {
  margin: 0;
  padding: 0;
}
ul.links li {
  display: inline;
  line-height: normal;
  list-style: none;
}
ul.links li a {
  margin: 0 9px;
}
ul.links li a:hover {
  color: #005394;
}
ul.links li .fa, ul.links li .icon {
  margin-right: 10px;
}
ul.list li {
  list-style: none;
  padding: 6px 0;
}
ul.my-account li {
  padding: 6px 0;
  list-style: disc;
  margin-left: 14px;
}
ul.inline li {
  float: left;
}
.rtl ul.inline li {
  float: right !important;
}

.tree-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.tree-menu > ul > li {
  width: 100%;
  height: auto;
  position: relative;
}
.tree-menu > ul > li .caret, .tree-menu > ul > li .head a {
  position: absolute;
  right: 18px;
  top: 13px;
  background-color: #9c9c9c;
  color: #FFF;
  padding: 0 6px;
  margin-right: -20px;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  -ms-border-radius: 10%;
  -o-border-radius: 10%;
  border-radius: 10%;
}
.tree-menu > ul > li:last-child a {
  border: none;
}
.tree-menu > ul > li > a {
  display: block;
  color: white;
  font-size: 13px;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}
.tree-menu > ul > li ul {
  display: none;
}
.tree-menu > ul > li a.active {
  font-weight: 600;
  color: #E02673;
}
.tree-menu > ul > li a.active + ul {
  display: block;
  padding: 0 0 10px 10px;
}
.tree-menu > ul > li ul > li {
  padding-left: 30px;
}
.tree-menu > ul > li ul > li > a {
  text-decoration: none;
  display: block;
  padding: 8px 0;
  color: black;
}
.tree-menu > ul > li ul > li > a.active {
  font-weight: 600;
  color: #005394;
}

/* Tools */
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.nobr {
  white-space: nowrap !important;
}

.wrap {
  white-space: normal !important;
}

.a-left {
  text-align: left;
}
.rtl .a-left {
  text-align: right !important;
}

.a-center {
  text-align: center !important;
}

.a-right {
  text-align: right;
}
.rtl .a-right {
  text-align: left !important;
}

.v-top {
  vertical-align: top;
}

.v-middle {
  vertical-align: middle;
}

.f-left {
  float: left;
}
.rtl .f-left {
  float: right !important;
}

.f-right {
  float: right;
}
.rtl .f-right {
  float: left !important;
}

.f-none {
  float: none !important;
}

.f-fix {
  float: left;
  width: 100%;
}

.no-display {
  display: none;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.col-no-padding {
  padding: 0!important;
}

.row-no-margin {
  margin: 0!important;
}

.no-bg {
  background: none !important;
}

.d-table {
  display: table;
  width: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.rtl .pull-left {
  float: right!important;
}

i.fa {
  font-style: normal!important;
}

.bg-white {
  background: white;
}

/* ======================================================================================= */
/* tab style */
.htabs ul li {
  margin: 0;
  float: left;
  display: inline-block;
}
.rtl .htabs ul li {
  float: right !important;
}
.htabs ul li a {
  text-transform: uppercase;
  padding: 10px 20px;
  border: none;
  margin-right: 0;
  font-weight: 400;
  font-family: "proxima";
  font-size: 15px;
  border: 1px solid #e8e8e8;
  color: #3c2e48;
}
.htabs ul li a.selected, .htabs ul li a:hover {
  color: white;
  display: block;
  background: #3c2e48;
  border-color: #3c2e48;
}

table.form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table.form > * > * > td {
  color: #000000;
}
table.form td {
  padding: 4px;
}
table.form tr td:first-child {
  width: 170px;
}

table.radio {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  display: table;
}
table.radio td {
  padding: 5px;
}
table.radio td label {
  display: block;
}
table.radio td input[type="radio"] {
  margin: 0;
}
table.radio tr td:first-child {
  width: 1px;
}
table.radio tr td:first-child input {
  margin-top: 1px;
}
table.radio tr.highlight:hover td {
  background: whitesmoke;
  cursor: pointer;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  /* Firefox */
}

#colorbox .tabs-group .tab-contents {
  padding: 0;
  border: 0;
  background: #fff;
}

.validation-advice {
  color: #c83a3a;
  background: url("../images/i_asc_arrow.gif") no-repeat;
  background-position: left 15px;
  padding-left: 15px;
  padding-top: 10px;
  text-align: left;
  line-height: normal;
}
.rtl .validation-advice {
  background-position: right 15px;
}
.rtl .validation-advice {
  padding-right: 15px;
  padding-left: inherit;
}
.rtl .validation-advice {
  text-align: right !important;
}

.tempcp-quickview-view .zoomContainer,
.tempcp-quickview-view .ves-colorbox,
.tempcp-quickview-view .product-zoom {
  display: none !important;
}

.cms-page-error {
  margin: 100px auto;
  text-align: center;
  color: #999;
  position: relative;
  float: left;
  width: 100%;
}
.rtl .cms-page-error {
  float: right !important;
}
.cms-page-error h1 {
  font-size: 194px;
  font-weight: 700;
  font-family: "proxima";
  color: #dfdfdf;
  line-height: normal;
}
.cms-page-error h2 {
  font-size: 24px;
  color: #999;
  line-height: normal;
  margin-bottom: 30px;
}
.cms-page-error a {
  margin-right: 20px;
  padding: 10px 20px;
}
.rtl .cms-page-error a {
  margin-left: 20px;
  margin-right: inherit;
}
.cms-page-error a.back-page {
  color: #999;
  background: #fff;
  border-color: #999;
}
.cms-page-error a.back-home {
  color: #fff;
  background: #005394;
}
.cms-page-error a i {
  font-style: normal;
  padding-right: 5px;
}
.rtl .cms-page-error a i {
  padding-left: 5px;
  padding-right: inherit;
}
.cms-page-error .back-page {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.cms-page-error .back-home {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.cms-page-error .content-page {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 450px;
}
.cms-page-error .content-page h2 {
  font-size: 24px;
  color: #005394;
  line-height: normal;
  margin-bottom: 20px;
}
.cms-page-error .content-page h3 {
  line-height: normal;
}
.cms-page-error .content-page .form-search {
  margin-bottom: 30px;
}
.cms-page-error .content-page .form-search input {
  width: 70%;
}
.cms-page-error .content-page .form-search button {
  border-radius: 0;
}
.cms-page-error .content-page a {
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 20px;
}
.cms-page-error .content-page a.back-page {
  border-right: 1px solid #dddddd;
}
.rtl .cms-page-error .content-page a.back-page {
  border-left: 1px solid #dddddd;
  border-right: inherit;
}
.cms-page-error.style1 h1 {
  font-size: 494px;
  color: #f8f8f8;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1;
  top: -130px;
}
.cms-page-error.style1 a {
  background: none;
  color: #3c2e48;
}
.cms-page-error.style2 .number {
  position: relative;
}
.cms-page-error.style2 .number h1 {
  font-size: 250px;
  color: #005394;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1;
  top: -50px;
}
.cms-page-error.style2 .number h2 {
  background: url("../images/404_03.png") no-repeat center center;
  position: relative;
  z-index: 2;
  padding-top: 215px;
}
.cms-page-error.style2 .content-page {
  text-align: left;
  border-left: 1px solid #dddddd;
}
.rtl .cms-page-error.style2 .content-page {
  text-align: right !important;
}
.rtl .cms-page-error.style2 .content-page {
  border-right: 1px solid #dddddd;
  border-left: inherit;
}
.cms-page-error.style2 a {
  background: none;
  color: #3c2e48;
}
.cms-page-error.style3 h1 {
  font-size: 124px;
}
.cms-page-error.style3 h2 {
  font-size: 38px;
  font-weight: 700;
  font-family: #3c2e48;
  color: #3c2e48;
}
.cms-page-error.style3 ul {
  margin-top: 30px;
}
.cms-page-error.style3 ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  border-right: 1px solid #dddddd;
  font-weight: 600;
  text-align: center;
}
.rtl .cms-page-error.style3 ul li {
  border-left: 1px solid #dddddd;
  border-right: inherit;
}
.cms-page-error.style3 ul li a {
  padding: 0 10px;
  text-align: center;
}
.cms-page-error.style4 .content-page {
  text-align: left;
  border-left: 1px solid #dddddd;
}
.rtl .cms-page-error.style4 .content-page {
  text-align: right !important;
}
.rtl .cms-page-error.style4 .content-page {
  border-right: 1px solid #dddddd;
  border-left: inherit;
}
.cms-page-error.style4 > .row {
  margin-bottom: 40px;
}

.statict-block2 .effect {
  margin-bottom: 10px;
}
.statict-block2 .margin-right {
  margin-right: 10px;
}
.rtl .statict-block2 .margin-right {
  margin-left: 10px;
  margin-right: inherit;
}
.statict-block2 .margin-left {
  margin-left: 10px;
}
.rtl .statict-block2 .margin-left {
  margin-right: 10px;
  margin-left: inherit;
}

/*Font size
---------------------------------------*/
.font-size-8 {
  font-size: 8px;
}

.font-size-10 {
  font-size: 10px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-30 {
  font-size: 30px;
}

/*Center Block "Class"*/
.center-block {
  margin: 0 auto;
  text-align: center;
}

/*Divider*/
hr.divider-10 {
  margin: 10px 0;
}

hr.divider-20 {
  margin: 20px 0;
}

hr.divider-30 {
  margin: 30px 0;
}

hr.divider-40 {
  margin: 40px 0;
}

hr.divider-50 {
  margin: 50px 0;
}

hr.divider-60 {
  margin: 60px 0;
}

hr.divider-70 {
  margin: 70px 0;
}

hr.divider-snow {
  margin: 50px 0;
  border-color: #ddd;
}

/*Font Weight*/
.fweight-200 {
  font-weight: 200 !important;
}

.fweight-300 {
  font-weight: 300 !important;
}

.fweight-400 {
  font-weight: 400 !important;
}

.fweight-500 {
  font-weight: 500 !important;
}

.fweight-600 {
  font-weight: 600 !important;
}

.fweight-700 {
  font-weight: 700 !important;
}

/*Letter spacing */
.letter-spacing-0 {
  letter-spacing: 0;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

/*Space Padding
------------------------------------*/
/*Padding Around the Block*/
.space-padding-0 {
  padding: 0 !important;
}

.space-padding-10 {
  padding: 10px !important;
}

.space-padding-20 {
  padding: 20px !important;
}

.space-padding-30 {
  padding: 30px !important;
}

.space-padding-40 {
  padding: 40px !important;
}

.space-padding-50 {
  padding: 50px !important;
}

.space-padding-60 {
  padding: 60px !important;
}

.space-padding-70 {
  padding: 70px !important;
}

.space-padding-80 {
  padding: 80px !important;
}

.space-padding-90 {
  padding: 90px !important;
}

.space-padding-100 {
  padding: 100px !important;
}

/*Padding Top & Bottom*/
.space-padding-tb-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.space-padding-tb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.space-padding-tb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.space-padding-tb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.space-padding-tb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.space-padding-tb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.space-padding-tb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.space-padding-tb-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.space-padding-tb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.space-padding-tb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

/*Padding Left & Right*/
.space-padding-lr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.space-padding-lr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.space-padding-lr-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.space-padding-lr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.space-padding-lr-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.space-padding-lr-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.space-padding-lr-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.space-padding-lr-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.space-padding-lr-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.space-padding-lr-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.space-padding-lr-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

/*Padding Top*/
.space-padding-t10 {
  padding-top: 10px !important;
}

.space-padding-t20 {
  padding-top: 20px !important;
}

.space-padding-t30 {
  padding-top: 30px !important;
}

.space-padding-t40 {
  padding-top: 40px !important;
}

.space-padding-t50 {
  padding-top: 50px !important;
}

.space-padding-t60 {
  padding-top: 60px !important;
}

.space-padding-t70 {
  padding-top: 70px !important;
}

.space-padding-t80 {
  padding-top: 80px !important;
}

.space-padding-t90 {
  padding-top: 90px !important;
}

.space-padding-t100 {
  padding-top: 100px !important;
}

/*Padding Bottom*/
.space-padding-b10 {
  padding-bottom: 10px !important;
}

.space-padding-b20 {
  padding-bottom: 20px !important;
}

.space-padding-b30 {
  padding-bottom: 30px !important;
}

.space-padding-b40 {
  padding-bottom: 40px !important;
}

.space-padding-b50 {
  padding-bottom: 50px !important;
}

.space-padding-b60 {
  padding-bottom: 60px !important;
}

.space-padding-b70 {
  padding-bottom: 70px !important;
}

.space-padding-b80 {
  padding-bottom: 80px !important;
}

.space-padding-b90 {
  padding-bottom: 90px !important;
}

.space-padding-b100 {
  padding-bottom: 100px !important;
}

/*Padding Left*/
.space-padding-l10 {
  padding-left: 10px !important;
}

.space-padding-l20 {
  padding-left: 20px !important;
}

.space-padding-l30 {
  padding-left: 30px !important;
}

.space-padding-l40 {
  padding-left: 40px !important;
}

.space-padding-l50 {
  padding-left: 50px !important;
}

.space-padding-l60 {
  padding-left: 60px !important;
}

.space-padding-l70 {
  padding-left: 70px !important;
}

.space-padding-l80 {
  padding-left: 80px !important;
}

.space-padding-l90 {
  padding-left: 90px !important;
}

.space-padding-l100 {
  padding-left: 100px !important;
}

/*Padding right*/
.space-padding-r10 {
  padding-right: 10px !important;
}

.space-padding-r20 {
  padding-right: 20px !important;
}

.space-padding-r30 {
  padding-right: 30px !important;
}

.space-padding-r40 {
  padding-right: 40px !important;
}

.space-padding-r50 {
  padding-right: 50px !important;
}

.space-padding-r60 {
  padding-right: 60px !important;
}

.space-padding-r70 {
  padding-right: 70px !important;
}

.space-padding-r80 {
  padding-right: 80px !important;
}

.space-padding-r90 {
  padding-right: 90px !important;
}

.space-padding-r100 {
  padding-right: 100px !important;
}

/*Space
------------------------------------*/
/*Margin Top*/
.space-top-5 {
  margin-top: 5px !important;
}

.space-top-10 {
  margin-top: 10px !important;
}

.space-top-15 {
  margin-top: 15px !important;
}

.space-top-20 {
  margin-top: 20px !important;
}

.space-top-25 {
  margin-top: 25px !important;
}

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

.space-top-35 {
  margin-top: 35px !important;
}

.space-top-40 {
  margin-top: 40px !important;
}

.space-top-45 {
  margin-top: 45px !important;
}

.space-top-50 {
  margin-top: 50px !important;
}

/*Margin Bottom*/
.space-5 {
  margin-bottom: 5px !important;
}

.space-10 {
  margin-bottom: 10px !important;
}

.space-15 {
  margin-bottom: 15px !important;
}

.space-20 {
  margin-bottom: 20px !important;
}

.space-25 {
  margin-bottom: 25px !important;
}

.space-30 {
  margin-bottom: 30px !important;
}

.space-35 {
  margin-bottom: 35px !important;
}

.space-40 {
  margin-bottom: 40px !important;
}

.space-45 {
  margin-bottom: 45px !important;
}

.space-50 {
  margin-bottom: 50px !important;
}

.space-55 {
  margin-bottom: 55px !important;
}

.space-60 {
  margin-bottom: 60px !important;
}

.space-65 {
  margin-bottom: 65px !important;
}

.space-70 {
  margin-bottom: 70px !important;
}

.space-75 {
  margin-bottom: 75px !important;
}

.space-80 {
  margin-bottom: 80px !important;
}

.space-85 {
  margin-bottom: 85px !important;
}

.space-90 {
  margin-bottom: 90px !important;
}

.space-95 {
  margin-bottom: 95px !important;
}

.space-100 {
  margin-bottom: 100px !important;
}

/*Margin Left*/
.space-left-5 {
  margin-left: 5px !important;
}

.space-left-10 {
  margin-left: 10px !important;
}

.space-left-15 {
  margin-left: 15px !important;
}

.space-left-20 {
  margin-left: 20px !important;
}

.space-left-25 {
  margin-left: 25px !important;
}

.space-left-30 {
  margin-left: 30px !important;
}

/*Margin right*/
.space-right-5 {
  margin-right: 5px !important;
}

.space-right-10 {
  margin-right: 10px !important;
}

.space-right-15 {
  margin-right: 15px !important;
}

.space-right-20 {
  margin-right: 20px !important;
}

.space-right-25 {
  margin-right: 25px !important;
}

.space-right-30 {
  margin-right: 30px !important;
}

/*Removes space*/
.space-top-0 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.space-bottom-0 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.no-space-row .row {
  margin: 0;
}

.no-space-row [class^="col-"],
.no-space-row [class*="col-"] {
  padding: 0;
}

/*Space for Ul li List
------------------------------------*/
.ul-space-5 li {
  margin-bottom: 5px !important;
}

.ul-space-10 li {
  margin-bottom: 10px !important;
}

.ul-space-15 li {
  margin-bottom: 15px !important;
}

.ul-space-20 li {
  margin-bottom: 20px !important;
}

.ul-space-25 li {
  margin-bottom: 25px !important;
}

.ul-space-30 li {
  margin-bottom: 30px !important;
}

.ul-space-35 li {
  margin-bottom: 35px !important;
}

.ul-space-40 li {
  margin-bottom: 40px !important;
}

.ul-space-45 li {
  margin-bottom: 45px !important;
}

.ul-space-50 li {
  margin-bottom: 50px !important;
}

/*Height
------------------------------------*/
.height-10 {
  height: 10px;
}

.height-20 {
  height: 20px;
}

.height-30 {
  height: 30px;
}

.height-40 {
  height: 40px;
}

.height-50 {
  height: 50px;
}

.height-60 {
  height: 60px;
}

.height-70 {
  height: 70px;
}

.height-80 {
  height: 80px;
}

.height-90 {
  height: 90px;
}

.height-100 {
  height: 100px;
}

/*Width
------------------------------------*/
.width-10 {
  width: 10%;
  margin: 0 auto;
}

.width-20 {
  width: 20%;
  margin: 0 auto;
}

.width-30 {
  width: 30%;
  margin: 0 auto;
}

.width-40 {
  width: 40%;
  margin: 0 auto;
}

.width-50 {
  width: 50%;
  margin: 0 auto;
}

.width-60 {
  width: 60%;
  margin: 0 auto;
}

.width-70 {
  width: 70%;
  margin: 0 auto;
}

.width-80 {
  width: 80%;
  margin: 0 auto;
}

.width-90 {
  width: 90%;
  margin: 0 auto;
}

/*Radius
------------------------------------*/
.radius-0 {
  border-radius: 0 !important;
}

.radius-x {
  border-radius: 50% !important;
}

.radius-1x {
  border-radius: 10px !important;
}

.radius-2x {
  border-radius: 20px !important;
}

.radius-3x {
  border-radius: 30px !important;
}

.radius-4x {
  border-radius: 40px !important;
}

.radius-5x {
  border-radius: 50px !important;
}

.radius-6x {
  border-radius: 60px !important;
}

/* Width for Border */
.border-0 {
  border-width: 0px !important;
}

.border-2 {
  border-width: 2px!important;
}

.border-3 {
  border-width: 3px!important;
}

.border-4 {
  border-width: 4px!important;
}

.border-5 {
  border-width: 5px!important;
}

.border-top {
  border-top: 1px solid #e8e8e8;
}

.border-bottom {
  border-bottom: 1px solid #e8e8e8;
}

.border-left {
  border-left: 1px solid #e8e8e8;
}
.rtl .border-left {
  border-right: 1px solid #e8e8e8;
  border-left: inherit;
}

.border-right {
  border-right: 1px solid #e8e8e8;
}
.rtl .border-right {
  border-left: 1px solid #e8e8e8;
  border-right: inherit;
}

.border-after {
  position: relative;
}
.border-after:after {
  background: #e8e8e8;
  content: "";
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 50%;
}
.rtl .border-after:after {
  left: 0;
  right: auto;
}

.noborder-left {
  border-left: none;
}

.noborder-right {
  border-right: none;
}

.noborder-top {
  border-top: none;
}

.noborder-bottom {
  border-bottom: none;
}

/*Radius for Left & Right Corners*/
.radius-left-5x {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

.radius-right-5x {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
}

.radius-top-5xxs {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.radius-bottom-5xxs {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.radius-left-5xxs {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.radius-right-5xxs {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

/*Text Colors
------------------------------------*/
.text-default {
  color: #039be5 !important;
}

.text-primary {
  color: #9c9c9c !important;
}

.text-info {
  color: #5bc0de !important;
}

.text-danger {
  color: #d9534f !important;
}

.text-warning {
  color: #f0ad4e !important;
}

.text-success {
  color: #5cb85c !important;
}

.text-white {
  color: #fff !important;
}

.text-purple {
  color: #c8d1e6 !important;
}

.text-red {
  color: #c32322 !important;
}

.text-orange {
  color: #f66000 !important;
}

.text-yellow {
  color: #e2d951 !important;
}

.text-darker {
  color: #333!important;
}

.text-lighten {
  color: #bbbbbb!important;
}

/*Background Colors
------------------------------------*/
.bg-transparent {
  background: transparent;
}

.bg-primary {
  background: #9c9c9c !important;
}

.bg-info {
  background: #5bc0de !important;
}

.bg-danger {
  background: #d9534f !important;
}

.bg-warning {
  background: #f0ad4e !important;
}

.bg-success {
  background: #5cb85c !important;
}

.bg-white {
  background: #fff !important;
}

.bg-purple {
  background: #c8d1e6 !important;
}

.bg-red {
  background: #c32322 !important;
}

.bg-orange {
  background: #f66000 !important;
}

.bg-yellow {
  background: #e2d951 !important;
}

.bg-default {
  background: #039be5 !important;
}

.bg-darker {
  background: #333333 !important;
}

.bg-lighten {
  background: #ebebeb !important;
}

.bg-lightgray {
  background: #f3f3f3;
}

/*Overflow
------------------------------------*/
.overflow-h {
  overflow: hidden;
}

.overflow-a {
  overflow: auto;
}

/***/
.bg-category {
  background: url("../images/img-category.jpg") no-repeat center;
}

.background-img-v1 {
  background: #9c9c9c;
}

.background-img-v2 {
  background: url("demo.jpg");
}

.background-img-v3 {
  background: #f3f3f3;
}

.background-img-v4 {
  background-image: url("../images/09.png") !important;
}

.background-img-v5 {
  background-image: url("../images/10.png") !important;
}

.background-img-v6 {
  background-image: url("../images/11.png") !important;
}

.background-img-v7 {
  background-image: url("../images/12.jpg") !important;
}

.parallax {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
  background-image: url("../images/img-paralax.jpg");
}
.parallax:after {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  content: " ";
  height: 100%;
  text-align: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}

/* Height progress */
.progress-3 {
  height: 3px;
}

.progress-4 {
  height: 4px;
}

.progress-5 {
  height: 5px;
}

.progress-6 {
  height: 6px;
}

.progress-7 {
  height: 7px;
}

.progress-8 {
  height: 8px;
}

.progress-9 {
  height: 9px;
}

.progress-10 {
  height: 10px;
}

.progress-11 {
  height: 11px;
}

.progress-12 {
  height: 12px;
}

.progress-13 {
  height: 13px;
}

.progress-14 {
  height: 14px;
}

.progress-15 {
  height: 15px;
}

/* icon */
.fa.fa-2 {
  font-size: 2em;
}
.fa.fa-3 {
  font-size: 4em;
}
.fa.fa-4 {
  font-size: 7em;
}
.fa.fa-5 {
  font-size: 12em;
}
.fa.fa-6 {
  font-size: 20em;
}

/* carousel-controls */
.carousel-controls .carousel-control {
  z-index: 5;
}

.carousel-controls-small {
  width: 65px;
  position: relative;
  display: inline-block;
}
.carousel-controls-small .carousel-control-small {
  width: 28px;
  height: 28px;
  line-height: 26px;
}

/* --- SCSS For Accordion --- */
.accordion .panel {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}
.accordion .panel-heading {
  padding: 15px;
  position: relative;
}
.accordion .panel-heading a {
  text-decoration: none;
  font-weight: bold;
}
.accordion .panel-heading a:before {
  content: "-";
  font-size: 22px;
  font-weight: 600;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 16px;
  display: inline-block;
  color: #9c9c9c;
}
.accordion .panel-heading a.collapsed:before {
  content: "+";
  font-size: 18px;
  line-height: 20px;
}
.accordion .panel-body {
  border-top-color: transparent!important;
}
.accordion.collapse-right .panel-heading a:before {
  position: absolute;
  right: 20px;
}
.rtl .accordion.collapse-right .panel-heading a:before {
  left: 20px;
  right: auto;
}
.accordion.collapse-color .panel-heading a:before {
  color: #fff;
  background: #9c9c9c;
}
.accordion.noborder .panel-heading {
  padding-left: 0;
  padding-right: 0;
}
.accordion.noborder .panel, .accordion.noborder .panel-heading, .accordion.noborder .panel-body {
  background-color: transparent;
  border: none;
}
.accordion.nobackground .panel, .accordion.nobackground .panel-heading, .accordion.nobackground .panel-body {
  background-color: transparent;
}

/* accordion style version 1 */
.accordion-v1 .panel-heading a:before {
  left: -10px;
  position: absolute;
}
.rtl .accordion-v1 .panel-heading a:before {
  right: -10px;
  left: auto;
}
.accordion-v1 .panel, .accordion-v1 .panel-heading, .accordion-v1 .panel-body {
  border: none;
}

/* accordion style version 2 */
.accordion-v2 .panel, .accordion-v2 .panel-heading, .accordion-v2 .panel-body {
  border: none;
}

/* accordion style version 3 */
.accordion-v3 .panel .panel-heading {
  border-bottom: solid 1px #eeeeee;
}

/* accordion style version 4 */
.accordion-v4 .panel-collapse {
  position: relative;
}
.accordion-v4 .panel-collapse.in:before {
  position: absolute;
  content: "";
  background-color: #9c9c9c;
  top: -51px;
  left: -1px;
  height: 3px;
  width: 100.5%;
}

/* --- SCSS For Breadcrumb --- */
.breadcrumbs {
  background-color: transparent;
  padding: 20px 0;
  z-index: 1;
}
.breadcrumbs h2 {
  margin: 0;
  float: left;
  font-weight: 400;
  position: relative;
}
.rtl .breadcrumbs h2 {
  float: right !important;
}
.breadcrumbs .breadcrumb-links {
  margin: 6px 0 0;
  position: relative;
  text-align: right;
}
.rtl .breadcrumbs .breadcrumb-links {
  text-align: left !important;
}
.breadcrumbs .breadcrumb-links > li {
  display: inline-block;
}
.breadcrumbs .breadcrumb-links > li + li:before {
  color: #757575;
  content: "\f105";
  font-family: FontAwesome;
  padding: 0 15px;
  font-size: 14px;
}
.breadcrumbs .breadcrumb-links > .active {
  color: #9c9c9c;
}
.breadcrumbs.light-style {
  color: #fff;
  border: 0px;
}
.breadcrumbs.light-style h2 {
  color: #fff;
}
.breadcrumbs.light-style .breadcrumb-links > li a {
  color: #FFF;
}
.breadcrumbs.light-style .breadcrumb-links > li + li:before {
  color: #fff;
}
.breadcrumbs.light-style .breadcrumb-links > .active span {
  color: #fff;
  text-decoration: underline;
}
.breadcrumbs.breadcrumbs-center {
  text-align: center;
  padding: 50px;
}
.breadcrumbs.breadcrumbs-center h2 {
  float: none;
}
.breadcrumbs.breadcrumbs-center .breadcrumb-links {
  text-align: center;
}
.breadcrumbs.breadcrumbs-left h2 {
  float: none;
  text-align: left;
}
.rtl .breadcrumbs.breadcrumbs-left h2 {
  text-align: right !important;
}
.breadcrumbs.breadcrumbs-left .breadcrumb-links {
  text-align: left;
}
.rtl .breadcrumbs.breadcrumbs-left .breadcrumb-links {
  text-align: right !important;
}
.breadcrumbs.breadcrumbs-right h2 {
  float: none;
  text-align: right;
}
.rtl .breadcrumbs.breadcrumbs-right h2 {
  text-align: left !important;
}
.breadcrumbs.breadcrumbs-right .breadcrumb-links {
  text-align: right;
}
.rtl .breadcrumbs.breadcrumbs-right .breadcrumb-links {
  text-align: left !important;
}

/* --- SCSS For Buttons --- */
.btn-outline-light {
  color: #bbbbbb;
  background-color: white;
  border-color: #e8e8e8;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  color: #bbbbbb;
  background-color: white;
  border-color: #e8e8e8;
}
.open .btn-outline-light.dropdown-toggle {
  color: #bbbbbb;
  background-color: white;
  border-color: #e8e8e8;
}
.btn-outline-light:active, .btn-outline-light.active {
  background-image: none;
}
.open .btn-outline-light.dropdown-toggle {
  background-image: none;
}
.btn-outline-light.disabled, .btn-outline-light.disabled:hover, .btn-outline-light.disabled:focus, .btn-outline-light.disabled:active, .btn-outline-light.disabled.active, .btn-outline-light[disabled], .btn-outline-light[disabled]:hover, .btn-outline-light[disabled]:focus, .btn-outline-light[disabled]:active, .btn-outline-light[disabled].active, fieldset[disabled] .btn-outline-light, fieldset[disabled] .btn-outline-light:hover, fieldset[disabled] .btn-outline-light:focus, fieldset[disabled] .btn-outline-light:active, fieldset[disabled] .btn-outline-light.active {
  background-color: white;
  border-color: #e8e8e8;
}
.btn-outline-light .badge {
  color: white;
  background-color: #bbbbbb;
}

.btn-inverse-light {
  color: #9c9c9c;
  background-color: white;
  border-color: #9c9c9c;
}
.btn-inverse-light:hover, .btn-inverse-light:focus, .btn-inverse-light:active, .btn-inverse-light.active {
  color: white;
  background-color: transparent;
  border-color: white;
}
.open .btn-inverse-light.dropdown-toggle {
  color: white;
  background-color: transparent;
  border-color: white;
}
.btn-inverse-light:active, .btn-inverse-light.active {
  background-image: none;
}
.open .btn-inverse-light.dropdown-toggle {
  background-image: none;
}
.btn-inverse-light.disabled, .btn-inverse-light.disabled:hover, .btn-inverse-light.disabled:focus, .btn-inverse-light.disabled:active, .btn-inverse-light.disabled.active, .btn-inverse-light[disabled], .btn-inverse-light[disabled]:hover, .btn-inverse-light[disabled]:focus, .btn-inverse-light[disabled]:active, .btn-inverse-light[disabled].active, fieldset[disabled] .btn-inverse-light, fieldset[disabled] .btn-inverse-light:hover, fieldset[disabled] .btn-inverse-light:focus, fieldset[disabled] .btn-inverse-light:active, fieldset[disabled] .btn-inverse-light.active {
  background-color: white;
  border-color: #9c9c9c;
}
.btn-inverse-light .badge {
  color: white;
  background-color: #9c9c9c;
}

.btn-outline {
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
}
.btn-outline.btn-default {
  color: black;
}
.btn-outline.btn-default:hover {
  color: white;
}
.btn-outline.btn-primary {
  color: #9c9c9c;
}
.btn-outline.btn-primary:hover {
  color: black;
}
.btn-outline.btn-success {
  color: #5cb85c;
}
.btn-outline.btn-success:hover {
  color: white;
}
.btn-outline.btn-info {
  color: #5bc0de;
}
.btn-outline.btn-info:hover {
  color: white;
}
.btn-outline.btn-danger {
  color: #d9534f;
}
.btn-outline.btn-danger:hover {
  color: white;
}
.btn-outline.btn-warning {
  color: #f0ad4e;
}
.btn-outline.btn-warning:hover {
  color: white;
}

.btn-inverse.btn-default:hover {
  color: black;
  background: transparent;
}
.btn-inverse.btn-primary:hover {
  color: #9c9c9c;
  background: transparent;
}
.btn-inverse.btn-success:hover {
  color: #5cb85c;
  background: transparent;
}
.btn-inverse.btn-info:hover {
  color: #5bc0de;
  background: transparent;
}
.btn-inverse.btn-danger:hover {
  color: #d9534f;
  background: transparent;
}
.btn-inverse.btn-warning:hover {
  color: #f0ad4e;
  background: transparent;
}

.btn-3d {
  border: 0;
  border: 0;
  box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -o-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -ms-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  border: 0;
  border: 0;
}
.btn-3d.btn-lg {
  box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -o-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -ms-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
}
.btn-3d.btn-sm {
  box-shadow: 0 -4px rgba(0, 0, 0, 0.15) inset;
  -o-box-shadow: 0 -4px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 -4px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 -4px rgba(0, 0, 0, 0.15) inset;
  -ms-box-shadow: 0 -4px rgba(0, 0, 0, 0.15) inset;
}
.btn-3d.btn-xs {
  box-shadow: 0 -2px rgba(0, 0, 0, 0.15) inset;
  -o-box-shadow: 0 -2px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 -2px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 -2px rgba(0, 0, 0, 0.15) inset;
  -ms-box-shadow: 0 -2px rgba(0, 0, 0, 0.15) inset;
}

.bo-social-icons [class^="bo-social-"] {
  background: #9c9c9c;
  color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  display: inline-block;
  height: 31px;
  line-height: 31px;
  margin: 2px 0;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-out 0s;
  vertical-align: top;
  border-radius: 3px;
}
.bo-social-icons [class^="bo-social-"]:hover {
  background: #000000;
  color: #FFFFFF;
}
.bo-social-icons.social-radius-rounded [class^="bo-social-"] {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.bo-sicolor .bo-social-twitter {
  background: #00bdec;
}
.bo-sicolor .bo-social-twitter:hover {
  background: #000000;
}
.bo-sicolor .bo-social-dribbble {
  background: #ef5b92;
}
.bo-sicolor .bo-social-dribbble:hover {
  background: #000000;
}
.bo-sicolor .bo-social-facebook {
  background: #3b5998;
}
.bo-sicolor .bo-social-facebook:hover {
  background: #000000;
}
.bo-sicolor .bo-social-duckduckgo {
  background: #de3100;
}
.bo-sicolor .bo-social-duckduckgo:hover {
  background: #000000;
}
.bo-sicolor .bo-social-aim {
  background: #158799;
}
.bo-sicolor .bo-social-aim:hover {
  background: #000000;
}
.bo-sicolor .bo-social-delicious {
  background: #183864;
}
.bo-sicolor .bo-social-delicious:hover {
  background: #000000;
}
.bo-sicolor .bo-social-paypal {
  background: #32689a;
}
.bo-sicolor .bo-social-paypal:hover {
  background: #000000;
}
.bo-sicolor .bo-social-android {
  background: #8ab733;
}
.bo-sicolor .bo-social-android:hover {
  background: #000000;
}
.bo-sicolor .bo-social-gplus {
  background: #d94a39;
}
.bo-sicolor .bo-social-gplus:hover {
  background: #000000;
}
.bo-sicolor .bo-social-lanyrd {
  background: #3879ba;
}
.bo-sicolor .bo-social-lanyrd:hover {
  background: #000000;
}
.bo-sicolor .bo-social-stumbleupon {
  background: #ea4b24;
}
.bo-sicolor .bo-social-stumbleupon:hover {
  background: #000000;
}
.bo-sicolor .bo-social-fivehundredpx {
  background: #00a6e1;
}
.bo-sicolor .bo-social-fivehundredpx:hover {
  background: #000000;
}
.bo-sicolor .bo-social-pinterest {
  background: #b8242a;
}
.bo-sicolor .bo-social-pinterest:hover {
  background: #000000;
}
.bo-sicolor .bo-social-bitcoin {
  background: #f7931a;
}
.bo-sicolor .bo-social-bitcoin:hover {
  background: #000000;
}
.bo-sicolor .bo-social-w3c {
  background: #005a9c;
}
.bo-sicolor .bo-social-w3c:hover {
  background: #000000;
}
.bo-sicolor .bo-social-foursquare {
  background: #3bb7e8;
}
.bo-sicolor .bo-social-foursquare:hover {
  background: #000000;
}
.bo-sicolor .bo-social-html5 {
  background: #e44e26;
}
.bo-sicolor .bo-social-html5:hover {
  background: #000000;
}
.bo-sicolor .bo-social-ie {
  background: #00ccff;
}
.bo-sicolor .bo-social-ie:hover {
  background: #000000;
}
.bo-sicolor .bo-social-grooveshark {
  background: #f66f00;
}
.bo-sicolor .bo-social-grooveshark:hover {
  background: #000000;
}
.bo-sicolor .bo-social-ninetyninedesigns {
  background: #ff5501;
}
.bo-sicolor .bo-social-ninetyninedesigns:hover {
  background: #000000;
}
.bo-sicolor .bo-social-forrst {
  background: #223f17;
}
.bo-sicolor .bo-social-forrst:hover {
  background: #000000;
}
.bo-sicolor .bo-social-spotify {
  background: #8fbd05;
}
.bo-sicolor .bo-social-spotify:hover {
  background: #000000;
}
.bo-sicolor .bo-social-reddit {
  background: #ff4500;
}
.bo-sicolor .bo-social-reddit:hover {
  background: #000000;
}
.bo-sicolor .bo-social-gowalla {
  background: #f6911d;
}
.bo-sicolor .bo-social-gowalla:hover {
  background: #000000;
}
.bo-sicolor .bo-social-apple {
  background: #5f5f5f;
}
.bo-sicolor .bo-social-apple:hover {
  background: #000000;
}
.bo-sicolor .bo-social-blogger {
  background: #fb9241;
}
.bo-sicolor .bo-social-blogger:hover {
  background: #000000;
}
.bo-sicolor .bo-social-cc {
  background: #5e7c00;
}
.bo-sicolor .bo-social-cc:hover {
  background: #000000;
}
.bo-sicolor .bo-social-evernote {
  background: #61b239;
}
.bo-sicolor .bo-social-evernote:hover {
  background: #000000;
}
.bo-sicolor .bo-social-flickr {
  background: #ff0084;
}
.bo-sicolor .bo-social-flickr:hover {
  background: #000000;
}
.bo-sicolor .bo-social-google {
  background: #d94a39;
}
.bo-sicolor .bo-social-google:hover {
  background: #000000;
}
.bo-sicolor .bo-social-viadeo {
  background: #f5a433;
}
.bo-sicolor .bo-social-viadeo:hover {
  background: #000000;
}
.bo-sicolor .bo-social-instapaper {
  background: #eaec08;
}
.bo-sicolor .bo-social-instapaper:hover {
  background: #000000;
}
.bo-sicolor .bo-social-klout {
  background: #e34600;
}
.bo-sicolor .bo-social-klout:hover {
  background: #000000;
}
.bo-sicolor .bo-social-linkedin {
  background: #1b92bd;
}
.bo-sicolor .bo-social-linkedin:hover {
  background: #000000;
}
.bo-sicolor .bo-social-meetup {
  background: #e51938;
}
.bo-sicolor .bo-social-meetup:hover {
  background: #000000;
}
.bo-sicolor .bo-social-vk {
  background: #587da4;
}
.bo-sicolor .bo-social-vk:hover {
  background: #000000;
}
.bo-sicolor .bo-social-disqus {
  background: #2e9fff;
}
.bo-sicolor .bo-social-disqus:hover {
  background: #000000;
}
.bo-sicolor .bo-social-rss {
  background: #ff7f00;
}
.bo-sicolor .bo-social-rss:hover {
  background: #000000;
}
.bo-sicolor .bo-social-skype {
  background: #18b7f1;
}
.bo-sicolor .bo-social-skype:hover {
  background: #000000;
}
.bo-sicolor .bo-social-youtube {
  background: #c4302b;
}
.bo-sicolor .bo-social-youtube:hover {
  background: #000000;
}
.bo-sicolor .bo-social-vimeo {
  background: #01557a;
}
.bo-sicolor .bo-social-vimeo:hover {
  background: #000000;
}
.bo-sicolor .bo-social-windows {
  background: #00ccff;
}
.bo-sicolor .bo-social-windows:hover {
  background: #000000;
}
.bo-sicolor .bo-social-xing {
  background: #036567;
}
.bo-sicolor .bo-social-xing:hover {
  background: #000000;
}
.bo-sicolor .bo-social-yahoo {
  background: #61399d;
}
.bo-sicolor .bo-social-yahoo:hover {
  background: #000000;
}
.bo-sicolor .bo-social-chrome {
  background: #58b947;
}
.bo-sicolor .bo-social-chrome:hover {
  background: #000000;
}
.bo-sicolor .bo-social-macstore {
  background: #6e6e6e;
}
.bo-sicolor .bo-social-macstore:hover {
  background: #000000;
}
.bo-sicolor .bo-social-amazon {
  background: #ff9900;
}
.bo-sicolor .bo-social-amazon:hover {
  background: #000000;
}
.bo-sicolor .bo-social-steam {
  background: #a5a4a1;
}
.bo-sicolor .bo-social-steam:hover {
  background: #000000;
}
.bo-sicolor .bo-social-dropbox {
  background: #7ab6ec;
}
.bo-sicolor .bo-social-dropbox:hover {
  background: #000000;
}
.bo-sicolor .bo-social-cloudapp {
  background: #489dde;
}
.bo-sicolor .bo-social-cloudapp:hover {
  background: #000000;
}
.bo-sicolor .bo-social-ebay {
  background: #86b817;
}
.bo-sicolor .bo-social-ebay:hover {
  background: #000000;
}
.bo-sicolor .bo-social-github {
  background: #667F8E;
}
.bo-sicolor .bo-social-github:hover {
  background: #000000;
}
.bo-sicolor .bo-social-googleplay {
  background: #5befd0;
}
.bo-sicolor .bo-social-googleplay:hover {
  background: #000000;
}
.bo-sicolor .bo-social-itunes {
  background: #177ac8;
}
.bo-sicolor .bo-social-itunes:hover {
  background: #000000;
}
.bo-sicolor .bo-social-plurk {
  background: #a73d07;
}
.bo-sicolor .bo-social-plurk:hover {
  background: #000000;
}
.bo-sicolor .bo-social-songkick {
  background: #f80046;
}
.bo-sicolor .bo-social-songkick:hover {
  background: #000000;
}
.bo-sicolor .bo-social-lastfm {
  background: #c60e16;
}
.bo-sicolor .bo-social-lastfm:hover {
  background: #000000;
}
.bo-sicolor .bo-social-gmail {
  background: #e04a3f;
}
.bo-sicolor .bo-social-gmail:hover {
  background: #000000;
}
.bo-sicolor .bo-social-pinboard {
  background: #224cf4;
}
.bo-sicolor .bo-social-pinboard:hover {
  background: #000000;
}
.bo-sicolor .bo-social-openid {
  background: #be661b;
}
.bo-sicolor .bo-social-openid:hover {
  background: #000000;
}
.bo-sicolor .bo-social-quora {
  background: #c41a00;
}
.bo-sicolor .bo-social-quora:hover {
  background: #000000;
}
.bo-sicolor .bo-social-soundcloud {
  background: #ff5c00;
}
.bo-sicolor .bo-social-soundcloud:hover {
  background: #000000;
}
.bo-sicolor .bo-social-tumblr {
  background: #395874;
}
.bo-sicolor .bo-social-tumblr:hover {
  background: #000000;
}
.bo-sicolor .bo-social-eventasaurus {
  background: #b9f15e;
}
.bo-sicolor .bo-social-eventasaurus:hover {
  background: #000000;
}
.bo-sicolor .bo-social-wordpress {
  background: #464646;
}
.bo-sicolor .bo-social-wordpress:hover {
  background: #000000;
}
.bo-sicolor .bo-social-yelp {
  background: #c41200;
}
.bo-sicolor .bo-social-yelp:hover {
  background: #000000;
}
.bo-sicolor .bo-social-intensedebate {
  background: #00aeef;
}
.bo-sicolor .bo-social-intensedebate:hover {
  background: #000000;
}
.bo-sicolor .bo-social-eventbrite {
  background: #ff6c00;
}
.bo-sicolor .bo-social-eventbrite:hover {
  background: #000000;
}
.bo-sicolor .bo-social-scribd {
  background: #002939;
}
.bo-sicolor .bo-social-scribd:hover {
  background: #000000;
}
.bo-sicolor .bo-social-posterous {
  background: #f8d667;
}
.bo-sicolor .bo-social-posterous:hover {
  background: #000000;
}
.bo-sicolor .bo-social-stripe {
  background: #617ee8;
}
.bo-sicolor .bo-social-stripe:hover {
  background: #000000;
}
.bo-sicolor .bo-social-opentable {
  background: #990000;
}
.bo-sicolor .bo-social-opentable:hover {
  background: #000000;
}
.bo-sicolor .bo-social-instagram {
  background: #4c799f;
}
.bo-sicolor .bo-social-instagram:hover {
  background: #000000;
}
.bo-sicolor .bo-social-dwolla {
  background: #ff7404;
}
.bo-sicolor .bo-social-dwolla:hover {
  background: #000000;
}
.bo-sicolor .bo-social-appnet {
  background: #1e0c29;
}
.bo-sicolor .bo-social-appnet:hover {
  background: #000000;
}
.bo-sicolor .bo-social-statusnet {
  background: #fb6104;
}
.bo-sicolor .bo-social-statusnet:hover {
  background: #000000;
}
.bo-sicolor .bo-social-acrobat {
  background: #ff0000;
}
.bo-sicolor .bo-social-acrobat:hover {
  background: #000000;
}
.bo-sicolor .bo-social-drupal {
  background: #007dc3;
}
.bo-sicolor .bo-social-drupal:hover {
  background: #000000;
}
.bo-sicolor .bo-social-pocket {
  background: #ee4056;
}
.bo-sicolor .bo-social-pocket:hover {
  background: #000000;
}
.bo-sicolor .bo-social-bitbucket {
  background: #205081;
}
.bo-sicolor .bo-social-bitbucket:hover {
  background: #000000;
}
.bo-sicolor .bo-social-flattr {
  background: #fbbc23;
}
.bo-sicolor .bo-social-flattr:hover {
  background: #000000;
}
.bo-sicolor .bo-social-eventful {
  background: #0066cc;
}
.bo-sicolor .bo-social-eventful:hover {
  background: #000000;
}
.bo-sicolor .bo-social-smashmag {
  background: #d6231c;
}
.bo-sicolor .bo-social-smashmag:hover {
  background: #000000;
}
.bo-sicolor .bo-social-wordpress {
  background: #1e8cbe;
}
.bo-sicolor .bo-social-wordpress:hover {
  background: #000000;
}
.bo-sicolor .bo-social-calendar {
  background: #ff0000;
}
.bo-sicolor .bo-social-calendar:hover {
  background: #000000;
}
.bo-sicolor .bo-social-call {
  background: #04be3d;
}
.bo-sicolor .bo-social-call:hover {
  background: #000000;
}
.bo-sicolor .bo-social-guest {
  background: #03a9d2;
}
.bo-sicolor .bo-social-guest:hover {
  background: #000000;
}
.bo-sicolor .bo-social-weibo {
  background: #fd0000;
}
.bo-sicolor .bo-social-weibo:hover {
  background: #000000;
}
.bo-sicolor .bo-social-plancast {
  background: #e4b82c;
}
.bo-sicolor .bo-social-plancast:hover {
  background: #000000;
}
.bo-sicolor .bo-social-email {
  background: blue;
}
.bo-sicolor .bo-social-email:hover {
  background: #000000;
}
.bo-sicolor .bo-social-myspace {
  background: #2068b0;
}
.bo-sicolor .bo-social-myspace:hover {
  background: #000000;
}
.bo-sicolor .bo-social-podcast {
  background: #f38b36;
}
.bo-sicolor .bo-social-podcast:hover {
  background: #000000;
}
.bo-sicolor .bo-social-cart {
  background: #00a204;
}
.bo-sicolor .bo-social-cart:hover {
  background: #000000;
}

/* --- SCSS For Call-to-action --- */
.call-to-action {
  padding: 50px 80px;
  z-index: 1;
  text-align: center;
  width: 100%;
}
.call-to-action.light-style {
  color: white;
}
.call-to-action.light-style h1, .call-to-action.light-style h2, .call-to-action.light-style h3, .call-to-action.light-style h4, .call-to-action.light-style h5, .call-to-action.light-style h6 {
  color: #fff;
}
.call-to-action.light-style .btn {
  border-color: #fff;
  color: #fff;
}
.call-to-action .action-button .btn {
  margin-top: 30px;
  min-width: 150px;
  margin-left: 8px;
  margin-right: 8px;
}
.call-to-action.call-to-action-outline {
  outline: 1px solid #999999;
  outline-offset: -30px;
}

/* call to action style1 */
.call-to-action-v1 {
  display: table;
  text-align: left;
}
.call-to-action-v1 .call-to-action-inner {
  display: table-cell;
  vertical-align: middle;
}
.call-to-action-v1 .action-button {
  min-width: 25%;
  text-align: right;
}
.call-to-action-v1 .action-button .btn {
  margin-top: 0;
}

/* call to action style2 */
.call-to-action-v2 {
  display: table;
  text-align: right;
}
.call-to-action-v2 .call-to-action-inner {
  display: table-cell;
  vertical-align: middle;
}
.call-to-action-v2 .action-button {
  min-width: 40%;
  text-align: left;
  padding-left: 50px;
}
.call-to-action-v2 .action-button .btn {
  margin-top: 0;
}

/* call to action style3 */
.call-to-action-v3 .call-to-action-inner h1, .call-to-action-v3 .call-to-action-inner h2, .call-to-action-v3 .call-to-action-inner h3, .call-to-action-v3 .call-to-action-inner h4, .call-to-action-v3 .call-to-action-inner h5, .call-to-action-v3 .call-to-action-inner h6 {
  border: 1px solid #222;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: inline-block;
  padding: 15px 10%;
}
.call-to-action-v3.light-style .call-to-action-inner h1, .call-to-action-v3.light-style .call-to-action-inner h2, .call-to-action-v3.light-style .call-to-action-inner h3, .call-to-action-v3.light-style .call-to-action-inner h4, .call-to-action-v3.light-style .call-to-action-inner h5, .call-to-action-v3.light-style .call-to-action-inner h6 {
  border: 1px solid #fff;
}

/* call to action style4 */
.call-to-action-v4 {
  padding-left: 18%;
  padding-right: 18%;
}
.call-to-action-v4 .fa {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: #9c9c9c;
  text-align: center;
  color: #fff;
}

/* call to action style5 */
.call-to-action-v5 {
  padding: 40px;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.call-to-action-v5 .heading-title {
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
}
.call-to-action-v5 .call-to-action-inner {
  font-size: 24px;
}
.call-to-action-v5 .action-button {
  margin-top: 30px;
}

/* call to action style6 */
.call-to-action-v6 {
  outline: 1px solid #999999;
  outline-offset: -30px;
  padding: 70px 95px;
  overflow: hidden;
}
.call-to-action-v6 .heading-title {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  font-family: inherit;
  margin-bottom: 20px;
}
.call-to-action-v6 .call-to-action-inner {
  color: #bbb;
  font-size: 24px;
  float: left;
}
.rtl .call-to-action-v6 .call-to-action-inner {
  float: right !important;
}
.call-to-action-v6 .action-button {
  float: right;
}
.rtl .call-to-action-v6 .action-button {
  float: left !important;
}

/* --- SCSS For Columns --- */
/* --- SCSS For Contact-form --- */
/* --- SCSS For Content-slider --- */
.carousel-controls.carousel-style {
  position: relative;
  min-height: 80px;
  margin: 0 20px;
}
.carousel-controls.carousel-center {
  text-align: center;
}
.carousel-controls.carousel-center .carousel-control {
  margin: 0;
  position: static;
  display: inline-block;
}

.carousel-control {
  z-index: 5;
}

.carousel-md {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.carousel-sm {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 10px;
}

.carousel-xs {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
}

.carousel-controls-v1 .carousel-control {
  box-shadow: 0 0 0 30px rgba(0, 0, 0, 0.5) inset;
  color: #999999;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.carousel-controls-v1 .carousel-control:hover {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5) inset;
  color: #737373;
}

.carousel-controls-v2 .carousel-control {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
  color: #999999;
  font-size: 28px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.carousel-controls-v2 .carousel-control:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
  color: #595959;
}

.carousel-controls-v3 .carousel-control {
  box-shadow: 0 0 0 30px #9c9c9c inset;
  color: white;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.carousel-controls-v3 .carousel-control:hover {
  box-shadow: 0 0 0 30px #767676 inset;
  color: white;
}

/* Navigation Styles */
[class*="carousel-indicators-"] li {
  cursor: pointer;
  position: relative;
  border: none;
}
[class*="carousel-indicators-"] li a {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  outline: medium none;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  transform-style: preserve-3d;
  -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
}
[class*="carousel-indicators-"] li.active {
  background-color: transparent;
}

.carousel-indicators-v1 li a:before, .carousel-indicators-v1 li a:after {
  backface-visibility: hidden;
  background-color: #dddddd;
  border-radius: 50%;
  content: "";
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.carousel-indicators-v1 li a:after {
  background-color: #9c9c9c;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.carousel-indicators-v1 li a:hover, .carousel-indicators-v1 li a:focus {
  opacity: 0.8;
}
.carousel-indicators-v1 li.active a {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.carousel-indicators-v2 li {
  margin: 0 3px;
}
.carousel-indicators-v2 li a {
  -webkit-transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
  transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
  background-color: #dddddd;
}
.carousel-indicators-v2 li a:hover, .carousel-indicators-v2 li a:focus {
  background-color: #d5d5d5;
}
.carousel-indicators-v2 li.active {
  margin: 0 3px;
}
.carousel-indicators-v2 li.active a {
  background-color: #9c9c9c;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.carousel-indicators-v3 li {
  width: 14px;
  height: 14px;
}
.carousel-indicators-v3 li a {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 1px #9c9c9c inset;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.carousel-indicators-v3 li a:after {
  background-color: #9c9c9c;
  border-radius: 50%;
  content: "";
  left: 0;
  position: absolute;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transform-origin: 50% 50% 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%;
}
.carousel-indicators-v3 li a:hover, .carousel-indicators-v3 li a:focus {
  opacity: 0.8;
}
.carousel-indicators-v3 li.active {
  width: 14px;
  height: 14px;
}
.carousel-indicators-v3 li.active a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.carousel-indicators-v4 li {
  margin: 0 3px;
  width: 14px;
  height: 14px;
}
.carousel-indicators-v4 li a {
  box-shadow: 0 0 0 8px #9c9c9c inset;
  -webkit-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
}
.carousel-indicators-v4 li a:hover, .carousel-indicators-v4 li a:focus {
  box-shadow: 0 0 0 8px #9c9c9c inset;
}
.carousel-indicators-v4 li.active {
  width: 14px;
  height: 14px;
  margin: 0 3px;
}
.carousel-indicators-v4 li.active a {
  box-shadow: 0 0 0 2px #9c9c9c inset;
}

.carousel-indicators-v5 li {
  margin: 0 3px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
  -webkit-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 14px;
  height: 14px;
}
.carousel-indicators-v5 li a {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.3s ease 0s, transform 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, transform 0.3s ease 0s;
}
.carousel-indicators-v5 li a:hover, .carousel-indicators-v5 li a:focus {
  background-color: #9c9c9c;
}
.carousel-indicators-v5 li.active {
  width: 14px;
  height: 14px;
  margin: 0 3px;
  box-shadow: 0 0 0 2px #9c9c9c;
}
.carousel-indicators-v5 li.active a {
  background-color: #9c9c9c;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
}

.carousel-indicators-v6 li {
  width: 14px;
  height: 14px;
}
.carousel-indicators-v6 li a {
  border: 2px solid #ddd;
  -webkit-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
}
.carousel-indicators-v6 li a:after {
  background: none repeat scroll 0 0 #9c9c9c;
  border-radius: 50%;
  box-shadow: 0 0 1px #9c9c9c;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  -webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, visibility 0s ease 0.3s;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, visibility 0s ease 0.3s;
  visibility: hidden;
}
.carousel-indicators-v6 li a:hover, .carousel-indicators-v6 li a:focus {
  border-color: #9c9c9c;
}
.carousel-indicators-v6 li.active {
  width: 14px;
  height: 14px;
}
.carousel-indicators-v6 li.active a {
  border-color: #9c9c9c;
}
.carousel-indicators-v6 li.active a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  visibility: visible;
}

/* --- SCSS For Counters --- */
.counters {
  text-align: center;
}
.counters .counter-wrap {
  font-size: 36px;
  color: #9c9c9c;
  font-weight: 800;
}
.counters .counter-wrap .fa {
  font-size: 46px;
}
.counters h5 {
  font-weight: 700;
  margin: 5px 0 30px;
  text-transform: uppercase;
}

/* --- SCSS For Divider --- */
[class*="hr-"] {
  min-height: 1px;
}

.hr-dashed {
  border-top: 1px dashed #eeeeee;
}

.hr-dotted {
  border-top: 1px dotted #eeeeee;
}

.hr-double {
  border-top: 3px double #eeeeee;
}

.hr-double-dashed {
  border-top: 1px dashed #eeeeee;
  position: relative;
}
.hr-double-dashed:before {
  border-top: 1px dashed #eeeeee;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 1px;
}

.hr-double-dotted {
  border-top: 1px dotted #eeeeee;
  position: relative;
}
.hr-double-dotted:before {
  border-top: 1px dotted #eeeeee;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 1px;
}

/* --- SCSS For Google-map --- */
/* --- SCSS For Heading --- */
.heading {
  z-index: 1;
  position: relative;
}
.heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6 {
  text-transform: uppercase;
  padding: 20px 0;
  margin: 0;
  letter-spacing: 2px;
}
.heading p, .heading small {
  margin-bottom: 15px;
  display: inline-block;
}
.heading.heading-light {
  color: #fff;
}
.heading.heading-light h1, .heading.heading-light h2, .heading.heading-light h3, .heading.heading-light h4, .heading.heading-light h5, .heading.heading-light h6 {
  color: #fff;
}
.heading.heading-light p, .heading.heading-light small {
  color: #fff;
}
.heading.heading-after {
  position: relative;
}
.heading.heading-after:after {
  width: 30px;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: " ";
  top: 0;
  background: #9c9c9c;
  position: absolute;
}
.heading.heading-v1 {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.heading.heading-v1:before, .heading.heading-v1:after {
  left: 50%;
  width: 80px;
  height: 5px;
  content: "";
  bottom: -5px;
  position: absolute;
}
.rtl .heading.heading-v1:before, .rtl .heading.heading-v1:after {
  right: 50%;
  left: auto;
}
.heading.heading-v1:before {
  margin-left: -80px;
  background: #9c9c9c;
}
.rtl .heading.heading-v1:before {
  margin-right: -80px;
  margin-left: inherit;
}
.heading.heading-v1:after {
  background: #444;
}
.heading.heading-v1.heading-light:after {
  background: #fff;
}
.heading.heading-v2 {
  margin-bottom: 30px;
  text-align: center;
}
.heading.heading-v2:after {
  left: 50%;
  width: 200px;
  height: 1px;
  z-index: 1;
  content: " ";
  bottom: -7px;
  background: #9c9c9c;
  text-align: center;
  position: absolute;
  margin-left: -100px;
}
.rtl .heading.heading-v2:after {
  right: 50%;
  left: auto;
}
.rtl .heading.heading-v2:after {
  margin-right: -100px;
  margin-left: inherit;
}
.heading.heading-v2:before {
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
  content: " ";
  bottom: -12px;
  text-align: center;
  position: absolute;
  background: #fff;
  border: 1px solid #9c9c9c;
}
.rtl .heading.heading-v2:before {
  right: 50%;
  left: auto;
}
.rtl .heading.heading-v2:before {
  margin-right: -6px;
  margin-left: inherit;
}
.heading.heading-v2.heading-light:after {
  background: #fff;
}
.heading.heading-v2.heading-light:before {
  background: #9c9c9c;
  border: 1px solid #fff;
}
.heading.heading-v3 {
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
.heading.heading-v3:after {
  width: 30px;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: " ";
  top: 0;
  background: #9c9c9c;
  position: absolute;
}
.heading.heading-v4 {
  z-index: 1;
  text-align: center;
  padding-top: 70px;
  position: relative;
}
.heading.heading-v4:before {
  left: 50%;
  z-index: -1;
  width: 50px;
  height: 50px;
  content: "";
  top: 11px;
  text-align: center;
  position: absolute;
  background-color: #9c9c9c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -25px;
}
.rtl .heading.heading-v4:before {
  right: 50%;
  left: auto;
}
.rtl .heading.heading-v4:before {
  margin-right: -25px;
  margin-left: inherit;
}
.heading.heading-v4:after {
  left: 50%;
  z-index: -1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  content: "\f109";
  font-family: FontAwesome;
  top: 11px;
  text-align: center;
  position: absolute;
  color: #fff;
  margin-left: -25px;
  font-size: 20px;
}
.rtl .heading.heading-v4:after {
  right: 50%;
  left: auto;
}
.rtl .heading.heading-v4:after {
  margin-right: -25px;
  margin-left: inherit;
}
.heading.heading-v4.heading-light:before {
  background: #fff;
}
.heading.heading-v5 {
  padding-bottom: 20px;
}
.heading.heading-v5 h1, .heading.heading-v5 h2, .heading.heading-v5 h3, .heading.heading-v5 h4, .heading.heading-v5 h5, .heading.heading-v5 h6 {
  padding: 0 30px;
  position: relative;
  display: inline-block;
}
.heading.heading-v6 h1, .heading.heading-v6 h2, .heading.heading-v6 h3, .heading.heading-v6 h4, .heading.heading-v6 h5, .heading.heading-v6 h6 {
  position: relative;
  margin-bottom: 35px;
}
.heading.heading-v6 h1:after, .heading.heading-v6 h2:after, .heading.heading-v6 h3:after, .heading.heading-v6 h4:after, .heading.heading-v6 h5:after, .heading.heading-v6 h6:after {
  left: 50%;
  width: 80px;
  height: 2px;
  margin-left: -40px;
  content: " ";
  bottom: -18px;
  background: #444;
  position: absolute;
}
.rtl .heading.heading-v6 h1:after, .rtl .heading.heading-v6 h2:after, .rtl .heading.heading-v6 h3:after, .rtl .heading.heading-v6 h4:after, .rtl .heading.heading-v6 h5:after, .rtl .heading.heading-v6 h6:after {
  right: 50%;
  left: auto;
}
.rtl .heading.heading-v6 h1:after, .rtl .heading.heading-v6 h2:after, .rtl .heading.heading-v6 h3:after, .rtl .heading.heading-v6 h4:after, .rtl .heading.heading-v6 h5:after, .rtl .heading.heading-v6 h6:after {
  margin-right: -40px;
  margin-left: inherit;
}
.heading.heading-v6.heading-light h1:after, .heading.heading-v6.heading-light h2:after, .heading.heading-v6.heading-light h3:after, .heading.heading-v6.heading-light h4:after, .heading.heading-v6.heading-light h5:after, .heading.heading-v6.heading-light h6:after {
  background: #fff;
}
.heading.heading-v7 {
  padding-bottom: 40px;
}
.heading.heading-v7:before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 18px solid #9c9c9c;
  bottom: 20px;
  content: "";
  width: 18px;
  height: 14px;
  left: 50%;
  margin-left: -18px;
  position: absolute;
}
.rtl .heading.heading-v7:before {
  right: 50%;
  left: auto;
}
.rtl .heading.heading-v7:before {
  margin-right: -18px;
  margin-left: inherit;
}
.heading.heading-v7:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #ffffff;
  bottom: 24px;
  content: "";
  left: 50%;
  margin-left: -14px;
  position: absolute;
  width: 10px;
  height: 8px;
}
.rtl .heading.heading-v7:after {
  margin-right: -14px;
  margin-left: inherit;
}
.heading.heading-v7.heading-light:before {
  border-top: 18px solid #fff;
}
.heading.heading-v7.heading-light:after {
  border-top: 12px solid #9c9c9c;
}
.heading.heading-v8 h1, .heading.heading-v8 h2, .heading.heading-v8 h3, .heading.heading-v8 h4, .heading.heading-v8 h5, .heading.heading-v8 h6 {
  position: relative;
  padding: 20px 0 25px;
}
.heading.heading-v8 h1:before, .heading.heading-v8 h1:after, .heading.heading-v8 h2:before, .heading.heading-v8 h2:after, .heading.heading-v8 h3:before, .heading.heading-v8 h3:after, .heading.heading-v8 h4:before, .heading.heading-v8 h4:after, .heading.heading-v8 h5:before, .heading.heading-v8 h5:after, .heading.heading-v8 h6:before, .heading.heading-v8 h6:after {
  content: ".";
  font-size: 22px;
  left: 50%;
  position: absolute;
  color: #c1c1c1;
  text-shadow: 10px 0 #dddddd, -10px 0 #dddddd;
}
.rtl .heading.heading-v8 h1:before, .rtl .heading.heading-v8 h1:after, .rtl .heading.heading-v8 h2:before, .rtl .heading.heading-v8 h2:after, .rtl .heading.heading-v8 h3:before, .rtl .heading.heading-v8 h3:after, .rtl .heading.heading-v8 h4:before, .rtl .heading.heading-v8 h4:after, .rtl .heading.heading-v8 h5:before, .rtl .heading.heading-v8 h5:after, .rtl .heading.heading-v8 h6:before, .rtl .heading.heading-v8 h6:after {
  right: 50%;
  left: auto;
}
.heading.heading-v8 h1:before, .heading.heading-v8 h2:before, .heading.heading-v8 h3:before, .heading.heading-v8 h4:before, .heading.heading-v8 h5:before, .heading.heading-v8 h6:before {
  top: -15px;
}
.heading.heading-v8 h1:after, .heading.heading-v8 h2:after, .heading.heading-v8 h3:after, .heading.heading-v8 h4:after, .heading.heading-v8 h5:after, .heading.heading-v8 h6:after {
  bottom: 0;
}
.heading.heading-v9 {
  text-align: left;
}
.rtl .heading.heading-v9 {
  text-align: right !important;
}
.heading.heading-v9 h1, .heading.heading-v9 h2, .heading.heading-v9 h3, .heading.heading-v9 h4, .heading.heading-v9 h5, .heading.heading-v9 h6 {
  position: relative;
  margin-bottom: 30px;
}
.heading.heading-v9 h1:after, .heading.heading-v9 h2:after, .heading.heading-v9 h3:after, .heading.heading-v9 h4:after, .heading.heading-v9 h5:after, .heading.heading-v9 h6:after {
  left: 0;
  width: 30px;
  height: 2px;
  content: " ";
  top: -20px;
  right: inherit;
  background-color: #9c9c9c;
  position: absolute;
}
.rtl .heading.heading-v9 h1:after, .rtl .heading.heading-v9 h2:after, .rtl .heading.heading-v9 h3:after, .rtl .heading.heading-v9 h4:after, .rtl .heading.heading-v9 h5:after, .rtl .heading.heading-v9 h6:after {
  right: 0;
  left: auto;
}
.heading.heading-v9.heading-light h1:after, .heading.heading-v9.heading-light h2:after, .heading.heading-v9.heading-light h3:after, .heading.heading-v9.heading-light h4:after, .heading.heading-v9.heading-light h5:after, .heading.heading-v9.heading-light h6:after {
  background-color: #fff;
}

/* --- SCSS For Icon-box --- */
.feature-box {
  padding: 0px 20px;
}
.feature-box .fbox-icon {
  float: left;
  margin: 11px 20px 0 0;
}
.rtl .feature-box .fbox-icon {
  float: right !important;
}
.rtl .feature-box .fbox-icon {
  margin: 11px 0 0 20px;
}
.feature-box .fbox-body {
  overflow: hidden;
  color: #bbb;
}
.feature-box .fbox-body .fbox-icon {
  margin-top: 0;
}
.feature-box small {
  font-size: 13px;
  margin-bottom: 15px;
  display: inline-block;
}
.feature-box h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.feature-box .fbox-title {
  margin: 10px 0;
  font-weight: 600;
  text-transform: none;
}
.feature-box.light-style {
  color: #dfdfdf;
}
.feature-box.light-style a {
  color: #fff;
}
.feature-box.light-style a:hover {
  color: #000;
}
.feature-box.light-style .fbox-title,
.feature-box.light-style h4 {
  color: #fff;
}
.feature-box.feature-box-right {
  text-align: right;
}
.rtl .feature-box.feature-box-right {
  text-align: left !important;
}
.feature-box.feature-box-right .fbox-icon {
  float: right;
  margin: 10px 0 0 20px;
}
.rtl .feature-box.feature-box-right .fbox-icon {
  float: left !important;
}
.rtl .feature-box.feature-box-right .fbox-icon {
  margin: 10px 20px 0 0;
}
.feature-box.feature-box-left {
  text-align: left;
}
.rtl .feature-box.feature-box-left {
  text-align: right !important;
}
.feature-box.feature-box-left .fbox-icon {
  float: left;
  margin: 10px 20px 0 0;
}
.rtl .feature-box.feature-box-left .fbox-icon {
  float: right !important;
}
.rtl .feature-box.feature-box-left .fbox-icon {
  margin: 10px 0 0 20px;
}
.feature-box.feature-box-center {
  text-align: center;
}
.feature-box.feature-box-center .fbox-icon {
  float: none;
  margin: 0 0 20px;
}
.feature-box.box-border {
  position: relative;
}
.feature-box.box-border:before {
  background: none repeat scroll 0 0 #e8e8e8;
  content: "";
  margin-top: -50px;
  position: absolute;
  top: 50%;
  right: -15px;
  width: 1px;
  height: 90px;
}
.rtl .feature-box.box-border:before {
  left: -15px;
  right: auto;
}

/* [class*="feature-box-"]{
	.fbox-icon{
		float: none;
		margin: 0;
	}
	h4 {
		padding: 10px 0;
		position: relative;
		&:before{
			content: "";
			position: absolute;
			left: 0;
			bottom: 15px;
			@include size(30px, 2px);
			background-color: $brand-primary;
		}
	}
	&.feature-box-center {
		h4 {
			&:before{
				left: 0;
				right: 0;
				margin: 0 auto;
			}
		}
	}	
} */
.feature-box-v2 .fbox-icon {
  float: left;
  margin-right: 30px;
}
.feature-box-v2 .fbox-icon .icons {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
}
.feature-box-v2 .fbox-body {
  font-size: 18px;
}

.feature-box-v3 .fbox-icon .icons {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
}
.feature-box-v3 .fbox-icon .icons.icons-plain {
  width: auto;
  height: auto;
  line-height: 100%;
}
.feature-box-v3.feature-box-right .fbox-icon {
  float: none;
  margin: 0;
}
.feature-box-v3.feature-box-right h4:before {
  left: inherit;
  right: 0;
}

.feature-box-v4 {
  position: relative;
  border: 1px solid #333;
  padding: 35px 30px 20px;
  text-align: center;
}
.feature-box-v4 .fbox-icon {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -36px;
  margin: 0 auto;
}
.feature-box-v4 .fbox-icon .icons {
  font-size: 24px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}
.feature-box-v4 .fbox-icon.fbox-bg .icons {
  background-color: #9c9c9c;
  border: 1px solid #9c9c9c;
  color: #fff;
}
.feature-box-v4 h4 {
  padding: 10px 0 20px;
}
.feature-box-v4 h4:before {
  width: 0px;
  height: 0px;
  background-color: transparent;
}
.feature-box-v4[class*="bg-"] {
  border: none;
}

.feature-box-v5 {
  padding: 20px 30px;
  border: 1px solid #ddd;
  border-bottom: 3px solid #9c9c9c;
}
.feature-box-v5 .fbox-icon .icons {
  font-size: 40px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #333;
}

/* --- SCSS For Icon-progress-bar --- */
.icon-rating {
  float: left;
}

.icon-rating input {
  left: -9999px;
  position: absolute;
}

.icon-rating label {
  cursor: pointer;
  display: block;
  float: right;
  font-size: 22px;
  height: 17px;
  line-height: 17px;
  padding: 0 3px;
}

.icon-rating label {
  color: #e0e0e0;
  transition: color 0.3s ease 0s;
}

.icon-rating input + label:hover, .icon-rating input + label:hover ~ label {
  color: #9c9c9c;
}

.icon-rating input:checked ~ label {
  color: #9c9c9c;
}

.icon-rating-horizontal {
  float: none;
  text-align: center;
}

.icon-rating-horizontal label {
  float: none;
  height: 20px;
  line-height: 20px;
}

.light-style {
  color: #fff;
}
.light-style h1, .light-style h2, .light-style h3, .light-style h4, .light-style h5, .light-style h6 {
  color: #fff;
}

.bg-success .icon-rating label {
  color: #449d44;
}
.bg-success .icon-rating input + label:hover, .bg-success .icon-rating input + label:hover ~ label,
.bg-success .icon-rating input:checked ~ label {
  color: #fff;
}

.bg-danger .icon-rating label {
  color: #b52b27;
}
.bg-danger .icon-rating input + label:hover, .bg-danger .icon-rating input + label:hover ~ label,
.bg-danger .icon-rating input:checked ~ label {
  color: #fff;
}

.bg-warning .icon-rating label {
  color: #df8a13;
}
.bg-warning .icon-rating input + label:hover, .bg-warning .icon-rating input + label:hover ~ label,
.bg-warning .icon-rating input:checked ~ label {
  color: #fff;
}

.bg-primary .icon-rating label {
  color: #767676;
}
.bg-primary .icon-rating input + label:hover, .bg-primary .icon-rating input + label:hover ~ label,
.bg-primary .icon-rating input:checked ~ label {
  color: #fff;
}

.bg-info .icon-rating label {
  color: #28a1c5;
}
.bg-info .icon-rating input + label:hover, .bg-info .icon-rating input + label:hover ~ label,
.bg-info .icon-rating input:checked ~ label {
  color: #fff;
}

/* --- SCSS For Interactive-banner --- */
.interactive-banner {
  color: #fff;
  position: relative;
  overflow: hidden;
  /* .mask-link{
  	position: absolute;
      content: "";
      @include size (100%, 100%);
       top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 1;
  } */
}
.interactive-banner .interactive-banner-profile {
  position: absolute;
  z-index: 2;
  margin: auto;
  content: "";
}
.interactive-banner .interactive-banner-profile h2 {
  text-transform: uppercase;
  margin: 10px 0 15px;
}
.interactive-banner .interactive-banner-profile small {
  text-transform: uppercase;
}
.interactive-banner .banner-title h2, .interactive-banner .banner-title h3, .interactive-banner .banner-title h4, .interactive-banner .banner-title h5, .interactive-banner .banner-title h6 {
  color: #fff;
}
.interactive-banner .action .icons:hover {
  background-color: #5cb85c !important;
  border: #5cb85c !important;
}
.interactive-banner.left .interactive-banner-profile {
  left: 20px;
}
.interactive-banner.right .interactive-banner-profile {
  right: 20px;
}
.interactive-banner.center .interactive-banner-profile {
  right: 0;
  left: 0;
}

.interactive-banner-v1 .interactive-banner-profile {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 20px solid #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
  visibility: hidden;
}
.interactive-banner-v1 .inner-banner {
  position: absolute;
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
  transform-origin: 50% 50% 0;
}
.interactive-banner-v1:hover .interactive-banner-profile {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.interactive-banner-v2 .interactive-banner-profile {
  top: 40px;
  width: 55%;
  height: 120px;
}
.interactive-banner-v2 .interactive-banner-profile .action {
  padding: 5px 15px;
  margin-bottom: 3px;
  background-color: #fff;
  color: #333;
}
.interactive-banner-v2.left .interactive-banner-profile {
  left: 60px;
}
.interactive-banner-v2.right .interactive-banner-profile {
  right: 60px;
}
.interactive-banner-v2.center .interactive-banner-profile {
  right: 0;
  left: 0;
}

.interactive-banner-v3 .interactive-banner-profile {
  padding: 40px 60px;
  width: 100%;
  height: 100%;
  top: 0;
}
.interactive-banner-v3 .interactive-banner-profile .action {
  bottom: 60px;
  left: 60px;
  right: 60px;
  content: "";
  position: absolute;
}
.interactive-banner-v3 .interactive-banner-profile .action:after {
  content: "";
  position: absolute;
  border: 5px solid #fff;
  bottom: -30px;
  left: -30px;
  right: -30px;
  height: calc(100% + 60px);
  width: calc(100% + 60px);
  z-index: -1;
}

.interactive-banner-v4 .interactive-banner-profile {
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 30px;
  position: absolute;
  content: "";
  transform: translate3d(0px, 60px, 0px);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.interactive-banner-v4 .interactive-banner-profile .action {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
  position: relative;
  background-color: #5cb85c;
  margin: 0 -30px;
  padding: 20px 30px;
}
.interactive-banner-v4 .interactive-banner-profile img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}
.interactive-banner-v4:hover .interactive-banner-profile {
  transform: translate3d(0px, 0px, 0px);
}
.interactive-banner-v4:hover .interactive-banner-profile .action {
  opacity: 1;
  filter: alpha(opacity=100);
}
.interactive-banner-v4:hover .interactive-banner-profile img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.interactive-banner-v5 .interactive-banner-profile {
  width: 55%;
  height: 120px;
  bottom: 0;
  top: 0;
}
.interactive-banner-v5 a.links {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transform: translate3d(0px, -60px, 0px);
}
.interactive-banner-v5:hover a.links {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate3d(0px, 0px, 0px);
}

/* --- SCSS For Latest-posts --- */
/* latest posts */
.latest-posts {
  font-size: 14px;
  color: #333333;
}
.latest-posts a {
  color: #9c9c9c;
}
.latest-posts a:hover {
  color: #9c9c9c;
}
.latest-posts .latest-posts-title {
  margin-top: 5px;
  font-size: 13px;
}
.latest-posts .latest-posts-meta {
  font-size: 16px;
  overflow: hidden;
}
.latest-posts .latest-posts-profile {
  font-size: 13px;
  font-style: italic;
  color: #333333;
}
.latest-posts .latest-posts-profile a {
  color: #333333;
}
.latest-posts .latest-posts-profile a:hover {
  color: #9c9c9c;
}
.latest-posts .latest-posts-profile i {
  margin-right: 7px;
  font-size: 14px;
}
.rtl .latest-posts .latest-posts-profile i {
  margin-left: 7px;
  margin-right: inherit;
}
.latest-posts.latest-posts-special .latest-posts-body > div {
  width: 50%;
  overflow: hidden;
}

/* latest posts v1*/
.latest-posts-v1 .latest-posts-meta,
.latest-posts-v1 .latest-posts-profile {
  background-color: #f6f6f6;
  padding: 15px;
}
.latest-posts-v1 .latest-posts-profile {
  border-top: 1px solid #e5e5e5;
}

/* latest posts v2*/
.latest-posts-v2 .latest-posts-meta,
.latest-posts-v2 .latest-posts-profile {
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.7);
}

/* latest posts v3*/
.latest-posts-v3 {
  text-align: center;
}
.latest-posts-v3 .latest-posts-title {
  position: relative;
}
.latest-posts-v3 .latest-posts-title:after {
  background-color: #444444;
  content: " ";
  height: 1px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: 41px;
  width: 30px;
}
.latest-posts-v3 .latest-posts-meta {
  padding: 15px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
}
.latest-posts-v3 .latest-posts-profile {
  background-color: rgba(0, 0, 0, 0.3);
  text-align: left;
  position: absolute;
  top: -42px;
  left: 0;
  padding: 10px 15px;
  width: 100%;
  color: #fff;
}
.rtl .latest-posts-v3 .latest-posts-profile {
  text-align: right !important;
}
.latest-posts-v3 .latest-posts-profile a {
  color: #fff;
}
.latest-posts-v3 .latest-posts-profile a:hover {
  color: red;
}

/* latest posts v4*/
.latest-posts-v4 .latest-posts-image {
  margin-right: 10px;
}
.rtl .latest-posts-v4 .latest-posts-image {
  margin-left: 10px;
  margin-right: inherit;
}
.latest-posts-v4 .latest-posts-image img {
  width: 100px!important;
  height: auto!important;
}
.latest-posts-v4 .latest-posts-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.latest-posts-v4 .latest-posts-item .latest-posts-title {
  font-size: 14px;
  text-transform: uppercase;
}
.latest-posts-v4 .latest-posts-item .latest-posts-profile > span {
  margin-right: 10px;
}
.rtl .latest-posts-v4 .latest-posts-item .latest-posts-profile > span {
  margin-left: 10px;
  margin-right: inherit;
}

/* latest posts v5*/
.latest-posts-v5 .latest-posts-image {
  margin-left: 10px;
}
.rtl .latest-posts-v5 .latest-posts-image {
  margin-right: 10px;
  margin-left: inherit;
}
.latest-posts-v5 .latest-posts-image img {
  width: 100px!important;
  height: auto!important;
}
.latest-posts-v5 .latest-posts-item {
  padding: 20px;
}
.latest-posts-v5 .latest-posts-item:nth-child(even) {
  background-color: rgba(228, 228, 228, 0.3);
}
.latest-posts-v5 .latest-posts-item:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.3);
}
.latest-posts-v5 .latest-posts-item .latest-posts-title {
  font-size: 14px;
  text-transform: uppercase;
}
.latest-posts-v5 .latest-posts-item .latest-posts-profile > span {
  margin-right: 10px;
}
.rtl .latest-posts-v5 .latest-posts-item .latest-posts-profile > span {
  margin-left: 10px;
  margin-right: inherit;
}

/* --- SCSS For List --- */
/* class list */
.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.lists li {
  margin-bottom: 10px;
  list-style: none;
}
.lists li a {
  color: #666666;
}
.lists li a:hover {
  color: #9c9c9c;
  text-decoration: none;
}
.lists li i {
  color: #666666;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.lists.lists-light li, .lists.lists-light li a, .lists.lists-light li i {
  color: white;
}
.lists.lists-light li a:hover {
  color: #9c9c9c;
}
.lists.list-style-circle, .lists.list-style-disc {
  list-style: none;
  padding-left: 20px;
}
.lists.list-style-circle li, .lists.list-style-disc li {
  position: relative;
}
.lists.list-style-circle li:before, .lists.list-style-disc li:before {
  color: #666666;
  font-family: 'FontAwesome';
  font-size: 10px;
  left: -20px;
  position: absolute;
  top: 4px;
}
.lists.list-style-circle.lists-light li:before, .lists.list-style-disc.lists-light li:before {
  color: white;
}
.lists.list-style-circle li:before {
  content: "\f10c";
}
.lists.list-style-disc li:before {
  content: "\f111";
}
.lists.list-style-square {
  list-style: none;
  padding-left: 20px;
}
.lists.list-style-square li {
  position: relative;
}
.lists.list-style-square li:before {
  content: "";
  top: 10px;
  left: -15px;
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #666666;
}
.lists.list-style-square.lists-light li:before {
  background-color: white;
}
.lists.list-style-number {
  counter-reset: li;
  list-style: outside none decimal;
  padding-left: 20px;
}
.lists.list-style-number li {
  display: block;
  padding-left: 5px;
}
.lists.list-style-number li:before {
  color: #666666;
  content: counter(li, decimal);
  counter-increment: li;
  left: 20px;
  position: absolute;
}
.lists.list-style-number.lists-light li:before {
  color: white;
}

/* --- SCSS For Media --- */
.media-image-v1 {
  border: 10px solid #f5f5f5;
  box-shadow: 0 4px 3px -2px rgba(0, 0, 0, 0.1);
}

.media-image-v2 {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.media-image-v3 {
  border: 10px solid #f5f5f5;
  position: relative;
}
.media-image-v3:before, .media-image-v3:after {
  width: 22%;
  height: 15px;
  bottom: 2px;
  box-shadow: 0 9px 20px 4px rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  z-index: -1;
}
.media-image-v3:before {
  left: 5px;
}
.media-image-v3:after {
  right: 5px;
}

/* --- SCSS For Message --- */
.alert-box-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-box-success hr {
  border-top-color: #c9e2b3;
}
.alert-box-success .alert-link {
  color: #2b542c;
}

.alert-box-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-box-info hr {
  border-top-color: #a6e1ec;
}
.alert-box-info .alert-link {
  color: #245269;
}

.alert-box-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-box-warning hr {
  border-top-color: #f7e1b5;
}
.alert-box-warning .alert-link {
  color: #66512c;
}

.alert-box-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-box-error hr {
  border-top-color: #e4b9c0;
}
.alert-box-error .alert-link {
  color: #843534;
}

/* --- SCSS For Mockup-presentation --- */
.mockup {
  font-size: 16px;
  line-height: 32px;
}
.mockup .heading h1, .mockup .heading h2, .mockup .heading h3, .mockup .heading h4, .mockup .heading h5 {
  margin-top: 0;
}

/* --- SCSS For Newsletter --- */
[class*="newsletter-v"] {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  padding: 30px 0;
}
[class*="newsletter-v"].light-style {
  color: #fff;
}
[class*="newsletter-v"].light-style .form-control {
  color: #fff;
  background: transparent;
}
[class*="newsletter-v"].light-style .newsletter-label {
  color: #FFF;
}
[class*="newsletter-v"].newsletter-border {
  border: 1px solid #e8e8e8;
}
[class*="newsletter-v"].newsletter-center {
  text-align: center;
}
[class*="newsletter-v"].newsletter-center .newsletter-heading {
  margin-bottom: 20px;
}
[class*="newsletter-v"].newsletter-center h2 {
  margin-top: 0;
}

.newsletter-label {
  font-size: 18px;
  margin-top: 0;
  text-transform: uppercase;
}

.newsletter-v3 .newsletter-label {
  color: #FFF;
}

.newsletter-v8 .heading span {
  display: block;
  margin-bottom: 30px;
}
.newsletter-v8 .newsletter-group {
  margin: 0 auto;
  width: 60%;
  background: #FFF;
  border: 0;
  padding: 0 2px 0 0px;
  border-radius: 3px;
}
.newsletter-v8 .newsletter-input {
  background: transparent none;
  border: 0;
}

/* --- SCSS For Panel --- */
.panel-v1 .panel-heading {
  padding: 20px 0;
  border-color: #e8e8e8;
}
.panel-v1 .panel-heading:after {
  background-color: #9c9c9c;
}
.panel-v1 .panel-body {
  padding: 0!important;
}

.panel-v2 .panel-heading {
  text-align: center;
  border-color: #e8e8e8;
}
.panel-v2 .panel-heading:after {
  background-color: #9c9c9c;
  right: 0;
  margin: 0 auto;
}

.panel-v3 .panel-body {
  padding: 15px 0;
}

/* --- SCSS For Parallax --- */
.parallax {
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
.parallax .parallax-heading h1, .parallax .parallax-heading h2, .parallax .parallax-heading h3, .parallax .parallax-heading h4, .parallax .parallax-heading h5, .parallax .parallax-heading h6 {
  text-transform: uppercase;
}

.parallax-v1 .parallax-heading h2 {
  margin: 0;
}

.parallax-light h1, .parallax-light h2, .parallax-light h3, .parallax-light h4, .parallax-light h5, .parallax-light h6, .parallax-light p {
  color: #FFF;
}

/* --- SCSS For Piechart --- */
[class*="piechart-v"] .piechart-body {
  position: relative;
  display: inline-block;
}
[class*="piechart-v"] .piechart-body .piechart-body-inner {
  top: 0;
  font-size: 35px;
  line-height: 140px;
  position: absolute;
  left: 0;
  width: 100%;
  height: 140px;
}
.rtl [class*="piechart-v"] .piechart-body .piechart-body-inner {
  right: 0;
  left: auto;
}
[class*="piechart-v"].piechart-center {
  text-align: center;
}
[class*="piechart-v"].light-style {
  color: #fff;
}

.progress-title {
  font-size: 24px;
  color: #000;
  font-weight: 800;
  line-height: 100%;
}
.progress-title span {
  margin-right: 10px;
}
.rtl .progress-title span {
  margin-left: 10px;
  margin-right: inherit;
}
.progress-title small {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.progress-bar {
  box-shadow: none;
}

.progress-icon .progress-title {
  padding-left: 10px;
}
.progress-icon .bar-chart {
  padding-left: 50px;
  position: relative;
}
.progress-icon .bar-icon {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
}

.progress-box .progress-bar {
  transition: all 3s ease-in 0s;
}

.process > li:hover i, .process > li:hover i:after {
  transition: all 0.3s ease-in-out 0s;
}

.chart {
  display: inline-block;
  width: 110px;
  margin: 40px auto 20px;
  padding: 0 10px;
}

.easyPieChart {
  position: relative;
  text-align: center;
}
.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.percentage {
  font-size: 24px;
  color: #9c9c9c;
  font-weight: 800;
  margin: 0 auto 0.5em;
}

.piechart-title {
  text-transform: uppercase;
  font-weight: 700;
}

sup {
  top: -0.2em;
  margin-left: 1px;
}

.ctrl {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #c4cdcc;
  word-spacing: 5px;
}
.ctrl span {
  cursor: pointer;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
.ctrl span:hover {
  color: #000;
}

/* --- SCSS For Pricing --- */
.pricing {
  text-align: center;
}

.pricing-v1 {
  background: #FFFFFF;
}
.pricing-v1 .plan-title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  padding: 30px 0;
  border-bottom: 2px solid whitesmoke;
}
.pricing-v1 .plan-figure {
  font-size: 48px;
  font-weight: 300;
  color: #000;
}
.pricing-v1 .plan-price {
  font-size: 16px;
  border-bottom: 2px solid whitesmoke;
}
.pricing-v1 .plan-currency {
  font-size: 30px;
  font-weight: 300;
}
.pricing-v1 .plain-info {
  padding: 20px;
}
.pricing-v1 .plain-info li {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  background: #EDEDED;
  margin-bottom: 10px;
  padding: 14px 0;
}
.pricing-v1 .pricing-footer {
  padding: 0px 20px 40px 20px;
}

.pricing-v2 {
  background: #FFFFFF;
}
.pricing-v2 .plan-title {
  color: #000;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  padding: 30px 0;
}
.pricing-v2 .plan-price {
  background: #9c9c9c;
  margin: 0 -10px;
  position: relative;
  height: 100px;
}
.pricing-v2 .plan-price .plan-price-body {
  background: #9c9c9c;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -15px;
  right: 0;
  color: #FFF;
  width: 130px;
  height: 130px;
}
.pricing-v2 .plan-price .plan-figure {
  font-size: 48px;
  font-weight: 300;
}
.pricing-v2 .plan-price .plan-currency {
  font-size: 30px;
  font-weight: 300;
}
.pricing-v2 .plain-info {
  padding: 20px;
}
.pricing-v2 .plain-info li {
  color: #000;
  line-height: 62px;
  border-bottom: 1px dashed #e8e8e8;
}
.pricing-v2 .pricing-footer {
  padding: 0 20px 40px 20px;
}

.pricing-highlight .plan-title {
  background: #9c9c9c;
  color: #FFFFFF;
}

/* --- SCSS For Process-steps --- */
.process-steps {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.process-steps li {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.process-steps li a,
.process-steps li span {
  color: #039be5;
}
.process-steps li a .icons,
.process-steps li span .icons {
  background-color: #039be5;
  color: #fff;
  font-style: normal;
}
.process-steps li a .icons.icons-bodered,
.process-steps li span .icons.icons-bodered {
  background-color: transparent;
  border: 1px solid #039be5;
  color: #039be5;
}
.process-steps li.step_current a,
.process-steps li.step_current span, .process-steps li.step_done a,
.process-steps li.step_done span {
  color: #9c9c9c !important;
}
.process-steps li.step_current a .icons,
.process-steps li.step_current span .icons, .process-steps li.step_done a .icons,
.process-steps li.step_done span .icons {
  background-color: #9c9c9c !important;
  color: #fff!important;
}
.process-steps li.step_current a .icons.icons-bodered,
.process-steps li.step_current span .icons.icons-bodered, .process-steps li.step_done a .icons.icons-bodered,
.process-steps li.step_done span .icons.icons-bodered {
  background-color: transparent!important;
  border: 1px solid #9c9c9c !important;
  color: #9c9c9c !important;
}
.process-steps.process-2 li {
  width: 50%;
}
.process-steps.process-3 li {
  width: 33.33%;
}
.process-steps.process-4 li {
  width: 25%;
}
.process-steps.process-5 li {
  width: 20%;
}

.process-steps-v1 li:after, .process-steps-v1 li:before {
  border-top: 1px dashed #bbb;
  content: "";
  left: 0;
  margin-left: -26px;
  position: absolute;
  top: 30px;
  width: 50%;
}
.process-steps-v1 li:after {
  left: auto;
  margin: 0 -26px 0 0;
  right: 0;
}
.process-steps-v1 li:first-child:before, .process-steps-v1 li:last-child:after {
  display: none;
}
.process-steps-v1 li span {
  margin: 5px 0;
  overflow: hidden;
  display: inline-block;
}

.process-steps-v2 {
  border-bottom: 1px solid #bbb;
}
.process-steps-v2 li a,
.process-steps-v2 li span {
  display: inline-block;
  padding: 10px 0;
}
.process-steps-v2 li.step_current a,
.process-steps-v2 li.step_current span, .process-steps-v2 li.step_done a,
.process-steps-v2 li.step_done span {
  border-bottom: 3px solid #9c9c9c;
}

/* --- SCSS For Service --- */
.icon-combs {
  position: relative;
}
.icon-combs .icon-combs-panel i {
  float: left;
  margin: 10px 15px 0 0;
}
.icon-combs .icon-combs-panel.icon-combs-right i {
  float: right;
  margin: 10px 0 0 15px;
}
.icon-combs .icon-combs-desc {
  overflow: hidden;
}
.icon-combs > li {
  float: left;
  padding-right: 20px;
  position: relative;
  text-align: right;
  width: 50%;
}
.icon-combs > li.icon-combs-inverted {
  clear: right;
  float: right;
  padding: 0 0 0 20px;
}
.icon-combs.icon-combs-light:before {
  background: #fff;
}
.icon-combs.icon-combs-light .icon-combs-desc h3, .icon-combs.icon-combs-light .icon-combs-desc p {
  color: #fff;
}
.icon-combs:before {
  background: #777;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -1.5px;
  position: absolute;
  top: 0;
  width: 2px;
}

.icon-wrap-icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: #9c9c9c;
}
.icon-wrap-icon .fa {
  font-size: 25px;
  margin: 18px 15px;
  color: #fff;
}

.social-icons {
  text-align: center;
  width: 60px;
  height: 60px;
  font-size: 25px;
  padding: 17px;
  border: 1px solid transparent;
}
.social-icons.icons-light-brd {
  color: #fff;
  border-color: #fff;
}
.social-icons.icons-brd {
  color: #444;
  border-color: #444;
}

/* Service Timeline */
.timeline-service {
  position: relative;
}
.timeline-service:before {
  bottom: 0;
  content: " ";
  left: 50%;
  margin-left: -1.5px;
  position: absolute;
  top: 0;
  width: 2px;
  background: #d5d5d5;
}
.timeline-service > li {
  float: left;
  position: relative;
  text-align: right;
  width: 50%;
}
.timeline-service > li > .timeline-panel {
  border: 1px solid #d5d5d5;
  float: left;
  margin: 0 19px;
  padding: 20px 20px 20px 50px;
  position: relative;
  width: 93%;
}
.timeline-service > li > .timeline-panel i {
  background: #9c9c9c;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  width: 40px;
  height: 40px;
  line-height: 30px;
  margin-top: -20px;
  padding: 7px;
  position: absolute;
  right: -20px;
  text-align: center;
  top: 50%;
}
.timeline-service > li > .timeline-panel i.left-wing {
  left: -20px;
}
.timeline-service > li > .timeline-badge {
  background: #9c9c9c;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -9px;
  top: 15%;
}
.timeline-service > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 20px 50px 20px 20px;
  text-align: left;
}
.timeline-service > li.timeline-inverted > .timeline-badge {
  display: none;
}
.timeline-service.timeline-service-light .timeline-panel * {
  color: #fff;
}

/* --- SCSS For Style-icon --- */
/* Icon */
.icons {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  display: inline-block;
  background-color: #9c9c9c;
  color: white;
  border: 1px solid transparent;
}
.icons.icons-lg {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 26px;
}
.icons.icons-sm {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.icons.icons-xs {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.icons:hover {
  color: white;
  background-color: #8f8f8f;
}
.icons.icons-bodered {
  border: 1px solid #9c9c9c;
  background-color: transparent;
  color: #9c9c9c;
}
.icons.icons-bodered:hover {
  border: 1px solid #838383;
  background-color: transparent;
  color: #838383;
}
.icons.icons-darker {
  background-color: black !important;
  color: white !important;
}
.icons.icons-darker:hover {
  background-color: #595959 !important;
  color: white !important;
}
.icons.icons-light {
  background-color: #f0f0f0 !important;
  color: black !important;
}
.icons.icons-light:hover {
  background-color: #d6d6d6 !important;
  color: white !important;
}
.icons.icons-plain {
  background-color: transparent;
  color: #9c9c9c;
  font-size: 28px!important;
  width: auto;
  height: auto;
}
.icons.icons-plain.icons-lg {
  font-size: 36px!important;
  width: auto;
  height: auto;
}
.icons.icons-plain.icons-sm {
  font-size: 20px!important;
  width: auto;
  height: auto;
}
.icons.icons-plain.icons-xs {
  font-size: 14px!important;
  width: auto;
  height: auto;
}
.icons.icons-plain:hover {
  background-color: transparent;
  color: black;
}

.icons-outline {
  color: #d1d646;
  background-color: transparent;
  border-color: #d1d646;
}
.icons-outline:hover, .icons-outline:focus, .icons-outline:active, .icons-outline.active {
  color: white;
  background-color: #d1d646;
  border-color: #ccd131;
}
.open .icons-outline.dropdown-toggle {
  color: white;
  background-color: #d1d646;
  border-color: #ccd131;
}
.icons-outline:active, .icons-outline.active {
  background-image: none;
}
.open .icons-outline.dropdown-toggle {
  background-image: none;
}
.icons-outline.disabled, .icons-outline.disabled:hover, .icons-outline.disabled:focus, .icons-outline.disabled:active, .icons-outline.disabled.active, .icons-outline[disabled], .icons-outline[disabled]:hover, .icons-outline[disabled]:focus, .icons-outline[disabled]:active, .icons-outline[disabled].active, fieldset[disabled] .icons-outline, fieldset[disabled] .icons-outline:hover, fieldset[disabled] .icons-outline:focus, fieldset[disabled] .icons-outline:active, fieldset[disabled] .icons-outline.active {
  background-color: transparent;
  border-color: #d1d646;
}
.icons-outline .badge {
  color: transparent;
  background-color: #d1d646;
}
.icons-outline.icons-primary {
  background: transparent;
  color: #9c9c9c;
}
.icons-outline.icons-primary:hover {
  color: white;
}
.icons-outline.icons-success {
  background: transparent;
  color: #5cb85c;
}
.icons-outline.icons-success:hover {
  color: white;
}
.icons-outline.icons-info {
  background: transparent;
  color: #5bc0de;
}
.icons-outline.icons-info:hover {
  color: white;
}
.icons-outline.icons-danger {
  background: transparent;
  color: #d9534f;
}
.icons-outline.icons-danger:hover {
  color: white;
}
.icons-outline.icons-warning {
  background: transparent;
  color: #f0ad4e;
}
.icons-outline.icons-warning:hover {
  color: white;
}

.icons-inverse {
  color: white;
  background-color: #d1d646;
  border-color: #ccd131;
}
.icons-inverse:hover, .icons-inverse:focus, .icons-inverse:active, .icons-inverse.active {
  color: #d1d646;
  background-color: transparent;
  border-color: #d1d646;
}
.open .icons-inverse.dropdown-toggle {
  color: #d1d646;
  background-color: transparent;
  border-color: #d1d646;
}
.icons-inverse:active, .icons-inverse.active {
  background-image: none;
}
.open .icons-inverse.dropdown-toggle {
  background-image: none;
}
.icons-inverse.disabled, .icons-inverse.disabled:hover, .icons-inverse.disabled:focus, .icons-inverse.disabled:active, .icons-inverse.disabled.active, .icons-inverse[disabled], .icons-inverse[disabled]:hover, .icons-inverse[disabled]:focus, .icons-inverse[disabled]:active, .icons-inverse[disabled].active, fieldset[disabled] .icons-inverse, fieldset[disabled] .icons-inverse:hover, fieldset[disabled] .icons-inverse:focus, fieldset[disabled] .icons-inverse:active, fieldset[disabled] .icons-inverse.active {
  background-color: #d1d646;
  border-color: #ccd131;
}
.icons-inverse .badge {
  color: #d1d646;
  background-color: white;
}
.icons-inverse.icons-primary:hover {
  color: #9c9c9c;
  background: transparent;
}
.icons-inverse.icons-success:hover {
  color: #5cb85c;
  background: transparent;
}
.icons-inverse.icons-info:hover {
  color: #5bc0de;
  background: transparent;
}
.icons-inverse.icons-danger:hover {
  color: #d9534f;
  background: transparent;
}
.icons-inverse.icons-warning:hover {
  color: #f0ad4e;
  background: transparent;
}

.light-style .icons {
  background-color: white;
  color: #9c9c9c;
}
.light-style .icons:hover {
  color: #9c9c9c;
  background-color: #f2f2f2;
}
.light-style .icons-bodered {
  border: 1px solid white;
  color: white;
  background-color: transparent;
}
.light-style .icons-bodered:hover {
  border: 1px solid #f2f2f2;
  color: #f2f2f2;
  background-color: transparent;
}
.light-style .icons-plain {
  background-color: transparent;
  color: #fff;
}
.light-style .icons-plain:hover {
  background-color: transparent;
  color: #9c9c9c;
}

.icons-default {
  color: white;
  background-color: #434a54;
  border-color: #434a54;
}
.icons-default:hover, .icons-default:focus, .icons-default:active, .icons-default.active {
  color: white;
  background-color: #31363d;
  border-color: #282c32;
}
.open .icons-default.dropdown-toggle {
  color: white;
  background-color: #31363d;
  border-color: #282c32;
}
.icons-default:active, .icons-default.active {
  background-image: none;
}
.open .icons-default.dropdown-toggle {
  background-image: none;
}
.icons-default.disabled, .icons-default.disabled:hover, .icons-default.disabled:focus, .icons-default.disabled:active, .icons-default.disabled.active, .icons-default[disabled], .icons-default[disabled]:hover, .icons-default[disabled]:focus, .icons-default[disabled]:active, .icons-default[disabled].active, fieldset[disabled] .icons-default, fieldset[disabled] .icons-default:hover, fieldset[disabled] .icons-default:focus, fieldset[disabled] .icons-default:active, fieldset[disabled] .icons-default.active {
  background-color: #434a54;
  border-color: #434a54;
}
.icons-default .badge {
  color: #434a54;
  background-color: white;
}

.icons-primary {
  color: white;
  background-color: #9c9c9c;
  border-color: #8f8f8f;
}
.icons-primary:hover, .icons-primary:focus, .icons-primary:active, .icons-primary.active {
  color: white;
  background-color: #888888;
  border-color: #717171;
}
.open .icons-primary.dropdown-toggle {
  color: white;
  background-color: #888888;
  border-color: #717171;
}
.icons-primary:active, .icons-primary.active {
  background-image: none;
}
.open .icons-primary.dropdown-toggle {
  background-image: none;
}
.icons-primary.disabled, .icons-primary.disabled:hover, .icons-primary.disabled:focus, .icons-primary.disabled:active, .icons-primary.disabled.active, .icons-primary[disabled], .icons-primary[disabled]:hover, .icons-primary[disabled]:focus, .icons-primary[disabled]:active, .icons-primary[disabled].active, fieldset[disabled] .icons-primary, fieldset[disabled] .icons-primary:hover, fieldset[disabled] .icons-primary:focus, fieldset[disabled] .icons-primary:active, fieldset[disabled] .icons-primary.active {
  background-color: #9c9c9c;
  border-color: #8f8f8f;
}
.icons-primary .badge {
  color: #9c9c9c;
  background-color: white;
}

.icons-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.icons-success:hover, .icons-success:focus, .icons-success:active, .icons-success.active {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}
.open .icons-success.dropdown-toggle {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}
.icons-success:active, .icons-success.active {
  background-image: none;
}
.open .icons-success.dropdown-toggle {
  background-image: none;
}
.icons-success.disabled, .icons-success.disabled:hover, .icons-success.disabled:focus, .icons-success.disabled:active, .icons-success.disabled.active, .icons-success[disabled], .icons-success[disabled]:hover, .icons-success[disabled]:focus, .icons-success[disabled]:active, .icons-success[disabled].active, fieldset[disabled] .icons-success, fieldset[disabled] .icons-success:hover, fieldset[disabled] .icons-success:focus, fieldset[disabled] .icons-success:active, fieldset[disabled] .icons-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.icons-success .badge {
  color: #5cb85c;
  background-color: white;
}

.icons-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.icons-info:hover, .icons-info:focus, .icons-info:active, .icons-info.active {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}
.open .icons-info.dropdown-toggle {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}
.icons-info:active, .icons-info.active {
  background-image: none;
}
.open .icons-info.dropdown-toggle {
  background-image: none;
}
.icons-info.disabled, .icons-info.disabled:hover, .icons-info.disabled:focus, .icons-info.disabled:active, .icons-info.disabled.active, .icons-info[disabled], .icons-info[disabled]:hover, .icons-info[disabled]:focus, .icons-info[disabled]:active, .icons-info[disabled].active, fieldset[disabled] .icons-info, fieldset[disabled] .icons-info:hover, fieldset[disabled] .icons-info:focus, fieldset[disabled] .icons-info:active, fieldset[disabled] .icons-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.icons-info .badge {
  color: #5bc0de;
  background-color: white;
}

.icons-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.icons-warning:hover, .icons-warning:focus, .icons-warning:active, .icons-warning.active {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}
.open .icons-warning.dropdown-toggle {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}
.icons-warning:active, .icons-warning.active {
  background-image: none;
}
.open .icons-warning.dropdown-toggle {
  background-image: none;
}
.icons-warning.disabled, .icons-warning.disabled:hover, .icons-warning.disabled:focus, .icons-warning.disabled:active, .icons-warning.disabled.active, .icons-warning[disabled], .icons-warning[disabled]:hover, .icons-warning[disabled]:focus, .icons-warning[disabled]:active, .icons-warning[disabled].active, fieldset[disabled] .icons-warning, fieldset[disabled] .icons-warning:hover, fieldset[disabled] .icons-warning:focus, fieldset[disabled] .icons-warning:active, fieldset[disabled] .icons-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.icons-warning .badge {
  color: #f0ad4e;
  background-color: white;
}

.icons-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.icons-danger:hover, .icons-danger:focus, .icons-danger:active, .icons-danger.active {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}
.open .icons-danger.dropdown-toggle {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}
.icons-danger:active, .icons-danger.active {
  background-image: none;
}
.open .icons-danger.dropdown-toggle {
  background-image: none;
}
.icons-danger.disabled, .icons-danger.disabled:hover, .icons-danger.disabled:focus, .icons-danger.disabled:active, .icons-danger.disabled.active, .icons-danger[disabled], .icons-danger[disabled]:hover, .icons-danger[disabled]:focus, .icons-danger[disabled]:active, .icons-danger[disabled].active, fieldset[disabled] .icons-danger, fieldset[disabled] .icons-danger:hover, fieldset[disabled] .icons-danger:focus, fieldset[disabled] .icons-danger:active, fieldset[disabled] .icons-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.icons-danger .badge {
  color: #d9534f;
  background-color: white;
}

.icons-color {
  background-color: #5bc0de;
  color: #fff;
}
.icons-color:hover {
  background-color: #3fb5d8;
  color: #fff;
}
.icons-color.icon-twitter {
  background-color: #00bdec;
}
.icons-color.icon-twitter:hover {
  background-color: #00a2cb;
}
.icons-color.icon-facebook {
  background-color: #3b5998;
}
.icons-color.icon-facebook:hover {
  background-color: #324b80;
}
.icons-color.icon-linkedin {
  background-color: #ce3d99;
}
.icons-color.icon-linkedin:hover {
  background-color: #bb2f88;
}
.icons-color.icon-files-o {
  background-color: #ccca3e;
}
.icons-color.icon-files-o:hover {
  background-color: #b8b631;
}
.icons-color.icon-google-plus {
  background-color: #ce3d3d;
}
.icons-color.icon-google-plus:hover {
  background-color: #bb2f2f;
}
.icons-color.icon-dribbble {
  background-color: #3ebacc;
}
.icons-color.icon-dribbble:hover {
  background-color: #31a7b8;
}
.icons-color.icon-behance {
  background-color: #d2230c;
}
.icons-color.icon-behance:hover {
  background-color: #b31e0a;
}
.icons-color.icon-deviantart {
  background-color: #cc3eb3;
}
.icons-color.icon-deviantart:hover {
  background-color: #b831a0;
}
.icons-color.icon-tumblr {
  background-color: #c5fb45;
}
.icons-color.icon-tumblr:hover {
  background-color: #bbfa25;
}
.icons-color.icon-rss {
  background-color: #cc873e;
}
.icons-color.icon-rss:hover {
  background-color: #b87631;
}
.icons-color.icon-apple {
  background-color: #3ecc6d;
}
.icons-color.icon-apple:hover {
  background-color: #31b85e;
}
.icons-color.icon-linux {
  background-color: #5c3ecc;
}
.icons-color.icon-linux:hover {
  background-color: #4d31b8;
}
.icons-color.icon-vk {
  background-color: #f7cc06;
}
.icons-color.icon-vk:hover {
  background-color: #d7b105;
}
.icons-color.icon-github {
  background-color: #f9af50;
}
.icons-color.icon-github:hover {
  background-color: #f8a030;
}
.icons-color.icon-html5 {
  background-color: #f95060;
}
.icons-color.icon-html5:hover {
  background-color: #f83043;
}
.icons-color.icon-yahoo {
  background-color: #f950b7;
}
.icons-color.icon-yahoo:hover {
  background-color: #f830aa;
}
.icons-color.icon-youtube {
  background-color: #fc2736;
}
.icons-color.icon-youtube:hover {
  background-color: #fc0618;
}
.icons-color.icon-flickr {
  background-color: #276dfc;
}
.icons-color.icon-flickr:hover {
  background-color: #0657fc;
}

/* --- SCSS For Table --- */
.table {
  margin-bottom: 0;
}

.table > thead > tr > th {
  border-width: 1px;
  color: #444444;
  font-weight: 600;
}

.table > tbody > tr > td {
  color: #666666;
  vertical-align: middle;
}

.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: medium none;
}

.table-v1 {
  border: 1px solid #e8e8e8;
}
.table-v1 > thead > tr > th, .table-v1 > thead > tr td,
.table-v1 > tbody > tr > th,
.table-v1 > tbody > tr td,
.table-v1 > tfoot > tr > th,
.table-v1 > tfoot > tr td {
  text-align: center;
}

.table-v2 {
  border: 1px solid #e8e8e8;
}
.table-v2 > thead,
.table-v2 > th {
  border-bottom: 2px solid #e8e8e8;
  background: #fafafa;
}
.table-v2 > tbody > tr > th, .table-v2 > tbody > tr td,
.table-v2 > tfoot > tr > th,
.table-v2 > tfoot > tr td {
  border: 1px solid #e8e8e8;
}

.table-v3 {
  border: 0;
}
.table-v3 > thead,
.table-v3 > th {
  border: 0;
  background: #fafafa;
}
.table-v3 > tbody > tr > th, .table-v3 > tbody > tr td,
.table-v3 > tfoot > tr > th,
.table-v3 > tfoot > tr td {
  border: 0;
}
.table-v3 > tbody tr:nth-child(even),
.table-v3 > tfoot tr:nth-child(even) {
  background: #f9f9f9;
}
.table-v3 > tbody tr:nth-child(odd),
.table-v3 > tfoot tr:nth-child(odd) {
  background: #FFF;
}

.table-v4 > thead,
.table-v4 > th {
  border-bottom: 2px solid #e8e8e8;
}
.table-v4 > tbody > tr > th, .table-v4 > tbody > tr td,
.table-v4 > tfoot > tr > th,
.table-v4 > tfoot > tr td {
  border-top: 1px solid #e8e8e8;
}

.table-striped.table-striped-v1 thead {
  background: none repeat scroll 0 0 #dddddd;
}

.table-striped.table-striped-v1 > thead > tr > th {
  border-bottom: medium none;
}

.table-striped.table-striped-v1 > tbody > tr:nth-child(2n+1) > td, .table-striped.table-striped-v1 > tbody > tr:nth-child(2n+1) > th {
  background: inherit;
}

.table-striped.table-striped-v1 > tbody > tr:nth-child(2n+2) > td, .table-striped.table-striped-v1 > tbody > tr:nth-child(2n+2) > th {
  background: none repeat scroll 0 0 #f6f6f6;
}

.table-striped.table-striped-v2 {
  border: 1px solid #dddddd;
}

.table-striped.table-striped-v2 > thead > tr > th, .table-striped.table-striped-v2 > thead > tr td,
.table-striped.table-striped-v2 > tbody > tr > th,
.table-striped.table-striped-v2 > tbody > tr td,
.table-striped.table-striped-v2 > tfoot > tr > th,
.table-striped.table-striped-v2 > tfoot > tr td {
  border-top: 1px solid #dddddd;
}

.table-striped.table-striped-v2 > tbody > tr:nth-child(2n+1) > td, .table-striped.table-striped-v2 > tbody > tr:nth-child(2n+1) > th {
  background: inherit;
}

/* --- SCSS For Tabs --- */
/* tabs style 1 */
.tab-v1 .nav-tabs {
  border-bottom: none;
}
.tab-v1 .nav-tabs > li > a {
  color: #aaaaaa;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  background: #9c9c9c;
}
.tab-v1 .nav-tabs > li.active > a {
  color: black;
  border: none;
  background: #f6f6f6;
}
.tab-v1 .tab-content {
  padding: 15px 20px;
  background: #f6f6f6;
}

/* tabs style 2 */
.tab-v2 .tab-content {
  overflow: hidden;
  padding: 15px 20px;
  background: #f6f6f6;
}
.tab-v2 > .nav-tabs {
  border-bottom: none;
}
.tab-v2 > .nav-tabs > li {
  float: none;
}
.tab-v2 > .nav-tabs > li > a {
  color: #aaaaaa;
  border: none;
  min-width: 75px;
  border-radius: 0;
  margin: 0 0 2px 0;
  padding: 10px 20px;
  background: #9c9c9c;
}
.tab-v2 > .nav-tabs > li.active > a {
  color: black;
  border: none;
  background: #f6f6f6;
}
.tab-v2.tabs-left > .nav-tabs {
  float: left;
}
.tab-v2.tabs-right > .nav-tabs {
  float: right;
}

/*Tab v3
------------------------------------*/
.tab-v3 .tab-content {
  padding: 15px 20px;
}

.tab-v4 .nav-tabs {
  display: inline-block;
}
.tab-v4 .nav-tabs > li > a {
  color: #aaaaaa;
  border: none;
  border-radius: 0;
  font-family: inherit;
  padding: 20px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
}
.tab-v4 .nav-tabs > li > a:hover {
  background: inherit;
  color: #9c9c9c;
}
.tab-v4 .nav-tabs > li.active > a {
  color: black;
  background: inherit;
  border: none;
}
.tab-v4 .nav-tabs > li.active > a:hover, .tab-v4 .nav-tabs > li.active > a:focus {
  color: black;
}
.tab-v4 .tab-content {
  padding: 0;
}

/*Tab v5
------------------------------------*/
.tab-v5 .nav-tabs {
  display: inline-block;
}
.tab-v5 .nav-tabs > li > a {
  color: #aaaaaa;
  border: none;
  border-radius: 0;
  font-family: inherit;
  padding: 15px 30px;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  letter-spacing: 2px;
}
.tab-v5 .nav-tabs > li > a:hover {
  background: inherit;
  color: #9c9c9c;
}
.tab-v5 .nav-tabs > li.active > a {
  color: black;
  background: inherit;
  border: none;
}
.tab-v5 .nav-tabs > li.active > a:hover, .tab-v5 .nav-tabs > li.active > a:focus {
  color: black;
}
.tab-v5 .nav-tabs > li.active a:after, .tab-v5 .nav-tabs > li a:hover:after, .tab-v5 .nav-tabs > li a:focus:after {
  right: 0;
  left: 0;
  width: 30px;
  height: 2px;
  margin: 0 auto;
  content: " ";
  top: 0px;
  background: #9c9c9c;
  position: absolute;
}
.rtl .tab-v5 .nav-tabs > li.active a:after, .rtl .tab-v5 .nav-tabs > li a:hover:after, .rtl .tab-v5 .nav-tabs > li a:focus:after {
  left: 0;
  right: auto;
}
.rtl .tab-v5 .nav-tabs > li.active a:after, .rtl .tab-v5 .nav-tabs > li a:hover:after, .rtl .tab-v5 .nav-tabs > li a:focus:after {
  right: 0;
  left: auto;
}
.tab-v5 .tab-content {
  padding: 0;
}

/*Tab v6
------------------------------------*/
.tab-v6 .tab-heading {
  overflow: hidden;
  background: white;
  padding: 10px 20px;
  border-top: 2px solid black;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.tab-v6 h2.category {
  margin: 0;
  float: left;
  text-transform: uppercase;
}
.tab-v6 .nav-tabs {
  float: right;
  border-bottom: none;
}
.tab-v6 .nav-tabs > li > a {
  color: black;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
}
.tab-v6 .nav-tabs > li.active > a {
  color: red;
  color: #222;
}
.tab-v6 .nav-tabs > li.active > a:hover, .tab-v6 .nav-tabs > li.active > a:focus {
  color: red;
}
.tab-v6 .nav-tabs > li.active > a:hover, .tab-v6 .nav-tabs > li.active > a:focus {
  border: none;
  color: red;
}
.tab-v6 .nav-tabs > li > a:hover {
  background: inherit;
}
.tab-v6 .tab-content {
  padding: 15px 20px;
  border: 1px solid #eeeeee;
}

/*tab-v7*/
.tab-v7 .nav-tabs {
  display: inline-block;
}
.tab-v7 .nav-tabs > li > a {
  color: #aaaaaa;
  border: none;
  border-radius: 0;
  font-family: inherit;
  padding: 20px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
}
.tab-v7 .nav-tabs > li > a:hover {
  background: inherit;
  color: #9c9c9c;
}
.tab-v7 .nav-tabs > li.active > a {
  color: black;
  background: inherit;
  border: none;
}
.tab-v7 .nav-tabs > li.active > a:hover, .tab-v7 .nav-tabs > li.active > a:focus {
  color: black;
}
.tab-v7 .nav-tabs > li.active > a:after {
  background: none repeat scroll 0 0 #9c9c9c;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.tab-v7 .tab-content {
  padding: 0;
}

/* --- SCSS For Team --- */
/* our team */
[class*="team-v"] {
  text-align: center;
  border: 1px solid #e8e8e8;
}
[class*="team-v"] [class^="bo-social-"] {
  margin: 0;
}
[class*="team-v"] .team-name {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 10px 0;
}
[class*="team-v"].team-v1 {
  position: relative;
  overflow: hidden;
}
[class*="team-v"].team-v1 .team-body {
  padding: 20px 0;
  background: #FFFFFF;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
[class*="team-v"].team-v1 .team-info {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFF;
  margin: 0;
  padding: 20px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
[class*="team-v"].team-v1:hover .team-body {
  -webkit-transform: translateY(-85%);
  -ms-transform: translateY(-85%);
  -o-transform: translateY(-85%);
  transform: translateY(-85%);
}
[class*="team-v"].team-v1:hover .team-info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
[class*="team-v"].team-light {
  background: dimgrey;
  border: 3px solid #505050;
}
[class*="team-v"].team-light .team-header {
  padding: 50px;
}
[class*="team-v"].team-light .team-body {
  color: #fff;
  padding: 0;
}
[class*="team-v"].team-light .team-name {
  margin-top: 0;
}
[class*="team-v"].team-light .team-body-content {
  padding-bottom: 20px;
}
[class*="team-v"].team-light .team-social-icons {
  padding: 20px 0;
  border-top: 1px solid #505050;
}

.team-list {
  margin-bottom: 50px;
}
.team-list .team-name {
  font-size: 18px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  padding: 0 0 20px 0;
  position: relative;
}
.team-list .team-name:after {
  bottom: 0;
  left: 0;
  content: "";
  background: #9c9c9c;
  width: 30px;
  height: 2px;
  position: absolute;
}
.team-list .team-position {
  text-transform: uppercase;
  color: #9c9c9c;
  font-weight: 800;
  margin-bottom: 25px;
}
.team-list .team-info {
  margin-bottom: 15px;
}
.team-list .bo-social-icons {
  text-align: left;
}
.team-list .bo-social-icons [class*="bo-social-"] {
  margin: 0;
}

.team-gallery {
  background: #FFF;
}
.team-gallery .team-header {
  position: relative;
  text-align: center;
}
.team-gallery .team-header:before {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: rgba(3, 155, 229, 0.6);
}
.team-gallery .team-name {
  font-size: 14px;
  margin-top: 0;
  text-transform: uppercase;
}
.team-gallery .team-gallery-box {
  top: 0;
  left: 0;
  width: 80%;
  right: 0;
  height: 50%;
  bottom: 0;
  margin: auto;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.team-gallery .team-info {
  color: #FFFFFF;
}
.team-gallery .team-position {
  color: #999999;
  margin-bottom: 0;
}
.team-gallery .team-body-content {
  padding: 30px;
  position: relative;
}
.team-gallery .team-body-content:before {
  content: "";
  right: 0;
  width: 1px;
  height: 50px;
  position: absolute;
  background: #9c9c9c;
}
.team-gallery:hover .team-header:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.team-gallery:hover .team-gallery-box {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* --- SCSS For Testimonials --- */
[class^="testimonials-v"] h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
[class^="testimonials-v"] .testimonials-profile {
  margin: 10px 0;
}
[class^="testimonials-v"] .testimonials-profile .name {
  margin: 5px 0;
}
[class^="testimonials-v"] .testimonials-profile .job {
  font-size: 13px;
  font-style: italic;
}
[class^="testimonials-v"].light-style {
  color: white;
}
[class^="testimonials-v"].light-style h2 {
  color: white;
  background: transparent;
}
[class^="testimonials-v"].light-style .name, [class^="testimonials-v"].light-style .job, [class^="testimonials-v"].light-style .testimonials-quote {
  color: white;
}

.testimonials-left .testimonials-profile {
  text-align: left;
}
.rtl .testimonials-left .testimonials-profile {
  text-align: right !important;
}
.testimonials-left .testimonials-avatar {
  float: left;
  width: 60px;
  height: auto;
  margin-right: 15px;
}
.rtl .testimonials-left .testimonials-avatar {
  float: right !important;
}
.rtl .testimonials-left .testimonials-avatar {
  margin-left: 15px;
  margin-right: inherit;
}

.testimonials-center .testimonials-profile {
  text-align: center;
}
.testimonials-center .testimonials-avatar {
  display: block;
  margin: 0 auto 10px;
  width: 80px;
  height: auto;
}

.testimonials-right .testimonials-profile {
  text-align: right;
}
.rtl .testimonials-right .testimonials-profile {
  text-align: left !important;
}
.testimonials-right .testimonials-avatar {
  float: right;
  margin-left: 15px;
  width: 60px;
  height: auto;
}
.rtl .testimonials-right .testimonials-avatar {
  float: left !important;
}
.rtl .testimonials-right .testimonials-avatar {
  margin-right: 15px;
  margin-left: inherit;
}

/* testimonials-style */
.testimonials-v1 .testimonials-quote {
  background-color: #f3f3f3;
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
}
.testimonials-v1 .testimonials-quote:after {
  bottom: -18px;
  color: #f3f3f3;
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 30px;
  margin-left: -15px;
  position: absolute;
  text-align: center;
}
.rtl .testimonials-v1 .testimonials-quote:after {
  margin-right: -15px;
  margin-left: inherit;
}
.testimonials-v1 .testimonials-left .testimonials-quote:after {
  left: 30px;
}
.rtl .testimonials-v1 .testimonials-left .testimonials-quote:after {
  right: 30px;
  left: auto;
}
.testimonials-v1 .testimonials-center .testimonials-quote:after {
  left: 50%;
}
.rtl .testimonials-v1 .testimonials-center .testimonials-quote:after {
  right: 50%;
  left: auto;
}
.testimonials-v1 .testimonials-right .testimonials-quote:after {
  right: 20px;
}
.rtl .testimonials-v1 .testimonials-right .testimonials-quote:after {
  left: 20px;
  right: auto;
}
.testimonials-v1.light-style .testimonials-quote {
  color: #555555;
}

/* testimonials-v2 */
.testimonials-v2.testimonials h2 {
  text-align: center;
  text-transform: uppercase;
}

.testimonials-v2 .testimonials-avatar {
  float: left;
  margin-right: 15px;
  width: 120px;
  height: auto;
}
.rtl .testimonials-v2 .testimonials-avatar {
  float: right !important;
}
.rtl .testimonials-v2 .testimonials-avatar {
  margin-left: 15px;
  margin-right: inherit;
}

/* testimonials slide */
.testimonials.special .testimonials-profile {
  margin-right: 30px;
}
.rtl .testimonials.special .testimonials-profile {
  margin-left: 30px;
  margin-right: inherit;
}
.testimonials.special .testimonials-quote {
  overflow: hidden;
  font-style: italic;
  font-size: 20px;
  border-left: 1px solid #e8e8e8;
  padding-left: 30px;
}
.rtl .testimonials.special .testimonials-quote {
  border-right: 1px solid #e8e8e8;
  border-left: inherit;
}
.rtl .testimonials.special .testimonials-quote {
  padding-right: 30px;
  padding-left: inherit;
}
.testimonials.special .carousel-indicators {
  margin: 0;
  padding-left: 50px;
  position: static;
  text-align: left;
}

.testimonials-slide .testimonials-carousel {
  padding: 0 18%;
}
.testimonials-slide.light-style {
  color: white;
}
.testimonials-slide.light-style h2 {
  color: white;
}
.testimonials-slide.light-style .name, .testimonials-slide.light-style .job, .testimonials-slide.light-style .testimonials-quote {
  color: white;
}

.testimonials-carousel .carousel-indicators {
  bottom: -50px;
}

.testimonials-v4 {
  position: relative;
  padding: 30px 30px 30px 60px;
  border: 1px solid #e8e8e8;
}
.testimonials-v4 .testimonials-description {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
}
.testimonials-v4 .testimonials-avatar {
  padding: 3px;
  top: 30px;
  left: -39px;
  background: #FFF;
  position: absolute;
  width: 78px;
  height: 78px;
  border: 1px solid #9c9c9c;
}
.testimonials-v4 .testimonials-name {
  text-transform: uppercase;
}
.testimonials-v4 .testimonials-position,
.testimonials-v4 .testimonials-name {
  padding: 0 0 0 30px;
}
.testimonials-v4:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #9c9c9c;
  position: absolute;
  top: -1px;
  left: -1px;
}

.testimonials-v5 {
  display: table;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
.testimonials-v5 .testimonials-body {
  display: table-cell;
  background: #FFF;
  padding: 30px 60px;
  text-align: left;
  position: relative;
  width: 93%;
  vertical-align: middle;
}
.testimonials-v5 .testimonials-body:before {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  background: #9c9c9c;
  width: 3px;
  height: 100%;
}
.testimonials-v5 .testimonials-avatar {
  display: table-cell;
  vertical-align: top;
  width: 7%;
}
.testimonials-v5 .testimonials-avatar li:last-child img {
  margin-bottom: 0;
}
.testimonials-v5 .testimonials-avatar li.active a:before {
  display: none;
}
.testimonials-v5 .testimonials-avatar a {
  display: block;
  position: relative;
}
.testimonials-v5 .testimonials-avatar a:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.testimonials-v5 .testimonials-avatar img {
  margin: 0 0px 4px 4px;
}
.testimonials-v5 .testimonials-position {
  padding: 0 0 0 30px;
}
.testimonials-v5 .testimonials-name {
  text-transform: uppercase;
  padding: 0 0 0 30px;
  position: relative;
}
.testimonials-v5 .testimonials-name:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  background: #9c9c9c;
  width: 23px;
  height: 1px;
}
.testimonials-v5 .testimonials-description {
  color: #999999;
  font-style: italic;
  font-size: 20px;
  font-weight: 300;
}

.testimonials-v6 {
  text-align: center;
}
.testimonials-v6 .testimonials-description {
  font-size: 16px;
  margin: 25px 0;
}
.testimonials-v6 .testimonials-avatar li a {
  display: inline-block;
  border: 1px solid #9c9c9c;
  padding: 3px;
}
.testimonials-v6 .testimonials-name {
  text-transform: uppercase;
}

/* --- SCSS For Timeline --- */
.timeline {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}
.timeline:before {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  height: 100%;
  margin: auto;
  width: 2px;
  position: absolute;
  background: #e8e8e8;
}

.timeline-icon {
  margin: 0 auto;
  padding: 8px;
  z-index: 1;
  position: relative;
  background: #FFF;
  float: left;
  color: #FFF;
  width: 140px;
  height: 140px;
  border: 2px solid #e8e8e8;
}
.timeline-icon .timeline-icon-inner {
  margin: auto;
  display: table;
  text-align: center;
  background: #9c9c9c;
  width: 120px;
  height: 120px;
}
.timeline-icon i {
  display: table-cell;
  vertical-align: middle;
}

.timeline-box {
  float: left;
  margin-left: 30px;
  padding: 30px;
  background: transparent;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.timeline-box:hover {
  background: #F7F7F7;
}

.timeline-name {
  text-transform: uppercase;
}

/* --- SCSS For Typography --- */
.dropcap {
  color: #000;
  float: left;
  font-weight: 800;
  line-height: 48px;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  padding: 3px 10px 2px;
  text-transform: uppercase;
  text-align: center;
  font-size: 48px;
}
.dropcap.dropcap-v2 {
  color: #fff;
  background: #9c9c9c;
}
.dropcap.dropcap-info {
  background: #5bc0de;
}
.dropcap.dropcap-danger {
  background: #d9534f;
}
.dropcap.dropcap-success {
  background: #5cb85c;
}
.dropcap.dropcap-warning {
  background: #f0ad4e;
}

/*Dropcap v2*/
.blockquote {
  position: relative;
  font-weight: 300;
  font-style: italic;
}
.blockquote i.blockquote-icon {
  top: 50%;
  color: white;
  width: 34px;
  height: 34px;
  padding: 7px;
  font-size: 14px;
  line-height: 22px;
  margin-top: -15px;
  text-align: center;
  position: absolute;
  background: #9c9c9c;
  display: inline-block;
}
.blockquote.blockquote-left i {
  left: 17px;
  margin-right: 10px;
}
.blockquote.blockquote-right {
  border-left: none;
  padding-left: 30px;
  padding-right: 20px;
}
.blockquote.blockquote-right i {
  right: 17px;
  margin-left: 10px;
}
.blockquote.blockquote-right .blockquote-in {
  margin-right: 45px;
}
.blockquote.blockquote-brd {
  padding: 15px;
  border: 1px solid #eeeeee;
}
.blockquote.blockquote-brd i {
  color: black;
  top: 30px;
  left: 25px;
  position: absolute;
}
.blockquote.blockquote-brd .blockquote-in {
  margin-left: 45px;
}
.blockquote.blockquote-info {
  border-left-color: #5bc0de;
}
.blockquote.blockquote-danger {
  border-left-color: #d9534f;
}
.blockquote.blockquote-success {
  border-left-color: #5cb85c;
}
.blockquote.blockquote-warning {
  border-left-color: #f0ad4e;
}

/* effect-v1 */
.effect-v1 {
  overflow: hidden;
  position: relative;
  background-color: #000;
  /* style for hover */
}
.effect-v1 img {
  -webkit-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}
.effect-v1:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* effect-v1 */
.effect-v2 {
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v2 img {
  transform-origin: 50% 50% 0;
  -webkit-transition: transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
}
.effect-v2:hover img {
  transform: scale3d(0.9, 0.9, 1);
}

/* effect-v3*/
.effect-v3 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v3:before, .effect-v3:after {
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}
.effect-v3:before {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
.effect-v3:after {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
}
.effect-v3 img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}
.effect-v3 .banner-title {
  -webkit-transform: translate3d(0px, -20px, 0px);
  transform: translate3d(0px, -20px, 0px);
  -webkit-transition: transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
}
.effect-v3 .action {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0px, 40px, 0px);
  transform: translate3d(0px, 40px, 0px);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.effect-v3:hover:before, .effect-v3:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.effect-v3:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.effect-v3:hover .banner-title, .effect-v3:hover .action {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* effect-v4*/
.effect-v4 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v4:before {
  border: 2px solid #ffffff;
  bottom: 20px;
  -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}
.effect-v4 img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}
.effect-v4 .banner-title {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
}
.effect-v4 .action {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.effect-v4:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.effect-v4:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.effect-v4:hover .banner-title {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.effect-v4:hover .action {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* effect-v5*/
.effect-v5 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v5 img {
  backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}
.effect-v5 .action {
  transform: translate3d(-150%, 0px, 0px);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.effect-v5 .action:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.effect-v5 .action:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.effect-v5 .action:nth-of-type(3) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.effect-v5:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transform: scale3d(1.1, 1.1, 1);
}
.effect-v5:hover .action {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale3d(1.1, 1.1, 1);
  transform: translate3d(0px, 0px, 0px);
}
.effect-v5:hover .action:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.effect-v5:hover .action:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.effect-v5:hover .action:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* effect-v6*/
.effect-v6 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v6 img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}
.effect-v6 .action {
  transform: translate3d(0px, -100px, 0px);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  opacity: 0;
}
.effect-v6:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.effect-v6:hover .action {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

/* effect-v7*/
.effect-v7 {
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v7:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  z-index: 1;
  border: 200px double rgba(0, 0, 0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.effect-v7:hover:before {
  opacity: 0;
  filter: alpha(opacity=0);
  border: 0 double rgba(255, 255, 255, 0.7);
  visibility: hidden;
}

/* effect-v8*/
.effect-v8 {
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v8:before {
  border-bottom: 50px solid rgba(255, 255, 255, 0.4);
  border-top: 50px solid rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transform-origin: 50% 50% 0;
  width: 100%;
}
.effect-v8:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
}

/* effect-v9*/
.effect-v9 {
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v9:before {
  border: 50px solid rgba(0, 0, 0, 0);
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  content: "";
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100px;
  height: 100px;
  -webkit-transform: scale(7);
  -ms-transform: scale(7);
  transform: scale(7);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  visibility: visible;
  z-index: 1;
}
.effect-v9:hover:before {
  border: 0 solid rgba(0, 0, 0, 0.7);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

/* effect-v10*/
.effect-v10 {
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v10:before {
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  width: 100%;
  height: 100%;
  left: -100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  z-index: 1;
}
.effect-v10:hover:before {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* effect-v11*/
.effect-v11 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v11:before {
  border: 1px solid #ffffff;
  bottom: 20px;
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}
.effect-v11 img {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.effect-v11 .action {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.effect-v11:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.effect-v11:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.effect-v11:hover .action {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

/* effect-v12*/
.effect-v12 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v12:before {
  border: 1px solid #ffffff;
  bottom: 20px;
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: translate3d(-20px, 0px, 0px);
  transform: translate3d(-20px, 0px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}
.effect-v12 img {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.effect-v12 .action {
  -webkit-transform: translate3d(-10px, 0px, 0px);
  transform: translate3d(-10px, 0px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.effect-v12:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.effect-v12:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transform: scale(1.2, 1);
  -ms-transform: scale(1.2, 1);
  transform: scale(1.2, 1);
}
.effect-v12:hover .action {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  filter: alpha(opacity=100);
}

/*icon effect-v1*/
.icon-effect-v1:hover .fa {
  animation: 2s linear 0s normal none infinite running spinAround;
}

@keyframes spinAround {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*icon effect-v2*/
.icon-effect-v2 .fa {
  transform: scale(1);
  transition: transform 0.2s ease 0s;
}
.icon-effect-v2:hover .fa {
  transform: scale(0.8);
}

/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 3.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@email:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
/* Page Heading */
.page-title h1,
.category-title h1 {
  font-size: 24px;
  font-family: "proxima";
  text-transform: uppercase;
  font-weight: 400;
  line-height: 36px;
  color: #3c2e48;
}

.page-title h1 {
  padding: 0 0 10px;
}

.category-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Pager */
.pager {
  margin: 0;
  text-align: center;
}
.pager .amount {
  float: left;
  margin: 0;
  display: none;
}
.rtl .pager .amount {
  float: right !important;
}
.pager .limiter {
  float: right;
}
.rtl .pager .limiter {
  float: left !important;
}
.pager .limiter label {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.pager .limiter select {
  vertical-align: middle;
  width: 95px;
  height: 30px;
  padding: 4px 9px;
  line-height: 30px;
}
.pager .pages {
  float: left;
}
.rtl .pager .pages {
  float: right !important;
}
.pager .pages ol {
  display: inline;
}
.pager .pages li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 5px;
  height: 25px;
  line-height: 15px;
}
.pager .pages .current {
  background: transparent;
  color: #005394;
}
.pager .pages .current a {
  color: #005394;
}
.pager .pages .button-pre,
.pager .pages .button-next {
  background: #999;
  padding: 5px 10px !important;
  color: white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 16px;
  margin-top: 12px;
  cursor: pointer;
}
.pager .pages .button-pre a,
.pager .pages .button-next a {
  color: white;
}

.box-reviews .pager,
.my-account .pager {
  border: 0;
}

/* Sorter */
.sorter .view-mode {
  float: left;
  margin: 0;
}
.rtl .sorter .view-mode {
  float: right !important;
}
.sorter .view-mode label {
  float: left;
  padding: 0 10px;
  margin: 0;
  font-size: 12px;
  line-height: 30px;
}
.rtl .sorter .view-mode label {
  float: right !important;
}
.sorter .view-mode .grid, .sorter .view-mode .list {
  display: block;
  float: left;
  margin-right: 8px;
  font-size: 16px;
  background: white;
  color: #dbdbdb;
  line-height: 50px;
}
.rtl .sorter .view-mode .grid, .rtl .sorter .view-mode .list {
  float: right !important;
}
.rtl .sorter .view-mode .grid, .rtl .sorter .view-mode .list {
  margin-left: 8px;
  margin-right: inherit;
}
.sorter .view-mode strong.grid, .sorter .view-mode strong.list,
.sorter .view-mode a.grid:hover, .sorter .view-mode a.list:hover {
  color: #3c2e48;
}
.sorter .sort-by {
  float: right;
  padding: 0;
  margin: 0;
}
.rtl .sorter .sort-by {
  float: left !important;
}
.sorter .sort-by label {
  vertical-align: middle;
  margin: 0;
}
.sorter .sort-by select {
  vertical-align: middle;
  padding: 4px;
  width: auto;
  background: #fff;
  border-color: #e8e8e8;
}

/* Toolbar */
.toolbar {
  margin: 0 !important;
  border-bottom: 1px solid #e8e8e8;
  min-height: 50px;
}
.toolbar label {
  margin-bottom: 0;
  padding: 0;
  color: #3c2e48;
}
.toolbar .pager {
  padding-left: 20px;
  line-height: 50px;
}
.rtl .toolbar .pager {
  padding-right: 20px;
  padding-left: inherit;
}
.toolbar .pager li > a, .toolbar .pager li > span {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  background: transparent;
}
.toolbar .pager li > a, .toolbar .pager li > span, .toolbar .pager .pages li.current {
  padding: 0;
}
.toolbar .sort-by {
  text-align: right;
  line-height: 52px;
}
.rtl .toolbar .sort-by {
  text-align: left !important;
}
.toolbar .sort-by select {
  width: 120px;
  height: 30px;
  padding: 4px 9px;
  line-height: 30px;
}

.toolbar-bottom {
  margin-top: 20px;
}

/* Content Styles ================================================================= */
/* Product Tags */
.tags-list li {
  display: inline !important;
}

/* Advanced Search */
.advanced-search .form-list label {
  width: 160px;
  padding-right: 10px;
}
.advanced-search .form-list .input-box, .advanced-search .form-list .input-range {
  float: left;
  clear: none;
}
.rtl .advanced-search .form-list .input-box, .rtl .advanced-search .form-list .input-range {
  float: right !important;
}

.advanced-search-amount {
  margin: 0 0 10px;
}

.advanced-search-summary {
  margin: 10px 0;
  border: 1px solid #e9d7c9;
  background: #fff6f1;
  padding: 10px;
}
.advanced-search-summary ul {
  float: left;
  width: 49%;
}
.advanced-search-summary strong {
  color: #E17C24;
  padding-left: 15px;
  background: url(../images/i_search_criteria.gif) 0 3px no-repeat;
}
.advanced-search-summary p {
  clear: both;
  font-weight: bold;
  margin: 0;
}

/* CMS Home Page */
/* Sitemap */
.page-sitemap .links {
  text-align: right;
  margin: 0 8px -22px 0;
}
.page-sitemap a {
  text-decoration: none;
  position: relative;
}
.page-sitemap a:hover {
  text-decoration: underline;
}
.page-sitemap .sitemap {
  margin: 12px;
}
.page-sitemap .sitemap a {
  color: #1b2d3b;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}
.page-sitemap .sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: bold;
}
.page-sitemap .sitemap li.level-0 a {
  color: #1e7ec8;
}

/* Shopping Cart ========================================================================= */
.cart {
  background: white;
  margin-bottom: 20px;
}
.cart .page-title {
  border-bottom: 0;
  margin: 0 0 12px;
}
.cart .page-title h1 {
  margin: 10px 0 0;
}
.cart button {
  margin-left: 5px;
}
.rtl .cart button {
  margin-right: 5px;
  margin-left: inherit;
}

#shopping-cart-table img {
  max-width: 80px;
}

.cart-collaterals {
  margin-top: 30px;
}

.crosssell {
  margin-top: 40px;
}
.crosssell .carousel-inner {
  overflow: visible;
}
.crosssell .carousel-inner .products-row {
  margin: 0;
}

.cart-price .price {
  color: #005394;
}

/* Shopping cart tax info */
.cart-tax-info {
  display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
  padding-right: 20px;
}

.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(../images/bkg_collapse.gif) 100% 5px no-repeat;
  cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important;
}

.cart-tax-total-expanded {
  background-position: 100% -52px;
}

/* Checkout Types */
.cart {
  /* Shopping Cart Collateral boxes */
  /* Discount Codes & Estimate Shipping and Tax Boxes */
  /* Shopping Cart Totals */
}
.cart .product-name a {
  font-size: 14px;
}
.cart .page-title .checkout-types li {
  margin: 0 0 5px;
}
.cart .title-buttons .checkout-types {
  display: none;
  float: right;
}
.rtl .cart .title-buttons .checkout-types {
  float: left !important;
}
.cart .title-buttons .checkout-types li {
  float: left;
  margin: 0 0 5px 5px;
}
.rtl .cart .title-buttons .checkout-types li {
  float: right !important;
}
.cart .checkout-types .paypal-or {
  margin: 0 8px;
  line-height: 2.3;
}
.cart .totals .checkout-types .paypal-or {
  clear: both;
  display: block;
  padding: 8px 55px 0 0;
  line-height: 1.0;
  font-size: 11px;
}
.cart .cart-collaterals h2 {
  font-size: 18px;
  color: #333;
}
.cart .crosssell .product-image {
  margin-right: 10px;
}
.cart .crosssell li.item {
  margin: 10px 0;
}
.cart .discount, .cart .shipping {
  border: 1px solid #e8e8e8;
  padding: 12px 15px;
  margin: 0 0 18px;
}
.cart .discount .buttons-set, .cart .shipping .buttons-set {
  margin: 10px 0 0;
  border: 0;
  padding: 0;
  text-align: left;
}
.rtl .cart .discount .buttons-set, .rtl .cart .shipping .buttons-set {
  text-align: right !important;
}
.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button {
  float: none;
  margin-left: 0;
}
.cart .discount .input-box {
  margin: 8px 0 0;
  width: 260px;
}
.cart .discount input.input-text {
  width: 254px;
}
.cart .shipping .sp-methods {
  margin: 10px 0 0;
  padding: 5px 0 0;
  background: url(../images/bkg_divider1.gif) 0 0 repeat-x;
}
.cart .totals {
  color: #333;
}
.cart .totals table {
  margin: 7px 0;
  border: none;
}
.cart .totals td {
  padding: 5px 0px 10px 35px;
  border: none;
  font-size: 18px;
}
.cart .totals tfoot th {
  padding: 5px 15px 5px 7px;
}
.cart .totals tfoot td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.cart .totals tfoot th strong, .cart .totals tfoot td strong {
  font-size: 24px;
}
.cart .totals .checkout-types {
  border-top: 1px solid #e8e8e8;
  font-size: 13px;
  padding: 5px 0 0;
  text-align: right;
}
.rtl .cart .totals .checkout-types {
  text-align: left !important;
}
.cart .totals .checkout-types li {
  clear: both;
  margin: 10px 0;
}

/* Options Tool Tip */
.item-options dt {
  font-weight: bold;
  font-style: italic;
}
.item-options dd {
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated {
  cursor: help;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.truncated a.dots {
  cursor: help;
}
.truncated a.details {
  cursor: help;
}
.truncated .truncated_full_value {
  position: relative;
  z-index: 999;
}
.truncated .truncated_full_value .item-options {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999;
  width: 250px;
  padding: 8px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}
.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
}
.truncated .show .item-options {
  top: -20px;
  left: 50%;
}

.col-left .truncated .show .item-options {
  left: 15px;
  top: 7px;
}

.col-right .truncated .show .item-options {
  left: -240px;
  top: 7px;
}

/* ======================================================================================= */
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label {
  font-weight: bold;
  color: #999999;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list {
  padding-left: 20px;
}
.sp-methods .form-list li {
  margin: 0 0 8px;
}
.sp-methods select.month {
  width: 154px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 3em !important;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
}
.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right;
}
.rtl .sp-methods .checkmo-list label {
  text-align: left !important;
}
.sp-methods .checkmo-list address {
  float: left;
}
.rtl .sp-methods .checkmo-list address {
  float: right !important;
}
.sp-methods .centinel-logos a {
  margin-right: 3px;
}
.sp-methods .centinel-logos img {
  vertical-align: middle;
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}
.rtl .sp-methods .release-amounts button {
  float: right !important;
}
.sp-methods input[type="checkbox"],
.sp-methods input[type="radio"] {
  height: 26px;
}

.please-wait {
  float: right;
}
.please-wait img {
  vertical-align: middle;
}

.cvv-what-is-this {
  font-size: 11px;
  cursor: help;
  margin-left: 10px;
  line-height: 34px;
}

/* Tooltip */
.tool-tip {
  border: 1px solid #7BA7C9;
  background: #EAF6FF;
  padding: 15px 20px;
  position: absolute;
  z-index: 9999;
}
.tool-tip .btn-close {
  margin: -9px -14px 0;
  text-align: right;
}
.rtl .tool-tip .btn-close {
  text-align: left !important;
}
.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 15px;
  height: 15px;
  background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}
.rtl .tool-tip .btn-close a {
  text-align: right !important;
}
.tool-tip .tool-tip-content {
  padding: 5px;
}

/* Gift Messages */
.gift-messages h3 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403;
}
.gift-messages p.control {
  color: #8e8d8b;
}

.gift-messages-form {
  position: relative;
}
.gift-messages-form label {
  float: none !important;
  position: static !important;
}
.gift-messages-form h4 {
  font-size: 12px;
  font-weight: bold;
  color: #e87403;
}
.gift-messages-form .whole-order {
  margin: 0 0 25px;
}
.gift-messages-form .item {
  margin: 0 0 10px;
}
.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px;
}
.rtl .gift-messages-form .item .product-img-box {
  float: right !important;
}
.gift-messages-form .item .product-image {
  margin: 0 0 7px;
}
.gift-messages-form .item .number {
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #8a8987;
}
.gift-messages-form .item .details {
  margin-left: 90px;
}
.gift-messages-form .item .details .product-name {
  font-size: 13px;
  margin: 0 0 10px;
}
.gift-messages-form .item .details .form-list .field {
  width: 255px;
}
.gift-messages-form .item .details .form-list .input-box {
  width: 240px;
}
.gift-messages-form .item .details .form-list input.input-text {
  width: 234px;
}
.gift-messages-form .item .details .form-list li.wide .input-box {
  width: 500px;
}
.gift-messages-form .item .details .form-list li.wide textarea {
  width: 494px;
}

.gift-message-link {
  font-size: 11px;
  background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
  padding-right: 7px;
}
.gift-message-link.expanded {
  background-position: 100% -40px;
}

.gift-message-row {
  background: #f2efe9;
}
.gift-message-row .btn-close {
  float: right;
  width: 16px;
  height: 16px;
  background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}
.rtl .gift-message-row .btn-close {
  float: left !important;
}

/* Checkout Agreements */
.checkout-agreements li {
  margin: 30px 0;
}
.checkout-agreements .agreement-content {
  overflow: auto;
  height: 12em;
  padding: 10px;
  background-color: #fbfaf6;
  border: 1px solid #bbb6a5;
}
.checkout-agreements .agree {
  margin: 0;
  padding: 10px 0 10px 11px;
}
.checkout-agreements .agree input.checkbox {
  margin-right: 6px;
}
.checkout-agreements .agree label {
  font-weight: bold;
  color: #999999;
}

.opc .checkout-agreements {
  border: 1px solid #d9dde3;
  border-width: 0 1px;
  padding: 5px 30px;
}
.opc .checkout-agreements li {
  margin: 20px 0 0;
}
.opc .checkout-agreements .agreement-content {
  background-color: #fff;
  border-color: #e4e4e4;
  padding: 5px;
}
.opc .checkout-agreements .agree {
  padding-left: 6px;
}

/* Centinel */
.centinel .authentication {
  border: 1px solid #ddd;
  background: #fff;
}
.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.opc .centinel {
  border: 1px solid #bbb6a5;
  border-width: 0 1px 1px;
  padding: 10px 30px;
}

/* Generic Info Set */
.info-set {
  background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px;
  /********** Common Checkout Styles > */
}
.info-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}
.info-set .box {
  margin: 0 0 15px;
}
.info-set .box h2 {
  color: #005394;
}
.info-set .data-table .product-name {
  font-size: 1em !important;
}
.info-set .data-table .product-name a {
  font-weight: bold !important;
}
.info-set .data-table .item-options {
  margin: 5px 0 0;
}

/* One Page Checkout */
.checkout-onepage-index #content,
.checkout-onepage-success #content {
  background: white;
  margin: 0;
}

.block-progress {
  border: 0;
  margin: 0;
}
.block-progress .block-title {
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 5px;
}
.block-progress .block-title strong {
  font-size: 13px;
  color: #0a263c;
}
.block-progress .block-content {
  background: none;
}
.block-progress dt {
  background: none repeat scroll 0 0 #EFEFEF;
  border: 1px solid #e8e8e8;
  color: #444444;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.35;
  margin: 0 0 6px;
  padding: 10px;
}
.block-progress dt.complete {
  margin: 0;
}
.block-progress dd {
  background: #F5F5F5;
  border: 1px solid #e8e8e8;
  border-top: 0;
  padding: 8px 13px;
  margin: 0 0 10px;
}
.block-progress p {
  margin: 0;
}
.block-progress .cards-list dt {
  background: none;
  border: 0 none;
  color: inherit;
  font-size: 12px;
  margin: 5px 0;
  padding: 0;
}
.block-progress .cards-list dd {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.block-progress .cards-list .info-table th {
  font-weight: normal;
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a, .opc-block-progress dt.complete .separator {
  display: inline;
}
.opc-block-progress dt a, .opc-block-progress dt .separator {
  display: none;
}

.opc {
  position: relative;
}
.opc .buttons-set button.button {
  float: right;
}
.rtl .opc .buttons-set button.button {
  float: left !important;
}
.opc .buttons-set p.required {
  margin: 0;
  padding: 0 0 10px;
}
.opc .buttons-set.disabled button.button {
  display: none;
}
.opc .buttons-set .please-wait {
  height: 28px;
  line-height: 28px;
}
.opc .ul {
  list-style: disc outside none;
  padding-left: 18px;
}
.opc .section {
  margin: 0 0 10px;
  padding: 0;
  clear: both;
}
.opc .section:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.opc .step-title {
  background-color: #EFEFEF;
  border: 1px solid #e0e0e0;
  padding: 8px;
  text-align: right;
  overflow: hidden;
}
.rtl .opc .step-title {
  text-align: left !important;
}
.opc .step-title .number {
  background-color: #fff;
  float: left;
  font-size: 14px;
  line-height: 26px;
  margin-right: 8px;
  padding: 0 10px;
}
.rtl .opc .step-title .number {
  float: right !important;
}
.rtl .opc .step-title .number {
  margin-left: 8px;
  margin-right: inherit;
}
.opc .step-title h2 {
  color: #999;
  float: left;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
}
.rtl .opc .step-title h2 {
  float: right !important;
}
.opc .step-title a {
  display: none;
  float: right;
  margin-top: 6px;
}
.rtl .opc .step-title a {
  float: left !important;
}
.opc .section.allow {
  cursor: pointer;
}
.opc .section.allow.active {
  cursor: auto;
}
.opc .allow .step-title {
  background: none repeat scroll 0 0 #F5F5F5;
}
.opc .allow .step-title:hover {
  background-color: #E5E5E5;
}
.opc .allow .step-title h2 {
  color: #333333;
}
.opc .allow .step-title a {
  display: block;
}
.opc .active .step-title {
  background-color: #E5E5E5;
  cursor: default;
}
.opc .active .step-title .number {
  background-color: #333333;
  color: #FFFFFF;
}
.opc .active .step-title a {
  display: none;
}
.opc .step {
  padding: 10px;
  position: relative;
}
.opc .step .tool-tip {
  right: 30px;
}
.opc .gift-messages-form {
  border-color: #E5E5E5;
  border-style: solid;
  border-width: 1px 0;
}
.opc .gift-messages-form .inner-box {
  overflow: visible;
}

#opc-review .step {
  padding: 0;
}
#opc-review .item-options {
  margin: 5px 0 0;
}
#opc-review .buttons-set {
  border: 0 none;
  padding: 15px 30px;
}
#opc-review .buttons-set p {
  line-height: 28px;
  margin: 0;
}
#opc-review .buttons-set .please-wait {
  height: 28px;
  line-height: 28px;
}
#opc-review .authentication {
  margin: 0 auto;
  width: 570px;
}
#opc-review .warning-message {
  color: #222222;
  font-weight: bold;
  padding: 10px 10px 0;
  text-align: center;
}
#opc-review tfoot {
  border-top: 1px solid #ccc;
}

/* Multiple Addresses Checkout */
.checkout-multishipping-address-newshipping #columns #content,
.checkout-multishipping-addresses #columns #content,
.checkout-multishipping-shipping #columns #content,
.checkout-multishipping-billing #columns #content,
.checkout-multishipping-overview #columns #content,
.checkout-multishipping-succes #columns #content {
  background: white;
  margin: 0px 0 40px;
}

.checkout-progress {
  padding: 0;
  margin: 0 0 40px;
}
.checkout-progress li {
  float: left;
  width: 19%;
  margin: 0 2px 0 0;
  border-top: 10px solid #666666;
  padding: 5px 0 0;
  font-weight: bold;
  font-family: "proxima";
  text-transform: uppercase;
  text-align: center;
  color: #abb5ba;
}
.checkout-progress li.active {
  border-top-color: #005394;
  color: #005394;
}

.multiple-checkout .data-table .product-name {
  font-size: 1em !important;
  color: #1e7ec8 !important;
}
.multiple-checkout .data-table .product-name a {
  font-weight: bold !important;
}
.multiple-checkout .data-table .item-options {
  margin: 5px 0 0;
}
.multiple-checkout .gift-messages {
  margin: 15px 0 0;
}
.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 20px;
}
.rtl .multiple-checkout .tool-tip {
  left: 20px;
  right: auto;
}
.multiple-checkout .box {
  margin: 0 0 15px;
}
.multiple-checkout .box h2 {
  color: #005394;
}
.multiple-checkout .place-order {
  text-align: right;
}
.rtl .multiple-checkout .place-order {
  text-align: left !important;
}
.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 27px 7px 0 0;
}
.rtl .multiple-checkout .place-order .please-wait {
  float: left !important;
}
.multiple-checkout .place-order .grand-total {
  font-size: 1.5em;
}
.multiple-checkout .place-order .grand-total .inner {
  padding: 14px 0 0;
}
.multiple-checkout .place-order .grand-total .inner div {
  display: inline;
}
.multiple-checkout .place-order .grand-total big {
  display: inline;
  margin-right: 12px;
}
.multiple-checkout .place-order .grand-total .price {
  color: #005394;
}
.multiple-checkout .place-order .grand-total button.button span {
  font-size: 16px;
}
.multiple-checkout .place-order .grand-total button.button span span {
  padding: 0 45px 0 36px;
}
.multiple-checkout .gift-messages-form .item .details .form-list {
  width: 100%;
  overflow: hidden;
}
.multiple-checkout .gift-messages-form .item .details .form-list li {
  margin-right: -15px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
  width: 445px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
  width: 439px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .field {
  width: 230px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
  width: 215px;
}
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
  width: 209px;
}

/* Step 1 */
#checkoutSteps .control .radio, #checkoutSteps .control .checkbox {
  height: 24px;
}

#multiship-addresses-table td {
  padding: 10px;
}
#multiship-addresses-table tfoot td {
  padding: 5px 10px;
}

/* Step 2 */
.checkout-multishipping-shipping .box-sp-methods {
  border: 1px solid #e8e8e8;
  padding: 13px;
  position: relative;
}
.checkout-multishipping-shipping .box-sp-methods .pointer {
  position: absolute;
  top: -20px;
  right: -40px;
  width: 178px;
  height: 41px;
  background: url(../images/bkg_sp-methods.gif) 0 0 no-repeat;
  overflow: hidden;
}
.rtl .checkout-multishipping-shipping .box-sp-methods .pointer {
  left: -40px;
  right: auto;
}

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
  position: relative;
}

/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
/* Captcha ================================================================================ */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

.captcha-image {
  float: left;
  display: inline;
  margin: 0;
  position: relative;
  width: 258px;
}
.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

.registered-users .captcha-image {
  margin: 0;
}

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}
.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

/* Remember Me Popup ===================================================================== */
.window-overlay {
  background: url(../images/window_overlay.png) repeat;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990;
}

.remember-me label {
  float: none;
  margin: 0 6px;
}

.remember-me-popup {
  background: #fff;
  border: 1px solid #ccc;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -85px 0 0 -200px;
  width: 400px;
  text-align: left;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  -box-shadow: 0 0 6px #ccc;
  z-index: 1000;
}
.remember-me-popup h3 {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 5px 10px;
}
.remember-me-popup .remember-me-popup-head {
  position: relative;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  background: url(../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
}
.remember-me-popup .remember-me-popup-body {
  padding: 10px;
}
.remember-me-popup .remember-me-popup-body a {
  display: inline-block;
  height: 19px;
  border: 1px solid #de5400;
  background: #f18200;
  padding: 0 8px;
  font: bold 12px/19px Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}

/* Remember Me Popup ===================================================================== */
/* My Account ============================================================================= */
.my-account {
  background: white;
}
.my-account .box-reviews,
.my-account .box-tags {
  margin-bottom: 20px;
  border-top: 1px solid #e8e8e8;
  padding: 20px 0;
}

.my-account .title-buttons .link-rss {
  float: none;
  margin: 0;
}

.block-account li {
  padding: 5px 0;
}
.block-account li.current strong {
  color: #005394;
}

/* Address Book */
.addresses-list address {
  margin: 0 0 3px;
}
.addresses-list p {
  margin: 0;
}
.addresses-list a {
  font-weight: bold;
}
.addresses-list .link-remove {
  color: #646464;
}
.addresses-list .separator {
  margin: 0 3px;
}
.addresses-list li.item {
  background: white url(../images/bkg_account_box.gif) 0 0 repeat-x;
  border: 1px solid #ccc;
  padding: 10px 13px;
  margin: 0 0 10px;
}
.addresses-list li.empty {
  background: none;
  border: 0;
  padding: 0;
}
.addresses-list li.empty p {
  font-weight: bold;
}
.addresses-list .addresses-additional li.item {
  background: none;
  border: 0;
  padding: 0;
}

/* Order View */
.order-info {
  background: #dee5e8;
  border: 1px solid #d0cbc1;
  padding: 4px 8px;
  margin: 0 0 8px;
}
.order-info dt, .order-info dd, .order-info ul, .order-info li {
  display: inline;
}
.order-info .current {
  font-weight: bold;
}
.order-info li {
  margin: 0 3px;
}

.order-date {
  margin: 10px 0;
}

.order-info-box {
  background: white url(../images/bkg_block-title.gif) 0 0 repeat-x;
  border: 1px solid #d0cbc1;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.order-info-box .box-payment p {
  margin: 0 0 3px;
}
.order-info-box .box-payment th {
  font-weight: bold;
  padding-right: 7px;
}

.order-items {
  width: 100%;
  overflow-x: auto;
}
.order-items .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
}
.order-items .link-print {
  color: #1e7ec8;
  font-weight: normal;
}
.order-items .order-links {
  text-align: right;
}
.rtl .order-items .order-links {
  text-align: left !important;
}

.order-additional {
  margin: 15px 0;
}

/* Order Gift Message */
.gift-message dt strong {
  color: #999999;
}
.gift-message dd {
  font-size: 13px;
  margin: 5px 0 0;
}

/* Order Comments */
.order-about dt {
  font-weight: bold;
}
.order-about dd {
  font-size: 13px;
  margin: 0 0 7px;
}

.tracking-table {
  margin: 0 0 15px;
}
.tracking-table th {
  font-weight: bold;
  white-space: nowrap;
}

.tracking-table-popup {
  width: 100%;
}
.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap;
}
.tracking-table-popup th, .tracking-table-popup td {
  padding: 1px 8px;
}

/* Order Print Pages */
.page-print {
  /* Price Rewrites */
}
.page-print .print-head {
  margin: 15px 0;
  float: left;
  width: 100%;
}
.page-print .print-head .logo {
  float: left;
}
.page-print .print-head address {
  float: left;
  margin-left: 15px;
}
.page-print .order-date {
  background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.page-print .gift-message-link {
  display: none;
}
.page-print .price-excl-tax,
.page-print .price-incl-tax {
  display: block;
  white-space: nowrap;
}
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
  display: inline;
}

/* My Wishlist */
#wishlist-table {
  margin-bottom: 20px;
}
#wishlist-table .btn-cart {
  margin-top: 10px;
  min-width: 140px;
}
#wishlist-table .cart-cell {
  text-align: center;
}
#wishlist-table .cart-cell .add-to-cart-alt {
  padding: 10px 0;
}
#wishlist-table .description {
  padding: 0 0 10px;
}

/* My Tags */
.my-tag-edit {
  float: left;
  margin: 0 0 10px;
}
.my-tag-edit .btn-remove,
.my-tag-edit .btn-remove:hover {
  float: right;
  margin: 4px 0 0 10px;
  line-height: auto;
  height: auto;
  background-color: transparent;
  border: 0;
}
.rtl .my-tag-edit .btn-remove, .rtl
.my-tag-edit .btn-remove:hover {
  float: left !important;
}

#my-tags-table {
  clear: both;
}
#my-tags-table td {
  padding: 10px;
}
#my-tags-table .add-to-links {
  white-space: nowrap;
}
#my-tags-table .last {
  text-align: center;
}
#my-tags-table .last .button.btn-cart {
  height: auto;
  padding: 10px 20px;
  width: 150px;
  margin-bottom: 10px;
}

/* My Reviews */
#my-reviews-table td {
  padding: 10px;
}

.product-review .product-img-box {
  float: left;
  width: 140px;
}
.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
  height: 125px;
}
.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px;
}
.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}
.product-review .product-details {
  margin-left: 150px;
}
.product-review .product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.product-review .ratings-table {
  margin: 0 0 10px;
}
.product-review dt {
  font-weight: bold;
}
.product-review dd {
  font-size: 13px;
  margin: 5px 0 0;
}

/* Billing Agreements */
.billing-agreements .info-box {
  margin: 15px 0;
}
.billing-agreements .form-list li select {
  float: left;
}
.rtl .billing-agreements .form-list li select {
  float: right !important;
}
.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px;
}
.rtl .billing-agreements .form-list li button.button {
  float: right !important;
}
.billing-agreements .table-caption {
  font-weight: bold;
  font-size: 13px;
}

/* ======================================================================================= */
/* MAP Popup============================================================================== */
.cart-msrp-totals {
  color: #c83a3a;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}
.rtl .cart-msrp-totals {
  text-align: left !important;
}

.map-cart-sidebar-total {
  color: #c83a3a;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
  text-shadow: 0 1px 0 #fff;
}
.rtl .map-cart-sidebar-total {
  text-align: right !important;
}

.map-popup {
  background: #fff;
  border: 1px solid #aaa;
  margin: 12px 0 0;
  position: absolute;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  text-align: left;
  width: 300px;
  z-index: 100;
}
.rtl .map-popup {
  text-align: right !important;
}

.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  width: 260px;
}

.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 0 #f6f6f6;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
.rtl .map-popup-heading h2 {
  text-align: right !important;
}

.map-popup-arrow {
  background: url(../images/map_popup_arrow.gif) no-repeat;
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px;
}

.map-popup-close {
  background: url(../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px;
}
.rtl .map-popup-content {
  text-align: right !important;
}

.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right;
}
.rtl .map-popup-checkout {
  float: left !important;
}
.rtl .map-popup-checkout {
  text-align: left !important;
}
.map-popup-checkout span {
  display: block;
  padding-right: 30px;
}
.rtl .map-popup-checkout span {
  padding-left: 30px;
  padding-right: inherit;
}
.map-popup-checkout .paypal-logo {
  margin: 0 0 5px;
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 0;
}

.map-popup-price {
  margin: 5px 0 0;
}

.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word;
}
.rtl .map-popup-text {
  text-align: right !important;
}

.map-popup-only-text {
  border-top: 1px solid #ddd;
}

/* ======================================================================================= */
/* Sample Data============================================================================ */
.home-callout {
  margin-bottom: 12px;
}
.home-callout img {
  display: block;
}

.home-spot {
  float: left;
  width: 470px;
  margin-left: 20px;
}

.best-selling h3 {
  margin: 12px 0 6px 0;
  color: #e25203;
  font-size: 1.2em;
}
.best-selling table {
  border-top: 1px solid #ccc;
}
.best-selling tr.odd {
  background: #eeeeee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}
.best-selling tr.even {
  background: white url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
}
.best-selling td {
  width: 50%;
  border-bottom: 1px solid #ccc;
  padding: 8px 10px 8px 8px;
  font-size: 11px;
}
.best-selling .product-img {
  float: left;
  border: 2px solid #dcdcdc;
}
.best-selling .product-description {
  margin-left: 107px;
  line-height: 1.3em;
}

.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {
  color: #203548;
}

/* ======================================================================================= */
/* Class: std - styles for admin-controlled content */
.short-description {
  color: #666666;
}

.std {
  font-size: 15px;
  line-height: 24px;
}

.std .subtitle {
  padding: 0;
}

.std ol.ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}

.std ul.disc {
  list-style: disc outside;
  padding-left: 18px;
  margin: 0 0 10px;
}

.std dl dt {
  font-weight: bold;
}

.std dl dd {
  margin: 0 0 10px;
}

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
  margin: 0 0 1em;
  padding: 0;
}

.std ul {
  list-style: disc outside;
  padding-left: 1.5em;
}

.std ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}

.std ul ul {
  list-style-type: circle;
}

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
  margin: .5em 0;
}

.std dt {
  font-weight: bold;
}

.std dd {
  padding: 0 0 0 1.5em;
}

.std blockquote {
  font-style: italic;
  padding: 0 0 0 1.5em;
}

.std address {
  font-style: normal;
}

.std b,
.std strong {
  font-weight: bold;
}

.std i,
.std em {
  font-style: italic;
}

/* Misc */
.links li {
  display: inline;
}
.links li.first {
  padding-left: 0 !important;
}
.links li.last {
  background: none !important;
  padding-right: 0 !important;
}

.link-print {
  /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/
  font-weight: bold;
  color: #dc6809;
}

.link-rss {
  background: url(../images/i_rss.gif) 0 2px no-repeat;
  padding-left: 18px;
  line-height: 14px;
  white-space: nowrap;
}

.btn-remove {
  float: right;
  float: right;
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_remove.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}
.rtl .btn-remove {
  float: left !important;
}

.btn-previous {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_previous.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.btn-remove2 {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_trash.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.btn-edit {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_edit.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.cards-list dt {
  margin: 5px 0 0;
}

.cards-list .offset {
  padding: 2px 0 2px 20px;
}

.separator {
  margin: 0 3px;
}

.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: url(../images/bkg_divider1.gif) 0 50% repeat-x;
  text-indent: -999em;
  overflow: hidden;
}

/* Global site notices */
.global-site-notice {
  border: 1px solid #cfcfcf;
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f;
}
.global-site-notice .notice-inner {
  width: 860px;
  margin: 0 auto;
  padding: 12px 0 12px 80px;
  background: url(../images/i_notice.gif) 20px 25px no-repeat;
  text-align: left;
}
.global-site-notice .notice-inner p {
  margin: 0;
  border: 1px dotted #cccc73;
  padding: 10px;
}
.global-site-notice .notice-inner .actions {
  padding-top: 10px;
}

/* Cookie Notice */
.notice-cookie {
  position: fixed;
  z-index: 9999;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  opacity: 0.95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  /* IE8 */
}

/* Noscript Notice */
/* Demo Notice */
.demo-notice {
  margin: 0;
  padding: 6px 10px;
  background: #d75f07;
  font-size: 12px;
  line-height: 1.15;
  border: 0;
  text-align: center;
  color: #fff;
}
.demo-notice .notice-inner {
  width: auto;
  padding: 0;
  background: none;
  text-align: center;
}
.demo-notice .notice-inner p {
  padding: 0;
  border: 0;
}

/* RSS */
.rss-title h1 {
  background: url(../images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px;
}

.rss-table .link-rss {
  display: block;
  line-height: 1.55;
  background-position: 0 4px;
}

/* ======================================================================================= */
/********** < Dashboard */
.dashboard h2 {
  text-transform: uppercase;
  font-family: "proxima";
  font-weight: 400;
  font-size: 17px;
}
.dashboard .box {
  margin-bottom: 20px;
}
.dashboard .box .box-title {
  border-bottom: 1px solid #E5E5E5;
  margin: 0 0 10px;
  padding: 0 0 2px;
  text-align: right;
  overflow: hidden;
}
.rtl .dashboard .box .box-title {
  text-align: left !important;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
  float: left;
  margin: 0;
  text-transform: uppercase;
  font-family: "proxima";
  font-weight: 400;
  font-size: 15px;
}
.rtl .dashboard .box .box-title h3, .rtl .dashboard .box .box-title h4 {
  float: right !important;
}
.dashboard .box .box-title a {
  color: #666666;
  line-height: 38px;
}
.dashboard .box-info h4 {
  font-weight: normal;
  text-transform: uppercase;
}
.dashboard .box-reviews .box-head a, .dashboard .box-tags .box-head a {
  float: right;
  text-align: right;
  margin-top: -10px;
  color: #666666;
}
.rtl .dashboard .box-reviews .box-head a, .rtl .dashboard .box-tags .box-head a {
  float: left !important;
}
.rtl .dashboard .box-reviews .box-head a, .rtl .dashboard .box-tags .box-head a {
  text-align: left !important;
}
.dashboard .box-reviews .number, .dashboard .box-tags .number {
  float: left;
  font-size: 14px;
  line-height: 25px;
  padding: 0 10px;
  margin-top: 5px;
  background: #666666;
  color: white;
}
.rtl .dashboard .box-reviews .number, .rtl .dashboard .box-tags .number {
  float: right !important;
}
.dashboard .box-reviews .details, .dashboard .box-tags .details {
  margin-left: 38px;
}
.rtl .dashboard .box-reviews .details, .rtl .dashboard .box-tags .details {
  margin-right: 38px;
  margin-left: inherit;
}
.dashboard .box-reviews li.item, .dashboard .box-tags li.item {
  margin: 0 0 7px;
}
.dashboard .box-reviews li.item.last, .dashboard .box-tags li.item.last {
  margin: 0;
}
.dashboard .box-reviews .rating-box, .dashboard .box-tags .rating-box {
  display: inline-block;
}
.dashboard .box-reviews .ratings {
  margin: 5px 0 0;
}
.dashboard .box-tags .tags {
  margin: 5px 0 0;
}
.dashboard .box-tags .tags strong, .dashboard .box-tags .tags ul, .dashboard .box-tags .tags ul li {
  display: inline;
}

/********** Dashboard > */
.product-options dt label.required em, .form-list label.required em {
  color: #EE001C;
  margin: 0 3px 0 0;
}

.v-fix {
  float: left;
}
.rtl .v-fix {
  float: right !important;
}

/* Custommer */
.form-list li {
  overflow: hidden;
  padding: 5px 3px;
}
.form-list label {
  margin-bottom: 2px;
  color: #999999;
}

.content h2 {
  color: #333;
}

.buttons-set #send2 {
  float: left;
}
.rtl .buttons-set #send2 {
  float: right !important;
}

.form-list .input-text {
  width: 98%;
  min-height: 32px;
}

.account-login,
.account-create {
  margin: 0 0 40px;
  background: white;
}
.account-login .page-title,
.account-create .page-title {
  padding: 0;
}
.account-login .content h2,
.account-create .content h2 {
  font-size: 15px;
  font-weight: 600;
  font-family: "proxima";
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.account-login .content,
.account-login .buttons-set,
.account-create .content,
.account-create .buttons-set {
  padding: 20px 0;
}
.account-login .buttons-set,
.account-create .buttons-set {
  border-top: 1px solid #e8e8e8;
}

.account-create .buttons-set {
  margin-top: 40px;
}

/* crosssell-products-list */
.crosssell #crosssell-products-list:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.crosssell #crosssell-products-list .product-image {
  float: left;
}
.rtl .crosssell #crosssell-products-list .product-image {
  float: right !important;
}

.block-poll li {
  width: 100%;
  float: left;
}
.rtl .block-poll li {
  float: right !important;
}
.block-poll li span.label {
  font-size: 13px;
  line-height: 24px;
}

.sendfriend-product-send .send-friend {
  background: white;
  padding: 20px;
}
.sendfriend-product-send .send-friend .buttons-set button {
  margin-bottom: 20px;
}

.customer-account-login .new-users .content,
.customer-account-login .registered-users .content {
  min-height: 300px;
}

.send-friend .btn-remove {
  float: right;
  margin-top: 40px;
}
.rtl .send-friend .btn-remove {
  float: left !important;
}

.contact-info i.fa-home {
  margin-top: 20px;
  margin-right: 10px;
}

.contact-customhtml li {
  padding-bottom: 10px;
}
.contact-customhtml li em {
  margin-right: 10px;
}

#customer-reviews table th {
  font-weight: 600;
  padding: 10px 8px;
}
#customer-reviews table td {
  text-align: center!important;
}
#customer-reviews table td input {
  float: none!important;
}
#customer-reviews dt {
  font-weight: 600;
}

#cart-sidebar-reorder .radio, #cart-sidebar-reorder .checkbox {
  height: 18px;
}

#wishlist-table .product-image img {
  min-width: 100px;
}

/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
.paneltool {
  position: fixed;
  top: 05px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  left: -322px;
  border: solid 1px #CCC;
  z-index: 9999;
  -webkit-box-shadow: 2px -1px 2px #888888;
  box-shadow: 2px -1px 2px #888888;
  background: #fff;
}
.rtl .paneltool {
  right: -322px;
  left: auto;
}

.paneltool.active {
  left: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.rtl .paneltool.active {
  right: 0;
  left: auto;
}

.paneltool.active .panelbutton {
  color: red;
}

.paneltool.themetool {
  top: 70px;
  background: #fff;
}

.paneltool .panelcontent {
  background: #FFF;
  width: 320px;
  height: 580px;
  overflow-y: auto;
}

.paneltool .panelcontent > div {
  padding: 15px;
}

.panelbutton {
  border: solid 1px #CCC;
  background: #FFF;
  padding: 9px 11px;
  position: absolute;
  right: -35px;
  top: 10px;
  border-left: none;
  cursor: pointer;
  -webkit-box-shadow: 2px -1px 2px #888888;
  box-shadow: 2px -1px 2px #888888;
}
.rtl .panelbutton {
  left: -35px;
  right: auto;
}

.editortool .panelbutton {
  top: 517px!important;
}

#ves-paneltool.panel-open .panel-inner {
  right: 0;
}
.rtl #ves-paneltool.panel-open .panel-inner {
  left: 0;
  right: auto;
}

#ves-paneltool h4 {
  margin-bottom: 10px;
}

#ves-paneltool .accordion-group {
  margin-bottom: 5px;
}

#ves-paneltool form > * {
  float: left;
  width: 90%;
}

#ves-paneltool form .group-input {
  margin-right: 5px;
}

#ves-paneltool select {
  padding: 5px;
}

.box-patterns div {
  display: block;
  width: 38px;
  height: 38px;
  float: left;
  cursor: hand;
  cursor: pointer;
  border: solid 1px #f3f3f3;
  margin: 6px;
  border: 1px solid #ccc;
}

.box-patterns div.active {
  border: solid 1px red;
}

#ves-paneltool .nav-tabs > li:before,
#ves-paneltool .nav-tabs > li:after {
  display: none;
}

#customize-form {
  position: relative;
}

#main-preview {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin-left: 300px;
  transition-duration: 0.2s;
  transition-property: left, right, top, bottom, width, margin;
}

#main-preview iframe {
  height: 100%;
  width: 100%;
}

.colorpicker {
  z-index: 99999;
}

#ves-customize {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 3;
  box-shadow: 0 1px 3px #999;
  transition-duration: 0.2s;
  transition-property: left, right, top, bottom, width, margin;
  background: none repeat scroll 0 0 #F5F5F5;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

#ves-customize .wrapper {
  padding: 12px;
}

#customize-body input[type="text"], #customize-body select {
  border: 1px solid #E2E2E2;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  font-size: 11px;
  margin: 0 5px 0 0;
  padding: 2px 3px;
  width: 65px;
}

#customize-body select {
  color: #888;
}

#customize-body .accordion-group label {
  color: #888;
  font-size: 11px;
  font-weight: normal;
}

#customize-body .panel-heading {
  padding: 5px 6px;
  font-weight: bold;
  font-size: 11px;
}

.form-group {
  margin-right: 6px;
}

.accordion-group label, .form-group label {
  display: block;
  font-size: 12px!important;
}

.accordion-group label {
  float: left;
  min-width: 100px;
  margin-right: 10px;
  margin-top: 5px;
}

#ves-customize .btn {
  padding: 4px 12px;
  font-size: 11px;
  font-weight: bold;
}

#ves-customize .btn-show {
  position: absolute;
  top: 39px;
  padding: 6px 18px;
  background: #CCC;
  right: 11px;
  z-index: 99;
  transition: all 1.2s;
  cursor: hand;
  cursor: pointer;
}

#customize-body .nav-tabs {
  border-bottom: 1px solid #d7d7d7;
}

#customize-body .nav-tabs a {
  border: none;
}

#customize-body .nav-tabs a {
  font-weight: bold;
  font-size: 11px;
  padding: 6px 12px;
}

#customize-body .nav-tabs .active a {
  background: #7DB641;
  border-top: none;
  border-right: none;
  border-left: none;
  color: white;
}

.accordion-heading .accordion-toggle {
  font-size: 11px;
}

#customize-body .form-group {
  margin-bottom: 6px;
  clear: both;
}

.clear-bg {
  padding: 3px 6px;
  margin-left: 5px;
}

/* .tab-content > .tab-pane, .pill-content > .pill-pane {
    background: none repeat scroll 0 0 #FFFFFF;    
    padding: 13px;
} */
.bi-wrapper > div {
  float: left;
  width: 20px;
  height: 20px;
  margin: 3px 4px;
  border: solid 1px #999;
  cursor: hand;
  cursor: pointer;
}

.bi-wrapper > div.active {
  border-color: red;
}

.btn-small {
  border-radius: 0;
  background-color: #7DB641;
  color: #fff;
  padding: 3px 6px;
}

.btn-small:hover {
  background-color: #C83A3A;
  color: #fff;
}

.editortool .label-customize {
  position: absolute;
  right: -155px;
  top: 250px;
  width: 115px;
  height: 74px;
  padding: 0;
  background-image: url(../images/label_customize.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 0;
}

.editortool .label-customize:hover {
  background-position: 0 -111px;
}

.paneltool.active .label-customize {
  display: none;
}

.paneltool .panelcontent {
  text-align: left;
}

/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: inherit;
}

h1 {
  font-size: 22px;
  line-height: 40px;
}

h2 {
  font-size: 20px;
  line-height: 40px;
}

h3 {
  font-size: 16px;
  line-height: 40px;
}

h4 {
  font-size: 15px;
  line-height: 32px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 14px;
  line-height: 40px;
}

.success {
  color: #3d6611;
  font-weight: bold;
  background: white;
  padding: 10px;
  margin-top: 20px;
}

.error {
  color: #df280a;
  font-weight: bold;
}

.notice {
  color: #e26703;
}

.messages {
  width: 100%;
  overflow: hidden;
}

.messages,
.messages ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.messages li {
  margin: 0 0 10px !important;
}
.messages li li {
  margin: 0 0 3px !important;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  border-style: solid !important;
  border-width: 1px !important;
  background-position: 10px 9px !important;
  background-repeat: no-repeat !important;
  min-height: 24px !important;
  padding: 8px 8px 8px 32px !important;
  font-size: 11px !important;
  font-weight: bold !important;
}

.error-msg {
  border-color: #f16048;
  background-color: #faebe7;
  background-image: url(../images/i_msg-error.gif);
  color: #df280a;
}

.success-msg {
  border-color: #446423;
  background-color: #eff5ea;
  background-image: url(../images/i_msg-success.gif);
  color: #3d6611;
}

.note-msg,
.notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  background-image: url(../images/i_msg-note.gif);
  color: #3d6611;
}

/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
/* Forms */
form {
  display: inline;
}

fieldset {
  border: 0;
}

legend {
  display: none;
}

/* Table */
table {
  border: 0;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
  width: 100%;
}

caption, th, td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
.rtl caption, .rtl th, .rtl td {
  text-align: right !important;
}

/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button {
  font-size: 14px;
  color: #545759;
  background-color: white;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

.button, input {
  height: 40px;
  line-height: 1.42857;
}

input, select, textarea {
  width: 100%;
}

.button, input.button {
  background-color: #005394;
  border: 1px solid #005394;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: white;
  font-size: 13px;
  letter-spacing: 0.4px;
  font-family: "proxima";
  font-weight: 600;
  margin: 0;
  padding-left: 25px;
  padding-right: 25px;
}
.button:hover, input.button:hover {
  background-color: #3c2e48;
  border: 1px solid #3c2e48;
  color: white;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

select, textarea {
  padding: 9px;
}

option {
  padding-right: 10px;
}
.rtl option {
  padding-left: 10px;
  padding-right: inherit;
}

input.qty, input[title="Qty"] {
  display: inline;
  text-align: center;
  width: 60px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

input[type="radio"], input[type="checkbox"] {
  float: left;
  margin: 0;
  width: auto;
  border: 0;
}
.rtl input[type="radio"], .rtl input[type="checkbox"] {
  float: right !important;
}

select[multiple], select[size] {
  width: 300px;
}

label {
  padding: 4px;
  font-weight: normal;
  color: #555555;
}
label em {
  padding-right: 5px;
}
.rtl label em {
  padding-left: 5px;
  padding-right: inherit;
}

.label {
  display: table-cell;
  font-size: 100%!important;
}

/* Data Table */
table {
  width: 100%;
  border: 1px solid #d9dde3;
  margin: 10px 0;
  /* Bundle products tables */
}
table td.last, table th.last {
  border-right: 0;
}
table th {
  padding: 3px 8px;
  font-weight: 600;
  border-right: 1px solid #d9dde3;
}
.rtl table th {
  border-left: 1px solid #d9dde3;
  border-right: inherit;
}
table td {
  padding: 10px;
}
table tbody th, table tbody td {
  border-bottom: 1px solid #d9dde3;
  border-left: 1px solid #d9dde3;
}
.rtl table tbody th, .rtl table tbody td {
  border-right: 1px solid #d9dde3;
  border-left: inherit;
}
table tbody.odd tr td,
table tbody.even tr td {
  border-bottom: 0;
}
table tbody.odd tr.border td,
table tbody.even tr.border td {
  border-bottom: 1px solid #d9dde3;
}
table tbody td .option-label {
  font-weight: bold;
  font-style: italic;
}
table tbody td .option-value {
  padding-left: 10px;
}
.rtl table tbody td .option-value {
  padding-right: 10px;
  padding-left: inherit;
}

.data-table {
  width: 100%;
}
.data-table h2.product-name {
  font-size: 15px;
  line-height: normal;
}
.data-table th, .data-table td {
  padding: 10px;
  line-height: 30px;
}
.data-table thead {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid #E5E5E5;
}
.data-table thead th {
  font-weight: bold;
  vertical-align: bottom;
}
.data-table thead th.wrap {
  white-space: normal;
}
.data-table tr.even td, .data-table tr.even th,
.data-table tr.odd td, .data-table tr.odd th {
  border-right: 1px solid #d9dde3 !important;
  color: #777;
  padding: 10px;
}
.rtl .data-table tr.even td, .rtl .data-table tr.even th, .rtl
.data-table tr.odd td, .rtl .data-table tr.odd th {
  border-left: 1px solid #d9dde3 !important;
  border-right: inherit;
}
.data-table tr.even td.last,
.data-table tr.odd td.last {
  border-right: medium none;
}
.rtl .data-table tr.even td.last, .rtl
.data-table tr.odd td.last {
  border-left: medium none;
  border-right: inherit;
}
.data-table tr.odd.last {
  border-bottom: 1px solid #EEEEEE;
}
.data-table tbody tr.product-shop-row:hover {
  background-color: #FFFFFF;
}
.data-table tbody.odd td {
  border-width: 0 1px;
}
.data-table tbody.odd tr.last {
  border-bottom: 1px solid #E5E5E5;
}
.data-table tbody.even {
  background-color: #fff;
}
.data-table tbody.even td {
  border-width: 0 1px;
}
.data-table th .tax-flag {
  font-weight: normal;
}
.data-table .cell-label {
  display: none;
}
.data-table .value input {
  float: none;
  text-align: center;
  margin: 0 auto;
}

.form-list .field {
  width: 300px;
  margin-right: 10px;
  float: left;
}
.rtl .form-list .field {
  margin-left: 10px;
  margin-right: inherit;
}
.rtl .form-list .field {
  float: right !important;
}
.form-list input.input-text {
  width: 300px;
}

.back-link {
  margin-top: 10px;
  float: right;
}
.rtl .back-link {
  float: left !important;
}

.cart .shipping input.input-text, .cart .shipping select {
  width: 100%;
}

.multiple-checkout select {
  width: auto;
}

.box-sp-methods .radio,
.box-sp-methods .checkbox {
  height: 51px !important;
}

.control .radio,
.control .checkbox {
  height: 31px;
  border: 0;
}

.form-control:focus {
  border-color: #e8e8e8 !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: none!important;
}

/* block */
.block {
  margin-bottom: 30px;
  position: relative;
}
.block .block-title {
  color: #333333;
  position: relative;
  text-transform: uppercase;
  font-family: "proxima";
  padding: 20px 0;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
}
.block .block-title strong {
  font-weight: 600;
}
.block .block-title:before, .block .block-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.rtl .block .block-title:before, .rtl .block .block-title::after {
  right: 0;
  left: auto;
}
.block .block-title::before {
  background: #ddd;
  width: 100%;
  height: 1px;
}
.block .block-title::after {
  background: #ffb82f;
  width: 30px;
  height: 3px;
}
.block .block-content:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.block.nopadding .block-content {
  padding: 0;
  margin: 0;
}

.block-theme {
  border-color: #dddddd;
}
.block-theme .block-title {
  color: white;
  background-color: #005394;
  border-color: #dddddd;
}
.block-theme .block-title + .block-collapse .block-content {
  border-top-color: #dddddd;
}
.block-theme > .block-footer + .block-collapse .block-body {
  border-bottom-color: #dddddd;
}

.block-default {
  border-color: #dddddd;
}
.block-default .block-title {
  color: #333333;
  background-color: whitesmoke;
  border-color: #dddddd;
}
.block-default .block-title + .block-collapse .block-content {
  border-top-color: #dddddd;
}
.block-default > .block-footer + .block-collapse .block-body {
  border-bottom-color: #dddddd;
}

.block-primary .block-title {
  text-align: center;
}
.block-primary .block-title::before, .block-primary .block-title::after {
  left: 0!important;
  right: 0!important;
  margin: auto;
}
.block-primary .block-title::before {
  width: 35%;
}

.block-success .block-title {
  text-align: center;
  border: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 30px;
  color: black;
}
.block-success .block-title::before {
  background: none;
}

.block-info .block-title span span {
  font-weight: 700;
  color: #64b7f6;
}

.block-warning .block-title span span {
  font-weight: 700;
  color: #3c2e48;
}
.block-warning .block-content {
  border-bottom: 1px solid #e8e8e8;
  padding: 20px;
}

.block-danger .block-title span span {
  font-weight: 700;
  color: #f5527c;
}

.block-highlighted {
  border-color: #005394;
}
.block-highlighted .block-title {
  color: white;
  background-color: #005394;
  border-color: #005394;
}
.block-highlighted .block-title + .block-collapse .block-content {
  border-top-color: #005394;
}
.block-highlighted > .block-footer + .block-collapse .block-body {
  border-bottom-color: #005394;
}
.block-highlighted .block-content {
  padding: 0;
}

.box-product-carousel .block-content {
  padding: 0;
}

/* block inline style */
.block-inline .block-title {
  text-align: center;
  border: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 30px;
  color: black;
}
.block-inline .block-title::before {
  background: none;
}

.sidebar .block .block-title {
  font-size: 20px;
  color: black;
  overflow: hidden;
  font-weight: 600;
  position: relative;
  text-align: left;
  background: white;
  padding: 15px 0;
}
.rtl .sidebar .block .block-title {
  text-align: right !important;
}
.sidebar .block .block-content {
  padding: 20px 0 0 !important;
}

/* block style in main content */
#content .ves-custom .block-content {
  border: none;
  background: none;
  color: white;
}
#content .ves-custom .block-content {
  border: none;
}

.widget-images {
  border: 0!important;
}
.widget-images .block-content {
  padding: 0 !important;
  border: 0!important;
}

.promotional {
  color: white;
  text-align: center;
  line-height: 20px;
  font-weight: 100;
  font-size: 16px;
}
.promotional .abs {
  width: 20%;
}
.promotional .abs > .col-inner {
  padding: 30px 0;
}
.promotional .abs1 {
  background: #d8544d;
}
.promotional .abs2 {
  background: #e7ce04;
}
.promotional .abs3 {
  background: #8cbd3a;
}
.promotional .abs4 {
  background: #49b2a6;
}
.promotional .abs5 {
  background: #4e6f89;
}
.promotional .block {
  background: transparent;
}
.promotional h3 {
  font-weight: 600;
  padding: 10px 0;
}

.abs-left {
  background: #e7ce04;
}

.abs-right {
  background: #005394;
}

.checkbox.related-checkbox {
  position: absolute;
  z-index: 1;
  left: 12px;
}
.rtl .checkbox.related-checkbox {
  right: 12px;
  left: auto;
}

/* block tags */
.block-tags .tags-list li, .blog-list-tags .tags-list li {
  font-size: 15px;
}
.block-tags .tags-list li a, .blog-list-tags .tags-list li a {
  background: #e9e9e9;
  color: #333333;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  float: left;
  font-size: 13px!important;
  padding: 6px 10px;
  margin: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rtl .block-tags .tags-list li a, .rtl .blog-list-tags .tags-list li a {
  float: right !important;
}
.block-tags .tags-list li a:hover, .blog-list-tags .tags-list li a:hover {
  background: #005394;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-tags .actions, .blog-list-tags .actions {
  margin-top: 10px;
  font-style: italic;
  font-weight: bold;
  float: left;
  width: 100%;
}
.rtl .block-tags .actions, .rtl .blog-list-tags .actions {
  float: right !important;
}
.block-tags .actions a, .blog-list-tags .actions a {
  color: #333333;
}

#checkoutSteps .back-link {
  float: left;
}
.rtl #checkoutSteps .back-link {
  float: right !important;
}

.block-bottom {
  color: white;
}
.block-bottom .block {
  margin: 0;
}
.block-bottom h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 24px;
}
.block-bottom p {
  margin: 0;
}

.skillset .pull-left {
  margin-right: 10px;
}
.rtl .skillset .pull-left {
  margin-left: 10px;
  margin-right: inherit;
}

#skillset .pull-left {
  margin-right: 20px;
}
.rtl #skillset .pull-left {
  margin-left: 20px;
  margin-right: inherit;
}

/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 3.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@email:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
.buttons {
  padding: 20px 0;
}
.buttons:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.buttons .left {
  float: left;
}
.buttons .right {
  float: right;
}

.btn-outline-inverse {
  color: white;
  background-color: #005394;
  border-color: #005394;
}
.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active, .btn-outline-inverse.active {
  color: white;
  background-color: #f934e5;
  border-color: #f934e5;
}
.open .btn-outline-inverse.dropdown-toggle {
  color: white;
  background-color: #f934e5;
  border-color: #f934e5;
}
.btn-outline-inverse:active, .btn-outline-inverse.active {
  background-image: none;
}
.open .btn-outline-inverse.dropdown-toggle {
  background-image: none;
}
.btn-outline-inverse.disabled, .btn-outline-inverse.disabled:hover, .btn-outline-inverse.disabled:focus, .btn-outline-inverse.disabled:active, .btn-outline-inverse.disabled.active, .btn-outline-inverse[disabled], .btn-outline-inverse[disabled]:hover, .btn-outline-inverse[disabled]:focus, .btn-outline-inverse[disabled]:active, .btn-outline-inverse[disabled].active, fieldset[disabled] .btn-outline-inverse, fieldset[disabled] .btn-outline-inverse:hover, fieldset[disabled] .btn-outline-inverse:focus, fieldset[disabled] .btn-outline-inverse:active, fieldset[disabled] .btn-outline-inverse.active {
  background-color: #005394;
  border-color: #005394;
}
.btn-outline-inverse .badge {
  color: #005394;
  background-color: white;
}

.btn-outline {
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: white;
  font-size: 14px;
  letter-spacing: 0.4px;
  font-family: "proxima";
  font-weight: 600;
  margin: 0 !important;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 20px;
  background: #3c2e48;
}
.btn-outline:hover {
  background: #005394;
  border: 0!important;
  color: white;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-decoration: none;
}

.btn-info {
  background: #005394 !important;
  border-color: transparent!important;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
}
.btn-info:hover {
  background: #333!important;
}

/******************************************************
 * $package Ves Magento Theme Framework for Magento 1.9.0.1
 * $version 3.0
 * $author http://www.venustheme.com
 * $copyright   Copyright (C) Augus 2013 venustheme.com <$email:venustheme$gmail.com>.All rights reserved.
 * $license     GNU General Public License version 2
 *******************************************************/
body.layout-boxed-md {
  background: url("../images/pattern/pattern19.png");
}
body.layout-boxed-md #page {
  max-width: 990px;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
  box-shadow: 0 0 5px #d5d5d5;
  margin: 0 auto;
  background: white;
}
body.layout-boxed-md #page .container {
  width: auto;
}
body.layout-boxed-lg {
  background: url("../images/pattern/pattern18.png");
}
body.layout-boxed-lg #page {
  max-width: 1220px;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
  box-shadow: 0 0 5px #d5d5d5;
  margin: 0 auto;
  background: white;
}

#ves-wrapper {
  background: white;
  width: auto;
  margin: 0 auto;
}

/*
* HEADER 
*/
#header {
  border: none;
  margin: 0 auto;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  z-index: 999;
  background: #005394;
  /* Keep header when scrolling*/
}
#header #header-main {
  color: #8c8c8c;
  min-height: 95px;
}
#header #header-main .header-wrap {
  margin: 0;
}
#header #header-main .top-callonline {
  color: #005394;
  font-weight: 600;
  font-size: 15px;
  margin-top: 25px;
}
#header #header-main .top-callonline li.first {
  margin-right: 10%;
}
.rtl #header #header-main .top-callonline li.first {
  margin-left: 10%;
  margin-right: inherit;
}
#header #header-main .top-callonline .fa {
  background: #ccc;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding-left: 3px;
  text-shadow: -1px 1px 1px #999999;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: white;
}
.rtl #header #header-main .top-callonline .fa {
  padding-right: 3px;
  padding-left: inherit;
}
#header.navbar-fixed-top {
  position: relative;
}
#header.hide-bar {
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.25);
  margin-top: -41px;
  z-index: 9999 !important;
  background: white;
  position: fixed;
}
#header .show-mobile {
  text-align: right;
}
#header .show-mobile:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.rtl #header .show-mobile {
  text-align: left !important;
}
#header .show-mobile > div {
  margin: 0;
  padding: 0;
  position: relative;
  float: none !important;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#header .show-mobile > div:hover .inner-toggle {
  display: block;
}
#header .show-mobile .quickaccess-toggle {
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e8e8e8;
}
#header .show-mobile .quickaccess-toggle .fa {
  margin: 0;
  font-size: 14px;
}
#header .show-mobile .quickaccess-toggle:hover, #header .show-mobile .quickaccess-toggle:focus, #header .show-mobile .quickaccess-toggle:active {
  background-color: white;
}
#header .show-mobile .inner-toggle {
  color: #8c8c8c;
  display: none;
  position: absolute;
  left: auto;
  min-width: 160px;
  z-index: 9999;
  border: 1px solid #e8e8e8;
  background: white;
  padding: 15px;
  text-align: left;
  right: 0;
}
.rtl #header .show-mobile .inner-toggle {
  text-align: right !important;
}
.rtl #header .show-mobile .inner-toggle {
  left: 0;
  right: auto;
}

.cms-homepage-market-electronic #header {
  background: transparent;
}

#logo-theme {
  display: block;
  background: transparent;
}
#logo-theme strong.logo-title {
  display: none;
}

.logo {
  display: block;
  background: transparent;
  line-height: 88px;
}
.logo strong.logo-title {
  display: none;
}

#header .header2 {
  background: white;
}
#header .header2 #topbar {
  padding-top: 7px;
}
#header .header2 #topbar::before {
  background: rgba(0, 0, 0, 0) url("../images/topbar-bg.jpg") repeat-x scroll 0 0;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#header .header2 .cart-top .heading .cart-inner .shopping-cart-icon {
  background: url("../images/icon_minicart2.png") no-repeat center center;
}
#header .header2 .top-search .form-search button.button-search {
  color: #333;
}
#header .header2 .ves-megamenu .navbar-nav > li > a span {
  color: black;
}

#header .header3 {
  background: white;
}
#header .header3 #topbar {
  background: #4c545a;
  color: white;
}
#header .header3 #topbar a {
  color: white;
  line-height: 40px;
}
#header .header3 #topbar .link-register, #header .header3 #topbar .store-language, #header .header3 #topbar .top-currency {
  background: none;
  float: left;
  padding-left: 15px;
}
.rtl #header .header3 #topbar .link-register, .rtl #header .header3 #topbar .store-language, .rtl #header .header3 #topbar .top-currency {
  float: right !important;
}
.rtl #header .header3 #topbar .link-register, .rtl #header .header3 #topbar .store-language, .rtl #header .header3 #topbar .top-currency {
  padding-right: 15px;
  padding-left: inherit;
}
#header .header3 #topbar .link-login {
  padding-right: 15px;
}
.rtl #header .header3 #topbar .link-login {
  padding-left: 15px;
  padding-right: inherit;
}
#header .header3 #topbar .store-language {
  margin-left: 15px;
}
.rtl #header .header3 #topbar .store-language {
  margin-right: 15px;
  margin-left: inherit;
}
#header .header3 #topbar .dropdown-menu a {
  color: #666;
  line-height: 35px;
}
#header .header3 .top-search {
  top: 10px;
  right: 0;
  width: 210px;
  background: #004880;
}
.rtl #header .header3 .top-search {
  left: 0;
  right: auto;
}
#header .header3 .top-search .form-search button.button-search {
  color: white !important;
}
#header .header3 .top-search .form-search input {
  color: white;
  border-color: rgba(255, 255, 255, 0.1) !important;
}
#header .header3 .cart-top .heading .cart-inner > span {
  color: #005394;
  font-weight: 600;
  margin-top: 8px;
  display: block;
  float: left;
  font-size: 15px;
}
.rtl #header .header3 .cart-top .heading .cart-inner > span {
  float: right !important;
}
#header .header3 .cart-top .heading .cart-inner .shopping-cart-icon {
  background: #ffb82f url("../images/icon_minicart.png") no-repeat center center;
  background-size: 15px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}
.rtl #header .header3 .cart-top .heading .cart-inner .shopping-cart-icon {
  margin-left: 10px;
  margin-right: inherit;
}
#header .header3 .cart-top .heading .cart-inner .shopping-cart-icon .number-item {
  display: none;
}
#header .header3 #ves-mainnav {
  margin-top: 0;
}
#header .header3 #ves-mainnav .navbar-collapse {
  padding: 0;
}
#header .header3 #ves-mainnav .navbar-toggle {
  margin: 8px 0!important;
}
#header .header3 .ves-megamenu .navbar-nav > li:first-child {
  padding-left: 0;
}
.rtl #header .header3 .ves-megamenu .navbar-nav > li:first-child {
  padding-right: 0;
  padding-left: inherit;
}
#header .header3 .ves-megamenu .navbar-nav > li > a {
  line-height: 50px;
}
#header .header3 .ves-megamenu .navbar-nav > li > a span {
  text-transform: none;
  font-size: 15px;
}
#header .header3 .ves-megamenu .navbar-nav > li.aligned-fullwidth .dropdown-menu {
  left: 0 !important;
}
.rtl #header .header3 .ves-megamenu .navbar-nav > li.aligned-fullwidth .dropdown-menu {
  right: 0 !important;
  left: auto;
}
#header .header3 .header-bottom {
  background: #005394;
}

#ves-masshead .inner {
  background: #f934e5;
  color: #999999;
  padding: 8px 0;
}
#ves-masshead .inner a {
  color: #999999;
}
#ves-masshead .inner a:hover {
  color: #a6a6a6;
}

/*
* NAVIGATION
*/
.cms-index-index #ves-breadcrumbs {
  display: none;
}

/*

/*
* SLIDESHOW 
*/
#ves-slideshow,
.layerslider-wrapper {
  color: white;
  font-family: "proxima";
}

.rtl .vesslider .iviewSlider {
  transform-origin: right top 0!important;
}

/*
* SHOWCASE 
*/
#ves-showcase .block {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
#ves-showcase .block .block-content {
  background: transparent;
}
#ves-showcase .custom-block div {
  float: left;
}
.rtl #ves-showcase .custom-block div {
  float: right !important;
}

/*
* PROMOTION TOP 
*/
/*
* Breadcrumbs 
*/
#ves-breadcrumbs {
  font-family: "proxima";
  background: #f7f7f7;
  background-size: 100%;
  margin-bottom: 30px;
}
#ves-breadcrumbs .breadcrumbs {
  font-size: 15px;
  font-family: "proxima";
}
#ves-breadcrumbs .breadcrumbs a {
  color: #3c2e48;
}
#ves-breadcrumbs .breadcrumbs a:hover {
  color: #005394;
  text-decoration: none;
}
#ves-breadcrumbs .breadcrumbs strong {
  color: #005394;
  text-transform: capitalize;
}
#ves-breadcrumbs .breadcrumbs label {
  float: right;
  padding: 0px;
  margin: 0px;
  color: #3c2e48;
  font-family: "proxima";
  font-size: 31px;
}
.rtl #ves-breadcrumbs .breadcrumbs label {
  float: left !important;
}
#ves-breadcrumbs .breadcrumb > li + li:before {
  color: #3c2e48;
}
#ves-breadcrumbs .breadcrumb {
  background: transparent;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0;
  margin: 0;
}

.cms-homepage-market-electronic #ves-breadcrumbs {
  display: none;
}

/*
* MAIN CONTENT
*/
#content {
  min-height: 300px;
}

.home1 .block {
  background: transparent;
}

#ves-brandcarousel .carousel-inner > .item a {
  display: block;
}
#ves-brandcarousel .carousel-inner > .item a img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  /* For Webkit browsers */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* For IE 6 - 9 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><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'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
}
#ves-brandcarousel .carousel-inner > .item a:hover {
  border-color: #005394;
}
#ves-brandcarousel .carousel-inner > .item a:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
}
#ves-brandcarousel .item-inner img, #ves-brandcarousel .widget-brand-list .widget-inner .post-image img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  /* For Webkit browsers */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* For IE 6 - 9 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><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'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
}
#ves-brandcarousel .item-inner:hover img, #ves-brandcarousel .widget-brand-list .widget-inner .post-image:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
}

.brand-bottom {
  background: #005394;
}

#ves-massbottom {
  background: #f5f5f5;
}

/*end*/
/* FOOTER */
#ves-footer .block {
  margin-bottom: 0;
  background: transparent;
}
#ves-footer .block .block-title {
  text-align: left;
}
.rtl #ves-footer .block .block-title {
  text-align: right !important;
}
#ves-footer .block .block-title::before, #ves-footer .block .block-title::after {
  background: none!important;
}
#ves-footer .block .block-content {
  padding: 0;
  border: 0;
}
#ves-footer ul, #ves-footer ol {
  list-style: none;
}

.footer1 .ves-container > .ves-inner {
  padding: 50px 2%;
}
.footer1 .powered {
  border-top: 1px solid #e8e8e8;
}

.footer3 {
  color: white;
}
.footer3 .block .block-title {
  color: white;
}

.social.block .block-title,
.block-newletter.block .block-title,
.footer-link.block .block-title,
.block-contact.block .block-title {
  padding: 0;
  border-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
}
.rtl .social.block .block-title, .rtl
.block-newletter.block .block-title, .rtl
.footer-link.block .block-title, .rtl
.block-contact.block .block-title {
  text-align: right !important;
}
.social.block .block-title .panel-title,
.block-newletter.block .block-title .panel-title,
.footer-link.block .block-title .panel-title,
.block-contact.block .block-title .panel-title {
  padding-left: 10px;
  font-weight: 400;
  font-size: 13px;
}
.rtl .social.block .block-title .panel-title, .rtl
.block-newletter.block .block-title .panel-title, .rtl
.footer-link.block .block-title .panel-title, .rtl
.block-contact.block .block-title .panel-title {
  padding-right: 10px;
  padding-left: inherit;
}

.block-contact.block {
  color: #9c9c9c;
}

.block-newletter.block {
  position: relative;
}
.block-newletter.block .block-title {
  color: white;
  width: 38%;
  float: left;
  padding-left: 20px;
  padding-top: 5px;
  font-size: 20px;
}
.rtl .block-newletter.block .block-title {
  float: right !important;
}
.rtl .block-newletter.block .block-title {
  padding-right: 20px;
  padding-left: inherit;
}
.block-newletter.block .block-title p {
  font-size: 14px;
  text-transform: none;
}
.block-newletter.block .block-content {
  width: 62%;
  float: left;
  padding: 0 20px;
  margin-top: 6px;
}
.rtl .block-newletter.block .block-content {
  float: right !important;
}
.block-newletter.block .form-control {
  width: 85%;
  background: transparent;
  border-color: white;
  color: white;
}
.block-newletter.block .block-subscribe {
  position: relative;
}
.block-newletter.block .actions {
  position: absolute;
  top: -4px;
  right: 0;
}
.rtl .block-newletter.block .actions {
  left: 0;
  right: auto;
}
.block-newletter.block .actions button {
  background: transparent;
  border: 0;
  color: #005394;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  text-align: center;
  width: 50px;
  height: 50px;
}
.block-newletter.block .actions button > span {
  position: relative;
  z-index: 1;
}
.block-newletter.block .actions button:hover {
  color: white;
}
.block-newletter.block .actions button:hover::before, .block-newletter.block .actions button:hover::after {
  background: #333;
  border-color: #333;
}
.block-newletter.block .actions button::before {
  content: "";
  background: white;
  width: 40px;
  height: 40px;
  left: 5px;
  top: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.rtl .block-newletter.block .actions button::before {
  right: 5px;
  left: auto;
}
.block-newletter.block .actions button:after {
  content: "";
  border: 1px solid #005394;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 7px;
  left: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rtl .block-newletter.block .actions button:after {
  right: 7px;
  left: auto;
}

.footer-link.block .nav-links li,
.block-contact.block .nav-links li {
  padding-bottom: 15px;
}

.footer-bottom .inner {
  background: #f934e5;
  color: #999999;
  padding: 30px 0;
}
.footer-bottom .inner a {
  color: #999999;
}
.footer-bottom .inner a:hover {
  color: #a6a6a6;
}

/* POWER BY */
#powered {
  position: relative;
  color: white;
  font-family: "proxima", Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  display: none;
}
#powered .inner {
  background: white;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 45px 0;
}
#powered a {
  color: #005394;
}
#powered address {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#powered br {
  display: none;
}

.powered span {
  color: #005394;
}

.contact-info i.fa-home {
  margin-top: 20px;
  margin-right: 10px;
}

.contact-customhtml li {
  padding-bottom: 10px;
}
.contact-customhtml li em {
  margin-right: 10px;
}

#ves-mainnav {
  background: transparent;
  margin-top: 30px;
}

.ves-megamenu {
  background: transparent;
  font-family: "proxima";
  /* menu level 1 */
  /* level 2 */
  /* level > 3 */
}
.ves-megamenu .ves-colorbox {
  display: none !important;
}
.ves-megamenu .navbar-inverse {
  background: transparent;
}
.ves-megamenu .navbar {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  min-height: 40px;
}
.ves-megamenu .navbar-nav {
  float: left;
}
.rtl .ves-megamenu .navbar-nav {
  float: right !important;
}
.ves-megamenu .navbar-nav > li {
  float: left;
  padding: 0 20px;
}
.rtl .ves-megamenu .navbar-nav > li {
  float: right !important;
}
.ves-megamenu .navbar-nav > li.aligned-fullwidth {
  position: static;
}
.ves-megamenu .navbar-nav > li.aligned-fullwidth .dropdown-menu {
  width: 100%;
  left: -33%;
}
.rtl .ves-megamenu .navbar-nav > li.aligned-fullwidth .dropdown-menu {
  right: -33%;
  left: auto;
}
.ves-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
  right: 0;
  left: auto;
}
.ves-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
  left: 0;
  right: auto;
}
.ves-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.rtl .ves-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
  right: 50%;
  left: auto;
}
.rtl .ves-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.ves-megamenu .navbar-nav > li.custom .dropdown-menu {
  -webkit-transform: translate(-18%, 0);
  -ms-transform: translate(-18%, 0);
  transform: translate(-18%, 0);
}
.rtl .ves-megamenu .navbar-nav > li.custom .dropdown-menu {
  -webkit-transform: translate(-82%, 0);
  -ms-transform: translate(-82%, 0);
  transform: translate(-82%, 0);
}
.ves-megamenu .navbar-nav > li.menu-hot > a::before {
  background: url("../images/icon-menu-hot.png");
  position: absolute;
  top: -10px;
  content: "";
  width: 26px;
  height: 19px;
  left: 0;
}
.rtl .ves-megamenu .navbar-nav > li.menu-hot > a::before {
  right: 0;
  left: auto;
}
.ves-megamenu .navbar-nav > li.menu-new > a::before {
  background: url("../images/icon-menu-new.png");
  position: absolute;
  top: -10px;
  content: "";
  width: 29px;
  height: 19px;
  left: 0;
}
.rtl .ves-megamenu .navbar-nav > li.menu-new > a::before {
  right: 0;
  left: auto;
}
.ves-megamenu .navbar-nav > li.hidden-adv-title .ves-widget .menu-title {
  display: none;
}
.ves-megamenu .navbar-nav > li.hidden-adv-title .widget-html,
.ves-megamenu .navbar-nav > li.hidden-adv-title .widget-image {
  padding-top: 20px;
}
.ves-megamenu .navbar-nav > li.active > a,
.ves-megamenu .navbar-nav > li.active > a:hover,
.ves-megamenu .navbar-nav > li.active > a:active {
  background: transparent;
}
.ves-megamenu .navbar-nav > li.active > a .dropdown-menu a,
.ves-megamenu .navbar-nav > li.active > a .dropdown-menu a:hover,
.ves-megamenu .navbar-nav > li.active > a .dropdown-menu a:active,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a:hover,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a:active,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a:hover,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a:active {
  color: black !important;
}
.ves-megamenu .navbar-nav > li.active > a .dropdown-menu a span,
.ves-megamenu .navbar-nav > li.active > a .dropdown-menu a:hover span,
.ves-megamenu .navbar-nav > li.active > a .dropdown-menu a:active span,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a span,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a:hover span,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a:active span,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a span,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a:hover span,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a:active span {
  color: black !important;
}
.ves-megamenu .navbar-nav > li.active > a .dropdown-menu a:hover span, .ves-megamenu .navbar-nav > li.active > a .dropdown-menu a:focus span, .ves-megamenu .navbar-nav > li.active > a .dropdown-menu a:active span,
.ves-megamenu .navbar-nav > li.active > a .dropdown-menu a:hover:hover span,
.ves-megamenu .navbar-nav > li.active > a .dropdown-menu a:hover:focus span,
.ves-megamenu .navbar-nav > li.active > a .dropdown-menu a:hover:active span,
.ves-megamenu .navbar-nav > li.active > a .dropdown-menu a:active:hover span,
.ves-megamenu .navbar-nav > li.active > a .dropdown-menu a:active:focus span,
.ves-megamenu .navbar-nav > li.active > a .dropdown-menu a:active:active span,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a:hover span,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a:focus span,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a:active span,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a:hover:hover span,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a:hover:focus span,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a:hover:active span,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a:active:hover span,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a:active:focus span,
.ves-megamenu .navbar-nav > li.active > a:hover .dropdown-menu a:active:active span,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a:hover span,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a:focus span,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a:active span,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a:hover:hover span,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a:hover:focus span,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a:hover:active span,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a:active:hover span,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a:active:focus span,
.ves-megamenu .navbar-nav > li.active > a:active .dropdown-menu a:active:active span {
  color: #005394;
}
.ves-megamenu .navbar-nav > li > .dropdown-menu {
  top: 100%!important;
  display: block !important;
  text-align: left;
  visibility: hidden;
  -webkit-transform: scaleY(0.8);
  transform: scaleY(0.8);
  transform-origin: 50% 0 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.rtl .ves-megamenu .navbar-nav > li > .dropdown-menu {
  text-align: right !important;
}
.ves-megamenu .navbar-nav > li:hover > .dropdown-menu, .ves-megamenu .navbar-nav > li:focus > .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.ves-megamenu .navbar-nav > li:hover > a .caret, .ves-megamenu .navbar-nav > li:focus > a .caret {
  border-width: 0 5px 5px;
}
.ves-megamenu .navbar-nav > li > a {
  line-height: 40px;
  padding: 0;
  position: relative;
}
.ves-megamenu .navbar-nav > li > a span {
  font-size: 13px;
  color: white;
  background-color: transparent!important;
  font-weight: 500;
  text-transform: uppercase;
}
.ves-megamenu .navbar-nav > li > a .caret {
  border-color: -moz-use-text-color transparent white;
  border-style: none solid solid;
  border-width: 0 5px 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}
.ves-megamenu .dropdown-menu {
  height: auto;
  font-weight: 400;
  font-family: "proxima";
  border: 0;
  min-width: 185px;
  padding: 20px !important;
  background-color: white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.ves-megamenu .dropdown-menu li {
  line-height: 36px;
  text-align: left;
  float: left;
  width: 100%;
}
.rtl .ves-megamenu .dropdown-menu li {
  text-align: right !important;
}
.rtl .ves-megamenu .dropdown-menu li {
  float: right !important;
}
.ves-megamenu .dropdown-menu li a {
  color: #666 !important;
  text-align: left;
  float: left;
  width: 100%;
  padding: 0;
  font-weight: 300;
  font-size: 13px;
  font-family: "proxima";
  position: relative;
}
.rtl .ves-megamenu .dropdown-menu li a {
  text-align: right !important;
}
.rtl .ves-megamenu .dropdown-menu li a {
  float: right !important;
}
.ves-megamenu .dropdown-menu li a .menu-title {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.ves-megamenu .dropdown-menu li a .menu-title:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  display: inline-block;
  *display: inline;
  zoom: 1;
  left: 0;
  line-height: 36px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.rtl .ves-megamenu .dropdown-menu li a .menu-title:before {
  right: 0;
  left: auto;
}
.ves-megamenu .dropdown-menu li a:hover {
  background-color: transparent;
  text-decoration: none;
  color: #222!important;
}
.ves-megamenu .dropdown-menu li a:hover .menu-title {
  padding-left: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.rtl .ves-megamenu .dropdown-menu li a:hover .menu-title {
  padding-right: 10px;
  padding-left: inherit;
}
.ves-megamenu .dropdown-menu li a:hover .menu-title::before {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.ves-megamenu .dropdown-menu .mega-col {
  border-right: 1px solid #e8e8e8;
  padding-bottom: 10px;
}
.rtl .ves-megamenu .dropdown-menu .mega-col {
  border-left: 1px solid #e8e8e8;
  border-right: inherit;
}
.ves-megamenu .dropdown-menu .mega-col .mega-col-inner {
  padding: 0 5px;
}
.ves-megamenu .dropdown-menu .mega-col .level2 .mega-col {
  border: 0;
  padding-bottom: 0;
}
.ves-megamenu .dropdown-menu .mega-col .level2 .mega-col .mega-col-inner {
  padding: 0;
}
.ves-megamenu .dropdown-menu .mega-col:last-child {
  border-right: 0;
}
.rtl .ves-megamenu .dropdown-menu .mega-col:last-child {
  border-left: 0;
  border-right: inherit;
}
.ves-megamenu .dropdown-menu .mega-col:last-child .mega-col {
  border: 0;
}
.ves-megamenu .dropdown-menu .row:last-child .mega-col {
  border: 0;
  padding-bottom: 0;
}
.ves-megamenu .dropdown-menu .row:last-child .mega-col .widget-image {
  margin-bottom: -20px;
}
.ves-megamenu .dropdown-menu .row:last-child .mega-col .widget-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.ves-megamenu .dropdown-menu .menu-title {
  font-size: 14px;
}
.ves-megamenu .dropdown-menu .nav-color li {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}
.rtl .ves-megamenu .dropdown-menu .nav-color li {
  float: right !important;
}
.rtl .ves-megamenu .dropdown-menu .nav-color li {
  margin-left: 10px;
  margin-right: inherit;
}
.ves-megamenu .dropdown-menu .nav-color li a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ves-megamenu .dropdown-menu .nav-color li a:hover {
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
}
.ves-megamenu .dropdown-menu .nav-color li.red a {
  background-color: #e2202c;
}
.ves-megamenu .dropdown-menu .nav-color li.green a {
  background-color: #70ba28;
}
.ves-megamenu .dropdown-menu .nav-color li.blue a {
  background-color: #1eaaf1;
}
.ves-megamenu .dropdown-menu .nav-color li.orange a {
  background-color: #ff9600;
}
.ves-megamenu .dropdown {
  display: block;
}
.ves-megamenu .dropdown:hover > .dropdown-menu {
  display: block;
  right: 0px;
}
.ves-megamenu .dropdown:hover > a {
  color: #005394;
}
.ves-megamenu .dropdown:hover > a .fa {
  color: #005394;
}
.ves-megamenu .dropdown-submenu {
  position: relative;
}
.ves-megamenu .dropdown-submenu .caret {
  margin-left: 5px;
}
.rtl .ves-megamenu .dropdown-submenu .caret {
  margin-right: 5px;
  margin-left: inherit;
}
.ves-megamenu .dropdown-submenu .dropdown-menu {
  visibility: hidden!important;
  opacity: 0!important;
  -webkit-transform: scaleY(0.8);
  transform: scaleY(0.8);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transform-origin: 50% 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.ves-megamenu .dropdown-submenu:hover > .dropdown-menu {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  visibility: visible!important;
  opacity: 1!important;
  left: 100%;
  display: block;
  left: auto;
  top: 0;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.ves-megamenu .mega-group {
  margin-bottom: 20px;
}
.ves-megamenu .mega-group .caret {
  display: none;
}
.ves-megamenu .mega-group > .dropdown-toggle {
  display: block;
  text-transform: uppercase;
  font-family: "proxima";
  color: #222!important;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 3px;
  border-bottom: 1px solid #e8e8e8;
}
.ves-megamenu .mega-group > .dropdown-toggle .fa {
  color: white;
}
.ves-megamenu .widget-title {
  color: black;
}
.ves-megamenu .megamenu .cols1 {
  min-width: 200px;
}
.ves-megamenu .megamenu .cols2 {
  min-width: 500px;
}
.ves-megamenu .megamenu .cols3 {
  min-width: 740px;
}
.ves-megamenu .dropdown-mega .menu-title {
  font-size: 14px;
  font-family: "proxima";
  position: relative;
  line-height: 30px;
  font-weight: 300;
}
.ves-megamenu .dropdown-mega .mega-col-inner {
  border-right: 0;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background: transparent;
}

/*
 *
 * Vertical menu
 */
#ves-verticalmenu {
  border: 2px solid #222;
  font-weight: 300;
}
#ves-verticalmenu .block-title {
  background: #222;
  width: 100%;
  padding: 10px 0;
  letter-spacing: 0;
  border: 0;
}
#ves-verticalmenu .block-title::before {
  background: none;
}
#ves-verticalmenu .block-title span {
  color: white;
  padding: 0 30px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-transform: uppercase;
  font-size: 15px;
}
#ves-verticalmenu .block-title span::after {
  content: "\f107";
  right: 20px;
  font-family: "FontAwesome";
  font-weight: normal;
  position: absolute;
  color: #005394;
}
.rtl #ves-verticalmenu .block-title span::after {
  left: 20px;
  right: auto;
}
#ves-verticalmenu .block-content {
  padding: 0!important;
}
#ves-verticalmenu:hover .block-content {
  display: block;
  visibility: visible;
}
#ves-verticalmenu .navbar-inverse {
  border: 0;
  margin: 0;
}
#ves-verticalmenu .navbar-inverse .navbar {
  border: 0;
}
#ves-verticalmenu .navbar-collapse, #ves-verticalmenu .navbar-vertical {
  margin: 0;
  padding: 0;
}
#ves-verticalmenu .navbar-nav {
  position: static;
  float: none;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
#ves-verticalmenu .navbar-nav > li {
  width: 100%;
  height: auto;
  position: static;
}
#ves-verticalmenu .navbar-nav > li > a {
  display: block;
  color: white;
  font-size: 13px;
  padding: 16px 10px 15px 20px;
  border-bottom: 1px solid #e8e8e8;
}
#ves-verticalmenu .navbar-nav > li > a .menu-icon {
  display: block;
  height: 30px;
  background-position: left center !important;
}
.rtl #ves-verticalmenu .navbar-nav > li > a .menu-icon {
  background-position: right center !important;
}
#ves-verticalmenu .navbar-nav > li > a .menu-icon span {
  display: block;
  margin-left: 35px;
  line-height: 30px;
  font-size: 13px;
}
.rtl #ves-verticalmenu .navbar-nav > li > a .menu-icon span {
  margin-right: 35px;
  margin-left: inherit;
}
#ves-verticalmenu .navbar-nav > li > a .menu-icon .menu-desc {
  display: none;
}
#ves-verticalmenu .navbar-nav > li > a .caret {
  border: 0;
  position: absolute;
  right: 20px;
  top: 34%;
}
.rtl #ves-verticalmenu .navbar-nav > li > a .caret {
  left: 20px;
  right: auto;
}
#ves-verticalmenu .navbar-nav > li > a .caret:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  color: #3c2e48;
  right: 0;
  font-weight: 400;
  font-weight: 12px;
}
.rtl #ves-verticalmenu .navbar-nav > li > a .caret:after {
  left: 0;
  right: auto;
}
#ves-verticalmenu .navbar-nav > li > a:hover .caret:after, #ves-verticalmenu .navbar-nav > li > a:focus .caret:after {
  color: #005394;
}
#ves-verticalmenu .navbar-nav > li.last a, #ves-verticalmenu .navbar-nav > li:last-child a {
  border: 0;
}
#ves-verticalmenu .navbar-nav > li:hover > a {
  color: #005394;
}
#ves-verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  top: 0px;
  right: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  visibility: visible;
}
.rtl #ves-verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  left: 100%;
  right: auto;
}
#ves-verticalmenu .navbar-nav > li.dropdown:hover > a::after {
  background: white;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  z-index: 10000;
}
.rtl #ves-verticalmenu .navbar-nav > li.dropdown:hover > a::after {
  right: 0;
  left: auto;
}
#ves-verticalmenu .navbar-nav > li .parent > .dropdown-toggle {
  text-transform: none;
  font-weight: normal;
  color: #3c2e48;
}
#ves-verticalmenu .navbar-nav > li .parent > .dropdown-toggle:hover {
  color: #005394;
}
#ves-verticalmenu .navbar-nav > li .parent > .dropdown-menu {
  min-height: 100px;
  height: 100px;
  height: auto !important;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
}
#ves-verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
  right: 100%;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  visibility: visible;
}
.rtl #ves-verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
  left: 100%;
  right: auto;
}
#ves-verticalmenu .verticalmenu li a:hover {
  color: #005394;
}
#ves-verticalmenu .dropdown-menu {
  right: 110%;
  left: auto;
  top: 0;
  border: 0;
  visibility: hidden;
  min-height: 100%;
  height: 100%;
  height: auto !important;
  min-width: 500px;
  padding: 20px 28px 50px 28px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background: white url("../images/bg_dropdow_verticalmenu.jpg") no-repeat right bottom;
  background-position: right bottom;
}
.rtl #ves-verticalmenu .dropdown-menu {
  left: 110%;
  right: auto;
}
.rtl #ves-verticalmenu .dropdown-menu {
  background-position: left bottom;
}
#ves-verticalmenu .dropdown-menu ul {
  margin: 0;
  padding: 0;
}
#ves-verticalmenu .dropdown-menu ul li {
  border: 0;
  padding: 4px 0;
  line-height: normal;
  list-style: none;
}
#ves-verticalmenu .dropdown-menu ul li a {
  color: white;
  font-size: 13px;
  padding: 0;
  text-align: left;
}
.rtl #ves-verticalmenu .dropdown-menu ul li a {
  text-align: right !important;
}
#ves-verticalmenu .dropdown-menu p {
  line-height: 18px;
  font-size: 13px;
}
#ves-verticalmenu .dropdown-menu .ves-menu-video {
  width: 100%;
}
#ves-verticalmenu .dropdown-menu .ves-menu-video iframe {
  margin-bottom: 10px;
}
#ves-verticalmenu .dropdown-menu .dropdown-toggle:hover {
  color: black;
}
#ves-verticalmenu .dropdown-menu .dropdown-toggle {
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
  color: black;
  font-family: "proxima", Arial, sans-serif;
  font-size: 13px;
  text-align: left;
}
.rtl #ves-verticalmenu .dropdown-menu .dropdown-toggle {
  text-align: right !important;
}
#ves-verticalmenu .dropdown-menu .action {
  display: none;
}
#ves-verticalmenu .dropdown-menu .ves-widget .menu-title {
  border-bottom: 0;
  padding-bottom: 0;
}

.menu-sidebar {
  z-index: 9999;
}

/*Navigation default*/
#ves-mainnav .nav-container #nav li {
  float: left;
  padding: 0;
  position: relative;
}
.rtl #ves-mainnav .nav-container #nav li {
  float: right !important;
}
#ves-mainnav .nav-container #nav li a {
  line-height: 95px;
  padding: 0;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  text-transform: uppercase;
  font-family: "proxima";
}
#ves-mainnav .nav-container #nav li a span {
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 13px;
  color: black;
  background-color: transparent!important;
  font-weight: 500;
  border: 2px solid white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#ves-mainnav .nav-container #nav li a:hover span, #ves-mainnav .nav-container #nav li a:focus span, #ves-mainnav .nav-container #nav li a:active span {
  color: #005394 !important;
  border: 2px solid #f0f0f0;
}
#ves-mainnav .nav-container #nav li > a.over {
  background-color: white;
  text-decoration: none;
}
#ves-mainnav .nav-container #nav li:hover > a {
  background-color: white;
}
#ves-mainnav .nav-container #nav li:hover > a .caret {
  border-bottom-color: white;
  border-top-color: white;
}
#ves-mainnav .nav-container #nav li.parent:hover > a:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #e8e8e8;
  bottom: 0;
  content: "";
  display: inline-block;
  *display: inline;
  zoom: 1;
  left: 40%;
  position: absolute;
  z-index: 2222;
}
#ves-mainnav .nav-container #nav li div {
  position: absolute;
  width: 15em;
  top: 100%;
  left: -10000px;
}
.rtl #ves-mainnav .nav-container #nav li div {
  right: -10000px;
  left: auto;
}
#ves-mainnav .nav-container #nav li div ul {
  position: static;
  width: auto;
  border: none;
}
#ves-mainnav .nav-container #nav li ul {
  position: absolute;
  width: 15em;
  top: 100%;
  left: -10000px;
  background-color: white;
  -webkit-box-shadow: 0 1px 3px lightgrey;
  box-shadow: 0 1px 3px lightgrey;
  padding: 0 10px;
}
.rtl #ves-mainnav .nav-container #nav li ul {
  right: -10000px;
  left: auto;
}
#ves-mainnav .nav-container #nav li ul li {
  float: none;
}
#ves-mainnav .nav-container #nav li ul li a {
  font-family: "proxima";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  border-bottom: 1px solid #f3f3f3;
  padding: 0;
  line-height: 36px;
}
#ves-mainnav .nav-container #nav li ul li a span {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
#ves-mainnav .nav-container #nav li ul li a:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #005394;
}
#ves-mainnav .nav-container #nav li ul li.active a {
  padding-left: 20px;
}
.rtl #ves-mainnav .nav-container #nav li ul li.active a {
  padding-right: 20px;
  padding-left: inherit;
}
#ves-mainnav .nav-container #nav li ul li:last-child > a {
  border-bottom: none;
}
#ves-mainnav .nav-container #nav li ul.shown-sub,
#ves-mainnav .nav-container #nav li div.shown-sub {
  left: 0;
  z-index: 999;
}
.rtl #ves-mainnav .nav-container #nav li ul.shown-sub, .rtl
#ves-mainnav .nav-container #nav li div.shown-sub {
  right: 0;
  left: auto;
}
#ves-mainnav .nav-container #nav li .shown-sub ul.shown-sub,
#ves-mainnav .nav-container #nav li .shown-sub li div.shown-sub {
  left: 0px;
}
.rtl #ves-mainnav .nav-container #nav li .shown-sub ul.shown-sub, .rtl
#ves-mainnav .nav-container #nav li .shown-sub li div.shown-sub {
  right: 0px;
  left: auto;
}

/*Tree menu RTL  */
#ves-accordion ul {
  float: left;
}
.rtl #ves-accordion ul {
  float: right !important;
}
#ves-accordion li a {
  float: left;
  padding-left: 20px;
}
.rtl #ves-accordion li a {
  float: right !important;
}
.rtl #ves-accordion li a {
  padding-right: 20px;
  padding-left: inherit;
}
#ves-accordion .head {
  float: right;
  display: none;
}
.rtl #ves-accordion .head {
  float: left !important;
}
#ves-accordion li.parent .head {
  display: block;
}
#ves-accordion ul li {
  margin-left: 20px;
}
.rtl #ves-accordion ul li {
  margin-right: 20px;
  margin-left: inherit;
}
#ves-accordion ul li a {
  background-position: left center;
  padding-left: 15px;
}
.rtl #ves-accordion ul li a {
  background-position: right center;
}
.rtl #ves-accordion ul li a {
  padding-right: 15px;
  padding-left: inherit;
}
#ves-accordion ul ul li {
  padding-left: 30px;
}
.rtl #ves-accordion ul ul li {
  padding-right: 30px;
  padding-left: inherit;
}
#ves-accordion a {
  width: 100%;
}
#ves-accordion a span + span {
  float: right;
  background: #666666;
  color: white;
  font-size: 12px;
  padding: 2px 5px;
  line-height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rtl #ves-accordion a span + span {
  float: left !important;
}

.ves-categoriesmenu .btnCat-loadmore {
  display: none;
}

#narrow-by-list dd .swatch-link {
  float: left;
}
.rtl #narrow-by-list dd .swatch-link {
  float: right !important;
}

.configurable-swatch-list li {
  float: left;
}
.rtl .configurable-swatch-list li {
  float: right !important;
}

.owl-item.loading {
  min-height: 20px !important;
}

/* Topbar */
#topbar {
  min-height: 40px;
  background: #e9ecf5;
  z-index: 99;
  font-weight: 100;
  color: #666666;
  position: relative;
}
#topbar a {
  color: #666666;
}
#topbar a:hover {
  color: #005394;
}
#topbar .dropdown-menu {
  background: white;
  border: 1px solid #e8e8e8;
  margin: 0;
  padding: 0;
  min-width: 200px;
  left: auto;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  right: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
}
.rtl #topbar .dropdown-menu {
  left: 0;
  right: auto;
}
#topbar .store-language .dropdown-menu, #topbar .top-currency .dropdown-menu {
  min-width: 150px!important;
}
#topbar .dropdown {
  display: block !important;
}
#topbar .dropdown:hover .dropdown-menu, #topbar .dropdown:focus .dropdown-menu, #topbar .dropdown:active .dropdown-menu {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}

.topLinks {
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: left;
}
.rtl .topLinks {
  float: right !important;
}
.topLinks a {
  font-size: 14px;
  line-height: 40px;
}
.topLinks a:hover {
  color: #005394;
}
.topLinks .dropdown-toggle {
  line-height: 38px;
}
.topLinks .dropdown-toggle:hover, .topLinks .dropdown-toggle:focus {
  color: #005394;
}

.links,
#select-language,
#select-currency {
  width: 100%;
}
.links li,
#select-language li,
#select-currency li {
  float: left;
  padding: 0 20px;
  line-height: 40px !important;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
}
.rtl .links li, .rtl
#select-language li, .rtl
#select-currency li {
  float: right !important;
}
.links li.first,
#select-language li.first,
#select-currency li.first {
  padding: 0 20px !important;
}
.links li:last-child,
#select-language li:last-child,
#select-currency li:last-child {
  border-bottom: 0;
}
.links li a,
#select-language li a,
#select-currency li a {
  color: #3c2e48;
  line-height: 40px;
}
.links li a:hover,
#select-language li a:hover,
#select-currency li a:hover {
  background-color: white;
}

.top-currency,
.store-language {
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 40px;
}
.top-currency label,
.top-currency strong,
.store-language label,
.store-language strong {
  display: none;
}
.top-currency a:hover,
.store-language a:hover {
  color: #005394;
}
.top-currency .form-language li,
.top-currency .currency li,
.store-language .form-language li,
.store-language .currency li {
  display: block;
  padding: 2px 5px;
}
.top-currency .form-language li a,
.top-currency .currency li a,
.store-language .form-language li a,
.store-language .currency li a {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 22px;
  text-align: left;
}
.rtl .top-currency .form-language li a, .rtl
.top-currency .currency li a, .rtl
.store-language .form-language li a, .rtl
.store-language .currency li a {
  background-position: right center;
}
.rtl .top-currency .form-language li a, .rtl
.top-currency .currency li a, .rtl
.store-language .form-language li a, .rtl
.store-language .currency li a {
  padding-right: 22px;
  padding-left: inherit;
}
.rtl .top-currency .form-language li a, .rtl
.top-currency .currency li a, .rtl
.store-language .form-language li a, .rtl
.store-language .currency li a {
  text-align: right !important;
}
.top-currency .form-language label + a,
.top-currency .currency label + a,
.store-language .form-language label + a,
.store-language .currency label + a {
  background: none !important;
}
.top-currency .currency li a,
.store-language .currency li a {
  padding-left: 0 !important;
}
.rtl .top-currency .currency li a, .rtl
.store-language .currency li a {
  padding-right: 0 !important;
  padding-left: inherit;
}

.store-language {
  margin-left: 16px;
}
.rtl .store-language {
  margin-right: 16px;
  margin-left: inherit;
}

.link-register,
.store-language,
.top-currency {
  background: url("../images/bg_right_topbar.png") no-repeat center left;
  background-position: left center;
  padding-left: 16px;
}
.rtl .link-register, .rtl
.store-language, .rtl
.top-currency {
  background-position: right center;
}
.rtl .link-register, .rtl
.store-language, .rtl
.top-currency {
  padding-right: 16px;
  padding-left: inherit;
}

.link-login {
  padding-right: 16px;
  float: left;
}
.rtl .link-login {
  padding-left: 16px;
  padding-right: inherit;
}
.rtl .link-login {
  float: right !important;
}

.top-callonline li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 40px;
}
.top-callonline li.first {
  margin-right: 20px;
}
.rtl .top-callonline li.first {
  margin-left: 20px;
  margin-right: inherit;
}

.quick-access {
  float: left;
}
.rtl .quick-access {
  float: right !important;
}
.quick-access a {
  color: white;
}
.quick-access a:hover {
  color: #005394;
}

.welcome-msg {
  line-height: 40px;
}
.welcome-msg a {
  font-weight: 600;
}

.top-search {
  width: 40px;
  position: absolute;
  top: 34px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  right: 55px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 10;
}
.rtl .top-search {
  left: 55px;
  right: auto;
}
.top-search:hover {
  background: white;
  width: 210px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.top-search:hover .form-search button.button-search {
  color: #333;
}
.top-search:hover .form-search input {
  border-color: #005394;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.top-search .form-search {
  position: relative;
}
.top-search .form-search input {
  padding-left: 10px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-color: transparent;
  font-size: 14px;
  width: 100%;
  height: 32px !important;
  background: transparent;
  color: #333;
}
.rtl .top-search .form-search input {
  padding-right: 10px;
  padding-left: inherit;
}
.top-search .form-search input:hover, .top-search .form-search input:focus {
  border-color: #005394;
}
.top-search .form-search button.button-search {
  color: white;
  cursor: pointer;
  line-height: 32px;
  width: 40px;
  height: 32px;
  position: absolute;
  padding: 0;
  right: 0;
  top: 0;
  text-align: center;
  border: 0;
  background: transparent;
  margin-top: 0;
  font-size: 14px;
  box-shadow: none;
  border-radius: 0;
}
.rtl .top-search .form-search button.button-search {
  left: 0;
  right: auto;
}
.top-search .form-search .search-autocomplete {
  z-index: 999;
  left: 40px;
  top: 22px !important;
}
.rtl .top-search .form-search .search-autocomplete {
  right: 40px;
  left: auto;
}
.top-search .form-search .search-autocomplete ul {
  border: 1px solid #e8e8e8;
  background-color: #f9f5f0;
}
.top-search .form-search .search-autocomplete ul li {
  cursor: pointer;
  border-bottom: 1px solid #e8e8e8;
  text-align: left;
  padding: 2px 8px 1px 8px;
}
.rtl .top-search .form-search .search-autocomplete ul li {
  text-align: right !important;
}
.rtl .top-search .form-search .search-autocomplete ul li {
  padding: 2px 8px 1px 8px;
}
.top-search .form-search .search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
.rtl .top-search .form-search .search-autocomplete ul li .amount {
  float: left !important;
}
.top-search .form-search .search-autocomplete ul li.odd {
  background-color: #fffefb;
}
.top-search .form-search .search-autocomplete ul li.selected {
  background-color: #f7e8dd;
}

.cart-top {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: absolute;
  top: 30px;
  right: 20px;
}
.rtl .cart-top {
  left: 20px;
  right: auto;
}
.cart-top .heading .cart-inner {
  position: relative;
}
.cart-top .heading .cart-inner > span {
  display: none;
}
.cart-top .heading .cart-inner .shopping-cart-icon {
  background: url("../images/icon_minicart.png") no-repeat center center;
  float: left;
  width: 34px;
  height: 34px;
  position: relative;
}
.rtl .cart-top .heading .cart-inner .shopping-cart-icon {
  float: right !important;
}
.cart-top .heading .cart-inner .shopping-cart-icon .number-item {
  background: #f934e5;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: white;
  padding: 0 5px;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  position: absolute;
  right: -5px;
  top: 5px;
}
.rtl .cart-top .heading .cart-inner .shopping-cart-icon .number-item {
  left: -5px;
  right: auto;
}
.cart-top .content {
  width: 260px;
  position: absolute;
  visibility: hidden;
  z-index: 9999;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  right: 0;
  top: 80%;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.rtl .cart-top .content {
  left: 0;
  right: auto;
}
.cart-top .content .block-cart {
  background-color: white;
  margin-bottom: 0;
  padding: 20px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cart-top .content .block-cart li {
  float: left;
  margin-bottom: 20px;
}
.rtl .cart-top .content .block-cart li {
  float: right !important;
}
.cart-top .content .block-cart .product-block {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.cart-top .content .block-cart .block-content {
  border-top: none;
  color: #222;
}
.cart-top .content .block-cart .block-content .image {
  margin: 0;
}
.cart-top .content .block-cart .block-content .product-meta {
  padding: 0;
  width: 135px;
  text-align: left;
  margin-left: 10px;
}
.rtl .cart-top .content .block-cart .block-content .product-meta {
  text-align: right !important;
}
.rtl .cart-top .content .block-cart .block-content .product-meta {
  margin-right: 10px;
  margin-left: inherit;
}
.cart-top .content .block-cart .block-content .product-meta .product-name a {
  font-family: "proxima";
  text-transform: uppercase;
  color: black;
  font-size: 14px;
  font-weight: 400;
}
.cart-top .content .block-cart .block-content .product-meta strong {
  font-size: 16px;
}
.cart-top .content .block-cart .block-content .summary {
  border-top: 1px solid #e8e8e8;
  padding: 10px 0;
  float: left;
  width: 100%;
}
.rtl .cart-top .content .block-cart .block-content .summary {
  float: right !important;
}
.cart-top .content .block-cart .block-content .summary .label {
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #666666;
  font-size: 14px;
  padding: 0;
  font-weight: 400;
}
.cart-top .content .block-cart .block-content .summary .price {
  color: #005394;
  font-size: 16px;
}
.cart-top .content .block-cart .block-content .summary a {
  color: #222;
  text-decoration: underline;
}
.cart-top .content .block-cart .block-subtitle {
  display: none;
}
.cart-top .content .block-cart .btn-remove {
  position: absolute;
  right: -10px;
  top: 5px;
}
.rtl .cart-top .content .block-cart .btn-remove {
  left: -10px;
  right: auto;
}
.cart-top .content .block-cart .btn-edit {
  display: none;
}
.cart-top.active .content, .cart-top:hover .content, .cart-top:focus .content {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  top: 100%;
}
.cart-top:hover .heading .cart-inner > span {
  color: white;
}
.cart-top .actions button, .cart-top .view-cart {
  background: transparent;
  color: #3c2e48;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 5px;
  vertical-align: top;
  padding: 0 12px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.rtl .cart-top .actions button, .rtl .cart-top .view-cart {
  margin-left: 5px;
  margin-right: inherit;
}
.cart-top .actions button:hover, .cart-top .view-cart:hover {
  background: #005394;
  color: white;
  border-color: #005394 !important;
}

.vesslider .tp-caption.small-blue {
  background: transparent!important;
}
.vesslider .tp-caption.big-blue {
  font-size: 60px;
  color: #ffb82f!important;
}
.vesslider .tp-caption.medium-blue {
  font-size: 35px;
}
.vesslider .tp-caption.small-blue {
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}
.vesslider .tp-caption.medium-sky {
  font-family: 'GothamThin';
  font-size: 80px;
}

.layerslider-wrapper .tparrows {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.layerslider-wrapper .tp-leftarrow {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.layerslider-wrapper .tp-rightarrow {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.layerslider-wrapper:hover .tparrows {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

/** apply general product block **/
.sidebar .products-row {
  margin: 0;
  border: 0;
}
.sidebar .products-row .product-col {
  width: 100%;
  border-right: none;
  padding: 0 !important;
}
.sidebar .product-block {
  border: 0 !important;
  box-shadow: none!important;
  text-align: left;
  margin: 10px 0;
}
.sidebar .product-block:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.rtl .sidebar .product-block {
  text-align: right !important;
}
.sidebar .product-block .image {
  float: left;
  margin: 0;
}
.rtl .sidebar .product-block .image {
  float: right !important;
}
.sidebar .product-block .action,
.sidebar .product-block .ves-colorbox,
.sidebar .product-block .colorbox, .sidebar .product-block .image-gallery,
.sidebar .product-block .add-to-links {
  display: none !important;
}
.sidebar .product-block .product-meta {
  float: right;
  width: 65%;
  padding: 0;
  text-align: left;
}
.rtl .sidebar .product-block .product-meta {
  float: left !important;
}
.rtl .sidebar .product-block .product-meta {
  text-align: right !important;
}
.sidebar .product-block .product-meta .rating-box {
  margin: 10px 0 0;
}
.sidebar .product-label {
  display: none;
}
.sidebar .onsale,
.sidebar .new-icon {
  display: none !important;
}

.block-highlighted .product-block {
  border: 0 !important;
  box-shadow: none!important;
  text-align: left;
  margin: 10px 0;
}
.block-highlighted .product-block:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.rtl .block-highlighted .product-block {
  text-align: right !important;
}
.block-highlighted .product-block .image {
  float: left;
}
.rtl .block-highlighted .product-block .image {
  float: right !important;
}
.block-highlighted .product-block .action,
.block-highlighted .product-block .ves-colorbox,
.block-highlighted .product-block .colorbox, .block-highlighted .product-block .image-gallery,
.block-highlighted .product-block .add-to-links {
  display: none !important;
}
.block-highlighted .product-block .product-meta {
  float: right;
  width: 65%;
  padding: 0;
}
.rtl .block-highlighted .product-block .product-meta {
  float: left !important;
}
.block-highlighted .product-label {
  display: none;
}

/* Block: Layered Navigation */
.block-layered-nav dt {
  background: url("../images/menu_down.gif") no-repeat right center;
  background-position: right center;
}
.rtl .block-layered-nav dt {
  background-position: left center;
}

.block-layered-nav dt.active {
  background: url("../images/menu_up.gif") no-repeat right center;
  background-position: right center;
}
.rtl .block-layered-nav dt.active {
  background-position: left center;
}

/* social internal module */
.social .text-title {
  color: white;
  text-transform: uppercase;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.social li {
  float: left;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 20px;
  text-align: center;
  cursor: pointer;
}
.rtl .social li {
  float: right !important;
}
.rtl .social li {
  margin-left: 20px;
  margin-right: inherit;
}
.social li a {
  color: white;
  font-size: 24px;
}
.social li a:hover {
  color: #005394;
}

/* back to top */
.scrollup {
  background: #005394;
  bottom: 82px;
  display: none;
  position: fixed;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  right: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 13px;
  color: #fff!important;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2px;
  cursor: pointer;
  z-index: 9999;
}
.rtl .scrollup {
  left: 10px;
  right: auto;
}
.scrollup .fa {
  display: block;
}
.scrollup:hover {
  text-decoration: none;
  background: #3c2e48;
}

.block-layered-nav .block-subtitle {
  font-weight: 700;
  display: none;
}
.block-layered-nav .currently {
  padding: 5px 10px 5px 0;
}
.block-layered-nav .currently li {
  position: relative;
  padding-bottom: 10px;
}
.block-layered-nav .currently .label {
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #323232;
  font-family: "proxima", Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  position: 0;
}
.block-layered-nav .currently .value {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-weight: 600;
}
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
  margin: 0;
  position: absolute;
  right: 4px;
  top: 9px;
}
.block-layered-nav .currently .btn-previous {
  right: 17px;
}
.block-layered-nav .actions {
  padding: 5px 15px 10px;
  text-align: right;
}
.rtl .block-layered-nav .actions {
  text-align: left !important;
}
.block-layered-nav .actions a {
  float: none;
}
.block-layered-nav dt {
  cursor: pointer;
  text-transform: uppercase;
  line-height: 100%;
  padding: 10px 0;
  text-align: left;
  font-weight: 600;
}
.rtl .block-layered-nav dt {
  text-align: right !important;
}
.block-layered-nav dt:focus, .block-layered-nav dt.active, .block-layered-nav dt:hover {
  border-bottom: 0 none;
}
.block-layered-nav dd {
  margin: 0;
  padding: 0;
}
.block-layered-nav dd.last {
  border-bottom: 0 none;
}
.block-layered-nav dd li {
  color: #333;
  line-height: 100%;
  margin: 0 0 20px 20px;
  text-align: left;
  width: 100%;
  position: relative;
}
.rtl .block-layered-nav dd li {
  text-align: right !important;
}
.block-layered-nav dd li:before {
  content: "\f105";
  position: absolute;
  font-family: FontAwesome;
  left: -10px;
  top: -1px;
}
.rtl .block-layered-nav dd li:before {
  right: -10px;
  left: auto;
}
.block-layered-nav dd li a {
  color: #666;
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.block-layered-nav dd li a:hover {
  color: #005394;
  text-decoration: none;
}
.block-layered-nav dd .price {
  background: 0;
  color: #151515;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 100%;
  padding: 0;
  font-weight: 400;
  font-family: "proxima", Arial, sans-serif;
}
.block-layered-nav dd.inactive {
  border-bottom: 0 none;
  padding: 0;
}
.block-layered-nav li {
  list-style: none;
}

.block.venus-latest-blog .block-content {
  padding: 0;
}
.block.venus-latest-blog .post-images img {
  width: 100%;
}
.block.venus-latest-blog .blog-readmore {
  display: none;
}
.block.venus-latest-blog .post-images {
  position: relative;
  overflow: hidden;
}
.block.venus-latest-blog .post-images a {
  display: block;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.block.venus-latest-blog .post-images img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.block.venus-latest-blog .created-date {
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
  margin: 10px 0;
}
.block.venus-latest-blog .post-block h4 {
  padding: 0;
  margin-bottom: 15px;
  font-size: 18px;
}
.block.venus-latest-blog .post-block h4 a {
  color: black;
}
.block.venus-latest-blog .post-block h4 a:hover {
  color: #005394;
}
.block.venus-latest-blog .post-block:hover .post-images a {
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.block.venus-latest-blog .post-block:hover .post-images img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.block.venus-deal .product-block {
  min-height: 395px;
  border: 0 !important;
  z-index: 9;
}
.block.venus-deal .product-block .image {
  float: left;
  margin: 0;
}
.rtl .block.venus-deal .product-block .image {
  float: right !important;
}
.block.venus-deal .product-block .product-meta {
  float: right;
  width: 200px;
  padding: 40px 20px 0;
}
.rtl .block.venus-deal .product-block .product-meta {
  float: left !important;
}
.block.venus-deal .product-block .action {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block !important;
  visibility: visible;
  margin: 5px 0;
  position: relative;
}
.block.venus-deal .product-block .price {
  margin-top: 11px;
}
.block.venus-deal .product-block .onsale,
.block.venus-deal .product-block .new-icon {
  right: 20px;
  top: 20px;
  background-size: 71px 65px;
  width: 71px;
  height: 66px;
  line-height: 18px;
  font-size: 16px;
  padding-top: 15px;
}
.rtl .block.venus-deal .product-block .onsale, .rtl
.block.venus-deal .product-block .new-icon {
  left: 20px;
  right: auto;
}
.block.venus-deal .product-block:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.block.venus-deal .productdeals {
  position: absolute;
  left: 15%;
  top: 81%;
}
.rtl .block.venus-deal .productdeals {
  right: 15%;
  left: auto;
}
.block.venus-deal .productdeals .timeleft h3 {
  font-size: 19px;
}
.block.venus-deal .deal_detail,
.block.venus-deal .productdeals {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}
.block.venus-deal .deal_detail ul li {
  width: 100%;
}

.deal-products {
  margin-top: 20px;
}
.deal-products .product-block .onsale,
.deal-products .product-block .new-icon {
  line-height: 13px !important;
  padding-top: 9px;
}

.deal_detail_num {
  padding-left: 5px;
  color: #005394;
  font-size: 16px;
  font-weight: 600;
}
.deal_detail_num .price {
  color: #005394 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.block-compare li,
.block-reorder li {
  border-bottom: 1px solid #e8e8e8;
  padding: 5px 0;
}
.block-compare .actions,
.block-reorder .actions {
  margin-top: 10px;
}
.block-compare .actions button,
.block-reorder .actions button {
  float: right;
}
.rtl .block-compare .actions button, .rtl
.block-reorder .actions button {
  float: left !important;
}

.block-reorder input[type="checkbox"] {
  float: right;
  padding-right: 10px;
}
.rtl .block-reorder input[type="checkbox"] {
  float: left !important;
}
.rtl .block-reorder input[type="checkbox"] {
  padding-left: 10px;
  padding-right: inherit;
}

.tags-list a {
  font-size: 100% !important;
}

.bg-1 {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.rtl .bg-1 {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: inherit;
}
.bg-1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 33%;
  width: 43px;
  height: 29px;
  background: url("../images/member-discount.png") no-repeat left top;
  background-position: left top;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.rtl .bg-1:before {
  right: 0;
  left: auto;
}
.rtl .bg-1:before {
  background-position: right top;
}
.bg-1:hover:before {
  background: url("../images/member-discount.png") no-repeat left bottom;
  background-position: left bottom;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.rtl .bg-1:hover:before {
  background-position: right bottom;
}

.bg-2 {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.rtl .bg-2 {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: inherit;
}
.bg-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 33%;
  width: 43px;
  height: 34px;
  background: url("../images/free-shipping.png") no-repeat left top;
  background-position: left top;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.rtl .bg-2:before {
  right: 0;
  left: auto;
}
.rtl .bg-2:before {
  background-position: right top;
}
.bg-2:hover:before {
  background: url("../images/free-shipping.png") no-repeat left bottom;
  background-position: left bottom;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.rtl .bg-2:hover:before {
  background-position: right bottom;
}

.bg-3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 33%;
  width: 43px;
  height: 35px;
  background: url("../images/online-support.png") no-repeat left top;
  background-position: left top;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.rtl .bg-3:before {
  right: 0;
  left: auto;
}
.rtl .bg-3:before {
  background-position: right top;
}
.bg-3:hover:before {
  background: url("../images/online-support.png") no-repeat left bottom;
  background-position: left bottom;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.rtl .bg-3:hover:before {
  background-position: right bottom;
}

.blog-wrapper img {
  width: 100%!important;
  height: auto;
}
.blog-wrapper .blog-image {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.blog-wrapper .blog-image:hover {
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.blog-wrapper .blog-image .created-date {
  left: 0;
  text-align: center;
}
.rtl .blog-wrapper .blog-image .created-date {
  right: 0;
  left: auto;
}
.blog-wrapper .blog-title a,
.blog-wrapper .blog-readmore a {
  color: #3c2e48;
}
.blog-wrapper .blog-title a:hover,
.blog-wrapper .blog-readmore a:hover {
  color: #005394;
}
.blog-wrapper .blog-meta > div {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 5px;
}
.rtl .blog-wrapper .blog-meta > div {
  margin-left: 5px;
  margin-right: inherit;
}
.blog-wrapper .more-post li {
  margin-bottom: 10px;
}
.blog-wrapper .blog-comment img {
  width: auto !important;
  float: left;
  margin-right: 12px;
}
.rtl .blog-wrapper .blog-comment img {
  float: right !important;
}
.rtl .blog-wrapper .blog-comment img {
  margin-left: 12px;
  margin-right: inherit;
}

#ves_blog_search_block button {
  margin-top: 10px;
}

.owlproductcarousel {
  overflow: hidden;
}
.owlproductcarousel .block-content {
  border: 0;
  padding: 0;
}
.owlproductcarousel .block-content .owl-carousel {
  width: auto !important;
  margin-left: -15px;
  margin-right: -15px;
}
.owlproductcarousel:hover .owl-controls .owl-buttons {
  display: block;
}
.owlproductcarousel .owl-controls .owl-buttons {
  position: absolute;
  right: 4px;
  top: -80px;
  width: 80px;
  display: none;
}
.rtl .owlproductcarousel .owl-controls .owl-buttons {
  left: 4px;
  right: auto;
}
.owlproductcarousel .owl-controls .owl-buttons .owl-prev,
.owlproductcarousel .owl-controls .owl-buttons .owl-next {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.owlproductcarousel .owl-controls .owl-buttons .owl-prev i,
.owlproductcarousel .owl-controls .owl-buttons .owl-next i {
  font-style: normal;
}
.owlproductcarousel .owl-controls .owl-buttons div {
  cursor: pointer;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  line-height: 28px;
  font-size: 16px;
}
.owlproductcarousel .owl-controls .owl-buttons div:hover {
  background: #005394;
  border-color: #005394;
  color: white;
}

.block-inline.productcarousel .product-block {
  background: white;
  padding: 20px;
}
.block-inline.productcarousel .product-block .price .price-old, .block-inline.productcarousel .product-block .price .old-price {
  display: block;
}
.block-inline.productcarousel .product-block .price-box {
  position: absolute;
  right: 0;
  top: 0;
}
.block-inline.productcarousel .product-block .name {
  padding-right: 90px;
}
.rtl .block-inline.productcarousel .product-block .name {
  padding-left: 90px;
  padding-right: inherit;
}

.block-success.productcarousel .block-content {
  padding: 0 30px;
}

.block-warning.productcarousel .products-grid .product-block .name {
  padding: 0!important;
  text-align: left;
}
.rtl .block-warning.productcarousel .products-grid .product-block .name {
  text-align: right !important;
}
.block-warning.productcarousel .products-grid .product-block .image {
  float: left;
  margin: 0;
  width: 26%;
  padding: 0!important;
}
.rtl .block-warning.productcarousel .products-grid .product-block .image {
  float: right !important;
}
.block-warning.productcarousel .products-grid .product-block .price-box {
  text-align: left;
}
.rtl .block-warning.productcarousel .products-grid .product-block .price-box {
  text-align: right !important;
}
.block-warning.productcarousel .products-grid .product-block .right {
  display: none!important;
}
.block-warning.productcarousel .products-grid .product-block .product-price {
  margin: 0!important;
}
.block-warning.productcarousel .products-grid .product-block .price .price-old, .block-warning.productcarousel .products-grid .product-block .price .old-price {
  display: inline-block!important;
}
.block-warning.productcarousel .product-block {
  box-shadow: none!important;
  text-align: left;
  margin-bottom: 15px;
}
.block-warning.productcarousel .product-block:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.rtl .block-warning.productcarousel .product-block {
  text-align: right !important;
}
.block-warning.productcarousel .product-block .action,
.block-warning.productcarousel .product-block .ves-colorbox,
.block-warning.productcarousel .product-block .colorbox, .block-warning.productcarousel .product-block .image-gallery,
.block-warning.productcarousel .product-block .add-to-links {
  display: none !important;
}
.block-warning.productcarousel .product-block .product-meta {
  float: right;
  width: 70%;
  padding: 0;
  margin: 0;
  text-align: left;
}
.rtl .block-warning.productcarousel .product-block .product-meta {
  float: left !important;
}
.rtl .block-warning.productcarousel .product-block .product-meta {
  text-align: right !important;
}
.block-warning.productcarousel .product-label {
  display: none;
}
.block-warning.productcarousel .onsale,
.block-warning.productcarousel .new-icon {
  display: none !important;
}

.latest-deal .product-block {
  margin-bottom: 0;
}
.latest-deal .product-block .image {
  float: left;
  margin-right: 3%;
  width: 40%;
}
.rtl .latest-deal .product-block .image {
  float: right !important;
}
.rtl .latest-deal .product-block .image {
  margin-left: 3%;
  margin-right: inherit;
}
.latest-deal .product-block .product-meta {
  float: left;
  width: 57%;
}
.rtl .latest-deal .product-block .product-meta {
  float: right !important;
}
.latest-deal .product-block .name a {
  font-size: 20px;
  font-weight: 600;
}
.latest-deal .product-block .desc {
  display: block!important;
}
.latest-deal .deal_detail {
  display: none;
}
.latest-deal .productdeals {
  margin-top: 20px;
}

.productdeals .item-countdown ul {
  float: left;
  width: auto;
  border: 1px solid #e8e8e8;
}
.rtl .productdeals .item-countdown ul {
  float: right !important;
}
.productdeals .item-countdown ul li {
  border-right: 1px solid #e8e8e8;
  text-align: center;
  padding: 8px 22px;
  font-size: 14px;
}
.rtl .productdeals .item-countdown ul li {
  border-left: 1px solid #e8e8e8;
  border-right: inherit;
}
.productdeals .item-countdown ul > li:first-child {
  color: #ffb82f;
}
.productdeals .item-countdown ul > li:last-child {
  border: 0!important;
}
.productdeals .item-countdown ul .countdown_num {
  font-weight: 600;
}

.owl-latest-blog {
  overflow: hidden;
}
.owl-latest-blog .owl-carousel {
  width: auto !important;
  margin-left: -15px;
  margin-right: -15px;
}
.owl-latest-blog .owl-carousel .owl-item {
  padding-left: 15px;
  padding-right: 15px;
}
.owl-latest-blog .owl-controls .owl-buttons {
  position: absolute;
  right: 4px;
  top: -78px;
  width: 80px;
}
.rtl .owl-latest-blog .owl-controls .owl-buttons {
  left: 4px;
  right: auto;
}
.owl-latest-blog .owl-controls .owl-buttons .owl-prev,
.owl-latest-blog .owl-controls .owl-buttons .owl-next {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.owl-latest-blog .owl-controls .owl-buttons .owl-prev i,
.owl-latest-blog .owl-controls .owl-buttons .owl-next i {
  font-style: normal;
}
.owl-latest-blog .owl-controls .owl-buttons div {
  cursor: pointer;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  line-height: 28px;
  font-size: 16px;
}
.owl-latest-blog .owl-controls .owl-buttons div:hover {
  background: #005394;
  border-color: #005394;
  color: white;
}

.ves-brandcarousel {
  margin-bottom: 0;
}
.ves-brandcarousel .block-title {
  display: none;
}
.ves-brandcarousel .block-content {
  padding: 60px 0;
}
.ves-brandcarousel .owl-buttons {
  display: none;
}
.ves-brandcarousel:hover .owl-buttons {
  display: block;
}
.ves-brandcarousel .owl-theme .owl-controls {
  margin-top: 0;
}
.ves-brandcarousel .owl-theme .owl-controls .owl-buttons .owl-prev,
.ves-brandcarousel .owl-theme .owl-controls .owl-buttons .owl-next {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.ves-brandcarousel .owl-theme .owl-controls .owl-buttons .owl-prev i,
.ves-brandcarousel .owl-theme .owl-controls .owl-buttons .owl-next i {
  font-style: normal;
}
.ves-brandcarousel .owl-theme .owl-controls .owl-buttons div {
  cursor: pointer;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 28px;
  font-size: 14px;
  margin: 5px 2px;
  background: transparent;
  color: #e7e7e7;
  border: 1px solid #e7e7e7;
  position: absolute;
  top: 30%;
}
.ves-brandcarousel .owl-theme .owl-controls .owl-buttons div:hover {
  background: white;
  border-color: white;
  color: #005394;
}
.ves-brandcarousel .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.ves-brandcarousel .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.ves-brandcarousel .owl-theme .owl-controls .owl-page span {
  background: #666666;
  margin: 5px 3px;
}
.ves-brandcarousel .owl-theme .owl-controls .owl-page.active span, .ves-brandcarousel .owl-theme .owl-controls .owl-page:hover span {
  background: #005394;
}

.owl-carousel .owl-wrapper {
  float: left;
}

.rtl .owl-controls .owl-buttons {
  margin-left: 12px;
}

.rtl .owl-prev {
  float: left;
}

.blog-post .blog-social .social-sharing > div {
  float: left;
}
.rtl .blog-post .blog-social .social-sharing > div {
  float: right !important;
}

.owl-theme .owl-controls .owl-buttons div {
  background: transparent!important;
}
.owl-theme .owl-controls .owl-buttons div:hover {
  border-color: #005394 !important;
  color: #005394 !important;
}

.ves-categoriesmenu {
  border: 2px solid #005394;
}
.ves-categoriesmenu .block-title {
  background: #005394 !important;
  padding: 10px 20px!important;
  color: white !important;
  margin: 0!important;
}
.ves-categoriesmenu .block-title::before, .ves-categoriesmenu .block-title::after {
  background: none!important;
}
.ves-categoriesmenu #ves-accordion li.active a {
  color: #005394;
}
.ves-categoriesmenu #ves-accordion li.active ul li.active a {
  color: #005394;
}
.ves-categoriesmenu #ves-accordion li a:hover {
  color: #005394;
}
.ves-categoriesmenu #ves-accordion li.level1 a {
  color: #666;
}
.ves-categoriesmenu #ves-accordion li.parent .head {
  position: absolute;
  right: 10px;
}
.rtl .ves-categoriesmenu #ves-accordion li.parent .head {
  left: 10px;
  right: auto;
}

#tab-faqquestion .faqsaddslide .btn-slide {
  background: #005394;
  font-size: 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#tab-faqquestion .faqsaddslide .btn-slide:hover {
  background: #3c2e48;
}

.ves-brandlist-page li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: left;
  margin-right: 40px;
  margin-top: 20px;
  min-height: 100px;
}
.rtl .ves-brandlist-page li {
  float: right !important;
}
.rtl .ves-brandlist-page li {
  margin-left: 40px;
  margin-right: inherit;
}
.ves-brandlist-page li > a + a {
  display: none;
}

.gallery-carousel {
  position: relative;
}

.price {
  color: black;
  font-size: 18px;
  font-family: "proxima";
  font-weight: 600;
}
.price .price-label {
  display: none;
}
.price .price-old, .price .old-price {
  color: #aaaaaa;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.price .price-old .price, .price .old-price .price {
  color: #aaa;
  font-size: 14px;
  font-weight: 400 !important;
}

.price-as-configured .price-label {
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #3c2e48;
  font-size: 16px;
  font-weight: 400;
}

.minimal-price-link {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.minimal-price-link .label {
  display: none;
}

.special-price {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.product-pricing,
.block-deal-info {
  font-size: 14px;
  font-weight: 400;
  font-family: "proxima";
  color: #666666;
  padding-top: 20px;
}

.block-deal-info .block-title {
  display: none;
}
.block-deal-info .block-content {
  background: transparent;
}
.block-deal-info .deal_detail {
  padding: 20px 0;
}

/* product style */
.products-row {
  margin: 0;
}

.product-block {
  position: relative;
  margin-bottom: 30px;
}
.product-block .price {
  margin: 10px 0;
}
.product-block .price .price-label {
  font-size: 14px -1 !important;
  color: black;
  font-weight: 300;
  display: none !important;
}
.product-block .price .price-from,
.product-block .price .price-to {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-block .price p {
  margin-bottom: 0;
}
.product-block .description {
  display: none;
  font-size: 13px;
}
.product-block .product-rating, .product-block .norating {
  line-height: 22px;
  min-height: 25px;
  height: 25px;
  height: auto !important;
  font-size: 12px;
}
.product-block .name {
  margin-bottom: 6px;
  height: auto !important;
  line-height: 18px;
  min-height: 36px;
}
.product-block .name a {
  color: black;
  font-size: 15px;
  font-family: "proxima";
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-block .name a:hover {
  color: #005394;
}
.product-block .image-gallery {
  border: solid 4px #b5b5b5;
  position: absolute;
  top: 0;
  left: -80px;
  display: none;
}
.product-block .image-gallery .product-image {
  width: 75px;
  overflow: hidden;
  cursor: hand;
  cursor: pointer;
}
.product-block .image-gallery .arrow {
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid #b5b5b5;
  border-top: 5px solid rgba(0, 0, 0, 0);
  margin: -5px 0;
  position: absolute;
  right: -9px;
  top: 50%;
}
.product-block .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border: 0px;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  /*swap image*/
}
.product-block .image .product-image {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product-block .image .product-image img {
  display: inline-block;
  *display: inline;
  zoom: 1;
  display: block;
  max-width: 100%;
  height: auto;
}
.product-block .image .hover-image {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  visibility: hidden;
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
}
.rtl .product-block .image .hover-image {
  right: 0;
  left: auto;
}
.product-block .image .hover-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.product-block .image:hover .hover-image {
  visibility: visible;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block .product-meta {
  width: 100%;
  padding: 0;
  position: relative;
}
.product-block .ves-colorbox {
  background: white;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  color: #333;
  font-size: 17px;
  letter-spacing: 0.4px;
  font-family: "proxima";
  font-weight: 700;
  margin: 0;
  padding: 8px 12px;
  width: auto;
  position: absolute;
  z-index: 99;
  top: 45%;
  right: 42%;
  transform: scale(0);
}
.rtl .product-block .ves-colorbox {
  left: 42%;
  right: auto;
}
.product-block .ves-colorbox:hover {
  background: #005394;
  color: white;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-decoration: none;
}
.product-block .ves-colorbox i {
  font-style: normal;
}
.product-block .cart {
  padding: 0;
  float: left;
  margin-bottom: 0;
}
.rtl .product-block .cart {
  float: right !important;
}
.product-block .cart .btn-shopping-cart {
  position: relative;
  color: #333;
  background: white;
  width: 100%;
  padding: 0;
  width: 40px;
  height: 40px;
}
.product-block .cart .btn-shopping-cart:hover {
  background: #005394;
  color: white;
}
.product-block .add-to-links {
  right: 0;
  z-index: 99;
  padding: 0;
  margin: 0;
}
.rtl .product-block .add-to-links {
  left: 0;
  right: auto;
}
.product-block .add-to-links li {
  float: left;
  border-left: 1px solid #e8e8e8;
  width: 40px;
  text-align: center;
  background: white;
}
.rtl .product-block .add-to-links li {
  float: right !important;
}
.rtl .product-block .add-to-links li {
  border-right: 1px solid #e8e8e8;
  border-left: inherit;
}
.product-block .add-to-links li a {
  display: block !important;
  color: #333;
  line-height: 40px;
  width: 40px;
}
.product-block .add-to-links li a:hover {
  background: #005394;
  color: white;
}
.product-block .availability span.available-now {
  background: red;
  border: 1px solid #cc0000;
  color: white;
}
.product-block .availability span.out-of-stock {
  background: blue;
  border: 1px solid #0000cc;
  color: white;
}
.product-block .product-flags {
  opacity: 0;
  filter: alpha(opacity=0);
}

.onsale,
.new-icon {
  background: #f5527c;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 8px;
  line-height: 20px;
  color: white;
  position: absolute;
  top: 20px;
  right: 10px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  z-index: 99;
  text-align: center;
}
.rtl .onsale, .rtl
.new-icon {
  left: 10px;
  right: auto;
}

.new-icon {
  background: #64b7f6;
}

.onsale + .new-icon {
  top: 52px;
}

.availability .out-of-stock {
  font-size: 11px;
  background: #5bc0de;
  color: white;
}
.availability .available-now {
  font-size: 11px;
  background: #f0ad4e;
  color: white;
}

.product-label {
  color: white;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  z-index: 3;
  position: absolute;
  left: 2px;
}
.product-label span {
  padding: 6px 12px;
}
.product-label.product-label-new, .product-label.new-box {
  background-color: #d9534f;
  top: 2px;
}
.product-label.product-label-new[href]:hover, .product-label.product-label-new[href]:focus, .product-label.new-box[href]:hover, .product-label.new-box[href]:focus {
  background-color: #c9302c;
}
.product-label.product-label-special, .product-label.sale-box {
  top: 20px;
  background-color: #d64153;
}
.product-label.product-label-special[href]:hover, .product-label.product-label-special[href]:focus, .product-label.sale-box[href]:hover, .product-label.sale-box[href]:focus {
  background-color: #bc283a;
}
.product-label.sale-percent-box {
  background-color: #d64153;
  right: 0;
  left: inherit;
  bottom: 0;
}
.product-label.sale-percent-box[href]:hover, .product-label.sale-percent-box[href]:focus {
  background-color: #bc283a;
}

.rating-box {
  background: url(../images/rating-blank-star.png) repeat-x;
  clear: right;
  margin: 0 10px 0 0;
  position: relative;
  width: 60px;
  height: 11px;
}
.rating-box .rating {
  background: url(../images/rating-full-star.png) repeat-x;
  height: 11px;
  left: 0;
  position: absolute;
  top: 0;
}

#products-grid.products-block .rating-links,
.product-grid .rating-links,
.products-grid .rating-links {
  display: none;
}

#products-grid .product-block .desc, .products-grid .product-block .desc {
  display: none;
}

#products-grid .products-row {
  margin-left: -15px;
  margin-right: -15px;
}

.carousel .carousel-control {
  width: 30px;
  height: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-border-radius: 30px;
  border-radius: 30px;
  line-height: 30px;
  background: transparent;
  color: #e6e6e6;
  top: 17%;
  visibility: hidden;
  z-index: 99;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  text-shadow: none;
}
.carousel .carousel-control:hover {
  background: #005394;
  border-color: #005394;
  color: white;
}
.carousel .carousel-control.left {
  margin-left: 10px;
}
.carousel .carousel-control.right {
  margin-right: 10px;
}
.carousel:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.block-highlighted .carousel .carousel-controls {
  position: absolute;
  right: 0;
  width: 66px;
  top: -40px;
}
.rtl .block-highlighted .carousel .carousel-controls {
  left: 0;
  right: auto;
}
.block-highlighted .carousel .carousel-control {
  width: 22px;
  height: 22px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  line-height: 20px;
  background: transparent;
  color: white;
  top: 17%;
  visibility: visible;
  z-index: 99;
  cursor: pointer;
  border: 1px solid white;
  text-align: center;
  font-size: 13px;
}
.block-highlighted .carousel .carousel-control i {
  font-style: normal;
}
.block-highlighted .carousel .carousel-control:hover {
  background: #005394;
  border-color: #005394;
  color: white;
}

.block-info .carousel-controls,
.block-warning .carousel-controls,
.block-inline .carousel-controls,
.block-danger .carousel-controls {
  position: absolute;
  right: -12px;
  top: -40px;
  width: 80px;
}
.rtl .block-info .carousel-controls, .rtl
.block-warning .carousel-controls, .rtl
.block-inline .carousel-controls, .rtl
.block-danger .carousel-controls {
  left: -12px;
  right: auto;
}
.block-info .carousel-controls .carousel-control,
.block-warning .carousel-controls .carousel-control,
.block-inline .carousel-controls .carousel-control,
.block-danger .carousel-controls .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  line-height: 28px;
  font-size: 16px;
}
.block-info .carousel-controls .carousel-control i,
.block-warning .carousel-controls .carousel-control i,
.block-inline .carousel-controls .carousel-control i,
.block-danger .carousel-controls .carousel-control i {
  font-style: normal;
}

/* product list mode  */
.products-list .products-row {
  border: none;
}
.products-list .products-row .col-fullwidth {
  width: 100% !important;
  float: left;
  margin: 0;
}
.rtl .products-list .products-row .col-fullwidth {
  float: right !important;
}
.products-list .products-row .product-col {
  border-right: none;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
.products-list .product-block {
  padding: 20px 0;
  text-align: left;
}
.rtl .products-list .product-block {
  text-align: right !important;
}
.products-list .product-block .action {
  opacity: 1;
  filter: alpha(opacity=100);
  position: inherit;
  display: block !important;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.products-list .product-block .product-meta {
  padding: 0;
  float: left;
  width: 64%;
}
.rtl .products-list .product-block .product-meta {
  float: right !important;
}
.products-list .product-block .product-meta .desc {
  padding-bottom: 20px;
}
.products-list .product-block .name a {
  min-height: 30px !important;
  font-weight: 600;
  font-size: 20px;
}
.products-list .product-block:hover .action {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.products-list .product-block .deal_detail,
.products-list .product-block .productdeals {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}
.products-list .description {
  display: block;
}
.products-list .price-tax {
  display: block;
}
.products-list .name {
  min-height: 20px;
  margin-top: 10px;
}
.products-list .image {
  float: left;
  margin: 0 20px 0 0;
  margin-right: 20px;
  text-align: center;
  width: 33%;
}
.rtl .products-list .image {
  float: right !important;
}
.rtl .products-list .image {
  margin-left: 20px;
  margin-right: inherit;
}
.products-list .image img {
  padding: 0;
  border: 0;
}
.products-list .image:hover .info-view {
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-list .cart {
  padding: 0;
}
.products-list .wishlist, .products-list .compare {
  float: left;
  margin: 30px 0 0 10px;
}
.rtl .products-list .wishlist, .rtl .products-list .compare {
  float: right !important;
}
.products-list .rating-box {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.rtl .products-list .rating-box {
  float: right !important;
}
.rtl .products-list .rating-box {
  margin-left: 10px;
  margin-right: inherit;
}
.products-list .product-icon {
  padding: 9px 17px;
  line-height: 1;
  border-left: 1px solid white;
  text-align: center;
}
.products-list .product-icon span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-family: "proxima";
}
.products-list .toolbar-bottom {
  margin-top: 0;
}

.mini-products-list .image {
  margin-top: 10px;
}
.mini-products-list .price {
  margin: 0 0 10px;
}

/* product grid mode */
.product-grid {
  position: relative;
  background-color: white;
}
.product-grid.last {
  border: 0;
}
.product-grid .description, .product-grid .price-tax {
  display: none;
}

.deals-index-index .products-block .product-block .deal_detail {
  display: none;
}
.deals-index-index .products-block .product-block .action {
  top: 41%;
}

.deals-index-index .products-list .product-block .image {
  width: 270px;
}
.deals-index-index .products-list .product-block .product-meta {
  float: left;
}
.rtl .deals-index-index .products-list .product-block .product-meta {
  float: right !important;
}
.deals-index-index .products-list .product-block .product-meta .deal_detail {
  display: block!important;
}
.deals-index-index .products-list .product-block .product-meta .add-to-links {
  position: relative;
  left: 0;
  top: 0;
  margin-left: 0;
}

/* 
* PRODUCT INFORMATION PAGE
*/
.product-detail {
  background-color: white;
}

.product-detail.vesquickview {
  background: #fff;
  padding: 20px;
}
.product-detail.vesquickview .tabs-group, .product-detail.vesquickview .block-related {
  display: none;
}

.product-info {
  margin-bottom: 20px;
}
.product-info .carousel-control {
  top: 45%;
  font-size: 15px;
  color: #75716c;
  text-align: center;
  border: 1px solid #e8e8e8;
  margin: -6px 0 -6px 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  width: 20px;
  height: 25px;
  padding-top: 4px;
  background-color: white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.product-info .left,
.product-info .right {
  width: 30px;
  height: 30px;
  line-height: 22px;
}
.product-info .left:hover,
.product-info .right:hover {
  background: #005394 !important;
  border-color: #005394;
  color: #fff;
}
.product-info .left {
  left: 0;
}
.rtl .product-info .left {
  right: 0;
  left: auto;
}
.product-info .right {
  right: 0;
}
.rtl .product-info .right {
  left: 0;
  right: auto;
}
.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 11px;
}
.product-info .cart .links {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.product-info h1 {
  font-size: 37px;
  margin-top: 0;
  font-weight: 700;
  font-family: "proxima";
  margin-bottom: 20px;
  color: #3c2e48;
}
.product-info ul, .product-info ol {
  list-style: none;
  width: 100%;
  float: left;
}
.rtl .product-info ul, .rtl .product-info ol {
  float: right !important;
}
.product-info ul li, .product-info ol li {
  display: inline;
}
.product-info .price-tax {
  font-weight: normal;
}
.product-info .image {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
  background: white;
  border: 1px solid #e8e8e8;
}
.product-info .image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.product-info .image-additional {
  overflow: hidden;
}
.product-info .image-additional .carousel-control {
  display: none;
}
.product-info .image-additional:hover .carousel-control {
  display: block;
}
.product-info .share {
  padding: 20px 0;
  float: left;
}
.product-info .share:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.rtl .product-info .share {
  float: right !important;
}
.product-info .product-brand {
  margin-bottom: 20px;
}
.product-info .price {
  padding: 10px 0;
  font-size: 29px;
}
.product-info .price .availability {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 400;
  font-family: "proxima";
}
.product-info .price .text-price {
  display: none;
}
.product-info .price .price-gruop, .product-info .price .price-old {
  font-size: 17px;
  font-family: "proxima";
  text-transform: uppercase;
  color: #aaaaaa;
}
.product-info .price .other-price {
  margin-top: 9px;
}
.product-info .price .reward {
  font-weight: normal;
}
.product-info .price .discount {
  font-weight: normal;
  margin-top: 9px;
}
.product-info .custom-bg {
  background: #3c2e48;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  margin-right: 5px;
  padding: 5px;
  font-family: "FontAwesome" !important;
}
.product-info .availability {
  font-family: "proxima";
  color: #3c2e48;
}
.product-info .availability span {
  font-family: "proxima";
}
.product-info .price-group:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.product-info .rating-box {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.rtl .product-info .rating-box {
  float: right !important;
}
.rtl .product-info .rating-box {
  margin-left: 10px;
  margin-right: inherit;
}
.product-info .description {
  border: 0;
  padding: 0;
  font-size: 14px;
  color: #666666;
}
.product-info .description .short-description {
  margin: 20px 0;
}
.product-info .description h2 {
  display: none;
}
.product-info .description a {
  text-decoration: none;
}
.product-info .description b {
  margin-right: 5px;
  margin-left: 0;
}
.product-info .description dd input, .product-info .description dd select, .product-info .description dd textarea, .product-info .description dd button {
  width: auto;
}
.product-info .description dl {
  margin-bottom: 0 !important;
}
.product-info .description label {
  font-size: 19px;
  color: #3c2e48;
}
.product-info .product-extra label {
  font-size: 19px;
  color: #3c2e48;
}
.product-info .carousel-inner {
  clear: both;
}
.product-info .carousel-inner .item {
  text-align: center;
  width: 100%;
}
.product-info .carousel-inner .item img {
  border: 1px solid #e8e8e8;
}
.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 10px;
}
.product-info .option-image label {
  display: block;
  width: 100%;
  height: 100%;
}
.product-info .option-image img {
  margin-right: 5px;
  margin-left: 0;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
.product-info .options {
  margin-bottom: 20px;
}
.product-info .review .share {
  line-height: normal;
}
.product-info .review .share a {
  text-decoration: none;
}
.product-info .review > div {
  padding: 0;
  border: 0;
}
.product-info .review > div > span {
  color: #38B0E3;
}
.product-info .product-options-bottom .price-box {
  display: none;
}
.product-info .product-extra,
.product-info .product-options-bottom {
  position: relative;
}
.product-info .product-extra:after,
.product-info .product-options-bottom:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.product-info .product-extra .quantity-adder,
.product-info .product-options-bottom .quantity-adder {
  margin-bottom: 10px;
  margin-right: 5px;
  min-height: 38px;
}
.rtl .product-info .product-extra .quantity-adder, .rtl
.product-info .product-options-bottom .quantity-adder {
  margin-left: 5px;
  margin-right: inherit;
}
.product-info .product-extra .quantity-adder input,
.product-info .product-options-bottom .quantity-adder input {
  border: 1px solid #e8e8e8;
}
.product-info .product-extra .quantity-adder label,
.product-info .product-options-bottom .quantity-adder label {
  float: left;
  color: #888;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
}
.rtl .product-info .product-extra .quantity-adder label, .rtl
.product-info .product-options-bottom .quantity-adder label {
  float: right !important;
}
.product-info .product-extra .cart,
.product-info .product-options-bottom .cart {
  margin-left: 10px;
  margin-right: 10px;
}
.product-info .product-extra .add-action,
.product-info .product-options-bottom .add-action {
  display: block;
  width: 38px;
  height: 20px;
  position: relative;
  cursor: pointer;
  font-size: 9px;
  line-height: 20px;
  text-align: center;
  color: white;
  background: #3c2e48;
  margin-left: 3px;
}
.product-info .product-extra .add-action:hover,
.product-info .product-options-bottom .add-action:hover {
  color: #005394;
}
.product-info .product-extra .add-up,
.product-info .product-options-bottom .add-up {
  border-bottom: 1px solid white;
}
.product-info .product-extra .add-to-icon,
.product-info .product-options-bottom .add-to-icon {
  font-size: 19px;
  padding: 6px;
  background: #003661;
}
.product-info .product-extra .quantity-number label,
.product-info .product-options-bottom .quantity-number label {
  font-size: 15px;
  font-weight: 400;
}
.product-info .product-extra .quantity-number input,
.product-info .product-options-bottom .quantity-number input {
  min-width: 38px;
  width: 38px!important;
  height: 40px;
  text-align: center;
}
.product-info .product-extra .add-to-links,
.product-info .product-options-bottom .add-to-links {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  width: auto;
}
.rtl .product-info .product-extra .add-to-links, .rtl
.product-info .product-options-bottom .add-to-links {
  float: right !important;
}
.rtl .product-info .product-extra .add-to-links, .rtl
.product-info .product-options-bottom .add-to-links {
  margin-right: 10px;
  margin-left: inherit;
}
.product-info .product-extra .add-to-links > div,
.product-info .product-options-bottom .add-to-links > div {
  float: left;
  margin-right: 20px;
}
.rtl .product-info .product-extra .add-to-links > div, .rtl
.product-info .product-options-bottom .add-to-links > div {
  float: right !important;
}
.rtl .product-info .product-extra .add-to-links > div, .rtl
.product-info .product-options-bottom .add-to-links > div {
  margin-left: 20px;
  margin-right: inherit;
}
.product-info .product-extra .add-to-links a,
.product-info .product-options-bottom .add-to-links a {
  font-size: 14px;
  font-weight: 600;
  color: #3c2e48;
  text-transform: uppercase;
}
.product-info .product-extra .add-to-links a i,
.product-info .product-options-bottom .add-to-links a i {
  font-weight: 600;
}
.product-info .product-extra .add-to-links a:hover,
.product-info .product-options-bottom .add-to-links a:hover {
  color: #005394;
}
.product-info .product-extra .add-review,
.product-info .product-options-bottom .add-review {
  text-transform: uppercase;
}
.product-info .action:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.product-info .action > div {
  margin-right: 10px;
  margin-left: 0;
}
.product-info .product-options {
  margin-bottom: 20px;
}
.product-info .product-options .input-box {
  margin-bottom: 20px;
}
.product-info .product-options label.required {
  font-size: 14px;
}

.grouped-items-table th, .grouped-items-table td {
  font-size: 14px;
}

.tabs-group {
  overflow: hidden;
}
.tabs-group .htabs {
  padding: 0;
}
.tabs-group .htabs .nav-tabs {
  border: none;
}
.tabs-group .tab-contents {
  padding: 20px 0;
  background: white;
}
.tabs-group .tab-contents .input-box {
  margin: 10px 0;
}
.tabs-group .tab-contents h2 {
  border-bottom: 1px solid #e8e8e8;
  font-family: "proxima";
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #3c2e48;
}
.tabs-group .tab-contents .box-tags .note {
  margin-top: 10px;
}
.tabs-group .tab-contents .box-tags .product-tags li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-right: 10px;
}

.block-up-sell .carousel-inner,
.box-up-sell .carousel-inner {
  overflow: visible;
}
.block-up-sell .carousel-inner .products-row,
.box-up-sell .carousel-inner .products-row {
  margin: 0;
}
.block-up-sell .block-content,
.box-up-sell .block-content {
  padding: 0;
}

.block-tags .actions {
  padding-top: 10px;
  font-size: 13px;
}

/* 
 *  LISTING PRODUCTS PAGE 
 */
.product-filter {
  background-color: white;
  font-size: 14px;
  margin-bottom: 20px;
  padding-left: 12px;
}
.rtl .product-filter {
  padding-right: 12px;
  padding-left: inherit;
}
.product-filter .filter-right > div {
  padding-left: 5px;
}
.product-filter .display {
  float: left;
  line-height: 30px;
}
.rtl .product-filter .display {
  float: right !important;
}
.product-filter .display span {
  margin-right: 5px;
}
.product-filter .display a {
  background: url("../images/icon-grid-list.png") no-repeat 0 0 #fafafa scroll;
  width: 32px;
  height: 30px;
  display: block;
  border: 1px solid #e8e8e8;
  margin-right: 5px;
  float: left;
  cursor: pointer;
}
.rtl .product-filter .display a {
  float: right !important;
}
.product-filter .display a > span {
  margin: 0 3px;
}
.product-filter .display a > em {
  display: none;
}
.product-filter .display a.grid {
  background-position: 10px 9px;
}
.product-filter .display a.grid.active, .product-filter .display a.grid:hover {
  background-color: #005394;
  background-position: 9px -30px;
}
.product-filter .display a.list {
  background-position: -30px 11px;
}
.product-filter .display a.list.active, .product-filter .display a.list:hover {
  background-color: #005394;
  background-position: -31px -31px;
}
.product-filter .display a.active, .product-filter .display a:hover {
  background-color: #005394;
  border: 1px solid #005394;
}
.product-filter .display a.active .fa, .product-filter .display a:hover .fa {
  color: white;
}
.product-filter .display i {
  font-size: 13px;
  color: #9c9b9b;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.product-filter .form-control {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: auto;
}
.product-filter .product-compare {
  float: right;
}
.rtl .product-filter .product-compare {
  float: left !important;
}

.global_messages .container {
  width: 100% !important;
}

#products-grid, #products-list {
  background: white;
  padding-top: 20px;
}

.category-info .category-image {
  margin-bottom: 30px;
}

.block-layered-nav .configurable-swatch-list > li {
  display: inline-block;
  float: left;
  width: auto !important;
}
.rtl .block-layered-nav .configurable-swatch-list > li {
  float: right !important;
}
.block-layered-nav .configurable-swatch-list > li:before {
  content: "";
}

.block-related .block {
  margin-bottom: 80px;
}
.block-related .block .block-title {
  padding-bottom: 26px;
}
.block-related .block-subtitle {
  font-size: 11px;
  font-weight: 600;
  position: absolute;
}

#configurable_swatch_ves_size li.selected .swatch-label {
  background: #005394;
  color: white;
}

/*** widgets using inside megamenu ***/
.ves-widget .menu-title,
.ves-widget .widget-title {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "proxima";
  font-weight: 600;
  color: #3c2e48;
}
.ves-widget img {
  display: block;
  max-width: 100%;
  height: auto;
}
.ves-widget .widget-product-list .product-block {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 30%;
  margin-right: 2%;
  vertical-align: top;
}
.rtl .ves-widget .widget-product-list .product-block {
  margin-left: 2%;
  margin-right: inherit;
}
.ves-widget .widget-product-list .product-block .image {
  margin-top: 0;
}
.ves-widget .widget-product-list .product-block .cart button {
  margin: 0;
  display: none;
}
.ves-widget .widget-brand-list h3 {
  display: none;
}
.ves-widget .widget-brand-list .post-item.itemcol {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 20px;
  margin-bottom: 15px;
}
.rtl .ves-widget .widget-brand-list .post-item.itemcol {
  margin-left: 20px;
  margin-right: inherit;
}
.ves-widget .widget-html {
  line-height: 24px;
}

.widget-images {
  margin: 0!important;
}
.widget-images .image-description p {
  margin: 0;
}
.widget-images .image-description br {
  display: none;
}

.widget-categories-info .c-wrap {
  border: 1px solid #e8e8e8;
  float: left;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  padding: 15px;
}
.rtl .widget-categories-info .c-wrap {
  float: right !important;
}
.widget-categories-info .image {
  margin-right: 20px;
}
.rtl .widget-categories-info .image {
  margin-left: 20px;
  margin-right: inherit;
}
.widget-categories-info ul {
  padding: 0!important;
}
.widget-categories-info h3 > a {
  color: black;
  font-weight: 600;
  font-size: 18px;
}
.widget-categories-info a {
  color: #666;
  font-weight: 300;
}
.widget-categories-info a:hover {
  color: #005394 !important;
}

.widget-newsletter {
  color: white;
  text-align: center;
}
.widget-newsletter .block-title {
  color: white;
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-weight: 700;
}
.widget-newsletter .block-title::after, .widget-newsletter .block-title::before {
  background: none;
}
.widget-newsletter .block-content {
  position: relative;
  width: 55%;
  left: 0;
  right: 0;
  margin: auto;
}
.widget-newsletter label {
  color: white;
  margin: 10px 0 50px;
  font-size: 16px;
}
.widget-newsletter .actions {
  position: absolute;
  bottom: 0;
  right: 0;
}
.rtl .widget-newsletter .actions {
  left: 0;
  right: auto;
}
.widget-newsletter .actions .button {
  background: #ffb82f;
  border-radius: 0;
  border-color: transparent;
  height: 50px;
  padding: 0 35px;
  -moz-border-radius-topright: 26px;
  -webkit-border-top-right-radius: 26px;
  border-top-right-radius: 26px;
  -moz-border-radius-bottomright: 26px;
  -webkit-border-bottom-right-radius: 26px;
  border-bottom-right-radius: 26px;
}
.rtl .widget-newsletter .actions .button {
  -moz-border-radius-topleft: 26px;
  -webkit-border-top-left-radius: 26px;
  border-top-left-radius: 26px;
  -moz-border-radius-topright: inherit;
  -webkit-border-top-right-radius: inherit;
  border-top-right-radius: inherit;
}
.rtl .widget-newsletter .actions .button {
  -moz-border-radius-bottomleft: 26px;
  -webkit-border-bottom-left-radius: 26px;
  border-bottom-left-radius: 26px;
  -moz-border-radius-bottomright: inherit;
  -webkit-border-bottom-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.widget-newsletter .input-text {
  background: #393939;
  color: white;
  -webkit-border-radius: 26px;
  border-radius: 26px;
  height: 50px;
}
.widget-newsletter .validation-advice {
  position: absolute;
  left: 0;
}
.rtl .widget-newsletter .validation-advice {
  right: 0;
  left: auto;
}

.widget-carousel .block-content {
  padding: 0;
}
.widget-carousel .item-title {
  display: none;
}
.widget-carousel .owl-controls {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.widget-carousel .owl-controls .owl-page {
  display: inline-block!important;
}
.widget-carousel .owl-controls .owl-page span {
  background: white !important;
  margin: 5px!important;
}
.widget-carousel .owl-controls .owl-prev, .widget-carousel .owl-controls .owl-next {
  display: none!important;
}

/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
/* RESPONSIVE */
#menu-offcanvas .button-close-menu {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  background: url("../images/btn_window_close.gif") no-repeat;
  width: 15px;
  height: 15px;
}
.rtl #menu-offcanvas .button-close-menu {
  left: 5px;
  right: auto;
}
#menu-offcanvas .button-close-menu i {
  display: none;
}
#menu-offcanvas .dropdown .dropdown-menu {
  border: medium none;
  box-shadow: none;
  display: block;
  float: none;
  position: relative;
  width: 100% !important;
  min-width: 100%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  text-align: left;
  margin: 0;
  padding: 0;
}
.rtl #menu-offcanvas .dropdown .dropdown-menu {
  text-align: right !important;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner {
  padding: 0 20px;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li {
  border-bottom: 1px solid #53585f;
  position: relative;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li a {
  color: #3c2e48;
  padding: 3px 0 3px 0;
  line-height: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li a:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #005394;
  text-decoration: none;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul li .level2 li {
  border-bottom: 0;
}
#menu-offcanvas .mega-col {
  width: 100% !important;
}
#menu-offcanvas .mega-col div.menu-title {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}
#menu-offcanvas .mega-col iframe {
  max-width: 100%;
}
#menu-offcanvas .mega-col .ves-widget .widget-product-list .product-block {
  width: 100%!important;
}
#menu-offcanvas .mega-col .ves-widget .widget-product-list .product-block:hover {
  box-shadow: none!important;
}
#menu-offcanvas .home {
  background: #3c2e48;
}
#menu-offcanvas .ves-widget .menu-title, #menu-offcanvas .ves-widget .widget-title, #menu-offcanvas .product-block .name a {
  color: white !important;
}
#menu-offcanvas span.open-child {
  right: 2px;
}
.rtl #menu-offcanvas span.open-child {
  left: 2px;
  right: auto;
}

html,
body,
.offcanvas-container,
.offcanvas-pusher,
.offcanvas-content {
  overflow-x: hidden;
}

.offcanvas-content {
  overflow-y: scroll;
  background: #f3efe0;
}

.offcanvas-pusher {
  left: 0;
  width: 100%;
  left: 0;
  z-index: 99;
}
.rtl .offcanvas-pusher {
  right: 0;
  left: auto;
}

.offcanvas-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 99;
}

.offcanvas-menu-open .offcanvas-pusher::after {
  height: 100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.offcanvas-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  visibility: hidden;
  width: 300px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #3c2e48;
}
.rtl .offcanvas-menu {
  right: 0;
  left: auto;
}

.offcanvas-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.offcanvas-menu-open .offcanvas-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */
.offcanvas-menu ul {
  margin: 0;
  padding: 0;
}

.offcanvas-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 2em;
}

.offcanvas-menu ul.megamenu > li > a {
  color: #3c2e48;
  display: block;
  padding: 0.8em 1em 0.8em 1.2em;
  outline: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .offcanvas-menu ul.megamenu > li > a {
  padding: 0.8em 1.2em 0.8em 1em;
}

.offcanvas-menu ul li:firoffcanvas-child a {
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
}

.offcanvas-menu ul.megamenu > li > a {
  background: #3c2e48;
  color: white;
  border-bottom: 1px solid #53585f;
}

/* Individual effects */
/* Effect 1: Slide in on top */
.offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.offcanvas-effect-1.offcanvas-menu-open .offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.offcanvas-effect-1.offcanvas-menu::after {
  display: none;
}

/* Effect 2: Reveal */
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.offcanvas-effect-2.offcanvas-menu {
  z-index: 1;
}

.offcanvas-effect-2.offcanvas-menu-open .offcanvas-effect-2.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Effect 3: Push*/
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  position: fixed;
}
.rtl .offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.offcanvas-effect-3.offcanvas-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 1;
}
.rtl .offcanvas-effect-3.offcanvas-menu {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.offcanvas-effect-3.offcanvas-menu-open .offcanvas-effect-3.offcanvas-menu {
  visibility: visible;
  overflow: visible;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Effect 5: Reverse slide out */
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.offcanvas-effect-5.offcanvas-menu {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}

.offcanvas-effect-5.offcanvas-menu-open .offcanvas-effect-5.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.offcanvas-sidebars-buttons .btn-danger {
  margin-bottom: 10px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  #ves-mainnav .navbar-collapse.collapse {
    display: none !important;
  }
  #ves-mainnav .navbar-toggle {
    display: block;
    float: left;
  }
  .rtl #ves-mainnav .navbar-toggle {
    float: right !important;
  }

  /*** OFFCANVAS SIDEBAR ***/
  #ves-paneltool {
    display: none;
  }

  .offcanvas-siderbars {
    position: relative;
  }
  .offcanvas-siderbars .offcanvas-sidebar {
    display: none;
    width: 100%;
  }
  .offcanvas-siderbars.column-left-active #ves-columns-left {
    display: block;
  }
  .offcanvas-siderbars.column-right-active #ves-columns-right {
    display: block;
  }
  .offcanvas-siderbars.column-left-active .main-column, .offcanvas-siderbars.column-right-active .main-column {
    display: none;
  }
}
.offcanvas-menu .widget-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.product-block .ves-colorbox {
  visibility: visibility;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.product-block .cart,
.product-block .add-to-links {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.product-block .cart {
  -webkit-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.product-block .link-wishlist {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.product-block .link-compare {
  -webkit-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  transform: translate(50px, 0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.product-block .right {
  text-align: left;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 15px;
  bottom: 15px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.rtl .product-block .right {
  text-align: right !important;
}
.rtl .product-block .right {
  right: 15px;
  left: auto;
}
.product-block:hover .ves-colorbox {
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block:hover .right {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.product-block:hover .link-wishlist {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.product-block:hover .link-compare, .product-block:hover .cart {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.effect {
  position: relative;
  overflow: hidden;
}
.effect .overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.rtl .effect .overlay:before {
  right: 0;
  left: auto;
}
.effect:hover .overlay:before {
  -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.4) inset;
}

.image-item {
  position: relative;
  overflow: hidden;
}
.image-item .img-animation:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.rtl .image-item .img-animation:before {
  right: 0;
  left: auto;
}
.image-item:hover .img-animation:before {
  -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.4) inset;
}

/* vertical start*/
.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  -ms-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 100%;
}

.carousel.vertical .prev {
  top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -100%;
}

.carousel.vertical .active.right {
  top: 100%;
}

/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 3.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@email:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
@media (min-width: 1370px) {
  #ves-wrapper {
    width: 1370px;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  /*Navigation default*/
  #ves-mainnav .nav-container {
    position: relative;
    background: white;
  }
  #ves-mainnav .nav-container:before {
    font-family: "FontAwesome";
    content: "\f0c9";
    font-size: 24px;
    color: #fff;
    background: #222;
    position: absolute;
    right: 9px;
    right: 9px;
    top: 15px;
    padding: 8px 15px;
    cursor: pointer;
  }
  .rtl #ves-mainnav .nav-container:before {
    left: 9px;
    right: auto;
  }
  #ves-mainnav .nav-container ul#nav {
    position: absolute;
    top: 69px;
    right: 0;
    right: 0;
    visibility: hidden;
    background: white;
    z-index: 999;
    width: 300px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .rtl #ves-mainnav .nav-container ul#nav {
    left: 0;
    right: auto;
  }
  #ves-mainnav .nav-container ul#nav li {
    width: 100%;
  }
  #ves-mainnav .nav-container ul#nav li.parent:hover > a:after {
    display: none;
  }
  #ves-mainnav .nav-container ul#nav li a {
    line-height: 40px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  #ves-mainnav .nav-container ul#nav li a span {
    border: 0 !important;
  }
  #ves-mainnav .nav-container ul#nav li ul,
  #ves-mainnav .nav-container ul#nav li ul ul {
    margin-left: 30px;
    margin-left: 30px;
    position: relative;
    left: 0 !important;
    left: 0;
    box-shadow: none;
  }
  .rtl #ves-mainnav .nav-container ul#nav li ul, .rtl
  #ves-mainnav .nav-container ul#nav li ul ul {
    margin-right: 30px;
    margin-left: inherit;
  }
  .rtl #ves-mainnav .nav-container ul#nav li ul, .rtl
  #ves-mainnav .nav-container ul#nav li ul ul {
    right: 0;
    left: auto;
  }
  #ves-mainnav .nav-container:hover ul#nav, #ves-mainnav .nav-container:focus ul#nav {
    visibility: visible;
  }

  .customer-account-login .new-users .content,
  .customer-account-login .registered-users .content {
    min-height: auto;
  }

  .latest-deal .product-block .product-meta, .latest-deal .product-block .image {
    width: 100%!important;
    margin: 0!important;
  }
}
/*$media (min-width: 992px) and (max-width: 1199px)*/
@media (min-width: 992px) and (max-width: 1199px) {
  #topbar .topLinks .links li > a {
    padding: 0 5px;
  }

  .footer-top {
    background-size: 100%;
  }

  .toolbar .sort-by select {
    width: 80px;
  }

  .pager .limiter select {
    width: 55px;
  }

  .sidebar .product-block .product-meta {
    padding: 0 0 20px;
    width: 52%;
  }

  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 10px;
  }

  .ves-megamenu .navbar-nav > li.aligned-fullwidth .dropdown-menu {
    left: -32% !important;
    max-width: 1000px !important;
  }
  .rtl .ves-megamenu .navbar-nav > li.aligned-fullwidth .dropdown-menu {
    right: -32% !important;
    left: auto;
  }

  .block-highlighted .product-block .product-meta {
    width: 55%;
  }
}
/*$media (min-width: 768px) and (max-width: 991px) {*/
@media (min-width: 768px) and (max-width: 991px) {
  #topbar .topLinks .links li > a {
    padding: 0 5px;
  }

  #topbar .top-currency label,
  #topbar .store-language label {
    display: none;
  }

  .top-currency + .quick-access {
    display: none;
  }

  #topbar .cart-top {
    margin-left: 10px;
  }

  .footer-top {
    background-size: 100%;
  }

  .footer-top .block-ft .icon-ft {
    text-align: center;
    width: 100%;
  }

  .box-search {
    width: 20% !important;
    position: absolute;
    right: 0;
  }

  .bg-1,
  .bg-2 {
    border: 0;
  }

  .box-accountlink {
    width: 40% !important;
  }

  .quickaccess-toggle,
  .quickaccess-toggle i {
    display: none !important;
  }

  .product-info .product-view {
    padding-left: 0;
    padding-left: 10px !important;
    padding-top: 20px;
  }
  .rtl .product-info .product-view {
    padding-right: 0;
    padding-left: inherit;
  }

  .product-info .product-extra .add-to-links,
  .product-info .product-options-bottom .add-to-links {
    margin-left: 20px;
  }

  .zoomContainer, .ves-colorbox, .product-zoom, #colorbox {
    display: none!important;
  }

  .child-menu .dropdown-menu {
    width: 493px !important;
  }

  .aboutus {
    border-bottom: 1px solid #333!important;
    padding-bottom: 40px !important;
    margin-bottom: 40px !important;
  }

  .link-compare {
    display: none;
  }

  .product-block .add-to-links li {
    width: 100%;
  }
}
/*$media (max-width: 767px) {*/
@media (max-width: 767px) {
  #header-main .header-wrap {
    text-align: center;
  }
  #header-main .header-wrap .logo {
    float: none;
    display: inline-block;
    text-align: center;
  }

  .zoomContainer, .ves-colorbox, #colorbox, .product-zoom, .quick-cart {
    display: none!important;
  }

  .product-info .image-container {
    padding-left: 9px;
  }
  .rtl .product-info .image-container {
    padding-right: 9px;
    padding-left: inherit;
  }

  .product-block .image img {
    width: 100%;
    height: auto;
  }

  .products-list .image {
    width: 100%;
  }

  #ves-accordion li {
    width: 100%;
  }

  .customer-account-login .new-users .content,
  .customer-account-login .registered-users .content {
    min-height: auto;
  }

  .products-list .product-block .product-meta {
    clear: both;
    padding: 0;
    width: 100%;
  }

  .link-compare {
    display: none;
  }

  .product-block .add-to-links li {
    width: 100%;
  }

  .htabs ul li {
    width: 100%;
  }

  .product-info .product-extra .add-to-links,
  .product-info .product-options-bottom .add-to-links {
    left: 40%;
    top: 5%;
  }
  .rtl .product-info .product-extra .add-to-links, .rtl
  .product-info .product-options-bottom .add-to-links {
    right: 40%;
    left: auto;
  }

  .checkout-onepage-index .buttons-set {
    float: left;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .rtl .checkout-onepage-index .buttons-set {
    float: right !important;
  }

  .widget-newsletter .block-content {
    width: 98%!important;
  }
}
/*$media (max-width: 480px) {*/
@media (max-width: 480px) {
  #header-main .inner {
    text-align: center;
  }
  #header-main .inner > * {
    display: inline-block;
  }

  .faq-searchform {
    height: auto!important;
    padding: 0!important;
  }
  .faq-searchform label {
    position: relative!important;
  }

  #topbar .top-currency label,
  #topbar .store-language label,
  #topbar .cart-top .heading .cart-inner h4,
  .top-currency + .quick-access {
    display: none;
  }

  .topLinks .quick-access .quickaccess-toggle {
    display: block;
    font-size: 14px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
  }
  .topLinks .quick-access .inner-toggle {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    top: 40px;
    left: 10px;
    background: white !important;
    min-width: 120px;
    border-top: 0;
    border: 1px solid #e8e8e8 !important;
  }
  .topLinks .quick-access .inner-toggle li {
    width: 100%;
    float: left;
  }
  .topLinks .quick-access:hover .inner-toggle {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    display: block;
  }

  .cart-top {
    margin-top: 0;
  }

  .block .block-title {
    font-size: 20px;
  }

  .footer-top {
    background-color: #3c2e48;
    background-image: none;
  }

  .breadcrumb {
    margin-top: 0 !important;
  }

  .sorter .sort-by {
    display: none;
  }

  .productcarousel img {
    display: inline;
  }

  .product-info .action > div {
    margin-bottom: 10px;
  }

  .product-info .image {
    background: transparent !important;
  }
  .product-info .image img {
    display: inline !important;
    display: block;
    max-width: 100%;
    height: auto;
  }

  .product-info .product-view {
    padding-left: 10px !important;
    padding-top: 40px;
  }

  .product-list .product-meta {
    overflow: visible;
  }
  .product-list .product-block .action {
    position: absolute;
    top: -63px;
  }
  .product-list .image {
    float: none;
    display: block;
  }

  .box-inline .box-left, .box-inline .box-right {
    width: 100%;
  }

  .input-group {
    text-align: center;
  }
  .input-group > * {
    clear: both;
    display: inline;
  }

  .quick-cart {
    display: block!important;
  }

  .footer-center .inner {
    border-top: 0 !important;
    padding-top: 0 !important;
  }
  .footer-center .row .block {
    padding-top: 20px;
  }

  .form-list input.input-text {
    width: 260px !important;
  }

  #checkout-payment-method-load input.input-text {
    width: 230px;
  }

  .product-block:hover .product-zoom {
    right: 45%;
  }

  .customer-account-login .new-users .content, .customer-account-login .registered-users .content {
    min-height: 50px;
  }

  .checkout-progress li {
    width: 100%;
  }

  .my-wishlist {
    overflow-x: auto;
  }
  .my-wishlist .buttons-set button {
    margin-bottom: 20px;
  }

  .products-list .product-block .product-meta {
    clear: both;
    padding: 0;
    width: 100%;
  }

  .pager .limiter {
    display: none;
  }

  #ves-breadcrumbs {
    display: none;
  }

  .htabs ul li a {
    padding: 10px;
  }

  /*New style Table responsive $screen-xs-max */
  table#wishlist-table,
  table#shopping-cart-table,
  table#checkout-review-table,
  table#my-orders-table,
  table#multiship-addresses-table,
  #review-order-form table {
    border: 0;
    border-top: 1px solid #ddd;
    outline: none;
  }
  table#wishlist-table th, table#wishlist-table td,
  table#shopping-cart-table th,
  table#shopping-cart-table td,
  table#checkout-review-table th,
  table#checkout-review-table td,
  table#my-orders-table th,
  table#my-orders-table td,
  table#multiship-addresses-table th,
  table#multiship-addresses-table td,
  #review-order-form table th,
  #review-order-form table td {
    display: block;
    text-align: center;
  }
  table#wishlist-table colgroup,
  table#shopping-cart-table colgroup,
  table#checkout-review-table colgroup,
  table#my-orders-table colgroup,
  table#multiship-addresses-table colgroup,
  #review-order-form table colgroup {
    display: none;
  }
  table#wishlist-table .a-right,
  table#shopping-cart-table .a-right,
  table#checkout-review-table .a-right,
  table#my-orders-table .a-right,
  table#multiship-addresses-table .a-right,
  #review-order-form table .a-right {
    text-align: center !important;
  }
  table#wishlist-table .button,
  table#shopping-cart-table .button,
  table#checkout-review-table .button,
  table#my-orders-table .button,
  table#multiship-addresses-table .button,
  #review-order-form table .button {
    margin-bottom: 15px;
  }
  table#wishlist-table .btn-remove,
  table#shopping-cart-table .btn-remove,
  table#checkout-review-table .btn-remove,
  table#my-orders-table .btn-remove,
  table#multiship-addresses-table .btn-remove,
  #review-order-form table .btn-remove {
    float: none!important;
    margin: 0 auto;
  }

  .box-reviews .data-table th, .box-reviews .data-table td {
    font-size: 10px;
    padding: 3px !important;
  }

  .multiple-checkout select {
    width: 270px;
  }

  .data-table tr.even td.last, .data-table tr.odd td.last {
    border-right: 1px solid #ddd;
  }

  table th,
  table td,
  table td.last {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }

  table tfoot td.last {
    border-bottom: 1px solid #ddd;
  }

  /*new style shopping cart  mobile responsive */
  .cart table th {
    display: none !important;
  }
  .cart table tbody td {
    border: 0 !important;
    padding: 5px 0;
  }
  .cart table .bgcolol-td {
    background: #e8e8e8;
  }
  .cart table tbody td span {
    float: left;
    text-align: left;
    width: 50%;
  }
  .rtl .cart table tbody td span {
    float: right !important;
  }
  .rtl .cart table tbody td span {
    text-align: right !important;
  }
  .cart table tbody td span.lable-price {
    text-align: right;
    padding-right: 10px;
    line-height: 33px;
  }
  .rtl .cart table tbody td span.lable-price {
    text-align: left !important;
  }
}
/*$media (max-width: 320px) */
@media (max-width: 320px) {
  .nav-tabs > li {
    width: 100%;
    margin-bottom: 0;
  }
  .nav-tabs > li:active a {
    border: 0 !important;
  }

  .block-up-sell .block-title strong,
  .box-up-sell .block-title strong {
    padding: 0 20px;
  }

  #ves-masstop3 .custom-subscribe {
    padding-left: 0;
    background-size: 100%;
    padding-top: 155px;
  }

  .products-list .product-block .product-meta {
    clear: both;
    padding: 0;
    width: 100%;
  }
}
/* Safari fix*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .ves-parallax, .block-parallax {
    background-attachment: scroll!important;
  }

  ::i-block-chrome, .header .dropdown .dropdown-menu {
    display: none!important;
    transform: none!important;
  }

  ::i-block-chrome, .header .dropdown:hover .dropdown-menu {
    display: block!important;
    transform: none!important;
  }

  .ves-parallax {
    background-attachment: scroll!important;
  }
}
.pull-left {
  float: left;
}
.rtl .pull-left {
  float: right !important;
}

.pull-right {
  float: right;
}
.rtl .pull-right {
  float: left !important;
}
