@charset "utf-8";
/* CSS Document */

.clearfix{
    clear:both;
}
#toolspanelcontent > div:hover {
    color:#285151
}
#toolspanelcontent #bottombox input{
    clear: both;
    margin-left: 0px;
    padding: 5px 10px;
}
#toolspanelcontent #bottombox input[type="submit"]{padding: 5px 10px;}
#toolspanel {
    position:fixed;
    top:100px;
    left:0;
    background:red;
    z-index:999;
    height:0;
}
#toolspanelcontent {
    position:fixed;
    top:100px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: 0 0 3px #cecece;
    -moz-box-shadow: 0 0 3px #cecece;
    box-shadow: 0 0 3px #cecece;
    background: #fff;
    color: #000;
    font-size: 90%;
    z-index: 999;
    border-bottom: 1px solid #DBDDD8;
    border-right: 1px solid #DBDDD8;
    border-top: 1px solid #DBDDD8;
}
#toolspanelcontent > div {
    padding:12px
}
#toolspanel .pn-button {
    cursor: pointer;
    right:-38px;
    height:20px;
    width:14px;
    position: absolute;
    top: 86px;
    z-index: 999;
    border-bottom: 1px solid #DBDDD8;
    border-right: 1px solid #DBDDD8;
    border-top: 1px solid #DBDDD8;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: 3px 0 4px #cecece;
    -moz-box-shadow: 3px 0 4px #cecece;
    box-shadow: 3px 0 4px #cecece;
    background: #fff;
}
#toolspanel .pn-button {
    background: url("img/icon.png") no-repeat scroll 12px 13px #FFFFFF;
}
#toolspanel .open {
    background: url("img/icon.png") no-repeat scroll 12px -27px #FFFFFF;
}
#pnpartterns a {
    border: 1px solid #BBBBBB;
    display: block;
    float: left;
    height: 14px;
    margin: 0 5px 5px 0;
    padding: 6px;
    width: 14px;
}
#pnpartterns a.active{ border-color:red; -moz-transition:border-color 0.8s}

#toolspanel {
    text-align: left
}
#toolspanel a:hover,
#toolspanel a:active,
#toolspanel a:focus{color: #000;}
#cpanel-form select{ 
	min-width: 160px;
    padding: 4px 2px}
/* Patterns */
#pattern1{background:url(../../images/patterns/pattern1.png);}
#pattern2{background:url(../../images/patterns/pattern2.png);}
#pattern3{background:url(../../images/patterns/pattern3.png);}
#pattern4{background:url(../../images/patterns/pattern4.png);}
#pattern5{background:url(../../images/patterns/pattern5.png);}
#pattern6{background:url(../../images/patterns/pattern6.png);}
#pattern7{background:url(../../images/patterns/pattern7.png);}
#pattern8{background:url(../../images/patterns/pattern8.png);}
#pattern9{background:url(../../images/patterns/pattern9.png);}
#pattern10{background:url(../../images/patterns/pattern10.png);}
#pattern11{background:url(../../images/patterns/pattern11.png);}
#pattern12{background:url(../../images/patterns/pattern12.png);}
#pattern13{background:url(../../images/patterns/pattern13.png);}
#pattern14{background:url(../../images/patterns/pattern14.png);}
#pattern15{background:url(../../images/patterns/pattern15.png);}
#pattern16{background:url(../../images/patterns/pattern16.png);}
#pattern17{background:url(../../images/patterns/pattern17.png);}
#pattern18{background:url(../../images/patterns/pattern18.png);}
#pattern19{background:url(../../images/patterns/pattern19.png);}
#pattern20{background:url(../../images/patterns/pattern20.png);}

/*===================================================================================*/
.ves-megamenu{
    position: static;   
}
.ves-megamenu .navbar {

  position: static; 
}
.ves-megamenu .navbar-nav > li > a {
    line-height: 27px;
}

.ves-megamenu .dropdown-menu > .dropdown-menu-inner {
  padding: 10px;
}
.ves-megamenu .mega-group .caret {
  display: none;
}
.ves-megamenu .mega-group > .dropdown-toggle {
  display: block;
  font-weight: bold;
  padding: 6px 5px;
  text-transform: uppercase;
  border-bottom: solid 1px #E5E5E5;
}
.ves-megamenu .mega-group .dropdown-mega .mega-col-inner > ul > li a {
  margin-left: 6px;
}
.ves-megamenu .mega-col .mega-col-inner > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.ves-megamenu .mega-col .mega-col-inner > ul > li {
  list-style: none;
  margin-left: 0;
}
.ves-megamenu .mega-col .mega-col-inner > ul > li > a {
}
.ves-megamenu .dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.ves-megamenu .dropdown-submenu > .dropdown-menu {
  border-radius: 6px;
  left: 100%;
  margin-left: -6px;
  margin-top: -6px;
  top: 0;
}

 .ves-megamenu .mega-col div.menu-title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}
