@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800italic,800,700italic,600italic,600,400italic,300italic,300);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic);
@import url('https://fonts.googleapis.com/css?family=Bad+Script|Cuprum:400,400i,700,700i|Pathway+Gothic+One&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Acme|Cuprum:400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');

/*-----------------------------------------------------------------------------------
Theme Name: WICON
Author: Viki Team
Author URI: http://www.vikitheme.com
Version: 1.0.0
Description: A Beautiful, Professional and Multipurpose Theme Made by Viki Team
-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
[Table of contents]

    - Base
    - Elements
    - Components
        - Alert boxes
        - Buttons
        - Colors
        - Counters
        - Dividers
        - FAQ
        - Heading
        - Icon boxes
        - Icons
        - Image sliders
        - Pricing table
        - Tabs
    - Layout
        - Blog
            - Blog grid
            - Blog list
            - Single blog

        - Header
        - Homepage
            - Home dark
            - Home default
            - Home shop
        - Page
            - 404
            - About
            - Career
            - Contact
            - FAQ
            - Testimonial
        - Project
            - Project list
            - Project grid
            - Single project
        - Service
            - Construction
            - Consultant
            - Design
            - Furniture
        - Shop
            - Shop
            - Shopcart
            - Shop checkout
            - Single product
        - Footer

---------------------------------------------------------------- */
/* BASE */
body {
  font-size: 14px;
  font-weight: 300;
  font-family: 'Montserrat';
  color: #000; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat';
  font-weight: 600;
  margin-top: 0; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 26px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 14px; }

p {
  line-height: 26px; }

ul, ol {
  padding-left: 50px;
  line-height: 26px; }
  ul ul, ul ol, ol ul, ol ol {
    padding-left: 30px; }

ul ul {
  list-style: disc; }

blockquote {
  font-size: 16px;
  color: #272727;
  padding-left: 45px;
  border-left: none;
  font-style: italic;
  line-height: 26px; }
  @media (min-width: 992px) {
    blockquote {
      padding-left: 80px; } }

/* ELEMENTS */
#scrollUp {
  bottom: 20px;
  right: 20px;
    background: #ffffff;
    border: 0px solid #607d8b;
    color: #607d8b;
  font-size: 20px;
  text-decoration: none;
  /* opacity: .5; */
  padding: 10px 18px;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
  -webkit-backface-visibility: hidden; }
  
  @media (min-width: 992px) {
    #scrollUp {
      bottom: 40px;
      right: 20px; } }
	  
	#scrollUp.inverse {background-color: #607d8b;color: #272727; }
	#scrollUp:hover {opacity: 1;background: #607d8b url(../images/nav.png);color: #607d8b;  }

.vk-clear-padding {
  padding: 0; }
  .vk-clear-padding-left {
    padding-left: 0; }
  .vk-clear-paddingright {
    padding-right: 0; }
  .vk-clear-padding-top {
    padding-top: 0; }
  .vk-clear-padding-bottom {
    padding-bottom: 0; }

.vk-clear-margin {
  margin: 0; }
  .vk-clear-margin-left {
    margin-left: 0; }
  .vk-clear-marginright {
    margin-right: 0; }
  .vk-clear-margin-top {
    margin-top: 0; }
  .vk-clear-margin-bottom {
    margin-bottom: 0; }

