body{
color:#055da7;
}
#sp-header, #myModalogin .modal-header,#sp-header, #myModalogin .modal-header,#sp-brands {
background: rgba(26,183,236,1);
background: -moz-linear-gradient(top, rgba(26,183,236,1) 0%, rgba(0,103,174,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(26,183,236,1)), color-stop(100%, rgba(0,103,174,1)));
background: -webkit-linear-gradient(top, rgba(26,183,236,1) 0%, rgba(0,103,174,1) 100%);
background: -o-linear-gradient(top, rgba(26,183,236,1) 0%, rgba(0,103,174,1) 100%);
background: -ms-linear-gradient(top, rgba(26,183,236,1) 0%, rgba(0,103,174,1) 100%);
background: linear-gradient(to bottom, rgba(26,183,236,1) 0%, rgba(0,103,174,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ab7ec', endColorstr='#0067ae', GradientType=0 );
}
.sp-module.cart-menu-top.text-right .sp-module-content{
  height: 28px;
  display: flex;
}
.vmCartModule.cart-menu-top.text-right {
    text-align: center;
    float: none;
    margin: auto;
    display: block;
    width: 100%;
}
.sp-vmsearch form{
  background: #fff;
}
#myModalogin .modal-header {
  color: #fff;
  border-radius: 5px 5px 0px 0px;
}
#sp-cart-home2 .sp-module.text-right .sp-module-content .nav.menu {
    height: 44px;
}
.sp-module.text-right .sp-module-content .nav.menu li{
  display: inline-block;
  color: #fff;
  border: 1px solid rgba(250, 250, 250, 0.2);
  margin: 5px;
  border-radius: 4px;
}
.sp-module.text-right .sp-module-content .nav.menu li a{
  padding: 5px;
}
.mtopk{
  display: inline-block;
  border: 1px solid rgba(250, 250, 250, 0.2);
  margin: 0px 2.5px;
  border-radius: 4px;
}
.botnkpc{
  margin-top: 15px;
}
.sp-module.text-right .sp-module-content .nav.menu li.item-171 {
    margin-right: 0px;
}
#userForm,
#paymentForm,
#adminForm {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
  border-radius: 0px;
}
#userForm button,
#paymentForm button,
#adminForm button {
  height: 36px;
  display: inline-block;
  cursor: pointer;
  background: #20b6ea;
  border: 1px solid #eaecef;
  color: #35c5e1;
  margin-top: 0;
  line-height: 14px;
  font-size: 14px;
  outline: 0;
  font-weight: 600;
  border-radius: 0px;
  -webkit-transition: all 180ms ease-in;
  -o-transition: all 180ms ease-in;
  transition: all 180ms ease-in;
}
#userForm button:hover,
#paymentForm button:hover,
#adminForm button:hover {
  background: #35c5e1;
  border-color: #35c5e1;
  color: #fff;
}
#userForm h3,
#paymentForm h3,
#adminForm h3 {
  font-size: 16px;
  color: #055da7;
  width: 100%;
  float: left;
}
#userForm .buttonBar-right,
#paymentForm .buttonBar-right {
  width: 100%;
  float: left;
  text-align: left;
}
#userForm fieldset,
#paymentForm fieldset,
#adminForm fieldset {
  float: left;
  width: 100%;
}
#userForm fieldset label,
#paymentForm fieldset label,
#adminForm fieldset label {
  display: inline-block;
}
#userForm fieldset label.radio, #paymentForm fieldset label.radio, #adminForm fieldset label.radio{
  display: block;
}
#user-registration {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
  border-radius: 0px;
}
#user-registration input {
  height: 30px;
  line-height: 30px;
  border: 1px solid #eaecef;
  width: 100%;
  color: #848994;
  box-shadow: none;
}
#user-registration input:focus,
#user-registration input.invalid {
  border: 1px solid #eaecef;
  box-shadow: none;
}
#user-registration button {
  height: 36px;
  padding: 0px 60px;
  display: inline-block;
  cursor: pointer;
  background: #20b6ea;
  border: 1px solid #eaecef;
  color: #fff;
  margin-top: 0;
  line-height: 14px;
  font-size: 14px;
  outline: 0;
  font-weight: 600;
  border-radius: 0px;
  -webkit-transition: all 180ms ease-in;
  -o-transition: all 180ms ease-in;
  transition: all 180ms ease-in;
}
#user-registration button:hover {
  background: #35c5e1;
  border-color: #35c5e1;
  color: #fff;
}
#user-registration .chzn-container-single .chzn-single {
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  background: none;
}
#user-registration label.invalid {
  color: #898989;
  background: transparent;
}
#user-registration .form-actions {
  border-top: medium none;
  margin-top: 0;
  background: none;
}
#tab-1,
#tab-2 {
  width: 100%;
  float: left;
}
.adminlist {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.adminlist th {
  width: 20%;
}
#adminForm .buttonBar-right {
  margin: 10px 0px;
  width: auto;
  float: right;
  text-align: left;
}
#userForm fieldset .control-buttons,
#tab-1 fieldset .control-buttons {
  text-align: left !important;
  margin-bottom: 10px;
}
#userForm fieldset .control-buttons #reg_text,
#tab-1 fieldset .control-buttons #reg_text {
  margin-bottom: 10px;
}
#userForm fieldset a{
  background: #20b6ea;
  color: #fff;
  padding: 5px 15px;
  margin-right: 5px;
  display: inline-block;
  float: left;
  line-height: 20px;
}
#userForm fieldset a:hover{
  color: #fff;
}
#userForm fieldset .chzn-single,
#tab-1 fieldset .chzn-single {
  width: 100%;
  background: #f5f6f8 !important;
  color: #848994;
}
#userForm fieldset .chzn-single:hover,
#userForm fieldset .chzn-single:focus,
#tab-1 fieldset .chzn-single:hover,
#tab-1 fieldset .chzn-single:focus {
  color: #848994;
}
#paymentForm fieldset {
  float: left;
  margin-top: 20px;
  width: 100%;
}
#paymentForm fieldset input {
  margin-right: 5px;
  margin-top: 0;
}
#paymentForm fieldset label {
  margin-right: 5px;
}
table.user-details input[type="text"],table.user-details input[type="password"],table.user-details input[type="email"]   {
  height: 30px;
  line-height: 30px;
  background: #f5f6f8;
  border: 1px solid #eaecef;
  width: 100%;
  color: #848994;
  box-shadow: none;
  font-size: 13px;
}
table.user-details input:focus,
table.user-details input.invalid {
  box-shadow: none !important;
  background: #f5f6f8;
}
table.user-details .chzn-container {
  width: 100% !important;
}
table.user-details .chzn-container-single .chzn-single {
  height: 30px;
  line-height: 30px;
  border: 1px solid #f2f2f2;
  background: #f5f6f8;
  border: 1px solid #eaecef;
  width: 100%;
  color: #848994;
  box-shadow: none;
  font-size: 13px;
  border-radius: 0;
}
table.user-details .chzn-container-single .chzn-drop {
  width: 100% !important;
}
table.user-details label.invalid {
  color: #898989;
  background: transparent;
}
.title-form {
  background: url("../images/i_page2.gif") no-repeat scroll 0 1px rgba(0,0,0,0);
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #055da7;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 15px;
  padding: 0 0 10px 23px;
  width: 100%;
  line-height: 20px;
}
div.login,
div.profile-edit,
div.registration,
div.reset-confirm,
div.reset-complete,
div.registration-complete,
div.order-view {
  border: 1px solid #f2f2f2;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
  border-radius: 0px;
}
div.login input,
div.profile-edit input,
div.registration input,
div.reset-confirm input,
div.reset-complete input,
div.registration-complete input,
div.order-view input {
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  background: none;
  width: 100%;
}
div.login input:focus,
div.login input.invalid,
div.profile-edit input:focus,
div.profile-edit input.invalid,
div.registration input:focus,
div.registration input.invalid,
div.reset-confirm input:focus,
div.reset-confirm input.invalid,
div.reset-complete input:focus,
div.reset-complete input.invalid,
div.registration-complete input:focus,
div.registration-complete input.invalid,
div.order-view input:focus,
div.order-view input.invalid {
  border: 1px solid #f2f2f2 !important;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
}
div.login input#remember,
div.profile-edit input#remember,
div.registration input#remember,
div.reset-confirm input#remember,
div.reset-complete input#remember,
div.registration-complete input#remember,
div.order-view input#remember {
  width: auto;
  margin: 0;
}
div.login select,
div.profile-edit select,
div.registration select,
div.reset-confirm select,
div.reset-complete select,
div.registration-complete select,
div.order-view select {
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  background: none;
  width: 210px;
}
div.login select:focus,
div.login select.invalid,
div.profile-edit select:focus,
div.profile-edit select.invalid,
div.registration select:focus,
div.registration select.invalid,
div.reset-confirm select:focus,
div.reset-confirm select.invalid,
div.reset-complete select:focus,
div.reset-complete select.invalid,
div.registration-complete select:focus,
div.registration-complete select.invalid,
div.order-view select:focus,
div.order-view select.invalid {
  border: 1px solid #f2f2f2 !important;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
}
div.login button,
div.login a.btn-danger,
div.login input.button,
div.login a.btn,
div.profile-edit button,
div.profile-edit a.btn-danger,
div.profile-edit input.button,
div.profile-edit a.btn,
div.registration button,
div.registration a.btn-danger,
div.registration input.button,
div.registration a.btn,
div.reset-confirm button,
div.reset-confirm a.btn-danger,
div.reset-confirm input.button,
div.reset-confirm a.btn,
div.reset-complete button,
div.reset-complete a.btn-danger,
div.reset-complete input.button,
div.reset-complete a.btn,
div.registration-complete button,
div.registration-complete a.btn-danger,
div.registration-complete input.button,
div.registration-complete a.btn,
div.order-view button,
div.order-view a.btn-danger,
div.order-view input.button,
div.order-view a.btn {
  height: 36px;
  display: inline-block;
  cursor: pointer;
  background: #20b6ea;
  border: 1px solid #eaecef;
  margin-top: 0;
  line-height: 14px;
  font-size: 14px;
  outline: 0;
  font-weight: 600;
  border-radius: 0px;
  -webkit-transition: all 180ms ease-in;
  -o-transition: all 180ms ease-in;
  transition: all 180ms ease-in;
}
.item-i.item-inner-wrapper.round-corners {
    margin-bottom: 20px;
    background: #fff;
}
div.login button:hover,
div.login a.btn-danger:hover,
div.login input.button:hover,
div.login a.btn:hover,
div.profile-edit button:hover,
div.profile-edit a.btn-danger:hover,
div.profile-edit input.button:hover,
div.profile-edit a.btn:hover,
div.registration button:hover,
div.registration a.btn-danger:hover,
div.registration input.button:hover,
div.registration a.btn:hover,
div.reset-confirm button:hover,
div.reset-confirm a.btn-danger:hover,
div.reset-confirm input.button:hover,
div.reset-confirm a.btn:hover,
div.reset-complete button:hover,
div.reset-complete a.btn-danger:hover,
div.reset-complete input.button:hover,
div.reset-complete a.btn:hover,
div.registration-complete button:hover,
div.registration-complete a.btn-danger:hover,
div.registration-complete input.button:hover,
div.registration-complete a.btn:hover,
div.order-view button:hover,
div.order-view a.btn-danger:hover,
div.order-view input.button:hover,
div.order-view a.btn:hover {
  background: #35c5e1;
  border-color: #35c5e1;
  color: #fff;
}
div.login button{
  border-radius: 4px;
}
div.login a:hover,
div.profile-edit a:hover,
div.registration a:hover,
div.reset-confirm a:hover,
div.reset-complete a:hover,
div.registration-complete a:hover,
div.order-view a:hover {
  text-decoration: underline;
}
div.login .form-actions,
div.profile-edit .form-actions,
div.registration .form-actions,
div.reset-confirm .form-actions,
div.reset-complete .form-actions,
div.registration-complete .form-actions,
div.order-view .form-actions {
  background: none;
  margin: 0;
  border: none;
}
div.login .form-horizontal .control-label,
div.profile-edit .form-horizontal .control-label,
div.registration .form-horizontal .control-label,
div.reset-confirm .form-horizontal .control-label,
div.reset-complete .form-horizontal .control-label,
div.registration-complete .form-horizontal .control-label,
div.order-view .form-horizontal .control-label {
  text-align: left;
}
div.login .nav-tabs,
div.profile-edit .nav-tabs,
div.registration .nav-tabs,
div.reset-confirm .nav-tabs,
div.reset-complete .nav-tabs,
div.registration-complete .nav-tabs,
div.order-view .nav-tabs {
  border: none;
}
div.login .nav-tabs > li > a,
div.profile-edit .nav-tabs > li > a,
div.registration .nav-tabs > li > a,
div.reset-confirm .nav-tabs > li > a,
div.reset-complete .nav-tabs > li > a,
div.registration-complete .nav-tabs > li > a,
div.order-view .nav-tabs > li > a {
  border: none;
  background: none;
  padding: 10px 15px 10px 0px;
}
div.login .nav-tabs > li > a:hover,
div.profile-edit .nav-tabs > li > a:hover,
div.registration .nav-tabs > li > a:hover,
div.reset-confirm .nav-tabs > li > a:hover,
div.reset-complete .nav-tabs > li > a:hover,
div.registration-complete .nav-tabs > li > a:hover,
div.order-view .nav-tabs > li > a:hover {
  background: none;
  border: none;
}
div.login .nav-tabs.nav-stacked > li,
div.profile-edit .nav-tabs.nav-stacked > li,
div.registration .nav-tabs.nav-stacked > li,
div.reset-confirm .nav-tabs.nav-stacked > li,
div.reset-complete .nav-tabs.nav-stacked > li,
div.registration-complete .nav-tabs.nav-stacked > li,
div.order-view .nav-tabs.nav-stacked > li {
  display: inline-block;
}
div.login .nav-tabs.nav-stacked > li > a,
div.profile-edit .nav-tabs.nav-stacked > li > a,
div.registration .nav-tabs.nav-stacked > li > a,
div.reset-confirm .nav-tabs.nav-stacked > li > a,
div.reset-complete .nav-tabs.nav-stacked > li > a,
div.registration-complete .nav-tabs.nav-stacked > li > a,
div.order-view .nav-tabs.nav-stacked > li > a {
  border-radius: 0;
}
div.login .nav-tabs.nav-stacked > li > a:hover,
div.profile-edit .nav-tabs.nav-stacked > li > a:hover,
div.registration .nav-tabs.nav-stacked > li > a:hover,
div.reset-confirm .nav-tabs.nav-stacked > li > a:hover,
div.reset-complete .nav-tabs.nav-stacked > li > a:hover,
div.registration-complete .nav-tabs.nav-stacked > li > a:hover,
div.order-view .nav-tabs.nav-stacked > li > a:hover {
  background: none;
}
.mtopk a{
  padding: 5px;
  height: 38px;
  display: block;
  line-height: 30px;

}
.mtopk.tps{
  margin-right: 10px;
}
.botnkpc .policy-box img.img-responsive {
    margin: auto;
}
.close,.close:hover, .close:focus{
  color: #fff;
  opacity: 1;
}
.modal-footer .btn.btn-default{
  background: rgba(0,103,174,1);
  background: -moz-linear-gradient(left, rgba(0,103,174,1) 0%, rgba(26,182,235,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,103,174,1)), color-stop(100%, rgba(26,182,235,1)));
  background: -webkit-linear-gradient(left, rgba(0,103,174,1) 0%, rgba(26,182,235,1) 100%);
  background: -o-linear-gradient(left, rgba(0,103,174,1) 0%, rgba(26,182,235,1) 100%);
  background: -ms-linear-gradient(left, rgba(0,103,174,1) 0%, rgba(26,182,235,1) 100%);
  background: linear-gradient(to right, rgba(0,103,174,1) 0%, rgba(26,182,235,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0067ae', endColorstr='#1ab6eb', GradientType=1 );
  color: #fff;
}
.sp-module.text-right .sp-module-content .nav.menu li a:focus, .sp-module.text-right .sp-module-content .nav.menu li:hover,.mtopk:hover,.mtopk:focus,.mtopk:active{
  background: rgba(251,245,0,1);
  background: -moz-linear-gradient(left, rgba(251,245,0,1) 0%, rgba(255,205,0,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(251,245,0,1)), color-stop(100%, rgba(255,205,0,1)));
  background: -webkit-linear-gradient(left, rgba(251,245,0,1) 0%, rgba(255,205,0,1) 100%);
  background: -o-linear-gradient(left, rgba(251,245,0,1) 0%, rgba(255,205,0,1) 100%);
  background: -ms-linear-gradient(left, rgba(251,245,0,1) 0%, rgba(255,205,0,1) 100%);
  background: linear-gradient(to right, rgba(251,245,0,1) 0%, rgba(255,205,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf500', endColorstr='#ffcd00', GradientType=1 );
}
.sp-module.text-right .sp-module-content .nav.menu li a:focus, .sp-module.text-right .sp-module-content .nav.menu li:hover a, .sp-module.text-right .sp-module-content .nav.menu li a:hover,.mtopk a:hover,.mtopk:hover a,.mtopk:focus a,.mtopk:active a{
  color: #055da7 !important;
}
.sp-module.text-right .sp-module-content .nav.menu li a,.mtopk,.mtopk a {
  color: #fff;
}
.sp-module.text-right .sp-module-content .nav.menu li a i{
  padding-right: 5px;
}
.sp-module.text-right .sp-module-content .nav.menu .nav-child li {
margin: 0;
}
.sp-module.text-right .sp-module-content .nav.menu .nav-child li a {
  color: #055da7;
  line-height: 17px;
  min-width: 88px;
  min-height: 0px;
  padding: 0;
  background-color: #fff;
}
.sp-module.cart-menu-top.text-right {
    display: inline-block;
    float: right;
    min-width: 220px;
    border: 1px solid rgba(250, 250, 250, 0.2);
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
}
#sp-logo .logo span {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 1.1;
  display: block;
}
#sp-cart-home2{
  margin: 10px 0px 0 0px;
}
.sp-module.text-right.ssocial{
  height: 30px;
}
.sp-module.text-right.ssocial .sp-module-content{
display: inline-block;
}
.sp-module .social-icons li {
  display: inline-block;
  margin: 0 0 0 5px;
  color: #fff;
}
.sp-module .social-icons li a {
  color: #fff;
  font-size: 30px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
  position: relative;
  top: 7px;
}
.sp-module .social-icons li a:hover {
  color: #fff;
}
article ul,article ol {
    margin-top: 15px;
    margin-bottom: 15px;
	padding-left: 40px;
}
article ul li {
    list-style-type: disc;
}
article ol li {
    list-style-type: decimal;
}
article.item.item-page {
    margin: 0 5%;
}
article.item.item-page a {
color: #20b6ea;
}
article.item.col-md-12 {
    padding-left: 0px;
}
.item-169 .nav-child.small{
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    z-index: 99999999;
    width: 190px;
    right: 205px;
}
.item-169.deeper.parent:hover .nav-child.small li {
  padding: 2px !important;
  width: 100%;
  background: #fff;
}
#blogKC .nav-child.small {
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  z-index: 99999999;
  padding: 2px;
  width: 100%;
}
#blogKC .nav-child.small li a{
border-radius: 0;
}
.item-169.deeper.parent:hover .nav-child.small, #blogKC .item-502.deeper.parent:hover > .nav-child.small, #blogKC .item-514.deeper.parent:hover > .nav-child.small {
    display: block;
}
.item-169.deeper.parent .nav-child.small li a,#blogKC > li .nav-child.small li a {
  padding: 5px 10px!important;
  text-align: left;
}
.item-169.deeper.parent .nav-child.small li a i,#blogKC > li .nav-child.small li a i{
  padding: 0px 5px!important;
  font-size: 22px;
}
.item-169.deeper.parent .nav-child.small li a:hover,#blogKC > li  .nav-child.small li a:hover{
  background: #055da7 !important;
  color: #fff!important;
}
.item-169.deeper.parent:hover .nav-child.small li,#blogKC > li:hover .nav-child.small li {
  width: 100%;
}
#sp-main-body {
      background: url(../images/bk-blog.png);
      background-color: #E5E5E5;
      padding: 0 10px !important;
}
#sp-breadcrumb-wrapper{
  background: url(../images/bk-blog.png);
  background-color: #E5E5E5;
  background-position: 40px -20px;
}
.category-desc.clearfix.blog img {
    margin: auto;
    max-width: 200px;
    float: none;
}
.category-desc.clearfix img {
    float: left;
    max-width: 150px;
}
#blogKC i {
    margin-right: 10px;
}
#blogKC > li:hover, #blogKC > li a:hover,#blogKC > li.active, #blogKC > li.active a{
  background-color: #055da7;
}
#blogKC > li, #blogKC > li a {
    color: #fff;
    display: inline-block;
    background-color: #22B8EA;
    border-radius: 5px;
    /*font-weight: bold;*/
}
#blogKC .nav-child > li, #blogKC .nav-child> li a {
    color: #22B8EA;
    background-color: #fff;
    width: 100%;
}
#blogKC > li.parent {
    padding-right: 25px;
    background: #22B8EA url(../images/bg/bkg_category.png) no-repeat 97% center;
}
.blog .entry-image.intro-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    max-height: 135px;
    max-width: 135px;
}
.blog article.item {
    background: #fff;
    display: inline-block;
    border-radius: 4px;
}
.blog .entry-header,.blog .readmore .morekc{
  color:#22B8EA;
  font-weight: bold;
}
#blogKC > li{
  margin: 2px;
}
#sp-breadcrumb-wrapper .breadcrumb,#sp-breadcrumb-wrapper #sp-breadcrumb {
  background-color: #E5E5E5;
}
#sp-main-body .container{
  background-color: #E5E5E5;
}
#sp-logo .logo span {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 1.1;
  display: block;
}
#sp-bottom2 .page-footer #accordion .panel-title{
  font-size: 18px;
}
.miblog:hover, .miblog:active,.miblog:focus{
  background: #1daac6;
  color: #fff;
}
#example_wrapper{
  overflow-x: auto;
}
.vm-wrap.vm-order-done {
    display: inline-block;
    width: 100%;
}