.widget-product-list .product-block {
  padding: 5px 0;
}
.widget-product-list .image{
    float: left;
    margin-right: 10px;
}
.widget-product-list .name a {
  font-weight: bold;
}
.widget-product-list .price {
  margin-bottom: 0 ;
}
.widget-product-list .image img{
  border:  1px solid #e5e5e5;
}
.widget-product-list .cart button{
    margin-top: 0;
  background: transparent;
  border: none;
  padding: 0;
  color: #505050;
}
.widget-product-list .cart button:hover{
  color: #E76D66;
}
.widget-banner .w-banner{
 margin: 6px 10px; 
    float: left;
}

#mainmenutop .dropdown:hover > .dropdown-menu, #mainmenutop .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.ves-megamenu .nav li.fullwidth {
  position: static!important;
}
.ves-megamenu .nav li.fullwidth .level1{
 width: 100%!important;
}

/*===================================================================================*/
.categorytabs .tab-nav,
/* .categorytabs .tab-content{    
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 3px #D3D3D3;
    position: relative;
} */
.categorytabs .tab-nav {
    margin-bottom: 20px;
}
.categorytabs .nav-tabs > li.active > a, 
.categorytabs .nav-tabs > li.active > a:hover,
.categorytabs .nav-tabs > li.active > a:focus, 
.categorytabs .nav-tabs > li > a,
.categorytabs .nav-tabs > li > a:hover {
background: transparent;
border: none;
}

.categorytabs .tab-nav ul{
    width: 100%;
}
.categorytabs .tab-nav ul li{
    float: left;
}
.categorytabs .tab-nav ul li.active:before {
    bottom: -10px;
    content: "";
    display: inline-block;
    left: 44%;
    position: absolute;
}
.categorytabs .tab-nav ul li {
    position: relative;
    border-right: 1px solid #eeeeee;
}
.categorytabs .tab-nav ul li:last-child{
    border-right: none;
}
.categorytabs .tab-nav ul li.active {
    color: #FFFFFF;
}
.categorytabs .tab-nav ul li.active:first-child {
    border-radius: 5px 0 0 5px;
 }

.categorytabs .tab-nav ul li.active:last-child {
    border-radius: 0 5px 5px 0;
 }
.categorytabs .tab-nav ul li a {
    color: #454545;
    display: inline-block;
    font-family: proximanovasemibold;
    font-size: 18px;
    line-height: 53px;
    padding: 15px ;
    padding-bottom: 15px;
    width: 100%;
    max-height: 77px;
    overflow: hidden;
}
.categorytabs .tab-nav ul li.active a {
    color: #fff;
}

.categorytabs .carousel-control.left {
    left: 0;
    border-radius: 0 3px 3px 0;
}

.categorytabs .carousel-control.right {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/*===================================================================================*/
#ves-tree
    {
    }
#ves-tree li
    {               
    }
#ves-tree li a
    {
        text-decoration:none;
    }
#ves-tree a:hover
    {
        color:#000;
        font-weight:bold !important;
    }
#ves-tree ul li a 
    {
        background:url("../images/menu_bg_li1.gif") no-repeat scroll 0 3px transparent;
        font-weight:normal;
        padding-left:15px;
        color:#444444;
    }
#ves-tree ul ul li a 
    {
        background:url("../images/menu_bg_li2.gif") no-repeat scroll 0 4px transparent;
        color:#444444;
        padding-left:15px;
    }
#ves-tree li a
    {
        text-transform:uppercase;
        color:#444444;
        font-weight:bold;
    } 
#ves-tree li ul li a
    {
        text-transform:none;
    }
#ves-treeli.active a 
    {
        font-weight:bold;
    }
#ves-tree li.active ul li a 
    {
        font-weight:normal;
    }
#ves-tree li.active ul li.active ul li.active a 
    {
        font-weight:bold;
    }
#ves-tree li.active ul li.active ul li a {
        font-weight:normal;
    }
#ves-tree li.active ul li.active a 
    {
        font-weight:bold;
    }
#ves-tree ul
    {
        padding-left:10px;
    }
    
    