.vk-img {
  display: block;
  position: relative; }
  .vk-img img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .vk-img:focus, .vk-img:hover {
    outline: none; }
    .vk-img:focus img, .vk-img:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  .vk-img-frame {
    overflow: hidden;
    position: relative;
    z-index: 1;
	  /* border-bottom: 10px solid #fff; */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    
	.vk-img-frame img {
      width: 100%;
		/* border: 5px solid #613b2c; */
	  }

::selection {
  background-color: #607d8b;
  color: #fff; }

.vk-table {
  width: 100%; }

.vk-fullwidth {
  width: 100% !important; }

.vk-space {
  display: block; }
  .vk-space.x-small {
    padding: 10px 0; }
    @media (min-width: 992px) {
      .vk-space.x-small {
        padding: 20px 0; } }
  .vk-space.small {
    padding: 15px 0; }
    @media (min-width: 992px) {
      .vk-space.small {
        padding: 30px 0; } }
  .vk-space.medium {
    padding: 25px 0; }
    @media (min-width: 992px) {
      .vk-space.medium {
        padding: 50px 0; } }
  .vk-space.x-medium {
    padding: 30px 0; }
    @media (min-width: 992px) {
      .vk-space.x-medium {
        padding: 60px 0; } }
  .vk-space.large {
    padding: 50px 0; }
    @media (min-width: 992px) {
      .vk-space.large {
        padding: 100px 0; } }
		
  .vk-space.x-large {
    padding: 40px; }
	
    @media (min-width: 992px) {
      .vk-space.x-large {
        padding: 20px 0; } }

.vk-list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal; }
  .vk-list-inline:after {
    clear: both;
    content: "";
    display: table; }
  .vk-list-inline li {
    float: left; }
  .vk-list-icon li {
    position: relative;
    padding: 15px 15px 15px 19px; }
    .vk-list-icon li:after {
      content: '';
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: 0;
      background: #f4f4f4;
      background: -moz-linear-gradient(left, #F4F4F4 0%, #fff 100%);
      background: -webkit-linear-gradient(left, #F4F4F4 0%, #fff 100%);
      background: linear-gradient(to right, #F4F4F4 0%, #fff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$grey-5', endColorstr='$white',GradientType=1 ); }
	  
    .vk-list-icon li .fa {
      padding-right: 10px; }
	  
  .vk-list-client-style-1 li {
    border: 3px solid #ffffff;
    float: left;
    width: calc(100% / 2); }
	
    .vk-list-client-style-1 li:nth-child(n+4) {
      margin-top: -1px; }
	  
    .vk-list-client-style-1 li:nth-child(3n), .vk-list-client-style-1 li:nth-child(3n-1) {
      margin-left: -1px; }
	  
    .vk-list-client-style-1 li img {
      width: 100%; }
	  
  .vk-list-client-style-2 {
    float: left;
    width: 100%; }
    .vk-list-client-style-2 li {
      float: left;
      width: calc(100% / 6);
      text-align: center; }
    .vk-list-client-style-2 img {
      width: auto;
      margin: auto; }
  .vk-list-step img {
    width: 100%; }
  .vk-list-step .vk-title {
    margin-bottom: 20px; }
  /* .vk-list-step .left-step { */
    /* display: none; } */
	
    @media (min-width: 992px) {
      .vk-list-step .left-step {
        display: block;
        padding-right: 100px; }
		}
		
		.vk-list-step .right-step {
			padding-top: 0;
			padding-left: 95px;
		}
	
    @media (min-width: 992px) {
      .vk-list-step .right-step {
			padding-left: 70px;
			margin-left: 0;
			padding-right: 10px;
			padding-top: 0px;
		} }
		
  .vk-list-step .item-row {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left; }
	
.vk-list-step .vk-days {
    transform: rotate(0deg);
    border-radius: 0%;
    background: #607d8b;
    width: 85px;
    height: 85px;
    right: -10px;
    line-height: 74px;
    position: absolute;
    bottom: 35px;
    top: unset;
    z-index: 501;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    border: 4px solid #ffffff;
    box-shadow: 0px 1px 10px #00000087;
}
	
    .vk-list-step .item-row:last-child {
      padding-bottom: 0; }
	  
    @media (min-width: 992px) {
      .vk-list-step .item-row:nth-child(even) .left-step {
        float: right;
        padding-left: 90px;
        padding-right: 15px; } }
		
    @media (min-width: 992px) {
      .vk-list-step .item-row:nth-child(even) .right-step {
        padding-left: 15px;
        padding-right: 90px;
        text-align: left; } }
		
    .vk-list-step .item-row:before {
      content: '';
      position: absolute;
      width: 1px;
      height: 100%;
      background-color: #EAEAEA;
      display: block;
	  
      left: 45px; }
      @media (min-width: 992px) {
        .vk-list-step .item-row:before {
          right: 45px;
          margin: auto; } }
		  
    .vk-list-step .item-row:after {
      content: attr(aria-label);
      position: absolute;
      top: 0;
      left: 15px;
      font-size: 60px;
      font-weight: 600;
      padding-top: 5px;
      padding-left: 5px;
      width: 60px;
      height: 60px;
      border: 2px solid;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #eaeaea;
      background-color: #fff; }
	  
      @media (min-width: 992px) {
        .vk-list-step .item-row:after {
          right: 15px;
          bottom: 0;
          margin: auto;
          font-size: 70px;
          width: 80px;
          height: 80px; } }
		  
  .vk-list-step-mini li {
    text-transform: uppercase;
    font-weight: 500;
    color: #272727;
    width: calc(100% / 3.01);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    text-align: center; }
    .vk-list-step-mini li:not(:last-child) {
      padding-right: 18px; }
    .vk-list-step-mini li:before {
      content: attr(aria-level);
      font-size: 70px;
      font-weight: 600;
      color: #F4F4F4;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      -moz-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      -o-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      z-index: -1;
      line-height: 1; }
      @media (min-width: 992px) {
        .vk-list-step-mini li:before {
          font-size: 100px;
          top: -12px; } }
    .vk-list-step-mini li:after {
      content: "\f054";
      font-family: FontAwesome;
      font-size: 18px;
      color: #B0B0B0;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      align-items: center;
      display: flex; }
    .vk-list-step-mini li:last-child:after {
      display: none; }
  .vk-list-quantity .vk-btn, .vk-list-quantity input {
    padding: 5px;
    width: 40px;
    height: 40px;
    border: 1px solid #EAEAEA;
    color: #B0B0B0; }
  .vk-list-quantity .vk-btn {
    background-color: #F4F4F4; }
    .vk-list-quantity .vk-btn:active {
      border-color: #607d8b;
      background-color: #EAEAEA; }
  .vk-list-quantity input {
    text-align: center; }
    .vk-list-quantity input:focus {
      outline: none; }

.vk-text-capitalize {
  text-transform: capitalize; }

.vk-text-uppercase {
  text-transform: uppercase; }

.vk-text-center {
  text-align: center; }

.vk-text-left {
  text-align: left; }

.vk-text-right {
  text-align: right; }

.vk-text-italic {
  font-style: italic; }

.vk-text-color-white {
  color: #fff; }

.vk-text-color-black {
  color: #000; }

.vk-text-color-yellow-1 {
  color: #ed3507; }

.vk-text-color-yellow-2 {
  color: #E5AC00; }

.vk-text-color-black-1 {
  color: #272727; }

.vk-text-color-black-2 {
  color: #613b2c; }

.vk-text-color-green-1 {
  color: #9DC835; }

.vk-text-color-green-2 {
  color: #87AC2D; }

.vk-text-color-turquoise-1 {
  color: #3EC0A3; }

.vk-text-color-turquoise-2 {
  color: #269C82; }

.vk-text-color-blue-1 {
  color: #4C9ECD; }

.vk-text-color-blue-2 {
  color: #2C7BA9; }

.vk-text-color-violet-1 {
  color: #AA6BD2; }

.vk-text-color-violet-2 {
  color: #8145A7; }

.vk-text-color-grey-1 {
  color: #8D8D8D; }

.vk-text-color-grey-2 {
  color: #B0B0B0; }

.vk-text-color-grey-3 {
  color: #B3BDC7; }

.vk-text-color-grey-4 {
  color: #EAEAEA; }

.vk-text-color-grey-5 {
  color: #F4F4F4; }

.vk-text-color-grey-6 {
  color: #b7b7b7; }

.vk-text-color-grey-7 {
  color: #464646; }

.vk-text-color-success {
  color: #2da530; }

.vk-text-color-success-bg {
  color: #caf5cb; }

.vk-text-color-danger {
  color: #c64747; }

.vk-text-color-danger-bg {
  color: #ffe0e0; }

.vk-text-color-warning {
  color: #e7b300; }

.vk-text-color-warning-bg {
  color: #fff2cb; }

.vk-text-color-default {
  color: #636363; }

.vk-text-color-default-bg {
  color: #eaeaea; }

.vk-parallax {
  background-position: center; }
  @media (max-width: 991px) {
    .vk-parallax {
      background-size: cover;
      background-position: center !important; } }

.vk-background-fixed {
  background-size: cover;
  background-attachment: fixed; }

.vk-background-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .vk-background-overlay._10 {
    opacity: 0.1; }
  .vk-background-overlay._20 {
    opacity: 0.2; }
  .vk-background-overlay._30 {
    opacity: 0.3; }
  .vk-background-overlay._40 {
    opacity: 0.4; }
  .vk-background-overlay._50 {
    opacity: 0.5; }
  .vk-background-overlay._60 {
    opacity: 0.6; }
  .vk-background-overlay._70 {
    opacity: 0.7; }
  .vk-background-overlay._80 {
    opacity: 0.8; }
  .vk-background-overlay._90 {
    opacity: 0.9; }

.vk-background-white {
  background-color: #fff; }

.vk-background-black {
  background-color: #000; }

.vk-background-yellow-1 {
  background-color: #607d8b; }

.vk-background-yellow-2 {
  background-color: #E5AC00; }

.vk-background-black-1 {
  background-color: #272727; }

.vk-background-black-2 {
  background-color: #613b2c; }

.vk-background-green-1 {
  background-color: #9DC835; }

.vk-background-green-2 {
  background-color: #87AC2D; }

.vk-background-turquoise-1 {
  background-color: #3EC0A3; }

.vk-background-turquoise-2 {
  background-color: #269C82; }

.vk-background-blue-1 {
  background-color: #4C9ECD; }

.vk-background-blue-2 {
  background-color: #2C7BA9; }

.vk-background-violet-1 {
  background-color: #AA6BD2; }

.vk-background-violet-2 {
  background-color: #8145A7; }

.vk-background-grey-1 {
  background-color: #8D8D8D; }

.vk-background-grey-2 {
  background-color: #B0B0B0; }

.vk-background-grey-3 {
  background-color: #B3BDC7; }

.vk-background-grey-4 {
  background-color: #EAEAEA; }

.vk-background-grey-5 {
  background-color: #F4F4F4; }

.vk-background-grey-6 {
  background-color: #b7b7b7; }

.vk-background-grey-7 {
  background-color: #464646; }

.vk-background-success {
  background-color: #2da530; }

.vk-background-success-bg {
  background-color: #caf5cb; }

.vk-background-danger {
  background-color: #c64747; }

.vk-background-danger-bg {
  background-color: #ffe0e0; }

.vk-background-warning {
  background-color: #e7b300; }

.vk-background-warning-bg {
  background-color: #fff2cb; }

.vk-background-default {
  background-color: #636363; }

.vk-background-default-bg {
  background-color: #eaeaea; }

.vk-background-image-1 { background-image: url(../images/background/background-1.jpg); position: relative; }
.vk-background-image-2 { background-image: url(../images/background/background-2.jpg); position: relative; }
.vk-background-image-3 { background-image: url(../images/background/background-3.jpg); position: relative; }
.vk-background-image-4 { background-image: url(../images/background/background-4.jpg); position: relative; }
.vk-background-image-5 { background-image: url(../images/background/background-5.jpg); position: relative; }
.vk-background-image-6 { background-image: url(../images/background/background-6.jpg); position: relative; }
.vk-background-image-7 { background-image: url(../images/background/background-7.jpg); position: relative; }
.vk-background-image-8 { background-image: url(../images/background/background-8.jpg); position: relative; }
.vk-background-image-9 { background-image: url(../images/background/background-9.jpg); position: relative; }
.vk-background-image-10 { background-image: url(../images/background/background-10.jpg); position: relative; }
.vk-background-image-11 { background-image: url(../images/background/background-11.jpg); position: relative; }
.vk-background-image-12 { background-image: url(../images/background/background-12.jpg); position: relative; }
.vk-background-image-13 { background-image: url(../images/background/background-13.jpg); position: relative; }
.vk-background-image-14 { background-image: url(../images/background/background-14.jpg); position: relative; }
.vk-background-image-15 { background-image: url(../images/background/background-15.jpg); position: relative; }
.vk-background-image-16 { background-image: url(../images/background/background-16.jpg); position: relative; }
.vk-background-image-17 { background-image: url(../images/background/background-17.jpg); position: relative; }
.vk-background-image-18 { background-image: url(../images/background/background-18.jpg); position: relative; }
.vk-background-image-19 { background-image: url(../images/background/background-19.jpg); position: relative; }
.vk-background-image-20 { background-image: url(../images/background/background-20.jpg); position: relative; }
.vk-background-image-21 { background-image: url(../images/background/background-21.jpg); position: relative; }
.vk-background-image-22 { background-image: url(../images/background/background-22.jpg); position: relative; }
.vk-background-image-23 { background-image: url(../images/background/background-23.jpg); position: relative; }
.vk-background-image-24 { background-image: url(../images/background/background-24.jpg); position: relative; }
.vk-background-image-25 { background-image: url(../images/background/background-25.jpg); position: relative; }
.vk-background-image-26 { background-image: url(../images/background/background-26.jpg); position: relative; }
.vk-background-image-27 { background-image: url(../images/background/background-27.jpg); position: relative; }

.vk-background-image-01 { background-image: url(../slider/01.jpg); position: relative; }
.vk-background-image-02 { background-image: url(../slider/02.jpg); position: relative; }
.vk-background-image-03 { background-image: url(../slider/03.jpg); position: relative; }
.vk-background-image-04 { background-image: url(../slider/04.jpg); position: relative; }
.vk-background-image-05 { background-image: url(../slider/05.jpg); position: relative; }
.vk-background-image-06 { background-image: url(../slider/06.jpg); position: relative; }

.container {
  position: relative; }
  @media (min-width: 1200px) {
    .container {
      width: 1200px; } }

a {
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover, a:focus {
    color: #607d8b;
    text-decoration: none; }

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-height: 50px; }
  .form-control:focus {
    border-color: #607d8b;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.flaticon:before {
  margin-left: 0; }

.vk-banner {
  position: relative;
  min-height: 160px;
  height: 160px; }
  
  @media (min-width: 992px) {
    .vk-banner {
      min-height: 400px;
      height: 400px; } }
	  
  .vk-banner .wrapper {
    min-height: inherit;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center; }
	
  .vk-banner .page-heading {
    padding: 15px 0;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    letter-spacing: 5px;
    width: 100%; }
	
    @media (min-width: 992px) {
      .vk-banner .page-heading {
        position: absolute;
        font-size: 44px;
        top: auto;
        letter-spacing: 7px;
        bottom: 110px;
        left: 0;
        padding: 15px; } }
		
  @media (min-width: 992px) {
    .vk-banner-small {
      min-height: 290px;
      height: 290px; } }
	  
  @media (min-width: 992px) {
    .vk-banner-small .page-heading {
      bottom: auto; } }
	  
  .vk-banner-large {
    min-height: 500px;
    height: 500px; }
	
    @media (min-width: 992px) {
      .vk-banner-large {
        min-height: 850px;
        height: 850px; }

		}
		
		
	.vk-bg {
		text-shadow: 0px 1px 1px #00000069;
		height: 600px;
		padding: 490px 0 40px 0;
		background-position: 0px -150px !important;
		background-attachment: fixed !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		overflow: hidden;
	}
	
	.vk-bg .heading { bottom: 50px; }
	.vk-bg .heading h1 {		
		font-family: 'Pathway Gothic One';
		font-size: 45px;
		color: #fff;
		font-weight: 600;
		position: relative;
		padding: 0px;
		margin: 0px;
		text-transform: uppercase;
	}

	.vk-bg .heading h2 {		
		font-size: 17px;
		color: #fff;
		text-transform: capitalize;
	}
	
.vk-breadcrumb {
	font-weight: 400;
	padding: 14px 0;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    background: linear-gradient(to left,#f5f5f5 0%,#ffffff 100%);
  }
  
  @media (min-width: 992px) {
    .vk-breadcrumb {
		font-weight: 400;
		padding: 20px 0; 
	    border-top: 1px solid #f3f3f3;
		border-bottom: 1px solid #f3f3f3;
		background: linear-gradient(to left,#f5f5f5 0%,#ffffff 100%);
		}
	}			
		
		
    .vk-banner-large .page-heading {
      letter-spacing: normal; }
	  
      @media (min-width: 992px) {
        .vk-banner-large .page-heading {
             bottom: 20% !important;
			position: absolute;
		  } }
		  
    .vk-banner-large .vk-text {
      display: block;
      line-height: 30px; }
      @media (min-width: 768px) {
        .vk-banner-large .vk-text {
          line-height: normal; } }
    .vk-banner-large .title-main {
      font-size: 24px;
      font-weight: 600; }
      @media (min-width: 768px) {
        .vk-banner-large .title-main {
          font-size: 60px; } }
    .vk-banner-large .title-sub {
      font-size: 18px;
      font-weight: 500; }
      @media (min-width: 768px) {
        .vk-banner-large .title-sub {
          font-size: 49px;
          margin-top: -18px; } }
  .vk-banner-x-large {
    min-height: 500px;
    height: 500px; }
    @media (min-width: 992px) {
      .vk-banner-x-large {
        min-height: 900px;
        height: 900px; } }
    .vk-banner-x-large .page-heading {
      letter-spacing: normal; }
      @media (min-width: 992px) {
        .vk-banner-x-large .page-heading {
          text-align: right;
          bottom: 480px; } }
    .vk-banner-x-large .vk-text {
      display: block;
      line-height: 26px; }
      @media (min-width: 768px) {
        .vk-banner-x-large .vk-text {
          line-height: normal; } }
    .vk-banner-x-large .title-main {
      font-size: 32px;
      font-weight: 700; }
      @media (min-width: 768px) {
        .vk-banner-x-large .title-main {
          font-size: 60px; } }
    .vk-banner-x-large .title-sub {
      font-size: 15px;
      font-weight: 300;
      margin-top: -2px; }
      @media (min-width: 768px) {
        .vk-banner-x-large .title-sub {
          margin-top: 0;
          font-size: 31px;
          font-weight: 300;
          margin-top: -17px; } }
  .vk-banner-homepage {
    min-height: 0;
    height: auto; }
    .vk-banner-homepage .vk-background-image img {
      width: 100%; }
    .vk-banner-homepage .content {
      position: absolute;
      bottom: 50%;
      -webkit-transform: translateY(50%);
      -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
      -o-transform: translateY(50%);
      transform: translateY(50%);
      width: 100%; }
	  
    @media (min-width: 992px) {
      .vk-banner-homepage .page-heading {
        position: static; } }
  .vk-banner-mod {
    height: 100%; }
	
    .vk-banner-mod .page-heading {
      text-transform: none;
    text-shadow: 0px 1px 1px #00000070
	  }
	  
    .vk-banner-mod .title-main {
      font-size: 36px;
      line-height: 30px; }
	  
      @media (min-width: 992px) {
        .vk-banner-mod .title-main {
          font-size: 80px;
          /* line-height: normal;  */
		  font-family: Oswald;
		  } }
		  
    .vk-banner-mod .title-sub {
		  font-size: 14px;
		  font-weight: 400;
		  letter-spacing: 2px;
	  }
	  
		  
    .vk-banner-mod .title-up {
	font-size: 24px;
		font-weight: 700;
		letter-spacing: 5px;
		margin-bottom: 0px;
		margin-left: -350px;
		text-transform: uppercase;
	  }	  
	  
      @media (min-width: 992px) {
        .vk-banner-mod .title-sub {
             font-size: 23px;
			letter-spacing: 2px;
		  } 
		  
		  
		  
		}


  .vk-breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: normal; }
	
    @media (min-width: 992px) {
      .vk-breadcrumb ul {
        text-align: left; } }
    .vk-breadcrumb ul li {
      display: inline-block;
      text-transform: capitalize; }
      .vk-breadcrumb ul li:not(:last-child):after {
        content: '\f105';
        font-family: FontAwesome;
        padding: 0 6px 0 10px; }

.vk-menu-right {
  text-transform: capitalize; }
  .vk-menu-right li a {
    display: block;
    padding: 12px; }
    @media (min-width: 992px) {
      .vk-menu-right li a {
        padding: 12px 15px 12px 30px; } }
    .vk-menu-right li a:hover, .vk-menu-right li a:focus {
      background: #f4f4f4;
      background: -moz-linear-gradient(left, #f4f4f4 0%, #ffffff 100%);
      background: -webkit-linear-gradient(left, #f4f4f4 0%, #ffffff 100%);
      background: linear-gradient(to right, #f4f4f4 0%, #ffffff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=1); }

.vk-search-form .form-group {
  position: relative; }

.vk-search-form .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 60px; }

.vk-search-form .vk-btn-search {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  padding: 16px;
  background-color: transparent;
  color: #B0B0B0; }
  .vk-search-form .vk-btn-search:hover, .vk-search-form .vk-btn-search:focus {
    color: #607d8b; }

.main-wrapper {
  overflow: hidden; }

.vk-page .left, .vk-page .right {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 992px) {
    .vk-page .left, .vk-page .right {
      padding-top: 120px;
      padding-bottom: 120px; } }

.vk-page .right {
  padding-top: 0; }
  @media (min-width: 992px) {
    .vk-page .right {
      padding-left: 0;
      padding-top: 120px;
      border-left: 1px solid #EAEAEA;
      margin-left: -1px; } }

.vk-page .left {
  padding-left: 30px;
  margin-left: -15px; }
  @media (min-width: 992px) {
    .vk-page .left {
      border-right: 1px solid #EAEAEA; } }

.vk-page .vk-menu-right {
  border-top: 1px solid #EAEAEA;
  text-align: center;
  padding-top: 12px; }
  @media (min-width: 992px) {
    .vk-page .vk-menu-right {
      text-align: left;
      padding-top: 0;
      border-top: none; } }

.vk-page .vk-heading {
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .vk-page .vk-heading {
      margin-bottom: 40px; } }

.vk-input-file {
  width: 0;
  height: 0;
  overflow: hidden; }
  .vk-input-file + label {
    width: 100%;
    height: 50px;
    background-color: #fff;
    font-weight: 300;
    display: flex;
    margin: 0;
    align-items: center;
    padding-left: 57px; }
    .vk-input-file + label span {
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow: hidden;
      width: 170px; }
    .vk-input-file + label .fa {
      position: absolute;
      right: 0;
      left: auto !important;
      width: 50px;
      height: 50px;
      background-color: #272727;
      color: #fff !important;
      display: flex;
      align-items: center;
      justify-content: center;
      top: 0 !important;
      cursor: pointer; }

.vk-section {
  padding: 60px 0; }
  @media (min-width: 992px) {
    .vk-section {
      padding: 80px 0; } }
  .vk-section .right {
    padding: 0 15px;
    margin-left: 0; }
    @media (min-width: 992px) {
      .vk-section .right {
        padding-right: 85px; } }
  .vk-section .left {
    padding-bottom: 20px; }
    @media (min-width: 992px) {
      .vk-section .left {
        padding-bottom: 0;
        float: right; } }
		
  .vk-section .vk-title {
    margin-top: 15px;
	  color: #000;
    margin-bottom: 15px;

	}
	
  .vk-section p {
margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #607d8b;
    color: #000;
    line-height: 25px;
    font-family: 'Open Sans';
    text-align: justify;
    font-weight: 500;
	
   }
	
  @media (min-width: 992px) {
    .vk-section .content {
      padding-bottom: 35px; } }
  .vk-section-style-1 .left-content {
    padding-bottom: 25px; }
    @media (min-width: 992px) {
      .vk-section-style-1 .left-content {
        float: right;
        padding-bottom: 0; } }
  .vk-section-style-1 .vk-buttons .vk-btn {
    min-height: 60px;
    min-width: 100%;
    justify-content: flex-start; }
    @media (min-width: 992px) {
      .vk-section-style-1 .vk-buttons .vk-btn {
        min-width: 300px; } }
    .vk-section-style-1 .vk-buttons .vk-btn .icon {
      min-width: 60px; }
    .vk-section-style-1 .vk-buttons .vk-btn .fa {
      font-size: 24px; }
    .vk-section-style-1 .vk-buttons .vk-btn .title .fa {
      padding-right: 15px; }
  @media (min-width: 480px) {
    .vk-section-style-2 {
      width: 480px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 768px) {
    .vk-section-style-2 {
      width: auto; } }
  .vk-section-style-2 .left-content {
    padding-bottom: 25px; }
    @media (min-width: 992px) {
      .vk-section-style-2 .left-content {
        padding-bottom: 0;
        float: right; } }
  .vk-section-style-2 .vk-buttons {
    border: 1px solid #EAEAEA;
    border-left: none;
    border-right: none;
    border-bottom: none;
    display: flex;
    padding-top: 7px;
    padding-bottom: 3px; }
    .vk-section-style-2 .vk-buttons .vk-btn {
      margin-right: 0;
      margin-left: auto;
      font-weight: 500;
      padding: 0; }
      .vk-section-style-2 .vk-buttons .vk-btn .fa {
        padding-left: 10px;
        margin-top: -2px; }
  .vk-section-style-2 .vk-counter {
    background-color: transparent;
    display: inline-flex;
    padding: 0;
    width: 70%;
    text-align: left; }
    .vk-section-style-2 .vk-counter .content {
      padding: 0;
      width: 100%; }
    .vk-section-style-2 .vk-counter .number-count {
      font-size: 44px;
      margin-bottom: 0;
      color: #607d8b;
      width: auto; }
      .vk-section-style-2 .vk-counter .number-count:after {
        height: 35px;
        margin-left: 10px; }
    .vk-section-style-2 .vk-counter .title {
      width: auto;
      padding-left: 6px; }
  .vk-section-style-2 .vk-heading {
    margin-bottom: 25px; }
    @media (min-width: 992px) {
      .vk-section-style-2 .vk-heading {
        margin-bottom: 45px; } }
  @media (min-width: 992px) {
    .vk-section-style-3 {
      width: auto; } }
  .vk-section-style-3 .box-filter {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .vk-section-style-3 .box-filter {
        margin-bottom: 0;
        position: absolute;
        top: 0;
        right: 15px; } }
    .vk-section-style-3 .box-filter .vk-filter {
      width: 100%; }
  .vk-section-style-4 {
    text-align: center;
    background-color: #874649; }
    @media (min-width: 992px) {
      .vk-section-style-4 {
        text-align: center; } }
    .vk-section-style-4 .vk-heading {
      color: #fff;
      margin-bottom: 10px !important; }
    .vk-section-style-4 p {
      margin-bottom: 10px;
      color: #fff;
      font-size: 18px;
      line-height: 36px;
      font-weight: 500;
      margin-bottom: 0; }
      @media (min-width: 992px) {
        .vk-section-style-4 p {
           font-size: 16px;
    line-height: 24px;
		  } }
    .vk-section-style-4 .vk-buttons {padding-top: 40px;   text-shadow: 0px 0px 1px #00000000;}	  
    .vk-section-style-4 .vk-btn {width: 100%; }    
	
	@media (min-width: 768px) {.vk-section-style-4 .vk-btn {width: auto; } }
    .vk-section-style-4 .vk-btn .fa {color: #ffffff; }
	.vk-section-style-5 .vk-heading {
		position: absolute;
		bottom: 0;
		left: 30px;
		right: 30px;
		text-align: center;
		overflow: hidden;
		display: flex;
		align-items: center;
		margin-bottom: 0 !important;
		padding: 60px 15px;
		font-size: 24px; }
	
    @media (min-width: 768px) {
      .vk-section-style-5 .vk-heading {
        padding-left: 0;
        left: 10px;
        right: 10px;
        justify-content: center; } }
    @media (min-width: 1200px) {
      .vk-section-style-5 .vk-heading {
        justify-content: flex-start;
        padding-left: 30px;
        left: 30px;
        right: 30px;
        font-size: 28px; } }
    .vk-section-style-5 .vk-heading a {
      color: #fff; }
    .vk-section-style-5 .vk-heading:after {
      content: attr(aria-label);
      font-size: 100px;
      font-weight: 600;
      color: #607d8b;
      opacity: .7;
      position: absolute;
      z-index: 1;
      left: 15px;
      top: 0;
      bottom: 0;
      display: flex;
      align-items: center; }
      @media (min-width: 768px) {
        .vk-section-style-5 .vk-heading:after {
          left: 20%;
          font-size: 120px; } }
      @media (min-width: 1200px) {
        .vk-section-style-5 .vk-heading:after {
          left: 8%; } }
    .vk-section-style-5 .vk-heading span {
      position: relative;
      padding-left: 15px;
      z-index: 2; }
      .vk-section-style-5 .vk-heading span:before {
        content: '';
        height: 1px;
        width: 60px;
        background-color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 100%; }
        @media (min-width: 992px) {
          .vk-section-style-5 .vk-heading span:before {
            width: 30px; } }
        @media (min-width: 1200px) {
          .vk-section-style-5 .vk-heading span:before {
            width: 60px; } }
  .vk-section-style-6 {
    position: relative;
    overflow: hidden; }
    .vk-section-style-6 .left-content {
      position: absolute;
      top: 0;
      overflow: hidden; }
  .vk-section-style-7 .content {
    padding-top: 20px; }
    @media (min-width: 992px) {
      .vk-section-style-7 .content {
        padding-top: 35px; } }
  .vk-section-style-7 .vk-title {
    line-height: 30px; }
  .vk-section-style-8 {
    padding-top: 15px;
    padding-bottom: 295px;
    background-size: cover; }
    @media (min-width: 992px) {
      .vk-section-style-8 {
        padding: 150px 0; } }
    .vk-section-style-8 .box-content {
      background-color: rgba(255, 255, 255, 0.85);
      padding: 20px 15px 30px;
      text-align: center; }
      @media (min-width: 992px) {
        .vk-section-style-8 .box-content {
          padding: 60px 50px; } }
    .vk-section-style-8 p {
      line-height: normal; }
    .vk-section-style-8 .vk-heading-main {
      font-size: 36px; }
      @media (min-width: 992px) {
        .vk-section-style-8 .vk-heading-main {
          font-size: 48px; } }
    .vk-section-style-8 .vk-title-main {
      font-size: 24px;
      color: #272727; }
      @media (min-width: 992px) {
        .vk-section-style-8 .vk-title-main {
          font-size: 30px; } }
    .vk-section-style-8 .vk-price-main {
      font-size: 48px; }
      @media (min-width: 992px) {
        .vk-section-style-8 .vk-price-main {
          font-size: 60px; } }
    .vk-section-style-8 .vk-buttons {
      padding-top: 10px; }
      @media (min-width: 992px) {
        .vk-section-style-8 .vk-buttons {
          padding-top: 20px; } }
    .vk-section-style-8 .vk-btn-buynow {
      min-width: 170px;
      font-weight: 500; }

.vk-pagination {
  margin: 0;
  padding: 0;
  list-style: none; }
  .vk-pagination li {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px; }
    .vk-pagination li.active {
      color: #607d8b;
      cursor: pointer; }
    .vk-pagination li.back {
      margin-right: 20px;
      position: relative; }
      .vk-pagination li.back:after {
        content: '|';
        position: absolute;
        right: -23px; }
        @media (min-width: 992px) {
          .vk-pagination li.back:after {
            display: none; } }
    .vk-pagination li.next {
      margin-left: 20px; }
    .vk-pagination li:first-child {
      padding-left: 0; }
    .vk-pagination li:last-child {
      padding-right: 0; }
    .vk-pagination li:not(.arrow) {
      display: none; }
      @media (min-width: 992px) {
        .vk-pagination li:not(.arrow) {
          display: inline-block; } }

.vk-filter {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  border: 1px solid #EAEAEA;
  font-weight: 500;
  text-transform: uppercase;
  min-height: 44px;
  width: 200px;
  padding: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  @media (min-width: 992px) {
    .vk-filter {
      width: auto;
      border-top: none;
      border-left: none;
      border-right: none;
      padding: 0; } }
  .vk-filter li {
    display: inline-block;
    padding: 11px 23px;
    cursor: pointer;
    border: 1px solid transparent;
    margin-bottom: -1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .vk-filter li:hover {
      color: #607d8b; }
    .vk-filter li.active {
      color: #607d8b;
      border-color: #EAEAEA;
      border-bottom-color: #fff; }

.vk-btn-readmore {
  color: #607d8b !important;
  font-weight: 500;
  padding-left: 0 !important;
  border: none !important; }
  .vk-btn-readmore .fa {
    padding-left: 8px;
    margin-top: -2px; }
  .vk-btn-readmore:hover, .vk-btn-readmore:focus {
    color: #272727 !important;
    background-color: transparent !important; }

.vk-recent-blog {
  position: relative;
  padding-top: 160px; }
  @media (min-width: 400px) {
    .vk-recent-blog {
      width: 370px;
      margin: auto; } }
  @media (min-width: 992px) {
    .vk-recent-blog {
      width: auto;
      padding-top: 0; } }
	  
  .vk-recent-blog .brief-content {
   background: #fff url(../images/nav.png);
    padding:25px 35px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    z-index: 1;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	}
	
	.vk-recent-blog .brief-content:after {
		position: absolute;
		content: "";
		border: 8px solid transparent;
		border-bottom-color: #c1c1c1;
		border-left-color: #c1c1c1;
		right: -1px;
		top: -16px;
		height: 15px;
	}
	
    @media (min-width: 992px) {
      .vk-recent-blog .brief-content {
        width: 350px;
        position: absolute;
        top: 220px;
        right: -15px;
        margin-left: 0;
        margin-right: 0; }

		}
		
  .vk-recent-blog .vk-img-frame {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    @media (min-width: 992px) {
      .vk-recent-blog .vk-img-frame {
        position: relative; } }
		
  .vk-recent-blog .vk-title {
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 0px;
    text-transform: uppercase;
    line-height: 17px;
    font-size: 15px;}
	
    .vk-recent-blog .vk-title:after {
		content: '';
		width: 100%;
		position: absolute;
		border-bottom: 0px solid #000000;
		bottom: 0;
		left: 0; 
	  }
	  
    .vk-recent-blog .vk-title a {color: #000000; }
	.vk-recent-blog .vk-title a:hover, .vk-recent-blog .vk-title a:focus {color: #607d8b; }
		
  .vk-recent-blog .brief {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    padding-left: 10px;	
	color: #000000; 
    padding-right: 10px;
    border-left: 2px solid #607d8b;
    line-height: 18px;
    font-family: 'Open Sans';
    text-align: justify;
    font-weight: 500;
	}

	.vk-recent-blog .vk-days {
    transform: rotate(0deg);
    border-radius: 0%;
    background: #607d8b;
    width: 100px;
    height: 50px;
    left: 215px;
    line-height: 41px;
    position: absolute;
    top: 247px;
    z-index: 501;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    border: 4px solid #607d8b;
    box-shadow: 0px 1px 2px #00000087;
}

	.vk-recent-blog .vk-full {
    transform: rotate(0deg);
    border-radius: 0%;
    background: #607d8b;
    width: 100px;
    height: 70px;
    right: 50px;
    line-height: 60px;
    position: absolute;
    top: 240px;
    z-index: 501;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    border: 4px solid #ffffff;
    box-shadow: 0px 1px 10px #00000087;
}
	
.mejs-overlay-button {
  display: none; }

.mejs-container .mejs-controls {
  padding: 15px;
  height: auto;
  font-family: "Montserrat"; }
  .mejs-container .mejs-controls div {
    font-family: inherit;
    font-size: 13px;
    width: auto;
    height: auto; }
  .mejs-container .mejs-controls button {
    background: none;
    margin: 0; }
    .mejs-container .mejs-controls button:focus {
      outline: 0; }
    .mejs-container .mejs-controls button:after {
      font-size: 16px;
      font-family: FontAwesome;
      color: #fff;
      font-size: 16px;
      width: 100%;
      height: 100%;
      border: 2px solid #B0B0B0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
  .mejs-container .mejs-controls .mejs-button {
    width: 30px;
    height: 30px; }
    .mejs-container .mejs-controls .mejs-button button {
      width: inherit;
      height: inherit; }
    .mejs-container .mejs-controls .mejs-button.mejs-playpause-button.mejs-play button:after {
      content: "\f04b";
      padding-left: 2px; }
    .mejs-container .mejs-controls .mejs-button.mejs-playpause-button.mejs-pause button:after {
      content: "\f04c"; }
  .mejs-container .mejs-controls .mejs-time-rail {
    width: auto !important;
    position: absolute;
    left: 105px; }
    .mejs-container .mejs-controls .mejs-time-rail span {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
      background: #B0B0B0;
      width: 100% !important;
      margin-left: 0;
      margin-right: 0; }
    .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
      background: #607d8b; }
    .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
      background: #fff; }
    .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
      width: 50px; }
    .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-current {
      width: 100%; }
  .mejs-container .mejs-controls .mejs-volume-button {
    position: absolute;
    right: 40px; }
    .mejs-container .mejs-controls .mejs-volume-button button {
      background: none; }
      .mejs-container .mejs-controls .mejs-volume-button button:after {
        border: none;
        font-size: 20px; }
    .mejs-container .mejs-controls .mejs-volume-button.mejs-mute button:after {
      content: "\f027"; }
    .mejs-container .mejs-controls .mejs-volume-button.mejs-unmute button:after {
      content: "\f026"; }
    .mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
      background: #B0B0B0; }
    .mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
      background: #607d8b; }
    .mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
      cursor: pointer;
      background: #607d8b; }
    .mejs-container .mejs-controls .mejs-volume-button .mejs-horizontal-volume-slider {
      float: right;
      width: 40px;
      height: 10px;
      margin-right: 15px; }
      .mejs-container .mejs-controls .mejs-volume-button .mejs-horizontal-volume-slider div {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
      .mejs-container .mejs-controls .mejs-volume-button .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
        width: 100%;
        height: 100%;
        background: url(../images/media/volume.png);
        background-repeat: no-repeat;
        background-position: 0px -11px; }
      .mejs-container .mejs-controls .mejs-volume-button .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
        height: 100%;
        background: url(../images/media/volume.png);
        background-repeat: no-repeat;
        background-position: 0px 0px; }
  .mejs-container .mejs-controls .mejs-currenttime-container {
    padding-left: 15px;
    padding-right: 10px; }
  .mejs-container .mejs-controls .mejs-duration-container {
    position: absolute; }
  .mejs-container .mejs-controls .mejs-fullscreen-button {
    position: absolute;
    right: 7px; }
    .mejs-container .mejs-controls .mejs-fullscreen-button button:after {
      border: none;
      content: "\f065"; }
    .mejs-container .mejs-controls .mejs-fullscreen-button.mejs-unfullscreen button:after {
      content: "\f066"; }

.mejs-container.mejs-audio .mejs-controls {
  background: #272727; }
  .mejs-container.mejs-audio .mejs-controls .mejs-volume-button button {
    display: none; }
  .mejs-container.mejs-audio .mejs-controls .mejs-time-rail {
    right: 63px; }
    @media (min-width: 992px) {
      .mejs-container.mejs-audio .mejs-controls .mejs-time-rail {
        right: 115px; } }
  .mejs-container.mejs-audio .mejs-controls .mejs-duration-container {
    right: 15px; }
    @media (min-width: 992px) {
      .mejs-container.mejs-audio .mejs-controls .mejs-duration-container {
        right: 67px; } }
  .mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider {
    float: right;
    width: 40px;
    height: 10px;
    display: none !important; }
    @media (min-width: 992px) {
      .mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider {
        display: block !important; } }
    .mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider div {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    .mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
      width: 100%;
      height: 100%;
      background: url(../images/media/volume.png);
      background-repeat: no-repeat;
      background-position: 0px -11px; }
    .mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
      height: 100%;
      background: url(../images/media/volume.png);
      background-repeat: no-repeat;
      background-position: 0px 0px; }

.mejs-container.mejs-video .mejs-controls .mejs-time-rail {
  right: 89px; }
  @media (min-width: 992px) {
    .mejs-container.mejs-video .mejs-controls .mejs-time-rail {
      right: 120px; } }

.mejs-container.mejs-video .mejs-controls .mejs-volume-button {
  position: absolute;
  right: 40px;
  display: none !important; }
  @media (min-width: 992px) {
    .mejs-container.mejs-video .mejs-controls .mejs-volume-button {
      display: block !important; } }
  .mejs-container.mejs-video .mejs-controls .mejs-volume-button button {
    background: none; }
    .mejs-container.mejs-video .mejs-controls .mejs-volume-button button:after {
      border: none;
      font-size: 20px; }
  .mejs-container.mejs-video .mejs-controls .mejs-volume-button.mejs-mute button:after {
    content: "\f027"; }
  .mejs-container.mejs-video .mejs-controls .mejs-volume-button.mejs-unmute button:after {
    content: "\f026"; }
  .mejs-container.mejs-video .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    background: #B0B0B0; }
  .mejs-container.mejs-video .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    background: #607d8b; }
  .mejs-container.mejs-video .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    cursor: pointer;
    background: #607d8b; }

.mejs-container.mejs-video .mejs-controls .mejs-duration-container {
  right: 40px; }
  @media (min-width: 992px) {
    .mejs-container.mejs-video .mejs-controls .mejs-duration-container {
      right: 75px; } }

.mejs-container.mejs-video .mejs-controls .mejs-fullscreen-button {
  position: absolute;
  right: 7px; }
  .mejs-container.mejs-video .mejs-controls .mejs-fullscreen-button button:after {
    border: none;
    content: "\f065"; }
  .mejs-container.mejs-video .mejs-controls .mejs-fullscreen-button.mejs-unfullscreen button:after {
    content: "\f066"; }

.vk-price-range {
  float: left;
  width: 100%;
  padding-bottom: 55px; }
  .vk-price-range .ui-slider {
    margin-bottom: 25px; }
  .vk-price-range .ui-widget.ui-widget-content {
    border: none;
    background-color: #EAEAEA;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 3px; }
  .vk-price-range .ui-widget-header {
    background-color: #607d8b;
    height: 3px; }
  .vk-price-range .ui-slider-handle {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #607d8b;
    width: 5px;
    height: 15px;
    margin-left: 0;
    top: -5px;
    cursor: pointer;
    outline: none; }
  .vk-price-range .price-show {
    width: calc(100% * 2 / 3);
    float: left;
    position: relative; }
    .vk-price-range .price-show input {
      height: 36px;
      border: 1px solid #EAEAEA;
      padding-left: 25px;
      padding-right: 10px;
      width: 100%; }
    .vk-price-range .price-show .unit {
      position: absolute;
      top: 8px;
      color: #272727;
      font-weight: 500; }
    .vk-price-range .price-show .input-group {
      position: relative;
      width: 50%;
      float: left;
      padding-right: 15px; }
      .vk-price-range .price-show .input-group .unit {
        left: 10px; }
      .vk-price-range .price-show .input-group ~ .input-group {
        padding-right: 0px;
        padding-left: 15px; }
        .vk-price-range .price-show .input-group ~ .input-group .unit {
          left: 25px; }
    .vk-price-range .price-show .divider {
      position: absolute;
      font-size: 19px;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center; }
  .vk-price-range .vk-buttons {
    width: calc(100% * 1 / 3);
    padding-left: 15px;
    float: left; }
    .vk-price-range .vk-buttons .vk-btn {
      width: 100%;
      font-weight: 500; }

/* COMPONENTS */
/* ALERT BOX */
.vk-alert {
  padding: 18px;
  margin-bottom: 20px; }
  .vk-alert-default {
    color: #636363;
    background-color: #eaeaea; }
  .vk-alert-success {
    color: #2da530;
    background-color: #caf5cb; }
  .vk-alert-warning {
    color: #e7b300;
    background-color: #fff2cb; }
  .vk-alert-danger {
    color: #c64747;
    background-color: #ffe0e0; }
  .vk-alert-border {
    border: 1px solid; }
    .vk-alert-border.vk-alert-default {
      border-color: #636363; }
    .vk-alert-border.vk-alertsuccess {
      border-color: #2da530; }
    .vk-alert-border.vk-alertwarning {
      border-color: #e7b300; }
    .vk-alert-border.vk-alert-danger {
      border-color: #c64747; }
  .vk-alert-rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .vk-alert-transparent {
    background-color: transparent; }
    .vk-alert-transparent .vk-alert-default {
      color: #636363; }
    .vk-alert-transparent .vk-alertsuccess {
      color: #2da530; }
    .vk-alert-transparent .vk-alertwarning {
      color: #e7b300; }
    .vk-alert-transparent .vk-alert-danger {
      color: #c64747; }
  .vk-alert-border-bottom {
    -webkit-box-shadow: inset 0 -5px 0;
    -moz-box-shadow: inset 0 -5px 0;
    box-shadow: inset 0 -5px 0; }
  .vk-alert-icon {
    padding-left: 46px;
    position: relative; }
    .vk-alert-icon .fa {
      position: absolute;
      left: 20px;
      font-size: 18px; }

.vk-alert-element .title {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 25px;
  text-align: center; }
  @media (min-width: 992px) {
    .vk-alert-element .title {
      text-align: left; } }

.vk-alert-element .list-item {
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .vk-alert-element .list-item {
      padding-bottom: 0; } }

@media (min-width: 992px) {
  .vk-alert-element .vk-space.x-large {
    padding-bottom: 80px; } }

@media (min-width: 992px) {
  .vk-alertbox-outline .vk-space.x-large {
    padding-top: 100px; } }

@media (min-width: 992px) {
  .vk-alertbox-3d {
    padding-bottom: 100px; } }

@media (min-width: 992px) {
  .vk-alertbox-3d .vk-space.x-large {
    padding-top: 100px; } }

/* BUTTON */
.vk-btn {
  outline: none;
  padding: 10px 20px;
  /* color: #fff; */
  background-color: #aaa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 2px solid transparent;
  min-height: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  
  
  .vk-btn-default {
    background-color: #607d8b; }
    .vk-btn-default:hover, .vk-btn-default:focus {
      background-color: transparent;
      color: #607d8b;
      border-color: #607d8b; }
  .vk-btn-xs {
    min-height: 36px;
    font-size: 12px;
    padding: 8px 20px; }
  .vk-btn-s {
    min-height: 40px;
    font-size: 12px;
    padding: 9.5px 20px; }
  .vk-btn-l {
    min-height: 50px;
    padding: 13px 20px; }
  .vk-btn-xl {
    min-height: 56px;
    font-size: 18px;
    padding: 13.5px 20px; }
  .vk-btn-transparent {
    background-color: transparent;
    color: #607d8b; }
    .vk-btn-transparent:hover, .vk-btn-transparent:focus {
      color: #272727; }
  .vk-btn-green {
    background-color: #9DC835; }
    .vk-btn-green:hover, .vk-btn-green:focus {
      background-color: transparent;
      color: #9DC835;
      border-color: #9DC835; }
  .vk-btn-turquoise {
    background-color: #3EC0A3; }
    .vk-btn-turquoise:hover, .vk-btn-turquoise:focus {
      background-color: transparent;
      color: #3EC0A3;
      border-color: #3EC0A3; }
  .vk-btn-blue {
    background-color: #4C9ECD; }
    .vk-btn-blue:hover, .vk-btn-blue:focus {
      background-color: transparent;
      color: #4C9ECD;
      border-color: #4C9ECD; }
  .vk-btn-violet {
    background-color: #AA6BD2; }
    .vk-btn-violet:hover, .vk-btn-violet:focus {
      background-color: transparent;
      color: #AA6BD2;
      border-color: #AA6BD2; }
  .vk-btn .title {
    position: relative;
    z-index: 1;
    font-weight: 500; }
  .vk-btn-inverse {
    background-color: #272727; }
    .vk-btn-inverse:hover, .vk-btn-inverse:focus {
      background-color: #607d8b;
      color: #fff; }

.vk-border-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.vk-border-yellow {
  border: 2px solid #607d8b;
  color: #607d8b; }
  .vk-border-yellow:hover, .vk-border-yellow:focus {
    background-color: #607d8b;
    color: #fff;
    border-color: transparent; }

.vk-border-green {
  border: 2px solid #9DC835;
  color: #9DC835; }
  .vk-border-green:hover, .vk-border-green:focus {
    background-color: #9DC835;
    color: #fff;
    border-color: transparent; }

.vk-border-turquoise {
  border: 2px solid #3EC0A3;
  color: #3EC0A3; }
  .vk-border-turquoise:hover, .vk-border-turquoise:focus {
    background-color: #3EC0A3;
    color: #fff;
    border-color: transparent; }

.vk-border-blue {
  border: 2px solid #4C9ECD;
  color: #4C9ECD; }
  .vk-border-blue:hover, .vk-border-blue:focus {
    background-color: #4C9ECD;
    color: #fff;
    border-color: transparent; }

.vk-border-violet {
  border: 2px solid #AA6BD2;
  color: #AA6BD2; }
  .vk-border-violet:hover, .vk-border-violet:focus {
    background-color: #AA6BD2;
    color: #fff;
    border-color: transparent; }

.vk-border-bottom {
  border: none;
  padding: 12px 20px; }
  .vk-border-bottom:after {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .vk-border-bottom.vk-btn-default:after {
    background-color: #E5AC00; }
  .vk-border-bottom.vk-btn-green:after {
    background-color: #87AC2D; }
  .vk-border-bottom.vk-btn-turquoise:after {
    background-color: #269C82; }
  .vk-border-bottom.vk-btn-blue:after {
    background-color: #2C7BA9; }
  .vk-border-bottom.vk-btn-violet:after {
    background-color: #8145A7; }
  .vk-border-bottom.vk-btn-xs {
    padding-top: 9.5px;
    padding-bottom: 9.5px; }
  .vk-border-bottom.vk-btn-s {
    padding-top: 11.5px;
    padding-bottom: 11.5px; }
  .vk-border-bottom.vk-btn-l {
    padding-top: 15px;
    padding-bottom: 15px; }
  .vk-border-bottom.vk-btn-xl {
    padding-top: 15.5px;
    padding-bottom: 15.5px; }
  .vk-border-bottom:hover, .vk-border-bottom:focus {
    color: #fff; }
    .vk-border-bottom:hover:after, .vk-border-bottom:focus:after {
      height: 100%; }

	.vk-btn-icon {
	  padding-right: 70px;
	  background: #fff url(../images/nav.png);
	  overflow: hidden;
	  border: none;
	  padding-top: 12px;
	  padding-bottom: 12px; }
  
  .vk-btn-icon .icon {
    padding-top: 12px;
    padding-bottom: 12px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: inherit;
    min-width: 50px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
	
    .vk-btn-icon .icon .fa {z-index: 1; }
	.vk-btn-icon.vk-btn-default .icon {background-color: #607d8b; }
	
  .vk-btn-icon.vk-btn-default:hover, .vk-btn-icon.vk-btn-default:focus {
    -webkit-box-shadow: inset 0px 0px 0px 2px #607d8b;
    -moz-box-shadow: inset 0px 0px 0px 2px #607d8b;
    box-shadow: inset 0px 0px 0px 2px #607d8b; }
  .vk-btn-icon.vk-btn-green .icon {
    background-color: #9DC835; }
  .vk-btn-icon.vk-btn-green:hover, .vk-btn-icon.vk-btn-green:focus {
    -webkit-box-shadow: inset 0px 0px 0px 2px #9DC835;
    -moz-box-shadow: inset 0px 0px 0px 2px #9DC835;
    box-shadow: inset 0px 0px 0px 2px #9DC835; }
  .vk-btn-icon.vk-btn-turquoise .icon {
    background-color: #3EC0A3; }
  .vk-btn-icon.vk-btn-turquoise:hover, .vk-btn-icon.vk-btn-turquoise:focus {
    -webkit-box-shadow: inset 0px 0px 0px 2px #3EC0A3;
    -moz-box-shadow: inset 0px 0px 0px 2px #3EC0A3;
    box-shadow: inset 0px 0px 0px 2px #3EC0A3; }
  .vk-btn-icon.vk-btn-blue .icon {
    background-color: #4C9ECD; }
  .vk-btn-icon.vk-btn-blue:hover, .vk-btn-icon.vk-btn-blue:focus {
    -webkit-box-shadow: inset 0px 0px 0px 2px #4C9ECD;
    -moz-box-shadow: inset 0px 0px 0px 2px #4C9ECD;
    box-shadow: inset 0px 0px 0px 2px #4C9ECD; }
  .vk-btn-icon.vk-btn-violet .icon {
    background-color: #AA6BD2; }
  .vk-btn-icon.vk-btn-violet:hover, .vk-btn-icon.vk-btn-violet:focus {
    -webkit-box-shadow: inset 0px 0px 0px 2px #AA6BD2;
    -moz-box-shadow: inset 0px 0px 0px 2px #AA6BD2;
    box-shadow: inset 0px 0px 0px 2px #AA6BD2; }
  .vk-btn-icon.vk-btn-transparent {
    background-color: transparent; }
    .vk-btn-icon.vk-btn-transparent .icon {
      border-left: 2px solid; }
  .vk-btn-icon.vk-btn-xs {
    padding-top: 9.5px;
    padding-bottom: 9.5px; }
    .vk-btn-icon.vk-btn-xs .icon {
      padding-top: 8.5px;
      padding-bottom: 8.5px; }
  .vk-btn-icon.vk-btn-s {
    padding-top: 11.5px;
    padding-bottom: 11.5px; }
    .vk-btn-icon.vk-btn-s .icon {
      padding-top: 10.5px;
      padding-bottom: 10.5px; }
  .vk-btn-icon.vk-btn-l {
    padding-top: 15px;
	    border: 1px solid #607d8b;
    padding-bottom: 15px; }
    .vk-btn-icon.vk-btn-l .icon {
      padding-top: 16px;
      padding-bottom: 16px; }
  .vk-btn-icon.vk-btn-xl {
    padding-top: 15.5px;
    padding-bottom: 15.5px; }
    .vk-btn-icon.vk-btn-xl .icon {
      padding-top: 16.5px;
      padding-bottom: 16.5px; }
  .vk-btn-icon.vk-border-yellow {
    border: 2px solid #607d8b;
    color: #607d8b; }
    .vk-btn-icon.vk-border-yellow .icon {
      color: #607d8b; }
    .vk-btn-icon.vk-border-yellow:hover .icon, .vk-btn-icon.vk-border-yellow:focus .icon {
      background-color: #607d8b;
      color: #fff;
      border-color: #607d8b; }
  .vk-btn-icon.vk-border-green {
    border: 2px solid #9DC835;
    color: #9DC835; }
    .vk-btn-icon.vk-border-green .icon {
      color: #9DC835; }
    .vk-btn-icon.vk-border-green:hover .icon, .vk-btn-icon.vk-border-green:focus .icon {
      background-color: #9DC835;
      color: #fff;
      border-color: #9DC835; }
  .vk-btn-icon.vk-border-turquoise {
    border: 2px solid #3EC0A3;
    color: #3EC0A3; }
    .vk-btn-icon.vk-border-turquoise .icon {
      color: #3EC0A3; }
    .vk-btn-icon.vk-border-turquoise:hover .icon, .vk-btn-icon.vk-border-turquoise:focus .icon {
      background-color: #3EC0A3;
      color: #fff;
      border-color: #3EC0A3; }
  .vk-btn-icon.vk-border-blue {
    border: 2px solid #4C9ECD;
    color: #4C9ECD; }
    .vk-btn-icon.vk-border-blue .icon {
      color: #4C9ECD; }
    .vk-btn-icon.vk-border-blue:hover .icon, .vk-btn-icon.vk-border-blue:focus .icon {
      background-color: #4C9ECD;
      color: #fff;
      border-color: #4C9ECD; }
  .vk-btn-icon.vk-border-violet {
    border: 2px solid #AA6BD2;
    color: #AA6BD2; }
    .vk-btn-icon.vk-border-violet .icon {
      color: #AA6BD2; }
    .vk-btn-icon.vk-border-violet:hover .icon, .vk-btn-icon.vk-border-violet:focus .icon {
      background-color: #AA6BD2;
      color: #fff;
      border-color: #AA6BD2; }
  .vk-btn-icon.vk-border-bottom {
    border: none; }
    .vk-btn-icon.vk-border-bottom:after {
      content: '';
      width: 100%;
      height: 5px;
      position: absolute;
      left: 0;
      bottom: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .vk-btn-icon.vk-border-bottom.vk-btn-default:after {
      background-color: #E5AC00; }
    .vk-btn-icon.vk-border-bottom.vk-btn-green:after {
      background-color: #87AC2D; }
    .vk-btn-icon.vk-border-bottom.vk-btn-turquoise:after {
      background-color: #269C82; }
    .vk-btn-icon.vk-border-bottom.vk-btn-blue:after {
      background-color: #2C7BA9; }
    .vk-btn-icon.vk-border-bottom.vk-btn-violet:after {
      background-color: #8145A7; }
    .vk-btn-icon.vk-border-bottom:hover, .vk-btn-icon.vk-border-bottom:focus {
      color: #fff; }
      .vk-btn-icon.vk-border-bottom:hover:after, .vk-btn-icon.vk-border-bottom:focus:after {
        height: 100%; }
  .vk-btn-icon.vk-border-bottom.vk-btn-default {
    background-color: #607d8b; }
  .vk-btn-icon.vk-border-bottom.vk-btn-green {
    background-color: #9DC835; }
  .vk-btn-icon.vk-border-bottom.vk-btn-turquoise {
    background-color: #3EC0A3; }
  .vk-btn-icon.vk-border-bottom.vk-btn-blue {
    background-color: #4C9ECD; }
  .vk-btn-icon.vk-border-bottom.vk-btn-violet {
    background-color: #AA6BD2; }
  .vk-btn-icon.vk-border-bottom .icon:before {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }

button.vk-btn {
  display: inline-block; }

.vk-button-element .vk-divider {
  border-color: #c1c1c1; }

.vk-button-element .vk-btn {
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .vk-button-element .vk-btn {
      margin: 40px 0; } }

.vk-button-element .heading {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  text-align: center;
  padding: 30px 0; }
  @media (min-width: 992px) {
    .vk-button-element .heading {
      text-align: left;
      padding: 0;
      margin-bottom: 40px; } }

.vk-button-element .wrapper {
  padding-bottom: 10px; }
  @media (min-width: 992px) {
    .vk-button-element .wrapper {
      padding-bottom: 0; } }
  @media (min-width: 992px) {
    .vk-button-element .wrapper .content {
      display: flex;
      align-items: flex-end; } }

.vk-button-element .even {
  background-color: #F4F4F4; }

.vk-button-element .button-wrapper {
  padding: 50px 0px; }
  @media (min-width: 992px) {
    .vk-button-element .button-wrapper {
      padding: 100px 0px; } }

.vk-button-element .vk-space.x-large {
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .vk-button-element .vk-space.x-large {
      padding-bottom: 80px; } }

.vk-button-element .list-item {
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .vk-button-element .list-item {
      padding-bottom: 80px; } }

/* COLOR */
/*-----------------------------------------------------------------------------------

	Theme Name: WICON
	Theme URI: https://themeforest.net/user/vikitheme
	Description: Creative Professional Experience Premium Themes
	Author: SemiColonWeb
	Author URI: https://themeforest.net/user/vikitheme
	Version: 1.0

-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------
    BEGIN: COLOR
-----------------------------------------------------------------------------------*/
.vk-color-wrapper .vk-color {
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
  color: white; }

.vk-color-wrapper .yellow-1 {
  background-color: #607d8b; }

.vk-color-wrapper .yellow-2 {
  background-color: #E5AC00; }

.vk-color-wrapper .black-1 {
  background-color: #272727; }

.vk-color-wrapper .black-2 {
  background-color: #613b2c; }

.vk-color-wrapper .green-1 {
  background-color: #9DC835; }

.vk-color-wrapper .green-2 {
  background-color: #87AC2D; }

.vk-color-wrapper .blue-1 {
  background-color: #3EC0A3; }

.vk-color-wrapper .blue-2 {
  background-color: #269C82; }

.vk-color-wrapper .turquoise-1 {
  background-color: #4C9ECD; }

.vk-color-wrapper .turquoise-2 {
  background-color: #2C7BA9; }

.vk-color-wrapper .violet-1 {
  background-color: #AA6BD2; }

.vk-color-wrapper .violet-2 {
  background-color: #8145A7; }

.vk-color-wrapper .grey-1 {
  background-color: #8D8D8D; }

.vk-color-wrapper .grey-2 {
  background-color: #B0B0B0; }

.vk-color-wrapper .grey-3 {
  background-color: #B3BDC7; }

.vk-color-wrapper .grey-4 {
  background-color: #EAEAEA; }

.vk-color-wrapper .grey-5 {
  background-color: #F4F4F4; }

.vk-color-wrapper .grey-4,
.vk-color-wrapper .grey-5 {
  color: #272727; }

/* COUNTER */
.vk-counter {
  text-align: center;
  color: #272727;
  padding-bottom: 50px;
  font-weight: 600; }
  @media (min-width: 992px) {
    .vk-counter {
      padding: 100px 0; } }
  .vk-counter ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal; }
  .vk-counter .flaticon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border: 2px solid #607d8b;
    color: #607d8b;
    border-radius: 50%;
    margin-bottom: 3px; }
    .vk-counter .flaticon:before {
      font-size: 48px; }
  .vk-counter .number-count {
    font-size: 48px;
    margin-bottom: -3px; }
  .vk-counter-inline .content {
    display: inline-block;
    position: relative;
    top: 20px;
    padding-left: 10px; }
  .vk-counter-inline .title {
    text-align: left;
    padding-left: 10px; }
  .vk-counter-non-icon {
    background-color: #E5AC00; }
    .vk-counter-non-icon ul li {
      display: inline-block; }
    .vk-counter-non-icon .number-count {
      font-size: 60px;
      text-align: right;
      width: 59%; }
      .vk-counter-non-icon .number-count:after {
        content: '/';
        /* height: 45px; */
        /* width: 1px; */
        /* background-color: #272727; */
        /* display: inline-block; */
        /* margin-left: 18px; */
		}
    .vk-counter-non-icon .title {
      width: 39%;
      text-align: left;
      padding-left: 14px; }
  .vk-counter-dark {
    color: #fff; }

.vk-counter-element .vk-counter-section-style-1, .vk-counter-element .vk-counter-section-style-3 {
  padding-top: 50px; }
  @media (min-width: 992px) {
    .vk-counter-element .vk-counter-section-style-1, .vk-counter-element .vk-counter-section-style-3 {
      padding-top: 0; } }

/* DIVIDER */
.vk-divider {
  width: 100%;
  border-top-width: 1px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-style: solid;
  border-color: #EAEAEA;
  overflow: hidden; }
  .vk-divider-dashed {
    border-style: dashed; }
  .vk-divider-dotted {
    border-style: dotted; }
  .vk-divider-double {
    height: 4px;
    border-bottom-width: 1px; }
  .vk-divider-text {
    border: none; }
    .vk-divider-text .text {
      position: relative;
      padding-right: 15px; }
      .vk-divider-text .text:after, .vk-divider-text .text:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        height: 1px;
        margin: auto 0;
        width: 1920px;
        border-top-width: 1px;
        border-bottom-width: 0;
        border-left-width: 0;
        border-right-width: 0;
        border-style: solid;
        border-color: #EAEAEA; }
      .vk-divider-text .text:after {
        right: 100%; }
      .vk-divider-text .text:before {
        left: 100%; }
    .vk-divider-text.vk-divider-dashed .text:after, .vk-divider-text.vk-divider-dashed .text:before {
      border-style: dashed; }
    .vk-divider-text.vk-divider-dotted .text:after, .vk-divider-text.vk-divider-dotted .text:before {
      border-style: dotted; }
    .vk-divider-text.vk-divider-double {
      height: auto; }
      .vk-divider-text.vk-divider-double .text:after, .vk-divider-text.vk-divider-double .text:before {
        height: 4px;
        border-bottom-width: 1px; }
  .vk-divider-center {
    text-align: center; }
	
    .vk-divider-center .text {
		    color: #607d8b;
      padding-left: 15px; }
	  
  .vk-divider-right {
    text-align: right; }
    .vk-divider-right .text {
      padding-left: 15px;
      padding-right: 0; }

.vk-divider-element .vk-space.x-large {
  padding-bottom: 20px; }

.vk-divider-default .vk-divider {
  margin: 40px 0; }
  @media (min-width: 992px) {
    .vk-divider-default .vk-divider {
      margin: 50px 0; } }

.vk-divider-other {
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    .vk-divider-other {
      padding-bottom: 80px; } }
  .vk-divider-other .vk-divider {
    margin: 40px 0; }
  .vk-divider-other .vk-space.x-large {
    padding-top: 80px; }

/* FAQ */
.vk-toggle .panel-group {
  margin-bottom: 0; }
  .vk-toggle .panel-group .panel {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .vk-toggle .panel-group .panel + .panel {
      margin-top: -1px; }
  .vk-toggle .panel-group .panel-default {
    border-color: transparent; }

.vk-toggle .panel-title {
  font-size: 16px;
  position: relative; }
  .vk-toggle .panel-title a {
    display: block;
    padding: 15px;
    font-weight: 400; }
  .vk-toggle .panel-title:before {
    content: "\f068";
    color: #607d8b;
    font-family: FontAwesome;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; }
  .vk-toggle .panel-title a:hover, .vk-toggle .panel-title:focus, .vk-toggle .panel-title:active {
    text-decoration: none;
    color: #607d8b; }

.vk-toggle .panel-heading {
  padding: 0;
  background-color: transparent; }

.vk-toggle .panel-body {
  padding: 25px 0; }
  .vk-toggle .panel-body p {
    margin: 0; }

.vk-toggle.vk-toggle-outlined .panel-default {
  border-color: #EAEAEA;
  border-left-color: transparent;
  border-right-color: transparent; }
  .vk-toggle.vk-toggle-outlined .panel-default .panel-heading {
    border-left: solid 1px #EAEAEA;
    border-right: solid 1px #EAEAEA; }

.vk-toggle.vk-toggle-border .panel-default {
  border-color: #EAEAEA;
  border-left-color: transparent;
  border-right-color: transparent; }

.vk-toggle.vk-toggle-border .panel-title a {
  padding-left: 65px;
  overflow: hidden;
  position: relative; }
  .vk-toggle.vk-toggle-border .panel-title a:before {
    content: "\f068";
    font-family: FontAwesome;
    color: #607d8b;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; }
  .vk-toggle.vk-toggle-border .panel-title a.collapsed:before {
    content: "\f067"; }

.vk-toggle.vk-toggle-border.vk-toggle-border-default .panel-title:before {
  width: 15px; }

.vk-toggle.vk-toggle-border.vk-toggle-border-default .panel-title a {
  padding-left: 40px; }
  .vk-toggle.vk-toggle-border.vk-toggle-border-default .panel-title a:before {
    width: 15px; }

.vk-toggle.vk-toggle-default .panel-title {
  background-color: #F4F4F4; }
  .vk-toggle.vk-toggle-default .panel-title a {
    padding-left: 65px;
    overflow: hidden;
    position: relative;
    color: #333; }
    .vk-toggle.vk-toggle-default .panel-title a:hover, .vk-toggle.vk-toggle-default .panel-title a:focus, .vk-toggle.vk-toggle-default .panel-title a:active {
      color: #607d8b; }
    .vk-toggle.vk-toggle-default .panel-title a:before {
      content: "\f068";
      font-family: FontAwesome;
      color: #607d8b;
      width: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0; }
    .vk-toggle.vk-toggle-default .panel-title a.collapsed:before {
      content: "\f067"; }

@media (min-width: 992px) {
  .vk-faq-shortcode .left {
    padding-right: 70px; } }

.vk-faq-shortcode .vk-heading {
  margin-bottom: 30px; }
  
  @media (min-width: 992px) {
    .vk-faq-shortcode .vk-heading {
      margin-bottom: 0px;
	margin-top: 80px;	  } }

.vk-faq-shortcode .vk-section {
  padding-bottom: 0;
  padding-top: 60px; }
  
  @media (min-width: 992px) {
    .vk-faq-shortcode .vk-section {padding-top: 30px; padding-bottom: 30px; }
	}
	  
  .vk-faq-shortcode .vk-section.first {
    padding-top: 0; }

/* HEADING */

	.vk-heading {
			text-transform: uppercase;
			position: relative;
			padding-bottom: 20px;
			margin-bottom: 0px;
			}
  
		.vk-heading-icon {text-align: center; width: 50%;left: 25%;    color: #607d8b; }
		.vk-heading-icon + .content-sample {text-align: center; }	  
		.vk-heading-icon + .content-sample .vk-text {margin-bottom: 0; }
		
		.vk-heading-icon .icon {
		  position: absolute;
		  bottom: -4px;
		  left: 0;
		  right: 0;
		  width: 38px;
		  margin: auto;
		  color: #607d8b;
		  font-size: 18px; }
	  
		.vk-heading-icon .icon:after, .vk-heading-icon .icon:before {
			content: '';
			width: 60px;
			height: 1px;
			background-color: #607d8b;
			position: absolute;
			bottom: 0;
			top: 0;
			margin: auto; }
		
        @media (min-width: 992px) {.vk-heading-icon .icon:after, .vk-heading-icon .icon:before {width: 80px; } }
			
		.vk-heading-icon .icon:before {left: 100%; }		
		.vk-heading-icon .icon:after {right: 100%; }
		
  .vk-heading-border {
    padding-bottom: 10px;
    text-align: center;
color:#000;
	}
    .vk-heading-border + .content-sample {
      text-align: center; }
    .vk-heading-border > span:after, .vk-heading-border > span:before {
      content: '';
      background-color: #607d8b;
      position: absolute;
      bottom: 0; }
    .vk-heading-border > span:after {
      height: 2px;
      width: 40px;
      left: 0;
      right: 0;
      margin: auto; }
      @media (min-width: 992px) {
        .vk-heading-border > span:after {
          width: 160px; } }
    @media (min-width: 992px) {
      .vk-heading-border-left {
        padding-left: 0px;
        text-align: left;
    font-family: Oswald;
    color: #000;		}
        .vk-heading-border-left > span:after {
          right: auto; }
        .vk-heading-border-left > span:before {
          height:0px;
          width: 0px;
          left: 0px; }
        .vk-heading-border-left + .content-sample {
          text-align: left; } }
    @media (min-width: 992px) {
      .vk-heading-border-right {
        padding-right: 24px;
        text-align: right; }
        .vk-heading-border-right > span:after {
          left: auto; }
        .vk-heading-border-right > span:before {
          height: 43px;
          width: 3px;
          right: 0px; }
        .vk-heading-border-right > span + .content-sample {
          text-align: right; } }
  .vk-heading-line {
    padding-bottom: 0;
    text-align: center; }
    .vk-heading-line + .content-sample {
      text-align: center; }
    .vk-heading-line > span {
      padding: 0px 10px;
      position: relative;
      display: inline-block; }
      @media (min-width: 992px) {
        .vk-heading-line > span {
          padding: 0px 20px; } }
      .vk-heading-line > span:after, .vk-heading-line > span:before {
        content: '';
        height: 2px;
        width: 20px;
        background-color: #9dc835;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
        @media (min-width: 992px) {.vk-heading-line > span:after, .vk-heading-line > span:before {width: 30px; } }
      .vk-heading-line > span:after {
        left: 100%; }
      .vk-heading-line > span:before {
        right: 100%; }
    .vk-heading-line-yellow {
      padding-bottom: 18px; }
      .vk-heading-line-yellow:after {
        content: '';
        width: 40px;
        height: 3px;
        background-color: #607d8b;
        position: absolute;
        bottom: 0; }
        @media (min-width: 992px) {
          .vk-heading-line-yellow:after {
            width: 80px; } }
      .vk-heading-line-yellow-left:after {
        left: 0; }
      .vk-heading-line-yellow-right {
        text-align: right; }
        .vk-heading-line-yellow-right:after {
          right: 0; }
      .vk-heading-line-yellow-center {
        text-align: center; }
        .vk-heading-line-yellow-center:after {
          left: 0;
          right: 0;
          margin: 0 auto; }
		  
    @media (min-width: 992px) {
		.vk-heading-line-left {text-align: left; }		
        .vk-heading-line-left + .content-sample {text-align: left; }		  
		.vk-heading-line-left > span {padding-left:30px;padding-right: 0; }		
        .vk-heading-line-left > span:after {display: none; }			
        .vk-heading-line-left > span:before {right: auto;left: -15px; }
		
		h2.vk-heading-line-left {
			font-size: 18px;
			color: #9dc835;
		}
		
		}
			
    @media (min-width: 992px) {
      .vk-heading-line-right {
        text-align: right; }
        .vk-heading-line-right + .content-sample {
          text-align: right; }
        .vk-heading-line-right > span {
          padding-left: 0;
          padding-right: 0; }
          .vk-heading-line-right > span:before {
            display: none; }
          .vk-heading-line-right > span:after {
            left: auto;
            right: -60px; } }
  .vk-heading-inverse {
    color: #272727; }
    .vk-heading-inverse > span:after, .vk-heading-inverse > span:before {
      background-color: #272727; }
  .vk-heading-style-1 {
    color: #fff;
    letter-spacing: 5px; }
  .vk-heading-style-2 {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 10px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px; }
    .vk-heading-style-2:after {
      content: '';
      height: 1px;
      width: 100px;
      background-color: #636362;
      position: absolute;
      bottom: 0;
      right: 10px; }

.vk-heading-shortcode .vk-heading {
  margin-bottom: 45px; }
  @media (min-width: 992px) {
    .vk-heading-shortcode .vk-heading {
      margin-bottom: 25px; } }

.text-normal {
  text-transform: none; }

.text-shadow {text-shadow: 0px 0px 1px #00000094;}  
  
/* ICON BOX */
.vk-iconbox {
  padding: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 992px) {
    .vk-iconbox {
      width: auto;
      padding: 35px 25px; } }
  .vk-iconbox .icon {
    display: inline-block;
    line-height: normal;
    padding-bottom: 30px;
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
	
    .vk-iconbox .icon .flaticon:before {font-size: 60px; }
	.vk-iconbox .vk-title {
		margin-bottom: 0px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	
  .vk-iconbox .vk-text {
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .vk-iconbox:hover .icon {
    color: #272727; }
  .vk-iconbox:hover .vk-title {
    color: #607d8b; }
		
	.vk-iconbox-background {
		height: 320px;		
		margin-bottom: 30px;
		background-color: #E0E0E0;
		padding: 40px 20px 30px 20px;
	}
	
    @media (min-width: 992px) {
      .vk-iconbox-background {
        padding: 50px 20px; } }
    @media (min-width: 1200px) {
      .vk-iconbox-background {
        padding: 50px 25px; } }
		
    .vk-iconbox-background .vk-title {color: #000000; }
    .vk-iconbox-background .vk-text {color: #000000; }
    .vk-iconbox-background:hover {background-color: #607d8b; }
    .vk-iconbox-background:hover .icon {color: #ffffff; }
    .vk-iconbox-background:hover .vk-title {color: #ffffff; }
    .vk-iconbox-background:hover .vk-text {color: #ffffff; }
	.vk-iconbox-striped {background-color: #613b2c; }
	
	.vk-iconbox-border {
		border: 2px solid #272727;
		margin-bottom: 30px;
		padding: 40px 20px 30px 20px; }
	
    @media (min-width: 992px) {
      .vk-iconbox-border {
        padding: 50px 25px; } }
    .vk-iconbox-border:hover {
      background-color: #272727; }
      .vk-iconbox-border:hover .icon {
        color: #607d8b; }
      .vk-iconbox-border:hover .vk-title {
        color: #fff; }
  .vk-iconbox-fullwidth .vk-iconbox {
    margin-bottom: 0; }

.vk-iconbox-fullwidth .h-line:before, .vk-iconbox-fullwidth .h-line:after {
  border-color: #272727; }

  .vk-iconbox-element .vk-iconbox-with-background { 
    padding-top: 120px;
    padding-bottom: 50px !important;
  }
.vk-iconbox-element .list-item {padding-bottom: 30px; }
  @media (min-width: 992px) {.vk-iconbox-element .list-item {padding-bottom: 90px; } }

.vk-iconbox-without-background .vk-space.x-large {
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .vk-iconbox-without-background .vk-space.x-large {
      padding-top: 90px;
      padding-bottom: 85px; } }

.vk-iconbox-without-background.list-item {
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .vk-iconbox-without-background.list-item {
      padding-bottom: 85px; } }

@media (min-width: 992px) {
  .vk-iconbox-with-background.list-item {
    padding-bottom: 0; } }

/* ICON */
/* IMAGE SLIDER */
.slick-slide:focus {
  outline: 0; }

.vk-slider img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.vk-slider ul {
  list-style: none;
  padding: 0;
  margin: -65px; }

	.vk-slider .vk-arrow {
		background-color: #ffffff;
		border: 1px solid #e6e6e6;
		color: #e6e6e6;
		padding: 42px 14px;
		position: absolute;
		top: 35%;
		z-index: 1;
	}
	
	.vk-slider .vk-arrow.next {right: -70px; }
	.vk-slider .vk-arrow.prev {left: -70px; }	
	.vk-slider .vk-arrow:hover {color: #607d8b;border-color: #607d8b; }
	.vk-slider .vk-img-frame {margin: 20px 0; }

@media (min-width: 992px) { .vk-slider .vk-img-frame { margin: 35px 0; } }

.vk-slider .content {
	top: -240px;
    position: inherit;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

.vk-slider .content .title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    /* color: #ffc000; */
    z-index: 501;
    position: relative;
	}
	
.vk-slider .vk-img-frame p {
    opacity: 0;
    font-size: 14px;
    /* line-height: 21px; */
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    z-index: 501;
    position: relative;
    bottom: 320px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
	}
	
.vk-slider .content .position {
    text-transform: capitalize;
    position: relative;
    color: #eeeee;
	font-size: 20px;
    font-weight: 600;
	}
	
.vk-slider .content .position:before {
    content: '';
    width: 30%;
    height: 1px;
    margin: 5px auto;
    background-color: #eeeeee;
    display: block;
	}

.vk-slider .item {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  
.vk-slider .item:hover .content {
    opacity: 1; }

.vk-slider-center .vk-img-frame {
	overflow: visible;
    height: 450px;  
    text-shadow:0px 1px 1px #000000a6;
  }
  
@media (min-width: 992px) { 
	/* .vk-slider-center .vk-img-frame { margin-bottom: 0px; }  */
}

.vk-slider-center .item {
  padding: 0; }
  @media (min-width: 992px) {
    .vk-slider-center .item {
      padding: 0 15px; } }
  .vk-slider-center .item img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    padding: 20px; }
    @media (min-width: 992px) {
      .vk-slider-center .item img {
        padding: 0; } }
  @media (min-width: 992px) {
    .vk-slider-center .item ~ .item {
      -webkit-transform: translate(-35px);
      -moz-transform: translate(-35px);
      -ms-transform: translate(-35px);
      -o-transform: translate(-35px);
      transform: translate(-35px); } }
  .vk-slider-center .item:hover .vk-img-frame {
    margin-bottom: 20px; }
  .vk-slider-center .item.slick-slide.slick-center {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); }
    .vk-slider-center .item.slick-slide.slick-center img {
		box-shadow: 0 10px 15px -5px #0000005c;
      padding: 0; }
	  
@media (min-width: 992px) {
    .vk-slider-center .item.slick-slide.slick-center img {
		        box-shadow: 0 10px 15px -5px #0000005c;
          -webkit-transform: scale(1.241);
          -moz-transform: scale(1.241);
          -ms-transform: scale(1.241);
          -o-transform: scale(1.241);
          transform: scale(1.241);
	  } 
}

	  
.vk-slider-center .item.slick-slide.slick-center p {
    opacity: 1;
    position: relative;
	}	  
	
.vk-slider-center .item.slick-slide.slick-center .content {
    opacity: 1;
    top: -200px;
    position: relative;
	}
	  
    @media (min-width: 992px) {
      .vk-slider-center .item.slick-slide.slick-center + .item {
        -webkit-transform: translate(35px);
        -moz-transform: translate(35px);
        -ms-transform: translate(35px);
        -o-transform: translate(35px);
        transform: translate(35px); } }
    @media (min-width: 992px) {
      .vk-slider-center .item.slick-slide.slick-center + .item + .item {
        -webkit-transform: translate(35px);
        -moz-transform: translate(35px);
        -ms-transform: translate(35px);
        -o-transform: translate(35px);
        transform: translate(35px); } }

.vk-slider-circle .vk-img-frame {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.vk-slider-arrow-top .vk-arrow {
    width: 40px;
    height: 50px;
    padding: 0;
    background-color: #00000002;
    border: 1px solid #EAEAEA;
    color: #8D8D8D;
    position: absolute;
    z-index: 1;
    top: -93px;
    min-height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

  }
  .vk-slider-arrow-top .vk-arrow.prev {
    left: auto;
    right: 65px; }
  .vk-slider-arrow-top .vk-arrow.next {
    right: 15px; }
  .vk-slider-arrow-top .vk-arrow:hover, .vk-slider-arrow-top .vk-arrow:focus {
    border-color: #607d8b;
    color: #607d8b; }

.vk-slider-arrow-dot-top {
  padding-top: 30px; }
  @media (min-width: 992px) {
    .vk-slider-arrow-dot-top {
      padding-top: 0px; } }
	  
  .vk-slider-arrow-dot-top .vk-arrow-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    margin: auto; }
	
    @media (min-width: 400px) {
		
      .vk-slider-arrow-dot-top .vk-arrow-dots {
        width: 370px; } }
		
    @media (min-width: 992px) {
      .vk-slider-arrow-dot-top .vk-arrow-dots {
			width: 100%;
			top: -58px;
			margin-right: 110px;
			display: none !important;
		}
		}
		
@media (min-width: 1200px) {	
.vk-slider-arrow-dot-top .vk-arrow-dots {display: block !important; } }
		
.vk-slider-arrow-dot-top .vk-arrow-dots li {
      float: right;
      height: 20px;
      padding: 0px 2px;
      cursor: pointer; }
	  
.vk-slider-arrow-dot-top .vk-arrow-dots li:after {
        content: '';
        height: 5px;
        background-color: #EAEAEA;
        display: block;
        margin-top: 9px; }
		
.vk-slider-arrow-dot-top .vk-arrow-dots li.slick-active:after {
        background-color: #607d8b; }
		
.vk-slider-arrow-dot-top .vk-arrow-dots li button {
        display: none; }

.vk-slider-arrow-image .vk-arrow {
  width: 80px;
  height: 80px;
  font-size: 30px;
  padding: 0;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    color: #607d8b;
  position: absolute;
  z-index: 1;
  top: 50%;
  min-height: 0;
  overflow: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  
  .vk-slider-arrow-image .vk-arrow .image-preview-thumbnail {
    height: 80px;
    width: 0px;
    display: block;
    position: absolute;
    top: 0;
    background-size: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .vk-slider-arrow-image .vk-arrow.prev {
    left: 60px; }
    .vk-slider-arrow-image .vk-arrow.prev .image-preview-thumbnail {
      left: 100%; }
  .vk-slider-arrow-image .vk-arrow.next {
    right: 60px; }
    .vk-slider-arrow-image .vk-arrow.next .image-preview-thumbnail {
      right: 100%; }
  .vk-slider-arrow-image .vk-arrow .icon {
    position: relative;
    top: 3px; }
  .vk-slider-arrow-image .vk-arrow:hover, .vk-slider-arrow-image .vk-arrow:focus {
    color: #fff;
    background-color: #607d8b; }
    .vk-slider-arrow-image .vk-arrow:hover .image-preview-thumbnail, .vk-slider-arrow-image .vk-arrow:focus .image-preview-thumbnail {
      width: 160px; }

.vk-slider-arrow-image .vk-dots-nav {
  position: absolute;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  .vk-slider-arrow-image .vk-dots-nav li {
    float: left;
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: relative;
    cursor: pointer; }
	
    .vk-slider-arrow-image .vk-dots-nav li button {display: none; }
	  
    .vk-slider-arrow-image .vk-dots-nav li:before {
      content: '';
      width: 10px;
      height: 10px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: #607d8b;
      position: absolute;
      top: 5px;
      left: 5px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      display: block; }
	  
    .vk-slider-arrow-image .vk-dots-nav li:after {
      content: '';
      width: 20px;
      height: 20px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid transparent;
      position: absolute;
      top: 0px;
      left: 0px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      display: block; }
	  
    .vk-slider-arrow-image .vk-dots-nav li.slick-active:after, .vk-slider-arrow-image .vk-dots-nav li:hover:after {border-color: #607d8b; }
    .vk-slider-arrow-image .vk-dots-nav li.slick-active:before, .vk-slider-arrow-image .vk-dots-nav li:hover:before {background-color: #ffffff; }

.vk-image-slider-element .vk-space.x-large {
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .vk-image-slider-element .vk-space.x-large {
      padding-bottom: 85px; } }

.vk-image-slider-element .list-item {
  padding-bottom: 0px; }
  
  @media (min-width: 992px) {
    .vk-image-slider-element .list-item {
		padding-bottom: 0px;
		border-bottom: 1px solid #f5f6f7;
		margin-top: -75px;
	    background: #fff url(../images/nav.png);
		
	  } }
	  

.vk-image-slider-style-2 .vk-heading {
  color: #fff; }

@media (min-width: 992px) {
  .vk-image-slider-style-1 .vk-space.x-large {
    padding-bottom: 120px; } }

/* PRICING TABLE */
.vk-pricing-table {
  /* STANDARD PRICE */
  /*----- PRICING TABLE STYLE -----*/
  /*-- Pricing 1 --*/
  /*-- Pricing 2 --*/
  /*-- Pricing 3 --*/
  /* Responsive */ }
  .vk-pricing-table .vk-pricing-table {
    padding-top: 40px;
    padding-bottom: 40px; }
  .vk-pricing-table .panel.price,
  .vk-pricing-table .panel.price > .panel-heading {
    border-radius: 0px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease; }
  .vk-pricing-table .panel {
    margin: 0;
    padding-bottom: 30px;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0; }
    @media (min-width: 960px) {
      .vk-pricing-table .panel {
        padding: 0; } }
  .vk-pricing-table .panel-body,
  .vk-pricing-table .panel-heading {
    color: white; }
    .vk-pricing-table .panel-body h3,
    .vk-pricing-table .panel-heading h3 {
      border-bottom: solid 1px white;
      padding: 20px 0;
      margin: 0; }
  .vk-pricing-table .focus {
    margin-top: -20px; }
    .vk-pricing-table .focus .panel-heading {
      color: white; }
      .vk-pricing-table .focus .panel-heading h3 {
        padding: 30px 0; }
  .vk-pricing-table .panel-heading {
    padding-top: 0;
    padding-bottom: 0; }
  .vk-pricing-table .vk-be-overlay {
    background-color: rgba(46, 56, 65, 0.9); }
  .vk-pricing-table .vk-panel {
    background-size: cover;
    background-repeat: no-repeat;
    display: block; }
    .vk-pricing-table .vk-panel .vk-be-overlay {
      position: relative;
      background-color: rgba(46, 56, 65, 0.5); }
    .vk-pricing-table .vk-panel .panel-body .vk-price {
      position: relative; }
      .vk-pricing-table .vk-panel .panel-body .vk-price big {
        font-size: 90px;
        letter-spacing: 0px;
        position: relative; }
      .vk-pricing-table .vk-panel .panel-body .vk-price span {
        font-size: 30px; }
      .vk-pricing-table .vk-panel .panel-body .vk-price small {
        font-size: 15px;
        margin-left: 30px; }
      .vk-pricing-table .vk-panel .panel-body .vk-price .price-small {
        position: absolute;
        top: 18px; }
  .vk-pricing-table .vk-panel-basic {
    background-image: url(../images/pricing-tables/pricing_tables_1.jpg); }
  .vk-pricing-table .vk-panel-standard {
    background-image: url(../images/pricing-tables/pricing_tables_2.jpg); }
  .vk-pricing-table .vk-panel-professional {
    background-image: url(../images/pricing-tables/pricing_tables_3.jpg); }
  .vk-pricing-table .vk-panel-unlimited {
    background-image: url(../images/pricing-tables/pricing_tables_4.jpg); }
  .vk-pricing-table .price .list-group-item {
    border-bottom-: 1px solid rgba(250, 250, 250, 0.5); }
  .vk-pricing-table .list-group-item {
    border: solid 1px white;
    background-color: #F4F4F4;
    padding: 15px; }
  .vk-pricing-table .panel.price .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }
  .vk-pricing-table .panel.price .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; }
  .vk-pricing-table .price .panel-footer {
    background-color: #272727;
    padding: 25px;
    text-align: center; }
  .vk-pricing-table .panel.price .btn {
    box-shadow: 0 -1px 0px rgba(50, 50, 50, 0.2) inset;
    border: 0px; }
  .vk-pricing-table .panel-standard {
    position: relative; }
    .vk-pricing-table .panel-standard .panel-footer {
      padding: 40px; }
  .vk-pricing-table .pricing-1 .panel-heading h3 {
    color: white; }
  .vk-pricing-table .pricing-2 .vk-heading {
    color: white; }
  .vk-pricing-table .pricing-2 .panel {
    background-color: transparent; }
    .vk-pricing-table .pricing-2 .panel .vk-panel .panel-heading h3 {
      color: white; }
    .vk-pricing-table .pricing-2 .panel .vk-panel .panel-body .vk-price big {
      font-size: 70px; }
    .vk-pricing-table .pricing-2 .panel .vk-panel .panel-body .vk-price span {
      font-size: 25px; }
    .vk-pricing-table .pricing-2 .panel .vk-panel .panel-body .vk-price small {
      font-size: 14px; }
    .vk-pricing-table .pricing-2 .panel .list-group-item {
      border-color: #272727; }
  .vk-pricing-table .pricing-3 .panel-heading {
    background-color: #272727; }
    .vk-pricing-table .pricing-3 .panel-heading h3 {
      border: none;
      color: #607d8b; }
  .vk-pricing-table .pricing-3 .panel-footer {
    background-color: transparent;
    padding: 25px;
    border: none; }
  .vk-pricing-table .pricing-3 .panel-body {
    padding-bottom: 0; }
    .vk-pricing-table .pricing-3 .panel-body .vk-price {
      border-bottom: solid 1px white;
      padding-bottom: 20px;
      margin: 0; }
      .vk-pricing-table .pricing-3 .panel-body .vk-price big {
        font-size: 70px; }
      .vk-pricing-table .pricing-3 .panel-body .vk-price span {
        font-size: 25px; }
      .vk-pricing-table .pricing-3 .panel-body .vk-price small {
        font-size: 14px; }
  .vk-pricing-table .pricing-3 .panel-standard .panel-footer {
    padding: 35px; }
  @media (min-width: 960px) {
    .vk-pricing-table {
      /* Pricing 2*/
      /* Pricing 3 */ }
      .vk-pricing-table .pricing-2 .col-md-3 {
        padding: 0 !important; }
        .vk-pricing-table .pricing-2 .col-md-3 + .col-md-3 {
          margin-left: -1px; }
      .vk-pricing-table .pricing-3 .col-md-3 {
        padding: 0 !important; } }

/*-----------------------------------------------------------------------------------
END: PRICING TABLE
-----------------------------------------------------------------------------------*/
/* TABS */
.vk-tab h4 {
  padding-bottom: 30px; }

.vk-tab .vk-nav-tabs {
  position: relative;
  z-index: 1; }
  .vk-tab .vk-nav-tabs li {
    height: 50px; }
    .vk-tab .vk-nav-tabs li a {
      padding: 15px 25px;
      font-weight: 500;
      display: block;
      text-decoration: none;
      color: #B0B0B0;
      border: 1px solid transparent; }
      @media (min-width: 768px) {
        .vk-tab .vk-nav-tabs li a {
          padding: 14px 30px; } }
    .vk-tab .vk-nav-tabs li.active a {
      background: #607d8b;
      color: white; }

.vk-tab .vk-tab-content {
  padding-top: 30px;
  border-top: 1px solid #EAEAEA; }
  .vk-tab .vk-tab-content .tab-pane {
    line-height: 24px; }

.vk-tab.vk-tab-flat .vk-nav-tabs {
  margin-bottom: -1px; }
  .vk-tab.vk-tab-flat .vk-nav-tabs li:not(:first-child) {
    margin-left: -1px; }
  .vk-tab.vk-tab-flat .vk-nav-tabs li.active a {
    border-bottom-color: transparent;
    background: #607d8b; }
  .vk-tab.vk-tab-flat .vk-nav-tabs li a {
    background: #EAEAEA; }

.vk-tab.tab-flat-bg .vk-nav-tabs li {
  border-bottom: solid 1px #EAEAEA;
  border-right: solid 2px white; }

.vk-tab.vk-tab-border .vk-tab-content {
  margin-top: -1px; }

.vk-tab.vk-tab-border .vk-nav-tabs li {
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-top: none;
  -webkit-box-shadow: inset 0 1px 0 #EAEAEA;
  -moz-box-shadow: inset 0 1px 0 #EAEAEA;
  box-shadow: inset 0 1px 0 #EAEAEA; }
  .vk-tab.vk-tab-border .vk-nav-tabs li + li {
    margin-left: -1px; }
  .vk-tab.vk-tab-border .vk-nav-tabs li a {
    border: none;
    background: transparent;
    color: #607d8b;
    padding: 12px 30px; }
  .vk-tab.vk-tab-border .vk-nav-tabs li.active {
    border-bottom: none;
    border-top: none; }
    .vk-tab.vk-tab-border .vk-nav-tabs li.active a {
      -webkit-box-shadow: inset 0 5px 0 #607d8b;
      -moz-box-shadow: inset 0 5px 0 #607d8b;
      box-shadow: inset 0 5px 0 #607d8b;
      background: white; }

.vk-tab.tab-border-no-bd .vk-nav-tabs li {
  border: 1px solid transparent;
  border-top: none;
  border-bottom: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .vk-tab.tab-border-no-bd .vk-nav-tabs li.active {
    border-color: #EAEAEA;
    background-color: #fff; }

.vk-tab.vk-tab-background .vk-nav-tabs li {
  width: 33.33%; }
  .vk-tab.vk-tab-background .vk-nav-tabs li a {
    box-sizing: border-box;
    background: #607d8b;
    border-top: solid 5px #607d8b;
    border-right: solid 1px white;
    color: white;
    padding: 12px 30px; }
  .vk-tab.vk-tab-background .vk-nav-tabs li.active {
    border-top: solid 5px #607d8b; }
    .vk-tab.vk-tab-background .vk-nav-tabs li.active a {
      border-top: none;
      background: #EAEAEA;
      color: #607d8b; }

.vk-tab.vk-tab-background .tab-content {
  background: #EAEAEA;
  padding: 30px 20px 20px 20px; }

.vk-tab.background-no-box .vk-nav-tabs li a {
  background: white;
  color: #B3BDC7;
  border-top: solid 5px white;
  border-right: solid 1px white; }

.vk-tab.vk-vertical-tab h4 {
  padding-bottom: 60px; }

.vk-tab.vk-vertical-tab .vk-nav-tabs,
.vk-tab.vk-vertical-tab .vk-tab-content {
  float: left; }

.vk-tab.vk-vertical-tab .vk-nav-tabs {
  width: 100%; }
  .vk-tab.vk-vertical-tab .vk-nav-tabs li {
    float: none; }
    .vk-tab.vk-vertical-tab .vk-nav-tabs li a {
      text-align: center;
      border-top-color: #EAEAEA; }
    .vk-tab.vk-vertical-tab .vk-nav-tabs li:last-child a {
      border-bottom-color: #EAEAEA; }

.vk-tab.vk-vertical-tab .vk-tab-content {
  border-top: none;
  padding-top: 0; }

.vk-tab.tab-vertical-flat .vk-nav-tabs {
  border-right: solid 1px #EAEAEA; }
  .vk-tab.tab-vertical-flat .vk-nav-tabs li a {
    border-bottom: solid 1px white;
    background: #EAEAEA; }
  .vk-tab.tab-vertical-flat .vk-nav-tabs li.active {
    background: #607d8b; }
    .vk-tab.tab-vertical-flat .vk-nav-tabs li.active a {
      background: none; }

.vk-tab.flat-2 .vk-nav-tabs li a {
  background: transparent;
  border: none;
  padding: 15px 30px; }

.vk-tab.tab-vertical-outline .vk-nav-tabs li a {
  background: transparent;
  color: #B3BDC7;
  border-left: solid 1px #EAEAEA;
  border-right: solid 1px #EAEAEA; }

.vk-tab.tab-vertical-outline .vk-nav-tabs li.active {
  border-left: solid 5px #607d8b; }
  .vk-tab.tab-vertical-outline .vk-nav-tabs li.active a {
    color: #607d8b;
    border-right: none; }

.vk-tab .outline-2 .vk-nav-tabs li a {
  border-left: none;
  border-bottom: none;
  border-top: none; }

.vk-tab .outline-2 .vk-nav-tabs li.active {
  border-top: solid 1px #EAEAEA;
  border-bottom: solid 1px #EAEAEA; }

.tab-vertical-background .col-md-2 {
  padding-right: 0; }

.tab-vertical-background .col-md-10 {
  padding-left: 0; }

.tab-vertical-background .vk-nav-tabs li {
  background: #607d8b; }
  .tab-vertical-background .vk-nav-tabs li a {
    color: white;
    border-right: none;
    border-color: white; }
  .tab-vertical-background .vk-nav-tabs li.active {
    background: #EAEAEA;
    border-left: solid 5px #607d8b; }
    .tab-vertical-background .vk-nav-tabs li.active a {
      background: transparent;
      color: #607d8b; }

.tab-vertical-background .vk-tab-content {
  background: #EAEAEA;
  padding: 30px !important; }

.background-2 .vk-nav-tabs li {
  background: transparent; }
  .background-2 .vk-nav-tabs li a {
    color: #B3BDC7;
    border: none;
    padding: 15px 30px; }

/* TYPOGRAPHY */
.box-heading .first-letter {
  width: 170px;
  height: 170px;
  margin: auto;
  border: 8px solid #272727;
  color: #607d8b;
  font-size: 100px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .box-heading .first-letter {
      margin-bottom: 0px; } }

.box-heading .box-text {
  padding-bottom: 50px; }
  @media (min-width: 992px) {
    .box-heading .box-text {
      padding-bottom: 0px; } }

.vk-list-heading-size {
  color: #607d8b;
  text-transform: capitalize;
  text-align: center; }
  @media (min-width: 1200px) {
    .vk-list-heading-size {
      text-align: left; } }
  .vk-list-heading-size .heading {
    color: inherit;
    line-height: 1;
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .vk-list-heading-size .heading {
        line-height: 26px; } }
  @media (min-width: 1200px) {
    .vk-list-heading-size li {
      padding-left: 70px;
      float: left;
      width: 50%; } }
  .vk-list-heading-size li + li {
    padding-top: 30px; }
    @media (min-width: 1200px) {
      .vk-list-heading-size li + li {
        padding-top: 0px; } }
  @media (min-width: 1200px) {
    .vk-list-heading-size li:nth-child(n+3) {
      padding-top: 30px; } }

.box-highlight .vk-highlight .selected {
  color: #fff; }

.box-highlight .vk-highlight-style-1 .selected {
  background-color: #607d8b; }

.box-highlight .vk-highlight-style-2 .selected, .box-highlight .vk-highlight-style-2 ::selection {
  background-color: #272727; }

.box-tooltip .vk-tooltip-style-1 .selected {
  color: #607d8b; }

.box-tooltip .vk-tooltip-style-2 .selected {
  color: #272727; }

.box-tooltip .vk-tooltip-style-2 .tooltip-inner {
  background-color: #272727; }

.box-tooltip .vk-tooltip-style-2 .tooltip-arrow {
  border-top-color: #272727 !important; }

.tooltip {
  font-family: inherit;
  font-size: 13px;
  font-weight: 300; }
  .tooltip-inner {
    background-color: #607d8b;
    padding: 4px 10px; }
  .tooltip-arrow {
    border-top-color: #607d8b !important; }

.vk-blockquote {
  position: relative; }
  .vk-blockquote .highlight {
    color: #607d8b;
    padding-top: 13px;
    display: inline-block; }
  .vk-blockquote:before {
    content: '“';
    font-size: 120px;
    color: #607d8b;
    position: absolute;
    top: -18px;
    left: -4px;
    font-style: normal;
    line-height: normal; }
    @media (min-width: 992px) {
      .vk-blockquote:before {
        left: 22px; } }

.vk-typogaphy-shortcode .vk-title {
  margin-bottom: 20px; }

.vk-typogaphy-shortcode p {
  text-align: justify;
  margin-bottom: 20px; }

@media (min-width: 992px) {
  .vk-typogaphy-shortcode .vk-space.large {
    padding-top: 80px;
    padding-bottom: 80px; } }

.vk-typogaphy-shortcode .box-highlight, .vk-typogaphy-shortcode .box-ordered-list {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #EAEAEA; }
  @media (min-width: 992px) {
    .vk-typogaphy-shortcode .box-highlight, .vk-typogaphy-shortcode .box-ordered-list {
      padding-bottom: 0px;
      margin-bottom: 0px;
      border-bottom: none; } }

/* LAYOUT */
/* BLOG GRID */
.vk-blog-grid.vk-blog-wrapper .blog-list {
  padding-bottom: 60px; }
  @media (min-width: 992px) {
    .vk-blog-grid.vk-blog-wrapper .blog-list {
      padding-bottom: 80px; } }

.vk-blog-grid .blog-content .content-box {
  margin-bottom: 30px; }
  .vk-blog-grid .blog-content .content-box a h4 {
    padding-top: 25px;
    padding-bottom: 20px;
    margin: 0;
    color: #272727; }
  .vk-blog-grid .blog-content .content-box .vk-divider {
    padding-bottom: 25px; }
  .vk-blog-grid .blog-content .content-box .content {
    padding: 0 30px 0 30px;
    background-color: #F4F4F4; }
    .vk-blog-grid .blog-content .content-box .content h4:hover {
      color: #607d8b; }
    .vk-blog-grid .blog-content .content-box .content .vk-buttons {
      padding-bottom: 25px; }
    .vk-blog-grid .blog-content .content-box .content h5 {
      padding-bottom: 30px; }

/* BLOG LIST */
.vk-blog-list .blog-content .vk-divider {
  margin-bottom: 50px; }

.vk-blog-list .blog-content .content-box .content p {
  padding: 0 !important; }

.vk-blog-list .blog-content .content-box .vk-buttons {
  padding-top: 25px;
  padding-bottom: 30px; }

.vk-blog-list .blog-content .customer h1 {
  padding-top: 10px;
  color: #607d8b; }

.vk-blog-list .blog-content .customer h4 {
  padding: 0;
  line-height: 2; }

.vk-blog-list .blog-content .vk-pagination {
  border: none;
  padding-top: 5px;
  margin-top: -30px; }

.vk-blog-list .blog-content .box-pagination {
  text-align: center; }
  @media (min-width: 992px) {
    .vk-blog-list .blog-content .box-pagination {
      text-align: right; } }

/* SINGLE BLOG */
.vk-blog-wrapper .blog-list {
  padding-top: 60px;
  padding-bottom: 45px; }
  @media (min-width: 992px) {
    .vk-blog-wrapper .blog-list {
      padding-top: 80px;
      padding-bottom: 65px; } }

.vk-blog-wrapper .single-blog {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 992px) {
    .vk-blog-wrapper .single-blog {
      padding-top: 80px;
      padding-bottom: 80px; } }

.vk-blog-wrapper .vk-tag {
  margin: 0 0 10px 0; }
  .vk-blog-wrapper .vk-tag a {
    padding: 8px 15px;
    background-color: #F4F4F4;
    display: block;
    text-transform: capitalize; }

.vk-blog-wrapper .vk-tag:hover a {
  color: white;
  background-color: #607d8b; }

.vk-blog-wrapper .blog-content h4 {
  margin-top: 40px;
  margin-bottom: 30px; }

.vk-blog-wrapper .blog-content .info .vk-list li {
  font-weight: 600;
  color: #272727;
  line-height: 2; }
  .vk-blog-wrapper .blog-content .info .vk-list li span {
    color: #607d8b;
    font-weight: 300; }
  .vk-blog-wrapper .blog-content .info .vk-list li p {
    display: inline-block;
    color: #8D8D8D;
    font-weight: normal;
    margin: 0; }

.vk-blog-wrapper .blog-content .share ul {
  border: solid 1px #EAEAEA;
  padding: 20px; }
  .vk-blog-wrapper .blog-content .share ul li {
    padding: 0; }
  .vk-blog-wrapper .blog-content .share ul h4 {
    padding: 16px 26px;
    background-color: #272727;
    color: white;
    margin: 0 30px 0 0; }
  .vk-blog-wrapper .blog-content .share ul i {
    margin-right: 30px;
    font-size: 22px; }
  .vk-blog-wrapper .blog-content .share ul i:hover {
    color: #607d8b; }

.vk-blog-wrapper .blog-content .tag ul {
  border: solid 1px #EAEAEA;
  padding: 14px; }
  .vk-blog-wrapper .blog-content .tag ul li {
    padding: 0; }
  .vk-blog-wrapper .blog-content .tag ul h4 {
    padding: 16px 26px;
    background-color: #272727;
    color: white;
    margin: 0 30px 0 0; }

.vk-blog-wrapper .blog-content .content p {
  padding-bottom: 20px;
  margin: 0; }

.vk-blog-wrapper .blog-content .comment .media .media-left a img {
  width: 45px;
  height: 45px; }

.vk-blog-wrapper .blog-content .comment .media .media-body h4 {
  margin-top: 10px;
  margin-bottom: 10px; }

.vk-blog-wrapper .blog-content .comment button {
  font-weight: 400; }

.vk-blog-wrapper .blog-content .comment .comment-list li:last-child {
  color: #607d8b; }

.vk-blog-wrapper .blog-content .comment .vk-divider {
  margin-top: 10px;
  margin-bottom: 20px; }

.vk-blog-wrapper .blog-content .vk-contact-form {
  background-color: transparent;
  padding: 0; }
  .vk-blog-wrapper .blog-content .vk-contact-form h4 {
    padding: 0;
    margin-top: 40px; }
  .vk-blog-wrapper .blog-content .vk-contact-form h5 {
    margin: 0;
    padding-bottom: 20px; }
  .vk-blog-wrapper .blog-content .vk-contact-form .user-info .form-control {
    background-color: #F4F4F4;
    padding-left: 10px; }
  .vk-blog-wrapper .blog-content .vk-contact-form .message-content textarea {
    background-color: #F4F4F4; }

.vk-blog-wrapper .vk-pagination {
  padding-bottom: 60px; }
  @media (min-width: 992px) {
    .vk-blog-wrapper .vk-pagination {
      border: solid 1px #EAEAEA;
      padding: 15px 0; } }
  .vk-blog-wrapper .vk-pagination li a span {
    color: #B0B0B0 !important; }
  .vk-blog-wrapper .vk-pagination li a span:hover,
  .vk-blog-wrapper .vk-pagination li a :active,
  .vk-blog-wrapper .vk-pagination li a :focus {
    color: #607d8b !important; }

.sidebar-menu h4 {
  margin: 0;
  padding: 20px 0 20px 0; }

.sidebar-menu .vk-search-form .form-group input {
  border-color: transparent;
  background-color: #F4F4F4; }

.sidebar-menu .vk-search-form .form-group input:focus {
  border-color: #607d8b; }

.sidebar-menu .catagory .vk-menu-right li {
  position: relative; }
  .sidebar-menu .catagory .vk-menu-right li a {
    display: block;
    padding-left: 0;
    padding-right: 0; }
  .sidebar-menu .catagory .vk-menu-right li a:hover,
  .sidebar-menu .catagory .vk-menu-right li :focus {
    background: transparent; }
  .sidebar-menu .catagory .vk-menu-right li i {
    position: absolute;
    right: 0; }

.sidebar-menu .recent-box {
  padding-bottom: 20px; }
  .sidebar-menu .recent-box .vk-divider {
    margin-bottom: 20px; }
  .sidebar-menu .recent-box .vk-img-frame {
    margin-bottom: 15px; }
  .sidebar-menu .recent-box .vk-title {
    color: #272727;
    font-weight: 500; }
  .sidebar-menu .recent-box span {
    margin-top: 5px;
    display: block; }

.sidebar-menu .recent-box:last-child {
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .sidebar-menu .recent-box:last-child {
      padding-bottom: 20px; } }
  @media (min-width: 992px) {
    .sidebar-menu .recent-box:last-child {
      padding-bottom: 0; } }

.sidebar-menu .recent-box:hover .vk-title {
  color: #607d8b; }

.sidebar-menu .archives .vk-menu-right li {
  position: relative;
  border: solid 1px #EAEAEA;
  margin-bottom: 5px; }
  .sidebar-menu .archives .vk-menu-right li a {
    padding-left: 15px; }
  .sidebar-menu .archives .vk-menu-right li a:hover,
  .sidebar-menu .archives .vk-menu-right li :focus {
    background: transparent; }
  .sidebar-menu .archives .vk-menu-right li i {
    position: absolute;
    right: 15px; }

.sidebar-menu .archives .vk-menu-right li:hover {
  border-color: #607d8b; }

@media (min-width: 960px) {
  .blog-content {
    padding-right: 45px; }
    .blog-content .info {
      padding-bottom: 30px; }
      .blog-content .info .vk-list {
        display: inline-block;
        border: solid 1px #EAEAEA; }
        .blog-content .info .vk-list li {
          display: inline-flex;
          padding: 16px 16px 16px 20px;
          border-right: solid 1px #EAEAEA; }
        .blog-content .info .vk-list li:last-child {
          border: none; }
    .blog-content .share ul {
      padding: 0 !important; }
    .blog-content .tag ul {
      padding: 0 !important; }
      .blog-content .tag ul li {
        margin: 0; }
    .blog-content .comment .media .media-left {
      padding-right: 20px; }
      .blog-content .comment .media .media-left a img {
        width: 100px !important;
        height: 100px !important; }
    .blog-content .comment .media .media-body h4 {
      margin-top: 0 !important;
      margin-bottom: 20px; } }

/* HEADER */
	.art-cart {
	  float: right;
	  padding-left: 20px;
	  padding-right: 12px;
	  position: relative;
	  font-size: 15px;
	  margin-right: 20px;
	  margin-top: 14px;
	}
	
	.art-cart a {margin-right: 10px; color: #607d8b;}
	.art-cart a:hover {color: #000000;}
  
  @media (min-width: 992px) { .art-cart { margin-top: -2px; margin-right: 10px;} }
	  
  .art-cart .fa { cursor: pointer; }
	
  .art-cart .number-item {
    font-size: 13px;
    color: #fff;
    position: absolute;
    width: 17px;
    height: 15px;
    background-color: #607d8b;
    top: -3px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

.art-cart-list {
  border-top: 3px solid #607d8b; }
  .art-cart-list ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .art-cart-list ul li {
      display: inline-flex;
      align-items: center; }
  .art-cart-list .vk-table .vk-table-row {
    padding: 15px 0;
    background-color: #f4f4f4;
    border-bottom: 1px solid #EAEAEA; }
    .art-cart-list .vk-table .vk-table-row:first-child, .art-cart-list .vk-table .vk-table-row:last-child {
      background-color: #272727;
      text-transform: uppercase;
      font-weight: 500;
      text-align: center;
      border: none;
      color: #fff; }
    .art-cart-list .vk-table .vk-table-row .vk-table-data .fa {
      cursor: pointer; }
      .art-cart-list .vk-table .vk-table-row .vk-table-data .fa:hover {
        color: #e32c2c; }
    .art-cart-list .vk-table .vk-table-row .vk-table-data:first-child {
      width: calc(30 / 400 *100%);
      justify-content: flex-end; }
    .art-cart-list .vk-table .vk-table-row .vk-table-data:nth-child(2) {
      width: calc(200 / 400 *100%);
      padding: 5px 0 5px 20px; }
    .art-cart-list .vk-table .vk-table-row .vk-table-data:last-child {
      width: calc(170 / 400 *100%);
      padding: 5px 0 5px 0;
      justify-content: center; }
    .art-cart-list .vk-table .vk-table-row .vk-table-data:not(:first-child) {
      margin-left: -5px; }
    .art-cart-list .vk-table .vk-table-row .vk-table-data .vk-img-frame {
      width: 60px;
      height: 60px;
      border: 1px solid #EAEAEA; }
      .art-cart-list .vk-table .vk-table-row .vk-table-data .vk-img-frame img {
        width: 100%; }
    .art-cart-list .vk-table .vk-table-row:not(:first-child) .vk-table-data, .art-cart-list .vk-table .vk-table-row:not(:last-child) .vk-table-data {
      align-items: flex-start; }
    .art-cart-list .vk-table .vk-table-row:last-child {
      padding: 20px 30px; }
  .art-cart-list .vk-table .title {
    padding-left: 10px;
    width: calc(100% - 60px); }
  .art-cart-list .vk-table .product-name {
    text-transform: capitalize;
    font-weight: 400;
    color: #272727;
    margin-bottom: 0;
    line-height: normal;
    display: block; }
    .art-cart-list .vk-table .product-name:focus, .art-cart-list .vk-table .product-name:hover {
      color: #607d8b; }
  .art-cart-list .vk-table .total-all {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: #272727;
    padding: 20px 0; }
  .art-cart-list .vk-table .vk-btn {
    border: 2px solid;
    margin: 10px;
    padding-left: 30px;
    padding-right: 30px; }
    .art-cart-list .vk-table .vk-btn:hover, .art-cart-list .vk-table .vk-btn:focus {
      background-color: #607d8b;
      border-color: #607d8b; }

.slicknav_menu {
  background-color: #272727; }
  @media (min-width: 992px) {
    .slicknav_menu {
      display: none; } }
  .slicknav_menu .slicknav_nav {
    border-top: 3px solid #607d8b; }

.btn-search {
  cursor: pointer; }

@media (max-width: 992px) {
  .box-search-header {
    display: block; } }

@media (min-width: 992px) {
  .box-search-header {
    background-color: #272727;
    border-top: 3px solid #607d8b;
    position: absolute;
    right: 15px;
    left: 15px;
    top: 113px; } }

.box-search-header .vk-input-group {
  position: relative;
  padding: 25px 15px; }
  @media (min-width: 992px) {
    .box-search-header .vk-input-group {
      margin: 30px 70px; } }

.box-search-header .btn-search {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  background-color: transparent;
  color: #B3BDC7; }
  @media (min-width: 992px) {
    .box-search-header .btn-search {
      padding-right: 0;
      font-size: 24px;
      color: #47535d; } }
  .box-search-header .btn-search:hover, .box-search-header .btn-searchfocus {
    color: #607d8b;
    color: red; }
  @media (min-width: 992px) {
    .box-search-header .btn-search .fa:before {
      content: "\f178"; } }

.box-search-header .form-control {
  padding-right: 50px;
  background-color: transparent;
  border-color: #394855;
  color: #B3BDC7;
  min-height: 40px; }
  
  @media (min-width: 992px) {
    .box-search-header .form-control {
      padding-left: 0;
      border-top: none;
      border-left: none;
      border-right: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; } }
  .box-search-header .form-control:focus {
    border-color: #607d8b; }

.vk-navbar {
  margin-bottom: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .vk-navbar span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
	
	  
  .vk-navbar-header {
    padding: 25px 0 15px; 
	}
	
    /* @media (min-width: 992px) { */
      /* .vk-navbar-header { */
        /* padding: 31px 35px; */
        /* border: 1px solid #c1c1c1; */
        /* border-top: 0; */
        /* border-bottom: 0; } } */
		
  .vk-navbar-brand {
		display: flex;
		align-items: center;
		padding: 0;
		position: relative;
		z-index: 1; 
	}
	
	.vk-navbar-brand img {
    width: 280px;
    position: absolute;
    margin-top: 20px;
	}
	
		
    .vk-navbar-brand svg {
      width: 37px;
      height: 37px; }
	  
  .vk-navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #F5F5F5;
    line-height: normal; }
	
    @media (min-width: 992px) {
      .vk-navbar-nav {
        background-color: transparent;
        border-top: none; } }
		
    .vk-navbar-nav li {
      width: 100%;
      padding: 0;
      border-bottom: 1px solid #394855;
      position: relative;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
	  
      @media (min-width: 992px) {
        .vk-navbar-nav li {
          position: static;
          width: auto;
          display: inline-block;
          border: none; } }
		  
      .vk-navbar-nav li a, .vk-navbar-nav li span {
        cursor: pointer;
        text-transform: capitalize;
        white-space: nowrap; }
		
        .vk-navbar-nav li a:not(.slicknav_item), .vk-navbar-nav li span:not(.slicknav_item) {
			  outline: none;
			  color: #ffffff;
			  display: block;
			    /* text-shadow: 0px 2px 1px #fff; */
			  position: relative;
			  font-weight: 400;
			  padding:75px 15px 40px 5px }
		  
          @media (min-width: 992px) { 
		  
				.vk-navbar-nav li a .fa {
					font-size: 20px;
					margin-right: 5px;
					color: #cdcdcd;
				} 
			  
				.vk-navbar-nav li a:not(.slicknav_item), .vk-navbar-nav li span:not(.slicknav_item) { 
					text-transform: uppercase;
					font-family: Oswald;
					font-size: 15px;
					color: #ffffff;
					font-weight: 500;
					padding: 75px 15px 40px 5px;
				} 
				
			}
			  
          @media (min-width: 1200px) {.vk-navbar-nav li a:not(.slicknav_item), .vk-navbar-nav li span:not(.slicknav_item) { padding:75px 15px 40px 5px; } }
			  			  
        .vk-navbar-nav li a:hover, .vk-navbar-nav li a:focus, .vk-navbar-nav li span:hover, .vk-navbar-nav li span:focus {color: #000000; text-decoration: underline; }
		
		
      @media (min-width: 992px) {
        .vk-navbar-nav li .item-has-child:after {
          content: '\f105';
          font-family: FontAwesome;
          position: absolute;
          right: 15px; } }
      .vk-navbar-nav li .menu-arrow {
        position: absolute;
        right: 2px;
        font-family: FontAwesome;
        top: 0;
        padding: 18px; }

        .vk-navbar-nav li:hover > span {
          color: #607d8b; }
        .vk-navbar-nav li:hover > .slicknav_item > a {
          color: #607d8b; }
        .vk-navbar-nav li:hover > .child {
          display: block; }
          .vk-navbar-nav li:hover > .child > a {
            color: #607d8b; }
      .vk-navbar-nav li:last-child a, .vk-navbar-nav li:last-child span {
        padding-right: 0; }
      @media (min-width: 992px) {
        .vk-navbar-nav li:nth-child(n+8) > .vk-navbar-nav.child {
          right: 15px; } }
		  
    .vk-navbar-nav.child {
      border-top: none;
      background-color: #43515d; }
	  
	 .vk-navbar-nav.child::after {
		position: absolute;
		content: "";
		border: 8px solid transparent;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #ffffff;
		left: 15%;
		top: -20px;
		height: 15px;
	}
	  
      @media (min-width: 992px) {
        .vk-navbar-nav.child {
		box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.22);
    transition: all .3s ease;
    border-top: 4px solid #ffffff;
    background-color: #ffffff;
    padding: 10px;
    display: none;
    position: absolute;
    z-index: 10;
    margin-left: 1%;
    margin-top: -14px;
		  }
		  }
		  
      .vk-navbar-nav.child li {border-bottom: 2px solid #ffffff; }
	  
        @media (min-width: 992px) {.vk-navbar-nav.child li {display: block;padding: 0; } }			
		
        .vk-navbar-nav.child li .fa {padding-right: 10px; }		  
        .vk-navbar-nav.child li:first-child {border-top: 1px solid #9E9E9E;}
		  
        @media (min-width: 992px) {.vk-navbar-nav.child li:first-child {border-top: none; } }
			  
        .vk-navbar-nav.child li:last-child {border-bottom: none; }		  
        .vk-navbar-nav.child li a, .vk-navbar-nav.child li span {
			    color: #000000;
    font-size: 13px;
    font-weight: 600;
    font-family: sans-serif;
		}
		.vk-navbar-nav.child li a:not(.slicknav_item), .vk-navbar-nav.child li span:not(.slicknav_item) {
			padding: 15px 20px 15px 20px;
			min-width: 270px;
			padding-left: 35px;
			    text-shadow: none;
			background: #f1f1f1;
		}
			
        @media (min-width: 992px) {.vk-navbar-nav.child li a:not(.slicknav_item), .vk-navbar-nav.child li span:not(.slicknav_item) {padding-left: 20px; } }
        .vk-navbar-nav.child li a:hover, .vk-navbar-nav.child li a:focus, .vk-navbar-nav.child li span:hover, .vk-navbar-nav.child li span:focus {color: #607d8b; }
        .vk-navbar-nav.child li:hover {background-color: #607d8b; }
		.vk-navbar-nav.child li:hover > a, .vk-navbar-nav.child li:hover span {color: #607d8b; }
		.vk-navbar-nav.child .child {background-color: #566673; }
		
        @media (min-width: 992px) {.vk-navbar-nav.child .child {background-color: #43515d;left: 100%;top: -3px; } }
        .vk-navbar-nav.child .child li:last-child {border-bottom: none; }
        .vk-navbar-nav.child .child li a:not(.slicknav_item) {padding-left: 50px; }
        @media (min-width: 992px) {.vk-navbar-nav.child .child li a:not(.slicknav_item) {padding-left: 20px; } }

		.vk-navbar-collapse {padding: 0; }
		@media (min-width: 992px) {.vk-navbar-collapse {width: auto; } }
		
	.vk-navbar-toggle {
		z-index: 501;
		font-size: 30px;
		border: 1px solid;
		padding: 0;
		border-radius: 2px;
		margin-right: 15px;
		margin-top: 0px;
		color: #607d8b !important;
		width: 50px;
		height: 50px;
		background-color: #ffffff !important;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
    .vk-navbar-toggle:after {
      content: "\f00d";
      font-family: FontAwesome; }
	  
    .vk-navbar-toggle.collapsed {
      color: #272727;
      background-color: transparent; }
	  
      .vk-navbar-toggle.collapsed:after {
        content: "\f0c9"; }

.container .vk-navbar-header {
  margin: 0; }

.vk-header {
	background: #607D8B;
    border-bottom: 2px solid #5d7682;
	position: relative;
	z-index: 9; }
  
.vk-header .logo-text {
    font-size: 24px;
    font-weight: 600;
    color: #272727;
    padding-left: 10px; }
	
.vk-header-top {
    position: absolute;
    top: 0;
    width: 100%; }
	
.vk-header-top .content {
	position: relative;
    padding: 10px 0;
    float: left;
    width: 100%;
    background:linear-gradient(to left,#f1f1f1 0%,#ffffff 100%);
}

.vk-header-top .content:after {
    content: '';
    position: absolute;
    top: 0;
    margin-left: -180px;
    width: 350px;
    height: 100%;
    background: #607d8b;
    transform: skewX(35deg);
}
		
@media (min-width: 1200px) {.vk-header-top .content:after {left: 160px; } }
						
    .vk-header-top .quick-address {
		color:#607d8b;
      padding: 0;
      margin: 0;
	      font-size: 13px;
      list-style: none;
      float: right;
      line-height: normal; }
	  
	.vk-header-top .quick-address a {color:#607d8b;}
	.vk-header-top .quick-address a:hover {color:#000000;}
	.vk-header-top .quick-address li {display: inline-block;position: relative; }
    .vk-header-top .quick-address li:not(:first-child):before {
          content: '|';
          padding-left: 11px;
          padding-right: 15px; }
		  
  @media (min-width: 992px) {
    .vk-header-transparent {
      background-color: transparent;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 10; }
	  
	  
      .vk-header-transparent .art-cart a { color: #607d8b; }
		
      .vk-header-transparent .art-cart {
        color: #fff; }
        .vk-header-transparent .art-cart .number-item {
          color: #676767; }
		  
		  
      .vk-header-transparent .vk-navbar {
        border-color: #66696b; }
        .vk-header-transparent .vk-navbar-brand svg polygon {
          fill: #fff; }
        .vk-header-transparent .vk-navbar-header {
          border-color: #66696b; }
          .vk-header-transparent .vk-navbar-header .vk-divider {
            border-color: #66696b; }
        .vk-header-transparent .vk-navbar-nav > li {
          background-color: transparent; }
          .vk-header-transparent .vk-navbar-nav > li > span, .vk-header-transparent .vk-navbar-nav > li > a {
            color: #fff; }
            .vk-header-transparent .vk-navbar-nav > li > span:hover, .vk-header-transparent .vk-navbar-nav > li > span:focus, .vk-header-transparent .vk-navbar-nav > li > a:hover, .vk-header-transparent .vk-navbar-nav > li > a:focus {
              color: #607d8b; }
          .vk-header-transparent .vk-navbar-nav > li:hover > span, .vk-header-transparent .vk-navbar-nav > li:hover > a {
            color: #607d8b; }
      .vk-header-transparent .logo-text {
        color: #fff; }
      .vk-header-transparent .vk-header-top {
        color: #9b9faa; }
        .vk-header-transparent .vk-header-top .content:after {
          background-color: #66696b; } }
  @media (min-width: 992px) {
    .vk-header-transparent.dark {
      position: relative;
      background-color: #272727; }
      .vk-header-transparent.dark .vk-navbar {
        border-bottom: none; } }

	
  @media (min-width: 992px) {
    .vk-header-two-nav .vk-navbar {
      border: none; }
      .vk-header-two-nav .vk-navbar .logo-text {
        padding-left: 0; }
      .vk-header-two-nav .vk-navbar-header {
        position: absolute;
        left: 0;
        right: 0;
        width: 245px;
        margin: auto;
        padding: 20px 15px 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        border: none; }
        .vk-header-two-nav .vk-navbar-header .vk-divider {
          position: absolute;
          width: 500%;
          top: 55px; }
          .vk-header-two-nav .vk-navbar-header .vk-divider.left {
            right: 100%; }
          .vk-header-two-nav .vk-navbar-header .vk-divider.right {
            left: 100%; }
      .vk-header-two-nav .vk-navbar-brand {
        display: block;
        margin-left: 0 !important;
        padding-left: 0; }
        .vk-header-two-nav .vk-navbar-brand svg {
          margin: auto;
          display: block;
          margin-bottom: 18px; }
      .vk-header-two-nav .vk-navbar-left {
        float: left; }
        .vk-header-two-nav .vk-navbar-left > li:first-child > a {
          padding-left: 0; }
      .vk-header-two-nav .vk-navbar-right {
        float: right; }
        .vk-header-two-nav .vk-navbar-right > li:first-child > a {
          padding-left: 0; } }
    @media (min-width: 992px) and (min-width: 992px) {
      .vk-header-two-nav .vk-navbar-right > li:nth-child(n+3) > .vk-navbar-nav.child {
        right: 0; } }
  @media (min-width: 992px) {
    .vk-header-two-nav .vk-header-top .content:after {
      content: none; }
    .vk-header-two-nav .vk-header-top .btn-search {
      color: #272727;
      font-size: 20px;
      padding: 0 10px; }
    .vk-header-two-nav .box-search-header {
      top: 55px; }
    .vk-header-two-nav .art-cart {
      margin-top: 0;
      padding-left: 25px; } }
  .vk-header .art-cart-list {
    position: absolute;
    z-index: 1;
    top: 100px;
    right: 15px;
    left: 15px;
    border-top: 3px solid #607d8b; }
    @media (min-width: 992px) {
      .vk-header .art-cart-list {
        left: auto;
        width: 400px;
        top: 56px; } }
    .vk-header .art-cart-list ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .vk-header .art-cart-list ul li {
        display: inline-flex;
        align-items: center; }
  .vk-header-left-menu .vk-navbar {
    padding-left: 15px;
    padding-right: 15px; }
  @media (min-width: 992px) {
    .vk-header-left-menu {
      width: 300px;
      background-color: #F4F4F4;
      text-align: center;
      overflow-y: scroll;
      overflow-x: hidden; }
      .vk-header-left-menu::-webkit-scrollbar {
        width: 6px;
        background-color: transparent; }
      .vk-header-left-menu::-webkit-scrollbar-thumb {
        background-color: rgba(51, 51, 51, 0.5);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
      .vk-header-left-menu .vk-navbar {
        padding-left: 0px;
        padding-right: 0px; }
        .vk-header-left-menu .vk-navbar-header {
          width: 100%;
          padding-top: 80px;
          padding-left: 5px;
          padding-right: 5px;
          padding-bottom: 0; }
        .vk-header-left-menu .vk-navbar-nav {
          border-bottom: 1px solid #e2e2e2; }
          .vk-header-left-menu .vk-navbar-nav li {
            display: block;
            border-top: 1px solid #fff;
            -webkit-box-shadow: inset 0 1px 0 #e2e2e2;
            -moz-box-shadow: inset 0 1px 0 #e2e2e2;
            box-shadow: inset 0 1px 0 #e2e2e2; }
            .vk-header-left-menu .vk-navbar-nav li:last-child {
              border-bottom: 1px solid #fff; }
            .vk-header-left-menu .vk-navbar-nav li a:not(.slicknav_item), .vk-header-left-menu .vk-navbar-nav li span:not(.slicknav_item) {
              padding: 12px 15px;
              color: #B0B0B0; }
              .vk-header-left-menu .vk-navbar-nav li a:not(.slicknav_item):hover, .vk-header-left-menu .vk-navbar-nav li span:not(.slicknav_item):hover {
                color: #607d8b; }
            .vk-header-left-menu .vk-navbar-nav li:nth-child(n+8) .vk-navbar-nav.child {
              right: auto; }
            .vk-header-left-menu .vk-navbar-nav li .child {
              display: none;
              width: 100%;
              z-index: 1;
              margin-bottom: 50px;
              top: 44px; }
              .vk-header-left-menu .vk-navbar-nav li .child li {
                min-height: 44px; }
          .vk-header-left-menu .vk-navbar-nav.vk-mega-menu.child {
            left: 100%;
            right: auto;
            top: 0;
            margin-top: 0px; }
			
            .vk-header-left-menu .vk-navbar-nav.vk-mega-menu.child li {
              width: 100%;
              border-right: none; }
			  
              .vk-header-left-menu .vk-navbar-nav.vk-mega-menu.child li:last-child {
                border-bottom: 1px solid #fff; }
				
        .vk-header-left-menu .vk-navbar-brand {
          height: auto;
          width: 100%;
          padding-left: 25px; }
		  
        .vk-header-left-menu .vk-navbar-collapse {
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          display: inline-block !important;
          width: 100%;
          position: relative; }
        .vk-header-left-menu .vk-navbar .search-shopcart-button {
          padding-top: 55px;
          padding-bottom: 55px;
          display: inline-block;
          color: #272727; }
          .vk-header-left-menu .vk-navbar .search-shopcart-button li {
            display: inline-block;
            padding: 0 13px; }
          .vk-header-left-menu .vk-navbar .search-shopcart-button .art-cart {
            margin: 0;
            top: 8px;
            padding-left: 0; }
        .vk-header-left-menu .vk-navbar .child {
          left: 100%;
          margin-top: -44px;
          border: none;
          background-color: #F4F4F4;
          border-bottom: 1px solid #e2e2e2; }
          .vk-header-left-menu .vk-navbar .child li {
            border-top: 1px solid #fff;
            border-bottom: none;
            -webkit-box-shadow: inset 4px 1px 0 #e2e2e2;
            -moz-box-shadow: inset 4px 1px 0 #e2e2e2;
            box-shadow: inset 4px 1px 0 #e2e2e2; }
            .vk-header-left-menu .vk-navbar .child li:last-child {
              border-bottom: 1px solid #fff; }
      .vk-header-left-menu .header-bot {
        padding: 55px 0 55px 45px;
        position: relative;
        z-index: -1; }
      .vk-header-left-menu .quick-address {
        text-align: left; }
        .vk-header-left-menu .quick-address li {
          padding-left: 30px;
          position: relative;
          line-height: normal; }
          .vk-header-left-menu .quick-address li + li {
            margin-top: 20px; }
          .vk-header-left-menu .quick-address li .fa {
            position: absolute;
            color: #607d8b;
            left: 0;
            top: 2px; }
      .vk-header-left-menu .art-cart-list {
        left: 100%;
        top: 0;
        border-left: 1px solid #272727;
        border-right: 1px solid #272727; }
      .vk-header-left-menu .box-search-header {
        top: 1px;
        left: 0;
        right: 0; }
        .vk-header-left-menu .box-search-header .vk-input-group {
          margin: 30px 15px; }
      .vk-header-left-menu .btn-search {
        padding: 0 10px;
        display: inline-block; } }
  @media (min-width: 1200px) {
    .vk-header-left-menu {
      width: 360px; }
      .vk-header-left-menu .header-bot {
        padding-right: 75px; }
      .vk-header-left-menu .vk-navbar-header {
        padding-left: 35px;
        padding-right: 35px; } }
  .vk-header-one-page {
    position: fixed;
    z-index: 9;
    width: 100%;
    background-color: transparent; }
    .vk-header-one-page .vk-navbar {
      border-bottom: none; }
      .vk-header-one-page .vk-navbar-header {
        border: none;
        padding: 15px 0; }
		
        @media (min-width: 992px) {.vk-header-one-page .vk-navbar-header {padding: 35px 0; } }
			
		.vk-header-one-page .vk-navbar-nav li a:not(.slicknav_item), .vk-header-one-page .vk-navbar-nav li span:not(.slicknav_item) {padding-top: 50px; }
		.vk-header-one-page .vk-navbar-nav.child li a:not(.slicknav_item), .vk-header-one-page .vk-navbar-nav.child li span:not(.slicknav_item) {padding-top: 15px; }
	  
      @media (min-width: 992px) {
        .vk-header-one-page .vk-navbar-nav:not(.child) {
          padding-right: 60px; } }
      @media (min-width: 1360px) {
        .vk-header-one-page .vk-navbar-nav:not(.child) {
          padding-right: 0px; } }
      .vk-header-one-page .vk-navbar-toggle {
        background-color: transparent; }
        .vk-header-one-page .vk-navbar-toggle.collapsed {
          border-color: #fff;
          color: #fff; }
    .vk-header-one-page .art-cart {
      color: #fff; }
    .vk-header-one-page .art-cart-list {
      top: 113px; }

.vk-header-style .vk-space.x-large {
  padding-bottom: 35px; }
  @media (min-width: 992px) {
    .vk-header-style .vk-space.x-large {
      padding-bottom: 75px; } }

.vk-header-style img {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }

@media (min-width: 992px) {
  .vk-mega-menu.vk-navbar-nav.child {
    left: 15px;
    right: 15px; }
    .vk-mega-menu.vk-navbar-nav.child li {
      width: 25%;
      float: left;
      border-right: 1px solid #613b2c; }
      .vk-mega-menu.vk-navbar-nav.child li:nth-child(4n) {
        border-right: 0; }
      .vk-mega-menu.vk-navbar-nav.child li:last-child {
        border-bottom: 1px solid #613b2c; } }

/* HOME DARK */
.vk-home-dark {
  color: #8D8D8D;
  background-size: 100%; }
  .vk-home-dark .vk-heading {
    color: #fff; }
  .vk-home-dark .vk-project-grid-item .content-hidden {
    background-color: #fff; }
  .vk-home-dark .vk-project-grid-item .vk-title a {
    color: #272727; }
    .vk-home-dark .vk-project-grid-item .vk-title a:hover, .vk-home-dark .vk-project-grid-item .vk-title a:focus {
      color: #607d8b; }
  .vk-home-dark .vk-project-grid-item .vk-list-action-post a, .vk-home-dark .vk-project-grid-item .vk-list-action-post span {
    color: #272727; }
    .vk-home-dark .vk-project-grid-item .vk-list-action-post a:hover, .vk-home-dark .vk-project-grid-item .vk-list-action-post a:focus, .vk-home-dark .vk-project-grid-item .vk-list-action-post span:hover, .vk-home-dark .vk-project-grid-item .vk-list-action-post span:focus {
      color: #607d8b; }
  .vk-home-dark .vk-filter {
    border-color: #787d81; }
    .vk-home-dark .vk-filter li.active {
      border-color: #787d81;
      border-bottom-color: #2f3a44; }
  .vk-home-dark .vk-slider-arrow-top .vk-arrow {
    border-color: #787d81; }
    .vk-home-dark .vk-slider-arrow-top .vk-arrow:hover, .vk-home-dark .vk-slider-arrow-top .vk-arrow:focus {
      border-color: #607d8b; }
  .vk-home-dark .vk-counter-section {
    background-color: transparent;
    border: 1px solid #787d81;
    border-left: 0;
    border-right: 0; }
  .vk-home-dark .vk-counter-non-icon {
    background-color: transparent;
    color: #607d8b; }
    .vk-home-dark .vk-counter-non-icon .number-count:after {
      background-color: #607d8b; }
  .vk-home-dark .vk-recent-blog-section {
    background-color: transparent;
    border-bottom: 1px solid #787d81; }
  .vk-home-dark .vk-testimonial {
    border-color: #787d81; }
    .vk-home-dark .vk-testimonial .name {
      color: #fff; }
  @media (min-width: 992px) {
    .vk-home-dark .vk-slider-arrow-dot-top .vk-arrow-dots {
      top: -76px; } }
  .vk-home-dark .vk-slider-arrow-dot-top .vk-arrow-dots li:after {
    background-color: #787d81; }
  .vk-home-dark .vk-slider-arrow-dot-top .vk-arrow-dots li.slick-active:after {
    background-color: #607d8b; }
  .vk-home-dark .vk-list-client-style-1 li {
    border-color: #787d81; }
  .vk-home-dark .vk-heading-line > span:before, .vk-home-dark .vk-heading-line > span:after {
    background-color: #fff; }
  @media (min-width: 992px) {
    .vk-home-dark .vk-content-bot .vk-heading {
      margin-left: 60px; } }
  .vk-home-dark .vk-join-our-team-section .vk-btn {
    background-color: #607d8b;
    color: #272727; }
    .vk-home-dark .vk-join-our-team-section .vk-btn .icon {
      background-color: #fff; }
    .vk-home-dark .vk-join-our-team-section .vk-btn:hover, .vk-home-dark .vk-join-our-team-section .vk-btn:focus {
      color: #fff;
      -webkit-box-shadow: inset 0 0 0 2px #fff;
      -moz-box-shadow: inset 0 0 0 2px #fff;
      box-shadow: inset 0 0 0 2px #fff;
      background-color: transparent; }
  @media (min-width: 1200px) {
    .vk-home-dark .vk-our-project-section .box-filter {
      top: -15px; } }
  @media (min-width: 992px) {
    .vk-home-dark .vk-iconbox-section {
      padding-top: 120px; } }
  @media (min-width: 992px) {
    .vk-home-dark .vk-iconbox-section .vk-heading {
      margin-bottom: 45px; } }
  .vk-home-dark .vk-iconbox-section .vk-iconbox .vk-title {
    color: #fff; }
  .vk-home-dark .vk-iconbox-section .vk-iconbox:hover .icon {
    color: #607d8b; }
  .vk-home-dark .vk-iconbox-section .vk-iconbox:hover .vk-title {
    color: #607d8b; }

/* HOME DEFAULT */
.vk-home .vk-heading {
  margin-bottom: 60px; }

@media (min-width: 992px) {
  .vk-home .vk-content-bot .left-content {
    float: left; } }

.vk-home .vk-content-bot .right-content {
  padding-top: 50px; }
  @media (min-width: 992px) {
    .vk-home .vk-content-bot .right-content {
      padding-top: 0px; } }

.vk-home .vk-content-bot .vk-testimonial .content {
  padding-bottom: 0px; }

.vk-home .vk-what-we-do-section .vk-heading {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .vk-home .vk-what-we-do-section .vk-heading {
      margin-bottom: 60px; } }

@media (min-width: 992px) {
  .vk-home .vk-what-we-do-section .vk-filter li {
    padding: 10px 25px; } }

@media (min-width: 1200px) {
  .vk-home .vk-what-we-do-section .vk-filter li {
    padding: 10px 25px; } }

.vk-our-project-section .box-filter {
  position: absolute;
  top: 2px;
  right: 15px;
  display: none; }
  @media (min-width: 992px) {
    .vk-our-project-section .box-filter {
      display: block; } }
  @media (min-width: 1200px) {
    .vk-our-project-section .box-filter {
      right: 120px; } }

.vk-work-step-mini {
  padding-top: 50px; }
  .vk-work-step-mini .vk-title {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .vk-work-step-mini .vk-title {
        margin-bottom: 30px; } }

.vk-recent-blog-section { 
	/* background-color: #F4F4F4;  */
}

.vk-counter-section {
  background-color: #E5AC00;
  padding-top: 50px; }
  @media (min-width: 992px) {
    .vk-counter-section {
      padding-top: 0; } }

.vk-our-project-list .item {
  width: 100%; }
  
  .vk-our-project-list .vk-item {
	/* background: #607d8b ; */
	border: 0px solid #607d8b;
	margin-bottom: 30px;
    box-shadow: 0 7px 5px -5px #0000005c;	
  }
  
	.vk-our-project-list .vk-link {
		padding: 20px;
		color: #607d8b;
		background: #f1f1f1;
		border-top: 10px solid #fff;
	}   
	
	.vk-our-project-list .vk-link a {font-weight: 600;color: #607d8b;}  
	.vk-our-project-list .vk-link a:hover {color: #000000;}

/* HOME SHOP */
.tiny-banner {
  background-image: url(../images/home-shop/banner.jpg);
  height: 375px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px; }
  .tiny-banner h2 {
    margin: 0; }
  .tiny-banner h1 {
    font-size: 60px;
    color: #607d8b;
    font-weight: 300;
    margin: 25px 0; }

.vk-client-shop-section {
  background-color: #EAEAEA;
  padding: 40px 0; }

.vk-list-client-slider .vk-arrow {
  font-size: 48px;
  color: #B0B0B0;
  background-color: transparent;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1; }
  .vk-list-client-slider .vk-arrow.next {
    right: 0; }

@media (min-width: 992px) {
  .vk-home-shop .vk-slider-arrow-dot-top .vk-arrow-dots {
    top: -76px; } }

@media (min-width: 992px) {
  .vk-home-shop .vk-slider-arrow-dot-top .vk-arrow {
    top: -100px; } }

.vk-home-shop .vk-recent-blog-section {
  background-color: #fff; }
  @media (min-width: 992px) {
    .vk-home-shop .vk-recent-blog-section {
      padding-bottom: 120px; } }

/* HOME ONE PAGE */
.vk-home-one-page .vk-heading {
  color: #fff; }
  .vk-home-one-page .vk-heading-style-1 {
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .vk-home-one-page .vk-heading-style-1 {
        text-align: left;
        margin-bottom: 60px; } }

.vk-home-one-page .vk-section {
  padding-top: 230px;
  height: 100%; }
  .vk-home-one-page .vk-section-style-2 {
    text-align: center; }
    @media (min-width: 992px) {
      .vk-home-one-page .vk-section-style-2 {
        text-align: left; } }
    .vk-home-one-page .vk-section-style-2 .vk-filter {
      background-color: transparent;
      font-weight: 600;
      color: #B0B0B0; }
    .vk-home-one-page .vk-section-style-2 .vk-title {
      color: #fff; }
    .vk-home-one-page .vk-section-style-2 .vk-counter {
      display: none; }
      @media (min-width: 992px) {
        .vk-home-one-page .vk-section-style-2 .vk-counter {
          display: inline-flex; } }
      .vk-home-one-page .vk-section-style-2 .vk-counter .title {
        color: #B0B0B0; }
      .vk-home-one-page .vk-section-style-2 .vk-counter-non-icon .number-count:after {
        background-color: #B0B0B0; }
    .vk-home-one-page .vk-section-style-2 .vk-buttons {
      margin-top: -20px;
      border-color: transparent; }
      @media (min-width: 992px) {
        .vk-home-one-page .vk-section-style-2 .vk-buttons {
          border-color: #B0B0B0;
          margin-top: 0px; } }
      .vk-home-one-page .vk-section-style-2 .vk-buttons .vk-btn {
        margin-right: auto; }
        @media (min-width: 992px) {
          .vk-home-one-page .vk-section-style-2 .vk-buttons .vk-btn {
            margin-right: 0; } }
        .vk-home-one-page .vk-section-style-2 .vk-buttons .vk-btn:hover, .vk-home-one-page .vk-section-style-2 .vk-buttons .vk-btn:focus {
          color: #fff; }
    .vk-home-one-page .vk-section-style-2 .vk-list-step-mini li {
      color: #fff; }
      .vk-home-one-page .vk-section-style-2 .vk-list-step-mini li:before {
        color: rgba(255, 192, 0, 0.1); }

.vk-home-one-page .vk-client-say .box-heading, .vk-home-one-page .vk-contact .box-heading {
  position: relative; }
  .vk-home-one-page .vk-client-say .box-heading .vk-heading, .vk-home-one-page .vk-contact .box-heading .vk-heading {
    margin-bottom: 0; }
    .vk-home-one-page .vk-client-say .box-heading .vk-heading-style-1, .vk-home-one-page .vk-contact .box-heading .vk-heading-style-1 {
      padding-bottom: 0; }
    .vk-home-one-page .vk-client-say .box-heading .vk-heading-style-2, .vk-home-one-page .vk-contact .box-heading .vk-heading-style-2 {
      position: absolute;
      right: 0;
      top: 0; }

.vk-home-one-page .vk-client-say .box-heading {
  padding-bottom: 50px; }
  @media (min-width: 992px) {
    .vk-home-one-page .vk-client-say .box-heading {
      padding-bottom: 110px; } }

.vk-home-one-page .vk-contact .box-heading {
  padding-bottom: 50px; }
  @media (min-width: 992px) {
    .vk-home-one-page .vk-contact .box-heading {
      padding-bottom: 80px; } }

.vk-home-one-page .vk-contact .left-content .vk-heading, .vk-home-one-page .vk-contact .right-content .vk-heading {
  font-weight: 400; }

.vk-home-one-page .vk-contact .right-content {
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 992px) {
    .vk-home-one-page .vk-contact .right-content {
      padding-left: 15px;
      padding-right: 15px; } }

.vk-home-one-page .vk-contact .vk-contact-form {
  background-color: rgba(0, 0, 0, 0.3); }
  .vk-home-one-page .vk-contact .vk-contact-form .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    color: #B0B0B0; }
  .vk-home-one-page .vk-contact .vk-contact-form .user-info .fa {
    color: #607d8b; }

.vk-home-one-page .vk-slider-arrow-top .vk-arrow {
  bottom: -50px;
  top: auto; }
  @media (min-width: 992px) {
    .vk-home-one-page .vk-slider-arrow-top .vk-arrow {
      top: -120px; } }
  .vk-home-one-page .vk-slider-arrow-top .vk-arrow.prev {
    left: 50%;
    -webkit-transform: translateX(-42px);
    -moz-transform: translateX(-42px);
    -ms-transform: translateX(-42px);
    -o-transform: translateX(-42px);
    transform: translateX(-42px); }
    @media (min-width: 992px) {
      .vk-home-one-page .vk-slider-arrow-top .vk-arrow.prev {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        left: auto;
        right: 58px; } }
  .vk-home-one-page .vk-slider-arrow-top .vk-arrow, .vk-home-one-page .vk-slider-arrow-top .vk-arrow .next {
    right: 50%;
    -webkit-transform: translateX(42px);
    -moz-transform: translateX(42px);
    -ms-transform: translateX(42px);
    -o-transform: translateX(42px);
    transform: translateX(42px); }
    @media (min-width: 992px) {
      .vk-home-one-page .vk-slider-arrow-top .vk-arrow, .vk-home-one-page .vk-slider-arrow-top .vk-arrow .next {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        right: 15px; } }

.vk-home-one-page .vk-our-project-section {
  padding-bottom: 100px; }
  @media (min-width: 992px) {
    .vk-home-one-page .vk-our-project-section {
      padding-bottom: 80px; } }

.vk-home-one-page .vk-pricing-table-slider .slick-track {
  padding-top: 20px; }

.vk-home-one-page .vk-pricing-table-slider .item {
  padding: 15px; }
  @media (min-width: 992px) {
    .vk-home-one-page .vk-pricing-table-slider .item {
      padding: 0px; } }
  .vk-home-one-page .vk-pricing-table-slider .item.focus {
    margin-top: -20px; }

.vk-navbar-right-fixed {
  display: none;
  position: fixed;
  z-index: 9;
  right: 0;
  bottom: 0;
  top: 0;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.1); }
  @media (min-width: 992px) {
    .vk-navbar-right-fixed {
      display: block; } }
  .vk-navbar-right-fixed .vk-social-link {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .vk-navbar-right-fixed .vk-social-link li {
      display: block; }
      .vk-navbar-right-fixed .vk-social-link li a {
        border: none; }
  .vk-navbar-right-fixed .vk-nav-scroll-to-id {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .vk-navbar-right-fixed .vk-nav-scroll-to-id li {
      line-height: 1; }
      .vk-navbar-right-fixed .vk-nav-scroll-to-id li a {
        width: 20px;
        height: 20px;
        display: inline-block;
        text-indent: 50px;
        overflow: hidden;
        position: relative; }
        .vk-navbar-right-fixed .vk-nav-scroll-to-id li a:before {
          content: '';
          width: 8px;
          height: 8px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          background-color: #8D8D8D;
          position: absolute;
          left: 6px;
          top: 6px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .vk-navbar-right-fixed .vk-nav-scroll-to-id li a:after {
          content: '';
          width: 14px;
          height: 14px;
          border: 1px solid transparent;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          position: absolute;
          left: 3px;
          top: 3px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .vk-navbar-right-fixed .vk-nav-scroll-to-id li a.mPS2id-highlight:before, .vk-navbar-right-fixed .vk-nav-scroll-to-id li a:hover:before, .vk-navbar-right-fixed .vk-nav-scroll-to-id li a:focus:before {
          background-color: #607d8b; }
        .vk-navbar-right-fixed .vk-nav-scroll-to-id li a.mPS2id-highlight:after, .vk-navbar-right-fixed .vk-nav-scroll-to-id li a:hover:after, .vk-navbar-right-fixed .vk-nav-scroll-to-id li a:focus:after {
          border-color: #607d8b; }
  .vk-navbar-right-fixed .search-shopcart-button {
    text-align: center;
    padding-top: 30px;
    color: #fff; }
    .vk-navbar-right-fixed .search-shopcart-button .art-cart {
      color: #fff;
      padding-left: 0;
      margin-top: 0;
      float: none;
      display: inline-block; }
    .vk-navbar-right-fixed .search-shopcart-button .btn-search {
      padding: 0 10px;
      font-size: 20px; }
    .vk-navbar-right-fixed .search-shopcart-button li {
      display: inline-block;
      display: inline-block;
      width: 100%; }
      .vk-navbar-right-fixed .search-shopcart-button li + li {
        padding-top: 20px; }

.vk-one-page .vk-footer {display: none; }
.vk-one-page .section .vk-section {min-height: inherit; }
.vk-one-page .section .vk-banner {min-height: inherit; }
.vk-one-page .slicknav_nav {
  position: fixed;
  top: 75px;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow-y: scroll !important; }
  .vk-one-page .slicknav_nav .box-search-header .vk-input-group {
    margin: 0;
    padding: 25px 15px;
    background-color: #272727; }
  .vk-one-page .slicknav_nav .box-search-header .btn-search {
    right: 11px; }

/* HOME LEFT MENU */
.vk-our-team-slider .content {
  opacity: 1;
  padding-bottom: 0; }

.vk-our-team-slider.vk-slider-arrow-top .vk-arrow {
  top: -100px;
  display: none; }
  @media (min-width: 992px) {
    .vk-our-team-slider.vk-slider-arrow-top .vk-arrow {
      display: block; } }

.vk-home-left-menu .vk-our-team .vk-our-team-slider .content {
  padding-bottom: 0; }

@media (min-width: 992px) {
  .vk-home-left-menu .art-cart-list {
    position: fixed;
    top: 0;
    left: 300px;
    z-index: 9;
    min-width: 400px; } }

@media (min-width: 1200px) {
  .vk-home-left-menu .art-cart-list {
    left: 360px; } }

.vk-left-menu .container {
  width: 100%; }
  @media (min-width: 1352px) {
    .vk-left-menu .container {
      width: 970px; } }
  @media (min-width: 1560px) {
    .vk-left-menu .container {
      width: 1200px; } }

.vk-left-menu .col-sm-6 {
  width: 100%; }
  @media (min-width: 1068px) {
    .vk-left-menu .col-sm-6 {
      width: 50%; } }

.vk-left-menu .col-md-3 {
  width: 100%; }
  @media (min-width: 1068px) {
    .vk-left-menu .col-md-3 {
      width: 25%; } }

.vk-left-menu .col-md-6 {
  width: 100%; }
  @media (min-width: 1068px) {
    .vk-left-menu .col-md-6 {
      width: 50%; } }

.vk-left-menu .vk-section .right {
  padding-right: 15px; }
  @media (min-width: 1292px) {
    .vk-left-menu .vk-section .right {
      padding-right: 85px; } }

.vk-left-menu .vk-section .left {
  padding-bottom: 20px; }
  @media (min-width: 1292px) {
    .vk-left-menu .vk-section .left {
      padding-bottom: 0px; } }

.vk-left-menu .vk-section .content {
  padding-bottom: 0; }
  @media (min-width: 1292px) {
    .vk-left-menu .vk-section .content {
      padding-bottom:0px; } }

.vk-left-menu .vk-our-project-section .vk-section img {
  width: 100%; }
  @media (min-width: 1292px) {
    .vk-left-menu .vk-our-project-section .vk-section img {
      width: auto;
      max-width: 100%; } }

.vk-left-menu .vk-our-project-section .box-filter {
  display: none; }
  @media (min-width: 1560px) {
    .vk-left-menu .vk-our-project-section .box-filter {
      display: block; } }

.vk-left-menu .vk-our-project-list .vk-img-frame img {
  width: 100%; }

.vk-left-menu .vk-what-we-do-section .vk-img-frame img {
  width: 100%; }

.vk-left-menu .vk-what-we-do-section .box-filter {
  margin-bottom: 30px;
  position: static; }
  @media (min-width: 1068px) {
    .vk-left-menu .vk-what-we-do-section .box-filter {
      margin-bottom: 0;
      position: absolute; } }
  .vk-left-menu .vk-what-we-do-section .box-filter .vk-filter {
    border: 1px solid #EAEAEA; }
    @media (min-width: 1068px) {
      .vk-left-menu .vk-what-we-do-section .box-filter .vk-filter {
        border-top: none;
        border-left: none;
        border-right: none; } }
  @media (max-width: 1067px) {
    .vk-left-menu .vk-what-we-do-section .box-filter ul.vk-filter {
      display: none; } }
  @media (min-width: 1068px) {
    .vk-left-menu .vk-what-we-do-section .box-filter select.vk-filter {
      display: none; } }

.vk-left-menu .vk-content-bot .right-content {
  padding-top: 50px; }
  @media (min-width: 1291px) {
    .vk-left-menu .vk-content-bot .right-content {
      padding-top: 0px; } }

@media (min-width: 992px) {
  .vk-left-menu .vk-content, .vk-left-menu .vk-footer {
    padding-left: 300px; } }

@media (min-width: 1200px) {
  .vk-left-menu .vk-content, .vk-left-menu .vk-footer {
    padding-left: 360px; } }

.vk-left-menu .vk-footer .footer-item {
  padding-bottom: 60px; }
  @media (min-width: 1068px) {
    .vk-left-menu .vk-footer .footer-item {
      padding-bottom: 80px; } }

.vk-left-menu .vk-footer .quick-link {
  margin-left: 0px;
  padding-left: 15px; }
  @media (min-width: 1068px) {
    .vk-left-menu .vk-footer .quick-link {
      margin-left: -15px;
      padding-left: calc(1200px / 12 - 15px); } }

.vk-left-menu .vk-footer .office {
  padding-left: 15px;
  padding-right: 15px; }
  
  @media (min-width: 1068px) {
    .vk-left-menu .vk-footer .office {
      padding-left: 0;
      padding-right: calc(1200px / 12 - 30px); } }

.vk-left-menu .vk-footer .latest-works {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1068px) {
    .vk-left-menu .vk-footer .latest-works {
      padding-left: 0;
      padding-right: 0; } }

.vk-left-menu .vk-footer .vk-latest-news li img {
  width: 100%; }
  @media (min-width: 1068px) {
    .vk-left-menu .vk-footer .vk-latest-news li img {
      width: auto; } }

@media (min-width: 992px) {
  .vk-left-menu .vk-header-left-menu {
    position: fixed;
    z-index: 10;
    height: 100%; } }

.vk-left-menu .vk-counter-section {
  padding-top: 50px; }
  @media (min-width: 1292px) {
    .vk-left-menu .vk-counter-section {
      padding-top: 0px; } }
  .vk-left-menu .vk-counter-section .vk-counter {
    padding-top: 0;
    padding-bottom: 50px; }
    @media (min-width: 1292px) {
      .vk-left-menu .vk-counter-section .vk-counter {
        padding-top: 100px;
        padding-bottom: 100px; } }

/* HOME SLIDER */
.vk-home-slider .vk-iconbox-without-background .vk-heading {
  margin-bottom: 25px; }

/* 404 PAGE */
@media (min-width: 992px) {
  .vk-page-404 .left {
    padding-right: 180px; } }

.vk-page-404 .vk-img-frame {
  margin-bottom: 60px; }

@media (min-width: 768px) {
  .vk-page-404 .vk-search-form {
    width: 500px;
    margin: auto; } }

.vk-page-404 .vk-search-form .form-group {
  margin-bottom: 20px; }

.vk-page-404 .vk-buttons .vk-btn {
  font-weight: 500;
  min-width: 100%; }
  @media (min-width: 768px) {
    .vk-page-404 .vk-buttons .vk-btn {
      min-width: 240px; } }
  .vk-page-404 .vk-buttons .vk-btn .fa {
    padding-right: 10px; }
  .vk-page-404 .vk-buttons .vk-btn-go-back {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .vk-page-404 .vk-buttons .vk-btn-go-back {
        margin-bottom: 0;
        margin-right: 15px; } }

.vk-btn-go-back {
  background-color: #272727; }
  .vk-btn-go-back:hover, .vk-btn-go-back:focus {
    color: #272727;
    border-color: #272727;
    background-color: transparent; }

/* ABOUT PAGE */
.vk-page-about .vk-our-team {
  padding: 60px 0;
  background-color: #F4F4F4; }

.vk-page-about .vk-content-bot {
  padding: 60px 0; }
  @media (min-width: 992px) {
    .vk-page-about .vk-content-bot {
      padding: 80px 0; } }

.vk-page-about .vk-slider-arrow-top .vk-arrow {
  top: -80px; }

@media (min-width: 992px) {
  .vk-content-bot .left-content {
    padding-right: 30px; } }

.vk-content-bot .right-content {
  padding-top: 55px; }
  @media (min-width: 992px) {
    .vk-content-bot .right-content {
      padding-left: 30px;
      padding-right: 15px;
      margin-left: 0;
      padding-top: 0; } }

.vk-content-bot .vk-testimonial {
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .vk-content-bot .vk-testimonial {
      padding-bottom: 22px; } }
	  
  @media (min-width: 992px) {
    .vk-content-bot .vk-testimonial .content p {
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 6;
    line-height: 20px;	  
      display: -webkit-box;
      -webkit-box-orient: vertical; } }

/* CAREER PAGE */
.vk-page-career .content-top {
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .vk-page-career .content-top {
      padding-bottom: 20px; } }

.vk-page-career .content-mid .vk-title {
  margin-bottom: 0;
  padding: 17px 17px 17px 19px;
  background: #f4f4f4;
  background: -moz-linear-gradient(left, #F4F4F4 0%, #fff 100%);
  background: -webkit-linear-gradient(left, #F4F4F4 0%, #fff 100%);
  background: linear-gradient(to right, #F4F4F4 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$grey-5', endColorstr='$white',GradientType=1 ); }

.vk-page-career .vk-list-icon {
  padding-bottom: 60px; }

@media (min-width: 992px) {
  .vk-page-career .left {
    padding-right: 85px; } }

.vk-page-career .vk-contact-form {
  padding-top: 25px; }
  .vk-page-career .vk-contact-form .vk-heading {
    padding-bottom: 15px; }
  .vk-page-career .vk-contact-form .vk-divider {
    margin-bottom: 30px; }

/* CONTACT PAGE */
.vk-map {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 992px) {
    .vk-map {
      padding-bottom: 80px; } }

.vk-contact .vk-heading {
  margin-bottom: 20px;
  line-height: 30px;
  padding-bottom: 0; }
  @media (min-width: 992px) {
    .vk-contact .vk-heading {
      margin-bottom: 40px; } }

@media (min-width: 992px) {
  .vk-contact .left-content {
    padding-right: 85px; } }

.vk-contact .right-content {
  padding-top: 45px; }
  @media (min-width: 992px) {
    .vk-contact .right-content {
      padding: 0;
      margin-left: -15px; } }

.vk-contact-form {
  background-color: #F4F4F4;
  padding: 30px 20px; }
  .vk-contact-form .vk-btn {
    font-weight: 500; }
    .vk-contact-form .vk-btn .fa {
      padding-right: 12px; }
  @media (min-width: 992px) {
    .vk-contact-form {
      padding: 30px 40px; } }
  .vk-contact-form .form-control {
    border-radius: 0;
    border-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .vk-contact-form .form-control:focus {
      border-color: #607d8b; }
  .vk-contact-form .form-group {
    position: relative;
    margin-bottom: 20px; }
  @media (min-width: 992px) {
    .vk-contact-form .user-info {
      width: 300px;
      float: left; } }
  .vk-contact-form .user-info .form-control {
    min-height: 50px;
    padding-left: 55px; }
  .vk-contact-form .user-info .fa {
    position: absolute;
    color: #272727;
    font-size: 22px;
    left: 20px;
    top: 13px; }
  @media (min-width: 992px) {
    .vk-contact-form .message-content {
      width: calc(100% - 300px);
      float: left;
      padding-left: 20px; } }
  .vk-contact-form .message-content .form-control {
    min-height: 260px; }

.vk-contact .contact-info {
  padding-bottom: 25px; }
  .vk-contact .contact-info .vk-office {
    border-color: #c1c1c1; }
    @media (min-width: 992px) {
      .vk-contact .contact-info .vk-office li:last-child {
        padding-bottom: 25px; }
      .vk-contact .contact-info .vk-office:last-child {
        padding-top: 25px; } }

.vk-contact .business-hours .vk-office {
  border-top: none; }

.vk-contact .business-hours .vk-heading {
  margin-bottom: 5px; }

.vk-page-contact .vk-space.x-medium {
  padding: 20px 0; }
  @media (min-width: 992px) {
    .vk-page-contact .vk-space.x-medium {
      padding: 60px 0; } }

/* FAQ PAGE */
@media (min-width: 992px) {
  .vk-page-faq .left {
    padding-right: 85px; } }

.vk-page-faq .vk-toggle .panel:last-child {
  border-bottom: none; }

/* TESTIMONIAL PAGE */
.vk-testimonial {
  padding:20px;
  border: 1px solid #EAEAEA;
  margin-bottom: 30px; }
  
  @media (min-width: 992px) {
    .vk-testimonial {
      padding-bottom: 25px; } }
	  
	.vk-testimonial .vk-img-frame {
		width: 100px;
		height: 100px;
	}
	
	.vk-testimonial .avatar {
		display: flex;
		align-items: flex-end;
		padding-bottom: 0px;
	}
	
	.vk-testimonial .profile {
		padding-left: 20px;
		padding-bottom: 20px;
	}
	
	.vk-testimonial .name {
		color: #000000;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 25px;
		display: flex;
	}
	
	.vk-testimonial .vk-more {
		position: absolute;
		right: 0px;
		top: 50px;		
		
	}
	
  .vk-testimonial .position {
    text-transform: capitalize; }
	
  @media (min-width: 992px) {
    .vk-testimonial .content {
      padding-left: 25px;
      position: relative; } }
	  
  .vk-testimonial .content .fa {
    display: none; }
	
    @media (min-width: 992px) {
      .vk-testimonial .content .fa {
        display: block;
        position: absolute;
        font-size: 30px;
        left: 0; } }
		
  .vk-testimonial .content p {
    margin-bottom: 0; }
  .vk-testimonial-style-2 {
    border: none;
    padding: 0;
    text-align: center;
    margin-bottom: 0; }
    .vk-testimonial-style-2 .vk-title {
      font-size: 18px;
      font-weight: 400;
      color: #607d8b;
      text-transform: none;
      line-height: 26px;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 25px;
      margin-bottom: 25px; }
      @media (min-width: 992px) {
        .vk-testimonial-style-2 .vk-title {
          width: 400px;
          font-size: 24px;
          line-height: 36px;
          padding-bottom: 35px;
          margin-bottom: 35px; } }
      .vk-testimonial-style-2 .vk-title:after {
        content: '';
        height: 1px;
        width: 100px;
        background-color: #656564;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto; }
    .vk-testimonial-style-2 .content {
      padding-left: 0;
      padding-bottom: 30px; }
      @media (min-width: 992px) {
        .vk-testimonial-style-2 .content {
          padding-bottom: 50px; } }
    .vk-testimonial-style-2 .avatar {
      display: inline-block;
      padding-bottom: 0; }
    .vk-testimonial-style-2 .vk-img-frame {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid #fff;
      float: left; }
      @media (min-width: 992px) {
        .vk-testimonial-style-2 .vk-img-frame {
          margin: auto;
          margin-bottom: 25px;
          float: none; } }
    .vk-testimonial-style-2 .profile {
      padding-left: 20px;
      padding-top: 15px;
      text-align: left;
      float: left; }
      @media (min-width: 992px) {
        .vk-testimonial-style-2 .profile {
          padding-left: 0px;
          padding-top: 0px;
          text-align: center;
          float: none; } }
    .vk-testimonial-style-2 .name {
      color: #607d8b;
      padding-bottom: 5px; }

.vk-slider-arrow-mod .vk-arrow {
  font-size: 40px;
  background-color: transparent;
  color: #B0B0B0;
  position: absolute;
  top: 27%; }
  .vk-slider-arrow-mod .vk-arrow:hover, .vk-slider-arrow-mod .vk-arrow:focus {
    color: #607d8b; }
  .vk-slider-arrow-mod .vk-arrow.next {
    right: -215px; }
  .vk-slider-arrow-mod .vk-arrow.prev {
    left: -215px; }

.vk-page-testimonial {
  padding: 60px 0; }
  .vk-page-testimonial .vk-btn {
    font-weight: 500; }
    .vk-page-testimonial .vk-btn .fa {
      padding-left: 8px; }

/* PROJECT LIST */
.vk-page-project .left-content {
  padding: 0; }
  @media (min-width: 992px) {
    .vk-page-project .left-content {
      margin-right: -15px; } }

.vk-page-project .right-content {
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px; }
  
  @media (min-width: 992px) {
    .vk-page-project .right-content {
      padding-right: 15px;
      padding-left: 45px;
      padding-top: 0;
      margin-left: 0; } }

	.vk-page-project .vk-detail-post {margin-top:10px; }
	.vk-page-project .vk-detail-post li {
		font-weight: 500;
		color: #000;
		text-align: left;
		margin: 0px 5px 3px -1px;
		border: 1px solid #eee;
		font-family: 'Pathway Gothic One';
		font-size: 17px;		
		background:linear-gradient(to left,#e2e2e21f 75%,#ffffff 100%);		
	}

	.vk-page-project .vk-detail-post li i {
		width: 25px;
		text-align: center;	
	}
	
    @media (min-width: 992px) {
		.vk-page-project .vk-detail-post li { min-width: calc(98% / 2);  padding: 10px; background: #fff url(../images/nav.png); } 
		.vk-page-project .vk-detail-post li:hover {  background:linear-gradient(to left,#ffffff 55%,#eee 100%); } 
		}
		
	.vk-page-project .vk-detail-post li:nth-child(n+2) {display: none; }
	@media (min-width: 992px) { .vk-page-project .vk-detail-post li:nth-child(n+2) { margin-left: -1px; display: block; } }		  
    .vk-page-project .vk-detail-post li .vk-text { text-transform: capitalize;font-weight: 300; color: #8bc34a; }
	
	.vk-page-project .vk-title {margin-bottom: 15px; }
	.vk-page-project .vk-title a {color: #000; }
    .vk-page-project .vk-title a:hover {color: #607d8b; }

	
	.vk-page-project .vk-from {
		position: absolute;
		z-index: 501;
		bottom: 35px;
		left: -15px;
		padding: 5px 10px;
		background: #00bcd4;
		font-weight: 600;
		color: #fff;
		text-transform: uppercase;
}
	
@media (min-width: 992px) {
  .vk-page-project .post-brief-content { margin-bottom: 20px;}
  .vk-page-project p { 
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 10px;
    border-left: 1px solid #eee;
    line-height: 23px;
    text-align: justify;
  }

   .vk-page-project .rating { color: #FFEB3B;}
  
  }

	.vk-page-project .vk-buttons .vk-btn-readmore { color: #607d8b; font-weight: 700;padding-left: 0; }  
	.vk-page-project .vk-buttons .vk-btn-readmore .fa {padding-left: 10px; }
	
	.vk-page-project .box-pagination {padding-top: 20px;text-align: center; }	
	@media (min-width: 992px) {.vk-page-project .box-pagination {text-align: right; } }
	
	.vk-page-project .box-filter {padding-bottom: 10px; }  
	@media (min-width: 992px) { .vk-page-project .box-filter {padding-bottom: 70px; } }
	
	.vk-page-project .vk-project-list-item { padding: 40px 0; float: left; }
	@media (min-width: 992px) { .vk-page-project .vk-project-list-item {padding: 40px 0; } }

	
	.vk-page-project .vk-project-list-item img {
		    height: 390px;
	}
	
/* PROJECT GRID */
.vk-project-grid-item {
  /* margin-bottom: 30px; */
  margin-right: auto;
  position: relative;
  overflow: hidden; }
  
  @media (min-width: 992px) {
    .vk-project-grid-item {
      width: auto; } }
	  
  .vk-project-grid-item .content-hidden {
    display: flex;
    background-color: #0000008f;
    min-height: 60px;
    padding: 17px 15px;
    position: absolute;
    bottom: -60px;
    right: 10px;
    left: 10px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
	
  .vk-project-grid-item .vk-title {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
	
	}
    
	.vk-project-grid-item .vk-title a {color: #ffffff; }
	.vk-project-grid-item .vk-title a:hover, .vk-project-grid-item .vk-title a:focus {color: #607d8b; }
	.vk-project-grid-item .vk-list-action-post {display: inline-flex;margin-left: auto; }
	.vk-project-grid-item .vk-list-action-post li {padding-left: 15px;font-size: 20px; }
	.vk-project-grid-item .vk-list-action-post li a {color: #ffffff; }
	.vk-project-grid-item .vk-list-action-post li a:hover {color: #607d8b; }
	  
      .vk-project-grid-item .vk-list-action-post li:first-child {
        padding-left: 0; }
  .vk-project-grid-item:hover .content-hidden {
    bottom: 0;
    opacity: 1; }

.vk-page-project-grid .box-filter {
  padding-bottom: 60px; }
  @media (min-width: 992px) {
    .vk-page-project-grid .box-filter {
      padding-bottom: 120px; } }

@media (min-width: 992px) {
  .vk-page-project-grid .vk-buttons {
    padding-top: 30px; } }

.vk-page-project-grid .vk-buttons .vk-btn-readmore {
  padding: 0 15px; }

/* SINGLE PROJECT */
.vk-slider-project .vk-arrow {
  position: absolute;
  z-index: 1;
  background-color: rgba(46, 56, 65, 0.25);
  height: 50px;
  width: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 992px) {
    .vk-slider-project .vk-arrow {
      height: 100px;
      width: 60px; } }
  .vk-slider-project .vk-arrow.next {
    right: 0; }
  .vk-slider-project .vk-arrow:hover {
    background-color: #272727; }

.vk-slider-project .slider-for {
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .vk-slider-project .slider-for {
      margin-bottom: 30px; } }

.vk-slider-project .slider-nav {
  margin-left: -5px;
  margin-right: -5px; }
  @media (min-width: 992px) {
    .vk-slider-project .slider-nav {
      margin-left: -15px;
      margin-right: -15px; } }
  .vk-slider-project .slider-nav .slick-slide {
    padding: 0 5px;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 992px) {
      .vk-slider-project .slider-nav .slick-slide {
        padding: 0 15px; } }
    .vk-slider-project .slider-nav .slick-slide.slick-current, .vk-slider-project .slider-nav .slick-slide:hover, .vk-slider-project .slider-nav .slick-slide:focus {
      opacity: 1; }

.vk-content-single-project .vk-title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative; }
  .vk-content-single-project .vk-title:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #EAEAEA; }

.vk-content-single-project .info {
  padding-top: 50px; }

.vk-content-single-project table tr th {
  font-weight: 500;
  color: #272727;
  padding: 8px 0; }

.vk-content-single-project table tr td {
  padding-left: 20px; }

.vk-single-project {
  padding: 60px 0; }
  @media (min-width: 992px) {
    .vk-single-project {
      padding: 80px 0; } }

/* CONSTRUCTION SERVICE */
/* CONSULTANT SERVICE */

.vk-page-service .vk-work-process {
  padding-bottom: 60px;
  border-bottom: 1px solid #EAEAEA; }
  
  @media (min-width: 992px) {
    .vk-page-service .vk-work-process {
      padding-top: 60px;
      border-top: 1px solid #EAEAEA; } }

.vk-page-service .vk-pricing-table .vk-heading {
  margin-bottom: 45px; }
  @media (min-width: 992px) {
    .vk-page-service .vk-pricing-table .vk-heading {
      margin-bottom: 100px; } }

/* DESIGN SERVICE */
/* FURNITURE SERVICE */
/* SHOP */
.vk-sort .col-md-5 .col-md-6 {
  margin: auto 0 auto 0;
  padding: 0;
  text-align: center; }
  .vk-sort .col-md-5 .col-md-6 p {
    margin: 0;
    padding: 20px; }

.vk-sort .form-control {
  border-radius: 0;
  color: #B0B0B0; }

.vk-shop-item .img-shop {
  position: relative; }
  .vk-shop-item .img-shop .vk-btn {
    position: absolute;
    left: 55px;
    top: 45%; }

.vk-shop-item ul li {
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .vk-shop-item ul li:nth-child(4) {
      clear: both; } }

.vk-shop-item .item {
  margin: auto;
  height: 470px;
  overflow: hidden; }
  @media (min-width: 480px) {
    .vk-shop-item .item {
      width: 360px; } }
  @media (min-width: 768px) {
    .vk-shop-item .item {
      width: auto;
      height: 455px; } }
  @media (min-width: 992px) {
    .vk-shop-item .item {
      height: 315px; } }
  @media (min-width: 1200px) {
    .vk-shop-item .item {
      height: 380px; } }
  .vk-shop-item .item:hover .vk-img-frame .vk-background-overlay {
    opacity: 1; }
  .vk-shop-item .item:hover .vk-heading a {
    color: #607d8b; }
  .vk-shop-item .item:hover .vk-price-rate {
    display: none; }
  .vk-shop-item .item:hover .vk-buttons {
    display: block; }
  .vk-shop-item .item:hover .vk-img:before {
    opacity: 1; }

.vk-shop-item .vk-img:before {
  opacity: 0; }

.vk-shop-item .vk-img-frame {
  border: solid 1px #EAEAEA; }

.vk-shop-item .vk-heading {
  margin: 0;
  padding-top: 25px;
  padding-bottom: 10px;
  text-transform: capitalize; }
  .vk-shop-item .vk-heading a {
    color: #272727; }

.vk-shop-item .vk-img-frame {
  height: 360px; }
  @media (min-width: 768px) {
    .vk-shop-item .vk-img-frame {
      height: 345px; } }
  @media (min-width: 992px) {
    .vk-shop-item .vk-img-frame {
      height: 210px; } }
  @media (min-width: 1200px) {
    .vk-shop-item .vk-img-frame {
      height: 270px; } }
  .vk-shop-item .vk-img-frame .vk-background-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .vk-shop-item .vk-img-frame .vk-background-overlay a {
      margin: auto; }
      .vk-shop-item .vk-img-frame .vk-background-overlay a i {
        font-size: 18px;
        color: white;
        border: solid 3px white;
        border-radius: 50%;
        padding: 15px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .vk-shop-item .vk-img-frame .vk-img img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%; }

.vk-shop-item .vk-price-rate {
  padding-top: 15px; }
  .vk-shop-item .vk-price-rate .fa {
    padding-bottom: 20px;
    margin-right: -3px; }
  .vk-shop-item .vk-price-rate .price {
    color: #607d8b;
    font-size: 18px;
    float: left; }
  .vk-shop-item .vk-price-rate .rate {
    color: #B3BDC7;
    font-size: 16px;
    float: right; }

.vk-shop-item .vk-buttons {
  display: none;
  padding-top: 10px; }
  .vk-shop-item .vk-buttons .vk-btn {
    margin: 0;
    margin-right: 5px;
    padding: 0;
    float: left;
    background: transparent;
    color: #B3BDC7;
    border: 1px solid #B3BDC7;
    min-height: auto; }
    .vk-shop-item .vk-buttons .vk-btn:hover, .vk-shop-item .vk-buttons .vk-btn:focus, .vk-shop-item .vk-buttons .vk-btn.active {
      color: #fff;
      background-color: #607d8b;
      border-color: transparent; }
  .vk-shop-item .vk-buttons .vk-btn:last-child {
    margin-right: 0; }
  .vk-shop-item .vk-buttons .vk-btn-heart,
  .vk-shop-item .vk-buttons .vk-btn-share,
  .vk-shop-item .vk-buttons .vk-btn-heart,
  .vk-shop-item .vk-buttons .vk-btn-share {
    width: 36px;
    height: 36px; }
  .vk-shop-item .vk-buttons .vk-btn-addtocart {
    height: 36px;
    font-size: 14px;
    width: calc(100% - 41 * 3px);
    color: #272727;
    font-weight: 500; }
    @media (min-width: 992px) {
      .vk-shop-item .vk-buttons .vk-btn-addtocart {
        font-size: 13px; } }
    @media (min-width: 1200px) {
      .vk-shop-item .vk-buttons .vk-btn-addtocart {
        font-size: 14px; } }

.vk-shop-wrapper .right-content {
  padding-right: 0; }

.vk-shop-wrapper .vk-pagination li.next {
  margin: 0; }

.vk-shop-wrapper .vk-pagination li {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: solid 1px #EAEAEA;
  padding: 7px 0; }
  .vk-shop-wrapper .vk-pagination li a {
    padding: 10px; }

.vk-shop-wrapper .vk-pagination li:hover {
  border-color: #607d8b; }
  .vk-shop-wrapper .vk-pagination li:hover a span {
    color: #607d8b !important; }

.vk-shop-wrapper .left-content {
  float: none; }

.sidebar-menu .best-seller ul li {
  display: flex; }
  .sidebar-menu .best-seller ul li a {
    display: flex;
    width: 100%; }
    .sidebar-menu .best-seller ul li a .vk-img {
      width: 60px;
      height: 60px;
      overflow: hidden;
      border: solid 1px #EAEAEA;
      margin-right: 10px;
      display: inline-block; }
      .sidebar-menu .best-seller ul li a .vk-img img {
        width: 100%; }
  .sidebar-menu .best-seller ul li a:hover .best-seller-price p {
    color: #607d8b; }
  .sidebar-menu .best-seller ul li .best-seller-price {
    display: inline-block; }
    .sidebar-menu .best-seller ul li .best-seller-price p {
      margin: 0;
      color: #272727; }
    .sidebar-menu .best-seller ul li .best-seller-price span {
      color: #607d8b; }

.sidebar-menu .best-seller ul .vk-divider {
  margin: 15px 0 15px 0; }

@media (min-width: 960px) {
  .vk-sort .col-md-5 {
    display: flex; }
    .vk-sort .col-md-5 .col-md-6 p {
      padding: 0; }
  .right-content {
    float: right; }
  .left-content {
    float: left; } }

.vk-shop-related {
  float: left;
  width: 100%; }
  .vk-shop-related .vk-heading-border {
    margin-bottom: 40px; }
  .vk-shop-related .vk-shop-item li {
    padding-bottom: 40px; }
    @media (min-width: 992px) {
      .vk-shop-related .vk-shop-item li {
        padding-bottom: 0; } }

/* SHOP CART */
.vk-table-shopcart {
  width: 100%; }
  .vk-table-shopcart .vk-list-quantity li + li {
    margin-top: -1px; }
  .vk-table-shopcart .table-heading-row {
    background-color: #272727;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase; }
    .vk-table-shopcart .table-heading-row th {
      text-align: center;
      padding: 15px 0; }
      @media (min-width: 768px) {
        .vk-table-shopcart .table-heading-row th {
          padding-left: 20px;
          padding-right: 20px; } }
  .vk-table-shopcart .table-data-row {
    background-color: #F4F4F4; }
    .vk-table-shopcart .table-data-row td {
      padding: 20px 5px;
      border: 1px solid #fff; }
      @media (min-width: 992px) {
        .vk-table-shopcart .table-data-row td {
          padding-left: 20px;
          padding-right: 20px; } }
  .vk-table-shopcart .product .vk-img-frame {
    width: 60px;
    height: 60px;
    margin: auto;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .vk-table-shopcart .product .vk-img-frame {
        margin-left: 0;
        float: left; } }
    .vk-table-shopcart .product .vk-img-frame img {
      width: auto; }
  @media (min-width: 768px) {
    .vk-table-shopcart .product .name {
      padding-left: 20px;
      float: left;
      padding-top: 18px; } }
  .vk-table-shopcart .product .name a {
    color: #272727; }
    @media (min-width: 768px) {
      .vk-table-shopcart .product .name a {
        font-weight: 600; } }
    .vk-table-shopcart .product .name a:hover, .vk-table-shopcart .product .name a:focus {
      color: #607d8b; }
  .vk-table-shopcart .vk-btn.cancel {
    padding: 5px;
    color: #8D8D8D;
    background-color: transparent; }
    .vk-table-shopcart .vk-btn.cancel:hover, .vk-table-shopcart .vk-btn.cancel:focus {
      color: #e32c2c; }
  .vk-table-shopcart .vk-btn.btn-coupon {
    font-size: 14px;
    font-weight: 600;
    border-width: 1px; }
  .vk-table-shopcart .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: transparent; }
  .vk-table-shopcart .button-cart .input-group {
    width: 100%; }
  .vk-table-shopcart .vk-list-quantity {
    display: inline-block; }
    @media (min-width: 768px) {
      .vk-table-shopcart .vk-list-quantity li {
        float: left; }
        .vk-table-shopcart .vk-list-quantity li + li {
          margin-top: 0;
          margin-left: -1px; } }
    @media (min-width: 768px) {
      .vk-table-shopcart .vk-list-quantity .vk-btn, .vk-table-shopcart .vk-list-quantity input {
        height: 50px; } }
    @media (min-width: 768px) {
      .vk-table-shopcart .vk-list-quantity .vk-btn {
        width: 50px; } }
    @media (min-width: 768px) {
      .vk-table-shopcart .vk-list-quantity input {
        width: 80px; } }
  .vk-table-shopcart-style-1 td {
    text-align: center; }
  @media (min-width: 768px) {
    .vk-table-shopcart-style-1 .table-heading-row th:first-child {
      text-align: left;
      width: calc(500 / 1170 * 100%); } }
  .vk-table-shopcart-style-1 .button-cart .input-group {
    display: block;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .vk-table-shopcart-style-1 .button-cart .input-group {
        float: left;
        display: table;
        margin-bottom: 0;
        width: calc(500 / 1170 * 100%);
        padding-right: 15px; } }
  .vk-table-shopcart-style-1 .button-cart .form-control {
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .vk-table-shopcart-style-1 .button-cart .form-control {
        margin-bottom: 0; } }
    .vk-table-shopcart-style-1 .button-cart .form-control:focus {
      border: 1px solid #607d8b; }
  .vk-table-shopcart-style-1 .table-data-row:last-child td {
    padding-left: 20px;
    padding-right: 20px; }
  .vk-table-shopcart-style-1 .btn-coupon, .vk-table-shopcart-style-1 .btn-update {
    width: 100%; }
  @media (min-width: 992px) {
    .vk-table-shopcart-style-1 .btn-update {
      width: auto; } }
  .vk-table-shopcart-style-1 .vk-buttons {
    padding-top: 20px;
    border-top: 1px solid #fff; }
    @media (min-width: 992px) {
      .vk-table-shopcart-style-1 .vk-buttons {
        border-top: none;
        float: right;
        padding-top: 0; } }
  .vk-table-shopcart-style-1 .btn-coupon, .vk-table-shopcart-style-1 .btn-update {
    width: 100%; }
  @media (min-width: 992px) {
    .vk-table-shopcart-style-1 .btn-update {
      width: auto; } }
  .vk-table-shopcart-style-2 {
    margin-bottom: 20px; }
    .vk-table-shopcart-style-2 .table-heading-row th {
      text-align: left;
      padding-left: 20px;
      padding-right: 20px; }
    .vk-table-shopcart-style-2 .table-data-row td {
      padding-left: 20px;
      padding-right: 20px; }
      .vk-table-shopcart-style-2 .table-data-row td:first-child {
        color: #272727;
        font-weight: 600;
        text-transform: capitalize; }
        @media (min-width: 992px) {
          .vk-table-shopcart-style-2 .table-data-row td:first-child {
            width: calc(165 / 700 * 100%); } }
    .vk-table-shopcart-style-2 .table-data-row:last-child {
      color: #272727; }
    .vk-table-shopcart-style-2 .btn-update {
      font-weight: 500;
      width: 100%; }
      @media (min-width: 768px) {
        .vk-table-shopcart-style-2 .btn-update {
          width: auto; } }
    .vk-table-shopcart-style-2 .vk-title {
      font-weight: 600;
      color: #272727;
      margin-bottom: 13px; }
    .vk-table-shopcart-style-2 .note {
      margin-bottom: 23px; }
      @media (min-width: 992px) {
        .vk-table-shopcart-style-2 .note {
          margin-bottom: 10px; } }
    .vk-table-shopcart-style-2 .price {
      font-weight: 600; }
    .vk-table-shopcart-style-2 .form-control:focus {
      border-color: #607d8b; }
  .vk-table-shopcart-style-3 .table-heading-row th {
    text-align: left;
    padding-left: 18px; }
  .vk-table-shopcart-style-3 .table-heading-row input[type='checkbox'] {
    display: none; }
    .vk-table-shopcart-style-3 .table-heading-row input[type='checkbox'] + label {
      position: relative;
      top: 3px;
      margin-left: 7px;
      width: 16px;
      height: 16px;
      border: 1px solid #fff; }
    .vk-table-shopcart-style-3 .table-heading-row input[type='checkbox']:checked + label:after {
      content: "\f00c";
      font-family: FontAwesome;
      font-size: 10px;
      position: absolute;
      left: 1px;
      top: 0; }
  .vk-table-shopcart-style-3 .table-data-row td {
    display: block;
    padding: 7px 18px;
    min-height: 50px; }
    @media (min-width: 992px) {
      .vk-table-shopcart-style-3 .table-data-row td {
        display: table-cell; } }
    .vk-table-shopcart-style-3 .table-data-row td:first-child {
      padding-top: 14px;
      font-weight: 600;
      padding-bottom: 14px;
      text-transform: capitalize;
      color: #272727; }
      @media (min-width: 992px) {
        .vk-table-shopcart-style-3 .table-data-row td:first-child {
          width: calc(170/570 * 100%); } }
  @media (min-width: 992px) {
    .vk-table-shopcart-style-3 .table-data-row:last-child td:first-child {
      vertical-align: top; } }
  .vk-table-shopcart-style-3 label, .vk-table-shopcart-style-3 .label {
    font-weight: inherit;
    margin-bottom: 0;
    color: inherit; }
  .vk-table-shopcart-style-3 .form-control {
    min-height: 0;
    padding-left: 0;
    background-color: transparent; }
  .vk-table-shopcart-style-3 textarea {
    resize: vertical;
    height: 136px; }
    @media (min-width: 992px) {
      .vk-table-shopcart-style-3 textarea {
        height: 82px; } }
  .vk-table-shopcart-style-4 .table-heading-row th {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px; }
  .vk-table-shopcart-style-4 .table-data-row {
    font-weight: 400; }
    .vk-table-shopcart-style-4 .table-data-row td {
      padding: 14px 20px; }
      .vk-table-shopcart-style-4 .table-data-row td:first-child {
        text-transform: capitalize; }
        @media (min-width: 992px) {
          .vk-table-shopcart-style-4 .table-data-row td:first-child {
            width: calc(400/570 * 100%); } }
    .vk-table-shopcart-style-4 .table-data-row:last-child {
      font-weight: 600;
      color: #607d8b; }
    .vk-table-shopcart-style-4 .table-data-row.fix {
      color: #272727; }
  .vk-table-shopcart-style-5 .table-heading-row th {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px; }
  .vk-table-shopcart-style-5 .table-data-row td {
    padding: 15px 20px; }
  .vk-table-shopcart-style-5 label, .vk-table-shopcart-style-5 .label {
    color: #272727;
    font-weight: 500; }
  .vk-table-shopcart-style-5 input[type='radio'] {
    display: none; }
    .vk-table-shopcart-style-5 input[type='radio'] + label {
      padding-left: 20px;
      position: relative; }
      .vk-table-shopcart-style-5 input[type='radio'] + label:before {
        content: '';
        width: 14px;
        height: 14px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #272727;
        display: block;
        position: absolute;
        left: 0;
        top: 2px; }
    .vk-table-shopcart-style-5 input[type='radio']:checked + label:after {
      width: 6px;
      height: 6px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: #272727;
      content: "";
      position: absolute;
      left: 4px;
      top: 6px; }
  .vk-table-shopcart-style-5 a {
    color: #272727;
    font-weight: 500; }
    .vk-table-shopcart-style-5 a:hover, .vk-table-shopcart-style-5 a:focus {
      color: #607d8b; }
  .vk-table-shopcart-style-5 .pay {
    padding-bottom: 10px; }
    @media (min-width: 992px) {
      .vk-table-shopcart-style-5 .pay li {
        float: left; }
        .vk-table-shopcart-style-5 .pay li:first-child, .vk-table-shopcart-style-5 .pay li:last-child {
          padding-top: 43px; }
        .vk-table-shopcart-style-5 .pay li + li {
          padding-left: 10px; } }

.vk-shop-cart {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 992px) {
    .vk-shop-cart {
      padding-top: 80px;
      padding-bottom: 120px; } }
  .vk-shop-cart .vk-table-shopcart-style-1 {
    margin-bottom: 60px; }
    @media (min-width: 992px) {
      .vk-shop-cart .vk-table-shopcart-style-1 {
        margin-bottom: 80px; } }

/* SHOP CHECKOUT */
.vk-shop-checkout {
  padding-top: 60px; }
  @media (min-width: 992px) {
    .vk-shop-checkout {
      padding-top: 80px;
      padding-bottom: 50px; } }
  .vk-shop-checkout .vk-table-shopcart-style-1 .button-cart .input-group {
    width: auto;
    margin-bottom: 0;
    padding-right: 0; }
  .vk-shop-checkout .shop-table {
    padding-bottom: 60px; }
    @media (min-width: 992px) {
      .vk-shop-checkout .shop-table {
        padding-bottom: 70px; } }
  @media (min-width: 992px) {
    .vk-shop-checkout .vk-shop-checkout-top .shop-table {
      padding-bottom: 40px; } }
  .vk-shop-checkout .vk-heading {
    padding-bottom: 25px; }
  .vk-shop-checkout .vk-shop-checkout-payment .vk-table-shopcart {
    margin-bottom: 20px; }

/* SINGLE PRODUCT */
.vk-product-wrapper .box-shop {
  padding-top: 60px;
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .vk-product-wrapper .box-shop {
      padding-top: 120px;
      padding-bottom: 90px; } }

.vk-product-wrapper .product-view .detail-product .intro {
  padding-bottom: 35px; }

.vk-product-wrapper .product-view .detail-product .quantity {
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .vk-product-wrapper .product-view .detail-product .quantity {
      width: auto;
      margin-bottom: 0; } }
  .vk-product-wrapper .product-view .detail-product .quantity li {
    width: 50px;
    height: 50px; }
    .vk-product-wrapper .product-view .detail-product .quantity li * {
      width: 100%;
      height: 100%;
      border: 1px solid #EAEAEA;
      border-radius: 0;
      outline: none;
      text-align: center; }
    .vk-product-wrapper .product-view .detail-product .quantity li .vk-btn {
      color: #B3BDC7;
      padding: 0;
      background-color: #F4F4F4; }
    .vk-product-wrapper .product-view .detail-product .quantity li:not(:first-child) {
      margin-left: -1px; }
    .vk-product-wrapper .product-view .detail-product .quantity li:first-child, .vk-product-wrapper .product-view .detail-product .quantity li:last-child {
      background-color: #F4F4F4; }
  .vk-product-wrapper .product-view .detail-product .quantity .number {
    width: calc(100% - 100px); }
    @media (min-width: 992px) {
      .vk-product-wrapper .product-view .detail-product .quantity .number {
        width: 78px; } }

.vk-product-wrapper .product-view .detail-product .price p {
  font-size: 28px;
  color: #607d8b;
  display: inline-block;
  padding: 10px 30px 20px 0; }

.vk-product-wrapper .product-view .detail-product .add-to-cart {
  padding: 20px 0; }
  @media (min-width: 992px) {
    .vk-product-wrapper .product-view .detail-product .add-to-cart {
      display: flex; } }
  .vk-product-wrapper .product-view .detail-product .add-to-cart .vk-btn-default {
    width: 100%; }
    @media (min-width: 992px) {
      .vk-product-wrapper .product-view .detail-product .add-to-cart .vk-btn-default {
        width: auto;
        margin-left: 20px; } }

.vk-product-wrapper .product-view .detail-product .info p {
  margin: 0; }
  .vk-product-wrapper .product-view .detail-product .info p span {
    font-weight: 600; }

.vk-product-wrapper .product-view .detail-product .info .share ul {
  margin: 0; }
  .vk-product-wrapper .product-view .detail-product .info .share ul li {
    padding-left: 0;
    padding-right: 1px; }
    .vk-product-wrapper .product-view .detail-product .info .share ul li a {
      background-color: #F4F4F4;
      display: flex;
      width: 50px;
      height: 50px;
      font-size: 22px;
      padding: 14px 10px; }
      .vk-product-wrapper .product-view .detail-product .info .share ul li a i {
        margin: auto; }
    .vk-product-wrapper .product-view .detail-product .info .share ul li:hover a {
      color: #fff; }
    .vk-product-wrapper .product-view .detail-product .info .share ul li:nth-child(1):hover a {
      background-color: #26558a; }
    .vk-product-wrapper .product-view .detail-product .info .share ul li:nth-child(2):hover a {
      background-color: #1da0f2; }
    .vk-product-wrapper .product-view .detail-product .info .share ul li:nth-child(3):hover a {
      background-color: #dc4a38; }
    .vk-product-wrapper .product-view .detail-product .info .share ul li:nth-child(4):hover a {
      background-color: #ee1c1b; }
    .vk-product-wrapper .product-view .detail-product .info .share ul li:nth-child(5):hover a {
      background-color: #bd081c; }

.vk-product-wrapper .product-view .vk-slider-shop {
  padding-bottom: 25px; }
  @media (min-width: 992px) {
    .vk-product-wrapper .product-view .vk-slider-shop {
      padding-bottom: 0; } }
  .vk-product-wrapper .product-view .vk-slider-shop img {
    border: 1px solid #EAEAEA; }
  .vk-product-wrapper .product-view .vk-slider-shop .slider-nav {
    padding: 5px 15px; }
    @media (min-width: 992px) {
      .vk-product-wrapper .product-view .vk-slider-shop .slider-nav {
        padding: 10px 15px; } }
    .vk-product-wrapper .product-view .vk-slider-shop .slider-nav .col-md {
      width: 20%;
      padding: 0 2.5px; }
      @media (min-width: 992px) {
        .vk-product-wrapper .product-view .vk-slider-shop .slider-nav .col-md {
          padding: 0 5px; } }
    .vk-product-wrapper .product-view .vk-slider-shop .slider-nav .vk-arrow {
      background-color: #272727;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 36px;
      height: 36px;
      padding: 0;
      margin: auto;
      z-index: 10; }
    .vk-product-wrapper .product-view .vk-slider-shop .slider-nav .vk-btn:hover {
      background-color: #607d8b; }
    .vk-product-wrapper .product-view .vk-slider-shop .slider-nav .next {
      right: 0; }
    .vk-product-wrapper .product-view .vk-slider-shop .slider-nav .prev {
      left: 0; }

@media (min-width: 960px) {
  .vk-product-wrapper .product-view .vk-slider-shop .slider-nav .col-md {
    padding-top: 0;
    padding-bottom: 0; } }

/* FOOTER */
.vk-social-link {
  padding-top: 8px; }
  
	.vk-social-link li {
		display: inline-block;
		padding-right: 0px;
		padding-bottom: 0px;
	}
	
    .vk-social-link li a {
    background: #ffffff;
    color: #607d8b;
    font-size: 19px;
    width: 40px;
    height: 40px;
    border: 2px solid #607d8b;
    border-radius: 2%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	}
	
    .vk-social-link li a:hover {
		background: #607d8b;
		color: #ffffff;		
		border: 2px solid #fff;
	}

	.vk-quick-link li { padding-bottom: 5px; padding-left: 5px; }
	.vk-quick-link li a { font-family: sans-serif; color: #fff;}
	.vk-quick-link li a:before {
		color: #ffffff;
		content: '\f105';
		padding-right: 8px;
		font-family: FontAwesome; 
	}

.vk-office li {
  position: relative;
  padding-left: 28px;
  padding-bottom: 15px; 
  font-family: sans-serif;
  }
  
  .vk-office li .fa {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 1px;
    color: #ffffff; }


.vk-office li a { color:#fff;}
.vk-office li a:hover { color:#000000;}


/* .vk-office:last-child { */
	/* border-bottom: 1px solid #613b2c; */
    /* padding-bottom: 15px; */
  /* } */

.vk-latest-news li {
  width: calc(100% /3);
  display: inline;
  float: left;
  padding-bottom: 2px; }
  
  /* .vk-latest-news li:not(:nth-child(4n)) { */
    /* padding-right: 2px; } */
	
  .vk-latest-news li .vk-img {
    overflow: hidden; }
	
  .vk-latest-news li img {
    height: 70px;
    margin: 4px;
    border: 4px solid #ffffff;
    width: 90px !important
	}
	
    /* @media (min-width: 992px) { */
      /* .vk-latest-news li img { */
        /* width: auto; } } */

.vk-footer {
  padding-top: 60px;
  background: #607d8b;
  color: #ffffff; 
  border-top: 1px solid #eee;
  }
  
  @media (min-width: 992px) {
    .vk-footer {
      padding-top: 80px; } }
	  
  .vk-footer .vk-heading {
    padding-bottom: 25px;
    color: #ffffff;
    margin-bottom: 0; }
	
.vk-footer h4.vk-heading:after {
    content: "";
    width: 70px;
    height: 1px;
    display: block;
    margin-top:5px;
    margin-left: 10px;
    background: linear-gradient(to left,#ffffff 0%,#607d8b 100%) !important;
}	
	
	
    @media (min-width: 992px) {
      .vk-footer .vk-heading {
        padding-bottom: 30px; } }
		
		
  .vk-footer .vk-divider {
    border-color: #464646; }
	
	.vk-footer .footer-item { padding-bottom: 60px; }
	.vk-footer .footer-item p { 
		/* margin-top: 15px; */
		margin-bottom: 15px;
		margin-left: 15px;
		padding-left: 10px;
		padding-right: 10px;
		border-left: 1px solid #ffffff;
		line-height: 20px;
		font-family: 'Open Sans';
		text-align: justify;
		font-weight: 500;
	}
	  
  .vk-footer .latest-works:after {
    clear: both;
    content: "";
    display: table; }
	
  @media (min-width: 992px) {
    .vk-footer .latest-works {
      padding-left: 0;
      padding-right: 0; } }

.footer-bot {
  background-color: #613b2c;
  text-align: center;
  padding: 23px 0; }
  @media (min-width: 992px) {
    .footer-bot {
      padding: 27px 0; } }
  .footer-bot .vk-text {
    margin-bottom: 0;
    display: inline-block; }
	
/******************************************/

	
.vk-days {
    transform: rotate(0deg);
    border-radius: 0%;
    background: #f1f1f1;
    width: 65px;
    height: 65px;
    left: 0px;
    line-height: 54px;
    position: absolute;
    top: 167px;
    z-index: 501;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    color: #607d8b;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    border: 4px solid #f1f1f1;
    box-shadow: 0px 1px 10px #00000087;
}


.vk-from {
	position: absolute;
    z-index: 501;
    bottom: 155px;
    left: 0px;
    padding: 5px 10px;
    background: #00bcd4;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.vk-from:after {
    position: absolute;
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #c1c1c1;
    border-right-color: #c1c1c1;
    left: -1px;
    top: -16px;
    height: 15px;
}

/******************************************/
	
.vk-box {
		position: absolute;
		margin-top: 15px;
		left: 15px !important;
		right: inherit;
		z-index: 101;
    box-shadow: 0px 0px 0px 4px #ffffff;		
}

.vk-box .inner { position: relative; }
.vk-box .inner:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 0;
    height: 0;
    background-color: transparent;
    border-top: 60px solid #00bcd4;
    border-left: 60px solid #00bcd4;
    border-bottom: 60px solid #ffffff00;
    border-right: 60px solid transparent;
	}

.vk-box .inner span {
    display: block;
    font-size: 18px;
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    color: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    line-height: 20px;
    transform-origin: 105% 30%;
    text-align: center;
}
	
	

/****************************/

.offer-box {
	display:none;
		/* position: absolute; */
		/* margin-top: 15px; */
		/* left: 15px !important; */
		/* right: inherit; */
		/* z-index: 101; */
		/* box-shadow: 0px 0px 0px 4px #ffffff;		 */
}

.offer-box .inner { position: relative; }
.offer-box .inner:before {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		display: block;
		width: 0;
		height: 0;
		background-color: transparent;
		border-top: 40px solid #607d8b;
		border-left: 40px solid #607d8b;
		border-bottom: 40px solid #ffffff00;
		border-right: 40px solid transparent;
	}

.offer-box .inner span {
		display: block;
		font-size: 18px;
		font-family: "Roboto Slab", serif;
		font-weight: bold;
		color: #fff;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		line-height: 40px;
		-webkit-transform-origin: 70% 40%;
		transform-origin: 70% 40%;
	}


/**********************************/	

.vk-what-we-do-section .vk-days {
transform: rotate(0deg);
    border-radius: 0%;
    background: #607d8b;
    width: 85px;
    height: 85px;
    right: -10px;
    line-height: 74px;
    position: absolute;
    bottom: 35px;
    top: unset;
    z-index: 501;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    border: 4px solid #ffffff;
    box-shadow: 0px 1px 10px #00000087;
}

.vk-list-step .right-step p {
	line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 10px;
    border-left: 1px solid #eee;
    line-height: 23px;
    text-align: justify;
}

.vk-list-step .right-step h4 {
    font-size: 16px;
    text-decoration: underline;
    color: #607d8b;
}


.vk-list-step .right-step .stars,
.vk-what-we-do-section .stars {
	    color: #FFEB3B;
}

.vk-list-step .right-step ul.infos,
.vk-what-we-do-section ul.infos {
	padding: 0;
    margin-left: 10px;
    margin-top: 15px;
}

.vk-list-step .right-step ul.infos li,
.vk-what-we-do-section ul.infos li {
    /* font-family: sans-serif; */
    font-size: 14px;
	 color:#000;
    list-style-type: none;
    /* border-bottom: 1px dashed #f7f7f7; */
}

.vk-list-step .right-step ul.infos li.last,
.vk-what-we-do-section ul.infos li.last {
    color: #607d8b;
    list-style-type: none;
    border-bottom: 0px dashed #607d8b;
}

.vk-list-step .right-step ul.infos li i,
.vk-what-we-do-section ul.infos li i {
    color: #607d8b;	
    text-align: center;   
    width: 20px;
}


/**********************************/	

.ribbon {
    font: bold 13px Sans-Serif;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 15px 0;
    right: 60px;
    top: 25px;
    text-transform: uppercase;
    color: #FFF;
    z-index: 2;
}

.ribbon-wrapper {
    width: 220px;
    height: 145px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

/*----------------------------------------*/
/*  14. Footer Area
/*----------------------------------------*/
.footer-area {
	    font-weight: 500;
    border-top: 2px solid #607d8b;
    background: #59707b url(../images/nav.png);
    color: #ffffff;
    padding: 20px 0;
}

.footer-area a {color: #fff;font-size: 13px; }
.footer-area a:hover {color: #000000; text-decoration:underline;}

ul#footer-menu li {display: inline-block}
ul#footer-menu a {
    font-size: 13px;	
    color: #ffffff;
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
    text-transform: capitalize;
}
ul#footer-menu li:first-child a {margin-left: 0; padding-left: 0}
ul#footer-menu {
    padding-left: 0px;
    margin-bottom: 0px;	
    line-height: normal;	
	text-align: right
	}
ul#footer-menu a::after {
    color: #ffffff;
    content: "/";
    left: -3px;
    position: absolute;
    top: 0;
}
ul#footer-menu li:first-child a::after {display: none}
ul#footer-menu a:hover {color: #000000;}

/********************************************/

#CDSWIDSSP {
    font: normal 12px Verdana,"Bitstream Vera Sans",Arial,Helvetica,sans-serif;
    color: #333;
    overflow: hidden;
    width: 95% !important;
    height: auto;
    background-color: #FFF;
    margin: 0;
    padding: 0;
    text-align: left;
    position: relative;
    background-color: transparent;
    letter-spacing: 0;
}


#CDSWIDSSP .widSSPData {
    padding: 16px !important;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
}

/********************************************/


.art-bar {
    position: absolute;
    background: #607d8b;
    top: 120px;
    padding: 4px 20px;
    left: 50%;
    z-index: 0;
    margin-left: 220px;
    margin-top: 0px;
}

.art-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 40px;
    height: 100%;
    background: #607d8b;
    transform: skewX(35deg);
}

.art-bar ul.art-login {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.art-bar ul li a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Oswald;
    line-height: 30px !important;
    color: #fff;
}

.art-bar ul li a:hover {
	color:#000;
	text-decoration:underline;
}

.art-bar ul.art-login li {
    display: inline-block !important;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 600;
	height:30px;
	}
	
.art-bar ul.art-login {
    margin: 0;
}	

@media screen and (max-width: 767px) {

.footer-area {
	
	text-align:center;
}

.art-bar {float: none;left: 13%;top: 80px;padding: 3px 10px;position: absolute;box-shadow: none;margin-left: 0px;margin-top: 0px;}

.art-bar::after {
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    left: -25px;
    width: 40px;
    height: 100%;
    background: #607d8b;
    transform: skewX(35deg);
}
.art-bar::before {
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    right: -25px;
    width: 40px;
    height: 100%;
    background: #607d8b;
    transform: skewX(-35deg);
}

.art-bar ul li a {
	color:#fff;
    font-size: 12px;
    font-weight: 600;
}

.art-bar ul.art-login li {
    display: inline-block !important;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 11px;
    font-weight: 600;
	}
}


/**********************************/

/***********************************/

.vk-contact {
	margin-top:50px;
}

.contact-us-page h2 {
font-family: 'Pathway Gothic One';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
    text-decoration: underline;
    color: #607d8b;
    padding-bottom: 2px;
}

.contact-us-page h3 {
    font-family: 'Pathway Gothic One';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    /* text-decoration: underline; */
    /* color: #607d8b; */
    padding: 0px;
    line-height: normal;
}

.contact-us-page h4 {
    color: #607d8b;	
    text-decoration: underline;	
	margin-bottom: 5px;
    font-weight: 600;
    font-size: 17px;
    text-transform: capitalize;
}

.contact-us-page h5 {
    color: #000000;
    text-decoration: underline;
    margin: 0px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.contact-us-page p {
    line-height: 15px;
    font-size: 15px;
	margin-bottom:20px;
}

.contact-us-page form input,
.contact-us-page form textarea {
  width:100%;
  max-height: 100%;
  border:1px solid #eeeeee;
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: normal;
}
.contact-us-page form input {
  height: 48px;
}
.contact-us-page form textarea {
  min-height: 330px;
  padding: 20px;
  /* margin-bottom: 40px; */
}
.contact-us-page form input:hover,
.contact-us-page form textarea:hover {
  border-color: #607d8b;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(236,236,236,1);
  -moz-box-shadow: 0px 2px 3px 0px rgba(236,236,236,1);
  box-shadow: 0px 2px 3px 0px rgba(236,236,236,1);
}
.contact-us-page form input:focus,
.contact-us-page form textarea:focus {
  border-color:#607d8b;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(236,236,236,1);
  -moz-box-shadow: 0px 2px 3px 0px rgba(236,236,236,1);
  box-shadow: 0px 2px 3px 0px rgba(236,236,236,1);
}

.contact-us-page form button {
	border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;	
	width: 250px;
    line-height: 40px;
    margin-left: 15px;
    position: relative;
    top: -45px;
    font-weight: 700;
    color: #fff;
    background: #607d8b;
    left: 50px;
    border: 5px solid #fff;
}

.contact-us-page form button::after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 35px;
    height: 100%;
    background: #607d8b;
    transform: skewX(36deg);
}

.contact-us-page form button:hover {
    color: #000000;
    background: #607d8b;
}

.contact-address .address {
    /* box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.15), 0 4px 15px 0 rgba(0, 0, 0, 0.15); */
    background: #fff url(../images/nav.png);
    overflow: hidden;
    position: relative;
    padding: 15px 25px 20px;
    margin-bottom: 30px;
    border: 1px solid #eeeeee;	
}

.contact-address .address ul li {
    color: #613b2c;	
    font-family: sans-serif;
    font-size: 15px;
    padding: 10px 0px;
    border-bottom: 1px solid #f6f6f6;
}

.contact-address .address ul li i {
    font-size: 22px;
    margin-top: 10px;
    color: #607d8b;
}

.contact-address .address ul li a {color:#000;}
.contact-address .address ul li a:hover { color: #607d8b;}

/*********************************/



/* ------------------------------
   Destinations  styles
   ---------------------------- */
   
.destinations {
	background: #fff url(../images/nav.png);		
	padding-top: 50px;
	padding-bottom: 50px;
}

.destinations .destination-content-wrap .tab {
  border: 0px solid #e9e9e9; }
  
  .destinations .destination-content-wrap .tab li {
    width: 20%;
    height: 100px;
    line-height: 100px;
    border-right: 1px solid #e9e9e9;
    margin: 0;
    position: relative; }
    .destinations .destination-content-wrap .tab li:last-child {
      border: none; }
    .destinations .destination-content-wrap .tab li a {
      padding: 20px 0 0 0;
      color: #a5a0a0;
      margin: 0;
      display: block;
      height: 100px;
	  background:#fff url(../images/page.png);
      border: none;
      border-radius: 0;
      text-align: center;
      transition: all 0.5 ease;
      font-size: 12px;
      text-transform: uppercase;
      font-family: "Open Sans";
      font-weight: bold; }
      .destinations .destination-content-wrap .tab li a span.fa {
        display: block;
        margin-bottom: 13px;
        font-size: 36px; }
      .destinations .destination-content-wrap .tab li a:hover, .destinations .destination-content-wrap .tab li a:focus {
        color: #ffffff;
        border: none;
        border-radius: 0;
        transition: all 0.5 ease;
        background: #ef7000;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
        .destinations .destination-content-wrap .tab li a:hover:after, .destinations .destination-content-wrap .tab li a:focus:after {
          bottom: -17px;
          content: '';
          width: 0;
          height: 0;
          border-left: 17px solid transparent;
          border-right: 17px solid transparent;
          border-top: 17px solid #ef7000;
          position: absolute;
          left: 37%; }
    .destinations .destination-content-wrap .tab li.active a {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
      color: #ffffff;
      background: #ef7000; }
      .destinations .destination-content-wrap .tab li.active a:after {
        bottom: -10px;
        content: '';
        width: 0;
        height: 0;
        border-left: 17px solid transparent;
        border-right: 17px solid transparent;
        border-top: 17px solid #ef7000;
        position: absolute;
        left: 37%; }
.destinations .destination-content-wrap .tab-content {
  margin-top: 40px; }
  .destinations .destination-content-wrap .tab-content .panel {
    background-color: #f7f7f7;
    font-size: 15px;
    padding: 50px; }
    .destinations .destination-content-wrap .tab-content .panel strong {
      font-weight: bold; }
  .destinations .destination-content-wrap .tab-content iframe {
    border: 0;
    width: 100%;
    height: 400px; }
	
  .destinations .destination-content-wrap .tab-content .tab-details {
		width: 100%;
		border: 1px solid #fff;
		border-radius: 2px;
		padding:10px 0;
		background-color: #fefefe;
	}
	
	.destinations .destination-content-wrap p {
		   font-size: 14px;
		line-height: 18px;
		    padding-left: 10px;
	}	

	.destinations .destination-content-wrap h4 {
		font-family: 'Pathway Gothic One';
		font-weight: 600;
		text-transform: uppercase;
		font-size: 25px;
		text-decoration: underline;
		color: #ef7000;
	}	
	
	
  .destinations .destination-content-wrap ul {
		/* padding: 10px 0px; */
		padding-left: 25px;
		margin: 0;
		list-style: none;
	}
	
    .destinations .destination-content-wrap ul li {
      font-size: 14px;
      line-height: 25px; }
	  
		
.destinations .destination-content-wrap .destination-content {
  margin-top:50px; }
  
  .destinations .destination-content-wrap .destination-content .thumbnail {
    padding: 0;
    border: none;
    width: 100%; }
	
    .destinations .destination-content-wrap .destination-content .thumbnail img {
      padding: 0;
      width: 100%; }
	  
  .destinations .destination-content-wrap .destination-content h1 {
		font-family: 'Pathway Gothic One';
		font-size: 30px;
		margin-bottom: 30px;
		display: block;
		color: #ffffff;
		text-transform: uppercase;
		text-align: center;
		text-shadow: none !important;
		opacity: 0.2;
	}	 

	
  .destinations .destination-content-wrap .destination-content h2 {
		background: linear-gradient(100deg, #d0d0d070 0%,#d0d0d070 0,#ffffff00 70%);
		font-family: 'Pathway Gothic One';
		font-size: 20px;
		color: #000;
		text-transform: uppercase;
		margin-left: 5px;		
	}
	
  .destinations .destination-content-wrap .destination-content h2 span {
		background: #ffffff;
		border: 1px solid #cacaca;
		color: #ef7000;
		position: relative;
		border-radius: 5%;
		padding: 8px 16px;
		font-size: 30px;
		margin-left: -8px;
		margin-right: 20px;
		top: 0px;
		left: 15px;
		font-family: sans-serif;
	}	
	
	
  .destinations .destination-content-wrap .destination-content blockquote {
		border-left: 5px solid #ef7000;
		font-family: "Playfair Display";
		font-size: 18px;
		line-height: 30px;
		font-weight: bold;
		font-style: italic;
	}
	
  .destinations .destination-content-wrap .destination-content p {
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 30px;
		padding-left: 20px;
		padding-right: 10px;
		border-left: 2px dashed #ef7000;
		line-height: 20px;
		font-family: 'Open Sans';
		text-align: justify;
		font-weight: 500;
	}
		
  .destinations .destination-content-wrap .destination-content h4 {
		font-family: 'Pathway Gothic One';
		font-weight: 600;
		text-transform: uppercase;
		font-size: 25px;
		text-decoration: underline;
		color: #ef7000;
		padding-bottom: 20px;		
		padding-top: 20px;		
	}
	
	
	.destinations .destination-content-wrap .destination-content img {padding: 30px 15px 30px 0; }
	.destinations .destination-sidebar-wrap.top {margin-bottom: 40px; margin-top: 0px;}
	.destinations .destination-sidebar-wrap {margin-bottom: 40px; }
	.destinations .destination-sidebar-wrap .sidebar-book {border-bottom: 1px solid #e9e9e9; }
    .destinations .destination-sidebar-wrap .sidebar-book .form .form-group {margin-bottom: 10px; }		  
    .destinations .destination-sidebar-wrap .sidebar-book .form .form-group textarea {height:250px;}
	.destinations .destination-sidebar-wrap .sidebar-book .form .form-group .input-icon .input-addon {top: 10px; }
	.destinations .destination-sidebar-wrap .sidebar-book .form input, .destinations .destination-sidebar-wrap .sidebar-book .form select {height:45px;line-height: 45px; }
	.destinations .destination-sidebar-wrap .sidebar-book .form input::-webkit-input-placeholder, .destinations .destination-sidebar-wrap .sidebar-book .form select::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        opacity: 1;
        color: #222222; }
    .destinations .destination-sidebar-wrap .sidebar-book .form input:-moz-placeholder, .destinations .destination-sidebar-wrap .sidebar-book .form select:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        opacity: 1;
        color: #222222; }
    .destinations .destination-sidebar-wrap .sidebar-book .form input::-moz-placeholder, .destinations .destination-sidebar-wrap .sidebar-book .form select::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        opacity: 1;
        color: #222222; }
    .destinations .destination-sidebar-wrap .sidebar-book .form input:-ms-input-placeholder, .destinations .destination-sidebar-wrap .sidebar-book .form select:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        opacity: 1;
        color: #222222; }
    .destinations .destination-sidebar-wrap .sidebar-book .form button[type="submit"] {height: 50px; }	  
	.destinations .destination-sidebar-wrap .sidebar-order h3.title {
		color: #333333;
		font-size: 18px;
		font-weight: 500;
		text-align: center;
		margin-top: 0;
		margin-bottom: 15px; }
	.destinations .destination-sidebar-wrap .sidebar-order .form {margin-bottom: 35px; }
    .destinations .destination-sidebar-wrap .sidebar-order .form input {
      border: none;
      width: 100%;
      height: 50px;
      line-height: 50px;
      background-color: #f7f7f7;
      font-size: 15px;
      text-align: center;
      padding: 0 10px; }
  .destinations .destination-sidebar-wrap .sidebar-order .price .box-price {
    font-size: 15px; }
    .destinations .destination-sidebar-wrap .sidebar-order .price .box-price span.number {
      color: #ef7000;
      font-size: 36px;
      font-weight: bold; }
    .destinations .destination-sidebar-wrap .sidebar-order .price .box-price.right {
      text-align: right; }
      .destinations .destination-sidebar-wrap .sidebar-order .price .box-price.right span.number {
        color: #959595; }
.destinations .destination-rivew-wrap {
  background-color: #f7f7f7;
  padding: 50px 25px; }
  .destinations .destination-rivew-wrap h3.title {
    text-align: center;
    font-family: "Open Sans";
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    font-style: normal;
    margin: 0 0 30px 0; }
  .destinations .destination-rivew-wrap .destination-rivew-slider {
    list-style: none;
    padding: 0; }
    .destinations .destination-rivew-wrap .destination-rivew-slider li p {
      text-align: center;
      font-size: 15px;
      line-height: 26px; }
    .destinations .destination-rivew-wrap .destination-rivew-slider li img {
      border-radius: 50%;
      display: block;
      margin: 20px auto;
      width: 80px;
      height: 80px; }
    .destinations .destination-rivew-wrap .destination-rivew-slider li span {
      color: #ef7000;
      text-align: center;
      display: block;
      font-family: "Playfair Display";
      font-size: 14px;
      line-height: 24px;
      font-weight: bold;
      font-style: italic; }

/***************************************/
	  

.zt-primary {
	background: linear-gradient(to left,#455A64 0%,#607d8b 100%);
    color: #ffffff;
	outline: none;
	font-weight: 700;
	text-transform: uppercase;
	transition: all .5s ease;
  }
  
  .zt-primary span {
    color: #ffffff;
    transition: all .5s ease; }
	
  .zt-primary:hover {
    background: #607d8b;
    color: #ffffff;
    border-color: #607d8b;
    transition: all .5s ease; }
	
    .zt-primary:hover span {
      color: #ffffff;
      transition: all .5s ease; }
  .zt-primary:active {
    color: #ffffff;
    border-color: #ef7000;
    background: #ef7000;
    outline: none;
    transition: all .5s ease; }

.btn-full {
  width: 100% !important; }

.overlay {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  margin: 0; }
  .overlay .overlay-scale {
    display: none; }
  .overlay.overlay-hover:hover .overlay-scale {
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .overlay.overlay-hover:hover .overlay-background {
    background: #000; }

.zt-container {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto; }
  
.zt-container p {
	line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top:20px;
    margin-bottom: 30px;
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 10px;
    border-left: 1px solid #eee;
    line-height: 23px;
    text-align: justify;
} 

.zt-container .btn-lg, .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 1px;
}

.zt-container .art-title {
    margin:70px 0;
}

.zt-container .art-intro { margin:50px 0; }
.zt-container .art-good { margin:30px 0px 0px; }

.zt-container ul {
    padding: 20px;
    padding-left: 15px;
    margin: 0;
    list-style: none;
}

.zt-container ul li {
    font-size: 14px;
    line-height: 25px;
}

.zt-container ul li i {
    padding-right: 10px;
}

.zt-container-min {
  max-width: 730px;
  width: 100%;
  padding: 0 25px;
  margin-left: auto;
  margin-right: auto; }

.zt-overlay-background-primary {
    left: 5px;
    top: 5px;
    height: 70px;
    width: 70px;
    background: rgba(0, 0, 0, 0.61);
  }

.input-icon {
  position: relative; }
  .input-icon .input-addon {
    position: absolute;
    right: 15px;
    top: 10px; }

.home-three .sec-title {
  padding-bottom: 30px;
  }
  
  .home-three .sec-title h2 {
    color: #ef7000;
    font-size: 45px;
    line-height: 40px;
    margin-bottom: 0px;
    font-family: 'Kaushan Script', cursive;
    font-weight: 500;
    text-transform: capitalize;
	}

.sec-title.sec-title-padding {
  padding-top: 0px; 
  padding-bottom: 40px;
  }
  
  
.sec-title h2 {
  color: #000;
  font-size:30px;
  line-height: 40px;
  margin-bottom: 0px;
  font-family: 'Open Sans';
  font-weight: 700;
  text-transform: uppercase; 
  }
  
  
.sec-title .tagline {
    font-family: 'Pathway Gothic One';
    font-size: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
  }
  
.sec-title .img-border:after {
  content: "";
  background: #000000;
  height: 2px;
  width: 20%;
  display: block;
  margin: 0 auto; }
  
 .sec-title .img-border1:after {
  content: "";
  background: #fff;
  height: 2px;
  width: 20%;
  display: block;
  margin: 0 auto; }

.text-white {
  color: #ffffff; }
  .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white a, .text-white p, .text-white span, .text-white i, .text-white .tagline {
    color: #ffffff; }

.font-bold {
  font-family: "Open Sans";
  font-weight: bold; }

.img-box {
  min-height: 100px; }
  .img-box img {
    width: 100%; }

.sidebar-box {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  }
  
  .sidebar-box .sidebar-header {
    padding: 20px 0 0 0;
    margin: 0;
    display: block;
    height: 65px;
    color: #fff;
    background: #607d8b url(../images/nav.png);
    border-bottom: 3px solid #efefef;
    text-align: center;
    transition: all 0.5 ease;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Open Sans";
    font-weight: bold;
	}
	
    .sidebar-box .sidebar-header h3.title {
    color: #ffffff;
    margin-left: 25px;
    text-align: left;
    font-family: "Open Sans";
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    font-style: normal;

	  }
	  
  .sidebar-box .sidebar-content {
		padding: 20px;
	}

.load-more {
  margin-top: 50px;
  text-align: center; }
  .load-more .btn {
    font-weight: bold;
    color: #555555 !important; }
    .load-more .btn:hover {
      color: #ffffff !important; }

.owl-carousel.type-1 .owl-stage-outer {
  margin: -30px;
  padding: 30px; }
  
.owl-carousel.type-1 .owl-controls {
  position: absolute;
  top: 33%;
  width: 100%;
  z-index: -1;
  margin-top: -60px; }
  
  .owl-carousel.type-1 .owl-controls .owl-prev {
    margin-left: -65px;
    float: left; }
  .owl-carousel.type-1 .owl-controls .owl-next {
    margin-right: -65px;
    float: right; }
	
  .owl-carousel.type-1 .owl-controls .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 16px;
    height: 80px;
    width: 35px;
    background: #ef7000;
    text-align: center;
    line-height: 70px;
    border: 1px solid #ef7000;
    border-radius: 3px;
	}
    .owl-carousel.type-1 .owl-controls .owl-nav [class*=owl-]:hover {
      color: #ef7000;
	  background: #fff;
      border-color: #ef7000; }
	  
	  
/****************************************/


input, select, textarea {
  padding-left: 15px;
  border: 1px solid #9E9E9E9E9E9E;
  border-radius: 0px;
  position: relative;
  font-size: 13px;
  width: 100%;
  }

  input:focus, select:focus, textarea:focus {
    border-radius: 2px;
    box-shadow: 2px 4px 6px rgba(156, 156, 156, 0.18);
    outline: none; }

input.zt-control, select.zt-control {
  height: 50px;
  line-height: inherit !important; }

textarea.zt-control {
  height: 150px; }

.form-group {
  margin-bottom: 30px;
  position: relative; }
  .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box; }
  .form-group select::-ms-expand {
    /* Internet Exploder 10 */
    display: none; }
  .form-group select {
    /* Mozilla Firefox 35- */
    text-indent: 0.01px;
    text-overflow: ''; }
  .form-group .select-arrow {
    position: absolute;
    right: 20px;
    top: 47%;
    background: url("../images/select-arrow.png") 0 0 no-repeat;
    width: 12px;
    height: 7px; }

.form-control:focus {
  border-color: #9E9E9E;
  border-radius: 4px;
  box-shadow: none; }	  
  
  
/***********************************************/

 @media screen and (max-width: 767px) {
	 
.vk-header-top .content:after {
    content: '';
    position: absolute;
    top: 0;
    margin-left: -180px;
    width: 350px;
    height: 100%;
    background: #607d8b00;
    transform: skewX(35deg);
}	 
		  
.vk-banner-mod .title-up {
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 5px;
		margin-bottom: 15px;
		margin-left: 30px;
		text-transform: uppercase;
	  }
	  
.vk-banner-mod .title-main {
    font-family: Oswald;
    font-size: 55px;
    line-height: 50px;
    margin-bottom: 15px;
	}
			  
.vk-banner-mod .title-sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 2px;
}			  
			  
.vk-image-slider-element .list-item {
		padding-bottom: 0px;
		border-bottom: 1px solid #f5f6f7;
		margin-top: -75px;
	    background: #fff url(../images/nav.png);
	  }
		
.vk-iconbox-element .vk-iconbox-with-background {
	    padding: 10px;
    padding-top: 0px;
    padding-bottom: 50px !important;
}		
		
.vk-slider .vk-img-frame p {
    opacity: 0;
    font-size: 14px;
    /* line-height: 25px; */
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    z-index: 501;
    position: relative;
    bottom: 250px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}		
		
.vk-our-project-section {
	padding: 0 20px;
}		
		
		
.vk-home .vk-heading {
    margin-bottom: 30px;
    margin-top: 30px;
}		
		
.vk-section-style-4 p {
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 0;
}		
		
.vk-recent-blog {
    /* width: 370px; */
    margin: auto;
    height: 550px;
}

.vk-slider-arrow-dot-top .vk-arrow-dots {
    /* margin: 0; */
    padding: 0;
    list-style: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: -220px;
    right: 15px;
    margin: auto;
}

.vk-slider-arrow-dot-top .vk-arrow-dots li:after {
    content: '';
    height: 15px;
    background-color: #EAEAEA;
    display: block;
    margin-top: 5px;
}

.vk-recent-blog .brief-content:after {
    position: absolute;
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #ffffff00;
    border-left-color: #c1c1c100;
    right: -1px;
    top: -16px;
    height: 15px;
}

.vk-filter {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    border: 0px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    font-weight: 500;
    text-transform: uppercase;
    min-height: 44px;
    width: 200px;
    padding: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}	
		
.vk-recent-blog.vk-trip {
    position: relative;
    padding-top: 0px;
}		
				
.vk-list-step .left-step {
    /* display: none; */
	margin: 15px;
    left: -5px;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
}		
		
.vk-list-step .right-step {
    padding-top: 0;
    padding-left: 75px;
}		
		
		
.vk-footer {
    padding-top: 60px;
    background: #607d8b url(../images/nav.png);
    color: #ffffff;
    border-top: 1px solid #eee;
    padding: 60px 20px 0;
}		
		
ul#footer-menu {
    padding-left: 0px;
    margin-bottom: 0px;
	margin-top: 10px;	
    line-height: normal;
    text-align: center;
}
		
#scrollUp {
    bottom: 140px;
    right: 10px;
    background: #607d8b;
    border: 2px solid #607d8b;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    /* opacity: .5; */
    padding: 10px 18px;
    -webkit-transition: background 300ms linear;
    -moz-transition: background 300ms linear;
    -o-transition: background 300ms linear;
    transition: background 300ms linear;
    -webkit-backface-visibility: hidden;
}
		
.vk-latest-news li img {
    height: 75px;
    margin: 4px;
    border: 4px solid #ffffff;
    width: 105px !important;
}		
		
.vk-navbar-brand img {
    width: 205px;
    position: absolute;
    margin-top: 3px;
    margin-left: -10px;
}
		
.vk-navbar-nav {
    margin: 30px;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
    line-height: normal;
}

.slicknav_menu {
    background-color: #ffffff;
}

.vk-recent-blog {
    position: relative;
    padding-top: 210px;
}

.vk-recent-blog .vk-days {
    transform: rotate(0deg);
    border-radius: 0%;
    background: #607d8b;
    width: 100px;
    height: 50px;
    left: 240px;
    line-height: 41px;
    position: absolute;
    top: 280px;
    z-index: 501;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    border: 4px solid #607d8b;
    box-shadow: 0px 1px 2px #00000087;
}
		
.vk-navbar-nav li a:not(.slicknav_item), .vk-navbar-nav li span:not(.slicknav_item) {
    outline: none;
    color: #607d8b;
    display: block;
    position: relative;
    font-weight: 400;
    padding: 15px 0;
}

.vk-navbar-nav.child li a:not(.slicknav_item), .vk-navbar-nav.child li span:not(.slicknav_item) {
    padding: 10px 0px;
    min-width: 270px;
    padding-left: 10px;
    text-shadow: none;
    /* background: #f5f5f5; */
}

.vk-navbar-nav li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #607d8b;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
		
.vk-navbar-nav li .menu-arrow {
    position: absolute;
    right: 2px;
    font-family: FontAwesome;
    top: 0;
    padding: 18px;
    color: #607d8b;
}
		
.vk-navbar-nav.child {
    border-top: none;
    margin: 0px;
    color: #eee;
    padding: 0;
    list-style: none;
    background-color: #e8e8e82e;
    line-height: normal;
}

.vk-navbar-nav.child li a, .vk-navbar-nav.child li span {
    color: #000000;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 600;
}

.vk-navbar-nav.child::after {
   display:none;
}
		
		
.vk-navbar-nav.child li {border-bottom: 1px solid #fff;}
.vk-navbar-nav.child li:first-child {border-top: 1px solid #fff;}
		
.vk-header-top .content {
position: absolute;
    padding: 10px 0;
    z-index: 0;
    float: left;
    width: 100%;
    background: none;
}

.art-cart {
	    display: none;
    text-align: right;
    float: none;
    padding-left: 20px;
    padding-right: 0px;
    position: relative;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.art-cart a {
    margin-right: 10px;
    color: #ffffff;
}

.art-cart a:hover {
    margin-right: 10px;
    color: #ff9300;
}

.vk-header-top .quick-address a {
    color: #000000;
	font-family: 'Oswald', sans-serif;	
}
		
.vk-header-top .quick-address {
    /* color: #000000; */
    /* padding: 0; */
    /* margin: 0px; */
    /* font-size: 15px; */
    /* font-weight: 400; */
    /* position: relative; */
    /* list-style: none; */
    /* float: none; */
    /* line-height: normal; */
    /* text-align: center; */
	display:none;
}

.vk-header-top .quick-address li:not(:first-child):before {
    content: '';
    padding-left: 0px;
    padding-right: 0px;
}

.vk-header-top .quick-address li {
    display: block;
    position: relative;
}

.slicknav_menu .slicknav_nav {
    border-top: 2px solid #e2e2e2;
}

 .vk-bg {
	text-shadow: 0px 1px 1px #00000069;
	height: 500px;
	padding: 490px 0 40px 0;
	background-attachment: inherit !important;
	background-position: inherit !important;
	background-repeat: inherit !important;
	background-size: cover !important;
	overflow: hidden;
}


.vk-bg .heading h1 {
    font-family: 'Pathway Gothic One';
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
}
		
.vk-page-project .vk-project-list-item {
    padding: 20px;
    float: left;
}

.vk-page-project .vk-title {
    margin-bottom: 15px;
    font-size: 18px;
}
.vk-page-project .rating {
    color: #FFEB3B;
}

.vk-page-project p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 10px;
    border-left: 1px solid #eee;
    line-height: 23px;
    text-align: justify;
}

.vk-page-project .vk-detail-post li {
    padding: 7px 10px;
    font-weight: 500;
    color: #9E9E9E;
    text-align: left;
    margin: 0px 5px 3px -1px;
    border: 1px solid #eee;
    font-family: 'Pathway Gothic One';
    font-size: 17px;
    background: linear-gradient(to left,#e2e2e21f 75%,#ffffff 100%);
}

.vk-bg .heading {
    bottom: 400px;
    margin: 15px;
}

.vk-bg .heading h1 {
    font-family: 'Pathway Gothic One';
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding: 0px;
    margin: 5px 0;
    text-transform: uppercase;
}

.zt-container p {
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-left: 20px;
    padding-right: 10px;
    border-left: 1px solid #eee;
    text-align: justify;
}

.zt-container ul {
    padding: 20px;
    padding-left: 0px;
    margin: 0;
    list-style: none;
}

.zt-container ul li {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    font-family: 'Pathway Gothic One';
}


.vk-list-step .right-step p {
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 10px;
    border-left: 1px solid #fff;
    line-height: 23px;
    text-align: justify;
}

.vk-heading-icon {text-align: center; width: 100%;left: 0; }


		
}	
  
.fa-bookmark:before {
    content: "\f02e";
    color: #9E9E9E !important;
}  
  
/***********************************************/  
	  
	  
	  
/* whtaspabtn */


.whtaspabtn {
    position: fixed;
    top: auto;
    bottom: 100px;
    right: 20px;
    background: #14dc23;
    color: white;
    background-color: #4dc247;
    opacity: 1;
    border-radius: 5%;
    text-align: center;
    z-index: 9999;
}

.whtaspabtn i {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
}


.gmail {
position: fixed;
    top: auto;
    bottom: 160px;
    right: 20px;
    background: #e20404;
    color: white;
    background-color: #e20404;
    opacity: 1;
    border-radius: 5%;
    text-align: center;
    z-index: 9999;
}

.gmail i {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    color: #ffffff;
    font-size: 25px;
    line-height: 50px;
}


@media (max-width: 991px) {
	
	
	
.whtaspabtn {
    position: fixed;
    top: auto;
    bottom: 20px;
    right: 11px;
    background: #14dc23;
    color: white;
    background-color: #4dc247;
    opacity: 1;
    border-radius: 5%;
    text-align: center;
    z-index: 9999;
}


.gmail {
    position: fixed;
    top: auto;
    bottom:80px;
    right: 11px;
    background: #e20404;
    color: white;
    background-color: #e20404;
    opacity: 1;
    border-radius: 5%;
    text-align: center;
    z-index: 9999;
}



}