#sp-position1 .sp-module-title.lefttitle span{
    padding: 0!important;
    text-align: center;
    width: 100%;
    font-size: 17px;
    line-height: 30px;
}
.product-grid-view.list .image-block.col-md-12.col-sm-6.col-xs-6 {
    display: inline-block;
    float: left;
    width: 30%;
}
.product-grid-view.list .text-block.col-md-12.col-sm-6.col-xs-6, .product-grid-view.list .text-block.col-md-12 {
    width: 70%;
    float: left;
}
#system-message-container {
    display: block;
    position: relative;
    z-index: 10;
}
#sp-position1 .sp-module-title.lefttitle{
  margin: 0px 0px 2px 0 !important;
  line-height: 25px !important;
}
#sp-position1 .item .image-block .product-image img.browseProductImage{
  max-height: 150px;
}
#sp-position1 .item-inner-wrapper .image-block > a .pro-image{
  height: auto;
}
#vina-treeview-menus120.vina-treeview-menus .treeview li {
    float: left;
}
#vina-treeview-menus120.vina-treeview-menus .treeview li a {
    padding: 5px 15px;
    border-radius: 3px 3px 0px 0px;
    text-decoration: none;
}
#vina-treeview-menus120.vina-treeview-menus ul.treeview {
    width: 100%;
    display: inline-block;
}
#sp-bottom1 .block1.block-content-statick {
    text-align: center;
}
.fa.fa-spinner {
    transform: rotate(25deg);
    animation: roll 3s infinite;
}
@keyframes roll {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#sp-bottom1 .block1.block-content-statick img{
   margin: auto;
}
.alert-message,.alert-notice {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
#tab-1.tabs.dyn-tabs tr, #editcell .adminlist .row0, #editcell .adminlist .row1 {
    height: 45px;
}
.loader_div{
  display: none;
}
.rt-feature-box-wrapper .rt-feature-box-image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #00adef;
    padding: 2px;
    width: 95px;
}
.alert-error{
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.btn {
    white-space: inherit!important;
}
.floatright {
  float: right;
}
.rtl .floatright {
  float: left;
}
.floatleft {
  float: left;
}
.rtl .floatleft {
  float: right;
}
.sppb-text-left {
  text-align: left;
}
.rtl .sppb-text-left {
  text-align: right;
}
.sppb-text-right {
  text-align: right;
}
.rtl .sppb-text-right {
  text-align: left;
}
span.stock-level {
  font-size: 10px;
  color: #7d7b7b;
}
.horizontal-separator {
  height: 1px;
  background: #e9e8e8;
  margin: 10px 0;
}
.invalid {
  background-color: #ffd;
  color: #055da7;
  border-color: red;
}
.page-results {
  margin-top: 25px;
  text-align: right;
}
.control-buttons button.default {
  margin-left: 8px;
}
.control-buttons #reg_text {
  float: left;
  margin: 0 20px 0 0;
  text-align: left;
}
table.user-details input[type="checkbox"],
table.user-details input[type="radio"] {
  width: 20px;
}
td.key {
  padding: 0 6px;
  width: 200px;
}
ul,
li {
  list-style-type: none;
}
#fancybox-overlay{
  z-index: 99999!important;
  opacity: 0.3 !important;
}
#fancybox-wrap {
    z-index: 100000!important;
}
.bloqueomodal{
  overflow: hidden;
}
.pinterestKC span {
    top: -6px;
}
#sp-menu .sp-megamenu-parent > li {
  display: block;
}
#sp-menu .sp-megamenu-parent.menu-fade-up.hidden-xs.hidden-ms > li:first-child{
  display: none;
}
#sp-menu .sp-megamenu-parent.menu-fade-up.hidden-xs.hidden-ms {
  background: none;
  margin-top: 5px;
}
.rt-about-features-box-content.rt-full-width .container {
  background: none !important;
}
#sp-menu .sp-megamenu-wrapper .sp-megamenu-parent > .sp-menu-item.clic{
  background: none;
}
#sp-menu .sp-megamenu-parent .sp-has-child:hover > .sp-dropdown{
  display: none;
}
#sp-menu .sp-megamenu-parent .sp-has-child.clic:hover > .sp-dropdown{
  display: block;
}
#sp-menu .sp-megamenu-parent .sp-dropdown{
  position: relative;
}
@media (max-width: 992px) {
  #sp-header-sticky-wrapper #sp-header {
    position: static !important;
}
#sp-main-body #sp-menu .sp-megamenu-wrapper #offcanvas-toggler {
    top: -10px !important;
    position: absolute;
    width: 50px;
  }