/*-----------------------------------
* Dropdown
*------------------------------------/

#ves-dropdown { padding:0; font-size:1.1em;}


/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#ves-dropdown li { position:relative; text-align:left; width:100%;line-height:25px; height:25px; float:left;}
#ves-dropdown li.over { z-index:999;}
#ves-dropdown a{ display:block; line-height:25px; text-decoration:none; }
#ves-dropdown a:hover { display:block; line-height:25px; color:#D96708; }
#ves-dropdown span { display:block; cursor:pointer; white-space:nowrap;
text-transform:none; }
#ves-dropdown li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#ves-dropdown li {border-bottom:1px dotted #d8d8d8; }
#ves-dropdown li.active a { color:#D96708;  }
#ves-dropdown li.active li a{text-decoration:none;}
#ves-dropdown li.active li a:hover{color:#D96708;}
#ves-dropdown a {  padding:0 15px 0px 15px; color:#000; font-weight:normal; }
#ves-dropdown li.over a{color:#D96708;};
#ves-dropdown a:hover { color:#D96708; }

/************ 1ST LEVEL ************/
#ves-dropdown ul li,
#ves-dropdown ul li.active { float:left; margin:0; }
#ves-dropdown ul li.last { background:#fff; padding-bottom:0; }

#ves-dropdown ul a,
#ves-dropdown ul li a:hover { float:left; padding:0; background:fff; color:#D96708; }
#ves-dropdown ul li a { font-weight:normal !important;}
#ves-dropdown ul{background:#FFF !important;}

/************ 2ND LEVEL ************/
#ves-dropdown ul { position:absolute; width:170px; top:25px; left:-10000px; border:1px solid #d8d8d8;  }

/* Show menu */
#ves-dropdown li.over > ul { left:120px;top:-1px; }
#ves-dropdown li.over > ul li.over > ul { left:120px; }
#ves-dropdown li.over ul ul { left:-10000px; }

#ves-dropdown ul li a { background:#fff; }
#ves-dropdown ul li a:hover { background:#fff;color:#D96708 !important; }
#ves-dropdown ul li a{ color:#000 !important; }
#ves-dropdown ul span, #ves-dropdown ul li.last li span { padding:0px 15px 0px 15px;}
#ves-dropdown li.last{border:none !important;}
/************ 3RD+ LEVEL ************/
#ves-dropdown ul ul { background:#fff; }
#ves-dropdown ul li{}


/*-------------------------------------------
* accordion
--------------------------------------------*/

/* Some list and link styling */

/* For the xtra menu */


/* Header links styling */
#ves-accordion span.head a 
    { 
        background: #f6f6f6 url(../images/menu_down.gif) no-repeat; 
        color:#333333;
        display:block;
        height:15px;
        margin-top:5px;
        padding:0;
        width:15px;
    }
#ves-accordion span.head a:hover 
    { 
        color: #000;
        background: #f6f6f6 url(../images/menu_down.gif) no-repeat; 
        background-position: 98% 50%;       
    }
#ves-accordion span.selected a 
    { 
        background:  url(../images/menu_up.gif) no-repeat; 
        background-position:98% 50%;
        color: #fff;
        padding:0px;
    }
#ves-accordion span.selected a:hover 
    { 
        background: #69c url(../images/menu_up.gif) no-repeat; 
        background-position:98% 50%;
        color: #36a;
    }

/*===================================================================================*/
.vescarousel{
    padding: 25px;
    overflow: hidden;
}
.vescarousel .carousel-control{
}
.vescarousel .carousel-control.left{
    left: -2px;
}
.vescarousel .carousel-control.right{
    right: -2px;
}
/*===================================================================================*/

/** CAPTION */

.ves-caption.big-caption{   
    font-size: 48px;    
    color: #000000;
}

.ves-caption.big-caption{
    font-weight: bold;  
}

.ves-caption.normal-caption {
    font-weight: 300;
}

.typo-small{
    font-size: 24px;
    font-weight: 300;
}

.typo-big{
    font-size: 36px;
    font-weight: bold;  
}

.green{
    color: #58cbab; 
}

.orange{
    color: #e69268;
    font-size: 24px;
    font-weight: 300;
}

.black{
    color: #000000;
}

.gray{
    color: #737783;
}

.white{
    color: #FFFFFF;
}

.typo-small-white{
    color: #FFFFFF;
}

.typo-big-black{
    font-size: 48px;    
}

