/* style.css */

/* ----------------------------------
  1. Reset default browser styles
  2. Global
  3. General classes
  4. Typography
  5. Header
  6. Content Elements
  7. UI Elements
      7.1. Buttons
      7.2. Forms
          7.2.1. Inputs & Textarea
          7.2.2. Label & Legend
          7.2.3. Checkbox & Radio
          7.2.4. Select
          7.2.5. Fieldset
          7.2.6. Form variations
      7.3. Tables
      7.4. Lists
      7.5. Blockquotes
      7.6. Dividers
  8. Widgets & Shortcodes
      8.1. Twitter Feed
      8.2. Instagram Feed
      8.3. LightBox
      8.5. Accordions & Toggles
      8.6. Alert boxes
      8.7. Callouts
      8.8. Pagination
      8.9. Dropcaps
      8.10. Icon Boxes
      8.11. Testimonials
      8.12. Carousel Sliders
      8.13. Progress Bars
      8.14. Pricing Tables
      8.15. Counters
      8.16. Tabs & Tour Sections
      8.17. Isotope
      8.18. Team Members
      8.19. Google Map
      8.20. Services
      8.21. Countdown
      8.22. Audio Player
  9. Blog
      9.1. Entries
  10. Portfolio
  11. Shop
  12. Sidebar
  13. Footer
-------------------------------------*/


/* -----------------------------------

  1. Reset default browser styles

------------------------------------- */

@viewport{user-zoom: fixed;}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

iframe{width: 100%;}

b, strong{font-weight: bold !important;}

ul,
ol{
  list-style: none;
}

q{quotes: none;}

table, table td{ 
  padding: 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

img{
  /*vertical-align: top; 
  max-width: 100%;

  -webkit-backface-visibility: hidden; 
  -ms-transform: translateZ(0); 
  -webkit-transform: translateZ(0); 
  transform: translateZ(0);*/
}

embed{ vertical-align: top;}

/*input,
button{
  -webkit-appearance: none;
  outline: none;
}*/

button{
  cursor: pointer;
  font-family: inherit;
}

button::-moz-focus-inner{border: 0;}

html{
  overflow-x: hidden;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,body{height: 100%;}

/* -----------------------------------

  2. Global 

------------------------------------- */

body{
  font: 16px/26px 'Lato', sans-serif;
  color: #777;
  position: relative;
}

.loader{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
}

.wrapper-container{
  position: relative;
  overflow: hidden;
}

::selection{
  background: #565656;
  color: #fff;
}

::-moz-selection{
  background: #565656;
  color: #fff; 
}

::-o-selection{
  background: #565656;
  color: #fff; 
}

::-ms-selection{
  background: #565656;
  color: #fff;
}

.selected-type-1{
  background: #565656;
  color: #fff;
}

img{
  /*-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;*/
}

.clearfix:after,
.row:after{
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #999;
  -webkit-transition:text-indent .5s ease,color .5s ease;
}

input::-moz-placeholder,
textarea::-moz-placeholder{
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #999;
  opacity: 1;
  -webkit-transition:text-indent .5s ease,color .5s ease;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{ 
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #999;
  opacity: 1;
  -webkit-transition:text-indent .5s ease,color .5s ease;
}

[placeholder]:focus::-webkit-input-placeholder{
  text-indent:10em;
  color:transparent;
}

[placeholder]:focus::-webkit-textarea-placeholder{
  text-indent:10em;
  color:transparent;
}

/* ------------------------------------------------------
  
  3. General classes
  
------------------------------------------------------ */

.wrapper{overflow: hidden;}

.relative{position: relative;}

.align-left{text-align: left;}

.align-center{text-align: center;}

.align-right{text-align: right;}

.f-left{float: left;}

.f-right{float: right;}

.hide{display: none;}

.show{display: block;}
.show.collapse{display: block;}

.invisible{visibility: hidden;}

img[class*="align"]{
  margin-bottom: 15px;
  max-width: 50%;
}

img.alignleft{
  float: left;
  margin-right: 30px;
}

img.alignright{
  float: right;
  margin-left: 30px;
}

.page-content-wrap{padding: 112px 0;}

.page-content-wrap.no-bts{
  padding-bottom: 0;
}

[class*="page-section"]{padding: 112px 0;}

[class*="page-section"].size2{padding: 70px 0;}

[class*="page-section"].size3{padding: 50px 0;}

[class*="page-section"].no-offset{padding: 0}

.page-section-bg{background: #f7f7f7;}

.page-section-bg2{background: #630e1d;}

.page-section-bg3{background: #a3172f;}

.content-element:not(:last-child){margin-bottom: 112px;}

.content-element1:not(:last-child){margin-bottom: 14px;}

.content-element2:not(:last-child){margin-bottom: 20px;}

.content-element3:not(:last-child){margin-bottom: 26px;}

.content-element4:not(:last-child){margin-bottom: 39px;}

.content-element5:not(:last-child){margin-bottom: 52px;}

.content-element6:not(:last-child){margin-bottom: 60px;}

.content-element7:not(:last-child){margin-bottom: 70px;}

.extra-wide{width: 100%;}

.flex-row{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.flex-row[class*="item-col-"]:not(.no-gutters){
  margin: -30px -15px 0;
}

.flex-row[class*="item-col-"]:not(.no-gutters) > *{
  padding: 30px 15px 0;
}

.item-col-1 > *{
  width: 100%;
}

.item-col-2 > *{
  width: 50%;
}

.item-col-3 > *{
  width: 33.3333%;
}

.item-col-4 > *{
  width: 25%;
}

.item-col-5 > *{
  width: 20%;
}

.item-col-6 > *{
  width: 16.6666%;
}

.flex-row.flex-center{
  align-content: center;
}

.flex-row.flex-justify{
  justify-content: space-between;
}

.row:not(.col-no-space){
  /*margin-bottom: -56px;*/
}

.row:not(.col-no-space) > [class*="col"] {
  /*padding-bottom: 56px;*/
}

.row.row-wide{
  margin-left: -35px;
  margin-right: -35px;
}

.row.row-wide > [class*="col"]{
  padding-left: 35px;
  padding-right: 35px;
}

.full-width{
  width: 100%;
  max-width: 100%;
}

.wrapper-container.page-full-height{
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.wrapper-container.page-full-height #content{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
}

/* Responsive iframe */

.responsive-iframe{
  position: relative;
  z-index: 1;
  height: 0px;
  padding-bottom: 56.2%;
}

.responsive-iframe > iframe{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* -----------------------------------

  4. Typography

------------------------------------- */

h1,h2,h3,h4,h5,h6{
  font-family: 'Lora', serif;
  color: #333;
  font-style: italic;
  line-height: 1.25em;
  font-weight: normal;
}

h1{
  font-size: 60px;
  line-height: 70px;
}

h2{
  font-size: 48px;
  line-height: 60px;
}

h3{
  font-size: 36px;
  line-height: 54px;
}

h4{
  font-size: 30px;
  line-height: 28px;
}

h5{
  font-size: 24px;
  line-height: 28px;
}

h6{
  font-size: 18px;
  line-height: 28px;
}

h1:not(:last-child){
  margin-bottom: 25px;
}

h2:not(:last-child){
  margin-bottom: 56px;
}

h3:not(:last-child){
  margin-bottom: 26px;
}

h4:not(:last-child){
  margin-bottom: 26px;
}

h5:not(:last-child){
  margin-bottom: 13px;
}

h6:not(:last-child){
  margin-bottom: 13px;
}

p{
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.3px;
}

p:not(:last-child){
  margin-bottom: 28px;
}

.fw-medium{
  font-weight: 600;
}

.tt-up{
  text-transform: uppercase;
}

a{
  margin: 0;
  padding: 0;
  font-size: 100%;
  outline: none;
  text-decoration: none;
  background: transparent;
  vertical-align: baseline;
}

a, a > *{
  text-decoration: none;
  outline: none !important;
}

a{
  color: #333;
}

a,
button{
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}

a.link-text:hover{
  color: #b01933!important;
}

[class^="icon-"]:before, 
[class*="icon-"]:before{
  width: auto;
  margin: 0;
  padding: 0;
}

[class*="cicon-"]{
  line-height: 1em;
}

.section-title-2:not(:last-child),
h2.title:not(:last-child),
.section-title:not(:last-child),
.title-holder:not(:last-child){
  margin-bottom: 56px;
}

h2.title2:not(:last-child){
  margin-bottom: 37px;
}

.pre-title{
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h3.title{
  line-height: 42px;
}

h5.title:not(:last-child){
  margin-bottom: 28px;
}

.color2{
  color: #b01933;
}

.pre-title:not(:last-child){
  margin-bottom: 10px;
}

.text-size-big{
  font-size: 24px;
  line-height: 43px;
}

.text-size-medium{
  font-size: 18px;
  line-height: 30px;
}

.text-size-small{
  font-size: 16px;
  line-height: 26px;
}

.text-size-small:not(:last-child){
  margin-bottom: 14px;
}

.text-light .title,
.text-light .title2,
.text-light p,
.text-light .btn.btn-style-3{
  color: #fff;
}

/* Tooltips */

.tooltips a{
  position: relative;
}

.tooltip{
  position:absolute;
  display:block;
  background:#630e1d;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  opacity:0;
  visibility: hidden;
  white-space: nowrap;
  z-index: 5;
  border-radius: 2px;

  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

a.top-tooltip .tooltip{
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  -webkit-transform: translate(-50%,-15px);
  -moz-transform: translate(-50%,-15px);
  -o-transform: translate(-50%,-15px);
  -ms-transform: translate(-50%,-15px);
  transform: translate(-50%,-15px);
}

a.left-tooltip .tooltip{
  top: 50%;
  right: 100%;
  margin-right: 5px;
  -webkit-transform: translate(-15px,-50%);
  -moz-transform: translate(-15px,-50%);
  -o-transform: translate(-15px,-50%);
  -ms-transform: translate(-15px,-50%);
  transform: translate(-15px,-50%);
}

a.right-tooltip .tooltip{
  top: 50%;
  left: 100%;
  margin-left: 9px;
  -webkit-transform: translate(15px,-50%);
  -moz-transform: translate(15px,-50%);
  -o-transform: translate(15px,-50%);
  -ms-transform: translate(15px,-50%);
  transform: translate(15px,-50%);
}

a.bottom-tooltip .tooltip{
  top: 100%;
  left: 50%;
  margin-top: 5px;
  -webkit-transform: translate(-50%,15px);
  -moz-transform: translate(-50%,15px);
  -o-transform: translate(-50%,15px);
  -ms-transform: translate(-50%,15px);
  transform: translate(-50%,15px);
}

a.top-tooltip:hover .tooltip{
  -webkit-transform: translate(-50%,0px);
  -moz-transform: translate(-50%,0px);
  -o-transform: translate(-50%,0px);
  -ms-transform: translate(-50%,0px);
  transform: translate(-50%,0px);
}

a.left-tooltip:hover .tooltip{
   -webkit-transform: translate(0px,-50%);
  -moz-transform: translate(0px,-50%);
  -o-transform: translate(0px,-50%);
  -ms-transform: translate(0px,-50%);
  transform: translate(0px,-50%);
}

a.right-tooltip:hover .tooltip{
   -webkit-transform: translate(0px,-50%);
  -moz-transform: translate(0px,-50%);
  -o-transform: translate(0px,-50%);
  -ms-transform: translate(0px,-50%);
  transform: translate(0px,-50%);
}

a.bottom-tooltip:hover .tooltip{
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
}

.tooltips a .tooltip:after{
  position:absolute;
  content:"";
  width:0;
  height:0;
}

a.top-tooltip .tooltip:after{
  border-left:7px solid transparent;
  border-top:5px solid #630e1d;
  border-right:7px solid transparent;
  top: 100%;
  left:50%;
  margin-left:-7px;
}

a:hover .tooltip{
  opacity: 1;
  visibility: visible;
}

.tooltips a:hover{text-decoration: none;}

.tooltips a.left-tooltip .tooltip:after{
  border-top: 7px solid transparent;
  border-left: 5px solid #630e1d;
  border-bottom: 7px solid transparent;
  top: calc(50% - 7px);
  left: 100%;
}

.tooltips a.right-tooltip .tooltip:after{
  border-top: 7px solid transparent;
  border-right: 5px solid #630e1d;
  border-bottom: 7px solid transparent;
  right: 100%;
  top: calc(50% - 7px);
}

.tooltips a.bottom-tooltip .tooltip:after{
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 5px solid #630e1d;
  border-top: none;
  bottom: 100%;
  left: calc(50% - 7px);
}

/* -----------------------------------

  5. Header

------------------------------------- */

.header.fixed-header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.1);
}

.header.sticky-header.clone-fixed{
  position: fixed;
  transition: 0.5s top cubic-bezier(.3, .73, .3, .74);
  opacity: 0;
}

.header.fixed-header.sticky-header.clone-fixed{
  background: #333;
}

.header{
  position: relative;
  top: 0;
  z-index: 9;
  width: 100%;
  background: transparent;
  background: #333;
}

.header .top-header{
  position: relative;
  padding: 30px 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

  .header:not(.style-2):not(.style-3) .logo{
    position: absolute;
    top: 0;
    left: 60px;
    display: inline-block;
  }

  .header-btns{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin: -15px -15px;
  }

  .header-btns > .head-btn{
    padding: 15px 15px;
  }

/* Header 2 */

.header.style-2,
.header.style-2.sticky-header.clone-fixed{
  background: #fff;
}

.header.style-2 .logo{
  position: relative;
  left: auto;
  top: auto;
  display: block;
  min-width: 150px;
}

.header.style-2 .main-navigation ul.menu > li > a,
.header.style-2 button.search-button, 
.header.style-2 .shop-cart .sc-cart-btn{
  color: #333;
}

/* Header 3 */

.header.style-3.sticky-header.clone-fixed .top-header{
  display: none;
}

.header.style-3{
  position: relative;
  background: #fff;
}

.header.style-3.wide .top-header{
  padding: 26px 60px;
}

.header.style-3 .top-header{
  padding: 26px 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header.style-3 .top-header .top-head-col > *:not(:last-child),
.header.style-3 .top-header .header-btns > .head-btn:not(:last-child){
  margin-bottom: 13px;
}

.header.style-3 .top-header .header-btns{
  display: block;
  margin: 0;
  text-align: right;
}

.header.style-3 .top-header .header-btns > .head-btn{
  padding: 0;
}

.header-actions > a{
  color: #999;
  font-size: 14px;
  line-height: 18px;
}

.header-actions > a:not(:last-child){
  border-right: 1px solid #999;
  padding-right: 8px;
  margin-right: 7px;
}

.header-actions > a:hover{
  color: #333;
}

.header.style-3 .menu-holder{
  background: #565656;
  text-align: center;
  padding-left: 0;
  padding: 15px 0;
}

/* Header 4 */

.header.style-4.sticky-header.clone-fixed .top-header{
  display: none;
}

.header.style-4.sticky-header.clone-fixed .menu-wrap{
  padding-left: 0;
}

.header.style-4{
  position: relative;
  background: #fff;
}

.header.style-4 .top-header{
  border-bottom: 1px solid #e0e0e0;
  display: block;
  padding: 0;
}

.header.style-4 .top-header .top-head-menu{
  padding: 8px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header.style-4 .top-header .container{
  position: relative;
}

.header.style-4 .top-header .logo{
  left: 15px;
}

.header.style-4 .menu-holder{
  padding: 26px 0;
}

.header.style-4 .menu-holder .menu-wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header.style-4 .main-navigation ul.menu{
  margin: 0 -20px;
}

.header.style-4 .main-navigation ul > li > a{
  color: #333;
}

.header.style-4 button.search-button{
  color: #333;
}

.header.style-4 .top-header .top-head-menu,
.header.style-4 .menu-wrap{
  padding-left: 230px;
}

.header.style-4.wide .top-header .logo{
  left: 60px;
}

.header.style-4.wide .container{
  max-width: 100%;
  padding: 0 60px;
}

/* Main Navigation */

.menu-holder{
  padding-left: 200px;
}

.main-navigation{
  display: inline-block;
  text-align: left;
  position: relative;
}

.main-navigation ul.menu{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.main-navigation ul.menu > li{
  position: relative;
  margin: 0 20px;
  font-size: 16px;
}

.main-navigation ul.menu > li > a{
  color: #fff;
  text-transform: uppercase;
  display: block;
  position: relative;
  line-height: 18px;
  border-bottom: 1px solid transparent;
}

.searchform-wrap.opened, 
.main-navigation li:hover > .sub-menu-wrap{
  opacity: 1;
  visibility: visible;
}

  .main-navigation ul.menu > li.current > a,
  .main-navigation ul.menu > li:hover > a{
    border-bottom-color: inherit;
  }

  .sub-menu-wrap li{
    position: relative;
  }

  /*.sub-menu-wrap ul li:hover > a,
  .sub-menu-wrap ul li.current > a,
  .sub-menu-wrap.mega-menu ul li.current a,
  .sub-menu-wrap.mega-menu ul li:hover a{
    background: #676766;
  }
*/
  .sub-menu-wrap li:hover > a,
  .sub-menu-wrap li.current > a,
  .sub-menu-wrap.mega-menu li.current a,
  .sub-menu-wrap.mega-menu li:hover a{
    background: #676766;
  }

  .main-navigation ul.menu > li.dropdown > a:after{
    font-family: 'fontello';
    /*content: '\e8e7';*/
    margin-left: 10px;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
  }

  .sub-menu-wrap{
    position: absolute;
    left: -20px;
    top: 100%;
    min-width: 260px;
    background: #565656;
    padding: 20px 0;
    border-radius: 3px;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;

    -webkit-transition: -webkit-transform .3s ease, opacity .3s ease, visibility .3s ease;
    transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
    -webkit-transform: translate3d(-15px, 15px, 0);
    -moz-transform: translate3d(-15px, 15px, 0);
    -o-transform: translate3d(-15px, 15px, 0);
    -ms-transform: translate3d(-15px, 15px, 0);
    transform: translate3d(-15px, 15px, 0);
  }

  .sub-menu-wrap:before{
    content: '';
    bottom: 100%;
    width: 100%;
    left: 0;
    height: 20px;
    display: block;
    position: absolute;
    background: transparent;
  }

/*  .sub-menu-wrap .sub-menu-wrap.sub-menu-inner{*/
  .sub-menu-wrap.sub-menu-inner{
    left: 100%;
    top: 0;
    margin-left: 2px;
    margin-top: -20px;
  }

  .sub-menu-wrap.sub-menu-inner:before{
    right: 100%;
    left: auto;
    width: 2px;
    top: 0;
    bottom: auto;
    height: 100%;
  }

/*  .main-navigation ul > li:hover > .sub-menu-wrap:not(.sub-menu-inner), 
  .sub-menu-wrap ul li:hover .sub-menu-wrap.sub-menu-inner{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }*/
  .main-navigation ul > li:hover > .sub-menu-wrap:not(.sub-menu-inner), 
  .sub-menu-wrap li:hover .sub-menu-wrap.sub-menu-inner{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }

    .sub-menu-wrap li a{
      display: block;
      white-space: pre;
      position: relative;
      font-size: 16px; 
      line-height: 1em;
      letter-spacing: 0.5px;
      padding: 13px 40px 13px 28px;
      color: #fff;
    }

    .sub-menu-wrap li.sub > a:after{
      font-family: 'linearicons';
      content: '\e93c';
      font-size: 10px;
      position: absolute;
      right: 28px;
    }

    .main-navigation ul > li.has-megamenu{
      position: static;
    } 

      .sub-menu-wrap.mega-menu{
        min-width: auto;
        left: 0;
        padding: 28px 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
      }

        .sub-menu-wrap.mega-menu .row{
          margin: 0;
          flex-wrap: nowrap;
        }

        .sub-menu-wrap.mega-menu .mega-title{
          text-transform: uppercase;
          color: #fff;
          letter-spacing: 0.5px;
          padding-left: 28px;
        }

        .sub-menu-wrap.mega-menu .mega-title:not(:last-child){
          margin-bottom: 13px;
        }

        .sub-menu-wrap.mega-menu li a{
          padding: 13px 28px;
          background: none;
          color: #fff;
        }

.responsive-nav-button{
  display: none;
  text-align: center;
  color: #fff;
  font-size: 23px;
  z-index: 2;
  border-radius: 0;
  background: transparent;

  -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.header.style-4 .responsive-nav-button,
.header.style-2 .responsive-nav-button{
  color: #333;
} 

.responsive-nav-button:before{
  font-family: 'linearicons';
  content: "\e92b";
}

#wrapper #advanced-menu-hide{
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
 -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.menu-button-wrap{
  text-align: right;
  padding: 10px 0;
}

.mobile-advanced{display: none;}

/* Search and Shopping cart buttons */

.dropdown-list,
.dropdown-window{
  position: absolute;
  top: 100%;
  right: -15px;
  padding: 0;
  min-width: 100px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  border-radius: 3px;
  overflow: hidden;
  
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.dropdown-window{
  -webkit-transform: scale3d(.85, .85, .85);
      -ms-transform: scale3d(.85, .85, .85);
          transform: scale3d(.85, .85, .85);
}

.dropdown-window.opened{
  opacity: 1;
  visibility: visible;

  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.search-holder,
.shop-cart{
  display: inline-block;
}

button.search-button,
.shop-cart .sc-cart-btn{
  font-family: 'Linearicons';
  font-size: 20px;
  line-height: 28px;
  background: none;
  color: #fff;
}

button.search-button:before{content: "\e922";}

  .searchform-wrap .vc-child form input{
    background-color: #fff;
    border: none;
    color: #222;
    height: 52px;
  }

  .close-search-form,
  .close-popup{
    background-color: transparent;
    position: absolute;
    font-family: 'linearicons';
    left: 100%;
    margin-left: 20px;
    font-size: 20px;
    color: #f4f4f5;
    z-index: 99;
    font-weight: normal;
    display: inline-block;
    top: 50%;
    margin-top: -13px;

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  .close-search-form:hover,
  .close-popup:hover{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg);

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  .close-search-form:before,
  .close-popup:before{
    content: '\e92a';
  }

  .searchform-wrap{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: none;
    display: block;
    background: rgba(31,25,31,0.8);
    text-align: center;
    z-index: 201;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;

    opacity: 0;
    visibility: hidden;
  }

  .searchform-wrap.opened{
    opacity: 1;
    visibility: visible;
  }

    .searchform-wrap .vc-child{
      width: 710px;
      display: inline-block;
      position: relative;
      margin-top: 20%;
    }

    .searchform-wrap form,
    .search-holder form{
      position: relative;
    }

    .searchform-wrap form input{
      padding-right: 60px;
    }

    .searchform-wrap form button,
    .search-holder form button{
      color: #333;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
    }

    .searchform-wrap form input:not([type="submit"]):focus,
    .searchform-wrap form textarea:focus{
      border-color: transparent;
      box-shadow: none;
    }

/* Navigation Bar */

.navbar-wrap.wrap-bg:after{
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(0,0,0,0.7);
}

.nav-bttn{
  font-size: 20px;
  background-color: transparent;
  color: #333;
  font-family: 'linearicons';
}

.nav-bttn:before{
  content: "\e92b";
}

.nav-bttn.close-bttn:before{
  content: "\e92a";
}

.navbar-menu .close-bttn{
  position: absolute;
  top: 45px;
  right: 60px;
  font-size: 30px;
  color: #e0e0e0;
}

.navbar-menu .close-bttn:hover{
  color: #333;
}

.nav-menu.type-hr ul{
  margin: 0 -20px -10px;
  font-size: 0;
}

  .nav-menu ul > li{
    font-size: 14px;
    font-weight: 500;
  }

  .nav-menu.type-hr ul > li{
    margin: 0 20px 10px;
    display: inline-block;
  }

  .nav-menu ul > li > a{
    position: relative;
    letter-spacing: 0.8px;
    white-space: nowrap;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
  }

  .nav-menu ul > li > a:before,
  .page-nav-menu > ul > li > a:before{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
  }

  .nav-menu ul > li a:hover:before,
  .nav-menu ul > li.current > a:before,
  .page-nav-menu > ul > li.current > a:before{
    width: 100%;
  }

.navbar-menu{
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #fff;
  max-width: 515px;
  z-index: 99;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;

  webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.navbar-menu.open-navbar{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

  .navbar-menu .nav-menu{
    opacity: 0;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: all 0.5s 0.7s ease;
    -o-transition: all 0.5s 0.7s ease;
    transition: all 0.5s 0.7s ease;
  }

  .navbar-menu.open-navbar .nav-menu{
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }

    .navbar-menu .nav-inner{
      padding: 120px 65px;
      display: block;
    }

    .navbar-menu .nav-menu > ul li{
      font-size: 18px;
      text-transform: uppercase;
      line-height: 48px;
    }

    .navbar-menu .nav-menu > ul > li.sub-menu > ul{
      display: none;
      padding-left: 15px;
    }

    .navbar-menu .nav-menu > ul > li.sub-menu.active > ul{
      display: block;
    }

      .navbar-menu .nav-menu > ul > li.sub-menu > ul > li{
        font-size: 16px;
      }

    .navbar-menu .nav-menu > ul > li.sub-menu > a:after{
      font-family: 'Linearicons';
      content: "\e93a";
      display: inline-block;
      margin-left: 20px;
      font-size: 24px;
      vertical-align: -3px;
    }

      .navbar-menu .nav-menu > ul > li a{
        color: #202732;
        display: inline-block;
        line-height: 18px;
      }

  .navbar-menu .logo:not(:last-child){
    margin-bottom: 40px;
  }

  .navbar-menu p{
    font-size: 16px;
    line-height: 26px;
  }

  .navbar-menu .widget-title,
  .navbar-menu .title{
    font-weight: bold;
  }

  .navbar-menu p:not(:last-child),
  .navbar-menu .menu-list:not(:last-child),
  .navbar-menu .portfolio-holder:not(:last-child),
  .navbar-menu .widget:not(:last-child){
    margin-bottom: 60px;
  }

  .navbar-menu .title:not(:last-child){
    margin-bottom: 38px;
  }

  .navbar-menu .flex-row[class*="item-col-"]:not(.no-gutters){
    margin: -20px -10px 0;
  }

  .navbar-menu .flex-row[class*="item-col-"]:not(.no-gutters) > *{
    padding: 20px 10px 0;
  }

  .navbar-menu .social-icons.style-2 > li > a{
    color: #999;
  }

  .navbar-menu .social-icons.style-2 > li > a:hover{
    color: #333;
  }

/* ------------------------------------------------------
    
    6. Content Elements
    
------------------------------------------------------ */

#content{
  position: relative;
}

/* Brand box */

.brand-holder .brand-item{
  opacity: 0.7;
  display: inline-block;
}

.brand-holder .brand-item:hover{
  opacity: 1;
}

/* Backgrounds */

.parallax-section{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.parallax-section.with-bg-back{
  z-index: 1;
  position: relative;
}

.parallax-section.with-bg-back:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,.7);
  z-index: -1;
  display: none;
}

/* Half cols bg */

.half-bg-col{
  position: relative;
}

.half-bg-col{
  padding: 150px 0;
}

.half-bg-col.size2{
  padding: 112px 0;
}

.half-bg-col.size3{
  padding: 112px 0;
}

.half-bg-col .row{
  margin-left: -35px;
  margin-right: -35px;
}

.half-bg-col .row > [class*="col-"]{
  padding-right: 35px;
  padding-left: 35px;
}

.col-bg{
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

[class*="img-col"]{
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}

.img-col-left{
  left: 0;
}

.img-col-right{
  right: 0;
}

/* Breadcrumbs */

.breadcrumbs-wrap{
  padding: 56px 15px;
  background: #f7f7f7;
  text-align: center;
}

.breadcrumbs-wrap.left-side{
  text-align: left;
}

.breadcrumbs-wrap.no-title{
  padding: 13px 0 12px;
}

  .breadcrumbs-wrap .page-title:not(:last-child){
    margin-bottom: 10px;
  }

  .breadcrumbs-wrap .page-title{
    font-weight: 400;
    font-style: italic;
  }

  .breadcrumbs-wrap .breadcrumbs{
    color: #999;
    font-size: 16px;
  }

  .breadcrumbs-wrap .breadcrumbs > li{
    display: inline-block;
  }

    .breadcrumbs-wrap .breadcrumbs > li > a{
      color: #333;
    }

    .breadcrumbs-wrap .breadcrumbs > li > a:hover{
      text-decoration: underline;
    }

    .breadcrumbs > li:not(:first-child):before{
      content: "/";
      display: inline-block;
      color: #999;
      margin-right: 3px;
    }

.breadcrumbs-wrap.style-2{
  background: #333;
}

.breadcrumbs-wrap.style-2:not(.align-center){
  text-align: left;
}

  .breadcrumbs-wrap.style-2 .breadcrumbs > li > a,
  .breadcrumbs-wrap.style-2 .page-title{
    color: #fff;
  }

.breadcrumbs-wrap.style-3{
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 174px 0 56px;
}

.breadcrumbs-wrap.no-title.style-3{
  padding: 128px 0 13px;
}

  .breadcrumbs-wrap.style-3 .page-title,
  .breadcrumbs-wrap.style-3 .breadcrumbs > li > a{
    color: #fff;
  }

/* Cookies */

.cookies{
  background: rgba(42,44,50,0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 25px 0;
  color: #fff;
}

  .cookies span:before{
    content: '\e955';
    font-family: 'Linearicons';
    font-size: 24px;
    display: inline-block;
    margin-right: 10px;
  }

  .cookies .btn{
    margin: 0 2px;
  }

/* Banners */

/* Revolution slider */

.tparrows{
  background: none;
  width: auto;
  height: auto;
}

.tparrows:before{
  font-family: 'Linearicons';
  font-size: 48px;
  color: #fff;
  opacity: 0.6;

  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease;
}

.tparrows:hover{background: none;}

.tparrows:hover:before{
  opacity: 1;
  background: none;
}

  .tparrows.tp-leftarrow:before{
    content: '\e93b';
  }

  .tparrows.tp-rightarrow:before{
    content: '\e93c';
  }

.tp-bullet, 
.tp-bullet.selected, 
.tp-bullet:hover{
    background: none;
    height: auto;
    width: auto;
}

.circle-bullet,
.owl-dots .owl-dot{
  display: block;
  background: #fff;
  border-radius: 50%;
  opacity: 0.8;

  -webkit-transition: all .35s ease;
          transition: all .35s ease;
}

.tp-bullet.selected .circle-bullet,
.owl-dots .owl-dot.active{
  width: 12px;
  height: 12px;
}

[class*="scaption"]{
  font-size: 18px;
  line-height: 24px;
}

[class*="scaption"] p{
  font-size: 24px;
  line-height: 34px;
}

[class*="scaption-white"],
[class*="scaption-white"] .btn{
  color: #fff!important;
}

[class*="scaption"][class*="-large"],
[class*="scaption"][class*="-medium"]{
  font-family: 'Lora', sans-serif;
  font-weight: bold;
  font-style: italic;
}

[class*="scaption"][class*="-large"]{
  font-size: 72px;
  line-height: 78px;
  letter-spacing: 0;
}

[class*="scaption"][class*="-medium"]{
  font-size: 59px;
  line-height: 60px;
  letter-spacing: 2px;
}

[class*="scaption"][class*="-large2"]{
  font-size: 64px;
  line-height: 70px;
  letter-spacing: 1px;
}

[class*="scaption"][class*="-small"]{
  font-size: 37px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

[class*="scaption"][class*="-small2"]{
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  letter-spacing: -0.1px;
  text-transform: none;
}

/* Video section */

.video-holder{
  position: relative;
  display: block;
}

  .video-holder img{
    width: 100%;
  }

  .video-holder .video-btn{
    position: absolute;
    display: block;
    top: 50%;
    border: 2px solid #fff;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    left: 50%;
    margin-left: -50px;
    background: rgba(255,255,255,0.2);
    text-align: center;
    line-height: 90px;
    z-index: 2;
  }

  .video-holder .video-btn:after{
    content: '';
    width: 0;
    height: 0;
    font-size: 0;
    margin-left: 10px;
    border-top: 20px solid transparent;
    border-left: 31px solid #fff;
    border-bottom: 20px solid transparent; 
  }

/* Page 404 */

.page-404-section{
  position: relative;
  padding: 112px 0;
  text-align: center;
}

  .page-404-section p.text-size-big{
    color: #333;
  }

  .page-404-section .title{
    font-size: 400px;
    line-height: 270px;
    color: #b01933;
  }

  .page-404-section .title:not(:last-child){
    margin-bottom: 60px;
  }

    .page-404-section p a{
      color: #333;
    }

  .page-404-section form input{
    min-width: 360px;
    height: 56px;
  }

  .page-404-section form .btn{
    margin-left: 5px;
  }

/* Coming soon */

.coming-soon{
  text-align: center;
  padding: 130px 0 280px;
}

.coming-soon .title{
  font-weight: bold;
  color: #b01933;
  line-height: 60px;
  font-size: 62px;
}

.coming-soon .title:not(:last-child){
  margin-bottom: 80px;
}

.coming-soon p{
  color: #333;
}

/* -----------------------------------

  7. UI Elements

------------------------------------- */

  /*----------- Buttons --------------*/

  .btn{
    /*padding: 7px 30px;*/
    display: inline-block;
    /*font-size: 13px;*/
    border-radius: 3px;
    text-transform: uppercase;
    /*background: transparent;
    color: #565656;*/
    white-space: nowrap;
    text-align: center;
    line-height: 24px;
    letter-spacing: 0.5px;
  }

 /* .btn:not(.btn-small){
    border: 2px solid #8f8e8c;
  } */

  .btn:hover{
    border-color: #565656;
  }

  [class*="btn"].btn-small{
    font-weight: 900;
    font-size: 14px;
    background: none!important;
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid transparent;
  }

  [class*="btn"].btn-small:hover{
    border-bottom-color: inherit;
  }

  .btn-big{
    padding: 14px 30px;
    font-size: 16px;
  }

  .btn-lg{
    padding: 21px 30px;
    font-size: 18px;
  }

  [class*="btn"].btn-icon i{
    font-size: 18px;
    margin-right: 10px;
    line-height: 10px;
  }

  .btn-small.btn-icon i{
    font-size: 14px;
  }

  .btn-big.btn-icon i{
    font-size: 20px;
  }

  [class*="btn"]:not(.btn-small).btn-style-2{
    border-color: #b01933;
    color: #630e1d;
  }

  [class*="btn"]:not(.btn-small).btn-style-2:hover{
    border-color: #630e1d;
  }

  [class*="btn"]:not(.btn-small).btn-style-3{
    color: #8f8e8c;
    border-color: #c9c9c9;
  }

  [class*="btn"]:not(.btn-small).btn-style-3:hover{
    border-color: #8f8e8c;
  }

  [class*="btn"]:not(.btn-small).btn-style-4{
    background: #8f8e8c;
    color: #fff;
    border-color: #8f8e8c;
  }

  [class*="btn"].btn-style-4.btn-small{
    color: #8f8e8c;
  }

  [class*="btn"]:not(.btn-small).btn-style-4:hover{
    background: #565656;
    border-color: #565656;
  }

  [class*="btn"]:not(.btn-small).btn-style-5{
    background: #b01933;
    color: #fff;
    border-color: #b01933;
  }

  [class*="btn"].btn-style-5.btn-small{
    color: #b01933;
  }

  [class*="btn"]:not(.btn-small).btn-style-5:hover{
    background: #630e1d;
    border-color: #630e1d;
  }

  [class*="btn"]:not(.btn-small).btn-style-6{
    background: #c9c9c9;
    color: #333;
    border-color: #c9c9c9;
  }

  [class*="btn"]:not(.btn-small).btn-style-6:hover{
    color: #fff;
    background: #8f8e8c;
    border-color: #8f8e8c;
  }

  [class*="btn"].btn-style-6.btn-small{
    color: #333;
  }

  [class*="btn"]:not(.btn-small).btn-style-7{
    color: #fff;
    border-color: #c9c9c9;
  }

  [class*="btn"]:not(.btn-small).btn-style-7:hover{
    border-color: #fff;
  }

  [class*="btn"].btn-style-7.btn-small{
    color: #c9c9c9;
  }

  [class*="btn"]:not(.btn-small).btn-style-8{
    color: #ef2245;
    border-color: #b01933;
  }

  [class*="btn"]:not(.btn-small).btn-style-8:hover{
    border-color: #ef2245;
  }

  [class*="btn"].btn-style-8.btn-small{
    color: #ef2245;
  }

  [class*="btn"]:not(.btn-small).btn-style-9{
    color: #fff;
    background: #630e1d;
    border-color: #630e1d;
  }

  [class*="btn"]:not(.btn-small).btn-style-9:hover{
    border-color: #891328;
    background: #891328;
  }

  [class*="btn"].btn-style-9.btn-small{
    color: #630e1d;
  }

  [class*="btn"] i{
    display: inline-block;
    vertical-align: -2px;
    font-size: 16px;
    margin-right: 8px;
    line-height: 10px;
  }

  [class*="btn"] i{
    font-size: 18px;
  }

  [class*="btn"].btn-big i{
    font-size: 20px;
  }

  [class*="btn"].btn-lg i{
    font-size: 22px;
  }

  .btns-set:not(:last-child){
    margin-bottom: 35px;
  }

  .btns-set{
    margin: -10px -4px 0;
  }

  .btns-set > .btn{
    margin: 10px 4px 0;
  }

  .go-to-top{
    position: fixed;
    z-index: 103;
    right: 60px;
    bottom: 30%;
    background: rgba(42,44,50,0.8);
    color: #e2e2e3;
    opacity: 0;
    visibility: hidden;
    font-family: 'Linearicons';
    -webkit-animation-duration: .5s;
    animation-duration: .5s;    
  }

  .go-to-top.go-top-visible {
    right: 40px;
    opacity: 1;
    visibility: visible;
    display: block;
  }

  .go-to-top:before{
    content: "\e939";
  }

  .go-to-top:hover{
    color: #fff;
    background: rgba(42,44,50,1);
  }

  .go-to-top{
    width: 42px;
    height: 42px;
    border-radius: 3px;
    padding: 0;
    text-align: center;
    font-size: 14px;
  }

  .btns-set ul > li{
    text-align: center;
  }

  .btns-set ul > li:not(:last-child){
    margin-bottom: 20px;
  }

  .btn.prev-btn,
  .btn.next-btn,
  .btn.exp{
    margin-left: 30px;
    position: relative;
  }

  .btn.prev-btn:before,
  .btn.next-btn:before,
  .btn.exp:before{
    font-family: 'Linearicons';
    content: '\e964';
    font-size: 20px;
    color: #333;
    position: absolute;
    font-weight: normal;
    left: 0;
    top: 0;
    margin-top: -1px;
    margin-left: -30px;
  }

  .btn.next-btn{
    margin-left: 0;
    margin-right: 30px;
  }

  .btn.next-btn:before{
    margin-left: 0;
    margin-right: -30px;
  }

  .btn.next-btn:before{
    content: '\e965';
    right: 0;
    left: auto;
  }

  .btn.exp{
    margin-left: 15px;
  }

  .btn.exp:before{
    margin-left: -15px;
    font-family: 'Lato', sans-serif;
    content: '+';
  }

  .btn-wrap .btn.exp{
    margin-left: 25px;
  }

  .store-btns{
    margin: 0 -8px -10px;
  }

    .store-btns > *{
      display: inline-block;
      padding: 0 8px 10px;
    }

  .page-nav{
    border-top: 1px solid #e0e0e0;
    padding-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-nav .menu-button{
    font-size: 30px;
  }

  .btn-wrap{
    margin: 0 -10px;
  }

  .btn-wrap > *{
    margin: 0 10px;
  }

  /*----------- Forms --------------*/

    /* Inputs & Textarea */

    /*input:not([type="submit"]),
    textarea,
    .mad-custom-select .mad-selected-option{
      width: 100%;
      color: #999;
      border-radius: 2px;
      height: 42px;
      line-height: 42px;
      padding: 0 20px;
      font-size: 15px;
      font-family: 'Lato', sans-serif;
      border: 1px solid #e0e0e0;
      background-color: transparent;
      text-align: left;
      text-overflow: ellipsis;

      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;

      -webkit-transition: box-shadow .35s ease, border-color .35s ease;
              transition: box-shadow .35s ease, border-color .35s ease;
    }

    textarea{
      display: block;
      height: initial;
      resize: none;
    }

    input:not([type="submit"]):focus,
    textarea:focus{
      border-color: #b01933;
      -moz-appearance:none;
      outline:0px none transparent;
    }*/

    /* Label & Legend */

    label,
    legend{
      font-size: 18px;
      color: #777;
      margin-bottom: 7px;
      display: block;   
    }

    legend{
      color: inherit;
      padding: 0 7px;
      margin-bottom: 0px;
    }

    label[for]{
      cursor: pointer;

      -webkit-user-select: none;
         -moz-user-select: none;
           -o-user-select: none;
              user-select: none;
    }

    .required:after{
      content: "*";
      color: #b01933;
      display: inline-block;
      margin-left: 2px;
      font-size: 18px;
    }

    /* Checkbox & Radio */

   /* input[type="radio"],
    input[type="checkbox"]{
      display: none;
    }

    input[type="radio"] + label,
    input[type="checkbox"] + label{
      font-size: 18px;
      font-weight: inherit;
      font-family: inherit;
      text-transform: none;
      width: initial;
      padding-top: 6px;
      padding-bottom: 8px;
      float: none;
      margin-bottom: 0px;
      display: inline-block;

      position: relative;
      padding-left: 50px;

      -webkit-user-select: none;
         -moz-user-select: none;
           -o-user-select: none;
              user-select: none;
    }

    input[type="checkbox"] + label{
      padding-left: 50px;
    }

    input[type="radio"] + label:not(:last-child),
    input[type="checkbox"] + label:not(:last-child){
      margin-right: 25px;
    }

    input[type="radio"] + label::before,
    input[type="checkbox"] + label::before,
    input[type="radio"] + label::after,
    input[type="checkbox"] + label::after{
      content: "";
      display: block;
      position: absolute;
    }

    input[type="radio"] + label::before,
    input[type="checkbox"] + label::before{
      background: transparent;
      border: 1px solid #e1e1e1;
      left: 0;
      top: 3px;
    }

    input[type="radio"] + label::before{
      border-radius: 50%;
      width: 32px;
      height: 32px;
    }

    input[type="checkbox"] + label::before{
      top: 5px;
      border-radius: 3px;
      width: 32px;
      height: 32px;
    }

    input[type="radio"] + label::after,
    input[type="checkbox"] + label::after{
      opacity: 0;
      visibility: hidden;
    }

    input[type="radio"] + label::after{
      left: 9px;
      top: 12px;
      border-radius: 50%;
      background-color: #333;
      width: 14px;
      height: 14px;
    }

    input[type="checkbox"] + label::after{
      border: 1px solid #333;
      width: 25px;
      height: 15px;
      left: 3px;
      top: 6px;

      clip: rect(6px, 18px, 15px, 0px);

      -webkit-transform: skew(10deg) rotate(-45deg);
          -ms-transform: skew(10deg) rotate(-45deg);
              transform: skew(10deg) rotate(-45deg);
    }

    input[type="radio"]:checked + label::after,
    input[type="checkbox"]:checked + label::after{
      opacity: 1;
      visibility: visible;
    }
*/
    /*----------- Custom Select --------------*/

    .mad-custom-select{
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      font-size: 15px;
      color: #999;
    }

      .mad-custom-select .mad-selected-option{
        cursor: pointer;
        position: relative;
        padding: 0 50px 0 20px;
        overflow: hidden;
        background: #fff;
        z-index: 2;
        white-space: nowrap;
      }

      .mad-custom-select.mad-opened .mad-selected-option{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
      }

      .mad-custom-select .mad-options-list{
        position: absolute;
        left: 0;
        top: 100%;
        opacity: 0;
        visibility: hidden;
        cursor: pointer;
        background: #fff;
        border: 1px solid #e0e0e0;
        z-index: 3;
        border-top: none;
        width: 100%;
        border-top: none;
        padding: 10px 0;
      }

      .mad-custom-select.mad-opened .mad-options-list{
        opacity: 1;
        visibility: visible;
      }

        .mad-custom-select .mad-options-list li{
          padding: 3px 20px;
          color: #999;

          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease;
        }

        .mad-custom-select .mad-options-list li:hover{
          background: #630e1d;
          color: #fff;
        }

      .mad-custom-select .mad-selected-option:before{
        content: '\e93a';
        font-family: 'linearicons';
        position: absolute;
        top: 0;
        right: 20px;
        line-height: 42px;
        color: #999;
        font-size: 18px;
      }

      .mad-custom-select.mad-opened .mad-selected-option:before{content: '\e939';}

    /* Price Scale */

    .price-scale{
      padding: 0;
    }

    .price-scale:not(.distance) .range-values:not(:last-child){
      margin-bottom: 10px;
    }

      .ui-slider{
        height: 13px;
        position: relative;
        margin-top: 5px;
        background-color: #e0e0e0;
      }

        .ui-slider-handle{
          width: 15px;
          height: 22px;
          top: 50%;
          border-radius: 3px;
          display: inline-block;
          margin-top: -12px;
          position: absolute;
          z-index: 1;
          background: #fff;
          margin-left: -3px;

          -webkit-transition: none;
          -o-transition: none;
          transition: none;
        }

        .ui-slider-range{
          position: absolute;
          top: 0;
          bottom: 0;
          background: #b01933;
          margin: 4px 0;
        }

        .ui-slider-handle:last-child{
          margin-right: -2px;
        }

        .range-values input[type="text"]{
          padding: 0;
          height: auto;
          border: none;
          background: transparent;
          font-size: 14px;
          max-width: 55px;
          width: 52px;
        }

        .price-scale .ui-slider:not(:last-child){
          margin-bottom: 26px;
        }

        .price-scale .ui-slider-handle{
          border: none;
          border-radius: 50%;
          width: 22px;
          height: 22px;
          margin-left: -4px;

          background: #891328;
        }

        .price-scale .ui-slider-handle:last-child{
          margin-left: -20px;
        }

        .price-scale .ui-slider-handle:before{
          content: '';
          position: absolute;
          width: 8px;
          height: 8px;
          background-color: #fff;
          border-radius: 50%;
          left: 50%;
          top: 50%;
          margin-top: -4px;
          margin-left: -4px;
        }

        .range-values span,
        .range-values input[type="text"]{
          color: #777;
        }

        .range-values input:focus{
          border: none;
          box-shadow: none;
        }

        .range-values input[type="text"]{
          display: inline-block;
          line-height: 26px;
        }

    /* Form variations */

    .newsletter{
      position: relative;
    }

    .newsletter.style-2:not(.var2) input{
      background: #fff;
      border-color: #fff;
    }

    .newsletter.style-2 input:not(:last-child){
      margin-bottom: 13px;
    }

    .search-form{
      position: relative;
    }

      .search-form input{
        height: 56px;
        line-height: 56px;
        padding-right: 56px;
      }

      .search-form button{
        background: none;
        position: absolute;
        right: 20px;
        top: 0;
        color: #b01933;
        font-size: 20px;
        line-height: 56px;
      }

    .search-form.style-2 input{
      height: 42px;
    }

      .search-form.style-2 button{
        color: #333;
        line-height: 44px;
      }

  .contact-form{
    position: relative;
  }

  .contact-form .contact-item{
    margin-bottom: 20px;
  }

  .contact-form .row:not(.col-no-space){
    margin-bottom: -20px;
  }

  .contact-form .row:not(.col-no-space) > [class*="col"]{
    padding-bottom: 20px;
  } 

  /*----------- Tables --------------*/

  table{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }

  [class*="table-type"] table tr > th{
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
  }

  [class*="table-type"] table tr > td,
  [class*="table-type"] table tr > th{
    padding: 15px 25px;
    text-align: left;
    color: #777;
  }

  [class*="table-type"] table tr{
    -webkit-transition: background .4s ease;
    -o-transition: background .4s ease;
    transition: background .4s ease;
  }

  [class*="table-type"] table tr:hover{
    background: #f7f7f7;
  }

  [class*="table-type"] table tr > th,
  [class*="table-type"] table tr.bg-cell > *{
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
  }

  [class*="table-type"] table tr.bg-cell > td,
  [class*="table-type"] table tr.bg-cell > th{
    font-weight: bold;
  }

  [class*="table-type"] table tr > td,
  [class*="table-type"] table tr > th{
    border-top: 1px solid #e0e0e0;
  }

  [class*="table-type"] table tr > td:first-child,
  [class*="table-type"] table tr > th:first-child{
    border-left: 1px solid #e0e0e0;
  }

  [class*="table-type"] table tr > td,
  [class*="table-type"] table tr > th{
    border-right: 1px solid #e0e0e0;
  }

  [class*="table-type"] table tr:last-child > td{
    border-bottom: 1px solid #e0e0e0;
  }

  [class*="table-type"] table tr.bg-cell > *{
    color: #b01933;
  }

  .table-type-2 tr:last-child > th{
    border-bottom: 1px solid #e0e0e0; 
  }

  /* --------------- wp-calendar-event ----------------*/

  .tribe-events-bar form > .row{
    margin: 0 -5px;
  }

  .tribe-events-bar form > .row > [class*="col"]{
    padding: 0 5px;
  }

  .tribe-events-bar:not(:last-child){
    margin-bottom: 18px;
  }

  .tribe-events-bar form .btn.f-right{
    margin-left: 10px;
  }

  .tribe-events-bar .info-btn{
    color: #333;
  }

  .tribe-events-filters{
    position: relative;
    z-index: 2;
  }

  .tribe-events-filters-content{
    display: none;
  }

  .tribe-events-bar .mad-custom-select .mad-selected-option, 
  .tribe-events-bar .mad-custom-select .mad-options-list li{
    padding-left: 40px;
    padding-right: 20px;
    position: relative;
  }

  .tribe-events-bar .mad-custom-select .mad-selected-option:before,
  .tribe-events-bar .mad-custom-select .mad-options-list li:before{
    content: '';
    position: absolute;
    width: 15px;
    height: 16px;
    left: 18px;
    top: 50%;
    margin-top: -8px;
    background: url(../images/15x16_icon2.png) no-repeat;
  }

  .tribe-events-bar .mad-custom-select .mad-selected-option:before{
    margin-top: -4px;
  }

  .tribe-events-bar .mad-custom-select .mad-options-list li:nth-child(1):before{
    background: url(../images/15x16_icon1.png);
  }

  .tribe-events-bar .mad-custom-select .mad-options-list li:nth-child(2):before{
    background: url(../images/15x16_icon3.png);
  }

  .tribe-events-bar .mad-custom-select .mad-options-list li:nth-child(3):before{
    background: url(../images/15x16_icon4.png);
  }

  .tribe-events-bar .mad-custom-select .mad-options-list li:nth-child(4):before{
    background: url(../images/15x16_icon5.png);
    width: 12px;
  }

  .tribe-events-bar .mad-custom-select .mad-options-list li:nth-child(5):before{
    background: url(../images/15x16_icon6.png);
  }

    .tribe-events-filters-content .flex-row label{
      margin-bottom: 0;
      font-size: 14px;
      letter-spacing: 0.5px;
    }

    .tribe-events-filters-content label{
      text-transform: uppercase;
    }

    .tribe-events-filters.show-filter #tribe_events_filters_toggle{
      display: none;
    }

    .tribe-events-filters.show-filter .tribe-events-filters-content{
      display: block;
    }
    
      .tribe-filter-control{
        margin: 0 -15px;
      }

        .tribe-filter-control > *{
          margin: 0 15px;
          position: relative;
        }

        .tribe-filter-control > *:not(:last-child):after{
          content: '';
          height: 13px;
          width: 1px;
          background: #dadada;
          position: absolute;
          right: -16px;
          top: 50%;
          margin-top: -6px;
        }

      .tribe-events-filters-content > form{
        margin: 0 -20px 0;
        font-size: 0;
      }

      .tribe_events_filter_item{
        font-size: 16px;
        display: inline-block;
        position: relative;
        padding: 0 25px 0;
      }

      .tribe-events-filters-label{
        font-weight: 900;
        color: #777;
        text-transform: uppercase;
      }

        .tribe-events-filter-checkboxes{
          top: 100%;
          left: 50%;
          min-width: 185px;
          background: #630e1d;
          padding: 8px;
          margin-top: 5px;
          position: absolute;
          display: none;
          z-index: 2;

          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
        }

        .tribe-events-filter-checkboxes:before{
          position: absolute;
          content: "";
          width: 0;
          height: 0;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-bottom: 8px solid #630e1d;
          border-top: none;
          bottom: 100%;
          left: calc(50% - 6px);
        }

        .tribe_events_filter_item.active .tribe-events-filter-checkboxes{
          display: block;
        }

          .tribe-events-filter-checkboxes .mad-custom-select .mad-selected-option{
            background: #fff;
            border-color: #fff;
            height: 39px;
            line-height: 26px;
            padding: 5px 20px;
            font-size: 15px;
          }

          .tribe-events-filter-checkboxes .mad-custom-select .mad-selected-option:before{
            font-size: 14px;
            line-height: 39px;
          }
 
          .tribe-events-filter-checkboxes .mad-custom-select .mad-options-list{
            font-size: 15px;
            background: #fff;
          }

        .tribe_events_filter_item .tribe-events-filters-group-heading{
          font-size: 16px;
          font-family: 'Lato', sans-serif;
          color: #333;
          font-style: normal;
          position: relative;
          cursor: pointer;
          padding-right: 12px;
          line-height: 28px;
        }

        .tribe_events_filter_item .tribe-events-filters-group-heading:not(:last-child){
          margin-bottom: 0;
        }

        .tribe_events_filter_item .tribe-events-filters-group-heading:after{
          position: absolute;
          top: 1px;
          right: 0;
          font-size: 12px;
          content: '\e85d';
          font-family: 'Fontello';
        }

        .tribe_events_filter_item.active .tribe-events-filters-group-heading:after{
          content: '\e85a';
        }

  table.tribe-events-calendar{
    border: 1px solid #e0e0e0;
  }

  table.tribe-events-calendar thead tr th{
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 13px;
  }

  table.tribe-events-calendar tr td{
    font-size: 14px;
    color: #777;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
  }

  table.tribe-events-calendar tr td.time{
    padding: 13px;
  }

  table.tribe-events-calendar tr td:not(:first-child),
  table.tribe-events-calendar tr th:not(:first-child){
    border-left: 1px solid #e0e0e0;
  }

  .tribe-events-calendar tr td .tribe-events-category-tech-events{
    padding: 40px 13px 26px;
    line-height: 22px;
    position: relative;
    transition: all .4s ease;
  }

  .tribe-events-calendar tr td .tribe-events-category-tech-events:hover{
    background: #b01933;
    color: #fff;
  }

  .tribe-events-calendar tr td .tribe-events-category-tech-events:hover .tribe-title{
    color: #fff;
  }

  .tribe-events-calendar tr td .tribe-events-category-tech-events .tribe-title:hover{
    text-decoration: underline;
  }

  .tribe-events-category-tech-events .tribe-events-tooltip{
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-left: -2px;
    padding: 20px;
    background: #fff;
    color: #777;
    text-align: left;
    width: 420px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;

    transition: all .4s ease;

    -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 8px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 8px 15px 0px rgba(0, 0, 0, 0.1);
  }

  .tribe-events-category-tech-events .tribe-events-tooltip:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-top: 10px solid #fff;
    border-right: 9px solid transparent;
    top: 100%;
    left: 30px;
    margin-left: -7px;
  }


  .tribe-events-category-tech-events:hover .tribe-events-tooltip{
    opacity: 1;
    visibility: visible;
  }

    .tribe-events-category-tech-events .tribe-events-tooltip header:not(:last-child){
      margin-bottom: 10px;
    }

      .tribe-events-category-tech-events .tribe-events-tooltip h6{
        font-size: 18px;
        font-weight: normal;
      }

      .tribe-events-category-tech-events .tribe-events-tooltip h6:not(:last-child){
        margin-bottom: 0;
      }

      .tribe-events-category-tech-events .tribe-events-tooltip time{
        color: #999;
        font-size: 12px;
        text-transform: uppercase;
      }

    .tribe-events-category-tech-events .tribe-events-tooltip,
    .tribe-events-category-tech-events .tribe-events-tooltip p{
      font-size: 13px;
      line-height: 20px;
    }

    .tribe-events-category-tech-events .tribe-events-tooltip img.alignleft{
      margin-right: 15px;
      margin-bottom: 0;
    }

  .tribe-events-calendar tr td .tribe-events-daynum{
    padding: 0 10px;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    background: #f7f7f7;
    border-width: 1px 0 1px;
    border-style: solid;
    border-color: #e0e0e0;
  }

  .tribe-events-calendar tr td .tribe-events-daynum.next-month a{
    color: #999;
  }

  table.tribe-events-calendar.var2 tr td{
    vertical-align: top;
    text-align: left;
  }

  .tribe-events-calendar tr td .tribe-events-category-tech-events{
    padding: 0;
  }

  .tribe-events-calendar tr td .tribe-events-category-tech-events > a{
    font-family: 'Lora', serif;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    font-style: italic;
    line-height: 22px;
    padding: 14px 20px;
    display: block;
  }

  .tribe-events-calendar tr td .tribe-events-category-tech-events:hover > a{
    color: #fff;
  }

  .tribe-events-calendar tr td .tribe-events-category-tech-events:hover > a{
    border-bottom-color: #75c1b2;
  }

  .tribe-events-calendar tr td .tribe-events-category-tech-events > a:hover{
    text-decoration: underline;
  }

  .tribe-events-calendar tr td .tribe-events-category-tech-events > a:not(:first-child){
    border-top: 1px solid rgba(228,228,228,1);
  }

  .tribe-events-calendar tr td .tribe-events-category-tech-events:hover > a:not(:first-child){
    border-top-color: rgba(228,228,228,0.2);
  }

  .tribe-events-calendar tr td .tribe-events-category-tech-events.next-month > a{
    opacity: .6;
  }

  /*----------- Lists --------------*/

  .custom-list:not(:last-child){
    margin-bottom: 28px;
  }

  .custom-list > li{
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #777;
  }

    .custom-list > li > ul:not(.social-icons) > li,
    .custom-list > li > ol:not(.social-icons) > li{
      margin-left: 25px;
    }

  .custom-list[class*="type-"] li::before{
    content: "";
    float: left;
    vertical-align: top;
    margin-right: 10px;
    font-family: 'linearicons';
    color: #a3172f;
    font-size: 20px;
  }

  .custom-list.type-1 li::before{
    content: "\e77d";
  }

  .custom-list.type-2 li::before{
    content: "\e934";
  }

  .custom-list.type-3 li::before{
    content: "\e95b";
  }

  .custom-list.type-4 li::before{
    content: "\e9c1";
  }

  .custom-list.type-5 li::before{
    content: "\e959";
  }

  .custom-list > li > ul, 
  .custom-list > li > ol {
    margin-top: 13px;
  }

  .custom-list > li:not(:last-child),
  .custom-list > li > ul:not(.social-icons) > li:not(:last-child){
    margin-bottom: 13px;
  }

  .custom-list.style-2 > li > a{
    border-bottom: none;
    color: #333;
    font-size: 16px;
    line-height: 22px;
  }

  .custom-list.style-2 > li > a:hover{
    color: #b01933;
  }

  .single-post .custom-list > li span.f-left{
    line-height: 34px;
    margin-right: 3px;
  }

  /* Social icons */

  .social-icons{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -7.5px -7.5px 0;
  }

    .social-icons > li{
      padding: 7.5px 7.5px 0;
    }

      .social-icons > li > a{
        color: #999;
        font-size: 16px;
        display: block;
      }

      .social-icons > li > a:hover{
        color: #333;
      }

  .social-icons.style-2{
    margin: -15px -15px 0;
  }

    .social-icons.style-2 > li{
      padding: 15px 15px 0;
    }

      .social-icons.style-2 > li > a{
        color: #fff;
        opacity: 0.7;
        font-size: 24px;
      }

      .social-icons.style-2 > li > a:hover{
        opacity: 1;
      }

  .share-wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }

  .share-wrap:not(:last-child){
    margin-bottom: 34px;
  }

  .share-wrap .share-title{
    font-size: 18px;
    color: #777;
  }

  .share-wrap.var2,
  .share-wrap.var2 .share-title{
    display: block;
  }

  .share-wrap.var2 .share-title:not(:last-child){
    margin-right: 0;
    margin-bottom: 13px;
  }

  .share-wrap.align-right .social-icons{
    justify-content: flex-end;
  }

  .share-wrap .share-title:not(:last-child){
    margin-right: 20px;
  }

  .social-icons.share > li > a{
    border-color: inherit!important;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 42px;
    border: 1px solid transparent;
    overflow: hidden;
  }

  .social-icons.share > li > a.sh-facebook{
    color: #3b5998;
  }

  .social-icons.share > li > a.sh-twitter{
    color: #1da1f2;
  }

  .social-icons.share > li > a.sh-google{
    color: #d73d32;
  }

  .social-icons.share > li > a.sh-pinterest{
    color: #bd081c;
  }

  .social-icons.share > li > a.sh-mail{
    color: #293e4a;
  }

  .social-icons.share.var2{
    margin: -26px -15px 0;
  }

  .social-icons.share.var2 > li{
    padding: 26px 15px 0;
  }

  .social-icons.share.var2 > li > a{
    width: auto;
    height: auto;
    font-size: 24px;
    border: none;
    border-radius: 0;
    line-height: 1em;
  }

  #social-popup{
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(31,25,31,0.8);
  }

    #social-popup .popup-inner{
      margin-top: 20%;
      display: inline-block;
      position: relative;
      text-align: center;
    }

    #social-popup .popup-inner span{
      display: block;
      color: #fff;
      font-size: 18px;
      padding-bottom: 8px;
    }

    #social-popup .social-icons.share > li > a{
      background: #fff;
      border-color: transparent!important;
    }

    #social-popup .close-popup{
      margin-top: -39px;
    }

  /* Our info */

  .our-info:not([class*="style-"]){
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }

    .our-info:not([class*="style-"]) .info-item{
      width: 33.3333%;
      padding: 80px 15px;
      text-align: center;
      position: relative;
      z-index: 1;
    }

    .our-info:not([class*="style-"]) .info-item:before{
      content: '';
      position: absolute;
      left: 0;
      right: -2000px;
      top: 0;
      height: 100%;
      z-index: -1;
    }

    .our-info:not([class*="style-"]) .info-item:nth-child(2):before{
      background: #f7f7f7;
    }

    .our-info:not([class*="style-"]) .info-item:nth-child(3):before{
      background: #f0f0f0;
    }

      .our-info:not([class*="style-"]) .info-item > i{
        font-size: 30px;
        color: #b01933;
        display: block;
      }

      .our-info:not([class*="style-"]) .info-item > i:not(:last-child){
        margin-bottom: 26px;
      }

  .our-info.style-2 .info-item:not(:last-child){
    margin-bottom: 13px;
  }

  .our-info.style-2 .info-item .get-dir{
    text-transform: uppercase;
    display: block;
    font-size: 13px;
  }

  .our-info.style-2 .info-item a{
    color: #fff;
  }

  .our-info.style-3{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .our-info.style-3 .info-item{
    color: #999;
    line-height: 18px;
    font-size: 14px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .our-info.style-3 .info-item a{
    color: #999;
  }

  .our-info.style-3{
    margin: 0 -15px;
  }

  .our-info.style-3 .info-item{
    margin: 0 15px;
  }

    .our-info.style-3 .info-item > i{
      color: #b01933;
      font-size: 13px;
      line-height: 20px;
      margin-right: 8px;
      padding-left: 1px;
    }

  /* Menu list */

  .menu-list{}

    .menu-list:not(.hr-type) > li:not(:last-child){
      margin-bottom: 13px;
    }

    .menu-list > li > a{
      letter-spacing: 0.1px;
      color: #fff;
      border-bottom: 1px solid transparent;
    }

    .menu-list > li > a:hover{
      border-bottom-color: inherit;
    }

  .menu-list.hr-type{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }

    .menu-list.hr-type > li:not(:last-child){
      position: relative;
      padding-right: 10px;
      margin-right: 9px;
    }

    .menu-list.hr-type > li:not(:last-child):after{
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      height: 15px;
      margin-top: -7px;
      width: 1px;
      background: #999;
    }

  /*----------- Blockquotes --------------*/

  .blockquote-holder:not(:last-child){margin-bottom: 28px;}

  .blockquote-holder{
    background: #891328;
    padding: 40px;
    padding-right: 30px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
  }

  blockquote{
    color: #fff;
    font-family: 'Lora', sans-serif;
  }

  blockquote p{
    font-size: 24px;
    line-height: 36px;
    font-style: italic;
  }

  blockquote .author{
    font-size: 18px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    margin-top: 10px;
  }

  blockquote .author span{
    display: block;
    font-size: 15px;
    color: #c9c9c9;
    font-weight: normal;
    letter-spacing: 0.5px;
  }

  .blockquote-holder.style-2{
    background: #f7f7f7;
    border-left: 3px solid #891328;
  }

  .blockquote-holder.style-2 blockquote{
    color: #333;
  }

  .blockquote-holder.style-2 blockquote .author span{
    color: #999;
  }

  /*----------- Dividers --------------*/

  hr{
    border-style: solid;
    border-color: #e0e0e0;
    margin: 13px 0;
  }

  hr.item-divider{
    border-width: 1px 0 0 0;
  }

  hr.item-divider-2{
    border-width: 2px 0 0 0;
  }

  hr.item-divider-3{
    border-width: 3px 0 0 0;
    width: 50px;
  }

  hr.style-2{
    border-color: #cac6c7;
  }

  hr.style-3{
    border-color: #b01933;
  }

  hr.style-4{
    border-color: #8f8e8c;
  }

  hr.style-5{
    border-color: #333;
  }

  /* Quantity */

  .quantity{
    position: relative;
    display: inline-block;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
  }

    .quantity button{
      position: absolute;
      text-align: center;
      line-height: 10px;
      width: 40px;
      font-size: 14px;
      background: transparent;
      color: #999;
      border: 1px solid #e0e0e0;
    }

    .quantity .qty-minus,
    .quantity .qty-plus{
      right: 0;
      height: 50%;
      border-right: none;
    }

    .quantity .qty-minus{
      bottom: 0;
      border-bottom: none;
    }

    .quantity .qty-plus{
      border-top: none;
      top: 0;
      border-bottom: none;
    }

    .quantity input[type="text"] {
      width: 130px; 
      padding: 0 40px 0 20px;
      border: none;
      height: 56px;
      font-size: 16px;
    }

/* -----------------------------------

  8. Widgets & Shortcodes

------------------------------------- */

  /*----------- Facebook--------------*/

  .fb-root{
    overflow: hidden;
  }

  .fb-page{ 
    width: 100% !important;
    overflow: hidden;
  }

  .fb-page {
    max-width: 100% !important;
  }

  /*----------- Twitter Feed --------------*/

  .twitter .tw-user{
    display: inline-block;
    font-weight: 700;
  }

  .twitter .tweet_list > li{
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
    color: #777;
  }

  .twitter .tweet_text{
    display: block;
  }

  .twitter .tweet_text:not(:last-child){
    margin-bottom: 13px;
  }

  .twitter .tweet_list > li:empty{
    display: none;
  }

  .twitter:not(:last-child){
    margin-bottom: 26px;
  }

  .twitter .tweet_list > li:not(:last-child){
    margin-bottom: 26px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
  }

  .twitter .tweet_list > li a:hover{
    text-decoration: underline;
  }

  .twitter .tweet_list > li a{color: #333;}

  .twitter .tweet_list > li p:not(:last-child){
    margin-bottom: 13px;
  }

  .twitter .tweet_list > li .tweet-action{
    float: right;
  }

  .twitter .tweet_list > li .tweet_time{
    float: left;
  }

  .twitter .tweet_list > li .tweet_time a,
  .twitter .tweet_list > li .tweet-action > *{
    font-size: 13px;
    color: #999;
    letter-spacing: 0.2px;
  }

    .twitter .tweet_list > li .tweet-action > *{
      position: relative;
      color: #333;
    }

    .twitter .tweet_list > li .tweet-action > *:not(:last-child){
      margin-right: 8px;
      padding-right: 9px;
    }

    .twitter .tweet_list > li .tweet-action > *:not(:last-child):after{
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      height: 10px;
      width: 1px;
      margin-top: -5px;
      background: #999;
    }

  .tweet-btn:hover span{
    text-decoration: underline;
  }

  [class*="btn"].btn-small.tweet-btn:hover{
    border-bottom-color: transparent;
  }

  /*----------- Instagram Feed --------------*/

  .instagram-feed{
    margin: -2px -1px 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .instagram-feed .nv-instafeed-item{
    width: 25%;
    padding: 2px 1px 0;
  }

  .instagram-feed.style-2{
    margin: -30px -15px 0;
  }

  .instagram-feed.style-2 .nv-instafeed-item{
    width: 33.333%;
    padding: 30px 15px 0;
  }

  .instagram-feed:not(:last-child){
    margin-bottom: 30px;
  }

  .instagram-feed .nv-instafeed-item > a{
    position: relative;
    display: block;
    cursor: url(../images/icon_zoomin.png) 24 24, auto;
  }

  .nv-instafeed-item a:after{
    opacity: 0;
    visibility: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(217, 31, 63, 0.7);
    transition: all .4s ease;
  }

  .nv-instafeed-item:hover a:after{
    opacity: 1;
    visibility: visible;
  }

  .insta-title:not(:last-child){
    margin-bottom: 42px;
  }

    .insta-title > i{
      font-size: 20px;
      margin-bottom: 13px;
      display: block;
      color: #b01933;
    }

  .instagram-carousel:not(:last-child){
    margin-bottom: 20px;
  }

  .instagram-carousel.owl-carousel .owl-nav > [class*="owl-"]{
    font-size: 20px;
  }

  .instagram-carousel.owl-carousel .owl-nav > [class*="owl-"]:hover{
    color: #fff;
  }

  .instagram-carousel.owl-carousel .owl-prev{
    left: 15px;
  }

  .instagram-carousel.owl-carousel .owl-next{
    right: 15px;
  }

  .instagram-carousel .nv-instafeed-item a:after{
    display: none;
  }

  /*----------- Accordions & Toggles --------------*/

  .accordion{
    border-top: none;
    text-align: left;
  }

  .accordion:not(.style-2) .accordion-item:not(:last-child){
    margin-bottom: 1px;
  }

  .accordion .a-title{
    font-family: 'Lato', sans-serif;
    position: relative;
    cursor: pointer;
    color: #333;
    padding: 0 70px 0 30px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 56px;
    white-space: nowrap;
    font-style: normal;
    background: #f7f7f7;
  }

    .accordion .a-title span{
      color: #7b8285;
    }

  .accordion .a-title:before{
    position: absolute;
    right: 30px;
    top: 0;
    font-family: 'Linearicons';
    content: '\e936';
    font-size: 20px;
    font-weight: normal;
  }

  .accordion .a-title.active{
    background: #b01933;
    color: #fff;
  }

  .accordion .a-title.active:before{
    content: '\e937';
  }

  .accordion .a-content{
    background: #fff;
    color: #777;
    padding: 26px 30px;
  }

  .accordion.style-2 .accordion-item:not(:last-child){
    border-bottom: 1px solid #e4e4e4;
  }

    .accordion.style-2 .a-title{
      background: transparent;
    }

    .accordion.style-2 .a-title.active{
      color: #b01933;
    }

    .accordion.style-2 .a-content{
      padding-top: 0;
    }

  /*----------- Alert boxes --------------*/

  [class*="alert"]{
    padding: 28px 70px 28px;
    margin-bottom: 28px;
    position: relative;
    background: #fff;
    border: 1px solid transparent;
  }

  [class*="alert"]:before{
    content: '';
    font-family: 'linearicons';
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -13px;
    font-size: 26px;
  }

  [class*="alert"].alert-warning:before{
    content: "\e956";
  }

  [class*="alert"].alert-success:before{
    content: "\e959";
  }

  [class*="alert"].alert-info:before{
    content: "\e965";
  }

  [class*="alert"].alert-error:before{
    content: "\e95a";
  }

  [class*="alert"].alert-warning,
  .warning{
    border-color: #eb740b;
    color: #eb740b;
  }

  [class*="alert"].alert-success,
  .success{
    border-color: #6bb95c;
    color: #6bb95c;
  }

  [class*="alert"].alert-info,
  .info{
    border-color: #0648a2;
    color: #0648a2;
  }

  [class*="alert"].alert-error,
  .error{
    border-color: #ed4040;
    color: #ed4040;
  }

    [class*="alert"] .close{
      font-family: 'Linearicons';
      position: absolute;
      right: 30px;
      top: calc(50% - 6px);
      background: none;
      font-weight: bold;
      color: #333334;
      font-size: 12px;
    }

    [class*="alert"] .close:after{
      content: '\e935';
    }

  .message-container-subscribe{
    display: none;
  }

  [class*="message-container"]{
    display: block;
    margin-top: 10px;
    top: 100%;
    left: 0;
    position: absolute;
    z-index: 9;
  }

  [class*="message-container"] [class*="alert"]{
    padding-right: 30px;
  }

  .alert-box p{
    white-space: nowrap;
  }

  /*----------- Callouts --------------*/

  .call-out .call-out-col{
    color: #c9c9c9;
    padding: 50px 0;
    font-size: 16px;
    line-height: 28px;
  }

  .call-out.size2{
    padding: 70px 0 80px;
  }

  .call-out.size3{
    padding: 50px 0;
  }

  .call-out.size4{
    padding: 140px 0;
  }

  .call-out .call-title{
    font-weight: 900;
    font-style: italic;
  }

  .call-out .pre-title,
  .call-out .call-title{
    color: #fff;
  }

  .call-out .call-title:not(:last-child){
    margin-bottom: 13px;
  }

  .call-out .call-title:not(:last-child)

  .call-out p:not(:last-child){
    margin-bottom: 30px;
  }

  /*.call-out:not(.page-section-bg):not(.parallax-section):not(.half-section) p{
    color: #777;
  } */
 .call-out:not(.page-section-bg):not(.parallax-section){
    color: #777;
  }
.call-out .call-out-col p{color: #f4f4f5;}


  .call-out p > span{
    color: #f4f4f5;
    text-transform: uppercase;
  }

  .call-out .btn{
    color: #fff;
  }

  .call-out:not(.newsletter) .btn:not(:only-child){
    margin-top: 15px;
  }

  .call-out.newsletter{
    background: #a3172f;
    padding: 40px 0;
    font-size: 16px;
    text-align: center;
  }

    .call-out.newsletter .call-title:not(:last-child){
      margin-bottom: 0;
    }

    .call-out.newsletter .call-title{
      padding: 13px 30px 13px 0;
      font-weight: normal;
    }

    .call-out.newsletter .newsletter input{
      height: 56px;
      background: #fff;
      border-color: #fff;
    }

    .call-out.newsletter .newsletter .btn{
      background: #630e1d;
      border-color: #630e1d;
      margin-left: 5px;
      max-width: 64px;
      padding-left: 20px;
      padding-right: 20px;
    }

    .call-out.newsletter .newsletter .btn:hover{
      background: #891328;
      border-color: #891328;
    }

    .call-out.newsletter .newsletter .btn i{
      margin-right: 0;
    }

    .call-out.newsletter .social-icons{
      justify-content: center;
    }

  .call-out.half-section{
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }

    .call-out.half-section > .call-out-col{
      width: 50%;
      padding: 80px 15px;
      position: relative;
      text-align: center;
      z-index: 1;
    }

    .call-out.half-section > .call-out-col .bg-img{
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -1;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover;

      -webkit-transition: opacity .4s ease;
      -o-transition: opacity .4s ease;
      transition: opacity .4s ease;
    }

    .call-out.half-section > .call-out-col:hover .bg-img{
      opacity: 0.8;
    }

  .chose-donate{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -3px -6px;
  }

    .chose-donate > *{
      margin: 0 3px 8px;
    }

    .chose-donate .call-title{
      font-weight: normal;
      padding-right: 40px;
    }

    .chose-donate .chose-item{
      background: #fff;
      border-radius: 3px;
      padding: 18px 20px;
      width: 90px;
      max-height: 56px;
      font-size: 18px;
      color: #333;
      text-align: left;
    }

    .chose-donate .chose-item:hover,
    .chose-donate .chose-item.active{
      color: #b01933;
    }

    .call-out:not(.newsletter) .chose-donate .btn:not(:only-child){
      margin-top: 0;
    }

  /*----------- Pagination --------------*/

  .pagination{
    margin: -15px -15px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .pagination > li{
    padding: 15px 15px 0;
  }

  .pagination > li > a{
    display: block;
    font-weight: 900;
    line-height: 26px;
    text-align: center;
    background: transparent;
    color: #333;
    font-size: 14px;
    border-radius: 50%;
  }

  .pagination > li.active > a,
  .pagination > li:hover > a{
    color: #8f8e8c;
  }

  .prev-page::before,
  .next-page::after{
    font-family: 'linearicons';
    font-size: 20px;
  }

  .prev-page,
  .next-page{
    color: #333;
    background: none;
    box-shadow: none;
    text-transform: uppercase;
    margin: 0 -5px;
  }

  .pagination > li > a.prev-page:hover,
  .pagination > li > a.next-page:hover{
    color: #8f8e8c;
  }

  .prev-page span,
  .next-page span{
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    letter-spacing: 0.5px;
  }

  .prev-page::before,
  .next-page::after{
    font-weight: normal;
    padding: 0 5px;
  }

  .prev-page::before{
    content: '\e964';
  }

  .next-page::after{
    content: '\e965';
  }

  /*----------- Dropcaps --------------*/

  .dropcap::first-letter{
    display: block;
    float: left;
    margin: 15px 10px 0 0;
    font-family: 'Lora', sans-serif;
    font-weight: bold;
    font-style: italic;
  }

  .dropcap::first-letter{
    font-size: 60px;
  }

  .dropcap.type-1::first-letter{
    color: #b01933;
  }

  .dropcap.type-2::first-letter{
    color: #333;
  }

  /*----------- Icon Boxes --------------*/

  /*----------- Icon Boxes --------------*/

  .svg-gradient{
    position: fixed;
    top: 0;
    left: 0;
  }

  .icons-box [class*="col-"]:not(:last-child){
    margin-bottom: 0!important;
  }

  .icons-box.style-1{
    margin-bottom: -30px;
  }

  .icons-box.style-1.flex-row{
    margin: 0 -15px -45px;
  }

  .icons-box.style-1 > .icons-wrap{
    text-align: center;
    padding-bottom: 45px;
  }

    .icons-box.style-1:not(.type-2) .icons-item .item-box p{
      padding: 0 15px;
    }

    .icons-box.style-1 .icons-item .item-box > i{
      margin-bottom: 26px;
      font-size: 60px;
      color: #b01933;
      display: block;
    }

    .icons-box.style-1 .icons-item .item-box > i:not([class*="licon-"]){
      font-style: normal;
      font-family: 'Lora', sans-serif;
      line-height: 40px;
    }

    .icons-item .item-box .icons-box-title:not(:last-child){
      margin-bottom: 13px;
    }

    .icons-item .item-box .icons-box-title{
      font-weight: bold;
      font-style: italic;
    }

  .icons-box.style-2 .icons-wrap{
    padding: 20px;
    height: 335px;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }

  .icons-box.style-2 .icons-wrap:after{
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(163,23,47); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(163,23,47,1) 0%, rgba(239,34,69,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(163,23,47,1) 0%,rgba(239,34,69,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(163,23,47,1) 0%,rgba(239,34,69,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: 0;
    visibility: hidden;

    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
  }

  .icons-box.style-2 .icons-wrap:hover:after{
    opacity: 0.7;
    visibility: visible;
  }

    .icons-box.style-2 .icons-item .item-box > i{
      display: block;
      margin-bottom: 40px;
      transition: all .45s ease;
      max-height: 70px;
    }

    .icons-box.style-2 .icons-wrap .bg-img{
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      z-index: -1;
    }

    .icons-box.style-2 .icons-wrap:hover .bg-img{
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
    }

    .icons-box.style-2 .icons-wrap .icons-item{
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 35px;

      transition: all .45s ease;
    }

    .icons-box.style-2 .icons-wrap .icons-item p{
      color: #c9c9c9;
    }

    .icons-box.style-2:not(.type-2) .icons-item .icons-box-title{
      position: relative;
      padding-bottom: 7px;
    }

    .icons-box.style-2:not(.type-2) .icons-item h3.icons-box-title{
      line-height: 39px;
    }

    .icons-box.style-2:not(.type-2) .icons-item .icons-box-title:after{
      content: '';
      position: absolute;
      top: 100%;
      height: 3px;
      width: 50px;
      background: #cac6c7;
      left: 0;
    }

    .icons-box.style-2:not(.type-2) .icons-item .icons-box-title:not(:last-child){
      margin-bottom: 20px;
    }

    .icons-box.style-2 .icons-item .icons-box-title a, .icons-box.style-2 .icons-item .icons-box-title{
      color: #fff;
      border-bottom: none;
      font-weight: bold;
      font-style: italic;
    }

    .icons-box.style-2 .icons-item p:not(:last-child){
      margin-bottom: 18px;
    }

    .icons-box.style-2:not(.type-2) .icons-wrap .icons-item{
      -webkit-transform: translateY(65px);
      -ms-transform: translateY(65px);
      -o-transform: translateY(65px);
      transform: translateY(65px);
    }

    .icons-box.style-2:not(.type-2) .icons-wrap:hover .icons-item{
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }

    .icons-box.style-2:not(.type-2) .icons-wrap .icons-item .btn{
      opacity: 0;
      visibility: hidden;
      color: #fff;
      background: transparent;
    }

    .icons-box.style-2:not(.type-2) .icons-wrap .icons-item .btn:hover{
      border-color: #fff;
    }

    .icons-box.style-2 .icons-wrap:hover .icons-item .btn{
      opacity: 1;
      visibility: visible;
    }

    .info-box .box-img:not(:last-child){
      margin-bottom: 35px;
    }

    .info-box .box-img img{
      width: 100%;
    }

    .info-boxes .info-box .box-title{
      line-height: 42px;
      font-weight: bold;
      font-style: italic;
    }

    .info-boxes .info-box .box-title a:hover{
      color: #b01933;
    }

    .info-boxes.style-2 .info-box{
      padding-bottom: 26px;
      border-bottom: 1px solid #eaeaea;
      margin-bottom: -1px;
    }

    .info-boxes.style-2 .info-box p{
      font-size: 16px;
      line-height: 26px;
    }

    .info-boxes.style-2 .info-box .box-img:not(:last-child){
      margin-bottom: 26px;
    }

    .info-boxes.style-2 .info-box .box-img img{
      width: 100%;
    }

    .info-boxes.style-2 .info-box .box-title{
      line-height: 26px;
    }

    .info-boxes.style-2 .info-box .box-title:not(:last-child){
      margin-bottom: 7px;
    }

    .info-boxes.style-2 .info-box .box-age{
      font-size: 15px;
      color: #999;
      line-height: 22px;
    }

    .info-boxes.style-2 .info-box .box-age:not(:last-child){
      margin-bottom: 13px;
    }

    .info-boxes.style-2.flex-row[class*="item-col-"]:not(.no-gutters){
      margin: -56px -15px 0;
      overflow: hidden;
    }

    .info-boxes.style-2.flex-row[class*="item-col-"]:not(.no-gutters) > *{
      padding: 56px 15px 0;
    }

    .info-boxes.flex-row[class*="item-col-"]:not(.no-gutters){
      margin-top: -39px;
    }

    .info-boxes.flex-row[class*="item-col-"]:not(.no-gutters) > *{
      padding-top: 39px;
    }

  .icons-box.style-2.type-2 .icons-wrap{
    max-height: 420px;
    text-align: center;
  }

    .icons-box.style-2.type-2 .icons-wrap .icons-item{
      padding: 26px 15px;
    }

      .icons-box.style-2.type-2 .icons-item .item-box .icons-box-title:not(:last-child){
        margin-bottom: 7px;
      }

      .icons-box.style-2.type-2 .icons-item .item-box .icons-box-title a{
        border-bottom: 1px solid transparent;
      }

      .icons-box.style-2.type-2 .icons-item .item-box .icons-box-title a:hover{
        border-bottom-color: inherit;
      }

  .icons-box.style-1.type-2 .icons-item{
    position: relative;
    text-align: left;
    padding-left: 80px;
  }

  .icons-box.style-1.type-2 .icons-box-title a{
    border-bottom: 1px solid transparent;
  }

  .icons-box.style-1.type-2 .icons-item .item-box > i{
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 0;
    font-size: 50px;
  }

  /*----------- Testimonials --------------*/

  .testimonial:not(.owl-carousel):not(:last-child){margin-bottom: 39px;}

  .testimonial-holder.owl-carousel .owl-stage{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .testimonial-holder.owl-carousel .owl-item{
    float: none;
  }

  .testimonial blockquote{
    color: #333;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    padding: 60px 60px 60px;
  }

  .testimonial-holder .testimonial.bg1 blockquote{
    background: #f9f9f9;
  }

  .testimonial-holder .testimonial.bg2 blockquote{
    background: #f1f1f1;
  }

  .testimonial-holder .testimonial.bg3 blockquote{
    background: #e4e4e4;
  }

  .testimonial,
  .testimonial blockquote{
    height: 100%;
  }

  .testimonial .author{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 28px;
  }

  .testimonial h6:not(:last-child){margin-bottom: 20px;}

  .testimonial .author-box{
    overflow: hidden;
    line-height: 22px;
    text-align: left;
  }

  .testimonial .avatar img{
    border-radius: 50%;
    max-width: 80px;
    max-height: 80px;
  }

  .testimonial .author-name{
    font-size: 16px;
  }

  .testimonial .author-box{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }

  .testimonial .author-box .author-icon{
    margin-right: 15px;
  }

  .testimonial .author-box .author-icon{
    width: 52px;
    height: 52px;
    line-height: 60px;
    border: 1px solid #e883ae;
    border-radius: 50%;
    text-align: center;
  }

  .testimonial .author-position,
  .testimonial .author-about,
  .testimonial .author-company{
    display: block;
    font-size: 15px;
    color: #777;
    letter-spacing: 0.5px;
  }

  .testimonial .member-photo{
    border-radius: 50%;
    overflow: hidden;
    display: block;
  }

  .testimonial .member-photo img{
    border-radius: 50%;
  }

  .testimonial .member-photo:not(:last-child){
    margin-bottom: 13px;
  }

  .testimonial .author-name:not(:last-child){
    margin-bottom: 2px;
  }

  .testimonial .author-position:not(:last-child){
    margin-bottom: 2px;
  }

  .testimonial .testimonial-holder{margin-bottom: 20px;}

  .testimonial-holder.style-2 .testimonial{
    text-align: center;
  }

  .testimonial-holder.style-2 .testimonial:not(.blockquote-holder) blockquote{
    padding: 90px 210px 40px;
  }

  .testimonial-holder.style-2 .testimonial blockquote:before{
    content: '‘‘';
    font-family: 'Lora';
    font-style: italic;
    text-align: center;
    font-size: 160px;
    line-height: 130px;
    display: block;
    color: #b01933;
    letter-spacing: -7px;
    position: absolute;
    top: 0;
    left: 50%;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .testimonial-holder.style-2 .testimonial blockquote p,
  .testimonial-holder.style-3 .testimonial blockquote p{
    font-size: 30px;
    line-height: 42px;
  }

    .testimonial-holder.style-2 .testimonial .author-box{
      display: inline-block;
      text-align: center;
    }

  .testimonial-holder.var2 .testimonial blockquote:before{
    color: #fff;
    opacity: 0.5;
  }

  .testimonial-holder.var2 .testimonial blockquote,
  .testimonial-holder.var2 .testimonial .author{
    color: #fff;
  }

  .testimonial-holder.var2 .testimonial .author-position{
    color: #c9c9c9;
  }

  .testimonial-holder.style-3 .testimonial{
    text-align: center;
  }

  .testimonial-holder.style-3 .testimonial .author-box{
    display: inline-block;
    text-align: center;
  }

  .testimonial-holder.style-3 .testimonial .author-box:not(:last-child){
    margin-bottom: 26px;
  }

  .half-bg-col .testimonial-holder.style-3 .testimonial blockquote{
    padding: 0 40px;
  }

  .testimonial-holder.style-3 .testimonial blockquote{
    padding: 0 265px 0;
  }

  .testimonial-holder.list-style .testimonial .member-photo:not(:last-child){
    margin-bottom: 0;
    margin-right: 20px;
  }

  .testimonial-holder.list-style .testimonial blockquote{
    padding: 0;
  }

  .testimonial-holder.list-style .testimonial blockquote:not(:last-child){
    margin-bottom: 30px;
  }

  .testimonial-holder.list-style .testimonial .member-photo{
    max-width: 84px;
  }

  .testimonial-holder.list-style .testimonial .author-position{
    color: #999;
  }

  /*----------- Carousel Sliders --------------*/

 /* .carousel-type-1 .owl-carousel .owl-nav,
  .carousel-type-2 .owl-carousel .owl-dots{
    display: none!important;
  }

  .carousel-type-2.var2 .owl-carousel{
    padding: 0 50px;
  }

  .owl-carousel.flex-row .owl-stage{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .owl-carousel.flex-row .owl-item{
    float: none!important;
  }

  [class*="carousel-type"] .owl-carousel:not(:last-child){
    margin-bottom: 45px;
  }

  [class*="carousel-type"] .owl-dots{
    margin-top: 46px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }

  [class*="carousel-type"] .owl-dots .owl-dot{
    margin: 0 4px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
  }

  [class*="carousel-type"] .owl-dots .owl-dot.active{
    background: #aaa;
  }

  [class*="carousel-type"] .dots-white .owl-dots .owl-dot{
    opacity: 0.5;
    background: #fff;
  }

  [class*="carousel-type"] .dots-white .owl-dots .owl-dot.active{
    opacity: 1;
  }

  [class*="carousel-type"] .dots-dark .owl-dots .owl-dot{
    opacity: 0.3;
    background: #565656;
  }

  [class*="carousel-type"] .dots-dark .owl-dots .owl-dot.active{
    opacity: 1;
  }

  .owl-prev,
  .owl-next{
    color: #aab3b6;
    position: absolute;
    top: 50%;
    font-size: 40px;
    margin-top: -20px;
    line-height: 40px;

    -webkit-transition: all .35s ease;
            transition: all .35s ease;
  }

  .owl-prev{
    left: 0;
  }

  .owl-next{
    right: 0;
  }

  .owl-prev::before,
  .owl-next::before{
    font-family: 'Linearicons';
  }

  .owl-prev::before{
    content: '\e93b';
  }

  .owl-next::before{
    content: '\e93c';
  }

  .owl-nav > [class*="owl-"]{
    color: #e0e0e0;

    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
  }

  .owl-nav > [class*="owl-"]:hover{
    color: #333;
  }

  .carousel-type-2:not(.var2) .owl-nav > .owl-prev{
    left: -50px;
  }

  .carousel-type-2:not(.var2) .owl-nav > .owl-next{
    right: -50px;
  }

  .carousel-type-2.var3 .owl-nav > .owl-prev{
    left: 30px;
  }

  .carousel-type-2.var3 .owl-nav > .owl-next{
    right: 30px;
  }

  .carousel-type-2.var3 .owl-nav > [class*="owl-"]:hover{
    color: #fff;
  }

  .owl-carousel.owl-nav-small .owl-nav > [class*="owl-"]{
    font-size: 30px;
  }

  .owl-carousel.owl-nav-small .owl-nav > .owl-prev{
    left: 15px;
  }

  .owl-carousel.owl-nav-small .owl-nav > .owl-next{
    right: 15px;
  }
*/

  /*----------- Progress Bars --------------*/

  .pbar-holder:not(:last-child){
    margin-bottom: 42px;
  }

  .pbar-wrap{
    position: relative;
  }

  .pbar{
    position: relative;
    height: 5px;
    border-radius: 3px;
    background: #e0e0e0;
  }

  .pbar:not(:last-child){
    margin-bottom: 13px;
  }

  .pbar-wrap:not(:last-child){
    margin-bottom: 26px;
  }

  .pbar-inner{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #b01933;
  }

  .pbar-inner > span{
    position: absolute;
    right: 0;
    bottom: 100%;
    font-size: 14px;
    background: #e0e0e0;
    color: #333;
    padding: 0 11px;
    line-height: 28px;
    border-radius: 3px;
    margin-bottom: 15px;

    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }

  .pbar-inner > span:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border-left: 6px solid transparent;
    border-top: 8px solid #e0e0e0;
    border-right: 6px solid transparent;
  }

  .pbar-wrap .pbar-title{
    font-size: 18px;
    color: #333;
    font-weight: bold;
  }

    .pbar-wrap .pbar-title > span{
      font-weight: normal;
    }

  .pbar-holder.style-2 .pbar{
    background: #630e1d;
  }

    .pbar-holder.style-2 .pbar-inner{
      background: #e0e0e0;
    }

    .pbar-holder.style-2 .pbar-inner > span{
      background: #630e1d;
      color: #fff;
    }

    .pbar-holder.style-2 .pbar-inner > span:after{
      border-top-color: #630e1d;
    }

  .text-light .pbar-wrap .pbar-title{
    color: #fff;
  }

  /*----------- Pricing Tables --------------*/

  .pricing-col{
    position: relative;
    overflow: hidden;
  }

  .pricing-table{
    text-align: center;
    height: 100%;
    padding: 66px 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #f7f7f7;
    border-radius: 3px;
    color: #333;
  }

  .pricing-table.bg2{
    background: #c9c9c9;
  }

  .pricing-table.bg3{
    background: #565656;
  }

  .pricing-table.bg4{
    background: #333;
  }

  .pt-header:not(:last-child){
    margin-bottom: 26px;
  }

  .pt-header{
    color: #333;
    word-break: break-all;
  }

  .pt-type{
    font-size: 16px;
    text-transform: uppercase;
    color: #ef2245;
    letter-spacing: 1px;
  }

  .pricing-table.style-2 .pt-type{
    color: #754b75;
  }

  .pt-price{
    font-family: 'Lora', sans-serif;
    font-size: 48px;
    color: #333;
    letter-spacing: -0.2px;
  }

  .pt-type,
  .pt-price{
    line-height: 1.2em;
  }

  .popup-inner .pt-price{
    color: #e883ae;
  }

  .pt-type:not(:last-child){
    margin-bottom: 18px;
  }

  .pt-period{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    letter-spacing: 0.5px;
  }

  .pt-disc{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    color: #e883ae;
  }

  .pt-lifetime{
    vertical-align: baseline;
  }

  .pricing-table .custom-list:not(:last-child){
    margin-bottom: 40px;
  }

  .pricing-table .custom-list li.selected{
    color: #999;
  }

  .pt-header,
  .pt-footer,
  .pt-features-list{
    position: relative;
    z-index: 1;
  }

  .pt-footer p{
    color: #333;
    font-size: 14px;
  }

  .pt-footer .btn:not(:last-child){
    margin-bottom: 20px;
  }

  .pt-title{
    text-transform: uppercase;
  }

  .pt-title:not(:last-child){
    margin-bottom: 7px;
  }

  .pt-title.var2:not(:last-child){
    margin-bottom: 27px;
  }

  .pricing-table .label{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 13px;
    line-height: 28px;
    font-weight: 400;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    display: block;
    padding: 0 10px;
    position: absolute;
    background: #333;
    z-index: 2;
    width: 100%;
  }

  .pricing-table.bg3 .pt-price,
  .pricing-table.bg4 .pt-price,
  .pricing-table.bg4 .custom-list li,
  .pricing-table.bg3 .custom-list li{
    color: #fff;
  }

  .pricing-table .custom-list li{
    font-size: 16px;
    line-height: 26px;
    color: #333;
  }

  .pricing-table .custom-list li.selected{
    color: #999;
  }

  /*----------- Counters --------------*/

  .counter-wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
  }

  .counter-wrap > .counter{
    padding: 0 15px 30px;
  }

  .counter .count-item{
    padding-left: 90px;
    position: relative;
    color: #777;
  }

  .counter .count-item p{
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
  }

  .count-number{
    color: #b01933;
    font-size: 52px;
    font-style: normal;
    line-height: 1em;
  }

  .count-number:not(:last-child){
    margin-bottom: 0;
  }

  .count-item > span{
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 60px;
    color: #c9c9c9;
    transform: translateY(-50%);
  }

  .counter-wrap.style-2 .counter .count-item{
    color: #c9c9c9;
  }

  .counter-wrap.style-2:not(.var2) .counter .count-item{
    padding-left: 0;
    text-align: center;
  }

  .counter-wrap.style-2 .count-item > span{
    color: #c9c9c9;
  }

  .counter-wrap.style-2 .count-item > span:not(:last-child){
    margin-bottom: 23px;
  }

  .counter-wrap.style-2 .count-number{
    color: #fff;
  }

  /*----------- Tabs & Tour Sections --------------*/

  .tabs-conrainer{position: relative;}

  .tabs:not(.vertical) .tabs-nav{
    font-size: 0;
  }

  .tabs:not(.vertical):not(.style-2) .tabs-nav{
    border-bottom: 1px solid #e0e0e0;
  }

  .tabs:not(.vertical) .tabs-nav li{
    display: inline-block;
  }

  .tabs.horisontal .tabs-nav li:last-child a{margin-right: 0;}

  .tabs .tabs-content{
    display: block;
    padding: 26px 30px 0;
  }

  .tabs .tabs-nav{
    width: 100%;
  }

    .tabs .tabs-nav > li > a{
      font-family: 'Lato', sans-serif;
      display: block;
      font-weight: bold;
      font-size: 18px;
      line-height: 22px;
      padding: 17px 30px;
      color: #333;
      position: relative;
    }

    .tabs:not(.style-2) .tabs-nav > li > a:after{
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background: #b01933;
      height: 1px;

      opacity: 0;
      visibility: hidden;

      -webkit-transition: all .45s ease;
      -o-transition: all .45s ease;
      transition: all .45s ease;
    }

    .tabs:not(.style-2) .tabs-nav > li.ui-tabs-active > a{
      color: #b01933;
    }

    .tabs:not(.style-2) .tabs-nav > li.ui-tabs-active > a:after{
      opacity: 1;
      visibility: visible;
    }

    .tabs:not(.vertical) .tabs-nav > li:not(:first-child) > a{border-left: none;}

    .tabs:not(.vertical) .tabs-nav > li.ui-tabs-active a{
      border-bottom-color: #fff;
    }

  .tabs.style-2:not(.vertical) .tabs-nav > li:not(:last-child){
    margin-right: 2px;
  }

  .tabs.style-2 .tabs-nav > li > a{
    background: #f7f7f7;
  }

  .tabs.style-2 .tabs-nav > li.ui-tabs-active > a{
    color: #fff;
    background: #b01933;
  }

  .tabs.vertical{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }

  .tabs.vertical .tabs-nav{
    width: 30%;
    max-width: 315px;
    border-bottom: none;
    border-right: 1px solid #e4e4e4;
  }

  .tabs.vertical .tabs-content{
    width: 70%;
    padding: 13px 20px 0 30px;
  }

    .tabs.vertical .tabs-nav li{float: none;}

    .tabs.vertical:not(.style-2) .tabs-nav > li a{
      padding: 17px 0;
    }

    .tabs.vertical .tabs-nav > li a:after{
      left: 100%;
      top: 0;
      width: 1px;
      height: 100%;
    }

    .tabs.vertical.style-2 .tabs-nav{
      border: none;
    }

    .tabs.vertical.style-2 .tabs-nav li:not(:last-child){
      margin-bottom: 2px;
    }

    .tabs.vertical .tabs-content img:not(:last-child){
      margin-bottom: 13px;
    }

    .tab-text-wrap{
      padding: 20px 170px 0 30px;
    }

  /*----------- Isotope --------------*/

  .isotope:not(:last-child){
    margin-bottom: 42px;
  }

  .isotope{
    margin: -42px -15px 0;
  }

  .isotope > .item{
    padding: 42px 15px 0;
  }

  .isotope.three-collumn,
  .isotope.fourth-collumn{
    margin-top: -30px;
  }

  .isotope.three-collumn > .item{
    width: 33.3333%;
    padding-top: 30px;
  }

  .isotope.two-collumn > .item{
    width: 50%;
  }

  .isotope.fourth-collumn > .item{
    width: 25%;
    padding-top: 30px;
  }

  #options{
    z-index: 5;
    position: relative;
  }

  #options:not(:last-child){
    margin-bottom: 32px;
  }

  .isotope-nav{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column; 
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 -5px -10px;
  }

  .isotope-nav > button{
    margin: 0 5px 10px;
    color: #8f8e8c;
    background: none;
    border: 2px solid #c9c9c9;
    padding: 12px 30px 11px;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 3px;
  }

  .isotope-nav > button.is-checked{
    border-color: #8f8e8c;
  }

  /*----------- Team Members --------------*/

  .team-holder:not(:last-child),
  .team-holder.flex-row[class*="item-col-"]:not(:last-child){
    margin-bottom: 56px;
  }

  .team-holder.flex-row[class*="item-col-"]{
    margin-top: -50px;
  }

  .team-holder.flex-row[class*="item-col-"] > *{
    padding-top: 50px;
  }

  .team-holder .team-item{
    text-align: center;
  }

  .team-holder .team-item .member-name{
    font-weight: bold;
    font-style: italic;
  }

  .team-holder .team-item .member-info:not(:last-child),
  .team-holder .team-item h4.member-name:not(:last-child){
    margin-bottom: 13px;
  }

  .team-holder .team-item .member-name:hover a{
    color: #b01933;
  }

  .team-member{
    position: relative;
    z-index: 1;
  }

  .team-item .member-photo{
    position: relative;
    display: block;
  }

  .team-item .member-photo img{
    width: 100%;
  }

  .team-item:not(.single-item) .member-photo:not(:last-child){
    margin-bottom: 26px;
  }

  .member-position{
    color: #999;
    font-size: 16px;
    margin-top: -10px;
    letter-spacing: 0.3px;
  }

  .team-holder .team-item.single-item{
    width: 68%;
  }

    .team-item.single-item{
      text-align: left;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      margin: -26px -15px 0;
    }

    .team-item.single-item > *{
      padding: 26px 15px 0;
      width: 50%;
    }

    .team-holder .team-item.single-item .team-desc .member-info{
      padding-top: 13px;
    }

  .team-holder.single-member .member-info:not(:last-child){
    margin-bottom: 42px;
  }

    .team-holder.single-member .team-member .member-photo{
      float: left;
      margin-bottom: 26px;
      margin-right: 30px;
    }

  /*----------- Google Map --------------*/

  #googleMap{
    width: 100%;
    padding-bottom: 27.5%;
    min-height: 400px;
    z-index: 1;
    overflow: hidden;
  }

  iframe::-webkit-scrollbar{
      display: none!important;
  }

  iframe::scrollbar{
      display: none!important;
  }

  .map-section.style-2 #googleMap{
    padding-bottom: 56.5%;
    min-height: 470px;
  }

  .map-section.style-2 .map-container:not(:last-child){
    margin-bottom: 26px;
  }

  .map-section .our-info.style-2 .info-item .get-dir{
    font-size: 14px;
  }

  .map-section .our-info.style-2 .info-item .get-dir,
  .map-section .our-info.style-2 .info-item .link-text{
    color: #333;
  }

  .our-info.style-2 .info-item span:first-child{
    font-weight: bold;
    color: #777;
  }

  .our-info.style-2 .title{
    font-weight: bold;
  }

  /*----------- Services --------------*/

  /*----------- Countdown --------------*/

  .countdown_row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: -26px;
  }

    .countdown_row > .countdown_section{
      width: 25%;
      max-width: 240px;
      text-align: center;
      font-size: 15px;
      color: #777;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      padding-bottom: 26px;
    }

      .countdown_section .countdown_amount{
        color: #b01933;
        font-family: 'Lora', serif;
        font-size: 52px;
        line-height: 60px;
      }

    .countdown.style-2 .countdown_row{
      margin: 0;
      justify-content: flex-start;
      margin: -1px;
    }

    .countdown.style-2 .countdown_row > .countdown_section{
      width: 94px;
      background: rgba(255,255,255,0.8);
      color: #999;
      margin: 1px;
      padding-bottom: 0;
      padding: 30px 15px 14px;
      text-align: left;
      font-size: 14px;
      letter-spacing: 0.3px;
    }

    .countdown.style-2 .countdown_row > .countdown_section:first-child{
      border-radius: 3px 0 0 3px;
    }

    .countdown.style-2 .countdown_row > .countdown_section:last-child{
      border-radius: 0 3px 3px 0;
    }

      .countdown.style-2 .countdown_section .countdown_amount{
        font-size: 48px;
        line-height: 30px;
        font-weight: bold;
      }

  /*----------- Audio Player --------------*/

  .audio-poster{
    position: relative;
  }

    .audio-poster img{width: 100%;}

      .audio-poster .audioplayer1{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-bottom: 0;
      }

      .audioplayer{
        background: #e1e7e9;
        color: #222;
      }

      .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a{
        border-left-color: #222;
      }

      .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover a{
        border-left-color: #80c644;
      }

      .audioplayer-volume{
        border: none;
      }

      .audioplayer-volume-button a{
        background: #222;
      }

      .audioplayer-volume-button:hover a{
        background: #80c644;
      }

      .audioplayer-volume-button a:before{
        border-right-color: #222;
      }

      .audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after{
        border-color: #222;
      }

      .audioplayer-volume-button:hover a:before{
        border-right-color: #80c644;
      }

      .audioplayer:not(.audioplayer-mute) .audioplayer-volume-button:hover a:after{
        border-color: #80c644;
      }

      .audioplayer-bar-played{
        background: #80c644;
      }

  /*----------- Widget calendar --------------*/

  .calendar-wrap{
    border: 1px solid #e0e0e0;
    border-bottom: none;
  }

  .widget-calendar table{
    width: 100%;
    background: #fff;
  }

    .widget-calendar table tr td{
      text-align: center;
      padding: 16px 5px;
      border: 1px solid #e0e0e0;
      font-size: 16px;
      line-height: 15px;
      color: #777;
    }

    .widget-calendar table tr.days td{
      background: #f7f7f7;
      color: #333;
    }

    .widget-calendar table tr td:first-child{
      border-left: none;
    }

    .widget-calendar table tr.month td{
      color: #2a2c32;
    }

    .widget-calendar table tr:first-child td,
    .widget-calendar table tr th,
    .calendar-month{
      color: #222;
      font-size: 12px;
    }

    .widget-calendar table tr th{
      padding: 12px 10px 11px;
      font-size: 16px;
      color: #333;
      text-transform: uppercase;
      font-weight: normal;
    }

      .widget-calendar table tr td.link{padding: 0;}

      .widget-calendar table tr td.link a{
        color: #333;
        padding: 16px 5px;
        display: block;
      }

      .widget-calendar table tr td.link.current a,
      .widget-calendar table tr td.link a:hover{
        color: #fff;
        background: #b01933;
        border-color: #b01933
      }

    .widget-calendar:not(:last-child){
      margin-bottom: 13px;
    }

    .widget-calendar .owl-carousel .owl-nav > [class*="owl-"]{
      top: 5px;
      margin-top: 0;
      font-size: 20px;
      color: #999;
      visibility: visible;
      transform: none;
    }

    .widget-calendar .owl-carousel .owl-dots{
      display: none;
    }

    .widget-calendar .owl-carousel .owl-nav > [class*="owl-"]:hover{
      color: #333;
    }

    .widget-calendar .owl-carousel .owl-nav > .owl-prev{
      left: 15px;
    }

    .widget-calendar .owl-carousel .owl-nav > .owl-next{
      right: 15px;
    }

/* -----------------------------------

  9. Blog

------------------------------------- */

  .entry-box.flex-row[class*="item-col-"]:not(.no-gutters):not(:last-child),
  .entry-box:not(:last-child){
    margin-bottom: 42px;
  }

  .entry-box.flex-row[class*="item-col-"]:not(.no-gutters){
    margin-top: -42px;
  }

  .entry-box.flex-row[class*="item-col-"]:not(.no-gutters) > *{
    padding-top: 42px;
  }

  .entry .thumbnail-attachment img{
    width: 100%;
  }

  /*----------- Entries --------------*/

  .entry-box:not(.entry-small) .entry .thumbnail-attachment:not(:last-child){
    margin-bottom: 28px;
  }

    .entry .entry-title{
      font-weight: bold;
      font-style: italic;
    }

    .entry .entry-title:not(:last-child){
      margin-bottom: 13px;
    }

    .entry .entry-title + .entry-meta{
      margin-top: -7px;
    }

    .entry .entry-title a:hover{
      color: #b01933;
    }

    .entry .entry-meta{
      color: #999;
      font-size: 15px;
    }

    .entry .entry-body p{
      font-size: 16px;
      line-height: 26px;
    }

    .entry .entry-body p:not(:last-child){
      margin-bottom: 28px;
    }

    .entry .entry-meta:not(:last-child){
      margin-bottom: 13px;
    }

    .entry .entry-meta > *:not(span){
      color: #333;
    }

    .entry .entry-meta a:hover{
      color: #b01933;
    }

    .entry-action{
      padding: 13px 0;
      border-width: 1px 0 1px;
      border-style: solid;
      border-color: #e0e0e0;
    }

      .entry-action > a{
        font-size: 20px;
        color: #333;
      }

      .entry-action > a:hover{
        color: #b01933;
      }

      .entry-action > a:not(:last-child){
        margin-right: 20px;
      }

  .entry-box.entry-small:not(:last-child){
    margin-bottom: 40px;
  }

  .entry-box.entry-small .entry-col:not(:last-child){
    padding-bottom: 27px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 28px;
  }

    .entry-box.entry-small .entry{
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
    }

      .entry-box.entry-small .entry .thumbnail-attachment{
        max-width: 220px;
        width: 100%;
      }

      .entry-box.entry-small .entry .entry-body{
        padding-left: 30px;
        padding-top: 13px;
      }

        .entry-box.entry-small .entry .entry-meta:not(:last-child){
          margin-bottom: 26px;
        }

        .entry-box.entry-small .entry .entry-action{
          padding: 0;
          border: none;
        }

        .entry-icon{
          color: #333;
          font-size: 20px;
        }

        .entry-icon:hover{
          color: #b01933;
        }

  .entry-box.list-type{
    display: block;
  }

    .entry-box.list-type .entry:not(:last-child){
      padding-bottom: 32px;
      margin-bottom: 56px;
      border-bottom: 1px solid #e0e0e0;
    }

  .link-attachment .link{
    padding-left: 50px;
    position: relative;
    display: block;
  }

  .link-attachment .link:before{
    position: absolute;
    left: 0;
    top: 5px;
    font-family: "Linearicons";
    content: "\e917";
    font-size: 30px;
    font-style: normal;
    line-height: 28px;
    color: #7d2a39;
  }

  .entry-box.half-grid .entry:not(.full-grid){
    overflow: hidden;
  }

    .entry-box.half-grid .entry:not(.full-grid) .thumbnail-attachment{
      float: left;
      max-width: 430px;
      width: 100%;
      margin-right: 30px;
    }

    .entry-box.half-grid .entry:not(.full-grid) .entry-body{
      overflow: hidden;
    }

  .entry-box.single-entry:not(:last-child){
    margin-bottom: 32px;
  }

    .entry-box.single-entry .entry .entry-title{
      font-weight: normal;
    }

    .entry-box.single-entry .entry .entry-title:not(:last-child){
      margin-bottom: 7px;
    }

    .entry-box.single-entry .entry .entry-body:not(:last-child){
      margin-bottom: 42px;
    }

  .sorting{
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 28px;
  }

    .sorting .sort-col span{
      padding-right: 10px;
      color: #999;
    }

    .sort-row{
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: 0 -5px -10px;
    }

    .sorting .sort-row > .sort-col{
      padding: 0 5px 10px;
    }

    .sorting .sort-row > .sort-col .mad-custom-select{
      min-width: 215px;
    }

    .entry .pbar-wrap .pbar-title{
      font-weight: normal;
      font-size: 15px;
    }

    .entry .pbar-holder:not(:last-child){
      margin-bottom: 26px;
    }

  /* Events */

  .event-holder{
    display: inline-block;
  }

  .event-box:not(.carousel-type-2).isotope:not(:last-child){
    margin-bottom: 0;
  }

  .event-box.isotope{
    margin: 0 -15px 0;
    overflow: hidden;
    
  }

  .event-box.isotope > .item{
    padding: 0 15px 0;
  }

  .event-box.isotope:not(.no-border) .event{
    overflow: hidden;
    margin-bottom: 56px;
  }

  .event-box.isotope:not(.no-border) .event{
    padding-bottom: 26px;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
  }

  .event-box.isotope.no-border{
    margin-bottom: -30px;
  }

  .event-box.isotope.no-border .event{
    margin-bottom: 30px;
  }

  .event-box.isotope + .page-nav{
    z-index: 2;
    margin-top: -1px;
    position: relative;
    margin-top: -26px;
  }

  .event-box.isotope + .page-nav:before{
    content: '';
    position: absolute;
    bottom: 100%;
    margin-bottom: 1px;
    background: #fff;
    height: 56px;
    width: 100%;
  }

  .event-box:not(.carousel-type-2):not(:last-child){
    margin-bottom: 34px;
  }

  .event-box .event .event-title{
    font-weight: bold;
  }

  .event-box .event .event-title a:hover{
    color: #b01933;
  }

  .event-box .event .event-title:not(:last-child){
    margin-bottom: 10px;
  }

  .event-box:not(.style-2) .event .event-body:not(:last-child){
    margin-bottom: 34px;
  }

  .event-box:not(.single-post) .event p{
    color: #777;
    font-size: 16px;
    line-height: 26px;
  }

  .event-box .event p.e-info{
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 13px;
    color: #999;
    border-bottom: 1px solid #d9d8d9;
  }

  .event .event-action{
    margin: -5px -10px;
  }

  .event .event-action > *{
    margin: 5px 10px;
  }

    .event-box .event .event-icons > a{
      color: #8f8e8c;
      font-size: 20px;
      margin: 0 10px;
    }

    .event-box .event .event-icons > a:hover{
      color: #333;
    }

  .event-box.style-2 .event p.e-info{
    padding-bottom: 0;
    border: none;
    font-size: 15px;
    line-height: 22px;
  }

  .event-box.style-2 .event p.e-info:not(:last-child){
    margin-bottom: 13px;
  }

  .event-box.style-2:not(.list-type) .event:not(:last-child){
    padding-bottom: 32px;
    margin-bottom: 28px;
    border-bottom: 1px solid #d9d8d9;
  }

  .event-box.style-2:not(.grid-type) .event{
    padding-left: 120px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: -13px;
  }

  .event-box.style-2:not(.grid-type) .event > *{
    padding: 13px 15px 0;
  }

  .event-box.style-2 .event .event-date{
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100px;
    text-align: center;
    letter-spacing: 0.3px;
  }

  .event-box.style-2:not(.grid-type) .event .event-img{
    min-width: 400px;
    flex-basis: 100%;
  }

  .event-box.style-2 .event .event-img img{
    width: 100%;
  }

  .event-box.style-2:not(.list-type):not(.grid-type) .event .event-body{
    padding-right: 40px;
  }

    .event-date > *:not(:last-child){
      margin-bottom: 0;
    }

    .event-date .numb{
      color: #b01933;
      font-weight: bold;
      font-style: normal;
      line-height: 1em;
    }

    .event-date .month{
      font-weight: bold;
      color: #b01933;
    }

    .event-date .day{
      text-transform: uppercase;
      font-size: 14px;
      color: #777;
    }

    .event-box.style-2.list-type .event .event-date{
      width: 135px;
      max-width: 100%;
    }

    .event-box.style-2.list-type .event:not(:last-child){
      margin-bottom: 42px;
    }

    .event-box.style-2 .event .event-title{
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
    }

    .event .price,
    .entry .price{
      font-family: 'Lora', sans-serif;
      font-style: italic;
      color: #b01933;
      font-size: 24px;
      font-weight: normal;
    }

    .event-box.style-2.grid-type .event-img:not(:last-child){
      margin-bottom: 26px;
    } 

  .event-box.style-2 .event .event-title:not(:last-child),
  .event-box.style-3 .event .event-title:not(:last-child){
    margin-bottom: 7px;
  }

  .event-box.style-3.carousel-type-2{
    border-bottom: 1px solid #e0e0e0;
  }

  .event-box.style-3 .owl-carousel .owl-stage-outer{
    margin-right: 1px;
  }

  .event-box.style-3 .event{
    padding: 0 35px 50px;
    border-left: 1px solid #e0e0e0;
    height: 100%;
    margin-left: -1px;
  }

  .event-box.style-3 .event .event-date{
    font-family: 'Lora', sans-serif;
    padding: 14px 20px;
    background: #b01933;
    color: #fff;
    letter-spacing: 0.3px;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    display: inline-block;
    border-radius: 0 0 3px 3px;
  }

  .event-box.style-3 .event .event-date:not(:last-child){
    margin-bottom: 26px;
  }

  .event-box.style-3 .event .event-date span{
    font-size: 24px;
  }

  .event-box.style-3 .event .event-body p{
    border-bottom: none;
    padding-bottom: 0;
  }

  .event-box.style-3 .event .event-body:not(:last-child){
    margin-bottom: 26px;
  }

  .event-box.single-post .event h1.event-title{
    font-weight: normal;
  }

  .single-post .e-title{
    font-weight: bold;
  }

  .single-post .entry-meta{
    color: #999;
  }

  .single-post .e-title:not(:last-child){
    margin-bottom: 26px;
  }

  .single-post:not(:last-child){
    margin-bottom: 32px;
  }

  .entry-box.timeline{
    position: relative;
  }

  .entry-box.timeline:before{
    content: '';
    width: 1px;
    height: 100%;
    margin: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #e0e0e0;
  }

  .entry-box.timeline .row{
    margin: 0 -130px;
  }

  .entry-box.timeline .row > [class*="col"]{
    padding: 0 130px;
  }

  .entry-box.timeline .entry{
    position: relative;
  }

  .cmsmasters_post_date{
    display: block;
    width: 100px;
    padding: 18px 0;
    text-align: center;
    overflow: hidden;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: -20px;
  }

  .cmsmasters_post_date .published > span{
    font-family: 'Lora', sans-serif;
    display: block;
    color: #c9c9c9;
    font-weight: bold;
    font-style: italic;
    line-height: 20px;
    font-size: 18px;

    -webkit-transition: color .45s ease;
    -o-transition: color .45s ease;
    transition: color .45s ease;
  }

  .cmsmasters_post_date:hover .published > span{
    color: #b01933;
  }

  .cmsmasters_post_date .published .cmsmasters_post_day{
    font-style: normal;
    font-size: 48px;
    line-height: 1em;
  }

  .timeline-left .cmsmasters_post_date{
    left: auto;
    right: -180px;
  }

  .timeline-right .cmsmasters_post_date{
    left: -180px;
    right: auto;
  }

  .item-pull-top{
    top: -40px;
  }

  .item-pull-bottom{
    top: 20px;
  }

  /* ------------------------------------------------------

      Comments
      
  ------------------------------------------------------ */

  .comments-list{
    margin: -25px 0;
    overflow: hidden;
  }

  .comments-list:not(:last-child){
      margin-bottom: 30px;
  }

  .comments-list .children .comment{
      padding-left: 40px;
  }

  .comment > article{
      position: relative;
      padding: 25px 0;
      overflow: hidden;
  }

  .comment .comment-author{
    font-weight: bold;
  }

  .comment .comment-body p{
    font-size: 16px;
    line-height: 26px;
  }

  .comment .comment-author a:hover{
    text-decoration: underline;
  }

  .gravatar{
      float: left;
      width: 85px;
      margin-right: 20px;
  }

  .comment-body{
      overflow: hidden;
  }

  .comment-meta{
      font-size: 14px;
      line-height: 22px;
      color: #999;
  }

  .comment-meta:not(:last-child){
    margin-bottom: 15px;
  }

  .comment-meta > *:not(.comment-author):not(:last-child):after{
    content: '/';
    display: inline-block;
    margin: 0 5px;
    color: #333;
  }

  .comment-author{
    display: block;
    text-transform: none;
  }

  .comment-author:not(:last-child){
    margin-bottom: 5px;
  }

  .comment-reply-link{
    float: right;
    color: #333;
    font-size: 14px;
    letter-spacing: .3px;
  }

  .comment-reply-link i{
    margin-right: 5px;
  }

  .comment-reply-link:hover{
    color: #b01933;
  }

  .comment-info .rating > li{
    font-size: 16px;
  }

/* -----------------------------------

  10. Portfolio

------------------------------------- */

.project,
.project-image{
  position: relative;
  z-index: 1;
}

.project-image{
  overflow: hidden;
}

.project-image img{
  width: 100%;
}

.project-link{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: url(../images/icon_zoomin.png) 24 24, auto;
}

.project:hover .project-link,
.portfolio-holder.style-2 .project:hover .project-link{
  background: rgba(217, 31, 63, 0.7);
}

.project:hover .project-image img{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.project-description{
  text-align: center;
  padding: 26px 10px 0;
}

.project-image .project-description{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 26px 13px;

  opacity: 0;
  visibility: hidden;

  -webkit-transition: opacity .45s ease;
  -o-transition: opacity .45s ease;
  transition: opacity .45s ease;
}

  .project-title{
    font-weight: bold;
  }

  .project-title:not(:last-child){
    margin-bottom: 7px;
  }

  .project-title a,
  .project-cats{
    border-bottom: 1px solid transparent;
  }

  .project-cats{
    display: inline-block;
    line-height: 18px;
  }

  .project-title a:hover,
  .project-cats:hover{
    color: #b01933;
  }

  .project-cats{
    color: #333;
    font-size: 16px;
    letter-spacing: 0.5px;
  }

.project:hover .project-image .project-description{
  opacity: 1;
  visibility: visible;
}

  .project-image .project-description .project-title a,
  .project-image .project-description .project-cats{
    color: #fff;
  }

.portfolio-holder.style-2 .project{
  position: relative;
}

  .portfolio-holder.style-2 .project .project-link{
    background: -webkit-linear-gradient(rgba(143,143,140,0.5) 0%, rgba(56,56,56,0.5) 100%);
    background: -o-linear-gradient(rgba(143,143,140,0.5) 0%, rgba(56,56,56,0.5) 100%);
    background: linear-gradient(rgba(143,143,140,0.5) 0%, rgba(56,56,56,0.5) 100%);
  }

  .portfolio-holder.style-2 .project .project-description{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-bottom: 26px;
  }

  .portfolio-holder.style-2 .project .project-description .project-title a{
    color: #fff;
    border-bottom: 1px solid transparent;
  }

  .portfolio-holder.style-2 .project .project-description .project-title a:hover{
    border-bottom-color: inherit;
  }

  .portfolio-holder.style-2 .project .project-description .project-cats{
    color: #c9c9c9;
  }

  .portfolio-holder.style-2 .project .project-description .project-cats:hover{
    color: #fff;
  }

/* -----------------------------------

  11. Shop

------------------------------------- */

  .product-sort-section{
    color: #999;
    margin-top: -13px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
  }

  .product-sort-section:not(:last-child){
    margin-bottom: 26px;
  }

  .product-sort-section .mad-custom-select{
    max-width: 315px;
  }

  .product-sort-section > *{
    margin-top: 13px;
  }

  /* ------------------ Product Box ---------------- */

  .products-holder.flex-row[class*="item-col-"]:not(.no-gutters){
    margin: -50px -15px 0;
    position: relative;
  }

  .products-holder.flex-row[class*="item-col-"]:not(.no-gutters) > *{
    padding: 50px 15px 0;
  }

  .products-holder:not(:last-child){
    margin-bottom: 30px;
  }

  .product{
    position: relative;
  }

  .product:not(.single) .pricing-area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 13px;
  }

  .product .product-description .product-name a:hover{
    color: #b01933;
  }

  .product::after{
    content: "";
    display: block;
    clear: both;
  }

  .product-image{
    display: block;
    position: relative;
  }

  .product-image .btn{
    position: absolute;
    bottom: 0;
    left: 49%;
    margin-bottom: -20px;
    display: block;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

    opacity: 0;
    visibility: hidden;
  }

  .product-image:hover .btn{
    opacity: 1;
    visibility: visible;
    margin-bottom: 20px;
  }

  .product-image:not(:last-child){
    margin-bottom: 10px;
  }

  .product-name{
    font-weight: normal;
  }

  .product-name:not(:last-child){
    margin-bottom: 42px;
  }

  .product-info .product-review > a:hover{
    text-decoration: underline;
  }
  .product-price{
    letter-spacing: 0.3px;
    font-size: 18px;
    color: #ef2245;
    font-weight: bold;
  }

  .custom-list .product-price{
    font-weight: normal;
  }

  .product-price span{
    color: #999;
    text-decoration: line-through;
  }

  .pricing-area{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }

  .pricing-area:not(:last-child){
    margin-bottom: 13px;
  }

  .product-cat{
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ef2245;
  }

  .rating{
    position: relative;
    font-size: 0;
  }

  .rating > li{
    color: #ff9920;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
  }

  .rating > li.empty{
    color: #999;
  }

  .rating.size-2 > li{
    font-size: 24px;
  }

  /* ------------------ Shopping cart ---------------- */

  .shop-cart{
    position: relative;
  }

  .sc-cart-btn > span:not(.price){
    position: relative;
  }

  .sc-cart-btn > span:not(.price)::after{
    content: attr(data-amount);
    position: absolute;
    font-size: 11px;
    color: #7b8285;
    font-weight: bold;
    top: 0;
    left: 0;
    width: 100%;
    font-family: 'Heebo', sans-serif;
  }

  .shopping-cart{
    background: #565656;
    width: 360px;
    margin-top: 20px;
    margin-left: -20px;
    border-radius: 3px;
    text-align: left;
    font-size: 14px;
  }

  .shopping-cart .products-holder{
    padding: 30px;
  }

  .shopping-cart .product-image:not(:last-child),
  .shop-cart-form .product .product-image:not(:last-child){
    margin-bottom: 0;
  }

  .shopping-cart .product-name:not(:last-child),
  .shop-cart-form .product .product-name:not(:last-child){
    margin-bottom: 0;
  }

  .shopping-cart .product-color,
  .shop-cart-form .product .product-color{
    font-size: 13px;
    color: #7b8285;
  }

  .shopping-cart .products-holder{
    margin: 0;
  }

  .shopping-cart .products-holder .product .product-title{
    line-height: 22px;
  }

  .shopping-cart .products-holder .product .product-title a{
    color: #fff;
  }

  .shopping-cart .products-holder .col{
    padding: 0;
  }

  .shopping-cart .products-holder .product-image,
  .shop-cart-form .product .product-image{
    float: left;
    margin-right: 20px;
    max-width: 84px;
    overflow: hidden;
  }

  .shopping-cart .products-holder .product-description{
    overflow: hidden;
    padding: 0;
    padding-right: 30px;
  }

  .shopping-cart .product-name,
  .shop-cart-form .product .product-name{
    display: block;
  }

  .shop-cart-form[class*="table-type"] table tr > td.order-total{
    font-weight: bold;
    text-transform: uppercase;
  }

  .shop-cart-form[class*="table-type"] table tr:not(.total) > td.order-total{
    color: #333;
  }

  .shopping-cart .products-holder .product .product-title a:hover,
  .shop-cart-form .product .product-title a:hover{
    color: #b01933;
  }

  .shopping-cart .product-price,
  .shop-cart-form .product-price{
    color: #999;
    font-size: 14px;
    line-height: 30px;
  }

  .shopping-cart .product .item-close,
  .shop-cart-form .item-close{
    color: #c9c9c9;
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'Linearicons';
    background: none;
    font-size: 18px;
    z-index: 2;
  }

  .shopping-cart .sc-footer{
    background: #3c3c3c;
    padding: 22px 30px;
  }

  .shopping-cart .product h6:not(:last-child){
    margin-bottom: 7px;
  }

  .shopping-cart .product .item-close:before,
  .shop-cart-form .item-close:before{
    content: "\e95a";
  }

  .shopping-cart .product .item-close:hover,
  .shop-cart-form .item-close:hover{
    color: #fff;
  }

  .shopping-cart .products-holder{
    margin: 0;
  }

  .shopping-cart .products-holder .product{
    box-shadow: none;
    background: transparent;
    width: 100%;
  }

  .shopping-cart .products-holder .product:not(:last-child){
    margin-bottom: 28px;
  }

  .shopping-cart .subtotal:not(:last-child){
    margin-bottom: 13px;
  }

  .sc-footer .subtotal{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .sc-footer .subtotal .total-price{
    color: #ef2245;
    font-weight: 900;
  }

  .shopping-cart-form:not(:last-child){
    margin-bottom: 40px;
  }

  .shop-cart-form .product{
    display: inline-block;
  }

  .shop-cart-form[class*="table-type"] table tr > td{
    vertical-align: top;
    padding: 28px;
  }

  [class*="table-type"] table tr > td.total-price{
    font-weight: bold;
  }

  .shop-cart-form tr td .item-close{
    position: relative;
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 60px;
    color: #999;
  }

  .shop-cart-form tr td .item-close:hover{
    color: #333;
  }

  .shop-cart-form tr th.product-col{
    width: 570px;
  }

  .shop-cart-form .product-image,
  .shop-cart-form .product-description{
    display: table-cell;
    vertical-align: middle;
  }

  .shop-cart-form.order-type tr td input[type="radio"] + label{
    font-size: 16px;
  }

  .shop-cart-form .product .product-description{
    overflow: hidden;
  }

  .shop-cart-form tr:last-child td:not(.order-total):first-child{
    border-right: none;
  }

  .shop-cart-form tr td .newsletter{
    max-width: 540px;
  }

  .shop-cart-form tr td .newsletter .btn{
    margin-left: 10px;
  }

  table tr td .calc{
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5px;
  }

  table tr.total td,
  table tr.total th{
    color: #b01933;
  }

  .recent-order tr th.order-view{
    width: 115px;
  }

  .product.single{
    box-shadow: none;
    background: transparent;
  }

  .product.single .product-description:not(:last-child){
    margin-bottom: 50px;
  }

  .product.single .product-description{
    padding: 0;
    color: #777;
  }

  .product.single .product-name:not(:last-child){
    margin-bottom: 7px;
  }

  .product.single .product-price{
    font-size: 24px;
  }

  .image-preview:not(:last-child){
    margin-bottom: 20px;
  }

  .product.single .product-excerpt{
    color: inherit;
  }

  .product.single .product-info:not(:last-child){
    margin-bottom: 15px;
  }

  .product.single .product-characteristics{
    margin: -10px -7px 0;
  }

  .product.single .product-characteristics:not(:last-child){
    margin-bottom: 30px;
  }

  .product.single .product-actions > *,
  .product.single .product-characteristics > li > *{
    display: inline-block;
    vertical-align: middle;
    margin: 10px 7px 0;
  }

  .product.single .product-characteristics > li:not(:last-child){
    margin-bottom: 8px;
  }

  .product.single .pricing-area .rating > li{
    font-size: 20px;
  }

  .product.single .pricing-area > span{
    padding-left: 10px;
    color: #777;
  }

  .product.single .pricing-area:not(:last-child){
    margin-bottom: 13px;
  }

  .product.single .pricing-area > span a.link-text{
    color: #333;
  }

  .product.single .add-to-cart-form:not(:last-child),
  .product.single .product-actions:not(:last-child),
  .product.single .product-price:not(:last-child){
    margin-bottom: 26px;
  }

  .product.single .product-meta{
    color: #777;
    font-size: 16px;
  }

  .product.single .product-meta > li > span{
    color: #777;
  }

  .product.single .product-meta:not(:last-child){
    margin-bottom: 26px;
  }

  .product.single .product-meta a{
    color: #333; 
  }

  .product.single .product-meta a:hover{
    text-decoration: underline;
  }

  .product.single .product-meta > li:not(:last-child){
    margin-bottom: 5px;
  }

  .product.single .product-actions{
    margin: -10px -10px 0;
  }

  .product.single .product-actions > *{
    margin: 10px 10px 0;
  }

  .image-preview{
    position: relative;
    display: inline-block;
    overflow: hidden;
  }

  .image-preview .label{
    top: 40px;
    z-index: 5;
  }

  .open-modal{
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 5;
    font-size: 20px;
    color: #2a2c32;
  }

  .zoomContainer{
    z-index: 4 !important;
  }

  .product-thumbs.owl-carousel{
    padding: 0 30px;
  }

  .product-thumbs.owl-carousel .owl-item img{
    opacity: 0.5;
    width: auto;
  }

  .product-thumbs .active:not(.owl-item) img{
    opacity: 1;
  }

  .product-thumbs .owl-nav > *{
    font-size: 30px;
  }

  .product-thumbs.owl-carousel .owl-nav .owl-prev{
    left: -5px;
  }

  .product-thumbs.owl-carousel .owl-nav .owl-next{
    right: -5px;
  }

  .share .title{
    color: #7b8285;
    margin-right: 10px;
  }

  .share ul{
    display: inline-block;
  }

  .hidden-section:not(:last-child){
    margin-bottom: 13px;
  }

  .hidden-section .account-action{
    font-size: 18px;
    font-weight: 500;
    color: #777;
  }

    .hidden-section .account-action > a{
      color: #333;
    }

    .hidden-section .account-action > a:hover{
      color: #b01933;
    }

    .hidden-section .login-form-footer{
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
    }

  .hidden-section .content{
    padding: 20px 0 15px;
  }

  .checkbox-title input[type="checkbox"] + label{
    font-size: 24px;
    line-height: 30px;
    font-family: 'Lora', sans-serif;
    color: #333;
    font-style: italic;
    font-weight: bold;
  }

  .checkbox-title input[type="radio"] + label::before, 
  .checkbox-title input[type="checkbox"] + label::before{
      left: auto;
      right: 0;
      top: 50%;
      margin-top: -15px;
  }

  .checkbox-title input[type="checkbox"] + label::after{
    left: auto;
    right: 4px;
    top: 50%;
    margin-top: -14px;
  }

  .checkbox-title input[type="checkbox"] + label{
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 50px;
  }

  .checkbox-title:not(:last-child){
    margin-bottom: 26px;
  }

  .payment-option li:not(:last-child){
    margin-bottom: 26px;
  }

  .payment-option input[type="radio"] + label{
    font-weight: bold;
    text-transform: uppercase;
    color: #777;
    font-size: 18px;
  }

  .payment-option .link-text.var2{
    font-size: 16px;
  }

  .payment-desc{
    padding-left: 50px;
  }

  .payment-option p{
    color: #777;
  }

  .payment-option .input-wrapper:not(:last-child){
    margin-bottom: 7px;
  }

  .payment-option > li:last-child [class*="btn"]:only-child{
    margin-top: 26px;
  }

/* -----------------------------------

  12. Sidebar

------------------------------------- */

#sidebar .widget:not(:last-child){
  margin-bottom: 70px;
}

#sidebar .widget > p{
  font-size: 16px;
  line-height: 26px;
}

.widget:not(:last-child){
  margin-bottom: 30px;
}

#sidebar .widget .widget-title{
  font-weight: bold;
}

.widget-title:not(:last-child){
  margin-bottom: 30px;
}

  /* ----------------- Search Widget ---------------- */

  /* ----------------- Categories Widget ---------------- */

  /* ----------------- Tags Widget ---------------- */

  .tagcloud{
    margin: -5px -2.5px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .tagcloud a{
    color: #8f8e8c;
    font-size: 11px;
    line-height: 16px;
    padding: 4px 10px 4px;
    text-transform: uppercase;
    display: block;
    background: #fff;
    letter-spacing: .5px;
    border: 2px solid #c9c9c9;
    border-radius: 3px;
    margin: 5px 2.5px 0;
  }

  .tagcloud a:hover{
    border-color: #8f8e8c;
  }

  .tag-title{
    font-size: 18px;
    color: #777;
    margin-bottom: 13px;
    display: block;
  }

  /* ----------------- Entry Widget ---------------- */

  .widget .entry-box.entry-small .entry-col:not(:last-child){
    margin-bottom: 28px;
    padding-bottom: 0;
    border-bottom: none;
  }

  .widget .entry-box.entry-small .entry .thumbnail-attachment{
    max-width: 85px;
    width: 100%;
  }

  .widget .entry-box.entry-small .entry .entry-title{
    font-weight: normal;
    line-height: 22px;
  }

  .widget .entry-box.entry-small .entry .entry-body{
    padding-left: 20px;
    padding-top: 0;
  }

  .widget .entry-box.entry-small .entry .entry-meta{
    font-size: 13px;
  }

  .widget .event-box.style-2:not(.list-type) .event:not(:last-child){
    padding-bottom: 17px;
    margin-bottom: 18px;
  }

  .widget  .event-box.style-2:not(.grid-type) .event{
    padding-left: 0;
  }

  .widget .event-box.style-2 .event .event-date{
    position: relative;
  }

  .widget .event-box.style-2:not(.list-type):not(.grid-type) .event .event-body{
    padding-right: 0;
  }

  .widget .event-box.style-2:not(.list-type):not(.grid-type) .event .event-title{
    font-weight: normal;
  }

  .widget .event-box.style-2 .event p.e-info{
    font-size: 13px;
    line-height: 18px;
  }

  .widget .event-date .numb{
    font-size: 30px;
  }

  .widget .event-date .month{
    font-size: 16px;
    line-height: 24px;
  }

  .widget .event-date .day{
    font-size: 12px;
    line-height: 20px;
  }

  /* ----------------- Product Widget ---------------- */

  .widget .product-holder .product:not(:last-child){
    margin-bottom: 26px;
  }

  .widget .product .product-image:not(:last-child){
    margin-bottom: 0;
    margin-right: 20px;
  }

  .widget .product .product-image{
    float: left;
  }

  .widget .product .product-description{
    overflow: hidden;
  }

    .widget .product .product-description .product-name{
      line-height: 22px;
    }

    .widget .product:not(.single) .pricing-area{
      position: relative;
      padding: 0;
    }

    .widget .product .product-description .product-name:not(:last-child){
      margin-bottom: 7px;
    }

    .widget .product .product-price{
      font-size: 14px;
    }

    .widget .product .rating > li{
      font-size: 14px;
    }

  /*----------- Comment --------------*/

  .info-links > li:not(:last-child){
    padding-bottom: 18px;
    margin-bottom: 13px;
    border-bottom: 1px solid #e0e0e0;
  }

  .info-links > li > a{
    position: relative;
  }

  .info-links > li > a:hover{
    text-decoration: underline;
  }

  .info-links.comment-type > li{
    color: #999;
    line-height: 22px;
  }

  .info-links.comment-type > li > a{
    color: #333;
    font-size: 16px;
  }

  .info-links.comment-type > li > a:last-child{
    color: #333;
    font-size: 18px;
    font-family: 'Lora', sans-serif;
    font-style: italic;
    font-weight: normal;
  }

/* -----------------------------------

  13. Footer

------------------------------------- */

#footer[class*="footer"]{
  color: #fff;
  background: #333;
  flex-shrink: 0;
  z-index: 2;
}

  [class*="footer"] .widget{
    padding: 0;
    background: transparent;
  }

  [class*="footer"] .widget:not(:last-child){
    margin-bottom: 0;
  }

  [class*="footer"] .main-footer{
    padding: 80px 0;
  }

  .footer-widgets{
    padding: 60px 0 40px;
  }

    [class*="footer"] .widget .widget-title{
      color: #fff;
    }

    [class*="footer"] .widget p{
      font-size: 16px;
      line-height: 26px;
      color: #999;
    }

    [class*="footer"] .widget p:not(:last-child){
      margin-bottom: 26px;
    }

  [class*="footer"] .copyright{
    padding: 28px 15px;
    text-align: center;
    color: #999;
    background: #3e3e3e;
  }

  [class*="footer"] .copyright p{
    font-size: 15px;
  }

  [class*="footer"] .copyright p:not(:last-child){
    margin-bottom: 0;
  }

  [class*="footer"] .copyright a{
    color: #fff;
  }

  [class*="footer"] .copyright p > a:hover{
    text-decoration: underline;
  }

  [class*="footer"] a.link-text:hover{
    color: #fff!important;
    text-decoration: underline;
  }

/* ----------------- Footer style-2 ---------------- */

.footer.style-2 .main-footer .widget .logo:not(:last-child){
  margin-bottom: 28px;
}

/* ----------------- Footer style-2 ---------------- */

/* responsive.css */

 /*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1600px){
 

}

@media only screen and (min-width: 1480px){

    .container.wide{
        max-width: 1380px;
    }

    .container.wide2{
        max-width: 1440px;
    }

}

@media only screen and (max-width: 1480px){

    .header.style-4.wide .container{
        padding: 0 15px;
    }

    .main-navigation > ul > li > a{
        font-size: 14px;
    }

    .header.style-4 .main-navigation > ul{
        margin: 0 -10px;
    }

    .main-navigation > ul > li{
        margin: 0 10px;
    }

    .header.style-4.wide .top-header .logo,
    .header:not(.style-2):not(.style-3) .logo{
        left: 15px;
        max-width: 155px;
    }

    .header.style-4 .top-header .top-head-menu,
    .header.style-4 .menu-wrap{
        padding-left: 200px;
    }

    .header.style-4 .main-navigation > ul > li > a{
        font-size: 14px;
    }

    .header-btns > .head-btn .btn span{
        display: none;
    }

    .header .top-header{
         padding: 30px 15px;
     }

}

@media only screen and (min-width: 1280px){

    #header.clone-fixed.slideDown{
        top: 0!important;
        box-shadow: 0 -5px 30px rgba(78, 82, 99, 0.3);
        opacity: 1;
    }

}

@media only screen and (max-width: 1280px){

    #header.sticky-header.clone-fixed{
        display: none!important;
    }

    .header.style-2 .menu-holder{
        padding-left: 0;
    }

    .event-box.style-2:not(.grid-type) .event{
        display: block;
    }

    .event-box.style-2:not(.grid-type) .event .event-action{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .call-out.newsletter .justify-content-center{
        justify-content: start!important;
    }

    .portfolio-holder.fourth-collumn h4.project-title{
        font-size: 24px;
    }

}

@media (max-width: 1280px) and (min-width: 992px){

    .tribe-events-calendar tr td:nth-child(6) .tribe-events-category-tech-events .tribe-events-tooltip, 
    .tribe-events-calendar tr td:nth-child(7) .tribe-events-category-tech-events .tribe-events-tooltip {
        left: auto;
        right: 0;
    }

    .tribe-events-calendar tr td:nth-child(6) .tribe-events-category-tech-events .tribe-events-tooltip:before, 
    .tribe-events-calendar tr td:nth-child(7) .tribe-events-category-tech-events .tribe-events-tooltip:before {
        left: auto;
        right: 30px;
    }

}

@media only screen and (max-width: 1199px){
    
    .pricing-tables-holder.item-col-4 > .pricing-col,
    .isotope.three-collumn > .item{
        width: 50%;
    }

    .chose-donate{
        display: block;
    }

    .team-holder .team-item.single-item{
        width: 100%;
    }

   /* p br{
        display: none;
    } */

    .breadcrumbs-wrap.style-3:not(.no-title){
       height: 0;
       padding-top: 15%;
       padding-bottom: 15%;
    }

    .counter-wrap.item-col-4 > .counter{
        width: 50%;
    }

    .header.style-4 .top-header .top-head-menu,
    .header.style-4 .top-header .our-info.style-3,
    .header.style-4 .our-info.style-3 .info-item{
        justify-content: flex-end;
        text-align: right;
    }

    .header.style-4 .top-header .social-icons{
        padding-left: 30px;
    }

    .header.style-4 .container{
        max-width: 100%;
    }

}

@media (max-width: 1024px) and (min-width: 768px){
    
    .parallax-section,
    .call-out,
    .media-holder,
    .col-bg{
        background-attachment: scroll!important;
    }

}

@media only screen and (max-width: 992px){

    /*    Mobile Menu
    /* -------------------------------------------------- */

    .main-navigation{display: none!important;}

    .responsive-nav-button{display: inline-block;}

    .mobile-advanced{
        position: absolute;
        top: 0;
        right: -100%;
        z-index: 995;
        overflow: hidden;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #fff;
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        -webkit-transition: -webkit-transform .35s ease;
                transition: transform .35s ease;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    #wrapper.active .mobile-advanced{
        pointer-events: auto;

        -webkit-transform: translate(-100%, 0);
                transform: translate(-100%, 0);
    }

        .mobile-advanced > ul{ 
            padding-top: 80px; 
        }

            .mobile-advanced li{
                display: block;
                list-style: none;
            }

                .mobile-advanced li a,
                .sub-menu-wrap.mega-menu ul li a{
                    display: block;
                    padding: 13px 28px;
                    line-height: 1em;
                }

                .mobile-advanced > ul > li.current > a,
                .mobile-advanced > ul > li:hover > a{
                    background-color: #b01933;
                }

                .mobile-advanced .sub-menu-wrap.mega-menu .col:not(:first-child) .mega-title{
                    padding-top: 13px;
                }

                .mobile-advanced > ul > li > a{
                    background-color: #333;
                    color: #fff;
                    font-size: 16px;
                }

                .mobile-advanced ul ul li > a{
                    padding-left: 30px;
                    display: block;
                }

                .mobile-advanced ul ul li > a:before{
                    display: inline-block;
                    vertical-align: middle;
                    position: relative;
                    margin-right: 5px;
                    font-size: 14px;
                    font-family: 'fontello';
                    content: "\f105";
                }

                .mobile-advanced ul ul ul li > a{padding-left: 50px;}

        #advanced-menu-hide{
            position: fixed;
            top: 20px;
            right: 30px;
            z-index: 999;
            display: block;
            text-align: center;
            color: #222;

            -webkit-backface-visibility: hidden;
                    backface-visibility: hidden;
        }

        #wrapper.active #advanced-menu-hide{
            visibility: visible;
            pointer-events: auto;

            -webkit-transform: translateX(0);
                    transform: translateX(0);
        }

        #advanced-menu-hide:after{
            content: '\e92a';
            vertical-align: middle;
            text-align: center;
            font-size: 30px;
            font-family: 'linearicons';
            line-height: 38px;
        }

        #advanced-menu-hide:hover{color: #b01933;}

        .sub-menu-wrap.mega-menu .mega-title{
            padding-top: 13px;
        }

        .mobile-advanced > ul > li .sub-menu-wrap,
        .mobile-advanced > ul > li .sub-menu-wrap.sub-menu-inner,
        .mobile-advanced > ul > li.has-megamenu .sub-menu-wrap{
            position: relative;
            width: 100%;
            opacity: 1;
            display: block;
            visibility: visible;
            left: 0;
            right: 0;
            border: none;
            border-radius: 0;
            padding: 0;
            margin: 0;

            -webkit-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
        }

    .toggle-menu{display: block;}

    /* ------------------------------------------------------------------------------ */

    /* ------------------------------------------------------------------------------ */

    /* tables change*/

    .responsive-table,
    .responsive-table tbody,
    .responsive-table thead,
    .responsive-table tfoot,
    .responsive-table th,
    .responsive-table tr,
    .responsive-table td{
        display:block;
    }

    .tribe-events-calendar tr:first-child td:first-child{
        border-top: 1px solid #eaeaea;
    }

    .tribe-events-calendar tr td .tribe-events-daynum:last-child{
        border-bottom: 0;
    }

    .table-type-2.compare-table.responsive-table table tr > th{
        width: 100%;
    }

    .table-type-2.compare-table table tr.title > th{
        padding: 10px 15px;
    }

    .responsive-table tr th{
        position:absolute;
        top:-9999px;
        left:-9999px;
    }

    .responsive-table td{
        position:relative;
        padding-left:53% !important;
    }

    .shop-cart-form tr td .item-close{
        margin-right: 0;
    }

    .shop-cart-form tr th.product-col{
        width: auto;
    }

    .responsive-table td:not([colspan]):not(.close-product):after{
        content:"";
        display:block;
        position:absolute;
        left:50%;
        top:0;
        height:100%;
    }

    .responsive-table tr:last-child td[colspan]:last-child,
    .responsive-table tr:last-child td:not(:first-child),
    .tribe-events-calendar tr:first-child td:first-child .tribe-events-daynum{
        border-top: none!important;
    }

    table.tribe-events-calendar tr td:not(:first-child), 
    table.tribe-events-calendar tr th:not(:first-child),
    .tribe-events-calendar tr:first-child td:first-child{
        border: none;
    }

    .shop-cart-form.responsive-table tr td,
    .recent-order.responsive-table tr td{
        border-left: 1px solid #e0e0e0;
    }

    .responsive-table td[colspan],
    .responsive-table td.close-product{
        width:100%;
        text-align:center;
        padding: 10px !important;
    }

    .responsive-table td.close-product{
        text-align: left;
    }

    .responsive-table td[colspan]:before,
    .responsive-table td.close-product:before{
        display: none;
    }

    .responsive-table.table_type_1.var5 td[colspan] table tr td{
        padding: 0!important;
    }

    .responsive-table.table_type_1.var5 td[colspan] table tr td .button,
    .responsive-table.table_type_1.var5 td[colspan] table tr td input{
        margin-top: 10px;
    }

    .shop-cart-form.responsive-table td:not(.close-product),
    .shop-cart-form.responsive-table .product,
    .recent-order.responsive-table tr td{
        padding-left: 52%!important;
    }

    .shop-cart-form.responsive-table .product .item-close{
        left: 15px;
    }

    .shop-cart-form.responsive-table td[colspan]{
        padding-left: 10px!important;
    }

    .table_type_1.var5 tr:last-child td table tr td:last-child{
        text-align: center;
    }

    .responsive-table td[colspan]:after{
        display: none;
    }

    .responsive-table.table_type_1.var5 td[colspan] table tr td{
        width: 100%;
    }

    .responsive-table td[colspan] table tr td:after{
        display: none;
    }

    .responsive-table td[colspan] table tr td:before{
        display: none;
    }

    .responsive-table td[colspan] .align-right{
        text-align: center;
    }

    .responsive-table td:before{
        content:attr(data-title);
        text-transform: uppercase;
        color: #333;
        position:absolute;
        top:50%;
        left:15px;
        width:45%;
        padding-right:10px;
        -webkit-transform:translateY(-50%) translateZ(0);
        -moz-transform:translateY(-50%);
        -o-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
        transform:translateY(-50%);
    }

    .shop-cart-form[class*="table-type"] table tr > td{
        padding: 13px;
    }

    .call-out.half-section{
        display: block;
    }

        .call-out.half-section .call-out-col{
            width: 100%;
        }

    .half-bg-col{
        padding: 0;
    }

    .half-bg-col[class*="page-section-bg"]{
        padding-bottom: 56px;
    }

    .half-bg-col:not(.two-cols) [class*="img-col"]{
        padding-bottom: 50%;
        margin-bottom: 56px;
        position: relative;
        width: 100%;
    }

    .half-bg-col.call-out .col-bg{
        width: 100%;
    }

    .testimonial-holder.style-3 .testimonial blockquote,
    .half-bg-col .testimonial-holder.style-3 .testimonial blockquote{
        padding: 0;
    }

    .testimonial-holder.style-2 .testimonial:not(.blockquote-holder) blockquote{
        padding-left: 0;
        padding-right: 0;
    }

    .icons-box.item-col-4 > *,
    .info-boxes.item-col-3 > *,
    .icons-box.item-col-3 > *,
    .team-holder.item-col-4 > .team-item,
    .info-boxes.item-col-4 > *,
    .event-box.isotope.three-collumn > .item,
    .entry-box.item-col-3 > *,
    .instagram-feed.style-2 .nv-instafeed-item,
    .portfolio-holder.item-col-3 > *,
    .products-holder.item-col-4 > *{
        width: 50%;
    }

    .brand-holder.item-col-6 > *,
    .isotope.fourth-collumn > .item{
        width: 33.3333%;
    }

    [class*="table-type"] table tr > td, 
    [class*="table-type"] table tr > th{
        padding: 10px 15px;
    }

    .searchform-wrap .vc-child{
        width: 70%;
    }

    .our-info:not([class*="style-"]){
        display: block;
    }

    .our-info:not([class*="style-"]) .info-item{
      width: 100%;
      padding: 56px 15px;
    }

    .our-info:not([class*="style-"]) .info-item:before{
        left: -2000px;
    }

    .event-box.style-2 .event{
        display: block;
    }

    .event-box.style-2:not(.list-type) .event .event-body{
        padding-right: 0;
    }

    .event-box.style-2 .event .event-img{
        min-width: 100%;
    }

    .entry-box.timeline:before{
        display: none;
    }

    .entry-box.timeline .cmsmasters_post_date{
        position: relative;
        left: auto;
        right: auto;
        width: auto;
        top: auto;
        text-align: left;
    }

    .entry-box.timeline .row > [class*="col"]:not(:last-child){
        margin-bottom: 45px;
    }

    [class*="page-section"],
    .page-content-wrap{
        padding: 56px 0;
    }

    .half-bg-col,
    .half-bg-col.size2,
    .half-bg-col.size3,
    .call-out.size4{
        padding-bottom: 56px;
        padding-top: 0;
    }

    .content-element:not(:last-child){
        margin-bottom: 56px;
    }

     .half-bg-col.two-cols > .container > .row > [class*="col-"]{
         padding-top: 56px;
         padding-bottom: 56px;
     }

     .half-bg-col.two-cols, 
     .half-bg-col.two-cols .page-section-bg{
         padding: 0;
     }

     .half-bg-col.two-cols [class*="img-col"]{
        width: 100%;
     }

     .half-bg-col.two-cols .row{
         margin-bottom: 0;
     }

    .team-holder.single-member .team-member{
        display: block;
    }

    .event-box.style-2:not(.grid-type) .event{
        display: block;
    }

    .widget .event-box.style-2:not(.grid-type) .event{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .tribe-events-bar .row.col-no-space{
        margin-top: -13px;
    }

    .tribe-events-bar .row.col-no-space > [class*="col"]{
        padding-top: 13px;
    }

    .tribe-events-calendar tr td .tribe-events-category-tech-events .tribe-events-tooltip{
        left: auto;
        right: 0;
    }

    .tribe-events-calendar tr td .tribe-events-category-tech-events .tribe-events-tooltip:before{
        left: auto;
        right: 30px;
    }

    .entry-box.half-grid .entry:not(.full-grid) .thumbnail-attachment{
        float: none;
        max-width: 100%;
    }

    .section-title:not(:last-child), 
    .title-holder:not(:last-child){
        margin-bottom: 39px;
    }

    .published{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .cmsmasters_post_date .published .cmsmasters_post_day{
        margin-right: 10px;
    }

    .team-holder.single-member .team-member .member-photo{
        float: none;
        margin-right: 0;
        display: block;
    }

    .header:not([class*="style-"]) .menu-holder{
        padding-left: 0;
        padding-right: 30px;
    }

    .header:not([class*="style-"]) .top-header{
        justify-content: flex-end;
    }

    .header.style-3.wide .top-header{
        padding-left: 15px;
        padding-right: 15px;
    }

    .header.style-4 .menu-holder{
        padding: 13px 0;
    }

    .header.style-4 .our-info.style-3 .info-item:first-child{
        width: 100%;
    }

    .parallax-section.with-bg-back:after{
        display: block;
    }

}

@media (min-width: 992px){

    .single-post #googleMap{
        padding-bottom: 131%;
    }

}

@media (max-width:769px){

    .header .top-header{
        padding: 15px;
    }

    .header .logo{
        left: 15px;
    }

    .call-out.newsletter .call-title{
        float: none;
        padding: 0;
        padding-bottom: 39px;
    }

    .header.style-3 .top-header,
    .header.style-3 .top-header .header-btns{
        flex-wrap: wrap;
    }

    .header.style-3 .top-header > .top-head-col:not(:last-child){
        margin-bottom: 26px;
    }

    .header.style-3 .top-header .top-head-col > *:not(:last-child){
        margin-bottom: 0;
    }

    .header.style-3 .top-header{
        align-items: flex-start;
    }

    .header.style-3 .social-icons{
        justify-content: center;
    }

    .header.style-4.wide .top-header .logo, 
    .header:not(.style-2):not(.style-3) .logo{
        max-width: 84px;
    }

    .team-item.single-item{
        display: block;
    }

    .team-item.single-item > *,
    .info-boxes.item-col-4 > *,
    .entry-box.item-col-3 > *,
    .info-boxes.item-col-3 > *,
    .icons-box.item-col-3 > *,
    .event-box.isotope.three-collumn > .item,
    .isotope.two-collumn > .item,
    .isotope.three-collumn > .item,
    .video-gallery.item-col-2 > *{
        width: 100%;
    }

    .team-holder.item-col-3 > *,
    .instagram-feed .nv-instafeed-item,
    .isotope.fourth-collumn > .item,
    .portfolio-holder.item-col-4 > *,
    .products-holder.item-col-3 > *{
        width: 50%;
    }

    .page-404-section .title{
        font-size: 300px;
    }

    .header.style-3 .top-header > .top-head-col{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-basis: 100%;
    }

    .team-item.single-item > *{
        padding-left: 0;
        padding-right: 0;
    }

    .breadcrumbs-wrap.no-title.style-3{
        padding-top: 100px;
    }

    .header.style-2 .logo{
        max-width: 150px;
    }

    .header.style-4 .top-header .top-head-menu{
        padding-left: 100px;
    }

    .header.style-4 .menu-wrap{
        padding-left: 0;
    }

    .breadcrumbs-wrap.style-3:not(.no-title){
       padding-top: 20%;
       padding-bottom: 25%;
    }

}

@media (min-width:768px){

}

@media only screen and (max-width:480px){

    [class*="alert"]{
        padding: 14px 30px 14px 50px;
    }

    [class*="alert"]:before{
        left: 15px;
    }

    [class*="alert"] .close{
        right: 15px;
    }

    .breadcrumbs-wrap .page-title{
        font-size: 48px;
        line-height: 50px;
    }

    .event-box.isotope.three-collumn > .item,
    .instagram-feed .nv-instafeed-item,
    .isotope.fourth-collumn > .item,
    .instagram-feed.style-2 .nv-instafeed-item,
    .flex-row[class*="item-col-"] > *,
    .counter-wrap.item-col-4 > .counter,
    .pricing-tables-holder.item-col-4 > .pricing-col,
    .team-holder.item-col-4 > .team-item{
        width: 100%;
    }

    .brand-holder.item-col-6 > *{
        width: 50%;
    }

    .tabs:not(.vertical) .tabs-nav li{
        display: block;
    }

    .tabs:not(.style-2):not(.vertical) .tabs-nav > li:not(:last-child),
    .tabs.style-2:not(.vertical) .tabs-nav > li:not(:last-child){
        margin-right: 0;
    }

    .tabs:not(.vertical):not(.style-2) .tabs-nav{
        border-bottom: none;
    }

    .tabs.style-2:not(.vertical) .tabs-nav > li:not(:last-child){
        margin-bottom: 2px;
    }

    .tabs.vertical{
        display: block;
    }

    .tabs.vertical .tabs-nav,
    .tabs.vertical .tabs-content{
        width: 100%;
        max-width: 100%;
    }

    .tabs.vertical .tabs-content{
        width: 100%;
        padding-top: 30px;
    }

    .tabs.vertical .tabs-nav > li a:after{
        left: 0;
        top: 100%;
        width: 100%;
        height: 1px;
    }

    .tabs.vertical .tabs-nav{
        border-right: none;
    }

    .event-box.style-2 .event,
    .event-box.style-2:not(.list-type) .event{
        padding-left: 0;
    }

    .event-box.style-2:not(.list-type):not(.grid-type) .event .event-body{
        padding-right: 0;
    }

    .event-box.style-2:not(.grid-type) .event{
        display: block;
        padding-left: 0;
    }

    .event-box.style-2:not(.grid-type) .event > *{
        padding-left: 0;
        padding-right: 0;
    }

    .event-box.style-2 .event .event-date{
        text-align: left;
    }

    .event-box.style-2 .event .event-date,
    .event-box.style-2.list-type .event .event-date{
        position: relative;
        width: 100%;
    }

    .page-404-section .title{
        font-size: 170px;
        line-height: 150px;
    }

    .page-404-section .title:not(:last-child){
        margin-bottom: 20px;
    }

    .page-404-section form input{
        min-width: 100%;
    }

    .header.style-4 .top-header .logo{
        max-width: 120px;
    }

    .header.style-4 .top-header .top-head-menu, 
    .header.style-4 .menu-wrap{
        padding-left: 140px;
    }

    .header.style-4 .menu-wrap{
        padding-left: 0;
    }

    .header:not(.style-2):not(.style-3):not(.style-4) .logo{
        max-width: 60px;
        left: 10px
    }

    .header.style-4.wide .top-header .menu-holder,
    .header:not(.style-2):not(.style-3) .top-header .menu-holder{
        padding-left: 50px;
    }

    .header.style-4.wide .top-header .logo{
        max-width: 120px;
    }

    .header .btn-big{
        padding: 6px 12px;
        font-size: 12px;
    }

    .menu-holder{
        padding-left: 0;
    }

    .header-btns > .head-btn{
        padding: 10px;
    }

    .event .event-action > *{
        display: inline-block;
    }

    .carousel-type-2.event-box .owl-carousel .owl-nav > .owl-prev{
        left: -20px;
    }

    .carousel-type-2.event-box .owl-carousel .owl-nav > .owl-next{
        right: -20px;
    }

    .carousel-type-2.event-box.style-3 .event{
        padding: 0 20px 39px
    }

    .header.style-3 .top-header,
    .header.style-3 .top-header .header-btns{
        display: block;
        text-align: center;
    }

    .header.style-3 .top-header .logo-wrap:not(:last-child){
        margin-bottom: 13px;
    }

    .header.style-3 .top-header > .top-head-col > *{
        max-width: 50%;
    }

    .breadcrumbs-wrap.style-3{
        padding: 90px 0 30px;
    }

    .breadcrumbs-wrap.no-title.style-3{
        padding-top: 75px;
    }

    .coming-soon{
        padding: 112px 0;
    }

    .event-box.style-2.list-type .event .event-date{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }

    .event-box.style-2:not(.grid-type) .event .event-img{
        min-width: 100%;
    }

    .event-box.style-2.list-type .event .event-date > *:not(:last-child){
        margin-right: 10px;
    }

    .header.style-2 .top-header{
        flex-wrap: wrap;
    }

    .header.style-2:not(.type-2) .top-header .logo-wrap{
        flex-basis: 100%;
        text-align: center;
        margin-bottom: 13px;
    }

    .header.style-2 .top-header .logo-wrap .logo{
        display: inline-block;
    }

    .shop-cart{
        position: static;
    }

    .shop-cart .shopping-cart{
        width: 100%;
        right: 0;
        margin: 0;
    }

    .countdown_row > .countdown_section{
        width: 50%;
    }

    .breadcrumbs-wrap.style-3:not(.no-title){
       padding-top: 25%;
       padding-bottom: 35%;
    }

    .half-bg-col .entry-box.entry-small .entry{
        display: block;
    }

    .half-bg-col .entry-box.entry-small .entry .entry-body{
        padding-left: 0;
        padding-right: 0;
    }

    .header.style-4 .our-info.style-3 .info-item{
        display: block;
    }

}

@media only screen and (max-width:320px){
    
    .header.style-4 .top-header .logo,
    .header.style-4.wide .top-header .logo, .header:not(.style-2):not(.style-3) .logo{
        position: relative;
        left: 0;
    }

    .header.style-4 .top-header .top-head-menu, 
    .header.style-4 .menu-wrap{
        padding-left: 0;
    }

    .header.style-4 .top-header .top-head-menu, .header.style-4 .top-header .our-info.style-3, .header.style-4 .our-info.style-3 .info-item{
        justify-content: flex-start;
        text-align: left;
    }

    .header.style-4 .top-header .social-icons{
        padding: 0;
    }

}

/* fontello.css */

@font-face {
  font-family: 'fontello';
  src: url('/assets/font/fontello.eot?73349828');
  src: url('/assets/font/fontello.eot?73349828#iefix') format('embedded-opentype'),
       url('/assets/font/fontello.woff2?73349828') format('woff2'),
       url('/assets/font/fontello.woff?73349828') format('woff'),
       url('/assets/font/fontello.ttf?73349828') format('truetype'),
       url('/assets/font/fontello.svg?73349828#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?73349828#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-glass-1:before { content: '\e800'; } /* '' */
.icon-music-4:before { content: '\e801'; } /* '' */
.icon-search-8:before { content: '\e802'; } /* '' */
.icon-mail-8:before { content: '\e803'; } /* '' */
.icon-heart-8:before { content: '\e804'; } /* '' */
.icon-heart-empty-4:before { content: '\e805'; } /* '' */
.icon-star-8:before { content: '\e806'; } /* '' */
.icon-star-empty-3:before { content: '\e807'; } /* '' */
.icon-star-half-1:before { content: '\e808'; } /* '' */
.icon-user-8:before { content: '\e809'; } /* '' */
.icon-users-3:before { content: '\e80a'; } /* '' */
.icon-video-5:before { content: '\e80b'; } /* '' */
.icon-videocam-5:before { content: '\e80c'; } /* '' */
.icon-picture-5:before { content: '\e80d'; } /* '' */
.icon-camera-7:before { content: '\e80e'; } /* '' */
.icon-camera-alt:before { content: '\e80f'; } /* '' */
.icon-th-large-3:before { content: '\e810'; } /* '' */
.icon-th-4:before { content: '\e811'; } /* '' */
.icon-th-list-5:before { content: '\e812'; } /* '' */
.icon-ok-6:before { content: '\e813'; } /* '' */
.icon-ok-circled-2:before { content: '\e814'; } /* '' */
.icon-ok-circled2-1:before { content: '\e815'; } /* '' */
.icon-cancel-7:before { content: '\e816'; } /* '' */
.icon-cancel-circled-4:before { content: '\e817'; } /* '' */
.icon-cancel-circled2-1:before { content: '\e818'; } /* '' */
.icon-plus-6:before { content: '\e819'; } /* '' */
.icon-plus-circled-2:before { content: '\e81a'; } /* '' */
.icon-minus-4:before { content: '\e81b'; } /* '' */
.icon-minus-circled-2:before { content: '\e81c'; } /* '' */
.icon-help-circled-3:before { content: '\e81d'; } /* '' */
.icon-info-circled-3:before { content: '\e81e'; } /* '' */
.icon-home-6:before { content: '\e81f'; } /* '' */
.icon-emo-happy:before { content: '\e820'; } /* '' */
.icon-emo-wink:before { content: '\e821'; } /* '' */
.icon-emo-wink2:before { content: '\e822'; } /* '' */
.icon-emo-unhappy:before { content: '\e823'; } /* '' */
.icon-emo-sleep:before { content: '\e824'; } /* '' */
.icon-emo-thumbsup:before { content: '\e825'; } /* '' */
.icon-emo-devil:before { content: '\e826'; } /* '' */
.icon-emo-surprised:before { content: '\e827'; } /* '' */
.icon-emo-tongue:before { content: '\e828'; } /* '' */
.icon-emo-coffee:before { content: '\e829'; } /* '' */
.icon-emo-sunglasses:before { content: '\e82a'; } /* '' */
.icon-emo-displeased:before { content: '\e82b'; } /* '' */
.icon-emo-beer:before { content: '\e82c'; } /* '' */
.icon-emo-grin:before { content: '\e82d'; } /* '' */
.icon-emo-angry:before { content: '\e82e'; } /* '' */
.icon-emo-saint:before { content: '\e82f'; } /* '' */
.icon-emo-cry:before { content: '\e830'; } /* '' */
.icon-emo-shoot:before { content: '\e831'; } /* '' */
.icon-emo-squint:before { content: '\e832'; } /* '' */
.icon-emo-laugh:before { content: '\e833'; } /* '' */
.icon-spin1:before { content: '\e834'; } /* '' */
.icon-spin2:before { content: '\e835'; } /* '' */
.icon-spin3:before { content: '\e836'; } /* '' */
.icon-spin4:before { content: '\e837'; } /* '' */
.icon-spin5:before { content: '\e838'; } /* '' */
.icon-spin6:before { content: '\e839'; } /* '' */
.icon-firefox-1:before { content: '\e83a'; } /* '' */
.icon-chrome-2:before { content: '\e83b'; } /* '' */
.icon-opera-1:before { content: '\e83c'; } /* '' */
.icon-ie:before { content: '\e83d'; } /* '' */
.icon-crown:before { content: '\e83e'; } /* '' */
.icon-crown-plus:before { content: '\e83f'; } /* '' */
.icon-link-5:before { content: '\e840'; } /* '' */
.icon-attach-7:before { content: '\e841'; } /* '' */
.icon-folder:before { content: '\e842'; } /* '' */
.icon-folder-open:before { content: '\e843'; } /* '' */
.icon-phone:before { content: '\e844'; } /* '' */
.icon-cog:before { content: '\e845'; } /* '' */
.icon-cog-alt:before { content: '\e846'; } /* '' */
.icon-wrench:before { content: '\e847'; } /* '' */
.icon-basket:before { content: '\e848'; } /* '' */
.icon-calendar:before { content: '\e849'; } /* '' */
.icon-login:before { content: '\e84a'; } /* '' */
.icon-logout:before { content: '\e84b'; } /* '' */
.icon-volume-off:before { content: '\e84c'; } /* '' */
.icon-volume-down:before { content: '\e84d'; } /* '' */
.icon-volume-up:before { content: '\e84e'; } /* '' */
.icon-headphones:before { content: '\e84f'; } /* '' */
.icon-clock:before { content: '\e850'; } /* '' */
.icon-block:before { content: '\e851'; } /* '' */
.icon-resize-full:before { content: '\e852'; } /* '' */
.icon-resize-small:before { content: '\e853'; } /* '' */
.icon-resize-vertical:before { content: '\e854'; } /* '' */
.icon-resize-horizontal:before { content: '\e855'; } /* '' */
.icon-zoom-in:before { content: '\e856'; } /* '' */
.icon-zoom-out:before { content: '\e857'; } /* '' */
.icon-down-circled2:before { content: '\e858'; } /* '' */
.icon-up-circled2:before { content: '\e859'; } /* '' */
.icon-down-dir:before { content: '\e85a'; } /* '' */
.icon-up-dir:before { content: '\e85b'; } /* '' */
.icon-left-dir:before { content: '\e85c'; } /* '' */
.icon-right-dir:before { content: '\e85d'; } /* '' */
.icon-down-open:before { content: '\e85e'; } /* '' */
.icon-left-open:before { content: '\e85f'; } /* '' */
.icon-right-open:before { content: '\e860'; } /* '' */
.icon-up-open:before { content: '\e861'; } /* '' */
.icon-crown-minus:before { content: '\e862'; } /* '' */
.icon-marquee:before { content: '\e863'; } /* '' */
.icon-down-big:before { content: '\e864'; } /* '' */
.icon-left-big:before { content: '\e865'; } /* '' */
.icon-right-big:before { content: '\e866'; } /* '' */
.icon-up-big:before { content: '\e867'; } /* '' */
.icon-right-hand-1:before { content: '\e868'; } /* '' */
.icon-left-hand-1:before { content: '\e869'; } /* '' */
.icon-up-hand-1:before { content: '\e86a'; } /* '' */
.icon-down-hand-1:before { content: '\e86b'; } /* '' */
.icon-cw-5:before { content: '\e86c'; } /* '' */
.icon-ccw-2:before { content: '\e86d'; } /* '' */
.icon-arrows-cw-3:before { content: '\e86e'; } /* '' */
.icon-shuffle-4:before { content: '\e86f'; } /* '' */
.icon-play-5:before { content: '\e870'; } /* '' */
.icon-play-circled2-1:before { content: '\e871'; } /* '' */
.icon-stop-6:before { content: '\e872'; } /* '' */
.icon-pause-5:before { content: '\e873'; } /* '' */
.icon-to-end-3:before { content: '\e874'; } /* '' */
.icon-to-end-alt:before { content: '\e875'; } /* '' */
.icon-to-start-3:before { content: '\e876'; } /* '' */
.icon-to-start-alt:before { content: '\e877'; } /* '' */
.icon-fast-fw-1:before { content: '\e878'; } /* '' */
.icon-fast-bw:before { content: '\e879'; } /* '' */
.icon-eject-3:before { content: '\e87a'; } /* '' */
.icon-target-5:before { content: '\e87b'; } /* '' */
.icon-signal-5:before { content: '\e87c'; } /* '' */
.icon-award-2:before { content: '\e87d'; } /* '' */
.icon-inbox-4:before { content: '\e87e'; } /* '' */
.icon-globe-6:before { content: '\e87f'; } /* '' */
.icon-cloud-8:before { content: '\e880'; } /* '' */
.icon-flash-4:before { content: '\e881'; } /* '' */
.icon-umbrella-1:before { content: '\e882'; } /* '' */
.icon-flight-2:before { content: '\e883'; } /* '' */
.icon-note:before { content: '\e884'; } /* '' */
.icon-note-beamed:before { content: '\e885'; } /* '' */
.icon-music:before { content: '\e886'; } /* '' */
.icon-search:before { content: '\e887'; } /* '' */
.icon-flashlight:before { content: '\e888'; } /* '' */
.icon-mail:before { content: '\e889'; } /* '' */
.icon-heart:before { content: '\e88a'; } /* '' */
.icon-heart-empty:before { content: '\e88b'; } /* '' */
.icon-star:before { content: '\e88c'; } /* '' */
.icon-star-empty:before { content: '\e88d'; } /* '' */
.icon-user:before { content: '\e88e'; } /* '' */
.icon-users:before { content: '\e88f'; } /* '' */
.icon-user-add:before { content: '\e890'; } /* '' */
.icon-video:before { content: '\e891'; } /* '' */
.icon-picture:before { content: '\e892'; } /* '' */
.icon-camera:before { content: '\e893'; } /* '' */
.icon-layout:before { content: '\e894'; } /* '' */
.icon-menu-1:before { content: '\e895'; } /* '' */
.icon-check:before { content: '\e896'; } /* '' */
.icon-cancel:before { content: '\e897'; } /* '' */
.icon-cancel-circled:before { content: '\e898'; } /* '' */
.icon-cancel-squared:before { content: '\e899'; } /* '' */
.icon-plus:before { content: '\e89a'; } /* '' */
.icon-plus-circled:before { content: '\e89b'; } /* '' */
.icon-plus-squared:before { content: '\e89c'; } /* '' */
.icon-minus:before { content: '\e89d'; } /* '' */
.icon-minus-circled:before { content: '\e89e'; } /* '' */
.icon-minus-squared:before { content: '\e89f'; } /* '' */
.icon-help:before { content: '\e8a0'; } /* '' */
.icon-help-circled:before { content: '\e8a1'; } /* '' */
.icon-info:before { content: '\e8a2'; } /* '' */
.icon-info-circled:before { content: '\e8a3'; } /* '' */
.icon-back:before { content: '\e8a4'; } /* '' */
.icon-home:before { content: '\e8a5'; } /* '' */
.icon-link:before { content: '\e8a6'; } /* '' */
.icon-attach:before { content: '\e8a7'; } /* '' */
.icon-lock:before { content: '\e8a8'; } /* '' */
.icon-lock-open:before { content: '\e8a9'; } /* '' */
.icon-eye:before { content: '\e8aa'; } /* '' */
.icon-tag:before { content: '\e8ab'; } /* '' */
.icon-bookmark:before { content: '\e8ac'; } /* '' */
.icon-bookmarks:before { content: '\e8ad'; } /* '' */
.icon-flag:before { content: '\e8ae'; } /* '' */
.icon-thumbs-up:before { content: '\e8af'; } /* '' */
.icon-thumbs-down:before { content: '\e8b0'; } /* '' */
.icon-download:before { content: '\e8b1'; } /* '' */
.icon-upload:before { content: '\e8b2'; } /* '' */
.icon-upload-cloud:before { content: '\e8b3'; } /* '' */
.icon-reply:before { content: '\e8b4'; } /* '' */
.icon-reply-all:before { content: '\e8b5'; } /* '' */
.icon-forward:before { content: '\e8b6'; } /* '' */
.icon-quote:before { content: '\e8b7'; } /* '' */
.icon-code:before { content: '\e8b8'; } /* '' */
.icon-export:before { content: '\e8b9'; } /* '' */
.icon-pencil:before { content: '\e8ba'; } /* '' */
.icon-feather:before { content: '\e8bb'; } /* '' */
.icon-print:before { content: '\e8bc'; } /* '' */
.icon-retweet:before { content: '\e8bd'; } /* '' */
.icon-keyboard:before { content: '\e8be'; } /* '' */
.icon-comment:before { content: '\e8bf'; } /* '' */
.icon-chat:before { content: '\e8c0'; } /* '' */
.icon-bell:before { content: '\e8c1'; } /* '' */
.icon-attention:before { content: '\e8c2'; } /* '' */
.icon-alert:before { content: '\e8c3'; } /* '' */
.icon-vcard:before { content: '\e8c4'; } /* '' */
.icon-address:before { content: '\e8c5'; } /* '' */
.icon-location:before { content: '\e8c6'; } /* '' */
.icon-map:before { content: '\e8c7'; } /* '' */
.icon-direction:before { content: '\e8c8'; } /* '' */
.icon-compass:before { content: '\e8c9'; } /* '' */
.icon-cup:before { content: '\e8ca'; } /* '' */
.icon-trash:before { content: '\e8cb'; } /* '' */
.icon-doc:before { content: '\e8cc'; } /* '' */
.icon-docs:before { content: '\e8cd'; } /* '' */
.icon-doc-landscape:before { content: '\e8ce'; } /* '' */
.icon-doc-text:before { content: '\e8cf'; } /* '' */
.icon-doc-text-inv:before { content: '\e8d0'; } /* '' */
.icon-newspaper:before { content: '\e8d1'; } /* '' */
.icon-book-open:before { content: '\e8d2'; } /* '' */
.icon-book:before { content: '\e8d3'; } /* '' */
.icon-folder-1:before { content: '\e8d4'; } /* '' */
.icon-archive:before { content: '\e8d5'; } /* '' */
.icon-box-1:before { content: '\e8d6'; } /* '' */
.icon-rss-1:before { content: '\e8d7'; } /* '' */
.icon-phone-1:before { content: '\e8d8'; } /* '' */
.icon-cog-1:before { content: '\e8d9'; } /* '' */
.icon-tools:before { content: '\e8da'; } /* '' */
.icon-share:before { content: '\e8db'; } /* '' */
.icon-shareable:before { content: '\e8dc'; } /* '' */
.icon-basket-1:before { content: '\e8dd'; } /* '' */
.icon-bag:before { content: '\e8de'; } /* '' */
.icon-calendar-1:before { content: '\e8df'; } /* '' */
.icon-login-1:before { content: '\e8e0'; } /* '' */
.icon-logout-1:before { content: '\e8e1'; } /* '' */
.icon-mic-1:before { content: '\e8e2'; } /* '' */
.icon-mute-1:before { content: '\e8e3'; } /* '' */
.icon-sound:before { content: '\e8e4'; } /* '' */
.icon-volume:before { content: '\e8e5'; } /* '' */
.icon-clock-1:before { content: '\e8e6'; } /* '' */
.icon-hourglass:before { content: '\e8e7'; } /* '' */
.icon-lamp:before { content: '\e8e8'; } /* '' */
.icon-light-down:before { content: '\e8e9'; } /* '' */
.icon-light-up:before { content: '\e8ea'; } /* '' */
.icon-adjust:before { content: '\e8eb'; } /* '' */
.icon-block-1:before { content: '\e8ec'; } /* '' */
.icon-resize-full-1:before { content: '\e8ed'; } /* '' */
.icon-resize-small-1:before { content: '\e8ee'; } /* '' */
.icon-popup:before { content: '\e8ef'; } /* '' */
.icon-publish:before { content: '\e8f0'; } /* '' */
.icon-window:before { content: '\e8f1'; } /* '' */
.icon-arrow-combo:before { content: '\e8f2'; } /* '' */
.icon-down-circled:before { content: '\e8f3'; } /* '' */
.icon-left-circled:before { content: '\e8f4'; } /* '' */
.icon-right-circled:before { content: '\e8f5'; } /* '' */
.icon-up-circled:before { content: '\e8f6'; } /* '' */
.icon-down-open-1:before { content: '\e8f7'; } /* '' */
.icon-left-open-1:before { content: '\e8f8'; } /* '' */
.icon-right-open-1:before { content: '\e8f9'; } /* '' */
.icon-up-open-1:before { content: '\e8fa'; } /* '' */
.icon-down-open-mini:before { content: '\e8fb'; } /* '' */
.icon-left-open-mini:before { content: '\e8fc'; } /* '' */
.icon-right-open-mini:before { content: '\e8fd'; } /* '' */
.icon-up-open-mini:before { content: '\e8fe'; } /* '' */
.icon-down-open-big:before { content: '\e8ff'; } /* '' */
.icon-left-open-big:before { content: '\e900'; } /* '' */
.icon-right-open-big:before { content: '\e901'; } /* '' */
.icon-up-open-big:before { content: '\e902'; } /* '' */
.icon-down:before { content: '\e903'; } /* '' */
.icon-left:before { content: '\e904'; } /* '' */
.icon-right:before { content: '\e905'; } /* '' */
.icon-up:before { content: '\e906'; } /* '' */
.icon-down-dir-1:before { content: '\e907'; } /* '' */
.icon-left-dir-1:before { content: '\e908'; } /* '' */
.icon-right-dir-1:before { content: '\e909'; } /* '' */
.icon-up-dir-1:before { content: '\e90a'; } /* '' */
.icon-down-bold:before { content: '\e90b'; } /* '' */
.icon-left-bold:before { content: '\e90c'; } /* '' */
.icon-right-bold:before { content: '\e90d'; } /* '' */
.icon-up-bold:before { content: '\e90e'; } /* '' */
.icon-down-thin:before { content: '\e90f'; } /* '' */
.icon-left-thin:before { content: '\e910'; } /* '' */
.icon-right-thin:before { content: '\e911'; } /* '' */
.icon-up-thin:before { content: '\e912'; } /* '' */
.icon-ccw:before { content: '\e913'; } /* '' */
.icon-cw:before { content: '\e914'; } /* '' */
.icon-arrows-ccw:before { content: '\e915'; } /* '' */
.icon-level-down:before { content: '\e916'; } /* '' */
.icon-level-up:before { content: '\e917'; } /* '' */
.icon-shuffle:before { content: '\e918'; } /* '' */
.icon-loop:before { content: '\e919'; } /* '' */
.icon-switch:before { content: '\e91a'; } /* '' */
.icon-play:before { content: '\e91b'; } /* '' */
.icon-stop:before { content: '\e91c'; } /* '' */
.icon-pause:before { content: '\e91d'; } /* '' */
.icon-record:before { content: '\e91e'; } /* '' */
.icon-to-end:before { content: '\e91f'; } /* '' */
.icon-to-start:before { content: '\e920'; } /* '' */
.icon-fast-forward:before { content: '\e921'; } /* '' */
.icon-fast-backward:before { content: '\e922'; } /* '' */
.icon-progress-0:before { content: '\e923'; } /* '' */
.icon-progress-1:before { content: '\e924'; } /* '' */
.icon-progress-2:before { content: '\e925'; } /* '' */
.icon-progress-3:before { content: '\e926'; } /* '' */
.icon-target:before { content: '\e927'; } /* '' */
.icon-palette:before { content: '\e928'; } /* '' */
.icon-list:before { content: '\e929'; } /* '' */
.icon-list-add:before { content: '\e92a'; } /* '' */
.icon-signal:before { content: '\e92b'; } /* '' */
.icon-trophy:before { content: '\e92c'; } /* '' */
.icon-battery:before { content: '\e92d'; } /* '' */
.icon-back-in-time:before { content: '\e92e'; } /* '' */
.icon-monitor:before { content: '\e92f'; } /* '' */
.icon-mobile:before { content: '\e930'; } /* '' */
.icon-network:before { content: '\e931'; } /* '' */
.icon-cd:before { content: '\e932'; } /* '' */
.icon-inbox:before { content: '\e933'; } /* '' */
.icon-install:before { content: '\e934'; } /* '' */
.icon-globe:before { content: '\e935'; } /* '' */
.icon-cloud:before { content: '\e936'; } /* '' */
.icon-cloud-thunder:before { content: '\e937'; } /* '' */
.icon-flash:before { content: '\e938'; } /* '' */
.icon-moon:before { content: '\e939'; } /* '' */
.icon-flight:before { content: '\e93a'; } /* '' */
.icon-paper-plane:before { content: '\e93b'; } /* '' */
.icon-leaf:before { content: '\e93c'; } /* '' */
.icon-lifebuoy:before { content: '\e93d'; } /* '' */
.icon-mouse:before { content: '\e93e'; } /* '' */
.icon-briefcase:before { content: '\e93f'; } /* '' */
.icon-suitcase:before { content: '\e940'; } /* '' */
.icon-dot:before { content: '\e941'; } /* '' */
.icon-dot-2:before { content: '\e942'; } /* '' */
.icon-dot-3:before { content: '\e943'; } /* '' */
.icon-brush:before { content: '\e944'; } /* '' */
.icon-magnet:before { content: '\e945'; } /* '' */
.icon-infinity:before { content: '\e946'; } /* '' */
.icon-erase:before { content: '\e947'; } /* '' */
.icon-chart-pie:before { content: '\e948'; } /* '' */
.icon-chart-line:before { content: '\e949'; } /* '' */
.icon-chart-bar:before { content: '\e94a'; } /* '' */
.icon-chart-area:before { content: '\e94b'; } /* '' */
.icon-tape:before { content: '\e94c'; } /* '' */
.icon-graduation-cap:before { content: '\e94d'; } /* '' */
.icon-language:before { content: '\e94e'; } /* '' */
.icon-ticket:before { content: '\e94f'; } /* '' */
.icon-water:before { content: '\e950'; } /* '' */
.icon-droplet:before { content: '\e951'; } /* '' */
.icon-air:before { content: '\e952'; } /* '' */
.icon-credit-card:before { content: '\e953'; } /* '' */
.icon-floppy:before { content: '\e954'; } /* '' */
.icon-clipboard:before { content: '\e955'; } /* '' */
.icon-megaphone:before { content: '\e956'; } /* '' */
.icon-database:before { content: '\e957'; } /* '' */
.icon-drive:before { content: '\e958'; } /* '' */
.icon-bucket:before { content: '\e959'; } /* '' */
.icon-thermometer:before { content: '\e95a'; } /* '' */
.icon-key:before { content: '\e95b'; } /* '' */
.icon-flow-cascade:before { content: '\e95c'; } /* '' */
.icon-flow-branch:before { content: '\e95d'; } /* '' */
.icon-flow-tree:before { content: '\e95e'; } /* '' */
.icon-flow-line:before { content: '\e95f'; } /* '' */
.icon-flow-parallel:before { content: '\e960'; } /* '' */
.icon-rocket:before { content: '\e961'; } /* '' */
.icon-gauge:before { content: '\e962'; } /* '' */
.icon-traffic-cone:before { content: '\e963'; } /* '' */
.icon-cc:before { content: '\e964'; } /* '' */
.icon-cc-by:before { content: '\e965'; } /* '' */
.icon-cc-nc:before { content: '\e966'; } /* '' */
.icon-cc-nc-eu:before { content: '\e967'; } /* '' */
.icon-cc-nc-jp:before { content: '\e968'; } /* '' */
.icon-cc-sa:before { content: '\e969'; } /* '' */
.icon-cc-nd:before { content: '\e96a'; } /* '' */
.icon-cc-pd:before { content: '\e96b'; } /* '' */
.icon-cc-zero:before { content: '\e96c'; } /* '' */
.icon-cc-share:before { content: '\e96d'; } /* '' */
.icon-cc-remix:before { content: '\e96e'; } /* '' */
.icon-music-outline:before { content: '\e96f'; } /* '' */
.icon-music-1:before { content: '\e970'; } /* '' */
.icon-search-outline:before { content: '\e971'; } /* '' */
.icon-search-1:before { content: '\e972'; } /* '' */
.icon-mail-1:before { content: '\e973'; } /* '' */
.icon-heart-1:before { content: '\e974'; } /* '' */
.icon-heart-filled:before { content: '\e975'; } /* '' */
.icon-star-1:before { content: '\e976'; } /* '' */
.icon-star-filled:before { content: '\e977'; } /* '' */
.icon-user-outline:before { content: '\e978'; } /* '' */
.icon-user-1:before { content: '\e979'; } /* '' */
.icon-users-outline:before { content: '\e97a'; } /* '' */
.icon-users-1:before { content: '\e97b'; } /* '' */
.icon-user-add-outline:before { content: '\e97c'; } /* '' */
.icon-user-add-1:before { content: '\e97d'; } /* '' */
.icon-user-delete-outline:before { content: '\e97e'; } /* '' */
.icon-user-delete:before { content: '\e97f'; } /* '' */
.icon-video-1:before { content: '\e980'; } /* '' */
.icon-videocam-outline:before { content: '\e981'; } /* '' */
.icon-videocam:before { content: '\e982'; } /* '' */
.icon-picture-outline:before { content: '\e983'; } /* '' */
.icon-picture-1:before { content: '\e984'; } /* '' */
.icon-camera-outline:before { content: '\e985'; } /* '' */
.icon-camera-1:before { content: '\e986'; } /* '' */
.icon-th-outline:before { content: '\e987'; } /* '' */
.icon-th:before { content: '\e988'; } /* '' */
.icon-th-large-outline:before { content: '\e989'; } /* '' */
.icon-th-large:before { content: '\e98a'; } /* '' */
.icon-th-list-outline:before { content: '\e98b'; } /* '' */
.icon-th-list:before { content: '\e98c'; } /* '' */
.icon-ok-outline:before { content: '\e98d'; } /* '' */
.icon-ok:before { content: '\e98e'; } /* '' */
.icon-cancel-outline:before { content: '\e98f'; } /* '' */
.icon-cancel-1:before { content: '\e990'; } /* '' */
.icon-cancel-alt:before { content: '\e991'; } /* '' */
.icon-cancel-alt-filled:before { content: '\e992'; } /* '' */
.icon-cancel-circled-outline:before { content: '\e993'; } /* '' */
.icon-cancel-circled-1:before { content: '\e994'; } /* '' */
.icon-plus-outline:before { content: '\e995'; } /* '' */
.icon-plus-1:before { content: '\e996'; } /* '' */
.icon-minus-outline:before { content: '\e997'; } /* '' */
.icon-minus-1:before { content: '\e998'; } /* '' */
.icon-divide-outline:before { content: '\e999'; } /* '' */
.icon-divide:before { content: '\e99a'; } /* '' */
.icon-eq-outline:before { content: '\e99b'; } /* '' */
.icon-eq:before { content: '\e99c'; } /* '' */
.icon-info-outline:before { content: '\e99d'; } /* '' */
.icon-info-1:before { content: '\e99e'; } /* '' */
.icon-home-outline:before { content: '\e99f'; } /* '' */
.icon-home-1:before { content: '\e9a0'; } /* '' */
.icon-link-outline:before { content: '\e9a1'; } /* '' */
.icon-link-1:before { content: '\e9a2'; } /* '' */
.icon-attach-outline:before { content: '\e9a3'; } /* '' */
.icon-attach-1:before { content: '\e9a4'; } /* '' */
.icon-lock-1:before { content: '\e9a5'; } /* '' */
.icon-lock-filled:before { content: '\e9a6'; } /* '' */
.icon-lock-open-1:before { content: '\e9a7'; } /* '' */
.icon-lock-open-filled:before { content: '\e9a8'; } /* '' */
.icon-pin-outline:before { content: '\e9a9'; } /* '' */
.icon-pin:before { content: '\e9aa'; } /* '' */
.icon-eye-outline:before { content: '\e9ab'; } /* '' */
.icon-eye-1:before { content: '\e9ac'; } /* '' */
.icon-tag-1:before { content: '\e9ad'; } /* '' */
.icon-tags:before { content: '\e9ae'; } /* '' */
.icon-bookmark-1:before { content: '\e9af'; } /* '' */
.icon-flag-1:before { content: '\e9b0'; } /* '' */
.icon-flag-filled:before { content: '\e9b1'; } /* '' */
.icon-thumbs-up-1:before { content: '\e9b2'; } /* '' */
.icon-thumbs-down-1:before { content: '\e9b3'; } /* '' */
.icon-download-outline:before { content: '\e9b4'; } /* '' */
.icon-download-1:before { content: '\e9b5'; } /* '' */
.icon-upload-outline:before { content: '\e9b6'; } /* '' */
.icon-upload-1:before { content: '\e9b7'; } /* '' */
.icon-upload-cloud-outline:before { content: '\e9b8'; } /* '' */
.icon-upload-cloud-1:before { content: '\e9b9'; } /* '' */
.icon-reply-outline:before { content: '\e9ba'; } /* '' */
.icon-reply-1:before { content: '\e9bb'; } /* '' */
.icon-forward-outline:before { content: '\e9bc'; } /* '' */
.icon-forward-1:before { content: '\e9bd'; } /* '' */
.icon-code-outline:before { content: '\e9be'; } /* '' */
.icon-code-1:before { content: '\e9bf'; } /* '' */
.icon-export-outline:before { content: '\e9c0'; } /* '' */
.icon-export-1:before { content: '\e9c1'; } /* '' */
.icon-pencil-1:before { content: '\e9c2'; } /* '' */
.icon-pen:before { content: '\e9c3'; } /* '' */
.icon-feather-1:before { content: '\e9c4'; } /* '' */
.icon-edit:before { content: '\e9c5'; } /* '' */
.icon-print-1:before { content: '\e9c6'; } /* '' */
.icon-comment-1:before { content: '\e9c7'; } /* '' */
.icon-chat-1:before { content: '\e9c8'; } /* '' */
.icon-chat-alt:before { content: '\e9c9'; } /* '' */
.icon-bell-1:before { content: '\e9ca'; } /* '' */
.icon-attention-1:before { content: '\e9cb'; } /* '' */
.icon-attention-filled:before { content: '\e9cc'; } /* '' */
.icon-warning-empty:before { content: '\e9cd'; } /* '' */
.icon-warning:before { content: '\e9ce'; } /* '' */
.icon-contacts:before { content: '\e9cf'; } /* '' */
.icon-vcard-1:before { content: '\e9d0'; } /* '' */
.icon-address-1:before { content: '\e9d1'; } /* '' */
.icon-location-outline:before { content: '\e9d2'; } /* '' */
.icon-location-1:before { content: '\e9d3'; } /* '' */
.icon-map-1:before { content: '\e9d4'; } /* '' */
.icon-direction-outline:before { content: '\e9d5'; } /* '' */
.icon-direction-1:before { content: '\e9d6'; } /* '' */
.icon-compass-1:before { content: '\e9d7'; } /* '' */
.icon-trash-1:before { content: '\e9d8'; } /* '' */
.icon-doc-1:before { content: '\e9d9'; } /* '' */
.icon-doc-text-1:before { content: '\e9da'; } /* '' */
.icon-doc-add:before { content: '\e9db'; } /* '' */
.icon-doc-remove:before { content: '\e9dc'; } /* '' */
.icon-news:before { content: '\e9dd'; } /* '' */
.icon-folder-2:before { content: '\e9de'; } /* '' */
.icon-folder-add:before { content: '\e9df'; } /* '' */
.icon-folder-delete:before { content: '\e9e0'; } /* '' */
.icon-archive-1:before { content: '\e9e1'; } /* '' */
.icon-box-2:before { content: '\e9e2'; } /* '' */
.icon-rss-outline:before { content: '\e9e3'; } /* '' */
.icon-rss-2:before { content: '\e9e4'; } /* '' */
.icon-phone-outline:before { content: '\e9e5'; } /* '' */
.icon-phone-2:before { content: '\e9e6'; } /* '' */
.icon-menu-outline:before { content: '\e9e7'; } /* '' */
.icon-menu-2:before { content: '\e9e8'; } /* '' */
.icon-cog-outline:before { content: '\e9e9'; } /* '' */
.icon-cog-2:before { content: '\e9ea'; } /* '' */
.icon-wrench-outline:before { content: '\e9eb'; } /* '' */
.icon-wrench-1:before { content: '\e9ec'; } /* '' */
.icon-basket-2:before { content: '\e9ed'; } /* '' */
.icon-calendar-outlilne:before { content: '\e9ee'; } /* '' */
.icon-calendar-2:before { content: '\e9ef'; } /* '' */
.icon-mic-outline:before { content: '\e9f0'; } /* '' */
.icon-mic-2:before { content: '\e9f1'; } /* '' */
.icon-volume-off-1:before { content: '\e9f2'; } /* '' */
.icon-volume-low:before { content: '\e9f3'; } /* '' */
.icon-volume-middle:before { content: '\e9f4'; } /* '' */
.icon-volume-high:before { content: '\e9f5'; } /* '' */
.icon-headphones-1:before { content: '\e9f6'; } /* '' */
.icon-clock-2:before { content: '\e9f7'; } /* '' */
.icon-wristwatch:before { content: '\e9f8'; } /* '' */
.icon-stopwatch:before { content: '\e9f9'; } /* '' */
.icon-lightbulb-1:before { content: '\e9fa'; } /* '' */
.icon-block-outline:before { content: '\e9fb'; } /* '' */
.icon-block-2:before { content: '\e9fc'; } /* '' */
.icon-resize-full-outline:before { content: '\e9fd'; } /* '' */
.icon-resize-full-2:before { content: '\e9fe'; } /* '' */
.icon-resize-normal-outline:before { content: '\e9ff'; } /* '' */
.icon-resize-normal:before { content: '\ea00'; } /* '' */
.icon-move-outline:before { content: '\ea01'; } /* '' */
.icon-move-1:before { content: '\ea02'; } /* '' */
.icon-popup-1:before { content: '\ea03'; } /* '' */
.icon-zoom-in-outline:before { content: '\ea04'; } /* '' */
.icon-zoom-in-1:before { content: '\ea05'; } /* '' */
.icon-zoom-out-outline:before { content: '\ea06'; } /* '' */
.icon-zoom-out-1:before { content: '\ea07'; } /* '' */
.icon-popup-2:before { content: '\ea08'; } /* '' */
.icon-left-open-outline:before { content: '\ea09'; } /* '' */
.icon-left-open-2:before { content: '\ea0a'; } /* '' */
.icon-right-open-outline:before { content: '\ea0b'; } /* '' */
.icon-right-open-2:before { content: '\ea0c'; } /* '' */
.icon-down-1:before { content: '\ea0d'; } /* '' */
.icon-left-1:before { content: '\ea0e'; } /* '' */
.icon-right-1:before { content: '\ea0f'; } /* '' */
.icon-up-1:before { content: '\ea10'; } /* '' */
.icon-down-outline:before { content: '\ea11'; } /* '' */
.icon-left-outline:before { content: '\ea12'; } /* '' */
.icon-right-outline:before { content: '\ea13'; } /* '' */
.icon-up-outline:before { content: '\ea14'; } /* '' */
.icon-down-small:before { content: '\ea15'; } /* '' */
.icon-left-small:before { content: '\ea16'; } /* '' */
.icon-right-small:before { content: '\ea17'; } /* '' */
.icon-up-small:before { content: '\ea18'; } /* '' */
.icon-cw-outline:before { content: '\ea19'; } /* '' */
.icon-cw-1:before { content: '\ea1a'; } /* '' */
.icon-arrows-cw-outline:before { content: '\ea1b'; } /* '' */
.icon-arrows-cw:before { content: '\ea1c'; } /* '' */
.icon-loop-outline:before { content: '\ea1d'; } /* '' */
.icon-loop-1:before { content: '\ea1e'; } /* '' */
.icon-loop-alt-outline:before { content: '\ea1f'; } /* '' */
.icon-loop-alt:before { content: '\ea20'; } /* '' */
.icon-shuffle-1:before { content: '\ea21'; } /* '' */
.icon-play-outline:before { content: '\ea22'; } /* '' */
.icon-play-1:before { content: '\ea23'; } /* '' */
.icon-stop-outline:before { content: '\ea24'; } /* '' */
.icon-stop-1:before { content: '\ea25'; } /* '' */
.icon-pause-outline:before { content: '\ea26'; } /* '' */
.icon-pause-1:before { content: '\ea27'; } /* '' */
.icon-fast-fw-outline:before { content: '\ea28'; } /* '' */
.icon-fast-fw:before { content: '\ea29'; } /* '' */
.icon-rewind-outline:before { content: '\ea2a'; } /* '' */
.icon-rewind:before { content: '\ea2b'; } /* '' */
.icon-record-outline:before { content: '\ea2c'; } /* '' */
.icon-record-1:before { content: '\ea2d'; } /* '' */
.icon-eject-outline:before { content: '\ea2e'; } /* '' */
.icon-eject:before { content: '\ea2f'; } /* '' */
.icon-eject-alt-outline:before { content: '\ea30'; } /* '' */
.icon-eject-alt:before { content: '\ea31'; } /* '' */
.icon-bat1:before { content: '\ea32'; } /* '' */
.icon-bat2:before { content: '\ea33'; } /* '' */
.icon-bat3:before { content: '\ea34'; } /* '' */
.icon-bat4:before { content: '\ea35'; } /* '' */
.icon-bat-charge:before { content: '\ea36'; } /* '' */
.icon-plug:before { content: '\ea37'; } /* '' */
.icon-target-outline:before { content: '\ea38'; } /* '' */
.icon-target-1:before { content: '\ea39'; } /* '' */
.icon-wifi-outline:before { content: '\ea3a'; } /* '' */
.icon-wifi:before { content: '\ea3b'; } /* '' */
.icon-desktop:before { content: '\ea3c'; } /* '' */
.icon-laptop:before { content: '\ea3d'; } /* '' */
.icon-tablet:before { content: '\ea3e'; } /* '' */
.icon-mobile-1:before { content: '\ea3f'; } /* '' */
.icon-contrast:before { content: '\ea40'; } /* '' */
.icon-globe-outline:before { content: '\ea41'; } /* '' */
.icon-globe-1:before { content: '\ea42'; } /* '' */
.icon-globe-alt-outline:before { content: '\ea43'; } /* '' */
.icon-globe-alt:before { content: '\ea44'; } /* '' */
.icon-sun:before { content: '\ea45'; } /* '' */
.icon-sun-filled:before { content: '\ea46'; } /* '' */
.icon-cloud-1:before { content: '\ea47'; } /* '' */
.icon-flash-outline:before { content: '\ea48'; } /* '' */
.icon-flash-1:before { content: '\ea49'; } /* '' */
.icon-moon-1:before { content: '\ea4a'; } /* '' */
.icon-waves-outline:before { content: '\ea4b'; } /* '' */
.icon-waves:before { content: '\ea4c'; } /* '' */
.icon-rain:before { content: '\ea4d'; } /* '' */
.icon-cloud-sun:before { content: '\ea4e'; } /* '' */
.icon-drizzle:before { content: '\ea4f'; } /* '' */
.icon-snow:before { content: '\ea50'; } /* '' */
.icon-cloud-flash:before { content: '\ea51'; } /* '' */
.icon-cloud-wind:before { content: '\ea52'; } /* '' */
.icon-wind:before { content: '\ea53'; } /* '' */
.icon-plane-outline:before { content: '\ea54'; } /* '' */
.icon-plane:before { content: '\ea55'; } /* '' */
.icon-leaf-1:before { content: '\ea56'; } /* '' */
.icon-lifebuoy-1:before { content: '\ea57'; } /* '' */
.icon-briefcase-1:before { content: '\ea58'; } /* '' */
.icon-brush-1:before { content: '\ea59'; } /* '' */
.icon-pipette:before { content: '\ea5a'; } /* '' */
.icon-power-outline:before { content: '\ea5b'; } /* '' */
.icon-power:before { content: '\ea5c'; } /* '' */
.icon-check-outline:before { content: '\ea5d'; } /* '' */
.icon-check-1:before { content: '\ea5e'; } /* '' */
.icon-gift:before { content: '\ea5f'; } /* '' */
.icon-temperatire:before { content: '\ea60'; } /* '' */
.icon-chart-outline:before { content: '\ea61'; } /* '' */
.icon-chart:before { content: '\ea62'; } /* '' */
.icon-chart-alt-outline:before { content: '\ea63'; } /* '' */
.icon-chart-alt:before { content: '\ea64'; } /* '' */
.icon-chart-bar-outline:before { content: '\ea65'; } /* '' */
.icon-chart-bar-1:before { content: '\ea66'; } /* '' */
.icon-chart-pie-outline:before { content: '\ea67'; } /* '' */
.icon-chart-pie-1:before { content: '\ea68'; } /* '' */
.icon-ticket-1:before { content: '\ea69'; } /* '' */
.icon-credit-card-1:before { content: '\ea6a'; } /* '' */
.icon-clipboard-1:before { content: '\ea6b'; } /* '' */
.icon-database-1:before { content: '\ea6c'; } /* '' */
.icon-key-outline:before { content: '\ea6d'; } /* '' */
.icon-key-1:before { content: '\ea6e'; } /* '' */
.icon-flow-split:before { content: '\ea6f'; } /* '' */
.icon-flow-merge:before { content: '\ea70'; } /* '' */
.icon-flow-parallel-1:before { content: '\ea71'; } /* '' */
.icon-flow-cross:before { content: '\ea72'; } /* '' */
.icon-certificate-outline:before { content: '\ea73'; } /* '' */
.icon-certificate:before { content: '\ea74'; } /* '' */
.icon-scissors-outline:before { content: '\ea75'; } /* '' */
.icon-scissors:before { content: '\ea76'; } /* '' */
.icon-flask:before { content: '\ea77'; } /* '' */
.icon-wine:before { content: '\ea78'; } /* '' */
.icon-coffee:before { content: '\ea79'; } /* '' */
.icon-beer:before { content: '\ea7a'; } /* '' */
.icon-anchor-outline:before { content: '\ea7b'; } /* '' */
.icon-anchor:before { content: '\ea7c'; } /* '' */
.icon-puzzle-outline:before { content: '\ea7d'; } /* '' */
.icon-puzzle:before { content: '\ea7e'; } /* '' */
.icon-tree:before { content: '\ea7f'; } /* '' */
.icon-calculator:before { content: '\ea80'; } /* '' */
.icon-infinity-outline:before { content: '\ea81'; } /* '' */
.icon-infinity-1:before { content: '\ea82'; } /* '' */
.icon-pi-outline:before { content: '\ea83'; } /* '' */
.icon-pi:before { content: '\ea84'; } /* '' */
.icon-at:before { content: '\ea85'; } /* '' */
.icon-at-circled:before { content: '\ea86'; } /* '' */
.icon-looped-square-outline:before { content: '\ea87'; } /* '' */
.icon-looped-square-interest:before { content: '\ea88'; } /* '' */
.icon-sort-alphabet-outline:before { content: '\ea89'; } /* '' */
.icon-sort-alphabet:before { content: '\ea8a'; } /* '' */
.icon-sort-numeric-outline:before { content: '\ea8b'; } /* '' */
.icon-sort-numeric:before { content: '\ea8c'; } /* '' */
.icon-dribbble-circled-1:before { content: '\ea8d'; } /* '' */
.icon-dribbble-1:before { content: '\ea8e'; } /* '' */
.icon-facebook-circled-1:before { content: '\ea8f'; } /* '' */
.icon-facebook-1:before { content: '\ea90'; } /* '' */
.icon-flickr-circled-1:before { content: '\ea91'; } /* '' */
.icon-flickr-1:before { content: '\ea92'; } /* '' */
.icon-github-circled-1:before { content: '\ea93'; } /* '' */
.icon-github-1:before { content: '\ea94'; } /* '' */
.icon-lastfm-circled-1:before { content: '\ea95'; } /* '' */
.icon-lastfm-1:before { content: '\ea96'; } /* '' */
.icon-linkedin-circled-1:before { content: '\ea97'; } /* '' */
.icon-linkedin-1:before { content: '\ea98'; } /* '' */
.icon-pinterest-circled-1:before { content: '\ea99'; } /* '' */
.icon-pinterest-1:before { content: '\ea9a'; } /* '' */
.icon-skype-outline:before { content: '\ea9b'; } /* '' */
.icon-skype-1:before { content: '\ea9c'; } /* '' */
.icon-tumbler-circled:before { content: '\ea9d'; } /* '' */
.icon-tumbler:before { content: '\ea9e'; } /* '' */
.icon-twitter-circled-1:before { content: '\ea9f'; } /* '' */
.icon-twitter-1:before { content: '\eaa0'; } /* '' */
.icon-vimeo-circled-1:before { content: '\eaa1'; } /* '' */
.icon-vimeo-1:before { content: '\eaa2'; } /* '' */
.icon-search-2:before { content: '\eaa3'; } /* '' */
.icon-mail-2:before { content: '\eaa4'; } /* '' */
.icon-heart-2:before { content: '\eaa5'; } /* '' */
.icon-heart-empty-1:before { content: '\eaa6'; } /* '' */
.icon-star-2:before { content: '\eaa7'; } /* '' */
.icon-user-2:before { content: '\eaa8'; } /* '' */
.icon-video-2:before { content: '\eaa9'; } /* '' */
.icon-picture-2:before { content: '\eaaa'; } /* '' */
.icon-camera-2:before { content: '\eaab'; } /* '' */
.icon-ok-1:before { content: '\eaac'; } /* '' */
.icon-ok-circle:before { content: '\eaad'; } /* '' */
.icon-cancel-2:before { content: '\eaae'; } /* '' */
.icon-cancel-circle:before { content: '\eaaf'; } /* '' */
.icon-plus-2:before { content: '\eab0'; } /* '' */
.icon-plus-circle:before { content: '\eab1'; } /* '' */
.icon-minus-2:before { content: '\eab2'; } /* '' */
.icon-minus-circle:before { content: '\eab3'; } /* '' */
.icon-help-1:before { content: '\eab4'; } /* '' */
.icon-info-2:before { content: '\eab5'; } /* '' */
.icon-home-2:before { content: '\eab6'; } /* '' */
.icon-link-2:before { content: '\eab7'; } /* '' */
.icon-attach-2:before { content: '\eab8'; } /* '' */
.icon-lock-2:before { content: '\eab9'; } /* '' */
.icon-lock-empty:before { content: '\eaba'; } /* '' */
.icon-lock-open-2:before { content: '\eabb'; } /* '' */
.icon-lock-open-empty:before { content: '\eabc'; } /* '' */
.icon-pin-1:before { content: '\eabd'; } /* '' */
.icon-eye-2:before { content: '\eabe'; } /* '' */
.icon-tag-2:before { content: '\eabf'; } /* '' */
.icon-tag-empty:before { content: '\eac0'; } /* '' */
.icon-download-2:before { content: '\eac1'; } /* '' */
.icon-upload-2:before { content: '\eac2'; } /* '' */
.icon-download-cloud:before { content: '\eac3'; } /* '' */
.icon-upload-cloud-2:before { content: '\eac4'; } /* '' */
.icon-quote-left:before { content: '\eac5'; } /* '' */
.icon-quote-right:before { content: '\eac6'; } /* '' */
.icon-quote-left-alt:before { content: '\eac7'; } /* '' */
.icon-quote-right-alt:before { content: '\eac8'; } /* '' */
.icon-pencil-2:before { content: '\eac9'; } /* '' */
.icon-pencil-neg:before { content: '\eaca'; } /* '' */
.icon-pencil-alt:before { content: '\eacb'; } /* '' */
.icon-undo:before { content: '\eacc'; } /* '' */
.icon-comment-2:before { content: '\eacd'; } /* '' */
.icon-comment-inv:before { content: '\eace'; } /* '' */
.icon-comment-alt:before { content: '\eacf'; } /* '' */
.icon-comment-inv-alt:before { content: '\ead0'; } /* '' */
.icon-comment-alt2:before { content: '\ead1'; } /* '' */
.icon-comment-inv-alt2:before { content: '\ead2'; } /* '' */
.icon-chat-2:before { content: '\ead3'; } /* '' */
.icon-chat-inv:before { content: '\ead4'; } /* '' */
.icon-location-2:before { content: '\ead5'; } /* '' */
.icon-location-inv:before { content: '\ead6'; } /* '' */
.icon-location-alt:before { content: '\ead7'; } /* '' */
.icon-compass-2:before { content: '\ead8'; } /* '' */
.icon-trash-2:before { content: '\ead9'; } /* '' */
.icon-trash-empty:before { content: '\eada'; } /* '' */
.icon-doc-2:before { content: '\eadb'; } /* '' */
.icon-doc-inv:before { content: '\eadc'; } /* '' */
.icon-doc-alt:before { content: '\eadd'; } /* '' */
.icon-doc-inv-alt:before { content: '\eade'; } /* '' */
.icon-article:before { content: '\eadf'; } /* '' */
.icon-article-alt:before { content: '\eae0'; } /* '' */
.icon-book-open-1:before { content: '\eae1'; } /* '' */
.icon-folder-3:before { content: '\eae2'; } /* '' */
.icon-folder-empty-1:before { content: '\eae3'; } /* '' */
.icon-box-3:before { content: '\eae4'; } /* '' */
.icon-rss-3:before { content: '\eae5'; } /* '' */
.icon-rss-alt:before { content: '\eae6'; } /* '' */
.icon-cog-3:before { content: '\eae7'; } /* '' */
.icon-wrench-2:before { content: '\eae8'; } /* '' */
.icon-share-1:before { content: '\eae9'; } /* '' */
.icon-calendar-3:before { content: '\eaea'; } /* '' */
.icon-calendar-inv:before { content: '\eaeb'; } /* '' */
.icon-calendar-alt:before { content: '\eaec'; } /* '' */
.icon-mic-3:before { content: '\eaed'; } /* '' */
.icon-volume-off-2:before { content: '\eaee'; } /* '' */
.icon-volume-up-1:before { content: '\eaef'; } /* '' */
.icon-headphones-2:before { content: '\eaf0'; } /* '' */
.icon-clock-3:before { content: '\eaf1'; } /* '' */
.icon-lamp-1:before { content: '\eaf2'; } /* '' */
.icon-block-3:before { content: '\eaf3'; } /* '' */
.icon-resize-full-3:before { content: '\eaf4'; } /* '' */
.icon-resize-full-alt-1:before { content: '\eaf5'; } /* '' */
.icon-resize-small-2:before { content: '\eaf6'; } /* '' */
.icon-resize-small-alt:before { content: '\eaf7'; } /* '' */
.icon-resize-vertical-1:before { content: '\eaf8'; } /* '' */
.icon-resize-horizontal-1:before { content: '\eaf9'; } /* '' */
.icon-move-2:before { content: '\eafa'; } /* '' */
.icon-popup-3:before { content: '\eafb'; } /* '' */
.icon-down-2:before { content: '\eafc'; } /* '' */
.icon-left-2:before { content: '\eafd'; } /* '' */
.icon-right-2:before { content: '\eafe'; } /* '' */
.icon-up-2:before { content: '\eaff'; } /* '' */
.icon-down-circle:before { content: '\eb00'; } /* '' */
.icon-left-circle:before { content: '\eb01'; } /* '' */
.icon-right-circle:before { content: '\eb02'; } /* '' */
.icon-up-circle:before { content: '\eb03'; } /* '' */
.icon-cw-2:before { content: '\eb04'; } /* '' */
.icon-loop-2:before { content: '\eb05'; } /* '' */
.icon-loop-alt-1:before { content: '\eb06'; } /* '' */
.icon-exchange:before { content: '\eb07'; } /* '' */
.icon-split:before { content: '\eb08'; } /* '' */
.icon-arrow-curved:before { content: '\eb09'; } /* '' */
.icon-play-2:before { content: '\eb0a'; } /* '' */
.icon-play-circle2:before { content: '\eb0b'; } /* '' */
.icon-stop-2:before { content: '\eb0c'; } /* '' */
.icon-pause-2:before { content: '\eb0d'; } /* '' */
.icon-to-start-1:before { content: '\eb0e'; } /* '' */
.icon-to-end-1:before { content: '\eb0f'; } /* '' */
.icon-eject-1:before { content: '\eb10'; } /* '' */
.icon-target-2:before { content: '\eb11'; } /* '' */
.icon-signal-1:before { content: '\eb12'; } /* '' */
.icon-award:before { content: '\eb13'; } /* '' */
.icon-award-empty:before { content: '\eb14'; } /* '' */
.icon-list-1:before { content: '\eb15'; } /* '' */
.icon-list-nested:before { content: '\eb16'; } /* '' */
.icon-bat-empty:before { content: '\eb17'; } /* '' */
.icon-bat-half:before { content: '\eb18'; } /* '' */
.icon-bat-full:before { content: '\eb19'; } /* '' */
.icon-bat-charge-1:before { content: '\eb1a'; } /* '' */
.icon-mobile-2:before { content: '\eb1b'; } /* '' */
.icon-cd-1:before { content: '\eb1c'; } /* '' */
.icon-equalizer:before { content: '\eb1d'; } /* '' */
.icon-cursor:before { content: '\eb1e'; } /* '' */
.icon-aperture:before { content: '\eb1f'; } /* '' */
.icon-aperture-alt:before { content: '\eb20'; } /* '' */
.icon-steering-wheel:before { content: '\eb21'; } /* '' */
.icon-book-1:before { content: '\eb22'; } /* '' */
.icon-book-alt:before { content: '\eb23'; } /* '' */
.icon-brush-2:before { content: '\eb24'; } /* '' */
.icon-brush-alt:before { content: '\eb25'; } /* '' */
.icon-eyedropper:before { content: '\eb26'; } /* '' */
.icon-layers:before { content: '\eb27'; } /* '' */
.icon-layers-alt:before { content: '\eb28'; } /* '' */
.icon-sun-1:before { content: '\eb29'; } /* '' */
.icon-sun-inv:before { content: '\eb2a'; } /* '' */
.icon-cloud-2:before { content: '\eb2b'; } /* '' */
.icon-rain-1:before { content: '\eb2c'; } /* '' */
.icon-flash-2:before { content: '\eb2d'; } /* '' */
.icon-moon-2:before { content: '\eb2e'; } /* '' */
.icon-moon-inv:before { content: '\eb2f'; } /* '' */
.icon-umbrella:before { content: '\eb30'; } /* '' */
.icon-chart-bar-2:before { content: '\eb31'; } /* '' */
.icon-chart-pie-2:before { content: '\eb32'; } /* '' */
.icon-chart-pie-alt:before { content: '\eb33'; } /* '' */
.icon-key-2:before { content: '\eb34'; } /* '' */
.icon-key-inv:before { content: '\eb35'; } /* '' */
.icon-hash:before { content: '\eb36'; } /* '' */
.icon-at-1:before { content: '\eb37'; } /* '' */
.icon-pilcrow:before { content: '\eb38'; } /* '' */
.icon-dial:before { content: '\eb39'; } /* '' */
.icon-search-3:before { content: '\eb3a'; } /* '' */
.icon-mail-3:before { content: '\eb3b'; } /* '' */
.icon-heart-3:before { content: '\eb3c'; } /* '' */
.icon-star-3:before { content: '\eb3d'; } /* '' */
.icon-user-3:before { content: '\eb3e'; } /* '' */
.icon-user-woman:before { content: '\eb3f'; } /* '' */
.icon-user-pair:before { content: '\eb40'; } /* '' */
.icon-video-alt:before { content: '\eb41'; } /* '' */
.icon-videocam-1:before { content: '\eb42'; } /* '' */
.icon-videocam-alt:before { content: '\eb43'; } /* '' */
.icon-camera-3:before { content: '\eb44'; } /* '' */
.icon-th-1:before { content: '\eb45'; } /* '' */
.icon-th-list-1:before { content: '\eb46'; } /* '' */
.icon-ok-2:before { content: '\eb47'; } /* '' */
.icon-cancel-3:before { content: '\eb48'; } /* '' */
.icon-cancel-circle-1:before { content: '\eb49'; } /* '' */
.icon-plus-3:before { content: '\eb4a'; } /* '' */
.icon-home-3:before { content: '\eb4b'; } /* '' */
.icon-lock-3:before { content: '\eb4c'; } /* '' */
.icon-lock-open-3:before { content: '\eb4d'; } /* '' */
.icon-eye-3:before { content: '\eb4e'; } /* '' */
.icon-tag-3:before { content: '\eb4f'; } /* '' */
.icon-thumbs-up-2:before { content: '\eb50'; } /* '' */
.icon-thumbs-down-2:before { content: '\eb51'; } /* '' */
.icon-download-3:before { content: '\eb52'; } /* '' */
.icon-export-2:before { content: '\eb53'; } /* '' */
.icon-pencil-3:before { content: '\eb54'; } /* '' */
.icon-pencil-alt-1:before { content: '\eb55'; } /* '' */
.icon-edit-1:before { content: '\eb56'; } /* '' */
.icon-chat-3:before { content: '\eb57'; } /* '' */
.icon-print-2:before { content: '\eb58'; } /* '' */
.icon-bell-2:before { content: '\eb59'; } /* '' */
.icon-attention-2:before { content: '\eb5a'; } /* '' */
.icon-info-3:before { content: '\eb5b'; } /* '' */
.icon-question:before { content: '\eb5c'; } /* '' */
.icon-location-3:before { content: '\eb5d'; } /* '' */
.icon-trash-3:before { content: '\eb5e'; } /* '' */
.icon-doc-3:before { content: '\eb5f'; } /* '' */
.icon-article-1:before { content: '\eb60'; } /* '' */
.icon-article-alt-1:before { content: '\eb61'; } /* '' */
.icon-rss-4:before { content: '\eb62'; } /* '' */
.icon-wrench-3:before { content: '\eb63'; } /* '' */
.icon-basket-3:before { content: '\eb64'; } /* '' */
.icon-basket-alt:before { content: '\eb65'; } /* '' */
.icon-calendar-4:before { content: '\eb66'; } /* '' */
.icon-calendar-alt-1:before { content: '\eb67'; } /* '' */
.icon-volume-off-3:before { content: '\eb68'; } /* '' */
.icon-volume-down-1:before { content: '\eb69'; } /* '' */
.icon-volume-up-2:before { content: '\eb6a'; } /* '' */
.icon-bullhorn:before { content: '\eb6b'; } /* '' */
.icon-clock-4:before { content: '\eb6c'; } /* '' */
.icon-clock-alt:before { content: '\eb6d'; } /* '' */
.icon-stop-3:before { content: '\eb6e'; } /* '' */
.icon-resize-full-4:before { content: '\eb6f'; } /* '' */
.icon-resize-small-3:before { content: '\eb70'; } /* '' */
.icon-zoom-in-2:before { content: '\eb71'; } /* '' */
.icon-zoom-out-2:before { content: '\eb72'; } /* '' */
.icon-popup-4:before { content: '\eb73'; } /* '' */
.icon-down-dir-2:before { content: '\eb74'; } /* '' */
.icon-left-dir-2:before { content: '\eb75'; } /* '' */
.icon-right-dir-2:before { content: '\eb76'; } /* '' */
.icon-up-dir-2:before { content: '\eb77'; } /* '' */
.icon-down-3:before { content: '\eb78'; } /* '' */
.icon-up-3:before { content: '\eb79'; } /* '' */
.icon-cw-3:before { content: '\eb7a'; } /* '' */
.icon-signal-2:before { content: '\eb7b'; } /* '' */
.icon-award-1:before { content: '\eb7c'; } /* '' */
.icon-mobile-3:before { content: '\eb7d'; } /* '' */
.icon-mobile-alt:before { content: '\eb7e'; } /* '' */
.icon-tablet-1:before { content: '\eb7f'; } /* '' */
.icon-ipod:before { content: '\eb80'; } /* '' */
.icon-cd-2:before { content: '\eb81'; } /* '' */
.icon-grid:before { content: '\eb82'; } /* '' */
.icon-book-2:before { content: '\eb83'; } /* '' */
.icon-easel:before { content: '\eb84'; } /* '' */
.icon-globe-2:before { content: '\eb85'; } /* '' */
.icon-chart-1:before { content: '\eb86'; } /* '' */
.icon-chart-bar-3:before { content: '\eb87'; } /* '' */
.icon-chart-pie-3:before { content: '\eb88'; } /* '' */
.icon-dollar:before { content: '\eb89'; } /* '' */
.icon-at-2:before { content: '\eb8a'; } /* '' */
.icon-colon:before { content: '\eb8b'; } /* '' */
.icon-semicolon:before { content: '\eb8c'; } /* '' */
.icon-squares:before { content: '\eb8d'; } /* '' */
.icon-money:before { content: '\eb8e'; } /* '' */
.icon-facebook-2:before { content: '\eb8f'; } /* '' */
.icon-facebook-rect:before { content: '\eb90'; } /* '' */
.icon-twitter-bird:before { content: '\eb91'; } /* '' */
.icon-youtube:before { content: '\eb92'; } /* '' */
.icon-windy-rain-inv:before { content: '\eb93'; } /* '' */
.icon-snow-inv:before { content: '\eb94'; } /* '' */
.icon-snow-heavy-inv:before { content: '\eb95'; } /* '' */
.icon-hail-inv:before { content: '\eb96'; } /* '' */
.icon-clouds-inv:before { content: '\eb97'; } /* '' */
.icon-clouds-flash-inv:before { content: '\eb98'; } /* '' */
.icon-temperature:before { content: '\eb99'; } /* '' */
.icon-compass-3:before { content: '\eb9a'; } /* '' */
.icon-na:before { content: '\eb9b'; } /* '' */
.icon-celcius:before { content: '\eb9c'; } /* '' */
.icon-fahrenheit:before { content: '\eb9d'; } /* '' */
.icon-clouds-flash-alt:before { content: '\eb9e'; } /* '' */
.icon-sun-inv-1:before { content: '\eb9f'; } /* '' */
.icon-moon-inv-1:before { content: '\eba0'; } /* '' */
.icon-cloud-sun-inv:before { content: '\eba1'; } /* '' */
.icon-cloud-moon-inv:before { content: '\eba2'; } /* '' */
.icon-cloud-inv:before { content: '\eba3'; } /* '' */
.icon-cloud-flash-inv:before { content: '\eba4'; } /* '' */
.icon-drizzle-inv:before { content: '\eba5'; } /* '' */
.icon-rain-inv:before { content: '\eba6'; } /* '' */
.icon-windy-inv:before { content: '\eba7'; } /* '' */
.icon-sunrise:before { content: '\eba8'; } /* '' */
.icon-sun-2:before { content: '\eba9'; } /* '' */
.icon-moon-3:before { content: '\ebaa'; } /* '' */
.icon-eclipse:before { content: '\ebab'; } /* '' */
.icon-mist:before { content: '\ebac'; } /* '' */
.icon-wind-1:before { content: '\ebad'; } /* '' */
.icon-snowflake:before { content: '\ebae'; } /* '' */
.icon-cloud-sun-1:before { content: '\ebaf'; } /* '' */
.icon-cloud-moon:before { content: '\ebb0'; } /* '' */
.icon-fog-sun:before { content: '\ebb1'; } /* '' */
.icon-fog-moon:before { content: '\ebb2'; } /* '' */
.icon-fog-cloud:before { content: '\ebb3'; } /* '' */
.icon-fog:before { content: '\ebb4'; } /* '' */
.icon-cloud-3:before { content: '\ebb5'; } /* '' */
.icon-cloud-flash-1:before { content: '\ebb6'; } /* '' */
.icon-cloud-flash-alt:before { content: '\ebb7'; } /* '' */
.icon-drizzle-1:before { content: '\ebb8'; } /* '' */
.icon-rain-2:before { content: '\ebb9'; } /* '' */
.icon-windy:before { content: '\ebba'; } /* '' */
.icon-windy-rain:before { content: '\ebbb'; } /* '' */
.icon-snow-1:before { content: '\ebbc'; } /* '' */
.icon-snow-alt:before { content: '\ebbd'; } /* '' */
.icon-snow-heavy:before { content: '\ebbe'; } /* '' */
.icon-hail:before { content: '\ebbf'; } /* '' */
.icon-clouds:before { content: '\ebc0'; } /* '' */
.icon-clouds-flash:before { content: '\ebc1'; } /* '' */
.icon-mail-4:before { content: '\ebc2'; } /* '' */
.icon-heart-4:before { content: '\ebc3'; } /* '' */
.icon-star-4:before { content: '\ebc4'; } /* '' */
.icon-star-empty-1:before { content: '\ebc5'; } /* '' */
.icon-ok-3:before { content: '\ebc6'; } /* '' */
.icon-cancel-4:before { content: '\ebc7'; } /* '' */
.icon-plus-4:before { content: '\ebc8'; } /* '' */
.icon-help-circled-1:before { content: '\ebc9'; } /* '' */
.icon-help-circled-alt:before { content: '\ebca'; } /* '' */
.icon-home-4:before { content: '\ebcb'; } /* '' */
.icon-pencil-4:before { content: '\ebcc'; } /* '' */
.icon-attention-3:before { content: '\ebcd'; } /* '' */
.icon-attention-alt:before { content: '\ebce'; } /* '' */
.icon-cog-4:before { content: '\ebcf'; } /* '' */
.icon-mic-off:before { content: '\ebd0'; } /* '' */
.icon-clock-5:before { content: '\ebd1'; } /* '' */
.icon-stopwatch-1:before { content: '\ebd2'; } /* '' */
.icon-hourglass-1:before { content: '\ebd3'; } /* '' */
.icon-down-4:before { content: '\ebd4'; } /* '' */
.icon-left-3:before { content: '\ebd5'; } /* '' */
.icon-right-3:before { content: '\ebd6'; } /* '' */
.icon-up-4:before { content: '\ebd7'; } /* '' */
.icon-down-bold-1:before { content: '\ebd8'; } /* '' */
.icon-left-bold-1:before { content: '\ebd9'; } /* '' */
.icon-right-bold-1:before { content: '\ebda'; } /* '' */
.icon-up-bold-1:before { content: '\ebdb'; } /* '' */
.icon-down-fat:before { content: '\ebdc'; } /* '' */
.icon-left-fat:before { content: '\ebdd'; } /* '' */
.icon-right-fat:before { content: '\ebde'; } /* '' */
.icon-up-fat:before { content: '\ebdf'; } /* '' */
.icon-flash-3:before { content: '\ebe0'; } /* '' */
.icon-cloud-4:before { content: '\ebe1'; } /* '' */
.icon-vector-pencil:before { content: '\ebe2'; } /* '' */
.icon-at-3:before { content: '\ebe3'; } /* '' */
.icon-female:before { content: '\ebe4'; } /* '' */
.icon-male:before { content: '\ebe5'; } /* '' */
.icon-king:before { content: '\ebe6'; } /* '' */
.icon-anchor-1:before { content: '\ebe7'; } /* '' */
.icon-aboveground-rail:before { content: '\ebe8'; } /* '' */
.icon-airfield:before { content: '\ebe9'; } /* '' */
.icon-airport:before { content: '\ebea'; } /* '' */
.icon-art-gallery:before { content: '\ebeb'; } /* '' */
.icon-bar:before { content: '\ebec'; } /* '' */
.icon-baseball:before { content: '\ebed'; } /* '' */
.icon-basketball:before { content: '\ebee'; } /* '' */
.icon-beer-1:before { content: '\ebef'; } /* '' */
.icon-belowground-rail:before { content: '\ebf0'; } /* '' */
.icon-bicycle:before { content: '\ebf1'; } /* '' */
.icon-bus:before { content: '\ebf2'; } /* '' */
.icon-cafe:before { content: '\ebf3'; } /* '' */
.icon-campsite:before { content: '\ebf4'; } /* '' */
.icon-cemetery:before { content: '\ebf5'; } /* '' */
.icon-cinema:before { content: '\ebf6'; } /* '' */
.icon-college:before { content: '\ebf7'; } /* '' */
.icon-commerical-building:before { content: '\ebf8'; } /* '' */
.icon-credit-card-2:before { content: '\ebf9'; } /* '' */
.icon-cricket:before { content: '\ebfa'; } /* '' */
.icon-embassy:before { content: '\ebfb'; } /* '' */
.icon-fast-food:before { content: '\ebfc'; } /* '' */
.icon-ferry:before { content: '\ebfd'; } /* '' */
.icon-fire-station:before { content: '\ebfe'; } /* '' */
.icon-football:before { content: '\ebff'; } /* '' */
.icon-fuel:before { content: '\ec00'; } /* '' */
.icon-garden:before { content: '\ec01'; } /* '' */
.icon-giraffe:before { content: '\ec02'; } /* '' */
.icon-golf:before { content: '\ec03'; } /* '' */
.icon-grocery-store:before { content: '\ec04'; } /* '' */
.icon-harbor:before { content: '\ec05'; } /* '' */
.icon-heliport:before { content: '\ec06'; } /* '' */
.icon-hospital:before { content: '\ec07'; } /* '' */
.icon-industrial-building:before { content: '\ec08'; } /* '' */
.icon-library:before { content: '\ec09'; } /* '' */
.icon-lodging:before { content: '\ec0a'; } /* '' */
.icon-london-underground:before { content: '\ec0b'; } /* '' */
.icon-minefield:before { content: '\ec0c'; } /* '' */
.icon-monument:before { content: '\ec0d'; } /* '' */
.icon-museum:before { content: '\ec0e'; } /* '' */
.icon-pharmacy:before { content: '\ec0f'; } /* '' */
.icon-pitch:before { content: '\ec10'; } /* '' */
.icon-police:before { content: '\ec11'; } /* '' */
.icon-post:before { content: '\ec12'; } /* '' */
.icon-prison:before { content: '\ec13'; } /* '' */
.icon-rail:before { content: '\ec14'; } /* '' */
.icon-religious-christian:before { content: '\ec15'; } /* '' */
.icon-religious-islam:before { content: '\ec16'; } /* '' */
.icon-religious-jewish:before { content: '\ec17'; } /* '' */
.icon-restaurant:before { content: '\ec18'; } /* '' */
.icon-roadblock:before { content: '\ec19'; } /* '' */
.icon-school:before { content: '\ec1a'; } /* '' */
.icon-shop:before { content: '\ec1b'; } /* '' */
.icon-skiing:before { content: '\ec1c'; } /* '' */
.icon-soccer:before { content: '\ec1d'; } /* '' */
.icon-swimming:before { content: '\ec1e'; } /* '' */
.icon-tennis:before { content: '\ec1f'; } /* '' */
.icon-theatre:before { content: '\ec20'; } /* '' */
.icon-toilet:before { content: '\ec21'; } /* '' */
.icon-town-hall:before { content: '\ec22'; } /* '' */
.icon-trash-5:before { content: '\ec23'; } /* '' */
.icon-tree-1:before { content: '\ec24'; } /* '' */
.icon-tree-2:before { content: '\ec25'; } /* '' */
.icon-warehouse:before { content: '\ec26'; } /* '' */
.icon-duckduckgo:before { content: '\ec27'; } /* '' */
.icon-aim:before { content: '\ec28'; } /* '' */
.icon-delicious:before { content: '\ec29'; } /* '' */
.icon-paypal-1:before { content: '\ec2a'; } /* '' */
.icon-flattr-1:before { content: '\ec2b'; } /* '' */
.icon-android:before { content: '\ec2c'; } /* '' */
.icon-eventful:before { content: '\ec2d'; } /* '' */
.icon-smashmag:before { content: '\ec2e'; } /* '' */
.icon-gplus-2:before { content: '\ec2f'; } /* '' */
.icon-wikipedia:before { content: '\ec30'; } /* '' */
.icon-lanyrd:before { content: '\ec31'; } /* '' */
.icon-calendar-6:before { content: '\ec32'; } /* '' */
.icon-stumbleupon-1:before { content: '\ec33'; } /* '' */
.icon-fivehundredpx:before { content: '\ec34'; } /* '' */
.icon-pinterest-2:before { content: '\ec35'; } /* '' */
.icon-bitcoin:before { content: '\ec36'; } /* '' */
.icon-w3c:before { content: '\ec37'; } /* '' */
.icon-foursquare:before { content: '\ec38'; } /* '' */
.icon-html5:before { content: '\ec39'; } /* '' */
.icon-ie-1:before { content: '\ec3a'; } /* '' */
.icon-call:before { content: '\ec3b'; } /* '' */
.icon-grooveshark:before { content: '\ec3c'; } /* '' */
.icon-ninetyninedesigns:before { content: '\ec3d'; } /* '' */
.icon-forrst:before { content: '\ec3e'; } /* '' */
.icon-digg:before { content: '\ec3f'; } /* '' */
.icon-spotify-1:before { content: '\ec40'; } /* '' */
.icon-reddit:before { content: '\ec41'; } /* '' */
.icon-guest:before { content: '\ec42'; } /* '' */
.icon-gowalla:before { content: '\ec43'; } /* '' */
.icon-appstore:before { content: '\ec44'; } /* '' */
.icon-blogger:before { content: '\ec45'; } /* '' */
.icon-cc-1:before { content: '\ec46'; } /* '' */
.icon-dribbble-3:before { content: '\ec47'; } /* '' */
.icon-evernote-1:before { content: '\ec48'; } /* '' */
.icon-flickr-2:before { content: '\ec49'; } /* '' */
.icon-google:before { content: '\ec4a'; } /* '' */
.icon-viadeo:before { content: '\ec4b'; } /* '' */
.icon-instapaper:before { content: '\ec4c'; } /* '' */
.icon-weibo:before { content: '\ec4d'; } /* '' */
.icon-klout:before { content: '\ec4e'; } /* '' */
.icon-linkedin-3:before { content: '\ec4f'; } /* '' */
.icon-meetup:before { content: '\ec50'; } /* '' */
.icon-vk:before { content: '\ec51'; } /* '' */
.icon-plancast:before { content: '\ec52'; } /* '' */
.icon-disqus:before { content: '\ec53'; } /* '' */
.icon-rss-5:before { content: '\ec54'; } /* '' */
.icon-skype-2:before { content: '\ec55'; } /* '' */
.icon-twitter-4:before { content: '\ec56'; } /* '' */
.icon-youtube-1:before { content: '\ec57'; } /* '' */
.icon-vimeo-2:before { content: '\ec58'; } /* '' */
.icon-windows:before { content: '\ec59'; } /* '' */
.icon-xing:before { content: '\ec5a'; } /* '' */
.icon-yahoo:before { content: '\ec5b'; } /* '' */
.icon-chrome:before { content: '\ec5c'; } /* '' */
.icon-email:before { content: '\ec5d'; } /* '' */
.icon-macstore:before { content: '\ec5e'; } /* '' */
.icon-myspace:before { content: '\ec5f'; } /* '' */
.icon-podcast:before { content: '\ec60'; } /* '' */
.icon-amazon:before { content: '\ec61'; } /* '' */
.icon-steam:before { content: '\ec62'; } /* '' */
.icon-cloudapp:before { content: '\ec63'; } /* '' */
.icon-dropbox-1:before { content: '\ec64'; } /* '' */
.icon-ebay:before { content: '\ec65'; } /* '' */
.icon-facebook-4:before { content: '\ec66'; } /* '' */
.icon-github-3:before { content: '\ec67'; } /* '' */
.icon-github-circled-3:before { content: '\ec68'; } /* '' */
.icon-googleplay:before { content: '\ec69'; } /* '' */
.icon-itunes:before { content: '\ec6a'; } /* '' */
.icon-plurk:before { content: '\ec6b'; } /* '' */
.icon-songkick:before { content: '\ec6c'; } /* '' */
.icon-lastfm-2:before { content: '\ec6d'; } /* '' */
.icon-gmail:before { content: '\ec6e'; } /* '' */
.icon-pinboard:before { content: '\ec6f'; } /* '' */
.icon-openid:before { content: '\ec70'; } /* '' */
.icon-quora:before { content: '\ec71'; } /* '' */
.icon-soundcloud-2:before { content: '\ec72'; } /* '' */
.icon-tumblr-1:before { content: '\ec73'; } /* '' */
.icon-eventasaurus:before { content: '\ec74'; } /* '' */
.icon-wordpress:before { content: '\ec75'; } /* '' */
.icon-yelp:before { content: '\ec76'; } /* '' */
.icon-intensedebate:before { content: '\ec77'; } /* '' */
.icon-eventbrite:before { content: '\ec78'; } /* '' */
.icon-scribd:before { content: '\ec79'; } /* '' */
.icon-posterous:before { content: '\ec7a'; } /* '' */
.icon-stripe:before { content: '\ec7b'; } /* '' */
.icon-opentable:before { content: '\ec7c'; } /* '' */
.icon-cart:before { content: '\ec7d'; } /* '' */
.icon-print-4:before { content: '\ec7e'; } /* '' */
.icon-angellist:before { content: '\ec7f'; } /* '' */
.icon-instagram-2:before { content: '\ec80'; } /* '' */
.icon-dwolla:before { content: '\ec81'; } /* '' */
.icon-appnet:before { content: '\ec82'; } /* '' */
.icon-statusnet:before { content: '\ec83'; } /* '' */
.icon-acrobat:before { content: '\ec84'; } /* '' */
.icon-drupal:before { content: '\ec85'; } /* '' */
.icon-buffer:before { content: '\ec86'; } /* '' */
.icon-pocket:before { content: '\ec87'; } /* '' */
.icon-bitbucket:before { content: '\ec88'; } /* '' */
.icon-lego:before { content: '\ec89'; } /* '' */
.icon-login-3:before { content: '\ec8a'; } /* '' */
.icon-stackoverflow:before { content: '\ec8b'; } /* '' */
.icon-hackernews:before { content: '\ec8c'; } /* '' */
.icon-lkdto:before { content: '\ec8d'; } /* '' */
.icon-facebook-5:before { content: '\ec8e'; } /* '' */
.icon-facebook-rect-1:before { content: '\ec8f'; } /* '' */
.icon-twitter-5:before { content: '\ec90'; } /* '' */
.icon-twitter-bird-1:before { content: '\ec91'; } /* '' */
.icon-vimeo-3:before { content: '\ec92'; } /* '' */
.icon-vimeo-rect:before { content: '\ec93'; } /* '' */
.icon-tumblr-rect:before { content: '\ec94'; } /* '' */
.icon-googleplus-rect:before { content: '\ec95'; } /* '' */
.icon-github-text:before { content: '\ec96'; } /* '' */
.icon-icq:before { content: '\ec97'; } /* '' */
.icon-yandex-rect:before { content: '\ec98'; } /* '' */
.icon-vkontakte-rect:before { content: '\ec99'; } /* '' */
.icon-odnoklassniki:before { content: '\ec9a'; } /* '' */
.icon-odnoklassniki-rect:before { content: '\ec9b'; } /* '' */
.icon-friendfeed:before { content: '\ec9c'; } /* '' */
.icon-friendfeed-rect:before { content: '\ec9d'; } /* '' */
.icon-blogger-1:before { content: '\ec9e'; } /* '' */
.icon-blogger-rect:before { content: '\ec9f'; } /* '' */
.icon-deviantart:before { content: '\eca0'; } /* '' */
.icon-lastfm-3:before { content: '\eca1'; } /* '' */
.icon-lastfm-rect:before { content: '\eca2'; } /* '' */
.icon-linkedin-rect:before { content: '\eca3'; } /* '' */
.icon-picasa-1:before { content: '\eca4'; } /* '' */
.icon-instagram-3:before { content: '\eca5'; } /* '' */
.icon-instagram-filled:before { content: '\eca6'; } /* '' */
.icon-box-4:before { content: '\eca7'; } /* '' */
.icon-box-rect:before { content: '\eca8'; } /* '' */
.icon-youku:before { content: '\eca9'; } /* '' */
.icon-win8:before { content: '\ecaa'; } /* '' */
.icon-discover:before { content: '\ecab'; } /* '' */
.icon-visa:before { content: '\ecac'; } /* '' */
.icon-houzz:before { content: '\ecad'; } /* '' */
.icon-glass:before { content: '\ecae'; } /* '' */
.icon-music-2:before { content: '\ecaf'; } /* '' */
.icon-search-5:before { content: '\ecb0'; } /* '' */
.icon-search-circled:before { content: '\ecb1'; } /* '' */
.icon-mail-5:before { content: '\ecb2'; } /* '' */
.icon-mail-circled:before { content: '\ecb3'; } /* '' */
.icon-heart-5:before { content: '\ecb4'; } /* '' */
.icon-heart-circled:before { content: '\ecb5'; } /* '' */
.icon-heart-empty-2:before { content: '\ecb6'; } /* '' */
.icon-star-5:before { content: '\ecb7'; } /* '' */
.icon-star-circled:before { content: '\ecb8'; } /* '' */
.icon-star-empty-2:before { content: '\ecb9'; } /* '' */
.icon-user-5:before { content: '\ecba'; } /* '' */
.icon-group:before { content: '\ecbb'; } /* '' */
.icon-group-circled:before { content: '\ecbc'; } /* '' */
.icon-torso:before { content: '\ecbd'; } /* '' */
.icon-video-3:before { content: '\ecbe'; } /* '' */
.icon-video-circled:before { content: '\ecbf'; } /* '' */
.icon-video-alt-1:before { content: '\ecc0'; } /* '' */
.icon-videocam-3:before { content: '\ecc1'; } /* '' */
.icon-video-chat:before { content: '\ecc2'; } /* '' */
.icon-picture-3:before { content: '\ecc3'; } /* '' */
.icon-camera-5:before { content: '\ecc4'; } /* '' */
.icon-photo:before { content: '\ecc5'; } /* '' */
.icon-photo-circled:before { content: '\ecc6'; } /* '' */
.icon-th-large-1:before { content: '\ecc7'; } /* '' */
.icon-th-2:before { content: '\ecc8'; } /* '' */
.icon-th-list-3:before { content: '\ecc9'; } /* '' */
.icon-view-mode:before { content: '\ecca'; } /* '' */
.icon-ok-4:before { content: '\eccb'; } /* '' */
.icon-ok-circled-1:before { content: '\eccc'; } /* '' */
.icon-ok-circled2:before { content: '\eccd'; } /* '' */
.icon-cancel-5:before { content: '\ecce'; } /* '' */
.icon-cancel-circled-3:before { content: '\eccf'; } /* '' */
.icon-cancel-circled2:before { content: '\ecd0'; } /* '' */
.icon-plus-5:before { content: '\ecd1'; } /* '' */
.icon-plus-circled-1:before { content: '\ecd2'; } /* '' */
.icon-minus-3:before { content: '\ecd3'; } /* '' */
.icon-minus-circled-1:before { content: '\ecd4'; } /* '' */
.icon-help-2:before { content: '\ecd5'; } /* '' */
.icon-help-circled-2:before { content: '\ecd6'; } /* '' */
.icon-info-circled-2:before { content: '\ecd7'; } /* '' */
.icon-home-5:before { content: '\ecd8'; } /* '' */
.icon-home-circled:before { content: '\ecd9'; } /* '' */
.icon-website:before { content: '\ecda'; } /* '' */
.icon-website-circled:before { content: '\ecdb'; } /* '' */
.icon-attach-4:before { content: '\ecdc'; } /* '' */
.icon-attach-circled:before { content: '\ecdd'; } /* '' */
.icon-lock-5:before { content: '\ecde'; } /* '' */
.icon-lock-circled:before { content: '\ecdf'; } /* '' */
.icon-lock-open-5:before { content: '\ece0'; } /* '' */
.icon-lock-open-alt-1:before { content: '\ece1'; } /* '' */
.icon-eye-5:before { content: '\ece2'; } /* '' */
.icon-eye-off:before { content: '\ece3'; } /* '' */
.icon-tag-4:before { content: '\ece4'; } /* '' */
.icon-tags-1:before { content: '\ece5'; } /* '' */
.icon-bookmark-2:before { content: '\ece6'; } /* '' */
.icon-bookmark-empty:before { content: '\ece7'; } /* '' */
.icon-flag-2:before { content: '\ece8'; } /* '' */
.icon-flag-circled:before { content: '\ece9'; } /* '' */
.icon-thumbs-up-3:before { content: '\ecea'; } /* '' */
.icon-thumbs-down-3:before { content: '\eceb'; } /* '' */
.icon-download-5:before { content: '\ecec'; } /* '' */
.icon-download-alt:before { content: '\eced'; } /* '' */
.icon-upload-4:before { content: '\ecee'; } /* '' */
.icon-share-2:before { content: '\ecef'; } /* '' */
.icon-quote-1:before { content: '\ecf0'; } /* '' */
.icon-quote-circled:before { content: '\ecf1'; } /* '' */
.icon-export-4:before { content: '\ecf2'; } /* '' */
.icon-pencil-5:before { content: '\ecf3'; } /* '' */
.icon-pencil-circled:before { content: '\ecf4'; } /* '' */
.icon-edit-2:before { content: '\ecf5'; } /* '' */
.icon-edit-circled:before { content: '\ecf6'; } /* '' */
.icon-edit-alt:before { content: '\ecf7'; } /* '' */
.icon-print-5:before { content: '\ecf8'; } /* '' */
.icon-retweet-2:before { content: '\ecf9'; } /* '' */
.icon-comment-4:before { content: '\ecfa'; } /* '' */
.icon-comment-alt-1:before { content: '\ecfb'; } /* '' */
.icon-bell-4:before { content: '\ecfc'; } /* '' */
.icon-warning-1:before { content: '\ecfd'; } /* '' */
.icon-exclamation:before { content: '\ecfe'; } /* '' */
.icon-error:before { content: '\ecff'; } /* '' */
.icon-error-alt:before { content: '\ed00'; } /* '' */
.icon-location-5:before { content: '\ed01'; } /* '' */
.icon-location-circled:before { content: '\ed02'; } /* '' */
.icon-compass-4:before { content: '\ed03'; } /* '' */
.icon-compass-circled:before { content: '\ed04'; } /* '' */
.icon-trash-6:before { content: '\ed05'; } /* '' */
.icon-trash-circled:before { content: '\ed06'; } /* '' */
.icon-doc-5:before { content: '\ed07'; } /* '' */
.icon-doc-circled:before { content: '\ed08'; } /* '' */
.icon-doc-new:before { content: '\ed09'; } /* '' */
.icon-doc-new-circled:before { content: '\ed0a'; } /* '' */
.icon-folder-5:before { content: '\ed0b'; } /* '' */
.icon-folder-circled:before { content: '\ed0c'; } /* '' */
.icon-folder-close:before { content: '\ed0d'; } /* '' */
.icon-folder-open-2:before { content: '\ed0e'; } /* '' */
.icon-rss-6:before { content: '\ed0f'; } /* '' */
.icon-phone-3:before { content: '\ed10'; } /* '' */
.icon-phone-circled:before { content: '\ed11'; } /* '' */
.icon-cog-5:before { content: '\ed12'; } /* '' */
.icon-cog-circled:before { content: '\ed13'; } /* '' */
.icon-cogs:before { content: '\ed14'; } /* '' */
.icon-wrench-4:before { content: '\ed15'; } /* '' */
.icon-wrench-circled:before { content: '\ed16'; } /* '' */
.icon-basket-4:before { content: '\ed17'; } /* '' */
.icon-basket-circled:before { content: '\ed18'; } /* '' */
.icon-calendar-7:before { content: '\ed19'; } /* '' */
.icon-calendar-circled:before { content: '\ed1a'; } /* '' */
.icon-mic-5:before { content: '\ed1b'; } /* '' */
.icon-mic-circled:before { content: '\ed1c'; } /* '' */
.icon-volume-off-4:before { content: '\ed1d'; } /* '' */
.icon-volume-down-2:before { content: '\ed1e'; } /* '' */
.icon-volume-1:before { content: '\ed1f'; } /* '' */
.icon-volume-up-3:before { content: '\ed20'; } /* '' */
.icon-headphones-3:before { content: '\ed21'; } /* '' */
.icon-clock-6:before { content: '\ed22'; } /* '' */
.icon-clock-circled:before { content: '\ed23'; } /* '' */
.icon-lightbulb-2:before { content: '\ed24'; } /* '' */
.icon-lightbulb-alt:before { content: '\ed25'; } /* '' */
.icon-block-4:before { content: '\ed26'; } /* '' */
.icon-resize-full-5:before { content: '\ed27'; } /* '' */
.icon-resize-full-alt-2:before { content: '\ed28'; } /* '' */
.icon-resize-small-4:before { content: '\ed29'; } /* '' */
.icon-resize-vertical-2:before { content: '\ed2a'; } /* '' */
.icon-resize-horizontal-2:before { content: '\ed2b'; } /* '' */
.icon-move-3:before { content: '\ed2c'; } /* '' */
.icon-zoom-in-4:before { content: '\ed2d'; } /* '' */
.icon-zoom-out-4:before { content: '\ed2e'; } /* '' */
.icon-down-open-3:before { content: '\ed2f'; } /* '' */
.icon-left-open-4:before { content: '\ed30'; } /* '' */
.icon-right-open-4:before { content: '\ed31'; } /* '' */
.icon-up-open-3:before { content: '\ed32'; } /* '' */
.icon-down-5:before { content: '\ed33'; } /* '' */
.icon-left-4:before { content: '\ed34'; } /* '' */
.icon-right-4:before { content: '\ed35'; } /* '' */
.icon-up-5:before { content: '\ed36'; } /* '' */
.icon-down-circled-1:before { content: '\ed37'; } /* '' */
.icon-left-circled-1:before { content: '\ed38'; } /* '' */
.icon-right-circled-1:before { content: '\ed39'; } /* '' */
.icon-up-circled-1:before { content: '\ed3a'; } /* '' */
.icon-down-hand:before { content: '\ed3b'; } /* '' */
.icon-left-hand:before { content: '\ed3c'; } /* '' */
.icon-right-hand:before { content: '\ed3d'; } /* '' */
.icon-up-hand:before { content: '\ed3e'; } /* '' */
.icon-cw-4:before { content: '\ed3f'; } /* '' */
.icon-cw-circled:before { content: '\ed40'; } /* '' */
.icon-arrows-cw-1:before { content: '\ed41'; } /* '' */
.icon-shuffle-3:before { content: '\ed42'; } /* '' */
.icon-play-4:before { content: '\ed43'; } /* '' */
.icon-play-circled:before { content: '\ed44'; } /* '' */
.icon-play-circled2:before { content: '\ed45'; } /* '' */
.icon-stop-5:before { content: '\ed46'; } /* '' */
.icon-stop-circled:before { content: '\ed47'; } /* '' */
.icon-pause-4:before { content: '\ed48'; } /* '' */
.icon-pause-circled:before { content: '\ed49'; } /* '' */
.icon-record-2:before { content: '\ed4a'; } /* '' */
.icon-eject-2:before { content: '\ed4b'; } /* '' */
.icon-backward:before { content: '\ed4c'; } /* '' */
.icon-backward-circled:before { content: '\ed4d'; } /* '' */
.icon-fast-backward-2:before { content: '\ed4e'; } /* '' */
.icon-fast-forward-2:before { content: '\ed4f'; } /* '' */
.icon-forward-2:before { content: '\ed50'; } /* '' */
.icon-forward-circled:before { content: '\ed51'; } /* '' */
.icon-step-backward:before { content: '\ed52'; } /* '' */
.icon-step-forward:before { content: '\ed53'; } /* '' */
.icon-target-3:before { content: '\ed54'; } /* '' */
.icon-signal-3:before { content: '\ed55'; } /* '' */
.icon-desktop-1:before { content: '\ed56'; } /* '' */
.icon-desktop-circled:before { content: '\ed57'; } /* '' */
.icon-laptop-1:before { content: '\ed58'; } /* '' */
.icon-laptop-circled:before { content: '\ed59'; } /* '' */
.icon-network-1:before { content: '\ed5a'; } /* '' */
.icon-inbox-2:before { content: '\ed5b'; } /* '' */
.icon-inbox-circled:before { content: '\ed5c'; } /* '' */
.icon-inbox-alt:before { content: '\ed5d'; } /* '' */
.icon-globe-4:before { content: '\ed5e'; } /* '' */
.icon-globe-alt-1:before { content: '\ed5f'; } /* '' */
.icon-cloud-5:before { content: '\ed60'; } /* '' */
.icon-cloud-circled:before { content: '\ed61'; } /* '' */
.icon-flight-1:before { content: '\ed62'; } /* '' */
.icon-leaf-2:before { content: '\ed63'; } /* '' */
.icon-font:before { content: '\ed64'; } /* '' */
.icon-fontsize-1:before { content: '\ed65'; } /* '' */
.icon-bold:before { content: '\ed66'; } /* '' */
.icon-italic:before { content: '\ed67'; } /* '' */
.icon-text-height:before { content: '\ed68'; } /* '' */
.icon-text-width:before { content: '\ed69'; } /* '' */
.icon-align-left:before { content: '\ed6a'; } /* '' */
.icon-align-center:before { content: '\ed6b'; } /* '' */
.icon-align-right:before { content: '\ed6c'; } /* '' */
.icon-align-justify:before { content: '\ed6d'; } /* '' */
.icon-list-2:before { content: '\ed6e'; } /* '' */
.icon-indent-left:before { content: '\ed6f'; } /* '' */
.icon-indent-right:before { content: '\ed70'; } /* '' */
.icon-briefcase-2:before { content: '\ed71'; } /* '' */
.icon-off:before { content: '\ed72'; } /* '' */
.icon-road:before { content: '\ed73'; } /* '' */
.icon-qrcode:before { content: '\ed74'; } /* '' */
.icon-barcode:before { content: '\ed75'; } /* '' */
.icon-braille:before { content: '\ed76'; } /* '' */
.icon-book-3:before { content: '\ed77'; } /* '' */
.icon-adjust-1:before { content: '\ed78'; } /* '' */
.icon-tint:before { content: '\ed79'; } /* '' */
.icon-check-2:before { content: '\ed7a'; } /* '' */
.icon-check-empty:before { content: '\ed7b'; } /* '' */
.icon-asterisk:before { content: '\ed7c'; } /* '' */
.icon-gift-1:before { content: '\ed7d'; } /* '' */
.icon-fire-1:before { content: '\ed7e'; } /* '' */
.icon-magnet-1:before { content: '\ed7f'; } /* '' */
.icon-chart-2:before { content: '\ed80'; } /* '' */
.icon-chart-circled:before { content: '\ed81'; } /* '' */
.icon-credit-card-3:before { content: '\ed82'; } /* '' */
.icon-megaphone-1:before { content: '\ed83'; } /* '' */
.icon-clipboard-2:before { content: '\ed84'; } /* '' */
.icon-hdd-1:before { content: '\ed85'; } /* '' */
.icon-key-3:before { content: '\ed86'; } /* '' */
.icon-certificate-1:before { content: '\ed87'; } /* '' */
.icon-tasks:before { content: '\ed88'; } /* '' */
.icon-filter:before { content: '\ed89'; } /* '' */
.icon-gauge-1:before { content: '\ed8a'; } /* '' */
.icon-smiley:before { content: '\ed8b'; } /* '' */
.icon-smiley-circled:before { content: '\ed8c'; } /* '' */
.icon-address-book:before { content: '\ed8d'; } /* '' */
.icon-address-book-alt:before { content: '\ed8e'; } /* '' */
.icon-asl:before { content: '\ed8f'; } /* '' */
.icon-glasses:before { content: '\ed90'; } /* '' */
.icon-hearing-impaired:before { content: '\ed91'; } /* '' */
.icon-iphone-home:before { content: '\ed92'; } /* '' */
.icon-person:before { content: '\ed93'; } /* '' */
.icon-adult:before { content: '\ed94'; } /* '' */
.icon-child:before { content: '\ed95'; } /* '' */
.icon-blind:before { content: '\ed96'; } /* '' */
.icon-guidedog:before { content: '\ed97'; } /* '' */
.icon-accessibility:before { content: '\ed98'; } /* '' */
.icon-universal-access:before { content: '\ed99'; } /* '' */
.icon-male-1:before { content: '\ed9a'; } /* '' */
.icon-female-1:before { content: '\ed9b'; } /* '' */
.icon-behance-1:before { content: '\ed9c'; } /* '' */
.icon-blogger-2:before { content: '\ed9d'; } /* '' */
.icon-cc-2:before { content: '\ed9e'; } /* '' */
.icon-css:before { content: '\ed9f'; } /* '' */
.icon-delicious-1:before { content: '\eda0'; } /* '' */
.icon-deviantart-1:before { content: '\eda1'; } /* '' */
.icon-digg-1:before { content: '\eda2'; } /* '' */
.icon-dribbble-4:before { content: '\eda3'; } /* '' */
.icon-facebook-6:before { content: '\eda4'; } /* '' */
.icon-flickr-3:before { content: '\eda5'; } /* '' */
.icon-foursquare-1:before { content: '\eda6'; } /* '' */
.icon-friendfeed-1:before { content: '\eda7'; } /* '' */
.icon-friendfeed-rect-1:before { content: '\eda8'; } /* '' */
.icon-github-5:before { content: '\eda9'; } /* '' */
.icon-github-text-1:before { content: '\edaa'; } /* '' */
.icon-googleplus:before { content: '\edab'; } /* '' */
.icon-instagram-4:before { content: '\edac'; } /* '' */
.icon-linkedin-5:before { content: '\edad'; } /* '' */
.icon-path:before { content: '\edae'; } /* '' */
.icon-picasa-2:before { content: '\edaf'; } /* '' */
.icon-pinterest-3:before { content: '\edb0'; } /* '' */
.icon-reddit-1:before { content: '\edb1'; } /* '' */
.icon-skype-4:before { content: '\edb2'; } /* '' */
.icon-slideshare:before { content: '\edb3'; } /* '' */
.icon-stackoverflow-1:before { content: '\edb4'; } /* '' */
.icon-stumbleupon-2:before { content: '\edb5'; } /* '' */
.icon-twitter-6:before { content: '\edb6'; } /* '' */
.icon-tumblr-3:before { content: '\edb7'; } /* '' */
.icon-vimeo-4:before { content: '\edb8'; } /* '' */
.icon-vkontakte-1:before { content: '\edb9'; } /* '' */
.icon-w3c-1:before { content: '\edba'; } /* '' */
.icon-wordpress-2:before { content: '\edbb'; } /* '' */
.icon-youtube-2:before { content: '\edbc'; } /* '' */
.icon-music-3:before { content: '\edbd'; } /* '' */
.icon-search-6:before { content: '\edbe'; } /* '' */
.icon-mail-6:before { content: '\edbf'; } /* '' */
.icon-heart-6:before { content: '\edc0'; } /* '' */
.icon-star-6:before { content: '\edc1'; } /* '' */
.icon-user-6:before { content: '\edc2'; } /* '' */
.icon-videocam-4:before { content: '\edc3'; } /* '' */
.icon-camera-6:before { content: '\edc4'; } /* '' */
.icon-photo-1:before { content: '\edc5'; } /* '' */
.icon-attach-5:before { content: '\edc6'; } /* '' */
.icon-lock-6:before { content: '\edc7'; } /* '' */
.icon-eye-6:before { content: '\edc8'; } /* '' */
.icon-tag-5:before { content: '\edc9'; } /* '' */
.icon-thumbs-up-4:before { content: '\edca'; } /* '' */
.icon-pencil-6:before { content: '\edcb'; } /* '' */
.icon-comment-5:before { content: '\edcc'; } /* '' */
.icon-location-6:before { content: '\edcd'; } /* '' */
.icon-cup-1:before { content: '\edce'; } /* '' */
.icon-trash-7:before { content: '\edcf'; } /* '' */
.icon-doc-6:before { content: '\edd0'; } /* '' */
.icon-note-1:before { content: '\edd1'; } /* '' */
.icon-cog-6:before { content: '\edd2'; } /* '' */
.icon-params:before { content: '\edd3'; } /* '' */
.icon-calendar-8:before { content: '\edd4'; } /* '' */
.icon-sound-1:before { content: '\edd5'; } /* '' */
.icon-clock-7:before { content: '\edd6'; } /* '' */
.icon-lightbulb-3:before { content: '\edd7'; } /* '' */
.icon-tv:before { content: '\edd8'; } /* '' */
.icon-desktop-2:before { content: '\edd9'; } /* '' */
.icon-mobile-5:before { content: '\edda'; } /* '' */
.icon-cd-3:before { content: '\eddb'; } /* '' */
.icon-inbox-3:before { content: '\eddc'; } /* '' */
.icon-globe-5:before { content: '\eddd'; } /* '' */
.icon-cloud-6:before { content: '\edde'; } /* '' */
.icon-paper-plane-2:before { content: '\eddf'; } /* '' */
.icon-fire-2:before { content: '\ede0'; } /* '' */
.icon-graduation-cap-1:before { content: '\ede1'; } /* '' */
.icon-megaphone-2:before { content: '\ede2'; } /* '' */
.icon-database-2:before { content: '\ede3'; } /* '' */
.icon-key-4:before { content: '\ede4'; } /* '' */
.icon-beaker:before { content: '\ede5'; } /* '' */
.icon-truck:before { content: '\ede6'; } /* '' */
.icon-money-1:before { content: '\ede7'; } /* '' */
.icon-food:before { content: '\ede8'; } /* '' */
.icon-shop-1:before { content: '\ede9'; } /* '' */
.icon-diamond:before { content: '\edea'; } /* '' */
.icon-t-shirt:before { content: '\edeb'; } /* '' */
.icon-wallet:before { content: '\edec'; } /* '' */
.icon-search-7:before { content: '\eded'; } /* '' */
.icon-mail-7:before { content: '\edee'; } /* '' */
.icon-heart-7:before { content: '\edef'; } /* '' */
.icon-heart-empty-3:before { content: '\edf0'; } /* '' */
.icon-star-7:before { content: '\edf1'; } /* '' */
.icon-user-7:before { content: '\edf2'; } /* '' */
.icon-video-4:before { content: '\edf3'; } /* '' */
.icon-picture-4:before { content: '\edf4'; } /* '' */
.icon-th-large-2:before { content: '\edf5'; } /* '' */
.icon-th-3:before { content: '\edf6'; } /* '' */
.icon-th-list-4:before { content: '\edf7'; } /* '' */
.icon-ok-5:before { content: '\edf8'; } /* '' */
.icon-ok-circle-1:before { content: '\edf9'; } /* '' */
.icon-cancel-6:before { content: '\edfa'; } /* '' */
.icon-cancel-circle-2:before { content: '\edfb'; } /* '' */
.icon-plus-circle-1:before { content: '\edfc'; } /* '' */
.icon-minus-circle-1:before { content: '\edfd'; } /* '' */
.icon-link-4:before { content: '\edfe'; } /* '' */
.icon-attach-6:before { content: '\edff'; } /* '' */
.icon-lock-8:before { content: '\ee00'; } /* '' */
.icon-lock-open-7:before { content: '\ee01'; } /* '' */
.icon-pin-2:before { content: '\ee02'; } /* '' */
.icon-eye-7:before { content: '\ee03'; } /* '' */
.icon-eye-off-1:before { content: '\ee04'; } /* '' */
.icon-tag-7:before { content: '\ee05'; } /* '' */
.icon-tags-2:before { content: '\ee06'; } /* '' */
.icon-bookmark-3:before { content: '\ee07'; } /* '' */
.icon-flag-3:before { content: '\ee08'; } /* '' */
.icon-thumbs-up-5:before { content: '\ee09'; } /* '' */
.icon-thumbs-down-4:before { content: '\ee0a'; } /* '' */
.icon-download-6:before { content: '\ee0b'; } /* '' */
.icon-upload-5:before { content: '\ee0c'; } /* '' */
.icon-forward-4:before { content: '\ee0d'; } /* '' */
.icon-export-5:before { content: '\ee0e'; } /* '' */
.icon-pencil-7:before { content: '\ee0f'; } /* '' */
.icon-edit-3:before { content: '\ee10'; } /* '' */
.icon-print-6:before { content: '\ee11'; } /* '' */
.icon-retweet-4:before { content: '\ee12'; } /* '' */
.icon-comment-7:before { content: '\ee13'; } /* '' */
.icon-chat-6:before { content: '\ee14'; } /* '' */
.icon-bell-5:before { content: '\ee15'; } /* '' */
.icon-attention-5:before { content: '\ee16'; } /* '' */
.icon-attention-circled:before { content: '\ee17'; } /* '' */
.icon-location-8:before { content: '\ee18'; } /* '' */
.icon-trash-empty-1:before { content: '\ee19'; } /* '' */
.icon-doc-8:before { content: '\ee1a'; } /* '' */
.icon-leaf-3:before { content: '\ee1b'; } /* '' */
.icon-font-2:before { content: '\ee1c'; } /* '' */
.icon-bold-1:before { content: '\ee1d'; } /* '' */
.icon-italic-1:before { content: '\ee1e'; } /* '' */
.icon-text-height-1:before { content: '\ee1f'; } /* '' */
.icon-text-width-1:before { content: '\ee20'; } /* '' */
.icon-align-left-1:before { content: '\ee21'; } /* '' */
.icon-align-center-1:before { content: '\ee22'; } /* '' */
.icon-align-right-1:before { content: '\ee23'; } /* '' */
.icon-align-justify-1:before { content: '\ee24'; } /* '' */
.icon-list-4:before { content: '\ee25'; } /* '' */
.icon-indent-left-2:before { content: '\ee26'; } /* '' */
.icon-indent-right-2:before { content: '\ee27'; } /* '' */
.icon-scissors-1:before { content: '\ee28'; } /* '' */
.icon-briefcase-3:before { content: '\ee29'; } /* '' */
.icon-off-1:before { content: '\ee2a'; } /* '' */
.icon-road-1:before { content: '\ee2b'; } /* '' */
.icon-list-alt:before { content: '\ee2c'; } /* '' */
.icon-qrcode-1:before { content: '\ee2d'; } /* '' */
.icon-barcode-1:before { content: '\ee2e'; } /* '' */
.icon-book-4:before { content: '\ee2f'; } /* '' */
.icon-adjust-2:before { content: '\ee30'; } /* '' */
.icon-tint-1:before { content: '\ee31'; } /* '' */
.icon-check-3:before { content: '\ee32'; } /* '' */
.icon-asterisk-1:before { content: '\ee33'; } /* '' */
.icon-gift-2:before { content: '\ee34'; } /* '' */
.icon-fire-3:before { content: '\ee35'; } /* '' */
.icon-magnet-2:before { content: '\ee36'; } /* '' */
.icon-chart-bar-5:before { content: '\ee37'; } /* '' */
.icon-credit-card-4:before { content: '\ee38'; } /* '' */
.icon-floppy-1:before { content: '\ee39'; } /* '' */
.icon-megaphone-3:before { content: '\ee3a'; } /* '' */
.icon-key-5:before { content: '\ee3b'; } /* '' */
.icon-truck-1:before { content: '\ee3c'; } /* '' */
.icon-hammer:before { content: '\ee3d'; } /* '' */
.icon-facebook-squared-1:before { content: '\ee3e'; } /* '' */
.icon-github-squared:before { content: '\ee3f'; } /* '' */
.icon-linkedin-squared:before { content: '\ee40'; } /* '' */
.icon-twitter-squared:before { content: '\ee41'; } /* '' */
.icon-lemon:before { content: '\ee42'; } /* '' */
.icon-lock-7:before { content: '\ee43'; } /* '' */
.icon-lock-open-6:before { content: '\ee44'; } /* '' */
.icon-tag-6:before { content: '\ee45'; } /* '' */
.icon-reply-3:before { content: '\ee46'; } /* '' */
.icon-reply-all-1:before { content: '\ee47'; } /* '' */
.icon-forward-3:before { content: '\ee48'; } /* '' */
.icon-code-2:before { content: '\ee49'; } /* '' */
.icon-retweet-3:before { content: '\ee4a'; } /* '' */
.icon-comment-6:before { content: '\ee4b'; } /* '' */
.icon-comment-alt-2:before { content: '\ee4c'; } /* '' */
.icon-chat-5:before { content: '\ee4d'; } /* '' */
.icon-attention-4:before { content: '\ee4e'; } /* '' */
.icon-location-7:before { content: '\ee4f'; } /* '' */
.icon-doc-7:before { content: '\ee50'; } /* '' */
.icon-docs-landscape:before { content: '\ee51'; } /* '' */
.icon-folder-6:before { content: '\ee52'; } /* '' */
.icon-archive-2:before { content: '\ee53'; } /* '' */
.icon-rss-7:before { content: '\ee54'; } /* '' */
.icon-rss-alt-1:before { content: '\ee55'; } /* '' */
.icon-cog-7:before { content: '\ee56'; } /* '' */
.icon-logout-3:before { content: '\ee57'; } /* '' */
.icon-clock-8:before { content: '\ee58'; } /* '' */
.icon-block-5:before { content: '\ee59'; } /* '' */
.icon-resize-full-6:before { content: '\ee5a'; } /* '' */
.icon-resize-full-circle:before { content: '\ee5b'; } /* '' */
.icon-popup-5:before { content: '\ee5c'; } /* '' */
.icon-left-open-5:before { content: '\ee5d'; } /* '' */
.icon-right-open-5:before { content: '\ee5e'; } /* '' */
.icon-down-circle-1:before { content: '\ee5f'; } /* '' */
.icon-left-circle-1:before { content: '\ee60'; } /* '' */
.icon-right-circle-1:before { content: '\ee61'; } /* '' */
.icon-up-circle-1:before { content: '\ee62'; } /* '' */
.icon-down-dir-3:before { content: '\ee63'; } /* '' */
.icon-right-dir-3:before { content: '\ee64'; } /* '' */
.icon-down-micro:before { content: '\ee65'; } /* '' */
.icon-up-micro:before { content: '\ee66'; } /* '' */
.icon-cw-circle:before { content: '\ee67'; } /* '' */
.icon-arrows-cw-2:before { content: '\ee68'; } /* '' */
.icon-updown-circle:before { content: '\ee69'; } /* '' */
.icon-target-4:before { content: '\ee6a'; } /* '' */
.icon-signal-4:before { content: '\ee6b'; } /* '' */
.icon-progress-4:before { content: '\ee6c'; } /* '' */
.icon-progress-5:before { content: '\ee6d'; } /* '' */
.icon-progress-6:before { content: '\ee6e'; } /* '' */
.icon-progress-7:before { content: '\ee6f'; } /* '' */
.icon-progress-8:before { content: '\ee70'; } /* '' */
.icon-progress-9:before { content: '\ee71'; } /* '' */
.icon-progress-10:before { content: '\ee72'; } /* '' */
.icon-progress-11:before { content: '\ee73'; } /* '' */
.icon-font-1:before { content: '\ee74'; } /* '' */
.icon-list-3:before { content: '\ee75'; } /* '' */
.icon-list-numbered:before { content: '\ee76'; } /* '' */
.icon-indent-left-1:before { content: '\ee77'; } /* '' */
.icon-indent-right-1:before { content: '\ee78'; } /* '' */
.icon-cloud-7:before { content: '\ee79'; } /* '' */
.icon-terminal:before { content: '\ee7a'; } /* '' */
.icon-facebook-rect-2:before { content: '\ee7b'; } /* '' */
.icon-twitter-bird-2:before { content: '\ee7c'; } /* '' */
.icon-vimeo-rect-1:before { content: '\ee7d'; } /* '' */
.icon-tumblr-rect-1:before { content: '\ee7e'; } /* '' */
.icon-googleplus-rect-1:before { content: '\ee7f'; } /* '' */
.icon-linkedin-rect-1:before { content: '\ee80'; } /* '' */
.icon-skype-5:before { content: '\ee81'; } /* '' */
.icon-vkontakte-rect-1:before { content: '\ee82'; } /* '' */
.icon-youtube-3:before { content: '\ee83'; } /* '' */
.icon-odnoklassniki-rect-1:before { content: '\ee84'; } /* '' */
.icon-down-open-2:before { content: '\f004'; } /* '' */
.icon-up-open-2:before { content: '\f005'; } /* '' */
.icon-right-open-3:before { content: '\f006'; } /* '' */
.icon-left-open-3:before { content: '\f007'; } /* '' */
.icon-menu-3:before { content: '\f008'; } /* '' */
.icon-th-list-2:before { content: '\f009'; } /* '' */
.icon-th-thumb:before { content: '\f00a'; } /* '' */
.icon-th-thumb-empty:before { content: '\f00b'; } /* '' */
.icon-coverflow:before { content: '\f00c'; } /* '' */
.icon-coverflow-empty:before { content: '\f00d'; } /* '' */
.icon-pause-3:before { content: '\f00e'; } /* '' */
.icon-play-3:before { content: '\f00f'; } /* '' */
.icon-to-end-2:before { content: '\f010'; } /* '' */
.icon-to-start-2:before { content: '\f011'; } /* '' */
.icon-fast-forward-1:before { content: '\f012'; } /* '' */
.icon-fast-backward-1:before { content: '\f013'; } /* '' */
.icon-upload-cloud-3:before { content: '\f014'; } /* '' */
.icon-download-cloud-1:before { content: '\f015'; } /* '' */
.icon-data-science:before { content: '\f016'; } /* '' */
.icon-data-science-inv:before { content: '\f017'; } /* '' */
.icon-globe-3:before { content: '\f018'; } /* '' */
.icon-globe-inv:before { content: '\f019'; } /* '' */
.icon-math:before { content: '\f01a'; } /* '' */
.icon-math-circled-empty:before { content: '\f01b'; } /* '' */
.icon-math-circled:before { content: '\f01c'; } /* '' */
.icon-paper-plane-1:before { content: '\f01d'; } /* '' */
.icon-paper-plane-alt2:before { content: '\f01e'; } /* '' */
.icon-paper-plane-alt:before { content: '\f01f'; } /* '' */
.icon-color-adjust:before { content: '\f020'; } /* '' */
.icon-star-half:before { content: '\f022'; } /* '' */
.icon-star-half_empty:before { content: '\f024'; } /* '' */
.icon-ccw-1:before { content: '\f025'; } /* '' */
.icon-heart-broken:before { content: '\f028'; } /* '' */
.icon-hash-1:before { content: '\f029'; } /* '' */
.icon-reply-2:before { content: '\f02a'; } /* '' */
.icon-retweet-1:before { content: '\f02b'; } /* '' */
.icon-login-2:before { content: '\f02c'; } /* '' */
.icon-logout-2:before { content: '\f02d'; } /* '' */
.icon-download-4:before { content: '\f02e'; } /* '' */
.icon-upload-3:before { content: '\f02f'; } /* '' */
.icon-location-4:before { content: '\f031'; } /* '' */
.icon-monitor-1:before { content: '\f032'; } /* '' */
.icon-tablet-2:before { content: '\f033'; } /* '' */
.icon-mobile-4:before { content: '\f034'; } /* '' */
.icon-connected-object:before { content: '\f035'; } /* '' */
.icon-isight:before { content: '\f039'; } /* '' */
.icon-videocam-2:before { content: '\f03a'; } /* '' */
.icon-shuffle-2:before { content: '\f03b'; } /* '' */
.icon-chat-4:before { content: '\f03d'; } /* '' */
.icon-bell-3:before { content: '\f03f'; } /* '' */
.icon-movie:before { content: '\f040'; } /* '' */
.icon-ruler:before { content: '\f044'; } /* '' */
.icon-vector:before { content: '\f045'; } /* '' */
.icon-move:before { content: '\f047'; } /* '' */
.icon-mic-4:before { content: '\f048'; } /* '' */
.icon-doc-4:before { content: '\f04a'; } /* '' */
.icon-dribbble-circled-2:before { content: '\f04f'; } /* '' */
.icon-dribbble-2:before { content: '\f050'; } /* '' */
.icon-facebook-circled-2:before { content: '\f051'; } /* '' */
.icon-facebook-3:before { content: '\f052'; } /* '' */
.icon-github-circled-alt:before { content: '\f053'; } /* '' */
.icon-github-circled-2:before { content: '\f054'; } /* '' */
.icon-github-2:before { content: '\f055'; } /* '' */
.icon-github-circled-alt2:before { content: '\f056'; } /* '' */
.icon-twitter-circled-2:before { content: '\f057'; } /* '' */
.icon-twitter-3:before { content: '\f058'; } /* '' */
.icon-gplus-circled-1:before { content: '\f059'; } /* '' */
.icon-gplus-1:before { content: '\f05a'; } /* '' */
.icon-linkedin-circled-2:before { content: '\f05b'; } /* '' */
.icon-linkedin-2:before { content: '\f05c'; } /* '' */
.icon-instagram-1:before { content: '\f05d'; } /* '' */
.icon-instagram-circled:before { content: '\f05e'; } /* '' */
.icon-mfg-logo:before { content: '\f05f'; } /* '' */
.icon-mfg-logo-circled:before { content: '\f060'; } /* '' */
.icon-user-4:before { content: '\f061'; } /* '' */
.icon-user-male:before { content: '\f062'; } /* '' */
.icon-user-female:before { content: '\f063'; } /* '' */
.icon-users-2:before { content: '\f064'; } /* '' */
.icon-folder-4:before { content: '\f067'; } /* '' */
.icon-folder-open-1:before { content: '\f068'; } /* '' */
.icon-folder-empty-2:before { content: '\f069'; } /* '' */
.icon-attach-3:before { content: '\f06a'; } /* '' */
.icon-ok-circled:before { content: '\f06d'; } /* '' */
.icon-cancel-circled-2:before { content: '\f06e'; } /* '' */
.icon-inbox-1:before { content: '\f070'; } /* '' */
.icon-trophy-1:before { content: '\f074'; } /* '' */
.icon-lock-open-alt:before { content: '\f075'; } /* '' */
.icon-link-3:before { content: '\f07b'; } /* '' */
.icon-zoom-in-3:before { content: '\f07e'; } /* '' */
.icon-zoom-out-3:before { content: '\f07f'; } /* '' */
.icon-stop-4:before { content: '\f080'; } /* '' */
.icon-export-3:before { content: '\f081'; } /* '' */
.icon-eye-4:before { content: '\f082'; } /* '' */
.icon-trash-4:before { content: '\f083'; } /* '' */
.icon-hdd:before { content: '\f084'; } /* '' */
.icon-info-circled-1:before { content: '\f085'; } /* '' */
.icon-info-circled-alt:before { content: '\f086'; } /* '' */
.icon-print-3:before { content: '\f087'; } /* '' */
.icon-fontsize:before { content: '\f088'; } /* '' */
.icon-soundcloud-1:before { content: '\f089'; } /* '' */
.icon-soundcloud-circled:before { content: '\f08a'; } /* '' */
.icon-link-ext:before { content: '\f08e'; } /* '' */
.icon-check-empty-1:before { content: '\f096'; } /* '' */
.icon-bookmark-empty-1:before { content: '\f097'; } /* '' */
.icon-phone-squared:before { content: '\f098'; } /* '' */
.icon-twitter-7:before { content: '\f099'; } /* '' */
.icon-facebook-7:before { content: '\f09a'; } /* '' */
.icon-github-circled-4:before { content: '\f09b'; } /* '' */
.icon-rss:before { content: '\f09e'; } /* '' */
.icon-hdd-2:before { content: '\f0a0'; } /* '' */
.icon-certificate-2:before { content: '\f0a3'; } /* '' */
.icon-left-circled-2:before { content: '\f0a8'; } /* '' */
.icon-right-circled-2:before { content: '\f0a9'; } /* '' */
.icon-up-circled-2:before { content: '\f0aa'; } /* '' */
.icon-down-circled-2:before { content: '\f0ab'; } /* '' */
.icon-tasks-1:before { content: '\f0ae'; } /* '' */
.icon-filter-1:before { content: '\f0b0'; } /* '' */
.icon-resize-full-alt:before { content: '\f0b2'; } /* '' */
.icon-beaker-1:before { content: '\f0c3'; } /* '' */
.icon-docs-1:before { content: '\f0c5'; } /* '' */
.icon-blank:before { content: '\f0c8'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-list-bullet:before { content: '\f0ca'; } /* '' */
.icon-list-numbered-1:before { content: '\f0cb'; } /* '' */
.icon-strike:before { content: '\f0cc'; } /* '' */
.icon-underline:before { content: '\f0cd'; } /* '' */
.icon-table:before { content: '\f0ce'; } /* '' */
.icon-magic:before { content: '\f0d0'; } /* '' */
.icon-pinterest-circled-2:before { content: '\f0d2'; } /* '' */
.icon-pinterest-squared:before { content: '\f0d3'; } /* '' */
.icon-gplus-squared:before { content: '\f0d4'; } /* '' */
.icon-gplus-3:before { content: '\f0d5'; } /* '' */
.icon-money-2:before { content: '\f0d6'; } /* '' */
.icon-columns:before { content: '\f0db'; } /* '' */
.icon-sort:before { content: '\f0dc'; } /* '' */
.icon-sort-down:before { content: '\f0dd'; } /* '' */
.icon-sort-up:before { content: '\f0de'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-linkedin-6:before { content: '\f0e1'; } /* '' */
.icon-gauge-2:before { content: '\f0e4'; } /* '' */
.icon-comment-empty:before { content: '\f0e5'; } /* '' */
.icon-chat-empty:before { content: '\f0e6'; } /* '' */
.icon-sitemap:before { content: '\f0e8'; } /* '' */
.icon-paste:before { content: '\f0ea'; } /* '' */
.icon-lightbulb:before { content: '\f0eb'; } /* '' */
.icon-exchange-1:before { content: '\f0ec'; } /* '' */
.icon-download-cloud-2:before { content: '\f0ed'; } /* '' */
.icon-upload-cloud-4:before { content: '\f0ee'; } /* '' */
.icon-user-md:before { content: '\f0f0'; } /* '' */
.icon-stethoscope:before { content: '\f0f1'; } /* '' */
.icon-suitcase-1:before { content: '\f0f2'; } /* '' */
.icon-bell-alt:before { content: '\f0f3'; } /* '' */
.icon-coffee-1:before { content: '\f0f4'; } /* '' */
.icon-food-1:before { content: '\f0f5'; } /* '' */
.icon-doc-text-2:before { content: '\f0f6'; } /* '' */
.icon-building:before { content: '\f0f7'; } /* '' */
.icon-hospital-1:before { content: '\f0f8'; } /* '' */
.icon-ambulance:before { content: '\f0f9'; } /* '' */
.icon-medkit:before { content: '\f0fa'; } /* '' */
.icon-fighter-jet:before { content: '\f0fb'; } /* '' */
.icon-beer-2:before { content: '\f0fc'; } /* '' */
.icon-h-sigh:before { content: '\f0fd'; } /* '' */
.icon-plus-squared-1:before { content: '\f0fe'; } /* '' */
.icon-angle-double-left:before { content: '\f100'; } /* '' */
.icon-angle-double-right:before { content: '\f101'; } /* '' */
.icon-angle-double-up:before { content: '\f102'; } /* '' */
.icon-angle-double-down:before { content: '\f103'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-desktop-3:before { content: '\f108'; } /* '' */
.icon-laptop-2:before { content: '\f109'; } /* '' */
.icon-tablet-3:before { content: '\f10a'; } /* '' */
.icon-mobile-6:before { content: '\f10b'; } /* '' */
.icon-circle-empty:before { content: '\f10c'; } /* '' */
.icon-quote-left-1:before { content: '\f10d'; } /* '' */
.icon-quote-right-1:before { content: '\f10e'; } /* '' */
.icon-spinner:before { content: '\f110'; } /* '' */
.icon-circle:before { content: '\f111'; } /* '' */
.icon-reply-4:before { content: '\f112'; } /* '' */
.icon-github-6:before { content: '\f113'; } /* '' */
.icon-folder-empty:before { content: '\f114'; } /* '' */
.icon-folder-open-empty:before { content: '\f115'; } /* '' */
.icon-smile:before { content: '\f118'; } /* '' */
.icon-frown:before { content: '\f119'; } /* '' */
.icon-meh:before { content: '\f11a'; } /* '' */
.icon-gamepad:before { content: '\f11b'; } /* '' */
.icon-keyboard-1:before { content: '\f11c'; } /* '' */
.icon-flag-empty:before { content: '\f11d'; } /* '' */
.icon-flag-checkered:before { content: '\f11e'; } /* '' */
.icon-terminal-1:before { content: '\f120'; } /* '' */
.icon-code-3:before { content: '\f121'; } /* '' */
.icon-reply-all-2:before { content: '\f122'; } /* '' */
.icon-star-half-alt:before { content: '\f123'; } /* '' */
.icon-direction-2:before { content: '\f124'; } /* '' */
.icon-crop:before { content: '\f125'; } /* '' */
.icon-fork:before { content: '\f126'; } /* '' */
.icon-unlink:before { content: '\f127'; } /* '' */
.icon-help-3:before { content: '\f128'; } /* '' */
.icon-info-4:before { content: '\f129'; } /* '' */
.icon-attention-alt-1:before { content: '\f12a'; } /* '' */
.icon-superscript:before { content: '\f12b'; } /* '' */
.icon-subscript:before { content: '\f12c'; } /* '' */
.icon-eraser:before { content: '\f12d'; } /* '' */
.icon-puzzle-1:before { content: '\f12e'; } /* '' */
.icon-mic:before { content: '\f130'; } /* '' */
.icon-mute:before { content: '\f131'; } /* '' */
.icon-shield:before { content: '\f132'; } /* '' */
.icon-calendar-empty:before { content: '\f133'; } /* '' */
.icon-extinguisher:before { content: '\f134'; } /* '' */
.icon-rocket-1:before { content: '\f135'; } /* '' */
.icon-maxcdn:before { content: '\f136'; } /* '' */
.icon-angle-circled-left:before { content: '\f137'; } /* '' */
.icon-angle-circled-right:before { content: '\f138'; } /* '' */
.icon-angle-circled-up:before { content: '\f139'; } /* '' */
.icon-angle-circled-down:before { content: '\f13a'; } /* '' */
.icon-html5-1:before { content: '\f13b'; } /* '' */
.icon-css3:before { content: '\f13c'; } /* '' */
.icon-anchor-2:before { content: '\f13d'; } /* '' */
.icon-lock-open-alt-2:before { content: '\f13e'; } /* '' */
.icon-bullseye:before { content: '\f140'; } /* '' */
.icon-ellipsis:before { content: '\f141'; } /* '' */
.icon-ellipsis-vert:before { content: '\f142'; } /* '' */
.icon-rss-squared:before { content: '\f143'; } /* '' */
.icon-play-circled-1:before { content: '\f144'; } /* '' */
.icon-ticket-2:before { content: '\f145'; } /* '' */
.icon-minus-squared-1:before { content: '\f146'; } /* '' */
.icon-minus-squared-alt:before { content: '\f147'; } /* '' */
.icon-level-up-1:before { content: '\f148'; } /* '' */
.icon-level-down-1:before { content: '\f149'; } /* '' */
.icon-ok-squared:before { content: '\f14a'; } /* '' */
.icon-pencil-squared:before { content: '\f14b'; } /* '' */
.icon-link-ext-alt:before { content: '\f14c'; } /* '' */
.icon-export-alt:before { content: '\f14d'; } /* '' */
.icon-compass-5:before { content: '\f14e'; } /* '' */
.icon-expand:before { content: '\f150'; } /* '' */
.icon-collapse:before { content: '\f151'; } /* '' */
.icon-expand-right:before { content: '\f152'; } /* '' */
.icon-euro:before { content: '\f153'; } /* '' */
.icon-pound:before { content: '\f154'; } /* '' */
.icon-dollar-1:before { content: '\f155'; } /* '' */
.icon-rupee:before { content: '\f156'; } /* '' */
.icon-yen:before { content: '\f157'; } /* '' */
.icon-rouble:before { content: '\f158'; } /* '' */
.icon-won:before { content: '\f159'; } /* '' */
.icon-bitcoin-1:before { content: '\f15a'; } /* '' */
.icon-doc-inv-1:before { content: '\f15b'; } /* '' */
.icon-doc-text-inv-1:before { content: '\f15c'; } /* '' */
.icon-sort-name-up:before { content: '\f15d'; } /* '' */
.icon-sort-name-down:before { content: '\f15e'; } /* '' */
.icon-sort-alt-up:before { content: '\f160'; } /* '' */
.icon-sort-alt-down:before { content: '\f161'; } /* '' */
.icon-sort-number-up:before { content: '\f162'; } /* '' */
.icon-sort-number-down:before { content: '\f163'; } /* '' */
.icon-thumbs-up-alt:before { content: '\f164'; } /* '' */
.icon-thumbs-down-alt:before { content: '\f165'; } /* '' */
.icon-youtube-squared:before { content: '\f166'; } /* '' */
.icon-youtube-4:before { content: '\f167'; } /* '' */
.icon-xing-1:before { content: '\f168'; } /* '' */
.icon-xing-squared:before { content: '\f169'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-dropbox-2:before { content: '\f16b'; } /* '' */
.icon-stackoverflow-2:before { content: '\f16c'; } /* '' */
.icon-instagram-5:before { content: '\f16d'; } /* '' */
.icon-flickr-4:before { content: '\f16e'; } /* '' */
.icon-adn:before { content: '\f170'; } /* '' */
.icon-bitbucket-1:before { content: '\f171'; } /* '' */
.icon-bitbucket-squared:before { content: '\f172'; } /* '' */
.icon-tumblr-4:before { content: '\f173'; } /* '' */
.icon-tumblr-squared:before { content: '\f174'; } /* '' */
.icon-down-6:before { content: '\f175'; } /* '' */
.icon-up-6:before { content: '\f176'; } /* '' */
.icon-left-5:before { content: '\f177'; } /* '' */
.icon-right-5:before { content: '\f178'; } /* '' */
.icon-apple:before { content: '\f179'; } /* '' */
.icon-windows-1:before { content: '\f17a'; } /* '' */
.icon-android-1:before { content: '\f17b'; } /* '' */
.icon-linux:before { content: '\f17c'; } /* '' */
.icon-dribbble-5:before { content: '\f17d'; } /* '' */
.icon-skype-6:before { content: '\f17e'; } /* '' */
.icon-foursquare-2:before { content: '\f180'; } /* '' */
.icon-trello:before { content: '\f181'; } /* '' */
.icon-female-2:before { content: '\f182'; } /* '' */
.icon-male-2:before { content: '\f183'; } /* '' */
.icon-gittip:before { content: '\f184'; } /* '' */
.icon-sun-3:before { content: '\f185'; } /* '' */
.icon-moon-4:before { content: '\f186'; } /* '' */
.icon-box:before { content: '\f187'; } /* '' */
.icon-bug:before { content: '\f188'; } /* '' */
.icon-vkontakte-2:before { content: '\f189'; } /* '' */
.icon-weibo-1:before { content: '\f18a'; } /* '' */
.icon-renren-1:before { content: '\f18b'; } /* '' */
.icon-pagelines:before { content: '\f18c'; } /* '' */
.icon-stackexchange:before { content: '\f18d'; } /* '' */
.icon-right-circled2:before { content: '\f18e'; } /* '' */
.icon-left-circled2:before { content: '\f190'; } /* '' */
.icon-collapse-left:before { content: '\f191'; } /* '' */
.icon-dot-circled:before { content: '\f192'; } /* '' */
.icon-wheelchair:before { content: '\f193'; } /* '' */
.icon-vimeo-squared:before { content: '\f194'; } /* '' */
.icon-try:before { content: '\f195'; } /* '' */
.icon-plus-squared-alt:before { content: '\f196'; } /* '' */
.icon-space-shuttle:before { content: '\f197'; } /* '' */
.icon-slack:before { content: '\f198'; } /* '' */
.icon-mail-squared:before { content: '\f199'; } /* '' */
.icon-wordpress-3:before { content: '\f19a'; } /* '' */
.icon-openid-1:before { content: '\f19b'; } /* '' */
.icon-bank:before { content: '\f19c'; } /* '' */
.icon-graduation-cap-2:before { content: '\f19d'; } /* '' */
.icon-yahoo-1:before { content: '\f19e'; } /* '' */
.icon-google-1:before { content: '\f1a0'; } /* '' */
.icon-reddit-2:before { content: '\f1a1'; } /* '' */
.icon-reddit-squared:before { content: '\f1a2'; } /* '' */
.icon-stumbleupon-circled-1:before { content: '\f1a3'; } /* '' */
.icon-stumbleupon-3:before { content: '\f1a4'; } /* '' */
.icon-delicious-2:before { content: '\f1a5'; } /* '' */
.icon-digg-2:before { content: '\f1a6'; } /* '' */
.icon-pied-piper-squared:before { content: '\f1a7'; } /* '' */
.icon-pied-piper-alt:before { content: '\f1a8'; } /* '' */
.icon-drupal-1:before { content: '\f1a9'; } /* '' */
.icon-joomla:before { content: '\f1aa'; } /* '' */
.icon-language-1:before { content: '\f1ab'; } /* '' */
.icon-fax:before { content: '\f1ac'; } /* '' */
.icon-building-filled:before { content: '\f1ad'; } /* '' */
.icon-child-1:before { content: '\f1ae'; } /* '' */
.icon-paw:before { content: '\f1b0'; } /* '' */
.icon-spoon:before { content: '\f1b1'; } /* '' */
.icon-cube:before { content: '\f1b2'; } /* '' */
.icon-cubes:before { content: '\f1b3'; } /* '' */
.icon-behance-2:before { content: '\f1b4'; } /* '' */
.icon-behance-squared:before { content: '\f1b5'; } /* '' */
.icon-steam-1:before { content: '\f1b6'; } /* '' */
.icon-steam-squared:before { content: '\f1b7'; } /* '' */
.icon-recycle:before { content: '\f1b8'; } /* '' */
.icon-cab:before { content: '\f1b9'; } /* '' */
.icon-taxi:before { content: '\f1ba'; } /* '' */
.icon-tree-3:before { content: '\f1bb'; } /* '' */
.icon-spotify-2:before { content: '\f1bc'; } /* '' */
.icon-deviantart-2:before { content: '\f1bd'; } /* '' */
.icon-soundcloud-3:before { content: '\f1be'; } /* '' */
.icon-database-3:before { content: '\f1c0'; } /* '' */
.icon-file-pdf:before { content: '\f1c1'; } /* '' */
.icon-file-word:before { content: '\f1c2'; } /* '' */
.icon-file-excel:before { content: '\f1c3'; } /* '' */
.icon-file-powerpoint:before { content: '\f1c4'; } /* '' */
.icon-file-image:before { content: '\f1c5'; } /* '' */
.icon-file-archive:before { content: '\f1c6'; } /* '' */
.icon-file-audio:before { content: '\f1c7'; } /* '' */
.icon-file-video:before { content: '\f1c8'; } /* '' */
.icon-file-code:before { content: '\f1c9'; } /* '' */
.icon-vine:before { content: '\f1ca'; } /* '' */
.icon-codeopen:before { content: '\f1cb'; } /* '' */
.icon-jsfiddle:before { content: '\f1cc'; } /* '' */
.icon-lifebuoy-2:before { content: '\f1cd'; } /* '' */
.icon-circle-notch:before { content: '\f1ce'; } /* '' */
.icon-rebel:before { content: '\f1d0'; } /* '' */
.icon-empire:before { content: '\f1d1'; } /* '' */
.icon-git-squared:before { content: '\f1d2'; } /* '' */
.icon-git:before { content: '\f1d3'; } /* '' */
.icon-hacker-news:before { content: '\f1d4'; } /* '' */
.icon-tencent-weibo:before { content: '\f1d5'; } /* '' */
.icon-qq-1:before { content: '\f1d6'; } /* '' */
.icon-wechat:before { content: '\f1d7'; } /* '' */
.icon-paper-plane-3:before { content: '\f1d8'; } /* '' */
.icon-paper-plane-empty:before { content: '\f1d9'; } /* '' */
.icon-history:before { content: '\f1da'; } /* '' */
.icon-circle-thin:before { content: '\f1db'; } /* '' */
.icon-header:before { content: '\f1dc'; } /* '' */
.icon-paragraph:before { content: '\f1dd'; } /* '' */
.icon-sliders:before { content: '\f1de'; } /* '' */
.icon-share-3:before { content: '\f1e0'; } /* '' */
.icon-share-squared:before { content: '\f1e1'; } /* '' */
.icon-bomb:before { content: '\f1e2'; } /* '' */
.icon-soccer-ball:before { content: '\f1e3'; } /* '' */
.icon-tty:before { content: '\f1e4'; } /* '' */
.icon-binoculars:before { content: '\f1e5'; } /* '' */
.icon-plug-1:before { content: '\f1e6'; } /* '' */
.icon-slideshare-1:before { content: '\f1e7'; } /* '' */
.icon-twitch:before { content: '\f1e8'; } /* '' */
.icon-yelp-1:before { content: '\f1e9'; } /* '' */
.icon-newspaper-2:before { content: '\f1ea'; } /* '' */
.icon-wifi-1:before { content: '\f1eb'; } /* '' */
.icon-calc:before { content: '\f1ec'; } /* '' */
.icon-paypal-2:before { content: '\f1ed'; } /* '' */
.icon-gwallet:before { content: '\f1ee'; } /* '' */
.icon-cc-visa:before { content: '\f1f0'; } /* '' */
.icon-cc-mastercard:before { content: '\f1f1'; } /* '' */
.icon-cc-discover:before { content: '\f1f2'; } /* '' */
.icon-cc-amex:before { content: '\f1f3'; } /* '' */
.icon-cc-paypal:before { content: '\f1f4'; } /* '' */
.icon-cc-stripe:before { content: '\f1f5'; } /* '' */
.icon-bell-off:before { content: '\f1f6'; } /* '' */
.icon-bell-off-empty:before { content: '\f1f7'; } /* '' */
.icon-trash-8:before { content: '\f1f8'; } /* '' */
.icon-copyright:before { content: '\f1f9'; } /* '' */
.icon-at-4:before { content: '\f1fa'; } /* '' */
.icon-eyedropper-1:before { content: '\f1fb'; } /* '' */
.icon-brush-3:before { content: '\f1fc'; } /* '' */
.icon-birthday:before { content: '\f1fd'; } /* '' */
.icon-chart-area-1:before { content: '\f1fe'; } /* '' */
.icon-chart-pie-4:before { content: '\f200'; } /* '' */
.icon-chart-line-1:before { content: '\f201'; } /* '' */
.icon-lastfm-4:before { content: '\f202'; } /* '' */
.icon-lastfm-squared:before { content: '\f203'; } /* '' */
.icon-toggle-off:before { content: '\f204'; } /* '' */
.icon-toggle-on:before { content: '\f205'; } /* '' */
.icon-bicycle-1:before { content: '\f206'; } /* '' */
.icon-bus-1:before { content: '\f207'; } /* '' */
.icon-ioxhost:before { content: '\f208'; } /* '' */
.icon-angellist-1:before { content: '\f209'; } /* '' */
.icon-cc-3:before { content: '\f20a'; } /* '' */
.icon-shekel:before { content: '\f20b'; } /* '' */
.icon-meanpath:before { content: '\f20c'; } /* '' */
.icon-buysellads:before { content: '\f20d'; } /* '' */
.icon-connectdevelop:before { content: '\f20e'; } /* '' */
.icon-dashcube:before { content: '\f210'; } /* '' */
.icon-forumbee:before { content: '\f211'; } /* '' */
.icon-leanpub:before { content: '\f212'; } /* '' */
.icon-sellsy:before { content: '\f213'; } /* '' */
.icon-shirtsinbulk:before { content: '\f214'; } /* '' */
.icon-simplybuilt:before { content: '\f215'; } /* '' */
.icon-skyatlas:before { content: '\f216'; } /* '' */
.icon-cart-plus:before { content: '\f217'; } /* '' */
.icon-cart-arrow-down:before { content: '\f218'; } /* '' */
.icon-diamond-1:before { content: '\f219'; } /* '' */
.icon-ship:before { content: '\f21a'; } /* '' */
.icon-user-secret:before { content: '\f21b'; } /* '' */
.icon-motorcycle:before { content: '\f21c'; } /* '' */
.icon-street-view:before { content: '\f21d'; } /* '' */
.icon-heartbeat:before { content: '\f21e'; } /* '' */
.icon-venus:before { content: '\f221'; } /* '' */
.icon-mars:before { content: '\f222'; } /* '' */
.icon-mercury:before { content: '\f223'; } /* '' */
.icon-transgender:before { content: '\f224'; } /* '' */
.icon-transgender-alt:before { content: '\f225'; } /* '' */
.icon-venus-double:before { content: '\f226'; } /* '' */
.icon-mars-double:before { content: '\f227'; } /* '' */
.icon-venus-mars:before { content: '\f228'; } /* '' */
.icon-mars-stroke:before { content: '\f229'; } /* '' */
.icon-mars-stroke-v:before { content: '\f22a'; } /* '' */
.icon-mars-stroke-h:before { content: '\f22b'; } /* '' */
.icon-neuter:before { content: '\f22c'; } /* '' */
.icon-genderless:before { content: '\f22d'; } /* '' */
.icon-facebook-official:before { content: '\f230'; } /* '' */
.icon-pinterest-4:before { content: '\f231'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */
.icon-server:before { content: '\f233'; } /* '' */
.icon-user-plus:before { content: '\f234'; } /* '' */
.icon-user-times:before { content: '\f235'; } /* '' */
.icon-bed:before { content: '\f236'; } /* '' */
.icon-viacoin:before { content: '\f237'; } /* '' */
.icon-train:before { content: '\f238'; } /* '' */
.icon-subway:before { content: '\f239'; } /* '' */
.icon-medium:before { content: '\f23a'; } /* '' */
.icon-y-combinator:before { content: '\f23b'; } /* '' */
.icon-optin-monster:before { content: '\f23c'; } /* '' */
.icon-opencart:before { content: '\f23d'; } /* '' */
.icon-expeditedssl:before { content: '\f23e'; } /* '' */
.icon-battery-4:before { content: '\f240'; } /* '' */
.icon-battery-3:before { content: '\f241'; } /* '' */
.icon-battery-2:before { content: '\f242'; } /* '' */
.icon-battery-1:before { content: '\f243'; } /* '' */
.icon-battery-0:before { content: '\f244'; } /* '' */
.icon-mouse-pointer:before { content: '\f245'; } /* '' */
.icon-i-cursor:before { content: '\f246'; } /* '' */
.icon-object-group:before { content: '\f247'; } /* '' */
.icon-object-ungroup:before { content: '\f248'; } /* '' */
.icon-sticky-note:before { content: '\f249'; } /* '' */
.icon-sticky-note-o:before { content: '\f24a'; } /* '' */
.icon-cc-jcb:before { content: '\f24b'; } /* '' */
.icon-cc-diners-club:before { content: '\f24c'; } /* '' */
.icon-clone:before { content: '\f24d'; } /* '' */
.icon-balance-scale:before { content: '\f24e'; } /* '' */
.icon-hourglass-o:before { content: '\f250'; } /* '' */
.icon-hourglass-2:before { content: '\f251'; } /* '' */
.icon-hourglass-3:before { content: '\f252'; } /* '' */
.icon-hourglass-4:before { content: '\f253'; } /* '' */
.icon-hourglass-5:before { content: '\f254'; } /* '' */
.icon-hand-grab-o:before { content: '\f255'; } /* '' */
.icon-hand-paper-o:before { content: '\f256'; } /* '' */
.icon-hand-scissors-o:before { content: '\f257'; } /* '' */
.icon-hand-lizard-o:before { content: '\f258'; } /* '' */
.icon-hand-spock-o:before { content: '\f259'; } /* '' */
.icon-hand-pointer-o:before { content: '\f25a'; } /* '' */
.icon-hand-peace-o:before { content: '\f25b'; } /* '' */
.icon-trademark:before { content: '\f25c'; } /* '' */
.icon-registered:before { content: '\f25d'; } /* '' */
.icon-creative-commons:before { content: '\f25e'; } /* '' */
.icon-gg:before { content: '\f260'; } /* '' */
.icon-gg-circle:before { content: '\f261'; } /* '' */
.icon-tripadvisor:before { content: '\f262'; } /* '' */
.icon-odnoklassniki-1:before { content: '\f263'; } /* '' */
.icon-odnoklassniki-square:before { content: '\f264'; } /* '' */
.icon-get-pocket:before { content: '\f265'; } /* '' */
.icon-wikipedia-w:before { content: '\f266'; } /* '' */
.icon-safari:before { content: '\f267'; } /* '' */
.icon-chrome-1:before { content: '\f268'; } /* '' */
.icon-firefox:before { content: '\f269'; } /* '' */
.icon-opera:before { content: '\f26a'; } /* '' */
.icon-internet-explorer:before { content: '\f26b'; } /* '' */
.icon-television:before { content: '\f26c'; } /* '' */
.icon-contao:before { content: '\f26d'; } /* '' */
.icon-500px:before { content: '\f26e'; } /* '' */
.icon-amazon-1:before { content: '\f270'; } /* '' */
.icon-calendar-plus-o:before { content: '\f271'; } /* '' */
.icon-calendar-minus-o:before { content: '\f272'; } /* '' */
.icon-calendar-times-o:before { content: '\f273'; } /* '' */
.icon-calendar-check-o:before { content: '\f274'; } /* '' */
.icon-industry:before { content: '\f275'; } /* '' */
.icon-map-pin:before { content: '\f276'; } /* '' */
.icon-map-signs:before { content: '\f277'; } /* '' */
.icon-map-o:before { content: '\f278'; } /* '' */
.icon-map-2:before { content: '\f279'; } /* '' */
.icon-commenting:before { content: '\f27a'; } /* '' */
.icon-commenting-o:before { content: '\f27b'; } /* '' */
.icon-houzz-1:before { content: '\f27c'; } /* '' */
.icon-vimeo-5:before { content: '\f27d'; } /* '' */
.icon-black-tie:before { content: '\f27e'; } /* '' */
.icon-fonticons:before { content: '\f280'; } /* '' */
.icon-reddit-alien:before { content: '\f281'; } /* '' */
.icon-edge:before { content: '\f282'; } /* '' */
.icon-credit-card-alt:before { content: '\f283'; } /* '' */
.icon-codiepie:before { content: '\f284'; } /* '' */
.icon-modx:before { content: '\f285'; } /* '' */
.icon-fort-awesome:before { content: '\f286'; } /* '' */
.icon-usb:before { content: '\f287'; } /* '' */
.icon-product-hunt:before { content: '\f288'; } /* '' */
.icon-mixcloud:before { content: '\f289'; } /* '' */
.icon-scribd-1:before { content: '\f28a'; } /* '' */
.icon-pause-circle:before { content: '\f28b'; } /* '' */
.icon-pause-circle-o:before { content: '\f28c'; } /* '' */
.icon-stop-circle:before { content: '\f28d'; } /* '' */
.icon-stop-circle-o:before { content: '\f28e'; } /* '' */
.icon-shopping-bag:before { content: '\f290'; } /* '' */
.icon-shopping-basket:before { content: '\f291'; } /* '' */
.icon-hashtag:before { content: '\f292'; } /* '' */
.icon-bluetooth:before { content: '\f293'; } /* '' */
.icon-bluetooth-b:before { content: '\f294'; } /* '' */
.icon-percent:before { content: '\f295'; } /* '' */
.icon-gitlab:before { content: '\f296'; } /* '' */
.icon-wpbeginner:before { content: '\f297'; } /* '' */
.icon-wpforms:before { content: '\f298'; } /* '' */
.icon-envira:before { content: '\f299'; } /* '' */
.icon-universal-access-1:before { content: '\f29a'; } /* '' */
.icon-wheelchair-alt:before { content: '\f29b'; } /* '' */
.icon-question-circle-o:before { content: '\f29c'; } /* '' */
.icon-blind-1:before { content: '\f29d'; } /* '' */
.icon-audio-description:before { content: '\f29e'; } /* '' */
.icon-volume-control-phone:before { content: '\f2a0'; } /* '' */
.icon-braille-1:before { content: '\f2a1'; } /* '' */
.icon-assistive-listening-systems:before { content: '\f2a2'; } /* '' */
.icon-american-sign-language-interpreting:before { content: '\f2a3'; } /* '' */
.icon-asl-interpreting:before { content: '\f2a4'; } /* '' */
.icon-glide:before { content: '\f2a5'; } /* '' */
.icon-glide-g:before { content: '\f2a6'; } /* '' */
.icon-sign-language:before { content: '\f2a7'; } /* '' */
.icon-low-vision:before { content: '\f2a8'; } /* '' */
.icon-viadeo-1:before { content: '\f2a9'; } /* '' */
.icon-viadeo-square:before { content: '\f2aa'; } /* '' */
.icon-snapchat:before { content: '\f2ab'; } /* '' */
.icon-snapchat-ghost:before { content: '\f2ac'; } /* '' */
.icon-snapchat-square:before { content: '\f2ad'; } /* '' */
.icon-pied-piper:before { content: '\f2ae'; } /* '' */
.icon-first-order:before { content: '\f2b0'; } /* '' */
.icon-yoast:before { content: '\f2b1'; } /* '' */
.icon-themeisle:before { content: '\f2b2'; } /* '' */
.icon-google-plus-circle:before { content: '\f2b3'; } /* '' */
.icon-font-awesome:before { content: '\f2b4'; } /* '' */
.icon-handshake-o:before { content: '\f2b5'; } /* '' */
.icon-envelope-open:before { content: '\f2b6'; } /* '' */
.icon-envelope-open-o:before { content: '\f2b7'; } /* '' */
.icon-linode:before { content: '\f2b8'; } /* '' */
.icon-address-book-1:before { content: '\f2b9'; } /* '' */
.icon-address-book-o:before { content: '\f2ba'; } /* '' */
.icon-address-card:before { content: '\f2bb'; } /* '' */
.icon-address-card-o:before { content: '\f2bc'; } /* '' */
.icon-user-circle:before { content: '\f2bd'; } /* '' */
.icon-user-circle-o:before { content: '\f2be'; } /* '' */
.icon-user-o:before { content: '\f2c0'; } /* '' */
.icon-id-badge:before { content: '\f2c1'; } /* '' */
.icon-id-card:before { content: '\f2c2'; } /* '' */
.icon-id-card-o:before { content: '\f2c3'; } /* '' */
.icon-quora-1:before { content: '\f2c4'; } /* '' */
.icon-free-code-camp:before { content: '\f2c5'; } /* '' */
.icon-telegram:before { content: '\f2c6'; } /* '' */
.icon-thermometer-1:before { content: '\f2c7'; } /* '' */
.icon-thermometer-3:before { content: '\f2c8'; } /* '' */
.icon-thermometer-2:before { content: '\f2c9'; } /* '' */
.icon-thermometer-quarter:before { content: '\f2ca'; } /* '' */
.icon-thermometer-0:before { content: '\f2cb'; } /* '' */
.icon-shower:before { content: '\f2cc'; } /* '' */
.icon-bath:before { content: '\f2cd'; } /* '' */
.icon-podcast-1:before { content: '\f2ce'; } /* '' */
.icon-window-maximize:before { content: '\f2d0'; } /* '' */
.icon-window-minimize:before { content: '\f2d1'; } /* '' */
.icon-window-restore:before { content: '\f2d2'; } /* '' */
.icon-window-close:before { content: '\f2d3'; } /* '' */
.icon-window-close-o:before { content: '\f2d4'; } /* '' */
.icon-bandcamp-1:before { content: '\f2d5'; } /* '' */
.icon-grav:before { content: '\f2d6'; } /* '' */
.icon-etsy:before { content: '\f2d7'; } /* '' */
.icon-imdb:before { content: '\f2d8'; } /* '' */
.icon-ravelry:before { content: '\f2d9'; } /* '' */
.icon-eercast:before { content: '\f2da'; } /* '' */
.icon-microchip:before { content: '\f2db'; } /* '' */
.icon-snowflake-o:before { content: '\f2dc'; } /* '' */
.icon-superpowers:before { content: '\f2dd'; } /* '' */
.icon-wpexplorer:before { content: '\f2de'; } /* '' */
.icon-meetup-1:before { content: '\f2e0'; } /* '' */
.icon-github:before { content: '\f300'; } /* '' */
.icon-github-circled:before { content: '\f301'; } /* '' */
.icon-twitter-2:before { content: '\f302'; } /* '' */
.icon-flickr:before { content: '\f303'; } /* '' */
.icon-flickr-circled:before { content: '\f304'; } /* '' */
.icon-yandex:before { content: '\f305'; } /* '' */
.icon-vimeo:before { content: '\f306'; } /* '' */
.icon-vimeo-circled:before { content: '\f307'; } /* '' */
.icon-github-4:before { content: '\f308'; } /* '' */
.icon-twitter:before { content: '\f309'; } /* '' */
.icon-twitter-circled:before { content: '\f30a'; } /* '' */
.icon-skype-3:before { content: '\f30b'; } /* '' */
.icon-facebook:before { content: '\f30c'; } /* '' */
.icon-facebook-circled:before { content: '\f30d'; } /* '' */
.icon-facebook-squared:before { content: '\f30e'; } /* '' */
.icon-gplus:before { content: '\f30f'; } /* '' */
.icon-gplus-circled:before { content: '\f310'; } /* '' */
.icon-tumblr-2:before { content: '\f311'; } /* '' */
.icon-pinterest:before { content: '\f312'; } /* '' */
.icon-pinterest-circled:before { content: '\f313'; } /* '' */
.icon-twitter-rect:before { content: '\f314'; } /* '' */
.icon-tumblr:before { content: '\f315'; } /* '' */
.icon-tumblr-circled:before { content: '\f316'; } /* '' */
.icon-jabber:before { content: '\f317'; } /* '' */
.icon-linkedin:before { content: '\f318'; } /* '' */
.icon-linkedin-circled:before { content: '\f319'; } /* '' */
.icon-linkedin-4:before { content: '\f31a'; } /* '' */
.icon-dribbble:before { content: '\f31b'; } /* '' */
.icon-dribbble-circled:before { content: '\f31c'; } /* '' */
.icon-wordpress-1:before { content: '\f31d'; } /* '' */
.icon-stumbleupon:before { content: '\f31e'; } /* '' */
.icon-stumbleupon-circled:before { content: '\f31f'; } /* '' */
.icon-diigo:before { content: '\f320'; } /* '' */
.icon-lastfm:before { content: '\f321'; } /* '' */
.icon-lastfm-circled:before { content: '\f322'; } /* '' */
.icon-tudou:before { content: '\f323'; } /* '' */
.icon-rdio:before { content: '\f324'; } /* '' */
.icon-rdio-circled:before { content: '\f325'; } /* '' */
.icon-amex:before { content: '\f326'; } /* '' */
.icon-spotify:before { content: '\f327'; } /* '' */
.icon-spotify-circled:before { content: '\f328'; } /* '' */
.icon-mastercard:before { content: '\f329'; } /* '' */
.icon-qq:before { content: '\f32a'; } /* '' */
.icon-bandcamp:before { content: '\f32b'; } /* '' */
.icon-codepen:before { content: '\f32c'; } /* '' */
.icon-instagram:before { content: '\f32d'; } /* '' */
.icon-dropbox:before { content: '\f330'; } /* '' */
.icon-evernote:before { content: '\f333'; } /* '' */
.icon-flattr:before { content: '\f336'; } /* '' */
.icon-skype:before { content: '\f339'; } /* '' */
.icon-skype-circled:before { content: '\f33a'; } /* '' */
.icon-renren:before { content: '\f33c'; } /* '' */
.icon-sina-weibo:before { content: '\f33f'; } /* '' */
.icon-paypal:before { content: '\f342'; } /* '' */
.icon-picasa:before { content: '\f345'; } /* '' */
.icon-soundcloud:before { content: '\f348'; } /* '' */
.icon-mixi:before { content: '\f34b'; } /* '' */
.icon-behance:before { content: '\f34e'; } /* '' */
.icon-google-circles:before { content: '\f351'; } /* '' */
.icon-vkontakte:before { content: '\f354'; } /* '' */
.icon-smashing:before { content: '\f357'; } /* '' */
.icon-comment-3:before { content: '\f4ac'; } /* '' */
.icon-folder-open-empty-1:before { content: '\f4c2'; } /* '' */
.icon-calendar-5:before { content: '\f4c5'; } /* '' */
.icon-newspaper-1:before { content: '\f4f0'; } /* '' */
.icon-camera-4:before { content: '\f4f7'; } /* '' */
.icon-search-4:before { content: '\f50d'; } /* '' */
.icon-lock-alt:before { content: '\f510'; } /* '' */
.icon-lock-4:before { content: '\f512'; } /* '' */
.icon-lock-open-4:before { content: '\f513'; } /* '' */
.icon-joystick:before { content: '\f514'; } /* '' */
.icon-fire:before { content: '\f525'; } /* '' */
.icon-chart-bar-4:before { content: '\f526'; } /* '' */
.icon-spread:before { content: '\f527'; } /* '' */
.icon-spinner1:before { content: '\f528'; } /* '' */
.icon-spinner2:before { content: '\f529'; } /* '' */
.icon-db-shape:before { content: '\f600'; } /* '' */
.icon-sweden:before { content: '\f601'; } /* '' */
.icon-logo-db:before { content: '\f603'; } /* '' */

/* audioplayer.css */

.audioplayer1{margin:0 0 19px}


.audioplayer
{
	height: 34px; 
	color: #fff;		
	position: relative;
	z-index: 1;
	background: #262626;	
}

.mad_main2 .audioplayer{border-radius: 5px;}

	.audioplayer-mini
	{
		width: 2.5em; /* 40 */
		margin: 0 auto;
	}
	.audioplayer > div
	{
		position: absolute;
	}
	.audioplayer-playpause
	{
		width: 2.5em; /* 40 */
		height: 100%;
		text-align: left;
		text-indent: -9999px;
		cursor: pointer;
		z-index: 2;
		top: 0;
		left: 0;
	}
		.audioplayer:not(.audioplayer-mini) .audioplayer-playpause
		{
			border-right: 1px solid #555;
			border-right-color: rgba( 255, 255, 255, .1 );
		}
		.audioplayer-mini .audioplayer-playpause
		{
			width: 100%;
		}
		.audioplayer-playpause:hover,
		.audioplayer-playpause:focus
		{
			background-color: #222;
		}
		.audioplayer-playpause a
		{
			display: block;
		}
		.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a
		{
			width: 0;
			height: 0;
			border: 0.5em solid transparent; /* 8 */
			border-right: none;
			border-left-color: #fff;
			content: '';
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -0.5em 0 0 -0.25em; /* 8 4 */
		}
		.audioplayer-playing .audioplayer-playpause a
		{
			width: 0.75em; /* 12 */
			height: 0.75em; /* 12 */
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -0.375em 0 0 -0.375em; /* 6 */
		}
			.audioplayer-playing .audioplayer-playpause a:before,
			.audioplayer-playing .audioplayer-playpause a:after
			{
				width: 40%;
				height: 100%;
				background-color: #fff;
				content: '';
				position: absolute;
				top: 0;
			}
			.audioplayer-playing .audioplayer-playpause a:before
			{
				left: 0;
			}
			.audioplayer-playing .audioplayer-playpause a:after
			{
				right: 0;
			}
	.audioplayer-time
	{
		width: 4.375em; /* 70 */
		height: 100%;
		font-size:12px;
		line-height: 3em; /* 38 */
		text-align: center;
		z-index: 2;
		top: 0;
	}
		.audioplayer-time-current
		{
					
			left: 4em; /* 40 */
		}
		.audioplayer-time-duration
		{
			border-right: 1px solid #555;
			border-right-color: rgba( 255, 255, 255, .1 );
			right: 3.2em; /* 40 */
		}
			.audioplayer-novolume .audioplayer-time-duration
			{
				border-right: 0;
				right: 0;
			}
	.audioplayer-bar
	{
		height: 6px; /* 14 */
		background-color: #fff;
		cursor: pointer;
		z-index: 1;
		top: 50%;
		right: 6.875em; /* 110 */
		left: 6.875em; /* 110 */
		margin-top: -3px; /* 7 */
	}
		.audioplayer-novolume .audioplayer-bar
		{
			right: 4.375em; /* 70 */
		}
		.audioplayer-bar div
		{
			width: 0;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
		}
		.audioplayer-bar-loaded
		{
			background-color: #f9f9f9;
			z-index: 1;
		}
		.audioplayer-bar-played	{
			background: #1f97ff;
			z-index: 2;
		}
	.audioplayer-volume
	{
		width: 2.5em; /* 40 */
		height: 100%;
		border-left: 1px solid #111;
		border-left-color: rgba( 0, 0, 0, .25 );
		text-align: left;
		text-indent: -9999px;
		cursor: pointer;
		z-index: 2;
		top: 0;
		right: 0;
	}
		.audioplayer-volume:hover,
		.audioplayer-volume:focus
		{
			background-color: #222;
		}
		.audioplayer-volume-button
		{
			width: 100%;
			height: 100%;
		}
			.audioplayer-volume-button a
			{
				width: 0.313em; /* 5 */
				height: 0.375em; /* 6 */
				background-color: #fff;
				display: block;
				position: relative;
				z-index: 1;
				top: 40%;
				left: 35%;
			}
				.audioplayer-volume-button a:before,
				.audioplayer-volume-button a:after
				{
					content: '';
					position: absolute;
				}
				.audioplayer-volume-button a:before
				{
					width: 0;
					height: 0;
					border: 0.5em solid transparent; /* 8 */
					border-left: none;
					border-right-color: #fff;
					z-index: 2;
					top: 50%;
					right: -0.25em;
					margin-top: -0.5em; /* 8 */
				}
				.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after
				{
					/* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
					width: 0.313em; /* 5 */
					height: 0.313em; /* 5 */
					border: 0.25em double #fff; /* 4 */
					border-width: 0.25em 0.25em 0 0; /* 4 */
					left: 0.563em; /* 9 */
					top: -0.063em; /* 1 */
					-webkit-border-radius: 0 0.938em 0 0; /* 15 */
					-moz-border-radius: 0 0.938em 0 0; /* 15 */
					border-radius: 0 0.938em 0 0; /* 15 */
					-webkit-transform: rotate( 45deg );
					-moz-transform: rotate( 45deg );
					-ms-transform: rotate( 45deg );
					-o-transform: rotate( 45deg );
					transform: rotate( 45deg );
				}
		.audioplayer-volume-adjust
		{
			height: 6.25em; /* 100 */
			cursor: default;
			position: absolute;
			left: 0;
			right: -1px;
			top: -9999px;
			background: #262626;


		}
			.audioplayer-volume:not(:hover) .audioplayer-volume-adjust
			{
				opacity: 0;
			}
			.audioplayer-volume:hover .audioplayer-volume-adjust
			{
				top: 100%;
				bottom:auto ;
			}
			.audioplayer-volume-adjust > div
			{
				width: 6px;
				height: 80%;
				background-color: #fff;
				cursor: pointer;
				position: relative;
				z-index: 1;
				margin: 30% auto 0;
			}
				.audioplayer-volume-adjust div div
				{
					width: 100%;
					height: 100%;
					position: absolute;
					bottom: 0;
					left: 0;
					background-color: #1f97ff;
		
				}
		.audioplayer-novolume .audioplayer-volume
		{
			display: none;
		}

	.audioplayer-play,
	.audioplayer-pause,
	.audioplayer-volume a
	{

	}
	.audioplayer-bar,
	.audioplayer-bar div,
	.audioplayer-volume-adjust div
	{

	}
	.audioplayer-bar,
	.audioplayer-volume-adjust > div
	{

	}
	.audioplayer-volume-adjust div div,
	.audioplayer-bar-played
	{

	}
	.audioplayer-volume-adjust
	{

	}
	.audioplayer *,
	.audioplayer *:before,
	.audioplayer *:after
	{
		-webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
		-moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
		-ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
		-o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
		transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	}

/* jquery.fancybox.css */

@charset "UTF-8";
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5; }

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }


/* bootstrap-extend.css */

.mt-10, .my-10 {margin-top: 10px !important;}
.mt-20, .my-20 {margin-top: 20px !important;}
.mt-30, .my-30 {margin-top: 30px !important;}
.mt-40, .my-40 {margin-top: 40px !important;}
.mt-50, .my-50 {margin-top: 50px !important;}
.mt-60, .my-60 {margin-top: 60px !important;}
.mt-70, .my-70 {margin-top: 70px !important;}
.mt-80, .my-80 {margin-top: 80px !important;}
.mt-90, .my-90 {margin-top: 90px !important;}
.mt-100, .my-100 {margin-top: 100px !important;}
.mt-110, .my-110 {margin-top: 110px !important;}
.mt-120, .my-120 {margin-top: 120px !important;}

.mb-10, .my-10 {margin-bottom: 10px !important;}
.mb-20, .my-20 {margin-bottom: 20px !important;}
.mb-30, .my-30 {margin-bottom: 30px !important;}
.mb-40, .my-40 {margin-bottom: 40px !important;}
.mb-50, .my-50 {margin-bottom: 50px !important;}
.mb-60, .my-60 {margin-bottom: 60px !important;}
.mb-70, .my-70 {margin-bottom: 70px !important;}
.mb-80, .my-80 {margin-bottom: 80px !important;}
.mb-90, .my-90 {margin-bottom: 90px !important;}
.mb-100, .my-100 {margin-bottom: 100px !important;}
.mb-110, .my-110 {margin-bottom: 110px !important;}
.mb-120, .my-120 {margin-bottom: 120px !important;}

.ml-10, .mx-10 {margin-left: 10px !important;}
.ml-20, .mx-20 {margin-left: 20px !important;}
.ml-30, .mx-30 {margin-left: 30px !important;}
.ml-40, .mx-40 {margin-left: 40px !important;}
.ml-50, .mx-50 {margin-left: 50px !important;}
.ml-60, .mx-60 {margin-left: 60px !important;}
.ml-70, .mx-70 {margin-left: 70px !important;}
.ml-80, .mx-80 {margin-left: 80px !important;}
.ml-90, .mx-90 {margin-left: 90px !important;}
.ml-100, .mx-100 {margin-left: 100px !important;}
.ml-110, .mx-110 {margin-left: 110px !important;}
.ml-120, .mx-120 {margin-left: 120px !important;}

.mr-10, .mx-10 {margin-right: 10px !important;}
.mr-20, .mx-20  {margin-right: 20px !important;}
.mr-30, .mx-30 {margin-right: 30px !important;}
.mr-40, .mx-40  {margin-right: 40px !important;}
.mr-50, .mx-50  {margin-right: 50px !important;}
.mr-60, .mx-60  {margin-right: 60px !important;}
.mr-70, .mx-70  {margin-right: 70px !important;}
.mr-80, .mx-80  {margin-right: 80px !important;}
.mr-90, .mx-90  {margin-right: 90px !important;}
.mr-100, .mx-100  {margin-right: 100px !important;}
.mr-110, .mx-110  {margin-right: 110px !important;}
.mr-120, .mx-120  {margin-right: 120px !important;}

.pt-10, .py-10 {padding-top: 10px !important;}
.pt-20, .py-20 {padding-top: 20px !important;}
.pt-30, .py-30 {padding-top: 30px !important;}
.pt-40, .py-40 {padding-top: 40px !important;}
.pt-50, .py-50 {padding-top: 50px !important;}
.pt-60, .py-60 {padding-top: 60px !important;}
.pt-70, .py-70 {padding-top: 70px !important;}
.pt-80, .py-80 {padding-top: 80px !important;}
.pt-90, .py-90 {padding-top: 90px !important;}
.pt-100, .py-100 {padding-top: 100px !important;}
.pt-110, .py-110 {padding-top: 110px !important;}
.pt-120, .py-120 {padding-top: 120px !important;}

.pb-10, .py-10 {padding-bottom: 10px !important;}
.pb-20, .py-20 {padding-bottom: 20px !important;}
.pb-30, .py-30 {padding-bottom: 30px !important;}
.pb-40, .py-40 {padding-bottom: 40px !important;}
.pb-50, .py-50 {padding-bottom: 50px !important;}
.pb-60, .py-60 {padding-bottom: 60px !important;}
.pb-70, .py-70 {padding-bottom: 70px !important;}
.pb-80, .py-80 {padding-bottom: 80px !important;}
.pb-90, .py-90 {padding-bottom: 90px !important;}
.pb-100, .py-100 {padding-bottom: 100px !important;}
.pb-110, .py-110 {padding-bottom: 110px !important;}
.pb-120, .py-120 {padding-bottom: 120px !important;}

.pl-10, .px-10 {padding-left: 10px !important;}
.pl-20, .px-20 {padding-left: 20px !important;}
.pl-30, .px-30 {padding-left: 30px !important;}
.pl-40, .px-40 {padding-left: 40px !important;}
.pl-50, .px-50 {padding-left: 50px !important;}
.pl-60, .px-60 {padding-left: 60px !important;}
.pl-70, .px-70 {padding-left: 70px !important;}
.pl-80, .px-80 {padding-left: 80px !important;}
.pl-90, .px-90 {padding-left: 90px !important;}
.pl-100, .px-100 {padding-left: 100px !important;}
.pl-110, .px-110 {padding-left: 110px !important;}
.pl-120, .px-120 {padding-left: 120px !important;}

.pr-10, .px-10 {padding-right: 10px !important;}
.pr-20, .px-20  {padding-right: 20px !important;}
.pr-30, .px-30 {padding-right: 30px !important;}
.pr-40, .px-40  {padding-right: 40px !important;}
.pr-50, .px-50  {padding-right: 50px !important;}
.pr-60, .px-60  {padding-right: 60px !important;}
.pr-70, .px-70  {padding-right: 70px !important;}
.pr-80, .px-80  {padding-right: 80px !important;}
.pr-90, .px-90  {padding-right: 90px !important;}
.pr-100, .px-100  {padding-right: 100px !important;}
.pr-110, .px-110  {padding-right: 110px !important;}
.pr-120, .px-120  {padding-right: 120px !important;}

@media (min-width: 576px) {
  .mt-sm-10, .my-sm-10 {margin-top: 10px !important;}
  .mt-sm-20, .my-sm-20 {margin-top: 20px !important;}
  .mt-sm-30, .my-sm-30 {margin-top: 30px !important;}
  .mt-sm-40, .my-sm-40 {margin-top: 40px !important;}
  .mt-sm-50, .my-sm-50 {margin-top: 50px !important;}
  .mt-sm-60, .my-sm-60 {margin-top: 60px !important;}
  .mt-sm-70, .my-sm-70 {margin-top: 70px !important;}
  .mt-sm-80, .my-sm-80 {margin-top: 80px !important;}
  .mt-sm-90, .my-sm-90 {margin-top: 90px !important;}
  .mt-sm-100, .my-sm-100 {margin-top: 100px !important;}
  .mt-sm-110, .my-sm-110 {margin-top: 110px !important;}
  .mt-sm-120, .my-sm-120 {margin-top: 120px !important;}

  .mb-sm-10, .my-sm-10 {margin-bottom: 10px !important;}
  .mb-sm-20, .my-sm-20 {margin-bottom: 20px !important;}
  .mb-sm-30, .my-sm-30 {margin-bottom: 30px !important;}
  .mb-sm-40, .my-sm-40 {margin-bottom: 40px !important;}
  .mb-sm-50, .my-sm-50 {margin-bottom: 50px !important;}
  .mb-sm-60, .my-sm-60 {margin-bottom: 60px !important;}
  .mb-sm-70, .my-sm-70 {margin-bottom: 70px !important;}
  .mb-sm-80, .my-sm-80 {margin-bottom: 80px !important;}
  .mb-sm-90, .my-sm-90 {margin-bottom: 90px !important;}
  .mb-sm-100, .my-sm-100 {margin-bottom: 100px !important;}
  .mb-sm-110, .my-sm-110 {margin-bottom: 110px !important;}
  .mb-sm-120, .my-sm-120 {margin-bottom: 120px !important;}

  .ml-sm-10, .mx-sm-10 {margin-left: 10px !important;}
  .ml-sm-20, .mx-sm-20 {margin-left: 20px !important;}
  .ml-sm-30, .mx-sm-30 {margin-left: 30px !important;}
  .ml-sm-40, .mx-sm-40 {margin-left: 40px !important;}
  .ml-sm-50, .mx-sm-50 {margin-left: 50px !important;}
  .ml-sm-60, .mx-sm-60 {margin-left: 60px !important;}
  .ml-sm-70, .mx-sm-70 {margin-left: 70px !important;}
  .ml-sm-80, .mx-sm-80 {margin-left: 80px !important;}
  .ml-sm-90, .mx-sm-90 {margin-left: 90px !important;}
  .ml-sm-100, .mx-sm-100 {margin-left: 100px !important;}
  .ml-sm-110, .mx-sm-110 {margin-left: 110px !important;}
  .ml-sm-120, .mx-sm-120 {margin-left: 120px !important;}

  .mr-sm-10, .mx-sm-10 {margin-right: 10px !important;}
  .mr-sm-20, .mx-sm-20  {margin-right: 20px !important;}
  .mr-sm-30, .mx-sm-30 {margin-right: 30px !important;}
  .mr-sm-40, .mx-sm-40  {margin-right: 40px !important;}
  .mr-sm-50, .mx-sm-50  {margin-right: 50px !important;}
  .mr-sm-60, .mx-sm-60  {margin-right: 60px !important;}
  .mr-sm-70, .mx-sm-70  {margin-right: 70px !important;}
  .mr-sm-80, .mx-sm-80  {margin-right: 80px !important;}
  .mr-sm-90, .mx-sm-90  {margin-right: 90px !important;}
  .mr-sm-100, .mx-sm-100  {margin-right: 100px !important;}
  .mr-sm-110, .mx-sm-110  {margin-right: 110px !important;}
  .mr-sm-120, .mx-sm-120  {margin-right: 120px !important;}

  .pt-sm-10, .py-sm-10 {padding-top: 10px !important;}
  .pt-sm-20, .py-sm-20 {padding-top: 20px !important;}
  .pt-sm-30, .py-sm-30 {padding-top: 30px !important;}
  .pt-sm-40, .py-sm-40 {padding-top: 40px !important;}
  .pt-sm-50, .py-sm-50 {padding-top: 50px !important;}
  .pt-sm-60, .py-sm-60 {padding-top: 60px !important;}
  .pt-sm-70, .py-sm-70 {padding-top: 70px !important;}
  .pt-sm-80, .py-sm-80 {padding-top: 80px !important;}
  .pt-sm-90, .py-sm-90 {padding-top: 90px !important;}
  .pt-sm-100, .py-sm-100 {padding-top: 100px !important;}
  .pt-sm-110, .py-sm-110 {padding-top: 110px !important;}
  .pt-sm-120, .py-sm-120 {padding-top: 120px !important;}

  .pb-sm-10, .py-sm-10 {padding-bottom: 10px !important;}
  .pb-sm-20, .py-sm-20 {padding-bottom: 20px !important;}
  .pb-sm-30, .py-sm-30 {padding-bottom: 30px !important;}
  .pb-sm-40, .py-sm-40 {padding-bottom: 40px !important;}
  .pb-sm-50, .py-sm-50 {padding-bottom: 50px !important;}
  .pb-sm-60, .py-sm-60 {padding-bottom: 60px !important;}
  .pb-sm-70, .py-sm-70 {padding-bottom: 70px !important;}
  .pb-sm-80, .py-sm-80 {padding-bottom: 80px !important;}
  .pb-sm-90, .py-sm-90 {padding-bottom: 90px !important;}
  .pb-sm-100, .py-sm-100 {padding-bottom: 100px !important;}
  .pb-sm-110, .py-sm-110 {padding-bottom: 110px !important;}
  .pb-sm-120, .py-sm-120 {padding-bottom: 120px !important;}

  .pl-sm-10, .px-sm-10 {padding-left: 10px !important;}
  .pl-sm-20, .px-sm-20 {padding-left: 20px !important;}
  .pl-sm-30, .px-sm-30 {padding-left: 30px !important;}
  .pl-sm-40, .px-sm-40 {padding-left: 40px !important;}
  .pl-sm-50, .px-sm-50 {padding-left: 50px !important;}
  .pl-sm-60, .px-sm-60 {padding-left: 60px !important;}
  .pl-sm-70, .px-sm-70 {padding-left: 70px !important;}
  .pl-sm-80, .px-sm-80 {padding-left: 80px !important;}
  .pl-sm-90, .px-sm-90 {padding-left: 90px !important;}
  .pl-sm-100, .px-sm-100 {padding-left: 100px !important;}
  .pl-sm-110, .px-sm-110 {padding-left: 110px !important;}
  .pl-sm-120, .px-sm-120 {padding-left: 120px !important;}

  .pr-sm-10, .px-sm-10 {padding-right: 10px !important;}
  .pr-sm-20, .px-sm-20  {padding-right: 20px !important;}
  .pr-sm-30, .px-sm-30 {padding-right: 30px !important;}
  .pr-sm-40, .px-sm-40  {padding-right: 40px !important;}
  .pr-sm-50, .px-sm-50  {padding-right: 50px !important;}
  .pr-sm-60, .px-sm-60  {padding-right: 60px !important;}
  .pr-sm-70, .px-sm-70  {padding-right: 70px !important;}
  .pr-sm-80, .px-sm-80  {padding-right: 80px !important;}
  .pr-sm-90, .px-sm-90  {padding-right: 90px !important;}
  .pr-sm-100, .px-sm-100  {padding-right: 100px !important;}
  .pr-sm-110, .px-sm-110  {padding-right: 110px !important;}
  .pr-sm-120, .px-sm-120  {padding-right: 120px !important;}

}

@media (min-width: 768px) {
  .mt-md-10, .my-md-10 {margin-top: 10px !important;}
  .mt-md-20, .my-md-20 {margin-top: 20px !important;}
  .mt-md-30, .my-md-30 {margin-top: 30px !important;}
  .mt-md-40, .my-md-40 {margin-top: 40px !important;}
  .mt-md-50, .my-md-50 {margin-top: 50px !important;}
  .mt-md-60, .my-md-60 {margin-top: 60px !important;}
  .mt-md-70, .my-md-70 {margin-top: 70px !important;}
  .mt-md-80, .my-md-80 {margin-top: 80px !important;}
  .mt-md-90, .my-md-90 {margin-top: 90px !important;}
  .mt-md-100, .my-md-100 {margin-top: 100px !important;}
  .mt-md-110, .my-md-110 {margin-top: 110px !important;}
  .mt-md-120, .my-md-120 {margin-top: 120px !important;}

  .mb-md-10, .my-md-10 {margin-bottom: 10px !important;}
  .mb-md-20, .my-md-20 {margin-bottom: 20px !important;}
  .mb-md-30, .my-md-30 {margin-bottom: 30px !important;}
  .mb-md-40, .my-md-40 {margin-bottom: 40px !important;}
  .mb-md-50, .my-md-50 {margin-bottom: 50px !important;}
  .mb-md-60, .my-md-60 {margin-bottom: 60px !important;}
  .mb-md-70, .my-md-70 {margin-bottom: 70px !important;}
  .mb-md-80, .my-md-80 {margin-bottom: 80px !important;}
  .mb-md-90, .my-md-90 {margin-bottom: 90px !important;}
  .mb-md-100, .my-md-100 {margin-bottom: 100px !important;}
  .mb-md-110, .my-md-110 {margin-bottom: 110px !important;}
  .mb-md-120, .my-md-120 {margin-bottom: 120px !important;}

  .ml-md-10, .mx-md-10 {margin-left: 10px !important;}
  .ml-md-20, .mx-md-20 {margin-left: 20px !important;}
  .ml-md-30, .mx-md-30 {margin-left: 30px !important;}
  .ml-md-40, .mx-md-40 {margin-left: 40px !important;}
  .ml-md-50, .mx-md-50 {margin-left: 50px !important;}
  .ml-md-60, .mx-md-60 {margin-left: 60px !important;}
  .ml-md-70, .mx-md-70 {margin-left: 70px !important;}
  .ml-md-80, .mx-md-80 {margin-left: 80px !important;}
  .ml-md-90, .mx-md-90 {margin-left: 90px !important;}
  .ml-md-100, .mx-md-100 {margin-left: 100px !important;}
  .ml-md-110, .mx-md-110 {margin-left: 110px !important;}
  .ml-md-120, .mx-md-120 {margin-left: 120px !important;}

  .mr-md-10, .mx-md-10 {margin-right: 10px !important;}
  .mr-md-20, .mx-md-20 {margin-right: 20px !important;}
  .mr-md-30, .mx-md-30 {margin-right: 30px !important;}
  .mr-md-40, .mx-md-40 {margin-right: 40px !important;}
  .mr-md-50, .mx-md-50 {margin-right: 50px !important;}
  .mr-md-60, .mx-md-60 {margin-right: 60px !important;}
  .mr-md-70, .mx-md-70 {margin-right: 70px !important;}
  .mr-md-80, .mx-md-80 {margin-right: 80px !important;}
  .mr-md-90, .mx-md-90 {margin-right: 90px !important;}
  .mr-md-100, .mx-md-100 {margin-right: 100px !important;}
  .mr-md-110, .mx-md-110 {margin-right: 110px !important;}
  .mr-md-120, .mx-md-120 {margin-right: 120px !important;}

  .pt-md-10, .py-md-10 {padding-top: 10px !important;}
  .pt-md-20, .py-md-20 {padding-top: 20px !important;}
  .pt-md-30, .py-md-30 {padding-top: 30px !important;}
  .pt-md-40, .py-md-40 {padding-top: 40px !important;}
  .pt-md-50, .py-md-50 {padding-top: 50px !important;}
  .pt-md-60, .py-md-60 {padding-top: 60px !important;}
  .pt-md-70, .py-md-70 {padding-top: 70px !important;}
  .pt-md-80, .py-md-80 {padding-top: 80px !important;}
  .pt-md-90, .py-md-90 {padding-top: 90px !important;}
  .pt-md-100, .py-md-100 {padding-top: 100px !important;}
  .pt-md-110, .py-md-110 {padding-top: 110px !important;}
  .pt-md-120, .py-md-120 {padding-top: 120px !important;}

  .pb-md-10, .py-md-10 {padding-bottom: 10px !important;}
  .pb-md-20, .py-md-20 {padding-bottom: 20px !important;}
  .pb-md-30, .py-md-30 {padding-bottom: 30px !important;}
  .pb-md-40, .py-md-40 {padding-bottom: 40px !important;}
  .pb-md-50, .py-md-50 {padding-bottom: 50px !important;}
  .pb-md-60, .py-md-60 {padding-bottom: 60px !important;}
  .pb-md-70, .py-md-70 {padding-bottom: 70px !important;}
  .pb-md-80, .py-md-80 {padding-bottom: 80px !important;}
  .pb-md-90, .py-md-90 {padding-bottom: 90px !important;}
  .pb-md-100, .py-md-100 {padding-bottom: 100px !important;}
  .pb-md-110, .py-md-110 {padding-bottom: 110px !important;}
  .pb-md-120, .py-md-120 {padding-bottom: 120px !important;}

  .pl-md-10, .px-md-10 {padding-left: 10px !important;}
  .pl-md-20, .px-md-20 {padding-left: 20px !important;}
  .pl-md-30, .px-md-30 {padding-left: 30px !important;}
  .pl-md-40, .px-md-40 {padding-left: 40px !important;}
  .pl-md-50, .px-md-50 {padding-left: 50px !important;}
  .pl-md-60, .px-md-60 {padding-left: 60px !important;}
  .pl-md-70, .px-md-70 {padding-left: 70px !important;}
  .pl-md-80, .px-md-80 {padding-left: 80px !important;}
  .pl-md-90, .px-md-90 {padding-left: 90px !important;}
  .pl-md-100, .px-md-100 {padding-left: 100px !important;}
  .pl-md-110, .px-md-110 {padding-left: 110px !important;}
  .pl-md-120, .px-md-120 {padding-left: 120px !important;}

  .pr-md-10, .px-md-10 {padding-right: 10px !important;}
  .pr-md-20, .px-md-20 {padding-right: 20px !important;}
  .pr-md-30, .px-md-30 {padding-right: 30px !important;}
  .pr-md-40, .px-md-40 {padding-right: 40px !important;}
  .pr-md-50, .px-md-50 {padding-right: 50px !important;}
  .pr-md-60, .px-md-60 {padding-right: 60px !important;}
  .pr-md-70, .px-md-70 {padding-right: 70px !important;}
  .pr-md-80, .px-md-80 {padding-right: 80px !important;}
  .pr-md-90, .px-md-90 {padding-right: 90px !important;}
  .pr-md-100, .px-md-100  {padding-right: 100px !important;}
  .pr-md-110, .px-md-110  {padding-right: 110px !important;}
  .pr-md-120, .px-md-120  {padding-right: 120px !important;}
}

@media (min-width: 992px) {
  .mt-lg-10, .my-lg-10 {margin-top: 10px !important;}
  .mt-lg-20, .my-lg-20 {margin-top: 20px !important;}
  .mt-lg-30, .my-lg-30 {margin-top: 30px !important;}
  .mt-lg-40, .my-lg-40 {margin-top: 40px !important;}
  .mt-lg-50, .my-lg-50 {margin-top: 50px !important;}
  .mt-lg-60, .my-lg-60 {margin-top: 60px !important;}
  .mt-lg-70, .my-lg-70 {margin-top: 70px !important;}
  .mt-lg-80, .my-lg-80 {margin-top: 80px !important;}
  .mt-lg-90, .my-lg-90 {margin-top: 90px !important;}
  .mt-lg-100, .my-lg-100 {margin-top: 100px !important;}
  .mt-lg-110, .my-lg-110 {margin-top: 110px !important;}
  .mt-lg-120, .my-lg-120 {margin-top: 120px !important;}

  .mb-lg-10, .my-lg-10 {margin-bottom: 10px !important;}
  .mb-lg-20, .my-lg-20 {margin-bottom: 20px !important;}
  .mb-lg-30, .my-lg-30 {margin-bottom: 30px !important;}
  .mb-lg-40, .my-lg-40 {margin-bottom: 40px !important;}
  .mb-lg-50, .my-lg-50 {margin-bottom: 50px !important;}
  .mb-lg-60, .my-lg-60 {margin-bottom: 60px !important;}
  .mb-lg-70, .my-lg-70 {margin-bottom: 70px !important;}
  .mb-lg-80, .my-lg-80 {margin-bottom: 80px !important;}
  .mb-lg-90, .my-lg-90 {margin-bottom: 90px !important;}
  .mb-lg-100, .my-lg-100 {margin-bottom: 100px !important;}
  .mb-lg-110, .my-lg-110 {margin-bottom: 110px !important;}
  .mb-lg-120, .my-lg-120 {margin-bottom: 120px !important;}

  .ml-lg-10, .mx-lg-10 {margin-left: 10px !important;}
  .ml-lg-20, .mx-lg-20 {margin-left: 20px !important;}
  .ml-lg-30, .mx-lg-30 {margin-left: 30px !important;}
  .ml-lg-40, .mx-lg-40 {margin-left: 40px !important;}
  .ml-lg-50, .mx-lg-50 {margin-left: 50px !important;}
  .ml-lg-60, .mx-lg-60 {margin-left: 60px !important;}
  .ml-lg-70, .mx-lg-70 {margin-left: 70px !important;}
  .ml-lg-80, .mx-lg-80 {margin-left: 80px !important;}
  .ml-lg-90, .mx-lg-90 {margin-left: 90px !important;}
  .ml-lg-100, .mx-lg-100 {margin-left: 100px !important;}
  .ml-lg-110, .mx-lg-110 {margin-left: 110px !important;}
  .ml-lg-120, .mx-lg-120 {margin-left: 120px !important;}

  .mr-lg-10, .mx-lg-10 {margin-right: 10px !important;}
  .mr-lg-20, .mx-lg-20 {margin-right: 20px !important;}
  .mr-lg-30, .mx-lg-30 {margin-right: 30px !important;}
  .mr-lg-40, .mx-lg-40 {margin-right: 40px !important;}
  .mr-lg-50, .mx-lg-50 {margin-right: 50px !important;}
  .mr-lg-60, .mx-lg-60 {margin-right: 60px !important;}
  .mr-lg-70, .mx-lg-70 {margin-right: 70px !important;}
  .mr-lg-80, .mx-lg-80 {margin-right: 80px !important;}
  .mr-lg-90, .mx-lg-90 {margin-right: 90px !important;}
  .mr-lg-100, .mx-lg-100 {margin-right: 100px !important;}
  .mr-lg-110, .mx-lg-110 {margin-right: 110px !important;}
  .mr-lg-120, .mx-lg-120 {margin-right: 120px !important;}

  .pt-lg-10, .py-lg-10 {padding-top: 10px !important;}
  .pt-lg-20, .py-lg-20 {padding-top: 20px !important;}
  .pt-lg-30, .py-lg-30 {padding-top: 30px !important;}
  .pt-lg-40, .py-lg-40 {padding-top: 40px !important;}
  .pt-lg-50, .py-lg-50 {padding-top: 50px !important;}
  .pt-lg-60, .py-lg-60 {padding-top: 60px !important;}
  .pt-lg-70, .py-lg-70 {padding-top: 70px !important;}
  .pt-lg-80, .py-lg-80 {padding-top: 80px !important;}
  .pt-lg-90, .py-lg-90 {padding-top: 90px !important;}
  .pt-lg-100, .py-lg-100 {padding-top: 100px !important;}
  .pt-lg-110, .py-lg-110 {padding-top: 110px !important;}
  .pt-lg-120, .py-lg-120 {padding-top: 120px !important;}

  .pb-lg-10, .py-lg-10 {padding-bottom: 10px !important;}
  .pb-lg-20, .py-lg-20 {padding-bottom: 20px !important;}
  .pb-lg-30, .py-lg-30 {padding-bottom: 30px !important;}
  .pb-lg-40, .py-lg-40 {padding-bottom: 40px !important;}
  .pb-lg-50, .py-lg-50 {padding-bottom: 50px !important;}
  .pb-lg-60, .py-lg-60 {padding-bottom: 60px !important;}
  .pb-lg-70, .py-lg-70 {padding-bottom: 70px !important;}
  .pb-lg-80, .py-lg-80 {padding-bottom: 80px !important;}
  .pb-lg-90, .py-lg-90 {padding-bottom: 90px !important;}
  .pb-lg-100, .py-lg-100 {padding-bottom: 100px !important;}
  .pb-lg-110, .py-lg-110 {padding-bottom: 110px !important;}
  .pb-lg-120, .py-lg-120 {padding-bottom: 120px !important;}

  .pl-lg-10, .px-lg-10 {padding-left: 10px !important;}
  .pl-lg-20, .px-lg-20 {padding-left: 20px !important;}
  .pl-lg-30, .px-lg-30 {padding-left: 30px !important;}
  .pl-lg-40, .px-lg-40 {padding-left: 40px !important;}
  .pl-lg-50, .px-lg-50 {padding-left: 50px !important;}
  .pl-lg-60, .px-lg-60 {padding-left: 60px !important;}
  .pl-lg-70, .px-lg-70 {padding-left: 70px !important;}
  .pl-lg-80, .px-lg-80 {padding-left: 80px !important;}
  .pl-lg-90, .px-lg-90 {padding-left: 90px !important;}
  .pl-lg-100, .px-lg-100 {padding-left: 100px !important;}
  .pl-lg-110, .px-lg-110 {padding-left: 110px !important;}
  .pl-lg-120, .px-lg-120 {padding-left: 120px !important;}

  .pr-lg-10, .px-lg-10 {padding-right: 10px !important;}
  .pr-lg-20, .px-lg-20 {padding-right: 20px !important;}
  .pr-lg-30, .px-lg-30 {padding-right: 30px !important;}
  .pr-lg-40, .px-lg-40 {padding-right: 40px !important;}
  .pr-lg-50, .px-lg-50 {padding-right: 50px !important;}
  .pr-lg-60, .px-lg-60 {padding-right: 60px !important;}
  .pr-lg-70, .px-lg-70 {padding-right: 70px !important;}
  .pr-lg-80, .px-lg-80 {padding-right: 80px !important;}
  .pr-lg-90, .px-lg-90 {padding-right: 90px !important;}
  .pr-lg-100, .px-lg-100  {padding-right: 100px !important;}
  .pr-lg-110, .px-lg-110  {padding-right: 110px !important;}
  .pr-lg-120, .px-lg-120  {padding-right: 120px !important;}
}

@media (min-width: 1200px) {
  .mt-xl-10, .my-xl-10 {margin-top: 10px !important;}
  .mt-xl-20, .my-xl-20 {margin-top: 20px !important;}
  .mt-xl-30, .my-xl-30 {margin-top: 30px !important;}
  .mt-xl-40, .my-xl-40 {margin-top: 40px !important;}
  .mt-xl-50, .my-xl-50 {margin-top: 50px !important;}
  .mt-xl-60, .my-xl-60 {margin-top: 60px !important;}
  .mt-xl-70, .my-xl-70 {margin-top: 70px !important;}
  .mt-xl-80, .my-xl-80 {margin-top: 80px !important;}
  .mt-xl-90, .my-xl-90 {margin-top: 90px !important;}
  .mt-xl-100, .my-xl-100 {margin-top: 100px !important;}
  .mt-xl-110, .my-xl-110 {margin-top: 110px !important;}
  .mt-xl-120, .my-xl-120 {margin-top: 120px !important;}

  .mb-xl-10, .my-xl-10 {margin-bottom: 10px !important;}
  .mb-xl-20, .my-xl-20 {margin-bottom: 20px !important;}
  .mb-xl-30, .my-xl-30 {margin-bottom: 30px !important;}
  .mb-xl-40, .my-xl-40 {margin-bottom: 40px !important;}
  .mb-xl-50, .my-xl-50 {margin-bottom: 50px !important;}
  .mb-xl-60, .my-xl-60 {margin-bottom: 60px !important;}
  .mb-xl-70, .my-xl-70 {margin-bottom: 70px !important;}
  .mb-xl-80, .my-xl-80 {margin-bottom: 80px !important;}
  .mb-xl-90, .my-xl-90 {margin-bottom: 90px !important;}
  .mb-xl-100, .my-xl-100 {margin-bottom: 100px !important;}
  .mb-xl-110, .my-xl-110 {margin-bottom: 110px !important;}
  .mb-xl-120, .my-xl-120 {margin-bottom: 120px !important;}

  .ml-xl-10, .mx-xl-10 {margin-left: 10px !important;}
  .ml-xl-20, .mx-xl-20 {margin-left: 20px !important;}
  .ml-xl-30, .mx-xl-30 {margin-left: 30px !important;}
  .ml-xl-40, .mx-xl-40 {margin-left: 40px !important;}
  .ml-xl-50, .mx-xl-50 {margin-left: 50px !important;}
  .ml-xl-60, .mx-xl-60 {margin-left: 60px !important;}
  .ml-xl-70, .mx-xl-70 {margin-left: 70px !important;}
  .ml-xl-80, .mx-xl-80 {margin-left: 80px !important;}
  .ml-xl-90, .mx-xl-90 {margin-left: 90px !important;}
  .ml-xl-100, .mx-xl-100 {margin-left: 100px !important;}
  .ml-xl-110, .mx-xl-110 {margin-left: 110px !important;}
  .ml-xl-120, .mx-xl-120 {margin-left: 120px !important;}

  .mr-xl-10, .mx-xl-10 {margin-right: 10px !important;}
  .mr-xl-20, .mx-xl-20 {margin-right: 20px !important;}
  .mr-xl-30, .mx-xl-30 {margin-right: 30px !important;}
  .mr-xl-40, .mx-xl-40 {margin-right: 40px !important;}
  .mr-xl-50, .mx-xl-50 {margin-right: 50px !important;}
  .mr-xl-60, .mx-xl-60 {margin-right: 60px !important;}
  .mr-xl-70, .mx-xl-70 {margin-right: 70px !important;}
  .mr-xl-80, .mx-xl-80 {margin-right: 80px !important;}
  .mr-xl-90, .mx-xl-90 {margin-right: 90px !important;}
  .mr-xl-100, .mx-xl-100 {margin-right: 100px !important;}
  .mr-xl-110, .mx-xl-110 {margin-right: 110px !important;}
  .mr-xl-120, .mx-xl-120 {margin-right: 120px !important;}

  .pt-xl-10, .py-xl-10 {padding-top: 10px !important;}
  .pt-xl-20, .py-xl-20 {padding-top: 20px !important;}
  .pt-xl-30, .py-xl-30 {padding-top: 30px !important;}
  .pt-xl-40, .py-xl-40 {padding-top: 40px !important;}
  .pt-xl-50, .py-xl-50 {padding-top: 50px !important;}
  .pt-xl-60, .py-xl-60 {padding-top: 60px !important;}
  .pt-xl-70, .py-xl-70 {padding-top: 70px !important;}
  .pt-xl-80, .py-xl-80 {padding-top: 80px !important;}
  .pt-xl-90, .py-xl-90 {padding-top: 90px !important;}
  .pt-xl-100, .py-xl-100 {padding-top: 100px !important;}
  .pt-xl-110, .py-xl-110 {padding-top: 110px !important;}
  .pt-xl-120, .py-xl-120 {padding-top: 120px !important;}

  .pb-xl-10, .py-xl-10 {padding-bottom: 10px !important;}
  .pb-xl-20, .py-xl-20 {padding-bottom: 20px !important;}
  .pb-xl-30, .py-xl-30 {padding-bottom: 30px !important;}
  .pb-xl-40, .py-xl-40 {padding-bottom: 40px !important;}
  .pb-xl-50, .py-xl-50 {padding-bottom: 50px !important;}
  .pb-xl-60, .py-xl-60 {padding-bottom: 60px !important;}
  .pb-xl-70, .py-xl-70 {padding-bottom: 70px !important;}
  .pb-xl-80, .py-xl-80 {padding-bottom: 80px !important;}
  .pb-xl-90, .py-xl-90 {padding-bottom: 90px !important;}
  .pb-xl-100, .py-xl-100 {padding-bottom: 100px !important;}
  .pb-xl-110, .py-xl-110 {padding-bottom: 110px !important;}
  .pb-xl-120, .py-xl-120 {padding-bottom: 120px !important;}

  .pl-xl-10, .px-xl-10 {padding-left: 10px !important;}
  .pl-xl-20, .px-xl-20 {padding-left: 20px !important;}
  .pl-xl-30, .px-xl-30 {padding-left: 30px !important;}
  .pl-xl-40, .px-xl-40 {padding-left: 40px !important;}
  .pl-xl-50, .px-xl-50 {padding-left: 50px !important;}
  .pl-xl-60, .px-xl-60 {padding-left: 60px !important;}
  .pl-xl-70, .px-xl-70 {padding-left: 70px !important;}
  .pl-xl-80, .px-xl-80 {padding-left: 80px !important;}
  .pl-xl-90, .px-xl-90 {padding-left: 90px !important;}
  .pl-xl-100, .px-xl-100 {padding-left: 100px !important;}
  .pl-xl-110, .px-xl-110 {padding-left: 110px !important;}
  .pl-xl-120, .px-xl-120 {padding-left: 120px !important;}

  .pr-xl-10, .px-xl-10 {padding-right: 10px !important;}
  .pr-xl-20, .px-xl-20 {padding-right: 20px !important;}
  .pr-xl-30, .px-xl-30 {padding-right: 30px !important;}
  .pr-xl-40, .px-xl-40 {padding-right: 40px !important;}
  .pr-xl-50, .px-xl-50 {padding-right: 50px !important;}
  .pr-xl-60, .px-xl-60 {padding-right: 60px !important;}
  .pr-xl-70, .px-xl-70 {padding-right: 70px !important;}
  .pr-xl-80, .px-xl-80 {padding-right: 80px !important;}
  .pr-xl-90, .px-xl-90 {padding-right: 90px !important;}
  .pr-xl-100, .px-xl-100  {padding-right: 100px !important;}
  .pr-xl-110, .px-xl-110  {padding-right: 110px !important;}
  .pr-xl-120, .px-xl-120  {padding-right: 120px !important;}
}


/* animate.css */

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}


/* navik.menu.css */

/**
    Navik - HTML header navigation menu - v1.3.1
     Copyright (c) 2019, Pophonic
    
    Author: Pophonic
    Profile: https://codecanyon.net/user/pophonic
    
**/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
Default settings
Header sticky
Center menu
Dark version navigation menu
Header transparent
Hover transitions
Submenu
Submenu transitions
Menu overlay
Menu slide
Mega menu
Fixed sidebar menu
Menu icons
Media queries for responsive design
--------------------------------------------------------------*/


/* =============================================
Default settings
================================================ */
.navik-header,
.navik-header * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.navik-header:before,
.navik-header:after,
.navik-header *:before,
.navik-header *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.navik-header {
    position: relative;
    font-size: 16px;
    line-height: 1.42857143;
    background-color: #fff;
    z-index: 99999;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.navik-header ul {
    margin-bottom: inherit;
}

.navik-header img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.navik-header a:hover,
.navik-header a:focus,
.navik-header a:active {
    text-decoration: none;
}

.navik-header a:focus,
.navik-header a:active {
    outline: none;
}

.navik-header-container {
    position: relative;
}

.navik-header-overlay .navik-header-container {
    position: inherit;
}

.navik-header .logo {
    text-align: center;
    padding: 30px 40px;
}

.navik-header .logo img {
    max-width: 100%;
    height: auto;
}

.burger-menu {
    position: absolute;
    top: 35px;
    right: 14px;
    width: 20px;
    height: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;

    -webkit-transition: transform 330ms ease-out;
    -moz-transition: transform 330ms ease-out;
    -o-transition: transform 330ms ease-out;
    transition: transform 330ms ease-out;
}

.burger-menu.menu-open {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.line-menu {
    background-color: #111111;
    border-radius: 2px;
    width: 100%;
    height: 3px;
}

.line-menu.line-half {
    width: 50%;
}

.line-menu.first-line {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right;
}

.menu-open .line-menu.first-line {
    -webkit-transform: rotate(-90deg) translateX(3px);
    -moz-transform: rotate(-90deg) translateX(3px);
    -o-transform: rotate(-90deg) translateX(3px);
    transform: rotate(-90deg) translateX(3px);
}

.line-menu.last-line {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
}

.menu-open .line-menu.last-line {
    -webkit-transform: rotate(-90deg) translateX(-3px);
    -moz-transform: rotate(-90deg) translateX(-3px);
    -o-transform: rotate(-90deg) translateX(-3px);
    transform: rotate(-90deg) translateX(-3px);
}

.navik-menu > ul {
    display: none;
    padding: 0 0 20px;
}

.navik-menu ul li {
    position: relative;
}

.navik-menu ul li > a {
    display: block;
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #212121;
    padding: 14px 15px;
    text-decoration: none;
    
    -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;
}

.navik-menu ul li.current-menu > a,
.navik-menu ul li:hover > a {
    color: #26c6da;
    background-color: #f6f6f6;
}

.navik-menu ul ul li > a {
    font-size: 14px;
    font-style: italic;
    text-transform: inherit;
    background-color: #efefef;
    padding: 14px 15px 14px 30px;
}

.navik-menu ul ul ul li > a {
    padding: 14px 15px 14px 45px;
}

.navik-menu ul ul li:hover > a {
    background-color: #efefef;
}

.dropdown-plus {
    width: 49px;
    height: 49px;
    line-height: 49px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.dropdown-plus:before,
.dropdown-plus:after {
    position: absolute;
    content: '';
    top: 24px;
    right: 18px;
    width: 13px;
    height: 1px;
    background-color: #111111;
}

.dropdown-plus:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.navik-menu li > ul,
.dropdown-plus.dropdown-open:after {
    display: none;
}

.header-shadow-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 30px;
    overflow: hidden;
    z-index: -1;
}

.header-shadow-wrapper:after {
    display: block;
    position: relative;
    content: "";
    width: 100%;
    height: 60px;
    top: -60px;
    border-radius: 50%;

    -webkit-box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.1);
}


/* =============================================
Center menu
================================================ */
.logoCenter {
    display: none;
}

.center-menu-1 .navik-menu > ul:first-child {
    padding: 0;
}


/* =============================================
Dark version navigation menu
================================================ */
.navik-header.header-dark {
    background-color: #111111;
}

.navik-header.header-dark .line-menu,
.navik-header.header-dark .dropdown-plus:before,
.navik-header.header-dark .dropdown-plus:after {
    background-color: #fff;
}

.header-dark .navik-menu ul li > a,
.header-gray .navik-menu ul li > a {
    color: #fff;
}

.header-dark .navik-menu ul li.current-menu > a,
.header-dark .navik-menu ul li:hover > a {
    color: #26c6da;
    background-color: #313131;
}

.header-dark .navik-menu ul ul li > a {
    color: #c1c1c1;
    background-color: #212121;
}


/* =============================================
Menu overlay
================================================ */
.navik-header-overlay {
    position: absolute;
    font-size: 16px;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.navik-header-overlay img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.navik-header-overlay a:hover,
.navik-header-overlay a:focus,
.navik-header-overlay a:active {
    text-decoration: none;
}

.navik-header-overlay a:focus,
.navik-header-overlay a:active {
    outline: none;
}

.navik-header-overlay .logo {
    position: absolute;
    top: 30px;
    left: 15px;
    z-index: 2;
}

.navik-header-overlay .burger-menu,
.navik-fixed-sidebar + .burger-menu {
    display: block;
    position: fixed;
    flex-direction: inherit;
    justify-content: inherit;
    width: 50px;
    height: 47px;
    top: 30px;
    right: 15px;
    background: #111111;
    padding: 15px;
    z-index: 99999;

    -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;
}

.navik-header-overlay .burger-menu:hover {
    -webkit-box-shadow: 0px 0px 25px -1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 25px -1px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 25px -1px rgba(0,0,0,0.4);
}

.navik-header-overlay .burger-menu > span,
.navik-fixed-sidebar + .burger-menu > span {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 17px;

    -webkit-transition: transform 330ms ease-out;
    -moz-transition: transform 330ms ease-out;
    -o-transition: transform 330ms ease-out;
    transition: transform 330ms ease-out;
}

.navik-header-overlay .line-menu,
.navik-fixed-sidebar + .burger-menu .line-menu {
    background-color: #fff;
}

.navik-header-overlay .burger-menu.menu-open,
.navik-fixed-sidebar + .burger-menu.menu-open {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.navik-header-overlay .menu-open > span,
.navik-fixed-sidebar + .menu-open > span {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
    z-index: 9999;
    visibility: hidden;
    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;
}
.nav-menu-wrapper.overlay-menu-open {
    visibility: visible;
    opacity: 1;
}
.navik-menu-overlay {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.navik-menu-overlay > ul {
    padding: 80px 0 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.navik-menu-overlay ul li a {
    font-family: 'Fira Sans', sans-serif;
    text-decoration: none;
}

.navik-menu-overlay > ul > li {
    position: relative;
    padding: 0 65px 0 15px;
    margin-bottom: 12px;
}

.navik-menu-overlay > ul > li:last-child {
    margin-bottom: 0;
}

.navik-menu-overlay > ul > li > .menu-overlay-link a {
    display: inline-block;
    color: #212121;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2em;
    text-transform: uppercase;

    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.navik-menu-overlay > ul > li.current-menu > .menu-overlay-link a,
.navik-menu-overlay > ul > li > .menu-overlay-link a:hover,
.overlay-menu-hover > .menu-overlay-link a,
.overlay-dropdown-plus:hover + a {
    color: #26c6da !important;
}

.overlay-dropdown-plus {
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 6px;
    right: 30px;
    opacity: 0;
    cursor: pointer;
}

.overlay-dropdown-plus:before,
.overlay-dropdown-plus:after {
    position: absolute;
    content: '';
    top: 9px;
    right: 5px;
    width: 10px;
    height: 2px;
    background-color: #616161;
}

.overlay-dropdown-plus:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.navik-menu-overlay > ul > li > ul {
    display: none;
    padding: 10px 0 20px;
}

.overlay-dropdown-plus.overlay-dropdown-open:after {
    display: none;
}

.navik-menu-overlay > ul > li.menuFade > .menu-overlay-link a,
.navik-menu-overlay > ul > li.menuFade > ul,
.navik-menu-overlay > ul > li.menuFade > .menu-overlay-link .overlay-dropdown-plus {
    opacity: 0;
}

/* ===== IE Only ===== */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .navik-menu-overlay > ul > li.menuSlideIn > ul {
        opacity: 1;
    }
}
@supports (-ms-accelerator:true) {
    .navik-menu-overlay > ul > li.menuSlideIn > ul {
        opacity: 1;
    }
}
/* ===== End ===== */

.navik-menu-overlay > ul > li li,
.navik-menu-overlay > ul ul {
    display: inline;
}

.navik-menu-overlay > ul ul li {
    margin-left: 32px;
}

.navik-menu-overlay > ul ul li a {
    font-size: 14px;
    font-style: italic;
    color: #818181;
    white-space: nowrap;

    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.navik-menu-overlay > ul ul li a:hover {
    color: #26c6da !important;
}

.navik-menu-overlay > ul > li > ul > li,
.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li > ul li {
    position: relative;
}

.navik-menu-overlay > ul > li > ul > li:after,
.navik-header-overlay.menu-slide .navik-menu-overlay > ul ul li a::before {
    position: absolute;
    content: "";
    top: 3px;
    left: -18px;
    width: 1px;
    height: 13px;
    background: #d1d1d1;

    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

.navik-menu-overlay > ul > li > ul > li:first-child {
    margin-left: 0;
}

.navik-menu-overlay > ul > li > ul > li:first-child:after {
    display: none;
}

.navik-menu-overlay.submenu-no-separate > ul > li > ul li:after,
.navik-header-overlay.menu-slide .navik-menu-overlay.submenu-no-separate > ul ul li a::before {
    display: none !important;
}

.navik-menu-overlay.submenu-no-separate > ul ul li {
    margin-left: 20px;
}

@-webkit-keyframes menuFadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-80px, 0, 0);
      transform: translate3d(-80px, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
}

@keyframes menuFadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-80px, 0, 0);
      transform: translate3d(-80px, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
}

.navik-menu-overlay > ul > li.menuSlideIn > .menu-overlay-link a,
.navik-menu-overlay > ul > li.menuSlideIn > ul {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: menuFadeInLeft;
    animation-name: menuFadeInLeft;
}

/* ===== IE Only ===== */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .navik-menu-overlay > ul > li.menuSlideIn > ul {
        animation-name: menuFadeIn;
    }
}
@supports (-ms-accelerator:true) {
    .navik-menu-overlay > ul > li.menuSlideIn > ul {
        animation-name: menuFadeIn;
    }
}
/* ===== End ===== */

@-webkit-keyframes menuFadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}

@keyframes menuFadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}

.navik-menu-overlay > ul > li.menuSlideIn .menu-overlay-link .overlay-dropdown-plus {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: menuFadeIn;
    animation-name: menuFadeIn;
}

.navik-menu-overlay > ul > li.menuSlideOut .menu-overlay-link .overlay-dropdown-plus {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: subMenuFadeOut;
    animation-name: subMenuFadeOut;
}

.overlay-center-menu .navik-menu-overlay > ul > li.menuSlideIn .menu-overlay-link .overlay-dropdown-plus {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.overlay-center-menu .navik-menu-overlay > ul > li.menuSlideIn > .menu-overlay-link a,
.overlay-center-menu .navik-menu-overlay > ul > li.menuSlideIn > ul {
    -webkit-animation-name: menuFadeIn;
    animation-name: menuFadeIn;
}

@-webkit-keyframes subMenuFadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
}

@keyframes subMenuFadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
}

.overlay-submenu-close > li {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: subMenuFadeOut;
    animation-name: subMenuFadeOut;
}

/* ========== Submenu vertical ========== */
.submenu-vertical > ul ul li {
    margin-left: 0 !important;
}
.submenu-vertical > ul > li > ul li,
.submenu-vertical > ul > li > ul ul {
    display: block;
}

.submenu-vertical > ul > li > ul > li:after {
    display: none;
}

.submenu-vertical > ul > li > ul li {
    position: relative;
    margin-bottom: 5px;
}

.submenu-vertical > ul > li > ul li:last-child {
    margin-bottom: 0 !important;
}

.submenu-vertical > ul > li ul {
    position: relative;
    right: -30px;
    padding-right: 30px !important;
}

.submenu-vertical > ul > li > ul ul {
    display: none;
    padding-top: 5px;
}

.submenu-vertical > ul > li.menuFade > ul {
    opacity: 1;
}

.submenu-vertical > ul > li.menuSlideIn > ul {
    -webkit-animation-name: none;
    animation-name: none;
}

.submenu-vertical > ul > li.menuSlideIn ul:not(.overlay-submenu-close) a {
    display: inline-block;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: menuFadeInLeft;
    animation-name: menuFadeInLeft;
}

.submenu-vertical > ul > li ul:not(.overlay-submenu-close) a {
    opacity: 0;
}

.submenu-vertical > ul > li > ul li .overlay-dropdown-plus {
    top: 1px;
    right: -35px;
}

.submenu-vertical > ul > li.menuSlideOut li a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: subMenuFadeOut;
    animation-name: subMenuFadeOut;
}

.overlay-center-menu .submenu-vertical > ul > li > ul li .overlay-dropdown-plus {
    right: -30px;
}

.overlay-center-menu .submenu-vertical > ul > li ul {
    right: 0 !important;
    padding-right: 0px !important;
}

.overlay-center-menu .submenu-vertical > ul > li.menuSlideIn ul:not(.overlay-submenu-close) a {
    -webkit-animation-name: menuFadeIn;
    animation-name: menuFadeIn;
}
/* ========== END ========== */

.menu-social-media {
    position: absolute;
    right: 0;
    bottom: 24px;
    font-size: 0;
    width: 100%;
    text-align: right;
    padding: 0 65px;
}

.menu-social-media a {
    /*position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 0 6px 6px;
    border: 3px solid #212121;

    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;*/
}

.menu-social-media a:hover {
    opacity: 0.8;
}

.menu-social-media a img {
    position: absolute;
    height: 14px;
    width: auto;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header-dark .nav-menu-wrapper {
    background-color: #111111;
}

.navik-header-overlay.header-dark .burger-menu.menu-open {
    background-color: #000;
}

.overlay-center-menu .menu-social-media {
    text-align: center;
    padding: 0 15px;
}

.overlay-center-menu .menu-social-media a {
    /*margin: 0 3px 6px;*/
}

.overlay-center-menu .navik-menu-overlay > ul {
    text-align: center;
}

.overlay-center-menu .navik-menu-overlay > ul > li {
    padding: 0 15px;
}

.overlay-center-menu .navik-menu-overlay > ul > li > ul {
    padding: 15px 0 21px;
}

.overlay-center-menu .menu-overlay-link {
    position: relative;
    display: inline-block;
}

.overlay-center-menu .overlay-dropdown-plus {
    right: -30px;
}

.header-dark .navik-menu-overlay > ul > li > .menu-overlay-link a {
    color: #fff;
}

.header-dark .overlay-dropdown-plus:before,
.header-dark .overlay-dropdown-plus:after {
    background-color: #717171;
}

.header-dark .navik-menu-overlay > ul ul li a {
    color: #a1a1a1;
}

.header-dark .navik-menu-overlay > ul > li > ul > li:after,
.menu-slide.header-dark .navik-menu-overlay > ul ul li a::before {
    background-color: #515151 !important;
}

.header-dark .menu-social-media a {
    border-color: #fff;
    opacity: 0.2;
}

.header-dark .menu-social-media a:hover {
    opacity: 1;
}

.header-color-bg .nav-menu-wrapper {
    background-color: #006aa1;
}

.header-color-bg .navik-menu-overlay > ul > li > .menu-overlay-link a {
    color: #fff;
}

.header-color-bg .overlay-dropdown-plus:before,
.header-color-bg .overlay-dropdown-plus:after,
.header-color-bg .navik-menu-overlay > ul > li > ul li:after,
.menu-slide.header-color-bg .navik-menu-overlay > ul ul li a::before {
    background-color: #fff !important;
}

.header-color-bg .navik-menu-overlay > ul ul li a {
    color: #fff;
}

.header-color-bg .menu-social-media a {
    border-color: #fff;
}

.header-color-bg .navik-menu-overlay > ul > li.current-menu > .menu-overlay-link a,
.header-color-bg .overlay-menu-hover > .menu-overlay-link a,
.header-color-bg .overlay-dropdown-plus:hover + a {
    color: #fff !important;
}

.header-color-bg .navik-menu-overlay > ul > li > .menu-overlay-link a:hover,
.header-color-bg .navik-menu-overlay > ul ul li a:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}

.header-bg-image .nav-menu-wrapper {
    background-color: inherit;
    background-image: url('../examples/demo/images/overlay-menu-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header-bg-image .navik-menu-overlay > ul > li > .menu-overlay-link a {
    color: #fff;
}

.header-bg-image .overlay-dropdown-plus:before,
.header-bg-image .overlay-dropdown-plus:after {
    background-color: #fff;
}

.header-bg-image .navik-menu-overlay > ul ul li a {
    color: rgba(255, 255, 255, 0.6);
}

.header-bg-image .navik-menu-overlay > ul > li > ul > li:after {
    background-color: rgba(255, 255, 255, 0.25) !important;
}

.header-bg-image .menu-social-media a {
    border-color: #fff;
}

.header-bg-image .menu-social-media a:hover {
    opacity: 0.6;
}


/* =============================================
Menu slide
================================================ */
.navik-header-overlay.menu-slide .nav-menu-wrapper {
    width: 320px;
    left: inherit;
    right: 0;
    visibility: visible;
    opacity: 1;

    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);

    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.navik-header-overlay.menu-slide .nav-menu-wrapper.overlay-menu-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

    -webkit-box-shadow: -15px 0px 60px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: -15px 0px 60px -5px rgba(0,0,0,0.3);
    box-shadow: -15px 0px 60px -5px rgba(0,0,0,0.3);
}

.slidemenu-bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 999;
    visibility: hidden;
    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;

    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.overlay-menu-open + .slidemenu-bg-overlay {
    visibility: visible;
    opacity: 1;

    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul ul li a {
    position: relative;
    display: block;
    padding-left: 20px;
    -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;
}

.navik-header-overlay.menu-slide .navik-menu-overlay.submenu-no-separate > ul ul li a {
    padding-left: 15px;
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul {
    display: block;
    text-align: left;
    padding: 120px 0 100px;
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li {
    padding: 0 35px 0 30px;
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li ul .overlay-dropdown-plus {
    top: -1px;
    right: -5px;
}

.navik-header-overlay.menu-slide .navik-menu-overlay .menu-overlay-link {
    padding-right: 30px;
}

.navik-header-overlay.menu-slide .menu-social-media {
    right: inherit;
    left: 0;
    text-align: left;
    padding: 0 30px;
}

.navik-header-overlay.menu-slide .menu-social-media a {
    margin: 0 6px 6px 0;
}

@-webkit-keyframes menuFadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(40px, 0, 0);
      transform: translate3d(40px, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
}

@keyframes menuFadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(40px, 0, 0);
      transform: translate3d(40px, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li.menuSlideIn > ul {
    opacity: 1;
    -webkit-animation-name: none;
    animation-name: none;
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li.menuSlideIn > .menu-overlay-link a,
.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li.menuSlideIn ul:not(.overlay-submenu-close) a {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: menuFadeInRight;
    animation-name: menuFadeInRight;
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul ul:not(.overlay-submenu-close) a {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li.menuSlideIn .menu-overlay-link .overlay-dropdown-plus {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li li {
    display: block;
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li > ul {
    padding-top: 25px;
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li > ul ul {
    display: none;
    padding-top: 5px;
    padding-left: 20px;
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li > ul li {
    margin-left: 0 !important;
    margin-bottom: 5px;
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li > ul > li:after {
    display: none;
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul ul li a:hover {
    padding-left: 30px;
}

.navik-header-overlay.menu-slide .navik-menu-overlay.submenu-no-separate > ul ul li a:hover {
    padding-left: 25px;
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul ul li a::before {
    top: 2px;
    left: 5px;
}


/* =============================================
Mega menu
================================================ */
.navik-menu .mega-menu-container ul li {
    position: relative;
}

.navik-menu .mega-menu-container ul li a {
    font-style: inherit;
    color: inherit;
    background-color: inherit;
    padding: inherit;
}

.header-dark .navik-menu .mega-menu-container ul li a,
.navik-menu .mega-menu-container ul li:hover a {
    background-color: inherit;
}

.navik-menu .mega-menu-container {
    padding: 15px 30px 0;
}

.navik-menu .mega-menu > ul .dropdown-plus {
    display: none;
}

.navik-menu .mega-menu-box {
    margin-bottom: 30px;
}

.navik-menu .mega-menu-heading {
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    color: #212121;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.navik-menu .mega-menu-heading a {
    color: #212121;
    text-decoration: none;

    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.header-dark .navik-menu .mega-menu-heading a {
    color: #fff;
}

.navik-menu .mega-menu-desc {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1.42857143;
    color: #818181;
}

.navik-menu .mega-menu-container li > ul {
    display: block;
}

.navik-menu ul.mega-menu-list li a {
    font-size: 14px;
    font-style: italic;
    color: #818181;
    padding: 5px 0;
}

.navik-menu .mega-menu-heading a:hover,
.navik-menu ul.mega-menu-list li a:hover {
    color: #26c6da;
}

.navik-menu ul.mega-menu-list ul {
    padding-left: 15px !important;
}

.navik-menu .mega-menu-thumbnail {
    margin-bottom: 20px;
}

.navik-menu .mega-menu-thumbnail img {
    width: 100%;
    height: auto;
}

.navik-menu .mega-menu-thumbnail > a {
    display: block;
    position: relative;
}

.navik-menu .mega-menu-thumbnail > a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);

    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.navik-menu .mega-menu-thumbnail:hover > a:before {
    background-color: rgba(0,0,0,0.2);
}


/* =============================================
Fixed sidebar menu
================================================ */
.body-fixed-sidebar {
    overflow-x: hidden;
}

.navik-fixed-sidebar {
    position: fixed;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: 9999999;
    overflow-y: auto;
    background-color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navik-sidebar-left {
    left: 0;

    -webkit-box-shadow: 2px 0px 12px -2px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 0px 12px -2px rgba(0,0,0,0.15);
    -o-box-shadow: 2px 0px 12px -2px rgba(0,0,0,0.15);
    box-shadow: 2px 0px 12px -2px rgba(0,0,0,0.15);

    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.navik-sidebar-right {
    right: 0;

    -webkit-box-shadow: -2px 0px 12px -2px rgba(0,0,0,0.15);
    -moz-box-shadow: -2px 0px 12px -2px rgba(0,0,0,0.15);
    -o-box-shadow: -2px 0px 12px -2px rgba(0,0,0,0.15);
    box-shadow: -2px 0px 12px -2px rgba(0,0,0,0.15);

    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.navik-sidebar-left.fixed-sidebar-open {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.navik-sidebar-right.fixed-sidebar-open {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.navik-fixed-sidebar .navik-header-container {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 0 28px;
}

.navik-fixed-sidebar .menu-social-media {
    position: inherit;
    bottom: inherit;
    align-self: flex-end;
    padding: 0 0 30px !important;
    text-align: left;
}

.navik-fixed-sidebar .menu-social-media a {
    margin: 0 6px 6px 0;
}

.navik-fixed-sidebar .menu-social-media a:last-child {
    margin-right: 0;
}

.navik-fixed-sidebar + .burger-menu {
    z-index: 9999999;
}

.navik-sidebar-left + .burger-menu {
    top: 0;
    right: inherit;
    left: 0;
}

.navik-sidebar-right + .burger-menu {
    top: 0;
    right: 0;
}

.fixedsidebar-bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,0.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;
}

.navik-side-content {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navik-sidebar-left.fixed-sidebar-open ~ .navik-side-content {
    -webkit-transform: translateX(125px);
    -moz-transform: translateX(125px);
    -o-transform: translateX(125px);
    transform: translateX(125px);
}

.navik-sidebar-right.fixed-sidebar-open ~ .navik-side-content {
    -webkit-transform: translateX(-125px);
    -moz-transform: translateX(-125px);
    -o-transform: translateX(-125px);
    transform: translateX(-125px);
}

.navik-fixed-sidebar .logo {
    display: none;
    padding: 70px 0;
}

.navik-side-content > .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 47px;
    padding: 0 50px;
    z-index: 99999;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 12px -2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 12px -2px rgba(0,0,0,0.15);
    -o-box-shadow: 0px 2px 12px -2px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 12px -2px rgba(0,0,0,0.15);
}

.navik-side-content > .logo img {
    max-width: inherit;
    max-height: 47px;
    width: auto;
}

.fixed-sidebar-open ~ .fixedsidebar-bg-overlay {
    visibility: visible;
    opacity: 1;
}

.fixed-menu-wrap {
    width: 100%;
}

/* ========== Navigation menu ========== */
.navik-menu-fixed {
    padding-top: 90px;
}

.navik-menu-fixed ul li {
    position: relative;
}

.navik-menu-fixed ul li a {
    font-family: 'Fira Sans', sans-serif;
    display: block;
    padding-right: 17px;
    -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;
}

.navik-menu-fixed > ul > li.current-menu > a,
.navik-menu-fixed ul li:hover > a {
    color: #26c6da !important;
}

.navik-menu-fixed > ul {
    margin-bottom: 40px;
}

.navik-menu-fixed > ul > li {
    margin-bottom: 14px;
}

.navik-menu-fixed > ul > li:last-child {
    margin-bottom: 0;
}

.navik-menu-fixed > ul > li > a {
    font-size: 18px;
    font-weight: 700;
    color: #212121;
    text-transform: uppercase;
}

.navik-menu-fixed > ul ul {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.navik-menu-fixed > ul ul.submenu-collapse {
    opacity: 1;
}

.navik-menu-fixed > ul ul li {
    margin-bottom: 6px;
}

.navik-menu-fixed > ul ul li:last-child {
    margin-bottom: 0;
}

.navik-menu-fixed > ul ul a {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    font-style: italic;
    color: #818181;
}

.navik-menu-fixed > ul ul a::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 4px;
    width: 1px;
    height: 12px;
    background-color: #d1d1d1;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

.navik-menu-fixed > ul ul a:hover {
    padding-left: 24px;
}

.navik-menu-fixed > ul > li > ul {
    padding: 27px 0 15px;
}

.navik-menu-fixed > ul > li > ul ul {
    padding-top: 6px;
}

.navik-menu-fixed > ul > li > ul > li ul {
    padding-left: 18px;
}

.navik-menu-fixed .overlay-dropdown-plus {
    top: -1px;
    right: -7px;
    opacity: 1;
}

.navik-menu-fixed > ul ul .overlay-dropdown-plus {
    top: -3px;
}

.navik-menu-fixed.submenu-no-separate > ul ul a::before {
    display: none !important;
}

.navik-menu-fixed.submenu-no-separate > ul ul a,
.navik-menu-fixed.submenu-no-separate > ul > li > ul > li ul {
    padding-left: 12px;
}

.navik-menu-fixed.submenu-no-separate > ul ul a:hover {
    padding-left: 18px;
}
/* ========== END ========== */

/* ========== Color scheme ========== */
.navik-fixed-sidebar.sidebar-dark,
.sidebar-dark ~ .navik-side-content > .logo {
    background-color: #111111;
}

.navik-fixed-sidebar.sidebar-dark .menu-social-media a {
    border-color: #fff;
    opacity: 0.2;
}

.navik-fixed-sidebar.sidebar-dark .menu-social-media a:hover {
    opacity: 1;
}

.sidebar-dark .navik-menu-fixed > ul > li > a {
    color: #fff;
}

.sidebar-dark .navik-menu-fixed > ul ul a {
    color: #a1a1a1;
}

.sidebar-dark .navik-menu-fixed > ul ul a::before {
    background-color: #515151;
}

.sidebar-dark .overlay-dropdown-plus:before,
.sidebar-dark .overlay-dropdown-plus:after {
    background-color: #717171;
}

.navik-fixed-sidebar.sidebar-color-bg,
.sidebar-color-bg ~ .navik-side-content > .logo {
    background-color: #006aa1;
}

.navik-fixed-sidebar.sidebar-color-bg .menu-social-media a {
    border-color: #fff;
}

.sidebar-color-bg .navik-menu-fixed > ul > li > a,
.sidebar-color-bg .navik-menu-fixed > ul ul a {
    color: #fff !important;
}

.sidebar-color-bg .navik-menu-fixed > ul ul a::before,
.sidebar-color-bg .overlay-dropdown-plus:before,
.sidebar-color-bg .overlay-dropdown-plus:after {
    background-color: #fff;
}

.sidebar-color-bg .navik-menu-fixed ul li a:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}
/* ========== END ========== */


/* =============================================
Menu icons
================================================ */
.navik-menu .navik-menu-icon {
    margin-right: 5px;
    color: #a1a1a1;
}

.navik-menu ul li > a .navik-menu-icon,
.navik-menu .mega-menu-heading a .navik-menu-icon {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.navik-menu ul li.current-menu > a .navik-menu-icon,
.navik-menu ul li:hover > a .navik-menu-icon,
.navik-menu .mega-menu-heading a:hover .navik-menu-icon {
    color: #26c6da !important;
}

.header-dark .navik-menu .navik-menu-icon {
    color: #717171;
}

.navik-menu-overlay .navik-menu-icon {
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.navik-menu-overlay > ul ul li a .navik-menu-icon {
    top: -1px;
    margin-right: 7px;
}

.menu-slide .navik-menu-overlay > ul ul li a .navik-menu-icon {
    margin-right: 5px;
}

.navik-menu-fixed .navik-menu-icon {
    margin-right: 5px;
}


/* =============================================
================================================
Media queries for responsive design
================================================
================================================ */
@media (min-width: 768px) {

    .navik-header .logo {
        float: left;
        padding: 30px 40px 30px 0;
    }
    .navik-menu {
        clear: both;
    }
    .header-shadow-wrapper:after {
        -webkit-box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.1);
        -o-box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.1);
        box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.1);
    }
    .navik-header-overlay .logo {
        left: 30px;
    }
    .navik-header-overlay .burger-menu {
        right: 30px;
    }
    .navik-menu-overlay > ul > li {
        padding: 0 110px 0 30px;
        margin-bottom: 16px;
    }
    .overlay-center-menu .navik-menu-overlay > ul > li {
        padding: 0 30px;
    }
    .overlay-dropdown-plus {
        width: 24px;
        height: 24px;
        line-height: 24px;
        top: 7px;
        right: 43px;
    }
    .overlay-dropdown-plus:before,
    .overlay-dropdown-plus:after {
        top: 11px;
        right: 7px;
    }
    .navik-menu-overlay > ul > li > .menu-overlay-link a {
        font-size: 34px;
    }
    .navik-menu-overlay > ul ul li a {
        font-size: 16px;
    }
    .navik-menu-overlay > ul ul li {
        margin-left: 42px;
    }
    .navik-menu-overlay > ul > li > ul > li:after {
        top: 1px;
        left: -23px;
        height: 16px;
    }
    .navik-menu-overlay > ul > li > ul {
        padding: 13px 0 16px;
    }
    .overlay-center-menu .navik-menu-overlay > ul > li > ul {
        padding: 18px 0 21px;
    }
    .overlay-center-menu .overlay-dropdown-plus {
        right: -42px;
    }
    .submenu-vertical > ul > li ul {
        right: -60px;
        padding-right: 60px !important;
    }
    .submenu-vertical > ul > li > ul li {
        margin-bottom: 7px;
    }
    .submenu-vertical > ul > li > ul ul {
        padding-top: 7px;
    }
    .submenu-vertical > ul > li > ul li .overlay-dropdown-plus {
        top: -2px;
        right: -67px;
    }
    .overlay-center-menu .submenu-vertical > ul > li > ul li .overlay-dropdown-plus {
        right: -42px;
    }
    .menu-social-media {
        bottom: 34px;
        padding: 0 110px;
    }
    .overlay-center-menu .menu-social-media {
        padding: 0 40px;
    }
    .navik-header-overlay.menu-slide .nav-menu-wrapper {
        width: 400px;
    }
    .navik-header-overlay.menu-slide .navik-menu-overlay > ul {
        padding: 140px 0 100px;
    }
    .navik-header-overlay.menu-slide .navik-menu-overlay > ul > li {
        margin-bottom: 14px;
        padding: 0 60px 0 45px;
    }
    .navik-header-overlay.menu-slide .navik-menu-overlay > ul ul li a {
        padding-left: 23px;
    }
    .navik-header-overlay.menu-slide .navik-menu-overlay.submenu-no-separate > ul ul li a {
        padding-left: 15px;
    }
    .navik-header-overlay.menu-slide .navik-menu-overlay > ul ul li a:hover {
        padding-left: 33px;
    }
    .navik-header-overlay.menu-slide .navik-menu-overlay.submenu-no-separate > ul ul li a:hover {
        padding-left: 25px;
    }
    .navik-header-overlay.menu-slide .navik-menu-overlay > ul ul li a::before {
        left: 5px;
        height: 15px;
    }
    .navik-header-overlay.menu-slide .navik-menu-overlay > ul > li > ul li {
        margin-bottom: 7px;
    }
    .navik-header-overlay.menu-slide .navik-menu-overlay > ul > li > ul {
        padding: 28px 0 16px;
    }
    .navik-header-overlay.menu-slide .navik-menu-overlay > ul > li > ul ul {
        padding-top: 7px;
        padding-left: 23px;
    }
    .navik-header-overlay.menu-slide .navik-menu-overlay > ul > li ul .overlay-dropdown-plus {
        top: -2px;
        right: -17px;
    }
    .navik-header-overlay.menu-slide .menu-social-media {
        padding: 0 45px;
    }
    .navik-menu .mega-menu-media {
        display: table;
        width: 100%;
    }
    .navik-menu .mega-menu-media-img,
    .navik-menu .mega-menu-media-info {
        display: table-cell;
        vertical-align: top;
    }
    .navik-menu .mega-menu-media-img {
        width: 120px;
    }
    .navik-menu .mega-menu-media-img .mega-menu-thumbnail {
        margin-bottom: 0;
    }
    .navik-menu .mega-menu-media-img img {
        width: 100%;
        height: auto;
    }
    .navik-menu .mega-menu-media-info {
        padding-left: 20px;
    }
    .navik-menu-overlay .navik-menu-icon {
        margin-right: 12px;
    }
    .menu-slide .navik-menu-overlay .navik-menu-icon {
        margin-right: 10px;
    }
    .navik-menu-overlay > ul ul li a .navik-menu-icon {
        margin-right: 8px;
    }
    .navik-menu-overlay.submenu-no-separate > ul ul li {
        margin-left: 25px;
    }

}

@media (min-width: 992px) {

    /* =============================================
    Viewport Breakpoint
    ================================================ */
    .navik-header-container {
        height: 90px;
    }
    .navik-header-overlay .navik-header-container {
        height: auto;
    }
    .navik-header .logo {
        position: relative;
        padding: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .navik-header .logo img {
        max-width: inherit;
        max-height: 90px;
        width: auto;
    }
    .burger-menu {
        display: none;
    }
    .navik-menu {
        float: right;
        clear: inherit;
    }
    .navik-menu > ul {
        display: block !important;
        padding: 0;
        font-size: 0;
    }
    .navik-menu > ul > li {
        display: inline-block;
    }
    .navik-menu ul li {
        position: relative;
    }
    .navik-menu > ul > li > a {
        position: relative;
        height: 90px;
        line-height: 90px;
        box-sizing: border-box;
        white-space: nowrap;
        padding: 0 20px;
    }
    .navik-menu > ul > li:last-child > a {
        padding: 0 0 0 20px;
    }
    .navik-menu.menu-hover-2 > ul > li:last-child > a,
    .navik-menu.menu-hover-3 > ul > li:last-child > a,
    .navik-menu.menu-hover-4 > ul > li:last-child > a,
    .center-menu-1 .navik-menu > ul > li:last-child > a,
    .center-menu-2 .navik-menu > ul > li:last-child > a {
        padding: 0 20px;
    }
    .navik-menu.separate-line.menu-hover-2 > ul > li:last-child > a,
    .navik-menu.separate-line.menu-hover-3 > ul > li:last-child > a,
    .navik-menu.separate-line.menu-hover-4 > ul > li:last-child > a,
    .center-menu-1 .navik-menu.separate-line > ul > li:last-child > a,
    .center-menu-2 .navik-menu.separate-line > ul > li:last-child > a {
        padding: 0 28px;
    }
    .navik-menu ul li.current-menu > a,
    .navik-menu ul li:hover > a,
    .header-dark .navik-menu ul li.current-menu > a,
    .header-dark .navik-menu ul li:hover > a {
        background-color: inherit;
    }
    .dropdown-plus {
        display: none;
    }
    .navik-menu ul li.dropdown_menu > a > span:before {
        border-style: solid;
        border-width: 2px 2px 0 0;
        border-color: #c1c1c1;
        position: relative;
        content: '';
        display: inline-block;
        height: 4px;
        width: 4px;
        top: -3px;
        margin-left: 8px;
        box-sizing: content-box;

        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .header-dark .navik-menu ul li.dropdown_menu > a > span:before {
        border-color: #a1a1a1;
    }
    .navik-menu li > ul {
        display: block !important;
        position: absolute;
        width: 250px;
        top: 100%;
        left: 0;
        background-color: #fff;
        padding: 27px 0;
        visibility: hidden;
        opacity: 0;
        
        -webkit-box-shadow: 0px 12px 30px -2px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 12px 30px -2px rgba(0,0,0,0.1);
        -o-box-shadow: 0px 12px 30px -2px rgba(0,0,0,0.1);
        box-shadow: 0px 12px 30px -2px rgba(0,0,0,0.1);
        
        -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;
    }
    .header-dark .navik-menu li > ul {
        background-color: #111111;
    }
    .navik-menu li:hover > ul {
        visibility: visible;
        opacity: 1;
    }
    .navik-menu li.submenu-right > ul {
        left: inherit;
        right: 0;
    }
    .navik-menu li > ul ul {
        top: -27px;
        left: 100%;
    }
    .navik-menu li.submenu-right > ul ul {
        left: -100% !important;
    }
    .navik-menu ul ul li.dropdown_menu > a > span:before {
        float: right;
        top: 7px;
        right: -10px;
        margin: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .navik-menu ul ul li > a {
        position: relative;
        color: #818181;
        padding: 9px 35px 7px !important;
    }
    .navik-menu ul ul li > a,
    .navik-menu ul ul li:hover > a {
        color: #818181;
        background-color: transparent;
    }
    .header-dark .navik-menu ul ul li > a {
        color: #a1a1a1;
        background-color: transparent;
    }
    .header-dark .navik-menu ul ul li:hover > a {
        color: #fff;
        background-color: transparent;
    }
    .header-dark .navik-menu ul ul li:hover > a .navik-menu-icon {
        color: #fff !important;
    }
    .navik-menu ul ul li:hover > a {
        padding-left: 55px !important;
    }
    .navik-menu ul ul li > a:before {
        position: absolute;
        content: "";
        top: 17px;
        left: 35px;
        width: 0;
        height: 1px;
        background: #a1a1a1;

        -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;
    }
    .navik-menu ul ul li:hover > a:before {
        width: 10px;
    }
    .navik-menu ul li.dropdown_menu > a > span {
        display: none;
    }
    .navik-menu.menu-caret ul li.dropdown_menu > a > span {
        display: inline-block;
    }
    .navik-menu.menu-caret ul ul li.dropdown_menu > a > span {
        display: inline;
    }
    .navik-menu.separate-line > ul > li > a {
        position: relative;
    }
    .navik-menu.separate-line > ul > li > a:before {
        position: absolute;
        content: "";
        top: 50%;
        right: 0;
        width: 1px;
        height: 20px;
        background: #eeeeee;

        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .header-dark .navik-menu.separate-line > ul > li > a:before {
        background: #333333;
    }
    .navik-menu.separate-line > ul > li:last-child > a:before {
        display: none;
    }
    .navik-menu.separate-line > ul > li > a {
        padding: 0 28px;
    }
    .navik-menu.separate-line > ul > li:last-child > a {
        padding: 0 0 0 28px;
    }

    /* =============================================
    Header sticky
    ================================================ */
    .navik-header.sticky {
        position: fixed;
        width: 100%;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: stickyTransition;
        animation-name: stickyTransition;
    }
    .navik-header.sticky .navik-header-container {
        height: 70px;
    }
    .navik-header.sticky .navik-menu > ul > li > a {
        height: 70px;
        line-height: 70px;
    }
    .navik-header.sticky .logo {
        padding: 0 40px 0 0;
    }
    .navik-header.center-menu-1.sticky .logo {
        padding: 0;
    }
    .navik-header.sticky .logo img {
        max-height: 70px;
    }
    @-webkit-keyframes stickyTransition {
        from {
          opacity: 0;
          -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
        }
        to {
          opacity: 1;
          -webkit-transform: none;
          transform: none;
        }
    }
    @keyframes stickyTransition {
        from {
          opacity: 0;
          -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
        }
      
        to {
          opacity: 1;
          -webkit-transform: none;
          transform: none;
        }
    }

    /* =============================================
    Center menu
    ================================================ */
    .navik-header.center-menu-1 {
        position: relative;
    }
    .navik-header.center-menu-1.sticky {
        position: fixed;
    }
    .navik-header.center-menu-1 .navik-header-container > .logo {
        display: none;
    }
    .logoCenter {
        text-align: center;
        display: table-cell !important;
        vertical-align: middle;
    }
    .navik-header.center-menu-1 .logoCenter .logo {
        float: none;
        top: 0;
        width: inherit;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .center-menu-1 .navik-menu {
        display: table !important;
        float: none;
        width: 100%;
    }
    .center-menu-1 .navik-menu > ul {
        display: table-cell !important;
        vertical-align: top;
    }
    .center-menu-1 .navik-menu > ul:first-child {
        text-align: right;
        padding: 0 40px;
    }
    .center-menu-1 .navik-menu > ul:first-child ul {
        text-align: left;
    }
    .center-menu-1 .navik-menu > ul:last-child {
        text-align: left;
        padding: 0 40px;
    }
    .navik-header.center-menu-2 .navik-header-container {
        height: auto;
    }
    .navik-header.center-menu-2 .logo {
        float: none;
        top: 0;
        padding: 36px 30px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .navik-header.center-menu-2 .logo img {
        max-width: 100%;
        max-height: inherit;
        height: auto;
    }
    .center-menu-2 .navik-menu {
        float: none;
        text-align: center;
        border-top: 1px solid #e9e9e9;
    }
    .center-menu-2.header-dark .navik-menu {
        border-color: #333333;
    }
    .center-menu-2 .navik-menu li > ul {
        text-align: left;
    }
    .center-menu-2 .navik-menu > ul > li > a {
        height: 62px;
        line-height: 62px;
    }
    .navik-header.center-menu-2.sticky .logo {
        display: none;
    }
    .navik-header.center-menu-2.sticky .navik-menu {
        border: none;
    }

    /* =============================================
    Header transparent
    ================================================ */
    .header-transparent-on .header-shadow-wrapper,
    .header-opacity-on .header-shadow-wrapper {
        display: none;
    }
    .navik-header.header-transparent-on,
    .navik-header.header-opacity-on {
        position: absolute;
        width: 100%;
        background-color: transparent;
    }
    .navik-header.header-opacity-on {
        background-color: rgba(0,0,0,0.3);
    }
    .header-transparent-on .navik-menu > ul > li > a,
    .header-opacity-on .navik-menu > ul > li > a {
        color: #f7f7f7;
    }
    .header-transparent-on .navik-menu > ul > li:hover > a,
    .header-transparent-on .navik-menu > ul > li.current-menu > a,
    .header-opacity-on .navik-menu > ul > li:hover > a,
    .header-opacity-on .navik-menu > ul > li.current-menu > a {
        color: #26c6da;
    }
    .header-transparent-on .navik-menu > ul > li.dropdown_menu > a > span:before,
    .header-opacity-on .navik-menu > ul > li.dropdown_menu > a > span:before {
        border-color: #f7f7f7;
    }
    .header-transparent-on.center-menu-2 .navik-menu {
        border-color: rgba(255,255,255,0.25);
    }
    .header-opacity-on.center-menu-2 .navik-menu {
        border-color: rgba(255,255,255,0.2);
    }
    .header-transparent-on .navik-menu.separate-line > ul > li > a:before {
        background: rgba(255,255,255,0.25);
    }
    .header-opacity-on .navik-menu.separate-line > ul > li > a:before {
        background: rgba(255,255,255,0.2);
    }
    .header-transparent-on .navik-menu > ul > li > a .navik-menu-icon,
    .header-opacity-on .navik-menu > ul > li > a .navik-menu-icon {
        color: rgba(255, 255, 255, 0.85);
    }

    /* =============================================
    Hover transitions
    ================================================ */
    .navik-menu.menu-hover-2 > ul > li.current-menu > a,
    .navik-menu.menu-hover-2 > ul > li:hover > a {
        background-color: #f8f8f8;
        color: #212121;
    }
    .navik-menu.menu-hover-2 > ul > li > a:after,
    .navik-menu.menu-hover-3 > ul > li > a:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: -3px;
        width: 100%;
        height: 3px;
        background: #26c6da;
        opacity: 0;
        z-index: 0;
        -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;
    }
    .navik-menu.menu-hover-2 > ul > li.current-menu > a:after,
    .navik-menu.menu-hover-2 > ul > li:hover > a:after {
        opacity: 1;
    }
    .navik-menu.menu-hover-3 > ul > li.current-menu > a,
    .navik-menu.menu-hover-3 > ul > li:hover > a {
        color: #212121;
    }
    .navik-menu.menu-hover-3 > ul > li > a:after {
        width: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -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;
    }
    .navik-menu.menu-hover-3 > ul > li.current-menu > a:after,
    .navik-menu.menu-hover-3 > ul > li:hover > a:after {
        width: 100%;
        opacity: 1;
    }
    .navik-menu.menu-hover-4 > ul > li > a > .hover-transition {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: -1;
    }
    .navik-menu.menu-hover-4 > ul > li > a > .hover-transition:after {
        display: block;
        position: relative;
        content: "";
        width: calc(100% + 2px);
        height: 0;
        top: 50%;
        left: 50%;
        background: #26c6da;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -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;
    }
    .navik-menu.menu-hover-4 > ul > li.current-menu > a > .hover-transition:after,
    .navik-menu.menu-hover-4 > ul > li:hover > a > .hover-transition:after {
        opacity: 1;
        height: 100%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .navik-menu.menu-hover-4 > ul > li > ul {
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }
    .navik-menu.menu-hover-4 > ul > li:hover > ul {
        -webkit-transition-delay: 0.13s;
        -moz-transition-delay: 0.13s;
        -o-transition-delay: 0.13s;
        transition-delay: 0.13s;
    }
    .navik-menu.menu-hover-4 > ul > li.current-menu > a,
    .navik-menu.menu-hover-4 > ul > li:hover > a {
        color: #fff;
    }
    .navik-menu.menu-hover-4 > ul > li.current-menu.dropdown_menu > a > span:before,
    .navik-menu.menu-hover-4 > ul > li.dropdown_menu:hover > a > span:before {
        border-color: #fff;
    }
    .header-dark .navik-menu.menu-hover-2 > ul > li.current-menu > a,
    .header-dark .navik-menu.menu-hover-2 > ul > li:hover > a {
        background-color: #222222;
        color: #fff;
    }
    .header-dark .navik-menu.menu-hover-3 > ul > li.current-menu > a,
    .header-dark .navik-menu.menu-hover-3 > ul > li:hover > a {
        color: #fff;
    }
    .header-transparent-on .navik-menu.menu-hover-2 > ul > li.current-menu > a,
    .header-transparent-on .navik-menu.menu-hover-2 > ul > li:hover > a {
        background-color: rgba(255, 255, 255, 0.25);
        color: #f7f7f7;
    }
    .header-opacity-on .navik-menu.menu-hover-2 > ul > li.current-menu > a,
    .header-opacity-on .navik-menu.menu-hover-2 > ul > li:hover > a {
        background-color: rgba(255, 255, 255, 0.2);
        color: #f7f7f7;
    }
    .header-transparent-on .navik-menu.menu-hover-3 > ul > li.current-menu > a,
    .header-transparent-on .navik-menu.menu-hover-3 > ul > li:hover > a,
    .header-opacity-on .navik-menu.menu-hover-3 > ul > li.current-menu > a,
    .header-opacity-on .navik-menu.menu-hover-3 > ul > li:hover > a {
        color: #f7f7f7;
    }
    .navik-menu.menu-hover-4 > ul > li.current-menu > a .navik-menu-icon,
    .navik-menu.menu-hover-4 > ul > li:hover > a .navik-menu-icon {
        color: #fff !important;
    }
    .header-transparent-on .navik-menu.menu-hover-2 > ul > li.current-menu > a .navik-menu-icon,
    .header-transparent-on .navik-menu.menu-hover-2 > ul > li:hover > a .navik-menu-icon,
    .header-opacity-on .navik-menu.menu-hover-2 > ul > li.current-menu > a .navik-menu-icon,
    .header-opacity-on .navik-menu.menu-hover-2 > ul > li:hover > a .navik-menu-icon,
    .header-transparent-on .navik-menu.menu-hover-3 > ul > li.current-menu > a .navik-menu-icon,
    .header-transparent-on .navik-menu.menu-hover-3 > ul > li:hover > a .navik-menu-icon,
    .header-opacity-on .navik-menu.menu-hover-3 > ul > li.current-menu > a .navik-menu-icon,
    .header-opacity-on .navik-menu.menu-hover-3 > ul > li:hover > a .navik-menu-icon {
        color: rgba(255, 255, 255, 0.85) !important;
    }

    /* =============================================
    Submenu
    ================================================ */
    .navik-menu.submenu-top-border li > ul {
        border-top: 3px solid #26c6da;
    }
    .navik-menu.submenu-top-border li > ul ul {
        top: -30px;
    }
    .navik-menu.submenu-list-border li > ul ul {
        top: -20px;
    }
    .navik-menu.submenu-top-border.submenu-list-border li > ul ul {
        top: -23px;
    }
    .navik-menu.submenu-list-border ul ul li > a {
        padding: 15px 35px 14px !important;
    }
    .navik-menu.submenu-list-border ul ul li:first-child > a {
        padding: 8px 35px 14px 35px !important;
    }
    .navik-menu.submenu-list-border ul ul li:last-child > a {
        padding: 15px 35px 8px 35px !important;
    }
    .navik-menu.submenu-list-border ul ul li:after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 35px;
        right: 35px;
        height: 1px;
        background: #eeeeee;
    }
    .navik-menu.submenu-list-border ul ul li:last-child:after {
        display: none;
    }
    .navik-menu.submenu-list-border ul ul li:hover > a {
        padding-left: 55px !important;
    }
    .navik-menu.submenu-list-border ul ul li:nth-child(n+2) > a:before {
        top: 24px;
    }
    .header-dark .navik-menu.submenu-list-border ul ul li:after {
        background: #333333;
    }

    /* =============================================
    Submenu transitions
    ================================================ */
    .navik-menu.submenu-flip li > ul {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .navik-menu.submenu-flip li:hover > ul {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    .navik-menu.submenu-flip ul {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 200px;
        -ms-perspective: 200px;
        perspective: 200px;
    }
    .navik-menu.submenu-flip ul li {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 200px;
        -ms-perspective: 200px;
        perspective: 200px;
    }
    .navik-menu.submenu-scale li > ul {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        
        -webkit-transform: scale(0);
        transform: scale(0);
        
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .navik-menu.submenu-scale li.submenu-right ul {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }
    .navik-menu.submenu-scale li:hover > ul {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    /* =============================================
    Menu overlay
    ================================================ */
    .navik-header-overlay .logo {
        top: 50px;
        left: 40px;
    }
    .navik-header-overlay .burger-menu {
        top: 40px;
        right: 40px;
    }
    .navik-menu-overlay > ul > li {
        padding: 0 130px 0 40px;
    }
    .overlay-center-menu .navik-menu-overlay > ul > li {
        padding: 0 40px;
    }
    .overlay-dropdown-plus {
        right: 53px;
    }
    .submenu-vertical > ul > li ul {
        right: -70px;
        padding-right: 70px !important;
    }
    .submenu-vertical > ul > li > ul li .overlay-dropdown-plus {
        right: -77px;
    }
    .navik-header-overlay.menu-slide .navik-menu-overlay > ul > li ul .overlay-dropdown-plus {
        right: -7px;
    }
    .menu-social-media {
        padding: 0 130px;
    }

    /* =============================================
    Mega menu
    ================================================ */
    .navik-mega-menu.mega-menu-fullwidth .navik-header-container {
        position: inherit;
    }
    .navik-mega-menu .navik-header-container,
    .navik-mega-menu.mega-menu-fullwidth {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 200px;
        -ms-perspective: 200px;
        perspective: 200px;
    }
    .navik-menu .mega-menu-container {
        padding: 15px 15px 0;
    }
    .navik-mega-menu .navik-menu.submenu-flip > ul,
    .navik-mega-menu .navik-menu.submenu-flip ul li.mega-menu,
    .navik-mega-menu.mega-menu-fullwidth .navik-header-container {
        -webkit-transform-style: unset;
        transform-style: unset;
        -webkit-perspective: none;
        -ms-perspective: none;
        perspective: none;
    }
    .navik-menu.submenu-flip .mega-menu > ul {
        -webkit-perspective: inherit;
        -ms-perspective: inherit;
        perspective: inherit;
    }
    .navik-menu.submenu-scale li.mega-menu ul,
    .navik-menu.submenu-scale li.mega-menu.submenu-right ul {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
    .navik-menu.submenu-scale .mega-menu-container li > ul {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .navik-menu.submenu-flip .mega-menu-container li > ul {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    .navik-menu ul li.mega-menu {
        position: inherit;
        font-size: initial;
    }
    .navik-menu li.mega-menu > ul {
        width: 100%;
        padding: 25px 20px 15px;
    }
    .navik-menu li.mega-menu:hover .mega-menu-container li > ul {
        visibility: visible;
        opacity: 1;
    }
    .navik-menu .mega-menu-container li ul,
    .navik-menu.submenu-top-border .mega-menu-container li ul,
    .navik-menu.submenu-list-border .mega-menu-container li ul {
        position: relative;
        top: 0 !important;
        left: inherit;
        width: 100%;
        border-top: none;
        padding: 0;

        -webkit-box-shadow: inherit;
        -moz-box-shadow: inherit;
        -o-box-shadow: inherit;
        box-shadow: inherit;
    }
    .navik-menu.menu-caret .mega-menu-container li.dropdown_menu > a > span,
    .navik-menu .mega-menu-container ul li > a:before,
    .navik-menu.submenu-list-border .mega-menu-container ul li:after {
        display: none;
    }
    .navik-menu li.mega-menu.submenu-right > ul ul {
        left: inherit !important;
    }
    .navik-menu .mega-menu-container ul li a,
    .navik-menu .mega-menu-container ul li:hover a,
    .navik-menu.submenu-list-border .mega-menu-container ul li a,
    .navik-menu.submenu-list-border .mega-menu-container ul li:hover a,
    .navik-menu.submenu-list-border .mega-menu-container ul li:first-child a,
    .navik-menu.submenu-list-border .mega-menu-container ul li:first-child:hover a,
    .navik-menu.submenu-list-border .mega-menu-container ul li:last-child a,
    .navik-menu.submenu-list-border .mega-menu-container ul li:last-child:hover a {
        padding: inherit !important;
    }
    .navik-menu .mega-menu-container ul.mega-menu-list li a,
    .navik-menu .mega-menu-container ul.mega-menu-list li:hover a,
    .navik-menu.submenu-list-border .mega-menu-container ul.mega-menu-list li a,
    .navik-menu.submenu-list-border .mega-menu-container ul.mega-menu-list li:hover a {
        padding: 5px 0 !important;
        color: #818181;
    }
    .navik-menu .mega-menu-container ul.mega-menu-list li a:hover,
    .navik-menu.submenu-list-border .mega-menu-container ul.mega-menu-list li a:hover {
        padding-left: 20px !important;
    }
    .navik-menu .mega-menu-container ul.mega-menu-list li > a:before {
        display: block;
        left: 0;
        top: 13px !important;
    }
    .header-dark .navik-menu .mega-menu-container ul.mega-menu-list li a {
        color: #a1a1a1;
    }
    .header-dark .navik-menu .mega-menu-container ul.mega-menu-list li a:hover {
        color: #fff;
    }

    /* =============================================
    Fixed sidebar menu
    ================================================ */
    .navik-fixed-sidebar {
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s;
    }
    .navik-side-content > .logo,
    .navik-fixed-sidebar + .burger-menu,
    .fixedsidebar-bg-overlay {
        display: none;
    }
    .navik-fixed-sidebar .logo {
        display: block;
    }
    .navik-side-content {
        width: calc(100% - 250px);

        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s;

        -webkit-transform: translateX(0%) !important;
        -moz-transform: translateX(0%) !important;
        -o-transform: translateX(0%) !important;
        transform: translateX(0%) !important;
    }
    .navik-sidebar-left ~ .fixedsidebar-bg-overlay + .navik-side-content {
        margin-left: auto;
    }
    .navik-sidebar-right ~ .fixedsidebar-bg-overlay + .navik-side-content {
        margin-right: auto;
    }
    .navik-sidebar-left,
    .navik-sidebar-right {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
    .navik-menu-fixed {
        padding-top: 0;
    }

}

/* themify-icons.css */

@font-face {
	font-family: 'themify';
	src:url('fonts/themify/themify.eot?-fvbane');
	src:url('fonts/themify/themify.eot?#iefix-fvbane') format('embedded-opentype'),
		url('fonts/themify/themify.woff?-fvbane') format('woff'),
		url('fonts/themify/themify.ttf?-fvbane') format('truetype'),
		url('fonts/themify/themify.svg?-fvbane#themify') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="ti-"], [class*=" ti-"] {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
	content: "\e600";
}
.ti-volume:before {
	content: "\e601";
}
.ti-user:before {
	content: "\e602";
}
.ti-unlock:before {
	content: "\e603";
}
.ti-unlink:before {
	content: "\e604";
}
.ti-trash:before {
	content: "\e605";
}
.ti-thought:before {
	content: "\e606";
}
.ti-target:before {
	content: "\e607";
}
.ti-tag:before {
	content: "\e608";
}
.ti-tablet:before {
	content: "\e609";
}
.ti-star:before {
	content: "\e60a";
}
.ti-spray:before {
	content: "\e60b";
}
.ti-signal:before {
	content: "\e60c";
}
.ti-shopping-cart:before {
	content: "\e60d";
}
.ti-shopping-cart-full:before {
	content: "\e60e";
}
.ti-settings:before {
	content: "\e60f";
}
.ti-search:before {
	content: "\e610";
}
.ti-zoom-in:before {
	content: "\e611";
}
.ti-zoom-out:before {
	content: "\e612";
}
.ti-cut:before {
	content: "\e613";
}
.ti-ruler:before {
	content: "\e614";
}
.ti-ruler-pencil:before {
	content: "\e615";
}
.ti-ruler-alt:before {
	content: "\e616";
}
.ti-bookmark:before {
	content: "\e617";
}
.ti-bookmark-alt:before {
	content: "\e618";
}
.ti-reload:before {
	content: "\e619";
}
.ti-plus:before {
	content: "\e61a";
}
.ti-pin:before {
	content: "\e61b";
}
.ti-pencil:before {
	content: "\e61c";
}
.ti-pencil-alt:before {
	content: "\e61d";
}
.ti-paint-roller:before {
	content: "\e61e";
}
.ti-paint-bucket:before {
	content: "\e61f";
}
.ti-na:before {
	content: "\e620";
}
.ti-mobile:before {
	content: "\e621";
}
.ti-minus:before {
	content: "\e622";
}
.ti-medall:before {
	content: "\e623";
}
.ti-medall-alt:before {
	content: "\e624";
}
.ti-marker:before {
	content: "\e625";
}
.ti-marker-alt:before {
	content: "\e626";
}
.ti-arrow-up:before {
	content: "\e627";
}
.ti-arrow-right:before {
	content: "\e628";
}
.ti-arrow-left:before {
	content: "\e629";
}
.ti-arrow-down:before {
	content: "\e62a";
}
.ti-lock:before {
	content: "\e62b";
}
.ti-location-arrow:before {
	content: "\e62c";
}
.ti-link:before {
	content: "\e62d";
}
.ti-layout:before {
	content: "\e62e";
}
.ti-layers:before {
	content: "\e62f";
}
.ti-layers-alt:before {
	content: "\e630";
}
.ti-key:before {
	content: "\e631";
}
.ti-import:before {
	content: "\e632";
}
.ti-image:before {
	content: "\e633";
}
.ti-heart:before {
	content: "\e634";
}
.ti-heart-broken:before {
	content: "\e635";
}
.ti-hand-stop:before {
	content: "\e636";
}
.ti-hand-open:before {
	content: "\e637";
}
.ti-hand-drag:before {
	content: "\e638";
}
.ti-folder:before {
	content: "\e639";
}
.ti-flag:before {
	content: "\e63a";
}
.ti-flag-alt:before {
	content: "\e63b";
}
.ti-flag-alt-2:before {
	content: "\e63c";
}
.ti-eye:before {
	content: "\e63d";
}
.ti-export:before {
	content: "\e63e";
}
.ti-exchange-vertical:before {
	content: "\e63f";
}
.ti-desktop:before {
	content: "\e640";
}
.ti-cup:before {
	content: "\e641";
}
.ti-crown:before {
	content: "\e642";
}
.ti-comments:before {
	content: "\e643";
}
.ti-comment:before {
	content: "\e644";
}
.ti-comment-alt:before {
	content: "\e645";
}
.ti-close:before {
	content: "\e646";
}
.ti-clip:before {
	content: "\e647";
}
.ti-angle-up:before {
	content: "\e648";
}
.ti-angle-right:before {
	content: "\e649";
}
.ti-angle-left:before {
	content: "\e64a";
}
.ti-angle-down:before {
	content: "\e64b";
}
.ti-check:before {
	content: "\e64c";
}
.ti-check-box:before {
	content: "\e64d";
}
.ti-camera:before {
	content: "\e64e";
}
.ti-announcement:before {
	content: "\e64f";
}
.ti-brush:before {
	content: "\e650";
}
.ti-briefcase:before {
	content: "\e651";
}
.ti-bolt:before {
	content: "\e652";
}
.ti-bolt-alt:before {
	content: "\e653";
}
.ti-blackboard:before {
	content: "\e654";
}
.ti-bag:before {
	content: "\e655";
}
.ti-move:before {
	content: "\e656";
}
.ti-arrows-vertical:before {
	content: "\e657";
}
.ti-arrows-horizontal:before {
	content: "\e658";
}
.ti-fullscreen:before {
	content: "\e659";
}
.ti-arrow-top-right:before {
	content: "\e65a";
}
.ti-arrow-top-left:before {
	content: "\e65b";
}
.ti-arrow-circle-up:before {
	content: "\e65c";
}
.ti-arrow-circle-right:before {
	content: "\e65d";
}
.ti-arrow-circle-left:before {
	content: "\e65e";
}
.ti-arrow-circle-down:before {
	content: "\e65f";
}
.ti-angle-double-up:before {
	content: "\e660";
}
.ti-angle-double-right:before {
	content: "\e661";
}
.ti-angle-double-left:before {
	content: "\e662";
}
.ti-angle-double-down:before {
	content: "\e663";
}
.ti-zip:before {
	content: "\e664";
}
.ti-world:before {
	content: "\e665";
}
.ti-wheelchair:before {
	content: "\e666";
}
.ti-view-list:before {
	content: "\e667";
}
.ti-view-list-alt:before {
	content: "\e668";
}
.ti-view-grid:before {
	content: "\e669";
}
.ti-uppercase:before {
	content: "\e66a";
}
.ti-upload:before {
	content: "\e66b";
}
.ti-underline:before {
	content: "\e66c";
}
.ti-truck:before {
	content: "\e66d";
}
.ti-timer:before {
	content: "\e66e";
}
.ti-ticket:before {
	content: "\e66f";
}
.ti-thumb-up:before {
	content: "\e670";
}
.ti-thumb-down:before {
	content: "\e671";
}
.ti-text:before {
	content: "\e672";
}
.ti-stats-up:before {
	content: "\e673";
}
.ti-stats-down:before {
	content: "\e674";
}
.ti-split-v:before {
	content: "\e675";
}
.ti-split-h:before {
	content: "\e676";
}
.ti-smallcap:before {
	content: "\e677";
}
.ti-shine:before {
	content: "\e678";
}
.ti-shift-right:before {
	content: "\e679";
}
.ti-shift-left:before {
	content: "\e67a";
}
.ti-shield:before {
	content: "\e67b";
}
.ti-notepad:before {
	content: "\e67c";
}
.ti-server:before {
	content: "\e67d";
}
.ti-quote-right:before {
	content: "\e67e";
}
.ti-quote-left:before {
	content: "\e67f";
}
.ti-pulse:before {
	content: "\e680";
}
.ti-printer:before {
	content: "\e681";
}
.ti-power-off:before {
	content: "\e682";
}
.ti-plug:before {
	content: "\e683";
}
.ti-pie-chart:before {
	content: "\e684";
}
.ti-paragraph:before {
	content: "\e685";
}
.ti-panel:before {
	content: "\e686";
}
.ti-package:before {
	content: "\e687";
}
.ti-music:before {
	content: "\e688";
}
.ti-music-alt:before {
	content: "\e689";
}
.ti-mouse:before {
	content: "\e68a";
}
.ti-mouse-alt:before {
	content: "\e68b";
}
.ti-money:before {
	content: "\e68c";
}
.ti-microphone:before {
	content: "\e68d";
}
.ti-menu:before {
	content: "\e68e";
}
.ti-menu-alt:before {
	content: "\e68f";
}
.ti-map:before {
	content: "\e690";
}
.ti-map-alt:before {
	content: "\e691";
}
.ti-loop:before {
	content: "\e692";
}
.ti-location-pin:before {
	content: "\e693";
}
.ti-list:before {
	content: "\e694";
}
.ti-light-bulb:before {
	content: "\e695";
}
.ti-Italic:before {
	content: "\e696";
}
.ti-info:before {
	content: "\e697";
}
.ti-infinite:before {
	content: "\e698";
}
.ti-id-badge:before {
	content: "\e699";
}
.ti-hummer:before {
	content: "\e69a";
}
.ti-home:before {
	content: "\e69b";
}
.ti-help:before {
	content: "\e69c";
}
.ti-headphone:before {
	content: "\e69d";
}
.ti-harddrives:before {
	content: "\e69e";
}
.ti-harddrive:before {
	content: "\e69f";
}
.ti-gift:before {
	content: "\e6a0";
}
.ti-game:before {
	content: "\e6a1";
}
.ti-filter:before {
	content: "\e6a2";
}
.ti-files:before {
	content: "\e6a3";
}
.ti-file:before {
	content: "\e6a4";
}
.ti-eraser:before {
	content: "\e6a5";
}
.ti-envelope:before {
	content: "\e6a6";
}
.ti-download:before {
	content: "\e6a7";
}
.ti-direction:before {
	content: "\e6a8";
}
.ti-direction-alt:before {
	content: "\e6a9";
}
.ti-dashboard:before {
	content: "\e6aa";
}
.ti-control-stop:before {
	content: "\e6ab";
}
.ti-control-shuffle:before {
	content: "\e6ac";
}
.ti-control-play:before {
	content: "\e6ad";
}
.ti-control-pause:before {
	content: "\e6ae";
}
.ti-control-forward:before {
	content: "\e6af";
}
.ti-control-backward:before {
	content: "\e6b0";
}
.ti-cloud:before {
	content: "\e6b1";
}
.ti-cloud-up:before {
	content: "\e6b2";
}
.ti-cloud-down:before {
	content: "\e6b3";
}
.ti-clipboard:before {
	content: "\e6b4";
}
.ti-car:before {
	content: "\e6b5";
}
.ti-calendar:before {
	content: "\e6b6";
}
.ti-book:before {
	content: "\e6b7";
}
.ti-bell:before {
	content: "\e6b8";
}
.ti-basketball:before {
	content: "\e6b9";
}
.ti-bar-chart:before {
	content: "\e6ba";
}
.ti-bar-chart-alt:before {
	content: "\e6bb";
}
.ti-back-right:before {
	content: "\e6bc";
}
.ti-back-left:before {
	content: "\e6bd";
}
.ti-arrows-corner:before {
	content: "\e6be";
}
.ti-archive:before {
	content: "\e6bf";
}
.ti-anchor:before {
	content: "\e6c0";
}
.ti-align-right:before {
	content: "\e6c1";
}
.ti-align-left:before {
	content: "\e6c2";
}
.ti-align-justify:before {
	content: "\e6c3";
}
.ti-align-center:before {
	content: "\e6c4";
}
.ti-alert:before {
	content: "\e6c5";
}
.ti-alarm-clock:before {
	content: "\e6c6";
}
.ti-agenda:before {
	content: "\e6c7";
}
.ti-write:before {
	content: "\e6c8";
}
.ti-window:before {
	content: "\e6c9";
}
.ti-widgetized:before {
	content: "\e6ca";
}
.ti-widget:before {
	content: "\e6cb";
}
.ti-widget-alt:before {
	content: "\e6cc";
}
.ti-wallet:before {
	content: "\e6cd";
}
.ti-video-clapper:before {
	content: "\e6ce";
}
.ti-video-camera:before {
	content: "\e6cf";
}
.ti-vector:before {
	content: "\e6d0";
}
.ti-themify-logo:before {
	content: "\e6d1";
}
.ti-themify-favicon:before {
	content: "\e6d2";
}
.ti-themify-favicon-alt:before {
	content: "\e6d3";
}
.ti-support:before {
	content: "\e6d4";
}
.ti-stamp:before {
	content: "\e6d5";
}
.ti-split-v-alt:before {
	content: "\e6d6";
}
.ti-slice:before {
	content: "\e6d7";
}
.ti-shortcode:before {
	content: "\e6d8";
}
.ti-shift-right-alt:before {
	content: "\e6d9";
}
.ti-shift-left-alt:before {
	content: "\e6da";
}
.ti-ruler-alt-2:before {
	content: "\e6db";
}
.ti-receipt:before {
	content: "\e6dc";
}
.ti-pin2:before {
	content: "\e6dd";
}
.ti-pin-alt:before {
	content: "\e6de";
}
.ti-pencil-alt2:before {
	content: "\e6df";
}
.ti-palette:before {
	content: "\e6e0";
}
.ti-more:before {
	content: "\e6e1";
}
.ti-more-alt:before {
	content: "\e6e2";
}
.ti-microphone-alt:before {
	content: "\e6e3";
}
.ti-magnet:before {
	content: "\e6e4";
}
.ti-line-double:before {
	content: "\e6e5";
}
.ti-line-dotted:before {
	content: "\e6e6";
}
.ti-line-dashed:before {
	content: "\e6e7";
}
.ti-layout-width-full:before {
	content: "\e6e8";
}
.ti-layout-width-default:before {
	content: "\e6e9";
}
.ti-layout-width-default-alt:before {
	content: "\e6ea";
}
.ti-layout-tab:before {
	content: "\e6eb";
}
.ti-layout-tab-window:before {
	content: "\e6ec";
}
.ti-layout-tab-v:before {
	content: "\e6ed";
}
.ti-layout-tab-min:before {
	content: "\e6ee";
}
.ti-layout-slider:before {
	content: "\e6ef";
}
.ti-layout-slider-alt:before {
	content: "\e6f0";
}
.ti-layout-sidebar-right:before {
	content: "\e6f1";
}
.ti-layout-sidebar-none:before {
	content: "\e6f2";
}
.ti-layout-sidebar-left:before {
	content: "\e6f3";
}
.ti-layout-placeholder:before {
	content: "\e6f4";
}
.ti-layout-menu:before {
	content: "\e6f5";
}
.ti-layout-menu-v:before {
	content: "\e6f6";
}
.ti-layout-menu-separated:before {
	content: "\e6f7";
}
.ti-layout-menu-full:before {
	content: "\e6f8";
}
.ti-layout-media-right-alt:before {
	content: "\e6f9";
}
.ti-layout-media-right:before {
	content: "\e6fa";
}
.ti-layout-media-overlay:before {
	content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
	content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
	content: "\e6fd";
}
.ti-layout-media-left-alt:before {
	content: "\e6fe";
}
.ti-layout-media-left:before {
	content: "\e6ff";
}
.ti-layout-media-center-alt:before {
	content: "\e700";
}
.ti-layout-media-center:before {
	content: "\e701";
}
.ti-layout-list-thumb:before {
	content: "\e702";
}
.ti-layout-list-thumb-alt:before {
	content: "\e703";
}
.ti-layout-list-post:before {
	content: "\e704";
}
.ti-layout-list-large-image:before {
	content: "\e705";
}
.ti-layout-line-solid:before {
	content: "\e706";
}
.ti-layout-grid4:before {
	content: "\e707";
}
.ti-layout-grid3:before {
	content: "\e708";
}
.ti-layout-grid2:before {
	content: "\e709";
}
.ti-layout-grid2-thumb:before {
	content: "\e70a";
}
.ti-layout-cta-right:before {
	content: "\e70b";
}
.ti-layout-cta-left:before {
	content: "\e70c";
}
.ti-layout-cta-center:before {
	content: "\e70d";
}
.ti-layout-cta-btn-right:before {
	content: "\e70e";
}
.ti-layout-cta-btn-left:before {
	content: "\e70f";
}
.ti-layout-column4:before {
	content: "\e710";
}
.ti-layout-column3:before {
	content: "\e711";
}
.ti-layout-column2:before {
	content: "\e712";
}
.ti-layout-accordion-separated:before {
	content: "\e713";
}
.ti-layout-accordion-merged:before {
	content: "\e714";
}
.ti-layout-accordion-list:before {
	content: "\e715";
}
.ti-ink-pen:before {
	content: "\e716";
}
.ti-info-alt:before {
	content: "\e717";
}
.ti-help-alt:before {
	content: "\e718";
}
.ti-headphone-alt:before {
	content: "\e719";
}
.ti-hand-point-up:before {
	content: "\e71a";
}
.ti-hand-point-right:before {
	content: "\e71b";
}
.ti-hand-point-left:before {
	content: "\e71c";
}
.ti-hand-point-down:before {
	content: "\e71d";
}
.ti-gallery:before {
	content: "\e71e";
}
.ti-face-smile:before {
	content: "\e71f";
}
.ti-face-sad:before {
	content: "\e720";
}
.ti-credit-card:before {
	content: "\e721";
}
.ti-control-skip-forward:before {
	content: "\e722";
}
.ti-control-skip-backward:before {
	content: "\e723";
}
.ti-control-record:before {
	content: "\e724";
}
.ti-control-eject:before {
	content: "\e725";
}
.ti-comments-smiley:before {
	content: "\e726";
}
.ti-brush-alt:before {
	content: "\e727";
}
.ti-youtube:before {
	content: "\e728";
}
.ti-vimeo:before {
	content: "\e729";
}
.ti-twitter:before {
	content: "\e72a";
}
.ti-time:before {
	content: "\e72b";
}
.ti-tumblr:before {
	content: "\e72c";
}
.ti-skype:before {
	content: "\e72d";
}
.ti-share:before {
	content: "\e72e";
}
.ti-share-alt:before {
	content: "\e72f";
}
.ti-rocket:before {
	content: "\e730";
}
.ti-pinterest:before {
	content: "\e731";
}
.ti-new-window:before {
	content: "\e732";
}
.ti-microsoft:before {
	content: "\e733";
}
.ti-list-ol:before {
	content: "\e734";
}
.ti-linkedin:before {
	content: "\e735";
}
.ti-layout-sidebar-2:before {
	content: "\e736";
}
.ti-layout-grid4-alt:before {
	content: "\e737";
}
.ti-layout-grid3-alt:before {
	content: "\e738";
}
.ti-layout-grid2-alt:before {
	content: "\e739";
}
.ti-layout-column4-alt:before {
	content: "\e73a";
}
.ti-layout-column3-alt:before {
	content: "\e73b";
}
.ti-layout-column2-alt:before {
	content: "\e73c";
}
.ti-instagram:before {
	content: "\e73d";
}
.ti-google:before {
	content: "\e73e";
}
.ti-github:before {
	content: "\e73f";
}
.ti-flickr:before {
	content: "\e740";
}
.ti-facebook:before {
	content: "\e741";
}
.ti-dropbox:before {
	content: "\e742";
}
.ti-dribbble:before {
	content: "\e743";
}
.ti-apple:before {
	content: "\e744";
}
.ti-android:before {
	content: "\e745";
}
.ti-save:before {
	content: "\e746";
}
.ti-save-alt:before {
	content: "\e747";
}
.ti-yahoo:before {
	content: "\e748";
}
.ti-wordpress:before {
	content: "\e749";
}
.ti-vimeo-alt:before {
	content: "\e74a";
}
.ti-twitter-alt:before {
	content: "\e74b";
}
.ti-tumblr-alt:before {
	content: "\e74c";
}
.ti-trello:before {
	content: "\e74d";
}
.ti-stack-overflow:before {
	content: "\e74e";
}
.ti-soundcloud:before {
	content: "\e74f";
}
.ti-sharethis:before {
	content: "\e750";
}
.ti-sharethis-alt:before {
	content: "\e751";
}
.ti-reddit:before {
	content: "\e752";
}
.ti-pinterest-alt:before {
	content: "\e753";
}
.ti-microsoft-alt:before {
	content: "\e754";
}
.ti-linux:before {
	content: "\e755";
}
.ti-jsfiddle:before {
	content: "\e756";
}
.ti-joomla:before {
	content: "\e757";
}
.ti-html5:before {
	content: "\e758";
}
.ti-flickr-alt:before {
	content: "\e759";
}
.ti-email:before {
	content: "\e75a";
}
.ti-drupal:before {
	content: "\e75b";
}
.ti-dropbox-alt:before {
	content: "\e75c";
}
.ti-css3:before {
	content: "\e75d";
}
.ti-rss:before {
	content: "\e75e";
}
.ti-rss-alt:before {
	content: "\e75f";
}


/* element-header.css */


/*----------------------------
    Button
----------------------------*/

.btn {
    /*display: inline-block;
    padding: 10px 30px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all .3s ease-in-out;
    font-family: 'Montserrat', sans-serif;*/
}

.btn:hover {
    border: 1px solid transparent;
    color: #fff;
}

.btn.btn-line {
    border-width: 2px;
    border-color: #212121;
    background-color: transparent;
    color: #212121;
}

.btn.btn-line:hover {
    border-color: #212121;
    background-color: #212121;
    color: #fff;
}

.btn.btn-line.line-white {
    border-color: #fff;
    color: #fff;
}

.btn.btn-line.line-white:hover {
    border-color: #fff;
    color: #212121;
    background-color: #ffffff;
}

.btn.btn-line.line-white:focus{
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .5) !important;}
}
.btn.btn-line.line-gray4 {
    border-color: #C1C3C9;
    color: #C1C3C9;
}

.btn.btn-line.line-gray4:hover {
    border-color: #C1C3C9;
    color: #212121;
    background-color: #C1C3C9;
}

.btn.btn-line.line-primary {
    border-color: #ff5252;
    color: #ff5252;
}

.btn.btn-line.line-primary:hover {
    border-color: #ff5252;
    color: #fff;
    background-color: #ff5252;
}

.btn.btn-line.line-primary:focus{
    box-shadow: 0 0 0 0.2rem rgba(255, 82, 82, .5) !important;
}

.btn.btn-line:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, .5) !important;
}

.btn.btn-fill {
    border-color: #212121;
    background-color: #212121;
    color: #fff;
    border-width: 2px;
}

.btn.btn-fill:hover {
    border-color: #212121;
    background-color: transparent;
    color: #666666;
}

.btn.btn-fill:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, .5) !important;
}

.btn.btn-fill.fill-white {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #212121;
}

.btn.btn-fill.fill-white:hover {
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff;
}

.btn.btn-rounded {
    border-radius: 45px;
}

.btnRightIcon {
    margin-left: 10px;
    font-size: 13px;
}

.btnLeftIcon {
    margin-right: 15px;
}

.btn-extra-small {
    padding: 6px 20px;
    font-size: 12px;
}

.btn-small {
    padding: 8px 25px;
    font-size: 11px;
}

.btn-medium {
    padding: 10px 30px;
    font-size: 14px;
}

.btn-large {
    padding: 12px 45px;
    font-size: 15px;
}

.btn-extra-large {
    padding: 15px 45px;
    font-size: 16px;
}

.social-btn {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

.social-btn-text {
    display: inline-block;
    font-size: 14px;
    border-radius: 3px;
    text-align: center;
    width: 200px;
    padding: 10px 0px;
    transition: all .3s ease-in-out;
}

.social-btn .social-btn-icon {
    width: 32px;
    height: 32px;
    display: table-cell;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

.social-btn.social-btn-default {
    color: #999999;
    font-size: 15px;
}

.social-btn.social-btn-default:hover {
    background-color: #ff5252;
    border-color: #ff5252;
    color:#ffffff;
}

.social-btn.social-btn-primary {
    background-color: #ff5252;
    color: #fff;
    border: 2px solid #ff5252;
}

.social-btn.social-btn-primary:hover {
    background-color: #212121;
    border-color: #212121;
}

.social-btn.social-btn-secondary {
    background-color: #212121;
    color: #fff;
    border: 2px solid #212121;
}

.social-btn.social-btn-secondary:hover {
    background-color: #ff5252;
    border-color: #ff5252;
}

.social-btn.social-btn-line {
    background-color: transparent;
    border: 2px solid #d1d3d9;
    color: #0A0A0A;
}

.social-btn.social-btn-line:hover {
    background-color: #0A0A0A;
    border: 2px solid #0A0A0A;
    color: #fff;
}

.social-btn.social-btn-line.line-white {
    border-color: #333333;
    color: #fff;
}

.social-btn.social-btn-line.line-white:hover {
    border-color: #fff;
    color: #212121;
    background-color: #ffffff;
}

.social-btn.social-btn-fill {
    background-color: #0A0A0A;
    border: 2px solid #0A0A0A;
    color: #fff;
}

.social-btn.social-btn-fill:hover {
    background-color: transparent;
    border: 2px solid #d1d3d9;
    color: #0A0A0A;
}

.social-btn.social-btn-fill.fill-white {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #212121;
}

.social-btn.social-btn-fill.fill-white:hover {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.social-btn.social-btn-light {
    background-color: #fff;
    color: #212121;
}

.social-btn.social-btn-light:hover {
    background-color: #ff5252;
    color: #fff;
}

.social-btn.facebook-colored-btn,
.social-btn-text.facebook-colored-btn {
    background-color: #3B5999;
    color: #fff;
    border: 2px solid #3B5999;
}

.social-btn.facebook-colored-btn:hover,
.social-btn-text.facebook-colored-btn:hover {
    background-color: transparent;
    color: #3B5999;
}

.social-btn.twitter-colored-btn,
.social-btn-text.twitter-colored-btn {
    background-color: #55ACEE;
    color: #fff;
    border: 2px solid #55ACEE;
}

.social-btn.twitter-colored-btn:hover,
.social-btn-text.twitter-colored-btn:hover {
    background-color: transparent;
    color: #55ACEE;
}

.social-btn.linkedin-colored-btn,
.social-btn-text.linkedin-colored-btn {
    background-color: #0077B5;
    color: #fff;
    border: 2px solid #0077B5;
}

.social-btn.linkedin-colored-btn:hover,
.social-btn-text.linkedin-colored-btn:hover {
    background-color: transparent;
    color: #0077B5;
}

.social-btn.googleplus-colored-btn,
.social-btn-text.googleplus-colored-btn {
    background-color: #DD4B39;
    color: #fff;
    border: 2px solid #DD4B39;
}

.social-btn.googleplus-colored-btn:hover,
.social-btn-text.googleplus-colored-btn:hover {
    background-color: transparent;
    color: #DD4B39;
}

.social-btn.pinterest-colored-btn,
.social-btn-text.pinterest-colored-btn {
    background-color: #BD081C;
    color: #fff;
    border: 2px solid #BD081C;
}

.social-btn.pinterest-colored-btn:hover,
.social-btn-text.pinterest-colored-btn:hover {
    background-color: transparent;
    color: #BD081C;
}

.icon_effect {
    position: relative;
    overflow: hidden;
}

.icon_effect .icon {
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 16px;
    -webkit-transform: translate3d(-40px, 2.5em, 0) translateY(-50%);
    transform: translate3d(-40px, 2.5em, 0) translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.icon_effect .text {
    transition: margin-left .3s ease-in-out;
}

.icon_effect:hover .icon {
    -webkit-transform: translate3d(0, 0, 0) translateY(-50%);
    transform: translate3d(0, 0, 0) translateY(-50%);
}

.icon_effect:hover .text {
    margin-left: 20px;
}

.shadow_effect:hover {
    box-shadow: 0 17px 10px -10px rgba(0, 0, 0, 0.4);
    transition: all ease-in-out 300ms;
}

.btn.btn-line.line_effect {
    position: relative;
    border-color: transparent;
}

.btn.btn-line.line_effect::before, .line_effect::after {
    content: "";
    width: 50px;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #222;
}

.btn.btn-line.line_effect_white::before, .line_effect_white::after {
    background: #fff;
}

.btn.btn-line.line_effect::before {
    right: 0;
    top: 0;
    transition-duration: 0.4s;
}

.btn.btn-line.line_effect:hover::before, 
.btn.btn-line.line_effect:hover::after {
    width: 100%;
}

.btn.btn-line.line_effect::after {
    left: 0;
    bottom: 0;
    transition-duration: 0.4s;
}

.btn.btn-line.line_effect span::before, 
.btn.btn-line.line_effect span::after {
    content: "";
    width: 2px;
    height: 20px;
    position: absolute;
    transition: all 0.2s linear;
    background: #222;
}

.btn.btn-line.line_effect_white span::before, 
.btn.btn-line.line_effect_white span::after {
    background: #fff;
}

.btn.btn-line.line_effect span::before {
    left: 0;
    bottom: 0;
    transition-duration: 0.4s;
}

.btn.btn-line.line_effect span::after {
    right: 0;
    top: 0;
    transition-duration: 0.4s;
}

.btn.btn-line.line_effect:hover span::before,
.btn.btn-line.line_effect:hover span::after {
    height: 100%;
}

.btn.btn-gradient {
    color: #ffffff;
    background-image: linear-gradient(45deg, #ed2251 0%, #ff7676 51% , #ff5252 100%);
    /*background-image: linear-gradient(to right, rgba(118, 94, 230, 0.85) 0%,rgba(70, 94, 252, 0.85) 100%);*/
    transition: 0.5s;
    -webkit-transition: 0.5s;
    background-size: 200% auto;
}

.btn.btn-gradient:hover {
    background-position: right center;
}

.btn.btn-gradient:focus{
    box-shadow: none;
}

/*----------------------------
    End Button
----------------------------*/

/*-----------------------------------------------------------------------------------
    Custom Link style
-----------------------------------------------------------------------------------*/

a.move, a.moveIcon .icon {
    position: relative;
    left: 0;
    margin-left: 4px;
    font-size: 14px;
    vertical-align: middle;
    transition: left .3s;
}

a.move:hover, a.moveIcon:hover .icon {
    left: 6px;
}

/*-----------------------------------------------------------------------------------
    End Custom Link style
-----------------------------------------------------------------------------------*/

/*-----------------
    Header
------------------*/

/*Navik menu customization*/

.navik-menu ul li > a{
    /*color: #0A0A0A;*/
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.navik-menu ul li.current-menu > a, .navik-menu ul li:hover > a{
    color: #999999;
}

.navik-header.header-dark{
    background-color: #0A0A0A;
}

.navik-header.header-gray{
    background-color: #212121;
}

.navik-menu ul li > a{
    color: #f5f7fb;
}

.navik-header.header-dark.header-default{
    background-color: #ff5252;
}

.header-transparent .social-btn.social-btn-default{
    color: #0A0A0A;
}

.header-transparent .social-btn.social-btn-default:hover{
    color: #ffffff;
}

.header-transparent-on .navik-menu > ul > li > a, 
.header-opacity-on .navik-menu > ul > li > a,
.header-transparent-on .social-btn.social-btn-default{
    color: #f5f7fb;
}



/*.navik-header .line-menu, */
.navik-header .dropdown-plus:before, 
.navik-header .dropdown-plus:after{
    background-color: #fff;
}


.navik-menu ul li.current-menu > a, 
.navik-menu ul li:hover > a{
    color: #ff5252 !important;
    background: transparent !important;
}

/*.navik-menu ul li.current-menu > a, 
.navik-menu ul li:hover > a{
    color: #dddddd !important;
}*/

.attr-nav.social_area{
    position: absolute;
    right: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    top: 10px;
}

.attr-nav.search{
    position: absolute;
    right: 40px;
    top: 13px;
}

.attr-nav.search a{
    font-size: 22px;
    color: #212121;
}

.header-dark .attr-nav.search a{
    color: #ffffff;
}

.navik-header .logo{
    text-align: left;
    padding: 10px 0;
}

.burger-menu{
    right: 0;
    top: 20px;
}

.navik-header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: stickyTransition;
    animation-name: stickyTransition;
}

.line-menu{
    background-color: #212121; 
}

header .full-container-custom{
    padding: 0 15px;
}

.left-bar{display: none;}

.navik-fixed-sidebar .bottom_area {
    position: absolute;
    bottom: 5%;
    text-align: center;
    width: 100%;
    left: 0;
}

.navik-menu-fixed > ul > li > a{
    color: #919399;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    margin-top: 15px;
    margin-bottom: 15px;
}

.navik-menu-fixed > ul ul a::before{
    content: none;
}

.navik-menu-fixed > ul > li{
    margin-bottom: 0;
}

.navik-menu-fixed > ul > li > ul{
    padding: 0;
}

.navik-menu-fixed > ul li.current-menu > a, 
.navik-menu-fixed ul li:hover > a{
    color: #212121 !important;
}

.navik-fixed-sidebar.dark .navik-menu-fixed ul li.current-menu > a,
.navik-fixed-sidebar.dark .navik-menu-fixed ul li:hover > a{
    color: #ffffff !important;
}

.overlay-dropdown-plus:before, 
.overlay-dropdown-plus:after{
    background-color: #919399;
}

.navik-menu-fixed ul li.current-menu>.overlay-dropdown-plus:before, 
.navik-menu-fixed ul li.current-menu>.overlay-dropdown-plus:after,
.navik-menu-fixed ul li:hover>.overlay-dropdown-plus:before, 
.navik-menu-fixed ul li:hover>.overlay-dropdown-plus:after{
    background-color: #212121 !important;
}

.navik-fixed-sidebar.dark .navik-menu-fixed ul li.current-menu>.overlay-dropdown-plus:before, 
.navik-fixed-sidebar.dark .navik-menu-fixed ul li.current-menu>.overlay-dropdown-plus:after,
.navik-fixed-sidebar.dark .navik-menu-fixed ul li:hover>.overlay-dropdown-plus:before, 
.navik-fixed-sidebar.dark .navik-menu-fixed ul li:hover>.overlay-dropdown-plus:after{
    background-color: #ffffff !important;
}

.navik-menu-fixed > ul ul a{
    color: #666666;
    font-size: 13px;
    font-style: normal;
}

.navik-fixed-sidebar.dark .navik-menu-fixed > ul ul a{
    color: #6f6f6f;
}

.navik-fixed-sidebar .navik-header-container .fixed-menu-wrap{
    max-height: 70%;
    overflow-y: auto;
    overflow-x: hidden;
}

.navik-fixed-sidebar .navik-header-container{
    padding: 0;
    position: relative;
}

.navik-fixed-sidebar .navik-header-container .fixed-menu-wrap{
    padding: 0 15px;
}

.navik-menu-fixed .overlay-dropdown-plus {
    top: 6px;
    right: -7px;
    opacity: 1;
}

.navik-menu .mega-menu-heading{
    font-size: 18px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
}

.navik-menu .col-menu .mega-menu-box:last-child{
    margin-bottom: 0;
}

.header-dark .navik-menu li > ul{
        background: #212121;
}

.navik-menu .mega-menu-thumbnail{
    margin-bottom: 0;
    height: 0;
}

.navik-header .navik-menu .mega-menu-container ul.mega-menu-list li a,
.navik-menu ul ul li > a{
    font-style: normal;
    background-color: transparent;
}

.navik-fixed-sidebar{
    background-color: #f1f3f9;
    width: 280px;
}

.navik-fixed-sidebar.dark{
    background-color: rgba(26, 26, 26, 0.98);
}


.navik-menu-overlay > ul > li.current-menu > .menu-overlay-link a, 
.navik-menu-overlay > ul > li > .menu-overlay-link a:hover, 
.overlay-menu-hover > .menu-overlay-link a, 
.overlay-dropdown-plus:hover + a,
.navik-menu-overlay > ul li.current-menu > .menu-overlay-link a{
    color: #ff5252 !important;
}

.header-transparent .attr-nav.social_area .social-btn.social-btn-line{
    color: #0A0A0A;
}

@media (min-width: 992px) {
    .navik-menu li > ul{
        width: 270px;
        background: #212121;
        -moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
        -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
        -o-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

    .navik-menu ul ul li > a{
        color: #999999;
        font-style: normal;
        font-size: 13px;
        text-transform: capitalize;
        padding: 7px 45px !important;
    }

    .navik-menu ul ul li:hover > a,
    .navik-menu ul ul li.current-menu > a{
        color: #EEEEEE !important;
        padding-left: 50px !important;
    }

    .navik-menu > ul > li > a{
        padding: 0 15px;
    }

    .navik-menu li > ul{
        display: none !important;
    }

    .navik-menu li > ul.menu-block{
        display: block !important;
    }

    .navik-menu li > ul ul{
        top: -45px;
    }

    .navik-menu ul ul li > a:before{
        content: none;
    }

    .navik-menu .mega-menu-container ul.mega-menu-list li a:hover, .navik-menu.submenu-list-border .mega-menu-container ul.mega-menu-list li a:hover {
        padding-left: 5px !important;
    }

    .navik-menu li.mega-menu > ul{
        /*width: calc(100% + 120px) !important;*/
        width: 100% !important;
        left: 50%;
        transform: translateX(-50%);
        background: #212121;
        padding: 50px;
    }

    .navik-menu li.mega-menu .col-menu{
        border-right: solid 1px #282828;
        padding: 0 25px;
    }

    .navik-menu li.mega-menu .col-menu:last-child{
        border-right-color: transparent;
    }

    .navik-header .navik-menu .mega-menu-container ul.mega-menu-list li a{
        font-size: 13px;
        color: #C5C5C5;
        font-style: normal;
        margin-bottom: 3px;
    }
    
    .navik-menu .mega-menu-container{
        padding: 0;
    }


    .navik-menu ul ul li.dropdown_menu > a > span:before{
        border: none;
        top: 3px;
        margin-right: 8px;
        font-family: 'themify';
        content: "\e649";
        font-size: 10px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .navik-menu li > ul{
        padding: 45px 0;
    }


    .navik-header-container{
        height: 80px;
    }
    .navik-menu > ul > li > a{
        height: 80px;
        line-height: 80px;
    }
    .attr-nav{float: right;}
    .attr-nav.social_area{
        position: relative;
        padding: 0;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-left: 30px;
        padding-left: 30px;
        border-left: 1px solid #ccc;
    }

    .header-transparent .attr-nav.social_area{
        border-left: 1px solid transparent;
        transition: all .3s;
    }

    .header-transparent .attr-nav.social_area .social-btn.social-btn-line{
        color: #ffffff;
    }
    .header-transparent.sticky .attr-nav.social_area .social-btn.social-btn-line{
        background-color: transparent;
        border: 2px solid #d1d3d9;
        color: #0A0A0A;
    }

    .header-transparent.sticky .attr-nav.social_area .social-btn.social-btn-line:hover{
        background-color: #0A0A0A;
        border: 2px solid #0A0A0A;
        color: #fff;
    }

    .navik-menu ul li > a{
        color: #0A0A0A;
    }

    .header-dark .attr-nav.social_area,
    .header-gray .attr-nav.social_area{
        border-left: 1px solid #333333;
    }

    .header-dark .navik-menu ul ul li > a,
    .header-gray .navik-menu ul ul li > a{
        color: #C5C5C5;
        font-size: 13px;
    }

    .attr-nav.search{
        height: 100%;
        position: static;
    }

    .attr-nav.search a{
        background: #ff5252;
        color: #fff;
        padding: 0 34px;
        font-size: 25px;
        margin-left: 40px;
        height: 100%;
        line-height: 1.7;
        display: flex;
        align-items: center;
    }

    header .full-container-custom .attr-nav.search{
        margin-right: -45px;
    }

    .navik-menu li.dropdown_menu .submenu-right ul{
        right: 100%;
    }

    header .full-container-custom{
        padding: 0 45px;
    }


    /*Left bar*/
    .left-bar{
        display: block;
        text-align: center;
        padding: 30px 0;
        width: 100px; 
        position: fixed;
        left: 0;
        height: 100%;
        z-index: 99999999;
    }

    .left-bar.bar-light{
        background-color: #ffffff;
    }

    .left-bar.bar-dark{
        background-color: #212121;
    }

    .left-bar.bar-dark-2{
        background-color: #0A0A0A;
    }

    .left-bar a{
        font-size: 22px;
    }

    .left-bar.bar-light a{
        color: #212121;
    }

    .left-bar.bar-dark a{
        color: #ffffff;
    }

    .left-bar-wrapper{
        position: relative;
        height: 100%;
    }

    .left-bar-wrapper .logo{
        position: absolute;
        width: 30px;
        bottom: 25px;
        left: 50%;
        transform: translateX(-50%);
    }

    .left-bar-wrapper .logo img{
        width: 30px;
    }

    .left-bar .vertical_center {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 30px;
    }

    .navik-fixed-sidebar .logo{
        display: none;
    }

    .expandable-panel .navik-side-content{
        width: calc(100% - 100px);
        margin-left: auto;
    }

    .expandable-panel .navik-fixed-sidebar{
        width: 280px;
        left: -280px;
        /*background-color: #f1f3f9;*/
        transition: all .3s ease-in-out;
    }

    .expandable-panel .navik-fixed-sidebar.show{
        left: 100px;
    }

    .navik-fixed-sidebar .navik-header-container .fixed-menu-wrap{
        position: absolute;
        top: 50%;
        max-height: 50%;
        overflow-y: auto;
        transform: translateY(-50%);
        padding-left: 70px;
        padding-right: 10px;
        left: 0;
        width: calc(100% - 5px);
    }

    .navik-side-content{
        width: calc(100% - 280px);
    }

    /*Scrool bar*/
    
    /* width */
    .navik-fixed-sidebar .navik-header-container .fixed-menu-wrap::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    nav.bootsnav.navbar-sidebar.default-dark ul.nav::-webkit-scrollbar-track {
        background: #616161;
    }

    .navik-fixed-sidebar .navik-header-container .fixed-menu-wrap::-webkit-scrollbar-track {
        background: #CCCCCC;
    }
     
    /* Handle */
    nav.bootsnav.navbar-sidebar.default-dark ul.nav::-webkit-scrollbar-thumb {
        background: #ffffff; 
        /*border-radius: 10px;*/
    }

    .navik-fixed-sidebar .navik-header-container .fixed-menu-wrap::-webkit-scrollbar-thumb {
        background: #000000; 
        /*border-radius: 10px;*/
    }

    /* Handle on hover */
    .navik-fixed-sidebar .navik-header-container .fixed-menu-wrap::-webkit-scrollbar-thumb:hover {
        background: #ffffff; 
    }

    /*End Scrool bar*/
    
    /* Hamburger Animation */

    .hamburger_wrapper{
        transform: scale(.6);
    }

    .hamburger .line{
      width: 50px;
      height: 5px;
      background-color: #ffffff;
      display: block;
      margin: 8px auto;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }

    .left-bar.bar-dark .hamburger .line{
        background-color: #ffffff;
    }

    .left-bar.bar-light .hamburger .line{
        background-color: #212121;
    }

    .hamburger:hover{
      cursor: pointer;
    }

    #hamburger-11{
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }

    #hamburger-11.is-active{
      animation: smallbig 0.6s forwards;
    }

    @keyframes smallbig{
      0%, 100%{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
      }

      50%{
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
      }
    }

    #hamburger-11.is-active .line:nth-child(1),
    #hamburger-11.is-active .line:nth-child(2),
    #hamburger-11.is-active .line:nth-child(3){
      -webkit-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s;
    }

    #hamburger-11.is-active .line:nth-child(2){
      opacity: 0;
    }

    #hamburger-11.is-active .line:nth-child(1){
      -webkit-transform: translateY(13px) rotate(45deg);
      -ms-transform: translateY(13px) rotate(45deg);
      -o-transform: translateY(13px) rotate(45deg);
      transform: translateY(13px) rotate(45deg);
    }

    #hamburger-11.is-active .line:nth-child(3){
      -webkit-transform: translateY(-13px) rotate(-45deg);
      -ms-transform: translateY(-13px) rotate(-45deg);
      -o-transform: translateY(-13px) rotate(-45deg);
      transform: translateY(-13px) rotate(-45deg);
    }

    /* End Hamburger Animation */

    .header-default .navik-menu ul li.dropdown_menu > a > span:before{
        border-color: #ffffff;
    }

    .navik-menu ul li.dropdown_menu:hover > a > span:before,
    .navik-menu ul li.dropdown_menu.current-menu > a > span:before{
        border-color: #ff5252;
    }

    .navik-header.menu-center{
        text-align: center;
    }
    .navik-header.menu-center .navik-menu{
        float: none;
        text-align: left;
        display: inline-block;
    }

    .navik-header .attr-nav.btn_area{
        margin-top: 20px;
    }

    .navik-header.sticky .attr-nav.btn_area{
        margin-top: 15px;
    }
}

@media (max-width: 992px) {
    .navik-header>.container,
    .navik-header>.container-fluid{
        max-width: 100%;
        padding: 0;
    }
    .navik-header.header-dark{
        background: #0A0A0A;
    }

    .navik-header .logo{
        padding: 10px 15px;
    }

    .navik-header .burger-menu{
        right: 15px;
    }

    .navik-header .attr-nav.social_area{
        right: 45px;
    }

    .navik-header .navik-menu{
        padding: 0 15px;
    }

    .navik-header .navik-menu{
        background: #212121;
        max-height: 450px;
        overflow-y: auto;
    }

    .navik-header .mega-menu-container .col-menu{
        margin-bottom: 30px;
    }

    .navik-header .mega-menu-container .col-menu:last-child{
        margin-bottom: 0;
    }

    .mega-menu-thumbnail{
        display: none;
    }

    .header-dark .attr-nav.search a{
        margin-right: 10px;
    }


}

@-webkit-keyframes stickyTransition {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
}

@keyframes stickyTransition {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
}

/*End navik menu customization*/

.top-bar{
    background-color: #ff5252;
}

.top-bar.top-bar-red{
    background-color: #F14950;
}

.top-bar .language,
.top-bar .cart-area{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.top-bar .language .dropdown-item,
.top-bar .cart-area .dropdown-item{
    font-size: 14px;
}

.top-bar .language .dropdown-item.active, 
.top-bar .language .dropdown-item:active{
    background-color: #ff5252;
}

.top-bar .language .dropdown-item:focus{
    outline: none;
}


.top-bar .language .dropdown-toggle::after,
.top-bar .cart-area .dropdown-toggle::after{
    display: none;
}

.top-bar.top-bar-shop{
    background-color: #009999;
}

.top-bar p,.top-bar .separator{
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}

.top-bar .separator{
    width: 1px;
    height: 14px;
    background-color: rgba(255,255,255,0.2);
    margin: 0 15px;
}

.top-bar .social-btn-icon{
    color: #fff;
    font-size: 12px;
}

.top-bar .social-btn-icon.gray-icon{
    color: #888;
}

.top-bar .btn-group.open>.dropdown-menu{
    display: block !important;
}

.top-bar .btn-group.open .dropdown-toggle{
    box-shadow: none;
}

.top-bar .btn-group button.dropdown-toggle{
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 12px;
}

.top-bar .btn-group button.dropdown-toggle:focus{
    outline: none;
}

.top-bar .btn-group button.dropdown-toggle .icon{
    font-size: 10px;
}

.top-bar .dropdown-menu{
    right: -5px;
    left: auto;
    border-radius: 0;
}

.top-bar .cart-area .dropdown-menu{
    right: -30px;
    width: 300px;
    top: 10px !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.top-bar .cart-area .dropdown-menu:before{
    content: "";
    position: absolute;
    top: -20px;
    right: 30px;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.top-bar .cart-area .dropdown-menu .cart-item-area a{
    padding: 20px 25px;
    white-space: normal;
    overflow: auto;
    display: block;
    border-bottom: 1px solid #EDEDED;
}

.top-bar .cart-area .dropdown-menu .cart-item-area a:hover{
    background-color: #F8F8F8;
}

.top-bar .cart-area .product_info{
    width: calc(100% - 65px);
    display: table;
    margin-top: 10px;
    float: left;
}

.top-bar .cart-area .product_info p{
    display: block;
    font-weight: 600;
}

.top-bar .cart-area .product_info .product_name{
    font-size: 13px;
    color: #212121;
}

.top-bar .cart-area .product_info .product_price{
    font-size: 20px;
    color: #212121;
}

.top-bar .cart-area .img_area{
    width: 65px;
    height: 65px;
    display: table;
    position: relative;
}

.top-bar .cart-area .img_area .closeCart{
    position: absolute;
    top: -5px;
    border-radius: 50%;
    right: -5px;
    background: #212121;
    color: #fff;
    font-size: 7px;
    width: 15px;
    height: 15px;
    text-align: center;
    padding-top: 3px;
}

.top-bar .cart-area .total-text{
    font-weight: 600;
    color: #212121;
    float: left;
    font-size: 13px;
    margin-top: 5px;
}

.top-bar .cart-area .total-price{
    font-weight: 600;
    color: #212121;
    float: right;
    font-size: 20px;
}

.top-bar .cart-area .checkout-btn.btn.btn-fill{
    background-color: #414f61;
    border-color: #414f61;
}

.top-bar .cart-area .checkout-btn.btn.btn-fill:hover {
    border-color: #414f61;
    color: #414f61;
    background-color: transparent;
}

nav.navbar .social_area .social-btn-icon{
    width: 30px;
    height: 30px;
    font-size: 12px;
}



nav.navbar.bootsnav.transparent+.header-cover-carousel{
    position: relative;
    /*top: -78px;*/
}

header.navik-header .top-search{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
}

header.navik-header .top-search form{
    overflow: auto;
    position: absolute;
    width: 65%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



header.navik-header .top-search input{
    height: 70px;
    border-radius: 0;
    font-size: 35px;
    border: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    color: #fff;
    padding: 0 15px;
}

header.navik-header .top-search button,
header.navik-header .top-search button:focus{
    position: absolute;
    top: 0;
    font-size: 28px;
    right: 0px;
    height: 70px;
    text-align: left;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
}

header.navik-header .top-search .input-group-addon.close-search{
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 25px;
    cursor: pointer;
    color: #fff;
}

/*-----------------
    End Header 
------------------*/


/*-----------------
    Cover
------------------*/

.header-cover{
    position: relative;
    height: 700px;
    /*background-image: url(../img/cover/header9.jpg);*/
    background-size: cover;
    background-position: center;
}

.header-cover.full-height{
    height: 100vh;
}


.header-cover.overlay::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.overlay.darkOverlay::before {
    background-color: rgba(10, 10, 10, 0.65);
}

.overlay.semi-darkOverlay::before {
    background-color: rgba(10, 10, 10, 0.45);
}

.header-cover.overlay.redOverlay::before {
    background-color: rgba(255, 82, 82, 0.85);
}

.header-cover.solidDarkOverlay::before {
    background-color: rgba(10, 10, 10, 0.65);
}

.header-cover.darkGradientOverlay::before{
    background: 
    -moz-linear-gradient(top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.83) 40%, rgba(0,0,0,0.6) 100%);
    background: 
    -webkit-linear-gradient(top, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0.83) 40%,rgba(0,0,0,0.6) 100%);
    background: 
    linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 0%,rgba(0, 0, 0, 0.83) 40%,rgba(0,0,0,0.6) 100%);
}

.cover-content{
    position: relative;
}

.cover-lg-heading,.cover-sm-heading{
    font-family: San-Francisco-Bold, sans-serif;
    font-weight: 700;
    line-height: 1.1;
}

.cover-lg-heading .smaller-part{
    display: block;
}

.header-cover-carousel .owl-dots{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.header-cover-carousel .carousel-indicators li{
    display: inline-block;
    width: 40px;
    height: 3px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255,255,255,.5);
    border: none;
    border-radius: 8px;
}

.carousel-indicators{
    z-index: 1;
    margin-bottom: 20px;
}

.header-cover-carousel .carousel-indicators .active{
    background-color: #fff;
}

.header-cover-carousel .carousel-inner>.carousel-item{
    cursor: -webkit-grab; 
    cursor: grab;
}

/*Custom effect carousel*/
.custom-effect-carousel{
    overflow: hidden;
}

.custom-effect-carousel .carousel{
    filter: blur(8px);
    -webkit-filter: blur(8px);
    transform: scale(1.1);
}

.custom-effect-carousel .carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.custom-effect-carousel .carousel-fade .carousel-inner .active {
    opacity: 1;
}

.custom-effect-carousel .carousel-fade .carousel-inner .active.left,
.custom-effect-carousel .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.custom-effect-carousel .carousel-fade .carousel-inner .next.left,
.custom-effect-carousel .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.custom-effect-carousel .carousel-fade .carousel-control {
    z-index: 2;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
    .custom-effect-carousel .carousel-fade .carousel-inner > .item.next,
    .custom-effect-carousel .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .custom-effect-carousel .carousel-fade .carousel-inner > .item.prev,
    .custom-effect-carousel .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .custom-effect-carousel .carousel-fade .carousel-inner > .item.next.left,
    .custom-effect-carousel .carousel-fade .carousel-inner > .item.prev.right,
    .custom-effect-carousel .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


.custom-effect-carousel .blur{
    overflow: hidden;
    -webkit-animation-name: blurAnimation; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2.5s; /* Safari 4.0 - 8.0 */
    animation-name: blurAnimation;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
}


@-webkit-keyframes blurAnimation {
    from {
        filter: blur(8px);
        -webkit-filter: blur(8px);
        transform: scale(1.1);
    }
    to {
        filter: blur(0);
        -webkit-filter: blur(0);
        transform: scale(1);
    }
}
/*End Custom effect carousel*/

.header-cover.header-cover-style1{
    display: flex;
    display: -webkit-flex; /* Safari */
    align-items: center;
    -webkit-align-items: center; /* Safari 7.0+ */
}


.header-cover.header-cover-style2 .cover-content{
    background: rgba(255, 82, 82, 0.85);
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 70px;
    width: 45%;
}

.header-cover.header-cover-style5 .cover-content{
    background: rgba(255, 82, 82, 0.85);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    padding: 0 90px;
    width: 45%;
    height: 100%;
}

.header-cover.header-cover-style3{
    display: flex;
    display: -webkit-flex; /* Safari */
    align-items: center;
    -webkit-align-items: center; /* Safari 7.0+ */
}

.header-cover.header-cover-style3 .cover-content{
    margin-left: 100px;
    max-width: 600px;
}


.header-cover.header-cover-style4 .cover-content{
    background-color: rgba(0, 0, 0, 0.8);
    padding: 60px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.header-cover.main-page-cover{
    background-position: center center; 
}

.header-cover.main-page-cover .cover-content{
    margin-top: -8%;
}

.header-cover.header-cover-form{
    height: 800px;
}

.header-cover.main-page-cover .cover-lg-heading,
.header-cover.main-page-cover .cover-sub-heading{
    text-shadow: 2px 2px 8px #000000;
}


.header-cover-form .form_area{
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
}

/*revolution slider*/
#slide-2802-layer-1{
    min-width: 700px !important;
}


@media (max-width: 1500px){
    .header-cover.header-cover-style2 .cover-content,
    .header-cover.header-cover-style5 .cover-content{
        width: 55%;
    }
}

@media (min-width: 1024px){
    .header-cover .cover-lg-heading{
        font-size: 80px;
    }

    .header-cover.rev_slider_wrapper
    .cover-lg-heading{
        font-size: 55px !important;
    }

    .cover-lg-heading .smaller-part{
        font-size: 70px;
    }
    .header-cover .cover-sm-heading{
        font-size: 50px;
    }
    .header-cover .cover-sub-heading{
        font-size: 18px;
    }

    .header-cover.rev_slider_wrapper
    .cover-sub-heading{
        font-size: 18px !important;
    }

    .header-cover-form .form_area{
        min-width: 500px;
    }
}

@media (max-width: 1023px){
    .header-cover .cover-lg-heading{
        font-size: 70px;
    }

    .header-cover.rev_slider_wrapper
    .cover-lg-heading{
        font-size: 55px !important;
    }

    .cover-lg-heading .smaller-part,
    .header-cover .cover-sm-heading{
        font-size: 55px;
    }
    .header-cover .cover-sub-heading{
        font-size: 18px;
    }
    .header-cover.rev_slider_wrapper
    .cover-sub-heading{
        font-size: 18px !important;
    }

    .header-cover.header-cover-style5 .cover-content{
        padding: 0 40px;
        width: 70%;
    }
    .header-cover.header-cover-form .form_area{
        right: auto;
        left: 50%;
        transform: translate(-50%,-50%);
    }
}

@media (max-width: 767px){
    .header-cover{
        height: 400px;
    }
    .header-cover.header-cover-form{
        height: 800px !important;
    }

    .header-cover .cover-lg-heading{
        font-size: 37px !important;
        line-height: 1;
    }

    .header-cover.rev_slider_wrapper
    .cover-lg-heading{
        font-size: 37px !important;
        line-height: 1;
    }

    .cover-lg-heading .smaller-part,
    .header-cover .cover-sm-heading{
        font-size: 27px;
    }
    .header-cover .cover-sub-heading{
        font-size: 14px !important;
    }
    
    .header-cover.rev_slider_wrapper
    .cover-sub-heading{
        font-size: 14px !important;
    }

    .header-cover.header-cover-style5 .cover-content{
        padding: 0 40px;
        width: 100%;
    }

    .header-cover.header-cover-style2 .cover-content{
        width: 100%;
        padding: 40px 40px 40px 90px;
    }

    .header-cover.main-page-cover::before {
        background-color: rgba(10, 10, 10, 0.65);
    }

    .header-cover.header-cover-style3 .cover-content{
        margin-left: 0;
    }
}

@media (min-width: 1500px){
    .header-cover.rev_slider_wrapper
    .cover-lg-heading{
        font-size: 80px !important;
    }

    .header-cover.header-cover-style3 .cover-content-2{
        margin-left: 250px;
    }
}

/*-----------------
    End Cover
------------------*/


/*index page*/
.single_template{
    padding: 10px !important;
}

#templateSectionLink{
    position: absolute; 
    z-index: 99999;
    left: 50%;
    bottom: 100px;
    color: #999999;
    font-size: 30px;
    animation: arrowDownAnimate 1s ease-in-out infinite;
    transform: translateX(-50%);
}

#templateSectionLink:hover{
    color: #ff5252;
}

@keyframes arrowDownAnimate {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 10px);
  }
}

/*end index page*/

/*custom bar*/

.custom-bar{
    width: 28px;
}

.custom-bar .line1,
.custom-bar .line2,
.custom-bar .line3{
    position: relative;
    display: block;
    width: 100%;
    height: 5px;
    background: #212121;
    margin-bottom: 4px;
    transition: all .3s;
}

.custom-bar .line2{
    left: 5px;
}

.custom-bar:hover .line2{
    left: -5px;
}

.custom-bar.light .line1,
.custom-bar.light .line2,
.custom-bar.light .line3{
    background: #ffffff;
}

/*end custom bar*/

/*preloader*/

.pre-loader{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
}

.loading {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.loading div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ccc;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loading div:nth-child(1) {
    left: 6px;
    animation: loading1 0.6s infinite;
}
.loading div:nth-child(2) {
    left: 6px;
    animation: loading2 0.6s infinite;
}
.loading div:nth-child(3) {
    left: 26px;
    animation: loading2 0.6s infinite;
}
.loading div:nth-child(4) {
    left: 45px;
    animation: loading3 0.6s infinite;
}
@keyframes loading1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes loading3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes loading2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}