.sp-default-logo.visible-xs {
	max-height: 60px;
}
}
#login-form div.login-greeting {
    position: absolute;
    width: 120px;
    display: block;
    max-height: 30px;
    overflow: hidden;
    margin: 0 !important;
    color: #fff;
    padding: 6px 6px 0px 1px;
    font-size: 12px;
}
h4#myModaloginLabel {
    text-align: center;
}
@media (max-width: 767px) {
  .modal-dialog {
    width: 300px;
    margin: 30px auto;
  }
  #sp-cart-home2{
    margin: 0;
  }
  .sp-module.text-right.ssocial,.customtext-right.submenb{
    display: none !important;
  }
  #sp-header-sticky-wrapper{
    height: auto!important;
  }
  .spacer-buy-area .ratingbox {
    margin: 0 auto 15px;
  }
  #sp-bottom2 li {
    padding: 4px;
  }
}
#fancybox-title {
  width: 100% !important;
  margin: 0 !important;
}
.spaceStyle .col-md-12 .col-md-6:first-child {
    font-weight: bold;
}
.spaceStyle .col-md-12 .col-md-6.desc{
    font-weight: normal;
}

.spaceStyle #tab-1,.spaceStyle #tab-2,.basic_form_data #tab-2{
  display: none;
  overflow: auto;
}
.spaceStyle #tab-1 table,.spaceStyle #tab-2 table{
min-width: 600px;
}
#fancybox-wrap {
  left: 50% !important;
  margin-left: -240px;
  min-width:380px !important;
  width:100% !important;
  max-width:580px !important;
  z-index: 100000;
}
#fancybox-frame {
  padding: 10px;
}
#fancybox-content {
  border: 1px solid #055da7 !important;
  padding: 20px !important;
  width: 100% !important;
  border-radius: 5px;
}
#fancybox-outer{
  border-radius: 5px;
}
#fancybox-content .continue_link,
#fancybox-content .showcart {
  text-transform: capitalize;
  float: left;
  color: #FFFFFF;
  margin: 0px;
  padding: 5px 10px;
  width: 48%;
  text-align: center;
  border-radius: 3px;
}
#fancybox-content .continue_link:hover,
#fancybox-content .showcart:hover {
  background-color: #055da7;
}
#fancybox-content .continue_link {
  margin-right: 2%;
}
#fancybox-content .showcart {
  margin-left: 2%;
}
#fancybox-content h4 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 18px;
  margin: 20px 0px;
}
#sp-component {
    padding: 0;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
  #offcanvas-toggler {
    line-height: 50px;
  }
}
@media (max-width: 599px) {
  #fancybox-wrap {
    left: 10% !important;
    margin-left: 0;
    width: 80% !important;
  }
}
@media (max-width: 480px) {
  .customtext-right.submenb{
    display: block;
    width: 90px;
    position: absolute;
    right: 245px;
    bottom: -45px;
  }
  .customtext-right.submenb .mtopk {
      margin: 2.5px;
      width: 75px;
      text-align: center;
  }
  .customtext-right.submenb .mtopk.tps {
      margin-bottom: 5px;
  }

  #fancybox-wrap{
    min-width: auto!important;
  }
}
@media (max-width: 320px) {
  .offcanvas-menu {
    width: 100%;
  }
}
.menu-wrapper .sp-megamenu-parent li {
  margin-right: 0 !important;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
  display: block;
  float: right;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a {
  display: inline-block;
  padding: 0 15px;
  line-height: 50px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #055da7;
}
.sp-megamenu-parent >li.sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f107";
  float: right;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
  z-index: 1053;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
  display: block;
  padding: 3px 10px 3px 40px;
  color: #055da7;
  cursor: pointer;
  line-height:30px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title {

  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
div.vina-treeview-menus .treeview li.lastCollapsable,
div.vina-treeview-menus .treeview li.lastExpandable {
  background-image: none !important;
}
#offcanvas-toggler {
  float: right;
  line-height: 50px;
  position: absolute;
  top: -107px;
}
#offcanvas-toggler >i {
  display: inline-block;
  padding: 0 0 0 10px;
  font-size: 18px;
  background: transparent;
  margin: 5px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler >i:hover {
  color: #fff;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  color: #055da7;
  border: 2px solid #eee;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
.close-offcanvas:hover {
  background: #055da7;
  color: #fff;
}
.offcanvas-menu {
  width: 280px;
  height: 100%;
  background: #fff;
  color: #999;
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: 9999;
  overflow-y: auto;
}
.offcanvas-menu .offcanvas-inner {
  padding: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  border-bottom: 1px dotted #e8e8e8;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 4px 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover {
  background: #f5f5f5;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:before {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li li > a {
  padding: 4px 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li li li > a {
  padding: 4px 40px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
}
.item-502.deeper.parent.btn .nav-child.unstyled.small {
  width: 155px !important;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
  margin: 0 -20px;
}
.offcanvas-menu .offcanvas-inner .vina-treeview-menus .treeview ul {
  margin-top: 0;
}
.offcanvas-menu .offcanvas-inner .vina-treeview-menus .treeview li {
  padding: 0;
}
.offcanvas-menu .offcanvas-inner .vina-treeview-menus .treeview .hitarea {
  background: url("../images/general/minus_dark.png") no-repeat scroll center right transparent;
  margin-left: 0;
  position: absolute;
  width: 100%;
  height: 37px;
  right: 0;
  top: 0;
}
.rtl  .offcanvas-menu .offcanvas-inner .vina-treeview-menus .treeview .hitarea {
  right: auto;
  left: 0;
}
.offcanvas-menu .offcanvas-inner .vina-treeview-menus .treeview .sub-menu li {
  padding-left: 10px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #eee;
  box-shadow: none;
  -webkit-box-shadow: none;
}
@media (max-width: 767px) {
  .rt-feature-box-wrapper .rt-feature-box-image img{
    margin: auto;
  }
  .rt-feature-box-wrapper .rt-feature-box-image{
    float: none;
    width: 100%;
    margin: 0;
  }
  .rt-feature-box-wrapper .rt-feature-box-body{
    padding: 0 10px;;
  }
  .rt-feature-box-wrapper .rt-feature-box-body .rt-feature-box-content{
    font-size: 30px;
    line-height: 36px;
  }
  #offcanvas-toggler {
    line-height: 60px;
  }
}
.ltr .offcanvas-menu {
  -webkit-transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
  transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
}
.ltr .body-innerwrapper:after {
  right: 0;
}
.ltr .offcanvas-menu {
  right: -280px;
}
.ltr.offcanvas .offcanvas-menu {
  right: 0;
}
.body-innerwrapper:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.8);
  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: 999;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
}
.offcanvas .body-innerwrapper:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas .offcanvas-menu {
  opacity: 1;
}
.menu .nav-child.small {
  font-size: inherit;
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
#sp-main-body{
    font-size: 16px;
}
body {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  background: #ffffff;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h3 {
  font-size: 13px;
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
}
h1,h2,h4,h5{
  font-weight: bold;
}
i b,
i strong,
em b,
em strong {
  display: none;
}
.table th, .table td {
    text-align: center;
}
table td.vm-cart-item-total {
    text-align: right;
}
.PricebasePriceWithTax.vm-display.vm-price-value .PricebasePriceWithTax,.line-through {
    color: #aaa;
    margin: 0 5px;
    text-decoration: line-through;
    font-size: 14px;
}
.btn,
.sppb-btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
  margin-top: 100px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: block;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}