.vescontentslider .item img {
    border-radius: 5px;
}
.vescontentslider .carousel-control {
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    width: 36px;
    font-size: 36px;
    top: 50%;
    margin-top: -15px;
    z-index: 12;
    padding: 3px;
    color: #CCCCCC;
    transition:opacity 300ms ease-out;
    -webkit-transition:opacity 300ms ease-out;
    -moz-transition:opacity 300ms ease-out;
    -ms-transition:opacity 300ms ease-out;
    -o-transition:opacity 300ms ease-out;
}

.vescontentslider .carousel-control:hover{
    color: #000000;
}

.vescontentslider:hover .carousel-control{
}

.vescontentslider .carousel-control.left{
    left: 0;
    border-radius: 0 3px 3px 0;
}

.vescontentslider .carousel-control.right{
    right: 0;
    border-radius: 3px 0 0 3px ;
}

.vescontentslider .carousel-indicators li.active {    
    cursor: default;    
    border: 2px solid #fff;
}
.vescontentslider .carousel-indicators li {
    cursor: pointer;
    display: inline-block;
    height: 10px;
    text-indent: -9999px;
    width: 10px;    
    margin: 0 3px ;
    border: 2px solid #e0e0e0;
}
.vescontentslider .carousel-inner{
    position:relative;
}

.vescontentslider .ves-caption{
    position:absolute;  
    z-index:4;
    display: block;     
    margin-left: auto;
    margin-right: auto;
    visibility: hidden;         
    margin: 0;
    padding:0;
    line-height: normal;
}
.vescontentslider .ves-caption h1 {
     font-family: Lato, Helvetica, Arial, sans-serif;;
     font-size: 53px;
     line-height: 53px;
     letter-spacing: -2px;
    text-transform: uppercase;
}
.vescontentslider .ves-caption h2 {
     font-family: Lato, Helvetica, Arial, sans-serif;;
     font-size: 28px;
     line-height: 35px;
    text-transform: uppercase;
}

.vescontentslider .top10{ top:10%; }
.vescontentslider .top15{ top:15%; }
.vescontentslider .top20{ top:20%; }
.vescontentslider .top25{ top:25%; }
.vescontentslider .top40{ top:45%; }

.vescontentslider .banner-info h3{
    color: #676767;
    background: #FFF;
    padding:8px 12px;
}
.vescontentslider .banner-info p{
    line-height: 20px;
    margin: 4px 0;
    background: #FFF;
    padding:8px 12px;
}
.vescontentslider:hover .banner-info{
    display: block;

}
.vescontentslider .carousel-indicators{
    position:absolute;
    bottom:10px;
    left: 50%;
    margin: 0;
    width: auto;
}
.vescontentslider  .thumb-indicators li {
    text-indent:0; 
    display: block;
    float: left;
    height: 97px;
    margin: 3px;
    padding: 3px;
    width: 23%;
    z-index: 20;
}

.vescontentslider .caption-position-center {
    top:45%;
    left:45%;
}
.vescontentslider .caption-position-bottom {
    bottom:0px;
}
.vescontentslider .caption-position-left {
    left: 0px;
}
.vescontentslider .caption-position-right {
    right: 0px;
}
.bounce, .pulse, .floating, .tossing, .pullUp, .pullDown, .stretchLeft, .stretchRight{
    visibility: visible !important; 
}
/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/

/*
==============================================
slideDown
==============================================
*/


.active .slideDown{
    animation-name: slideDown;
    -webkit-animation-name: slideDown;  

    animation-duration: 1s; 
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;    
    -webkit-animation-timing-function: ease;    

    visibility: visible !important;                     
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }
    50%{
        transform: translateY(8%);
    }
    65%{
        transform: translateY(-4%);
    }
    80%{
        transform: translateY(4%);
    }
    95%{
        transform: translateY(-2%);
    }           
    100% {
        transform: translateY(0%);
    }       
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }
    50%{
        -webkit-transform: translateY(8%);
    }
    65%{
        -webkit-transform: translateY(-4%);
    }
    80%{
        -webkit-transform: translateY(4%);
    }
    95%{
        -webkit-transform: translateY(-2%);
    }           
    100% {
        -webkit-transform: translateY(0%);
    }   
}

/*
==============================================
slideUp
==============================================
*/


.active .slideUp{
    animation-name: slideUp;
    -webkit-animation-name: slideUp;    

    animation-duration: 1s; 
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;    
    -webkit-animation-timing-function: ease;

    visibility: visible !important;         
}