.cat_image .cat_image img {
    margin: auto;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 42px!important;
  }
}
a {
  outline: none;
}
a:hover,
a:focus {
  outline: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
#sp-top1,
#sp-top2 {
  min-height: 0;
}
#sp-top-bar {
  padding: 0px;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons >li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons >li a {
  color: #999999;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li >a:before {
  display: none;
}
.sp-contact-info {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#sp-logo-header {
  border-bottom: 1px solid #ccc;
}
#sp-logo-header #sp-logo .logo {
  display: inline-block;
  height: auto;
  display: table;
  margin-top: 25px;
  margin-left: 22px;
}
#sp-logo-header #sp-logo .logo span {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-logo-header #sp-logo .logo p {
  margin: 5px 0 0;
}
#sp-logo-header #sp-logo .sp-retina-logo {
  display: none;
}
#sp-module-top {
  font-size: 12px;
  font-weight: bold;
}
#sp-module-top .sp-column {
    display: block;
    float: right;
}
#sp-module-top .language-menu-top .sp-module-content,
#sp-module-top .currency-menu-top .sp-module-content {
  padding-bottom: 13px;
  padding-left: 10px;
  padding-right: 10px;
}
#sp-module-top .language-menu-top .sp-module-content select,
#sp-module-top .currency-menu-top .sp-module-content select {
  height: 22px;
  padding: 0 2px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
#sp-module-top .sp-module {
  float: left;
  margin-top: 0px;
  text-align: center;
  padding: 0px;
}
#sp-module-top .sp-module.menu-top .sp-module-content {
  padding-top: 0;
}
#sp-module-top .sp-module.menu-top .sp-module-content ul >li:last-child {
  border-right: 0;
}
#sp-module-top .sp-module .sp-module-content {
  text-align: center;
  padding-top: 13px;
}
#sp-module-top .sp-module .sp-module-content ul {
  float: right;
}
.vmpreviewc .vm-cart-item-quantity button,.vmpreviewc .cart.customer-note  {

    display: none;

}
#sp-module-top .sp-module .sp-module-content ul >li {
  float: left;
  border-bottom: 0px;
  padding: 13px 10px 0px;
}
#sp-module-top .sp-module .sp-module-content ul >li i >b {
  display: none;
}
#sp-module-top .sp-module .sp-module-content ul >li >a {
  color: #055da7;
  line-height: 17px;
  min-width: 88px;
  min-height: 0px;
  padding: 0;
  background-color: #fff;
}

.vmCartModule.cart-menu-top {
	color: #fff;
}
#sp-header #sp-cart-home2 .vmCartModule.cart-menu-top .show_cart a{
	color: #fff;
}
#sp-module-top .sp-module .sp-module-content ul >li >a img {
  margin-left: auto;
  margin-right: auto;
  height: 20px;
}
#sp-module-top .sp-module .sp-module-content ul >li >a:before {
  display: none;
}
#sp-module-top .sp-module .sp-module-content .inputbox {
  width: 100%;
  border: 0px;
  margin-top: 0px;
  color: #fff;
  background: url("../images/bg/bg-header.png") #222;
}
#sp-module-top .sp-module .sp-module-content .inputbox:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#sp-module-top .language-menu-top .sp-module-content {
  border-right: none;
}
#sp-module-top .fa {
  font-size: 20px;
}
.line-otro_negocio{
	display:none;
}
.cod-tos #tos,.cod-rete_fuente #rete_fuente_field{
float: left;
height: auto;
width: 8%;
min-height: 60px;
max-width: 10px;
}
#tos.invalid ~ .terms-of-service .invalid a {
  color: red;
}
#ui-tabs #tabs li {
  cursor: pointer;
  background: #055da7;
  float: left;
  margin: 5px 10px;
  padding: 2px 8px;
  color: #fff;
  border-radius: 3px;
}
.sectiontableheader th {
    text-align: center;
}
#ui-tabs #tabs li:hover {
    color:#fff;
    background: #20b6ea;
}

.vmCartModule {
  display: inline-block;
  cursor: pointer;
}
.vmCartModule:hover .cart-content {
  visibility: visible;
  opacity: 1;
}
.vmCartModule .cart-icon {
  padding: 0px;
}
#sp-cart-home2 .cart-icon i.fa{
	font-size:40px;
}
.vmCartModule .cart-icon .header {
  margin-bottom: 0;
  margin-top: 0px;
  font-size: 8px;
  line-height: 6px;
  transform: rotate(-45deg);
  position: fixed;
  top: 30%;
  left: 5%;
  width: 15px;
  text-align: center;
  color: #055da7;
}
#sp-header.header-container-fixed {
    animation-duration: 450ms;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    box-shadow: 0 0 3px #666666;
    -moz-box-shadow: 0 0 3px #666666;
    -webkit-box-shadow: 0 0 3px #666666;
    -o-box-shadow: 0 0 3px #666666;
    -ms-box-shadow: 0 0 3px #666666;
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 0;
}
#sp-cart-home2 .cart-icon .mini-cart-title {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    top: 5px;
    left: 10px;
    height: 28px;
}
#sp-cart-home2 .cart-icon .mini-cart-title .las.la-shopping-cart{
  font-size: 30px;
  line-height: inherit;
}
#sp-cart-home2 .cart-icon .mini-cart-title .counter.qty {
  background-color: #fef200;
  border-radius: 0 50% 50% 40%;
  height: 18px;
  line-height: 15px;
  position: relative;
  right: 10px;
  text-align: center;
  top: -10px;
  min-width: 18px;
  z-index: 2;
  width: auto;
  display: inline-block;
  transform: rotate(45deg);
}
.vmCartModule .cart-content {
  width: 273px;
  position: absolute;
  font-size: 12px;
  background: #fff;
  padding: 10px;
  text-align: left;
  border: 1px solid #eee;
  z-index: 9999999;
  text-transform: none;
  font-weight: normal;
  -webkit-box-shadow: 0 3px 3px 3px rgba(0,0,0,0.2);
  box-shadow: 0 3px 3px 3px rgba(0,0,0,0.2);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
.vmCartModule .cart-content .total-product-wapper {
  border-top: 1px solid #eee;
  color: #055da7;
  padding-top: 10px;
  font-size: 14px;
  font-weight: normal;

  margin: 15px 0 0;
}
.vmCartModule .cart-content .total-product-wapper .total {
  clear: both;
}
.vmCartModule .cart-content .total-product-wapper .total_products {
  line-height: 20px !important;
}
.vmCartModule .cart-content .show_cart {
  margin: 15px 0 0;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.vmCartModule .cart-content .show_cart a {
  width: 100%;
  display: block;
  padding: 10px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border-radius: 5px;
}
.page-footer #userForm{
	padding:0;
	border: none;
}
.page-footer .panel-heading,.page-footer .panel-heading:hover {
    color: #055da7;
    border: none;
    display: block;
    font-size: 16px;
    padding:15px 0 0px 0;
}
.page-footer .panel-group .panel-heading + .panel-collapse > .panel-body, .page-footer .panel-group .panel-heading + .panel-collapse > .list-group{
  border: none;
}
.borderkc {
    border: 1px solid;
    border-radius: 5px;
}
.page-footer .panel-group .panel-heading + .panel-collapse > .panel-body{
  min-height: 200px;
}
.page-footer .panel-group .panel-heading + .panel-collapse > .panel-body .bullet li::before{
  font-family: "FontAwesome";
  content: " \f043";
  float: inherit;
  padding-right: 10px;
  color: #20b6ea;
}
.page-footer .panel-group .panel-heading + .panel-collapse > .panel-body .bullet li {
    float: left;
    width: 100%;
}
  #sp-header .vina-menu-category .sp-module-title span {
  background: #055da7 url(../images/bg/bkg_category.png) no-repeat 92% center;
  font-size: 24px;
  color: #fff;
  width: 100%;
  padding: 30px 40px 22px 20px;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
}
#sp-header .sp-megamenu-wrapper .sp-megamenu-parent {
  float: none;
}
div.modal {
	z-index:10001;
}
#sp-header .sp-megamenu-wrapper .sp-megamenu-parent >li >a {
  line-height: 32px;
  color: #055da7;
  display: inline-block;
  padding: 35px 10px 30px;
  font-size: 15px;
  letter-spacing: 0px;
}
#sp-header .sp-megamenu-wrapper .sp-megamenu-parent >li >a:hover {
  background: #ffffff;
}
#sp-header .sp-megamenu-wrapper .sp-megamenu-parent .sp-has-child .sp-dropdown-inner {
  padding: 5px;
}
#sp-header .sp-megamenu-wrapper .sp-module {
  margin-top: 0px;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
#sp-seach {
  padding: 6px 0px 2px;
}
#sp-feature .sp-column .sp-module-content .camera_wrap {
  margin-bottom: 0px !important;
}
#sp-feature .sp-column .sp-module-content .camera_wrap .camera_pag {
  display: inline-block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 23123;
}
#sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des h2.title1 {
  clear: both;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 15px;
  padding: 0;
  margin: 0;
}
#sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .sea-more a {
  border: 1px solid #fff;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  color: #fff;
  background: none;
  display: inline-block;
  font-size: 12px;
  padding: 8px 18px;
}
#sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des ul {
  overflow: hidden;
  margin: 0;
}

#sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des ul li {
  width: 100%;
  clear: both;
  color: #ffffff;
  display: block;
  float: right;
  padding: 0;
  margin: 0;
}
#sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 {
  left: 30px;
  position: absolute;
  width: 300px;
  text-align: center;
  top: 0;
  padding-top: 60px;
}
#sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 h2.title1 {
  background: none;
  font-size: 18px;
  letter-spacing: 1px;
}
#sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 ul >li {
  font-style: italic;
  font-family: 'Nunito', sans-serif;
  font-size: 60px;
  line-height: 70px;
  font-weight: normal;
}
#sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 .sea-more {
  display: inline-block;
  width: 100%;
  margin: 10px 0 0;
}
#sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow2 {
  left: 35px;
  width: 400px;
  position: absolute;
  text-align: left;
  top: 0;
  padding-top: 30px;
}
#sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow2 h2.title1 {
  background: none;
  font-size: 22px;
  line-height: 22px;
}
#sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow2 ul li {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  letter-spacing: -1px;
  font-size: 42px;
  line-height: 40px;
}
#sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow2 .sea-more {
  margin-top: 20px;
}
#sp-feature .sp-column >.bannerfeature {
  margin: 16px 0px 0px;
}
#sp-feature .sp-column >.bannerfeature .banner-wapper .banner-home-inner {
  width: 49%;
}
#sp-feature #sp-feature-right .sp-module {
  overflow: hidden;
  border: 1px solid #e8e8e8;
  height: auto;
}
#sp-feature #sp-feature-right .sp-module .sp-module-title {
  padding: 0 15px;
  margin: 0 0 10px;
}
#sp-feature #sp-feature-right .sp-module .sp-module-title span {
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  background: #fff;
  padding-right: 20px;
  font-size: 20px;
  color: #055da7;
  margin: 0 0 5px;
  line-height: 1.35;
}
.vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li {
  background: #fff !important;
}
.vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li span {
  display: none;
}
.vina-camera-slider {
  overflow: hidden;
}
.vina-camera-slider .camera_caption > div {
  background: none repeat scroll 0 0 rgba(0,0,0,0) !important;
  padding: 0 !important;
}
.banner-wapper .col {
  float: left;
}
.banner-wapper .col1 {
  float: right;
}
.banner-wapper .banner-home-inner {
  text-align: center;
  width: 100%;
}
.banner-wapper a {
  position: relative;
  display: inline-block;
}
.sp-megamenu-parent.menu-fade-up.hidden-xs.hidden-ms > li:first-child {
    display: none;
}
.banner-wapper a:after {
  pointer-events: none;
  position: absolute;
  content: "";
  opacity: 0.5;
  margin: auto;
  border: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
.banner-wapper a:hover:after {
  border: 3px solid #fff;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  transition: all 0.3s ease-out;
}
.banner-wapper a:hover:before {
  pointer-events: none;
  position: absolute;
  content: "";
  background: rgba(0,0,0,0.5);
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
.banner-block {
  display: inline-block;
  position: relative;
  float: left;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
}
.banner-block:before {
  position: absolute;
  top: -100px;
  left: -100px;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  content: '';
  z-index: 1;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,-100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,-100%,0);
}
.banner-block:hover:before {
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,200%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,200%,0);
}
.banner-block:hover img {
  opacity: 0.6;
}
.banner-block img {
  margin: 0;
  position: relative;
  display: block;
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  width: 100%;
}
#sp-position1 .sp-module .sp-module-title {
  margin-top: 30px;
  border-bottom: 2px solid #20b6ea;
}
#sp-position1 .sp-module .sp-module-title span {
  background: #20b6ea;
  padding: 5px 20px;
  border-radius: 2px 2px 0 0;
  color: #fff;
  text-transform: initial;
}
#sp-position2 .sp-module .sp-module-title,#sp-bannerbottom .sp-module .sp-module-title {
  background: #055da7;
  margin: 25px 0 0;
}
#sp-position2 .sp-module .sp-module-title span,#sp-bannerbottom .sp-module .sp-module-title span {
  padding: 5px 20px;
  border-radius: 2px 2px 0 0;
  color: #fff;
  text-transform: initial;
}
#sp-position3 .sp-module .sp-module-title span {
  background: #68b10c;
  padding: 5px 20px;
  border-radius: 2px 2px 0 0;
  color: #fff;
  text-transform: initial;
}
#sp-position4 .sp-module .sp-module-title {
  border-bottom: 2px solid #ff4234;
  margin: 25px 0 0;
}
#sp-position4 .sp-module .sp-module-title span {
  background: #ff4234;
  padding: 5px 20px;
  border-radius: 2px 2px 0 0;
  color: #fff;
  text-transform: initial;
}
.moduletable .owl-theme {
  overflow: visible !important;
}
.moduletable .owl-theme .clickable {
  display: inline-block;
  position: absolute;
  top: -9%;
  right: 0px;
  margin-top: 0px;
}
#sp-panner .sp-module .sp-module-title {
  font-size: 21px !important;
  border-bottom: 1px solid #055da7;
  border-top: 4px solid #055da7;
  margin: 37px 0px 0px !important;
  text-transform: capitalize !important;
  font-family: 'Nunito', sans-serif;
  line-height: 48px !important;
}
#sp-bottom-1 #sp-bottom1 .sp-module-title span {
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
}
#sp-bottom-1 #sp-bottom1 .footer-static-content {
  margin: 20px 0 0;
}
#sp-bottom-1 #sp-bottom1 .footer-static-content p {
  margin: 0;
  padding: 0;
  font-size: 13px;

}
#sp-bottom-1 #sp-bottom1 .footer-static-content .f-icon h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
}
#sp-bottom-1 #sp-bottom1 .footer-static-content .f-icon ul {
  margin: 20px 0 0;
  display: inline-block;
  width: 100%;
}
#sp-bottom-1 #sp-bottom1 .footer-static-content .f-icon ul li {
  float: left;
}
#sp-bottom-1 #sp-bottom1 .footer-static-content .f-icon ul li a:before {
  content: none;
}
#sp-bottom-1 #sp-bottom1 .footer-static-content .f-icon ul li a {
  background: none;
  width: 45px;
  height: 45px;
  display: inline-block;
  padding: 0;
  font-size: 0;
  margin: 0;
  border: 0;
}
#sp-bottom-1 #sp-bottom1 .footer-static-content .f-icon ul li a .fa {
  font-size: 24px;
  color: #858585;
}
#sp-bottom-1 #sp-bottom1 .footer-static-content .f-icon ul li a:hover .fa {
  font-size: 26px;
  color: #fff;
}
#sp-bottom-1 #sp-bottom2 .moduletable h3 {
  margin: 0;
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
  line-height: 1.35;
}
#sp-bottom-1 #sp-bottom2 .moduletable ul {
  margin: 20px 0 0;
}
#sp-bottom-1 #sp-bottom2 .moduletable ul li a:before {
  content: none;
}
#sp-bottom-1 #sp-bottom2 .moduletable ul li a {
  padding-left: 20px;

  font-size: 13px;
  line-height: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#sp-bottom-1 #sp-bottom2 .moduletable ul li a:before {
  display: block;
  font-family: 'FontAwesome';
  content: "\f178";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  line-height: 32px;

}
#sp-bottom-2 p {

  font-size: 13px;
  line-height: 20px;
}
#sp-bottom-2 .row {
  border-top: 1px solid #373737;
  display: inline-block;
  width: 100%;
  padding: 45px 0 40px;
}
#sp-bottom-2 .sp-module-title span {
  color: #ffffff;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  margin: 0 0 5px;
  line-height: 1.35;
}
#sp-bottom-2 #sp-bottomcontact .t-bottom-content {
  padding: 0 100px 0 0;
  margin: 15px 0 0;
}
#sp-bottom-2 #sp-bottomcontact .t-bottom-content p {
  display: inline-block;
  width: 100%;
  margin: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#sp-bottom-2 #sp-bottomcontact .t-bottom-content p:hover {
  color: #fff;
}
#sp-bottom-2 #sp-bottomcontact .t-bottom-content .adress {
  margin: 0 0 10px;
}
#sp-bottom-2 #sp-bottomcontact .t-bottom-content em {
  color: #ffffff;
  float: left;
  font-size: 20px;
  height: 34px;
  margin: 0 10px 0 0;
  padding: 0 0 0 4px;
  text-align: center;
  width: 34px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#sp-bottom-2 #sp-bottomlatest .header-block {
  position: absolute;
  top: -10%;
  right: 10%;
}
#sp-bottom-2 #sp-bottomlatest .header-block .up {
  width: 32px;
  right: 35px;
  height: 32px;
  background: url(../images/bg/nav-icon.png) no-repeat scroll 0 0 #f5f5f5;
}
#sp-bottom-2 #sp-bottomlatest .header-block .up:hover {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 0 108%;
}
#sp-bottom-2 #sp-bottomlatest .header-block .toggle {
  display: none;
}
#sp-bottom-2 #sp-bottomlatest .header-block .down {
  width: 32px;
  height: 32px;
  background: url(../images/bg/nav-icon.png) no-repeat scroll 100% 0 #f5f5f5;
}
#sp-bottom-2 #sp-bottomlatest .header-block .down:hover {
  background: url(../images/bg/nav-icon.png) no-repeat scroll 100% 108%;
}
#sp-bottom-2 #sp-bottomlatest .vina-items-wrapper .vina-item {
  border-top: none !important;
}
#sp-bottom-2 #sp-bottomlatest .vina-items-wrapper .vina-item .row-fluid {
  margin-bottom: 0;
}
#sp-bottom-2 #sp-bottomlatest .vina-items-wrapper .vina-item .text-block .info {
  float: left;
  width: 53px;
  height: 53px;
  border: 3px solid #fff;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  line-height: 23px;
}
#sp-bottom-2 #sp-bottomlatest .vina-items-wrapper .vina-item .text-block .info-text {
  margin-left: 70px;
  display: block;
  width: auto;
}
#sp-bottom-2 #sp-bottomlatest .vina-items-wrapper .vina-item .text-block .info-text .title a {
  font-size: 13px;
  line-height: 20px;
}
#sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form {
  margin: 15px 0 0 !important;
}
#sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form .acymailing_introtext {
  float: left;
  margin-right: 30px !important;
  font-weight: normal;
  font-size: 13px;

}
#sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form .acymailing_form {
  background: #363636;
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin: 30px 0 0;
}
#sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form .acymailing_form .acyfield_email {
  padding-bottom: 0;
  height: 45px;
  line-height: 45px;
  background: none;
  width: 250px;
  float: left;
}
#sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form .acymailing_form .acyfield_email .inputbox {
  display: block;
  height: 45px;
  border: none;
  background: none;
  width: 100%;
  padding: 12px 10px;
  color: #dddddd;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form .acymailing_form .acyfield_email .inputbox:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form .acymailing_form .acysubbuttons {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
}
#sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form .acymailing_form .acysubbuttons .button {
  text-align: center;
  padding: 13px 20px 14px;
  font-size: 13px;
  color: #fff;
  text-transform: capitalize;
  font-family: '' arial;
  font-weight: bold;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
#sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form .acymailing_form .acysubbuttons .button:focus {
  outline: none;
}
p.no-margin{
  margin: 0 0 5px;
}
#sp-footer #sp-footer1 .sp-column .sp-copyright {
  margin: 0;
  clear: both;
  padding-top: 5px;
  font-style: normal;
  line-height: 25px;

}
#sp-footer .payment {
  float: right;
}
.menu-wrapper .sp-megamenu-parent li {
  margin-right: 10px;
}
.menu-wrapper .sp-megamenu-parent li.active >a {
  background: #055da7 !important;
  color: #fff !important;
}
.menu-wrapper .sp-megamenu-parent li a {
  padding: 6px 26px !important;
  text-decoration: none;
  display: block;
  font-family: 'Nunito', sans-serif;
  border: 1px solid #055da7;
  color: #055da7 !important;
  background: #fff;
}
.menu-wrapper .sp-megamenu-parent li a:hover {
  background: #055da7 !important;
  color: #fff !important;
}
#sp-left .sp-module,
#sp-right .sp-module {
  display: inline-block;
  width: 100%;
}
#sp-left .sp-module:first-child,
#sp-right .sp-module:first-child {
  margin-bottom: 0;
}
#sp-left .sp-module .sp-module-title,
#sp-right .sp-module .sp-module-title {
  color: #3c414c;
  text-transform: none;
}
#sp-left .sp-module h3.sp-module-title,
#sp-right .sp-module h3.sp-module-title {
  font-size: 20px;
  padding-bottom: 0;
  border-bottom: 1px solid #eef0f2;
}
#sp-left .sp-module h3.sp-module-title:after,
#sp-right .sp-module h3.sp-module-title:after {
  content: "";
  display: inherit;
  width: 35px;
  margin-top: 20px;
  border-top: 2px solid #bbbfc8;
}
#sp-left .sp-module ul.port-icons li,
#sp-right .sp-module ul.port-icons li {
  display: inline-block;
}
#sp-left .sp-module ul.port-icons li a,
#sp-right .sp-module ul.port-icons li a {
  line-height: 26px;
}
#sp-left table.acymailing_form,
#sp-right table.acymailing_form {
  width: 100%;
}
#sp-left .acymailing_module_form,
#sp-right .acymailing_module_form {
  margin: 15px 0 0 !important;
}
#sp-left .acymailing_module_form input.inputbox,
#sp-right .acymailing_module_form input.inputbox {
  width: 100%;
  box-shadow: none;
  background: #fff;
  height: 40px;
}
#sp-left .acymailing_module_form td,
#sp-right .acymailing_module_form td {
  vertical-align: middle !important;
  padding-bottom: 0 !important;
  text-align: left;
}
#sp-left .acymailing_module_form td.acysubbuttons input,
#sp-right .acymailing_module_form td.acysubbuttons input {
  margin: 7px 0 0;
  height: 40px;
  border-color: #555;
  background-color: #555;
}
.mod_vina_latest_twitter .header-block {
  display: none;
}
.mod_vina_latest_twitter .vina-items-wrapper .vina-items .vina-item {
  border-top: 0 !important;
}
.mod_vina_latest_twitter .vina-items-wrapper .vina-items .vina-item .row-fluid {
  margin-bottom: 0px;
}
.mod_vina_latest_twitter .vina-items-wrapper .vina-items .vina-item .row-fluid .text-block .info-text .title a {
  font-size: 16px;
}
.vm_cart_products {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    line-height: normal;
}
.blog-single {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  line-height: 26px;
  padding: 0px;
}
.blog-single .single1 {
  float: left;
  margin-right: 20px;
}
.blog-single .single2 {
  float: right;
  margin-left: 20px;
}
.blog .item {
  border: 0;
}
.blog .item .entry-header {
  margin-bottom: 5px !important;
}
.blog .item .jcomments-links {
  text-align: left;
}
.blog .introblog.col-md-10 > p {
    height: 70px !important;
    overflow: hidden;
    font-size: 14px;
  line-height: 21px;
  margin: 0;
}
.blog .entry-image {
  margin: 0;
}
.blog .item .jcomments-links .comments-link,
.blog .item .jcomments-links .readmore-link {
  padding: 3px 15px;
  display: inline-block;
  font-size: 12px;
  color: #3c414c;
  border: 1px solid #a5a9ac;
  text-align: center;
  margin: 5px auto;
  margin-bottom: 15px;
  border-radius: 4px;
  line-height: 28px;
  background: #fbfcfd;
  background-image: none;
}
.blog .item .jcomments-links .comments-link:hover,
.blog .item .jcomments-links .readmore-link:hover {
  color: #fff;
}
.blog-single-content .single1,
.blog-single-content .single2 {
  float: left;
  margin: 10px 10px 10px 0px;
}
.article-info .category-name {
  width: auto;
  padding-top: 3px;
}
.ratingbox {
  width: 65px;
  height: 12px;
  margin: 0;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.ratingbox div,
.ratingbox span {
  height: 12px;
  display: block;
  position: absolute;
  width: 1%;
}
ul#slider li {
  margin: 0;
}
#vina-tab-block {
  margin: 60px 0 30px;
}
#vina-tab-block .nav li {
  font-size: 1.1em;
  line-height: 1em;
  margin: 0 10px 0 0;
}
#vina-tab-block .nav li a {
  display: block;
  padding: 18px 23px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  color: #055da7;
  background: #e8e8e8;
}
#vina-tab-block .nav >li >a {
  display: block !important;
  border-radius: 0;
  padding: 18px 23px !important;
}
#vina-tab-block .nav >li >a:hover {
  background-color: #055da7;
  color: #fff;
}
#vina-tab-block .nav-pills>li.active>a,
#vina-tab-block .nav-pills>li.active>a:hover,
#vina-tab-block .nav-pills>li.active>a:focus {
  background-color: #055da7;
  color: #fff;
}
#vina-tab-block .tab-content {
  width: 100%;
  line-height: 25px;
  padding:30px 10px 0;
  border: 1px solid #e5e5e5;
  float: left;
  min-height: 174px;
  color: #055da7;
  border-radius: 3px;
}
.jutooltip.jutooltip-top-center .jutooltip-arrow {
  background-image: none;
  background: none;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 8px solid #5b5b5b;
  margin-left: -7px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.jutooltip.jutooltip-top-center .jutooltip-box-br {
  margin: 0 0 14px;
}
.jutooltip .jutooltip-content {
  color: #fff;
  padding: 6px 12px;
  background-image: none;
  border-radius: 2px;
  font-size: 13px;
  background-color: #5b5b5b;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title h2 {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb >.active {
  color: rgba(255,255,255,0.8);
}
.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
  color: #fff;
}
.body-innerwrapper {
  overflow: hidden;
  -webkit-transition: margin-left 400ms cubic-bezier(0.7,0,0.3,1);
  transition: margin-left 400ms cubic-bezier(0.7,0,0.3,1);
}
.layout-boxed .body-innerwrapper {
  max-width: 1230px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
#sp-breadcrumb ol{
    margin-bottom: 0;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  margin: 0px;
  font-size: 18px;
  line-height: 1;
}
.sp-module .sp-module-title span {
  font-family: 'Nunito', sans-serif;
  display: inline-block;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul >li {
  display: block;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a {
  display: block;
  padding: 0;
  line-height: 22px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a:hover {
  background: none;
}
.sp-module ul >li:last-child {
  border-bottom: none;
}
.sp-module .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews >div {
  padding: 10px 0px;
  margin: 0;
  border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews >div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews >div >a {
  display: block;
  font-weight: 400;
}
.sp-module .tagscloud {
  margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
.sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}
.article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
  float: right;
}
.article-info >dd {
  display: inline-block;
  font-size: 12px;
  color: #055da7;
  margin: 0 8px;
}
.article-info >dd >i {
  display: inline-block;
  margin-right: 3px;
}
article.item {
  margin-bottom: 30px;
}
.tags {
  margin-top: 20px;
}
.tags >span {
  letter-spacing: 2px;
}
.content_rating,
.content_rating + form {
  display: none;
}
.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
}
.voting-symbol span.star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.voting-symbol span.star.active:before {
  content: "\f005";
}
.voting-symbol span.star:before {
  content: "\f006";
  padding-right: 5px;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  content: "\f005";
  cursor: pointer;
}
.post_rating {
  margin-bottom: 20px;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
  margin-bottom: 30px;
}
.entry-header.has-post-format {
  margin-left: 68px;
}
.entry-header h2 {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1;
}
.entry-header h5 a {
  color: #22B8EA !important;
  font-size: 16px;

}
.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255,255,255,0.85);
}
.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
  z-index: -1;
}
.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255,255,255,0.9);
}
.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: FontAwesome;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
}
.entry-quote blockquote small {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
}
.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}
.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 4px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}
.carousel-left {
  left: 10px;
}
.carousel-right {
  right: 10px;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
  padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
  margin: 5px 0;
}
#sp-bottom .sp-module .sp-module-title {
  text-transform: none;
  font-weight: 400;
  font-size: 24px;
}
#sp-footer {
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
#sp-footer a {
  color: rgba(255,255,255,0.9);
}
#sp-footer a:hover {
  color: #fff;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
}
.sp-comingsoon .sp-comingsoon-title {
  margin-top: 130px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 80px 15px;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  width: 115px;
  height: 120px;
  line-height: 120px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 15px;
}
.sp-comingsoon .social-icons li a {
  color: rgba(255,255,255,0.7);
  font-size: 24px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.sp-comingsoon .social-icons li a:hover {
  color: #fff;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.error-page .error-page-inner >div {
  display: table-cell;
  vertical-align: middle;
}
.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error-page .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error-page .error-message {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead >tr,
table.category tbody >tr {
  border: 1px solid #f2f2f2;
}
table.category thead >tr th,
table.category thead >tr td,
table.category tbody >tr th,
table.category tbody >tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background: #2D2D2D;
  border-radius: 2px;
  color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.browse-view {
  margin: 0;
  width: 100%;
  display: inline-block;
}
.vm-pagination,
.pagination {
  float: right;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.vm-pagination li,
.pagination li {
  margin: 0 3px !important;
  display: inline-block;
}
.vm-pagination li a,
.pagination li a {
  min-width: 32px;
  height: 32px;
  border-radius: 0px !important;
  background: #fff;
  border: 1px solid #eee !important;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  margin: 0px;
  padding: 0 5px;
  color: #055da7 !important;
  text-shadow: none;
}
.vm-pagination li:hover a,
.pagination li:hover a {
  color: #fff !important;
}
.vm-pagination .counter,
.pagination .counter {
  display: inline-block;
  line-height: 32px;
  margin: 0;
}
div.pagination {
  width: 100%;
}
.banner-block a {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.banner-block a:before {
  background: #055da7;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 1;
}
.banner-block a:after {
  background: #055da7;
  bottom: 15px;
  content: "";
  display: block;
  left: 15px;
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  z-index: 2;
}
.banner-block a:after img {
  float: left;
  width: 100%;
}
.banner-block a:hover:before {
  opacity: 0.15;
}
.banner-block a:hover:after {
  opacity: 0.15;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner-block-2 a img {
  border: 1px solid #ececec;
  background: #f9f9f9;
  padding: 8px;
}
.page-header {
  border-bottom: 1px solid #ececec;
  float: left;
  margin: 0 0 30px;
  padding: 0 0 5px;
  text-align: center;
  width: 100%;
}
.page-header h1 {
  color: #7b7b7b;
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
  position: relative;
  text-align: left;
  top: -5px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.about-us-info .readmore {
  border: 1px solid #ccc;
  color: #666;
  display: inline-block;
  font-weight: bold;
  height: 38px;
  line-height: 36px;
  margin: 10px 0 0;
  padding: 0 20px;
}
.vina-about-tab .sppb-nav-tabs {
  margin: 0;
  border: none;
}
.vina-about-tab .sppb-nav-tabs li {
  list-style: none;
  float: left;
  display: block;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e9eaec;
  border-left: 1px solid #e9eaec;
  border-right: 1px solid #e9eaec;
  background: #fff;
  font-size: 13px;
  line-height: 18px;
  position: relative;
  font-weight: 700;
  margin-right: 2px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.vina-about-tab .sppb-nav-tabs li a {
  text-align: center;
  clear: both;
  box-sizing: border-box;
  display: block;
  padding: 12px 10px;
  width: 100%;
  cursor: pointer;
  outline: none;
  color: #848994;
  font-size: 13px;
  text-decoration: none;
  border: none;
  line-height: normal;
  margin: 0;
}
.vina-about-tab .sppb-nav-tabs li.active a {
  cursor: default;
  border: none;
}
.vina-about-tab .sppb-nav-tabs li.active a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.vina-about-tab .sppb-tab-content {
  border: 1px solid #e9eaec;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.vina-about-tab .sppb-tab-content .sppb-tab-pane {
  border-width: 0;
  padding: 25px 30px;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.vina-about-tab .sppb-tab-content .sppb-tab-pane p {
  margin-bottom: 7px;
  line-height: 23px;
}
.vina-progress-bar {
  position: relative;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  margin-bottom: 0;
  overflow: hidden;
}
.vina-progress-bar .sppb_label {
  margin-bottom: 10px;
  display: inline-block;
  line-height: 16px;
  color: #3b4550;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.vina-progress-bar .sppb_meter {
  margin-bottom: 24px;
  background: #fff;
  height: 9px;
  border-radius: 5px;
  position: relative;
  box-shadow: inset 0 2px 2px #e9eaec;
}
.vina-progress-bar .sppb-progress-bar {
  height: 9px;
  border-radius: 5px;
}
.vina-progress-bar .sppb-progress-bar span {
  line-height: 14px;
  position: absolute;
  display: block;
  width: 42px;
  text-align: right;
  top: -25px;
  right: 0;
  color: #3b4550;
  font-weight: 300;
  font-size: 16px;
}
.vina-accordion .sppb-panel-heading {
  padding: 0;
  position: relative;
}
.vina-accordion .sppb-panel-heading .sppb-panel-title {
  display: block;
  cursor: pointer;
  position: relative;
  border: 1px solid #e9eaec;
  color: #848994;
  padding: 9px 17px 9px 17px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  background: #fff;
  box-shadow: 0px 1px #f7f7f8;
  -webkit-transition: all 180ms ease-in;
  -o-transition: all 180ms ease-in;
  transition: all 180ms ease-in;
}
.vina-accordion .sppb-panel-heading .sppb-panel-title:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  height: 1px;
  width: 13px;
  background: #c7cbd2;
}
.vina-accordion .sppb-panel-heading .sppb-panel-title:after {
  content: "";
  display: block;
  height: 13px;
  width: 1px;
  background: #c7cbd2;
  position: absolute;
  top: 14px;
  right: 26px;
}
.vina-accordion .sppb-panel-heading.active .sppb-panel-title {
  box-shadow: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: none;
}
.vina-accordion .sppb-panel-heading.active .sppb-panel-title:after {
  display: none;
}
.vina-accordion .sppb-panel-heading:hover .sppb-panel-title {
  color: #fff;
}
.vina-accordion .sppb-panel-heading:hover .sppb-panel-title:before,
.vina-accordion .sppb-panel-heading:hover .sppb-panel-title:after {
  background: #fff;
}
.vina-accordion .sppb-panel-body {
  overflow: auto;
  border: 1px solid #e9eaec;
  background: #fff;
  border-top: 0;
  padding: 25px 30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.vina-accordion .sppb-panel-title {
  font-size: 13px;
}
.vina-accordion .sppb-panel {
  box-shadow: none;
  border: none;
}
.vina-feature-box .sppb-icon span {
  width: 76px;
  height: 76px;
  border-radius: 5px;
  margin: 0 auto 14px;
  display: block;
  line-height: 76px;
}
.vina-feature-box .sppb-icon span i {
  font-size: 30px;
  line-height: 70px;
}
.vina-feature-box .sppb-feature-box-title {
  margin-top: 0;
  margin-bottom: 11px;
  line-height: 25px !important;
}
.vina-feature-box .sppb-addon-text {
  padding: 0 10px;
}
.vina-feature-box .sppb-addon-text a i,
.vina-feature-box .sppb-addon-text a em {
  line-height: 8px;
  font-size: 8px;
  margin-left: 10px;
}
.vina-feature-box.vina-feature-box2 {
  cursor: pointer;
  margin-bottom: 30px;
}
.vina-feature-box.vina-feature-box2 .sppb-icon {
  float: left;
}
.vina-feature-box.vina-feature-box2 .sppb-icon span {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin: 0 auto 14px;
  display: block;
  line-height: 58px;
  -webkit-transition: all 180ms ease-in;
  -o-transition: all 180ms ease-in;
  transition: all 180ms ease-in;
}
.vina-feature-box.vina-feature-box2 .sppb-feature-box-title {
  padding-top: 10px;
}
.vina-feature-box.vina-feature-box2 .sppb-addon-text {
  padding: 0;
}
.vina-feature-box.vina-feature-box2.white_text .sppb-addon-text {
  color: #848994;
  line-height: 20px;
}
.vina-feature-box.vina-feature-box2.color_text {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
.vina-feature-box.vina-feature-box2.color_text .sppb-icon span {
  border: 1px solid #fff !important;
  background: #fff;
}
.vina-feature-box.vina-feature-box2.margin_bottom_0 {
  margin-bottom: 0;
}
.vina-feature-box.vina-feature-box3 .sppb-icon span {
  border: 1px solid #e9eaec;
  background: #fff;
}
.vina-feature-box.vina-feature-box4 .sppb-addon-content {
  margin-bottom: 0;
  margin-top: 45px;
  padding: 70px 15px 32px;
  border: 1px solid #e9eaec;
  border-radius: 10px;
  position: relative;
  background: #fff;
  -webkit-transition: all 180ms ease-in;
  -o-transition: all 180ms ease-in;
  transition: all 180ms ease-in;
}
.vina-feature-box.vina-feature-box4 .sppb-icon span {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  top: -47px;
  left: 50%;
  margin-left: -45px;
  background: linear-gradient(to bottom,#ffffff,#fafafb);
  border: 1px solid #e9eaec;
  line-height: 96px;
}
.vina-feature-box.vina-feature-box4 .sppb-icon span i {
  font-size: 30px;
  line-height: 86px;
  background: transparent;
}
.vina-feature-box.vina-feature-box4.bg_orange .sppb-icon span {
  background: #f3ae36;
}
.vina-feature-box.vina-feature-box5 {
  position: relative;
  cursor: pointer;
}
.vina-feature-box.vina-feature-box5 .sppb-img img {
  width: 234px;
  border-radius: 50%;
}
.vina-feature-box.vina-feature-box5 .list-social-1 {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -117px;
  width: 234px;
  height: 234px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 180ms ease-in;
  -o-transition: all 180ms ease-in;
  transition: all 180ms ease-in;
}
.vina-feature-box.vina-feature-box5 .list-social-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.7;
}
.vina-feature-box.vina-feature-box5 .list-social-1 p {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -13px;
  text-align: center;
}
.vina-feature-box.vina-feature-box5 .list-social-1 a {
  color: #fff;
  font-size: 25px;
}
.vina-feature-box.vina-feature-box5 .list-social-1 a em {
  font-size: 25px;
}
.vina-feature-box.vina-feature-box5 .list-social-1 a:hover {
  color: #055da7;
}
.vina-feature-box.vina-feature-box5 .sppb-feature-box-title .italic {
  color: #9fa4af;
  font-size: 13px;
  position: relative;
  text-transform: none;
  top: -5px;
}
.vina-feature-box.vina-feature-box5 .sppb-feature-box-title:hover {
  text-transform: capitalize;
}
.vina-feature-box.vina-feature-box5 .sppb-feature-box-title:hover .italic {
  text-transform: capitalize;
}
.vina-feature-box.vina-feature-box5:hover .list-social-1 {
  visibility: visible;
  opacity: 1;
}
.list-social-2 {
  font-size: 16px;
}
.list-social-2 a {
  margin-right: 10px;
  text-decoration: none;
  display: inline-block;
  background: #20b6ea;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  color: #9fa4af;
  margin-bottom: 20px;
  font-size: 13px;
}
.list-social-2 a em {
  font-size: 16px !important;
  margin: 0 !important;
}
.list-social-2 a:hover {
  color: #fff;
}
.list-social-2 a.social_facebook:hover {
  background: #3B5998;
}
.list-social-2 a.social_twitter:hover {
  background: #4099FF;
}
.list-social-2 a.social_google:hover {
  background: #d34836;
}
.list-social-2.black-bg a {
  background: #26292e;
  color: #9fa4af !important;
  margin: 0 5px;
}
.list-social-2.black-bg a:hover {
  color: #fff !important;
}
.vina-contact-form .control-label {
  display: none;
}
.vina-contact-form .form-horizontal .controls {
  margin: 0;
}
.vina-contact-form .control-group.jform_name {
  width: 50%;
  float: left;
  padding-right: 10px;
  margin-bottom: 12px;
}
.vina-contact-form .control-group.jform_email {
  width: 50%;
  float: left;
  padding-left: 10px;
  margin-bottom: 12px;
}
.vina-contact-form .control-group.jform_message {
  width: 100%;
  float: left;
  margin-bottom: 36px;
}
.vina-contact-form .control-group.captcha input {
  width: auto;
}
.vina-contact-form input {
  padding: 6px 20px 7px 20px;
  border-radius: 0px;
  background: rgba(59,69,80,0.5);
  border: 0px;
  outline: none;
  width: 100%;
  color: #939fa6;
}
.vina-contact-form input:focus,
.vina-contact-form input:focus:invalid:focus {
  box-shadow: none;
  border: 0px;
  color: #939fa6;
}
.vina-contact-form input.submit {
  display: inline-block;
  width: auto;
  padding: 0px 20px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
}
.vina-contact-form textarea {
  min-height: 240px;
  padding: 8px 20px 8px 20px;
  border-radius: 0px;
  background: rgba(59,69,80,0.5);
  border: 0px;
  outline: none;
  width: 100%;
  color: #939fa6;
}
.vina-contact-form textarea:focus,
.vina-contact-form textarea:focus:invalid:focus {
  box-shadow: none;
  border: 0px;
  color: #939fa6;
}
.vina-contact-2 .vina-contact-form .control-group {
  float: left;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
}
.vina-contact-2 input {
  background: #20b6ea;
  border: 1px solid #e9eaec !important;
  box-shadow: none;
}
.vina-contact-2 textarea {
  background: #20b6ea;
  border: 1px solid #e9eaec !important;
  box-shadow: none;
}
.vina_follow_us {
  font-size: 16px;
}
.vina_follow_us a {
  margin-right: 10px;
  text-decoration: none;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 20px;
  font-size: 13px;
  background: #1c1f23;
}
.vina_follow_us.style2 a {
  background: #20b6ea;
  color: #9fa4af;
}
.vina_follow_us.style2 .social_facebook:hover {
  background: #3B5998;
  color: #fff;
}
.vina_follow_us.style2 .social_twitter:hover {
  background: #4099FF;
  color: #fff;
}
.vina_follow_us.style2 .social_google:hover {
  background: #d34836;
  color: #fff;
}
.vina_follow_us.style2 .social_pinterest:hover {
  background: #c8232c;
  color: #fff;
}
.vina_follow_us.style2 .social_behance:hover {
  background: #1769ff;
  color: #fff;
}
.vina_follow_us.vina_follow_us2 a {
  width: 72px;
  height: 72px;
  background: linear-gradient(#fff,#20b6ea);
  border: 1px solid #e9eaec;
  position: relative;
  top: -7px;
  margin-right: 12px;
  margin-bottom: 10px;
  color: #9fa4af;
}
.vina_follow_us.vina_follow_us2 a em {
  font-size: 32px;
  line-height: 66px;
}
.vina_follow_us.vina_follow_us2 .social_facebook:hover {
  color: #3B5998;
}
.vina_follow_us.vina_follow_us2 .social_twitter:hover {
  color: #4099FF;
}
.vina_follow_us.vina_follow_us2 .social_google:hover {
  color: #d34836;
}
.vina-boxed {
  padding: 27px 30px 30px 30px;
  border: 1px solid #e9eaec;
  border-radius: 8px;
  text-align: center;
}
.vina-action {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 0.18s ease-in 0s;
  -o-transition: all 0.18s ease-in 0s;
  transition: all 0.18s ease-in 0s;
  font-weight: 700;
  border-radius: 45px 45px 45px 45px;
  text-align: center;
  display: inline-block;
  border: none;
}
ul.list li {
  margin: 0 0 10px;
  padding: 0;
}
ul.list li:before {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  margin-right: 8px;
  width: 0;
}
#sp-comingsoon ul.social-icons >li {
  margin: 0;
}
#sp-comingsoon ul.social-icons >li a {
  line-height: 26px;
}
#sp-comingsoon ul.social-icons >li a:hover:before {
  border: 1px solid #fff;
}
div.order-view #com-form-order-submit {
  margin-top: 20px;
}
#sp-footer1 .sp-module {
  margin: 0;
}
.to-top {
  background: #bbb;
  bottom: 35px;
  display: none;
  height: 45px;
  position: fixed;
  right: 12px;
  width: 45px;
  line-height: 45px;
  z-index: 9999;
  border-radius: 0px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.to-top:hover {
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  #sp-header .sp-megamenu-wrapper .sp-megamenu-parent > li > a {
    padding: 25px 5px;
    font-size: 12px;
  }
  .sp-module .sp-module-title span{
    font-size: 13px;
padding: 4px 35px 4px 5px;
  }
  #sp-header .vina-menu-category .sp-module-title span {
    font-size: 38px;
  }
  #sp-feature #sp-feature-right .sp-module .sp-module-title span {
    font-size: 16px;
  }
  #sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form .acymailing_form .acyfield_email {
    width: inherit;
  }

  #sp-module-top .menu-top .sp-module-content {
    padding: 0;
    border: none;
  }
  #sp-module-top .menu-top .sp-module-content ul > li > a {
	padding:0 10px;
  }
  #sp-module-top .sp-module .sp-module-content {
    padding: 0;
  }
  #sp-module-top .cart-menu-top .sp-module-content {
    padding: 0;
  }
  .breadcrumb li {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 992px) {

  .blog .entry-image.intro-image img {
      max-height: 250px;
      max-width: 250px;
    }
  .item-inner-wrapper .image-block > a .pro-image{
    height: 120px;
  }
  .rt-feature-box-wrapper .rt-feature-box-body .rt-feature-box-content{
    font-size: 55px;
  }
  #offcanvas-toggler {
    line-height: 60px;
  }
  .sp-default-logo {
    max-width: 300px;
    width: 100%;
  }
  #sp-module-top {
    margin-top: 10px;
  }
  #sp-header .vina-menu-category .sp-module-title span {
    padding: 26px 20px 26px;
  }
  #sp-category-menu {
    z-index: 10;
  }

  .sp-megamenu-wrapper .visible-xs {
    display: block !important;
  }
  .sp-megamenu-wrapper .hidden-xs {
    display: none !important;
  }

  #sp-feature-left,
  #sp-feature-right {
    display: none;
  }
  #sp-feature-center {
    width: 100%;
  }
  #sp-feature-center .bannerfeature .banner-wapper .banner-home-inner >a img {
    width: 100% !important;
    height: 117px !important;
  }
  .vmCartModule .cart-icon {
  padding: 0;
}
  #sp-bottom1,
  #sp-bottom2 {
    width: 100%;
  }
  #sp-bottomcontact {
    width: 100%;
  }
  #sp-bottomlatest {
    margin-top: 20px;
  }
  #sp-bottomnewsletter {
    margin-top: 20px;
    float: right;
  }
  #sp-logo .logo {
    display: inline-block;
    text-align: center;
  }
  #sp-logo .logo span {
    display: inline-block !important;
    margin-top: 0;
    margin-bottom: 0;
  }
  .vm-col {
    width: 50%;
  }
  #sp-module-top {
    text-align: right;
  }
  #sp-module-top .sp-column {
    display: inline-block;
    margin: 0 auto;
  }
  .zoomContainer {
    display: none;
  }
  #sp-logo {
      display: inline-block;
      padding: 10px 10px 10px 30px;
  }
  #vina-tab-block .nav > li > a {
    padding: 15px 15px !important;
    font-size: 12px;
    border-radius: 3px;
  }
}