@keyframes slideUp {
    0% {
        transform: translateY(100%);
    }
    50%{
        transform: translateY(-8%);
    }
    65%{
        transform: translateY(4%);
    }
    80%{
        transform: translateY(-4%);
    }
    95%{
        transform: translateY(2%);
    }           
    100% {
        transform: translateY(0%);
    }   
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%);
    }
    50%{
        -webkit-transform: translateY(-8%);
    }
    65%{
        -webkit-transform: translateY(4%);
    }
    80%{
        -webkit-transform: translateY(-4%);
    }
    95%{
        -webkit-transform: translateY(2%);
    }           
    100% {
        -webkit-transform: translateY(0%);
    }   
}

/*
==============================================
slideLeft
==============================================
*/


.active  .slideLeft{
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;  

    animation-duration: 1s; 
    -webkit-animation-duration: 1s;

    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     

    visibility: visible !important; 
}

@keyframes slideLeft {
    0% {
        transform: translateX(150%);
    }
    50%{
        ransform: translateX(-8%);
    }
    65%{
        transform: translateX(4%);
    }
    80%{
        transform: translateX(-4%);
    }
    95%{
        transform: translateX(2%);
    }           
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(150%);
    }
    50%{
        -webkit-transform: translateX(-8%);
    }
    65%{
        -webkit-transform: translateX(4%);
    }
    80%{
        -webkit-transform: translateX(-4%);
    }
    95%{
        -webkit-transform: translateX(2%);
    }           
    100% {
        -webkit-transform: translateX(0%);
    }
}

/*
==============================================
slideRight
==============================================
*/


.active  .slideRight{
    animation-name: slideRight;
    -webkit-animation-name: slideRight; 

    animation-duration: 1s; 
    -webkit-animation-duration: 1s;

    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     

    visibility: visible !important; 
}

@keyframes slideRight {
    0% {
        transform: translateX(-150%);
    }
    50%{
        transform: translateX(8%);
    }
    65%{
        transform: translateX(-4%);
    }
    80%{
        transform: translateX(4%);
    }
    95%{
        transform: translateX(-2%);
    }           
    100% {
        transform: translateX(0%);
    }   
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(-150%);
    }
    50%{
        -webkit-transform: translateX(8%);
    }
    65%{
        -webkit-transform: translateX(-4%);
    }
    80%{
        -webkit-transform: translateX(4%);
    }
    95%{
        -webkit-transform: translateX(-2%);
    }           
    100% {
        -webkit-transform: translateX(0%);
    }
}

/*
==============================================
slideExpandUp
==============================================
*/


.active  .slideExpandUp{
    animation-name: slideExpandUp;
    -webkit-animation-name: slideExpandUp;  

    animation-duration: 1.6s;   
    -webkit-animation-duration: 1.6s;

    animation-timing-function: ease-out;    
    -webkit-animation-timing-function: ease -out;

    visibility: visible !important; 
}

@keyframes slideExpandUp {
    0% {
        transform: translateY(100%) scaleX(0.5);
    }
    30%{
        transform: translateY(-8%) scaleX(0.5);
    }   
    40%{
        transform: translateY(2%) scaleX(0.5);
    }
    50%{
        transform: translateY(0%) scaleX(1.1);
    }
    60%{
        transform: translateY(0%) scaleX(0.9);      
    }
    70% {
        transform: translateY(0%) scaleX(1.05);
    }           
    80%{
        transform: translateY(0%) scaleX(0.95);     
    }
    90% {
        transform: translateY(0%) scaleX(1.02);
    }   
    100%{
        transform: translateY(0%) scaleX(1);        
    }
}

@-webkit-keyframes slideExpandUp {
    0% {
        -webkit-transform: translateY(100%) scaleX(0.5);
    }
    30%{
        -webkit-transform: translateY(-8%) scaleX(0.5);
    }   
    40%{
        -webkit-transform: translateY(2%) scaleX(0.5);
    }
    50%{
        -webkit-transform: translateY(0%) scaleX(1.1);
    }
    60%{
        -webkit-transform: translateY(0%) scaleX(0.9);      
    }
    70% {
        -webkit-transform: translateY(0%) scaleX(1.05);
    }           
    80%{
        -webkit-transform: translateY(0%) scaleX(0.95);     
    }
    90% {
        -webkit-transform: translateY(0%) scaleX(1.02);
    }   
    100%{
        -webkit-transform: translateY(0%) scaleX(1);        
    }
}

/*
==============================================
expandUp
==============================================
*/


.active  .expandUp{
    animation-name: expandUp;
    -webkit-animation-name: expandUp;   

    animation-duration: 0.7s;   
    -webkit-animation-duration: 0.7s;

    animation-timing-function: ease;    
    -webkit-animation-timing-function: ease;        

    visibility: visible !important; 
}

@keyframes expandUp {
    0% {
        transform: translateY(100%) scale(0.6) scaleY(0.5);
    }
    60%{
        transform: translateY(-7%) scaleY(1.12);
    }
    75%{
        transform: translateY(3%);
    }   
    100% {
        transform: translateY(0%) scale(1) scaleY(1);
    }   
}

@-webkit-keyframes expandUp {
    0% {
        -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
    }
    60%{
        -webkit-transform: translateY(-7%) scaleY(1.12);
    }
    75%{
        -webkit-transform: translateY(3%);
    }   
    100% {
        -webkit-transform: translateY(0%) scale(1) scaleY(1);
    }   
}

/*
==============================================
fadeIn
==============================================
*/

.active  .fadeIn{
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn; 

    animation-duration: 1.5s;   
    -webkit-animation-duration: 1.5s;

    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     

    visibility: visible !important; 
}

@keyframes fadeIn {
    0% {
        transform: scale(0);
        opacity: 0.0;       
    }
    60% {
        transform: scale(1.1);  
    }
    80% {
        transform: scale(0.9);
        opacity: 1; 
    }   
    100% {
        transform: scale(1);
        opacity: 1; 
    }       
}

@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    60% {
        -webkit-transform: scale(1.1);
    }
    80% {
        -webkit-transform: scale(0.9);
        opacity: 1; 
    }   
    100% {
        -webkit-transform: scale(1);
        opacity: 1; 
    }       
}

/*
==============================================
expandOpen
==============================================
*/


.active  .expandOpen{
    animation-name: expandOpen;
    -webkit-animation-name: expandOpen; 

    animation-duration: 1.2s;   
    -webkit-animation-duration: 1.2s;

    animation-timing-function: ease-out;    
    -webkit-animation-timing-function: ease-out;    

    visibility: visible !important; 
}

@keyframes expandOpen {
    0% {
        transform: scale(1.8);      
    }
    50% {
        transform: scale(0.95);
    }   
    80% {
        transform: scale(1.05);
    }
    90% {
        transform: scale(0.98);
    }   
    100% {
        transform: scale(1);
    }           
}

@-webkit-keyframes expandOpen {
    0% {
        -webkit-transform: scale(1.8);      
    }
    50% {
        -webkit-transform: scale(0.95);
    }   
    80% {
        -webkit-transform: scale(1.05);
    }
    90% {
        -webkit-transform: scale(0.98);
    }   
    100% {
        -webkit-transform: scale(1);
    }                   
}

/*
==============================================
bigEntrance
==============================================
*/


.active  .bigEntrance{
    animation-name: bigEntrance;
    -webkit-animation-name: bigEntrance;    

    animation-duration: 1.6s;   
    -webkit-animation-duration: 1.6s;

    animation-timing-function: ease-out;    
    -webkit-animation-timing-function: ease-out;    

    visibility: visible !important;         
}

@keyframes bigEntrance {
    0% {
        transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
        opacity: 0.2;
    }
    30% {
        transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);        
        opacity: 1;
    }
    45% {
        transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
    60% {
        transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);     
        opacity: 1;
    }   
    75% {
        transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
    90% {
        transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);      
        opacity: 1;
    }   
    100% {
        transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }       
}

@-webkit-keyframes bigEntrance {
    0% {
        -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
        opacity: 0.2;
    }
    30% {
        -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);        
        opacity: 1;
    }
    45% {
        -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
    60% {
        -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);     
        opacity: 1;
    }   
    75% {
        -webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
        opacity: 1;
    }
    90% {
        -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);      
        opacity: 1;
    }   
    100% {
        -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }               
}

/*
==============================================
hatch
==============================================
*/

.active  .hatch{
    animation-name: hatch;
    -webkit-animation-name: hatch;  

    animation-duration: 2s; 
    -webkit-animation-duration: 2s;

    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;

    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%; 

    visibility: visible !important;     
}

@keyframes hatch {
    0% {
        transform: rotate(0deg) scaleY(0.6);
    }
    20% {
        transform: rotate(-2deg) scaleY(1.05);
    }
    35% {
        transform: rotate(2deg) scaleY(1);
    }
    50% {
        transform: rotate(-2deg);
    }   
    65% {
        transform: rotate(1deg);
    }   
    80% {
        transform: rotate(-1deg);
    }       
    100% {
        transform: rotate(0deg);
    }                                   
}