@media only screen and (max-width: 767px) {
  .introblog.col-md-10 {
    width: 100%;
    padding: 0 30px;
  }
  .introblog.col-md-2 {
    display: none;
  }
  .sp-vmsearch .search-input-wrapper input {
    height: 30px;
    min-height: 30px;
  }
  .search-button-wrapper button{
    height: 30px !important;
    min-height: 30px!important;
    line-height: 30px!important;
  }
  .item-169 .nav-child.small li a{
    min-width: auto!important;
  }
  .item-169.deeper.parent:hover .nav-child.small li{
  min-width: auto!important;
  width: 100%;
  }
  .item-169.deeper.parent:hover .nav-child.small li a{
  min-width: auto!important;
  width: auto;
  }
#sp-module-top .nav.menu {
    display: block !important;
    margin: 0px 0px 0px 20px;
}
  #sp-logo-header #sp-logo .logo {
    margin: 30px 0px;
  }
  #sp-module-top {
    margin-bottom: 0px;
  }
  #sp-module-top .sp-column {
    border: medium none;
  }
  #sp-module-top .sp-module {
    display: inline-block;
    border: none;
  }
  #sp-module-top .sp-module.menu-top {
    border: none;
    text-align: center;
  }
  #sp-module-top .sp-module.menu-top .sp-module-content {
    padding-bottom: 0px;
  }
  #sp-module-top .sp-module.cart-menu-top {
    float: right;
    display: inline-block;
    margin-bottom: 5px;
    border: none;
  }
  .banner-wapper a img {
    height: 100px;
  }
  #sp-module-top .sp-module .sp-module-content .inputbox {
    min-width: 140px;
  }
  #sp-bottom-2 #sp-bottomlatest,
  #sp-bottom-2 #sp-bottomnewsletter {
    width: 100%;
  }
  #sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form .acymailing_form {
    position: relative;
  }
  #sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form .acymailing_form .acysubbuttons {
    position: absolute;
    right: 5px;
  }
  #sp-footer #sp-footer1,
  #sp-footer #sp-footer2 {
    text-align: center;
  }
  #sp-footer #sp-footer1 .sp-column,
  #sp-footer #sp-footer2 .sp-column {
    display: inline-block;
    margin: 0 auto;
    float: none;
  }
  #sp-footer #sp-footer2 {
    margin-top: 15px;
  }
  #sp-module-top .sp-module .sp-module-content {
    padding: 15px 0px;
  }
  #sp-right,
  #sp-left {
    width: 100%;
    display: inline-block;
    margin: 20px 0px;
  }
  #sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form .acymailing_form .acysubbuttons .button {
    position: relative;
  }
}
@media only screen and (max-width: 599px) {

  #vina-tab-block .nav li {
    margin: 0 10px 10px 0;
  }
  .article-info {
    width: 100%;
    display: inline-block;
  }
  .article-info .category-name {
    padding-top: 0;
  }
}
@media only screen and (max-width: 479px) {
  .item-inner-wrapper .image-block > a .pro-image{
    height: 120px;
  }
  #sp-slide .social{
    text-align: center;
  }
  #sp-slide .social a{
    margin: 0!important;
  }
  #sp-module-top .sp-module .sp-module-content ul > li{
    padding: 0 !important;
  }
  #sp-module-top .nav.menu{
    margin: 5px 0px 0px 0px;
  }

  #sp-module-top .sp-module .sp-module-content ul {
    text-align: center;
  }
  #sp-module-top .sp-module .sp-module-content ul >li {
    float: none;
    display: inline-block;
  }

  #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 {
    padding-top: 30px;
    left: 0;
  }
  #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 h2.title1,
  #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow2 h2.title1 {
    font-size: 20px;
  }
  #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 ul li,
  #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow2 ul li {
    font-size: 20px;
    line-height: 25px;
  }
  #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 .sea-more a,
  #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow2 .sea-more a {
    padding: 5px 10px;
  }
  #sp-bottom2 .sp-module-content .col-xs-12 {
    width: 100%;
  }
  #sp-module-top .menu-top .sp-module-content ul {
    border: none;
  }
  #sp-module-top .menu-top .sp-module-content ul > li {
    float: left;
  }
  #sp-module-top .menu-top .sp-module-content ul > li > a {
	padding: 0 5px;
  }
  #sp-module-top .sp-module .sp-module-content ul > li > a{
    min-width: 70px;
    font-size: 10px;
  }
  #sp-module-top .sp-module.cart-menu-top {
    width: 100%;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
    margin: 0 5px 5px 5px;
  }
}
@media only screen and (max-width: 319px) {
  #sp-bottom-2 #sp-bottomcontact .t-bottom-content {
    padding: 0;
  }
  #sp-bottom-2 #sp-bottomlatest {
    margin-top: 50px;
  }
  #sp-bottom-2 #sp-bottomlatest .header-block {
    top: -20%;
    right: -10%;
  }
  #sp-bottom-2 #sp-bottomnewsletter .acymailing_module_form .acymailing_form .acysubbuttons .button {
    padding: 13px 5px 14px;
  }
  #sp-feature .sp-column .sp-module-content .camera_wrap .camera_target_content .banner7-des .bannerSlideshow1 {
    left: -30px;
  }
  .offcanvas-menu {
    width: 220px;
  }
  #sp-header .vina-menu-category .sp-module-title span {
    padding: 26px 10px 26px;
    font-size: 30px;
    line-height: 38px;
  }

}