@-webkit-keyframes hatch {
    0% {
        -webkit-transform: rotate(0deg) scaleY(0.6);
    }
    20% {
        -webkit-transform: rotate(-2deg) scaleY(1.05);
    }
    35% {
        -webkit-transform: rotate(2deg) scaleY(1);
    }
    50% {
        -webkit-transform: rotate(-2deg);
    }   
    65% {
        -webkit-transform: rotate(1deg);
    }   
    80% {
        -webkit-transform: rotate(-1deg);
    }       
    100% {
        -webkit-transform: rotate(0deg);
    }       
}


/*
==============================================
bounce
==============================================
*/


.active  .bounce{
    animation-name: bounce;
    -webkit-animation-name: bounce; 

    animation-duration: 1.6s;   
    -webkit-animation-duration: 1.6s;

    animation-timing-function: ease;    
    -webkit-animation-timing-function: ease;    
    
    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;     
}

@keyframes bounce {
    0% {
        transform: translateY(0%) scaleY(0.6);
    }
    60%{
        transform: translateY(-100%) scaleY(1.1);
    }
    70%{
        transform: translateY(0%) scaleY(0.95) scaleX(1.05);
    }
    80%{
        transform: translateY(0%) scaleY(1.05) scaleX(1);
    }   
    90%{
        transform: translateY(0%) scaleY(0.95) scaleX(1);
    }               
    100%{
        transform: translateY(0%) scaleY(1) scaleX(1);
    }   
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0%) scaleY(0.6);
    }
    60%{
        -webkit-transform: translateY(-100%) scaleY(1.1);
    }
    70%{
        -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05);
    }
    80%{
        -webkit-transform: translateY(0%) scaleY(1.05) scaleX(1);
    }   
    90%{
        -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1);
    }               
    100%{
        -webkit-transform: translateY(0%) scaleY(1) scaleX(1);
    }       
}


/*
==============================================
pulse
==============================================
*/

.active  .pulse{
    animation-name: pulse;
    -webkit-animation-name: pulse;  

    animation-duration: 1.5s;   
    -webkit-animation-duration: 1.5s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.7;       
    }
    50% {
        ransform: scale(1);
        opacity: 1; 
    }   
    100% {
        transform: scale(0.9);
        opacity: 0.7;   
    }           
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;       
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1; 
    }   
    100% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;   
    }           
}

/*
==============================================
floating
==============================================
*/

.active  .floating{
    animation-name: floating;
    -webkit-animation-name: floating;

    animation-duration: 1.5s;   
    -webkit-animation-duration: 1.5s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0%);  
    }
    50% {
        transform: translateY(8%);  
    }   
    100% {
        transform: translateY(0%);
    }           
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);  
    }
    50% {
        -webkit-transform: translateY(8%);  
    }   
    100% {
        -webkit-transform: translateY(0%);
    }           
}

/*
==============================================
tossing
==============================================
*/

.active  .tossing{
    animation-name: tossing;
    -webkit-animation-name: tossing;    

    animation-duration: 2.5s;   
    -webkit-animation-duration: 2.5s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
    0% {
        transform: rotate(-4deg);   
    }
    50% {
        transform: rotate(4deg);
    }
    100% {
        transform: rotate(-4deg);   
    }                       
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-4deg);   
    }
    50% {
        -webkit-transform: rotate(4deg);
    }
    100% {
        -webkit-transform: rotate(-4deg);   
    }               
}

/*
==============================================
pullUp
==============================================
*/

.active  .pullUp{
    animation-name: pullUp;
    -webkit-animation-name: pullUp; 

    animation-duration: 1.1s;   
    -webkit-animation-duration: 1.1s;

    animation-timing-function: ease-out;    
    -webkit-animation-timing-function: ease-out;    

    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;         
}

@keyframes pullUp {
    0% {
        transform: scaleY(0.1);
    }
    40% {
        transform: scaleY(1.02);
    }
    60% {
        transform: scaleY(0.98);
    }
    80% {
        transform: scaleY(1.01);
    }
    100% {
        transform: scaleY(0.98);
    }               
    80% {
        transform: scaleY(1.01);
    }
    100% {
        transform: scaleY(1);
    }                           
}

@-webkit-keyframes pullUp {
    0% {
        -webkit-transform: scaleY(0.1);
    }
    40% {
        -webkit-transform: scaleY(1.02);
    }
    60% {
        -webkit-transform: scaleY(0.98);
    }
    80% {
        -webkit-transform: scaleY(1.01);
    }
    100% {
        -webkit-transform: scaleY(0.98);
    }               
    80% {
        -webkit-transform: scaleY(1.01);
    }
    100% {
        -webkit-transform: scaleY(1);
    }       
}

/*
==============================================
pullDown
==============================================
*/

.active  .pullDown{
    animation-name: pullDown;
    -webkit-animation-name: pullDown;   

    animation-duration: 1.1s;   
    -webkit-animation-duration: 1.1s;

    animation-timing-function: ease-out;    
    -webkit-animation-timing-function: ease-out;    

    transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;       
}

@keyframes pullDown {
    0% {
        transform: scaleY(0.1);
    }
    40% {
        transform: scaleY(1.02);
    }
    60% {
        transform: scaleY(0.98);
    }
    80% {
        transform: scaleY(1.01);
    }
    100% {
        transform: scaleY(0.98);
    }               
    80% {
        transform: scaleY(1.01);
    }
    100% {
        transform: scaleY(1);
    }                           
}

@-webkit-keyframes pullDown {
    0% {
        -webkit-transform: scaleY(0.1);
    }
    40% {
        -webkit-transform: scaleY(1.02);
    }
    60% {
        -webkit-transform: scaleY(0.98);
    }
    80% {
        -webkit-transform: scaleY(1.01);
    }
    100% {
        -webkit-transform: scaleY(0.98);
    }               
    80% {
        -webkit-transform: scaleY(1.01);
    }
    100% {
        -webkit-transform: scaleY(1);
    }       
}

/*
==============================================
stretchLeft
==============================================
*/

.active  .stretchLeft{
    animation-name: stretchLeft;
    -webkit-animation-name: stretchLeft;    

    animation-duration: 1.5s;   
    -webkit-animation-duration: 1.5s;

    animation-timing-function: ease-out;    
    -webkit-animation-timing-function: ease-out;    

    transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%; 
}

@keyframes stretchLeft {
    0% {
        transform: scaleX(0.3);
    }
    40% {
        transform: scaleX(1.02);
    }
    60% {
        transform: scaleX(0.98);
    }
    80% {
        transform: scaleX(1.01);
    }
    100% {
        transform: scaleX(0.98);
    }               
    80% {
        transform: scaleX(1.01);
    }
    100% {
        transform: scaleX(1);
    }                           
}

@-webkit-keyframes stretchLeft {
    0% {
        -webkit-transform: scaleX(0.3);
    }
    40% {
        -webkit-transform: scaleX(1.02);
    }
    60% {
        -webkit-transform: scaleX(0.98);
    }
    80% {
        -webkit-transform: scaleX(1.01);
    }
    100% {
        -webkit-transform: scaleX(0.98);
    }               
    80% {
        -webkit-transform: scaleX(1.01);
    }
    100% {
        -webkit-transform: scaleX(1);
    }       
}

/*
==============================================
stretchRight
==============================================
*/

.active  .stretchRight{
    animation-name: stretchRight;
    -webkit-animation-name: stretchRight;   

    animation-duration: 1.5s;   
    -webkit-animation-duration: 1.5s;

    animation-timing-function: ease-out;    
    -webkit-animation-timing-function: ease-out;    

    transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;        
}

@keyframes stretchRight {
    0% {
        transform: scaleX(0.3);
    }
    40% {
        transform: scaleX(1.02);
    }
    60% {
        transform: scaleX(0.98);
    }
    80% {
        transform: scaleX(1.01);
    }
    100% {
        transform: scaleX(0.98);
    }               
    80% {
        transform: scaleX(1.01);
    }
    100% {
        transform: scaleX(1);
    }                           
}

@-webkit-keyframes stretchRight {
    0% {
        -webkit-transform: scaleX(0.3);
    }
    40% {
        -webkit-transform: scaleX(1.02);
    }
    60% {
        -webkit-transform: scaleX(0.98);
    }
    80% {
        -webkit-transform: scaleX(1.01);
    }
    100% {
        -webkit-transform: scaleX(0.98);
    }               
    80% {
        -webkit-transform: scaleX(1.01);
    }
    100% {
        -webkit-transform: scaleX(1);
    }       
}

@media only screen and (max-width: 1200px){
    .vescontentslider .ves-caption h1 {
        font-size: 40px;
    }
}

/*=======================================================================*/
.categories{
background-image: url(http://demovenustheme.com/magento/ves_digital/media/wysiwyg/../images/banner-sidebar.png);
border-radius: 5px;
}
.categories ul{
padding: 20px 0 0 20px;
}
.categories ul li{
padding: 2px 0;
}
.categories ul li a{
color: white;
font-size: 1.2em;
}
/*=================================custom======================================*/
.slideUp h3{
font-size:36px;
}
.navbar-fixed-top{
z-index:9999!important;
top:0!important;
position: fixed!important;
}
