/*
Theme Name: Kalia WP
Theme URI: http://themeforest.net/user/europadns/portfolio
Description: Kalia is a design build for showcasing your services and work. The design, features and structure make Kalia everything you need for a stunning business website.
Author: EuropaDNS
Author URI: http://themeforest.net/user/europadns/
Text Domain: kalia-wp
Domain Path: /languages
Version: 1.0.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, theme-options, threaded-comments, translation-ready

License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/ 

/** RESET AND LAYOUT
===================================


 	*** ANIMATIONS CSS ***


 	*** BXSLIDER***
            =RESET AND LAYOUT
            =THEME
            =LOADER
            =PAGER
            =DIRECTION CONTROLS (NEXT / PREV)
            =AUTO CONTROLS (START / STOP)
            =PAGER WITH AUTO-CONTROLS HYBRID LAYOUT
            =IMAGE CAPTIONS
===================================

/**
 *
 *	The grid the template is build on. 
 *
 *	=Base grid
 *	=Extra small devices: Phones (< 768px)
 *		=Portrait and landscape
 *		=Landscape
 *	=Small devices: Tablets (>= 768px)
 *	=Medium devices: Desktops (>= 992px )
 *	=Large devices: Desktops (>= 1200px )
 *	=Clearing 
 *
 *
 *	Styling for all html5 elements
 *
 *	=Typography
 *	=Links
 *	=Lists
 *		=Custom lists
 *	=Images
 *	=Tables
 *	=Forms
 *		=Responsive Form Inputs
 *
  *
 *  Styling for the layout of the pages - header, footer, page sections etc.
 *
 *	=Wrap
 *	=Header
 *	=Logo
 *	=Menu
 *		=Menu Basics
 *		=Menu Skin
 *		=DropDown
 *		=Mega Menu Section
 *		=Menu Arrows
 *	=Mobile Menu 
 *	=Mobile menu trigger
 *	=Custom search form 
 *	=Shopping Cart Icon
 *	=Sticky Header
 *	=Content
 *	=Page Header
 *	=Fullwidth Section
 *	=Footer Top
 *	=Footer
 *	=Footer Bottom
 *	=Back to top
 *	=Misc 
 *
 *
 *  Styling for the components that create the page content: accordion, tabs, pie charts etc.
 *
 *	=Accordions and Toggles
 *	=Alerts
 *	=Animations
 *  =Boxes
 *  =Breadcrumbs
 *	=Buttons
 *  =Callout
 *  =Clients list
 *  =Company timeline
 *	=Contact form
 *	=Dividers
 *  =Dropcaps
 *	=Galleries
 *	=Google Maps
 *	=Headlines
 *	=Icon Boxes
 *  =Image Box
 *	=Milestones
 *  =Modal window
 *	=Our Process
 *	=Pie charts
 *	=Pricing Tables
 *	=Progress Bar
 *	=Revolution Slider
 *	=Search Results
 *	=Shop
 *	=Social Media
 *	=Tabs
 *	=Testimonials
 *	=Team Member
 *	=Bx Slider 
 *
*
 *  Styling for WordPress widgets, blog posts, standard wordpress classes. Useful if you want to convert the template to a WordPress theme
 *
 *	=WordPress Default Classes
 *	=WordPress Post(s)
 *	=WordPress pagination and navigation
 *	=WordPress Comments
 *	=WordPress Comments Navigation
 *	=WordPress Comment Form
 *	=WordPress Widgets
 *		=Widgets default
 *		=Text Widget
 *		=Search Widget
 *		=Recent Entries Widget
 *		=Pages Widget
 *		=Archive Widget
 *		=Categories Widget
 *		=Meta Widget
 *		=Recent Comments Widget
 *		=Tag Cloud Widget
 *		=Calendar Widget
 *		=Nav Menu Widget
 *		=RSS Widget
 *	=WordPress Custom Widgets
 *		=Kalia Twitter widget
 *		=Kalia Flickr widget
 *		=Kalia Contact Info widget
 *		=Kalia Newsletter subscribe widget
 *		=Kalia Latest posts widget
 *		=Kalia Navigation widget
 *		=Kalia Social media widget 
 *
 */

/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */
/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(././assets/images/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(././assets/images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(././assets/images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(././assets/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(././assets/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100)}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}

/* Animate.css - Just-add-water CSS animations
 * Version - 3.5.0 
 * http://daneden.github.io/animate.css/
 */
.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.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-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{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-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{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from,to{-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)}}@keyframes pulse{from,to{-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)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}@keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,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,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.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)}}@keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.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)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from,to{-webkit-transform:none;transform:none}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)}}@keyframes wobble{from,to{-webkit-transform:none;transform:none}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)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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:none;transform:none}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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:none;transform:none}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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:none;transform:none}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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(.9,.9,.9);transform:scale3d(.9,.9,.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(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-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:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.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:none;transform:none}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.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:none;transform:none}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.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:none;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.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:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.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:none;transform:none}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.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:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.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:none;transform:none}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.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) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) 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) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) 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(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) 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) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) 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(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-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}.flipInY,.flipOutX{-webkit-backface-visibility:visible!important}@-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{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-name:flipOutX;animation-name:flipOutX;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-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);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@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);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.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:none;transform:none;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:none;transform:none;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:none;transform:none;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:none;transform:none;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:none;transform:none;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:none;transform:none;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:none;transform:none;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:none;transform:none;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:none;transform:none;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:none;transform:none;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-name:hinge;animation-name:hinge}@-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:none;transform:none}}@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:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-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(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.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(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.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(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.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}

 
/* ==========================================================================
   =CssReset
   ========================================================================== */

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, 
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	
	/* HTML5 display-role reset for older browsers */
	
	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	main,
	menu,
	nav,
	section,
	summary {
		display: block;
	}
	
	
	body { line-height: 1; }
	
	ol, 
	ul {
		list-style: none;
	}
	
	blockquote, 
	q {
		quotes: none;
	}
	
	blockquote:before, 
	blockquote:after,
	q:before, 
	q:after {
		content: '';
		content: none;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	/**
	 * 1. Correct inline-block display not defined in IE 8/9.
	 * 2. Normalize vertical alignment of progress in Chrome, Firefox, and Opera.
	 */

	audio,
	canvas,
	progress,
	video {
		display: inline-block; /* 1 */
		vertical-align: baseline; /* 2 */
	}

	/**
	 * Prevent modern browsers from displaying audio without controls.
	 * Remove excess height in iOS 5 devices.
	 */

	audio:not([controls]) {
		display: none;
		height: 0;
	}

	/**
	 * Address [hidden] styling not present in IE 8/9/10.
	 * Hide the template element in IE 8/9/11, Safari, and Firefox < 22.
	 */

	[hidden],
	template {
		display: none;
	}
	
	/**
	 * 1. Address margins set differently in Firefox 4+, Safari, and Chrome.
	 * 2. Correct color not being inherited.
	 *    Known issue: affects color of disabled elements.
	 * 3. Correct font properties not being inherited.
	 */

	button,
	input,
	optgroup,
	select,
	textarea {
		padding: 0;
		margin: 0; 		/* 1 */
	  	color: inherit; /* 2 */
	  	font: inherit;  /* 3 */
	}

	/**
	 * Address overflow set to hidden in IE 8/9/10/11.
	 */

	button { overflow: visible; }

	/**
	 * Address inconsistent text-transform inheritance for button and select.
	 * All other form control elements do not inherit text-transform values.
	 * Correct button style inheritance in Firefox, IE 8/9/10/11, and Opera.
	 * Correct select style inheritance in Firefox.
	 */

	button,
	select {
		text-transform: none;
	}

	/**
	 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native audio
	 *    and video controls.
	 * 2. Correct inability to style clickable input types in iOS.
	 * 3. Improve usability and consistency of cursor style between image-type
	 *    input and others.
	 */

	button,
	html input[type="button"], 		  /* 1 */
	input[type="reset"],
	input[type="submit"] {
		-webkit-appearance: button;   /* 2 */
		cursor: pointer; 			  /* 3 */
	}

	/**
	 * Re-set default cursor for disabled elements.
	 */

	button[disabled],
	html input[disabled] {
		cursor: default;
	}

	/**
	 * Remove inner padding and border in Firefox 4+.
	 */

	button::-moz-focus-inner,
	input::-moz-focus-inner {
		padding: 0;
		border: 0;
	}

	/**
	 * Address Firefox 4+ setting line-height on input using !important in
	 * the UA stylesheet.
	 */

	input { line-height: normal; }

	/**
	 * It's recommended that you don't attempt to style these elements.
	 * Firefox's implementation doesn't respect box-sizing, padding, or width.
	 *
	 * 1. Address box sizing set to content-box in IE 8/9/10.
	 * 2. Remove excess padding in IE 8/9/10.
	 */

	input[type="checkbox"],
	input[type="radio"] {
		box-sizing: border-box; /* 1 */
		padding: 0; 			/* 2 */
	}

	/**
	 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
	 * font-size values of the input, it causes the cursor style of the
	 * decrement button to change from default to text.
	 */

	input[type="number"]::-webkit-inner-spin-button,
	input[type="number"]::-webkit-outer-spin-button {
		height: auto;
	}

	/**
	 * 1. Address appearance set to searchfield in Safari and Chrome.
	 * 2. Address box-sizing set to border-box in Safari and Chrome
	 *    (include -moz to future-proof).
	 */

	input[type="search"] {
		-webkit-appearance: textfield; 		/* 1 */
		-webkit-box-sizing: content-box;    /* 2 */
		   -moz-box-sizing: content-box;
				box-sizing: content-box;
	}

	/**
	 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
	 * Safari (but not Chrome) clips the cancel button when the search input has
	 * padding (and textfield appearance).
	 */

	input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}

	/**
	 * 1. Always force vertical scroll
	 * 2. Prevent iOS text size adjust after orientation change, without disabling user zoom.
	 * 3. For animations
	 */
	
	html { 
		overflow-y: scroll; 					 /* 1 */ 
		-ms-text-size-adjust: 100%; 			 /* 2 */
    	-webkit-text-size-adjust: 100%;			 /* 2 */
		-webkit-font-smoothing: antialiased; 
		overflow-x: hidden; 					 /* 3 */
	}

/* ==========================================================================
   =Base grid
   ========================================================================== */

	.container,
	.container-fluid {
                max-width:100%;
		position: relative;
		margin-right: auto;
		margin-left: auto;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}

	.container {
		padding-right: 15px;
		padding-left: 15px;
	}

	.row {
		position: relative;
		margin-right: -15px;
		margin-left: -15px;
	}

	/**
 	 * Automatically clear rows
 	 */
	 
	.row:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}	
	
	.span1, 
	.span2, 
	.span3, 
	.span4, 
	.span5, 
	.span6, 
	.span7, 
	.span8, 
	.span9, 
	.span10, 
	.span11, 
	.span12 {
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}

	@media (min-width: 768px) {

		.span1, 
		.span2, 
		.span3, 
		.span4, 
		.span5, 
		.span6, 
		.span7, 
		.span8, 
		.span9, 
		.span10, 
		.span11, 
		.span12 {
			float: left;
		}
		
		.span12 { width: 100%; }
		.span11 { width: 91.66666667%; }
		.span10 { width: 83.33333333%; }
		.span9  { width: 75%; }
		.span8  { width: 66.66666667%; }
		.span7  { width: 58.33333333%; }
		.span6  { width: 50%; }
		.span5  { width: 41.66666667%; }
		.span4  { width: 33.33333333%; }
		.span3  { width: 25%; }
		.span2  { width: 16.66666667%; }
		.span1  { width: 8.33333333%;  }
		
		.offset12 { margin-left: 100%; }
		.offset11 { margin-left: 91.66666667%; }
		.offset10 { margin-left: 83.33333333%; }
		.offset9  { margin-left: 75%; }
		.offset8  { margin-left: 66.66666667%; }
		.offset7  { margin-left: 58.33333333%; }
		.offset6  { margin-left: 50%; }
		.offset5  { margin-left: 41.66666667%; }
		.offset4  { margin-left: 33.33333333%; }
		.offset3  { margin-left: 25%; }
		.offset2  { margin-left: 16.66666667%; }
		.offset1  { margin-left: 8.33333333%; }
		.offset0  { margin-left: 0%; }

	}

	.visible-phone,
	.visible-tablet,
	.visible-desktop,
	.visible-desktop-large {
		display: none !important;
	}

	.visible-phone-block,
	.visible-phone-inline,
	.visible-phone-inline-block,
	.visible-tablet-block,
	.visible-tablet-inline,
	.visible-tablet-inline-block,
	.visible-desktop-block,
	.visible-desktop-inline,
	.visible-desktop-inline-block,
	.visible-desktop-large-block,
	.visible-desktop-large-inline,
	.visible-desktop-large-inline-block {
		display: none !important;
	}
		
/* ==========================================================================
   =Extra small devices: Phones (< 768px)
   ========================================================================== */

/* =Portrait and landscape
   ========================================================================== */
   
	@media (max-width: 767px) {
		
		.container { width: auto; }
		
		.span1, 
		.span2, 
		.span3, 
		.span4, 
		.span5, 
		.span6, 
		.span7, 
		.span8, 
		.span9, 
		.span10, 
		.span11, 
		.span12 {
			width: 100%;
		}
		
		.visible-phone { display: block !important; }
		
		table.visible-phone { display: table; }
		
		tr.visible-phone { display: table-row !important; }
		
		th.visible-phone,
		td.visible-phone { display: table-cell !important; }

		.visible-phone-block { display: block !important; }
		
		.visible-phone-inline { display: inline !important; }
		
		.visible-phone-inline-block { display: inline-block !important; }

		.hidden-phone { display: none !important; }
		
	}
	
/* =Landscape
   ========================================================================== */
	
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		
		
	}	

/* ==========================================================================
   =Small devices: Tablets (>= 768px)
   ========================================================================== */

	@media (min-width: 768px) and (max-width: 991px) {
		
		.container {	width: 750px; }

		.visible-tablet { display: block !important; }
		
		table.visible-tablet { display: table; }
		
		tr.visible-tablet { display: table-row !important; }
		
		th.visible-tablet,
		td.visible-tablet { display: table-cell !important; }

		.visible-tablet-block { display: block !important; }
		
		.visible-tablet-inline { display: inline !important; }
		
		.visible-tablet-inline-block { display: inline-block !important; }

		.hidden-tablet { display: none !important; }
		
	}
	
/* ==========================================================================
   =Medium devices: Desktops (>= 992px )
   ========================================================================== */
   
	@media (min-width: 992px) and (max-width: 1199px) {
		
		.container { width: 970px; }
		
		.visible-desktop { display: block !important; }
		
		table.visible-desktop { display: table; }
		
		tr.visible-desktop { display: table-row !important; }
		
		th.visible-desktop,
		td.visible-desktop { display: table-cell !important; }

		.visible-desktop-block { display: block !important; }
		
		.visible-desktop-inline { display: inline !important; }
		
		.visible-desktop-inline-block { display: inline-block !important; }

		.hidden-desktop { display: none !important; }
		
	}	

/* ==========================================================================
   =Large devices: Desktops (>= 1200px )
   ========================================================================== */

	@media (min-width: 1200px) {
	
		.container { width: 1170px; }
		
		.visible-desktop-large { display: block !important; }
		
		table.visible-desktop-large { display: table; }
		
		tr.visible-desktop-large { display: table-row !important; }
		
		th.visible-desktop-large,
		td.visible-desktop-large { display: table-cell !important; }

		.visible-desktop-large-block { display: block !important; }
		
		.visible-desktop-large-inline { display: inline !important; }
		
		.visible-desktop-large-inline-block { display: inline-block !important; }

		.hidden-desktop-large { display: none !important; }
		
	}

/* ==========================================================================
   =Clearing
   ========================================================================== */

	/**
 	 * ClearFix Hack
	 * Usage:  add  class="fixed"  to parents of floated elements
 	 */
	 
	.fixed:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	/**
 	 * Clear content
	 * Usage:  <br class="clear"> 
 	 */	
	 
	.clear {
		clear: both;
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0;
	}
   
/* ==========================================================================
   =Typography
   ========================================================================== */
   	 
	body {
		background-color: #fff;
		color: #353636;
		font: 15px "Open Sans", Arial, sans-serif; 
		line-height: 25px;	
		font-weight: 400;
	}
	
	@media (max-width: 767px) {
	
		/**
		 * 1. Hide background on mobile devices
		 */
	 
		body { 
			background: none; 	/* 1 */
			background-color: #fff; 
		}
		
	}	

	h1, 
	h2, 
	h3, 
	h4, 
	h5, 
	h6 {
		font-weight: 400; 
		letter-spacing: -0.5px;
	}
		
	h1 a, 
	h2 a, 
	h3 a, 
	h4 a, 
	h5 a, 
	h6 a { 
		font-weight: inherit; 
		color: #353636;
	}
	
	h1 a:visited, 
	h2 a:visited, 
	h3 a:visited, 
	h4 a:visited, 
	h5 a:visited, 
	h6 a:visited { 
		font-weight: inherit; 
		color: #353636;
	}
	
	h1 a:hover, 
	h2 a:hover, 
	h3 a:hover, 
	h4 a:hover, 
	h5 a:hover, 
	h6 a:hover{ 
		color: #1964ee;
		text-decoration: none;
	}
	
	h1 {
		font-family: 'Cardo', "Open Sans", serif;
		margin-bottom: 30px; 	 
		font-size: 48px; 
		line-height: 54px; 
	}
	
	h2 { 
		margin-bottom: 20px;	
		font-size: 36px; 
		line-height: 44px;  
	}
	
	h3 { 
		margin-bottom: 15px;
		font-size: 30px; 
		line-height: 38px;   
	}
	
	h4 {
		margin-bottom: 10px; 
		font-size: 20px; 
		line-height: 30px;   
	}
	
	h5 { 
		margin-bottom: 8px;
		font-size: 18px; 
		line-height: 24px; 
	}
	
	h6 { 
		margin-bottom: 6px;
		font-size: 16px; 
		line-height: 21px; 
	}

	p { margin-bottom: 30px; }
	
	em { font-style: italic; }
	
	strong { font-weight: 700; }
	
	small { font-size: 90%; }
	
	big { font-size: 125%; }
	
	sub { 
		vertical-align: sub; 
		font-size: 75%; 
	}
	
	sup { 
		vertical-align: super; 
		font-size: 75%; 
	}
	
	abbr[title] {  
		border-bottom: 1px dotted #999; 
		cursor: help;
	}
	
	address { 
		display: block; 
		margin-bottom: 20px; 
	}
	
	blockquote {}
	
	blockquote p { font-style: italic; }
	
	hr { 
		height: 0; 
		border: solid #e1e1e1 ; 
		border-width: 1px 0 0 0;
		margin: 30px 0;
	}

	kbd,
	tt,
	var,
	samp,	
	code, 
	pre { font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }
	
	code { 
		padding: 1px 4px;
		border: 1px solid #e1e1e1 ;
		border-radius: 3px;	
		background-color: #f3f3f3;  
		color: #d50f25;  
	}
	
	pre { 
		overflow-x: auto; 
		display: block;
		padding: 20px;
		border: 1px solid #e1e1e1 ;
		border-radius: 3px;		
		margin-bottom: 20px;		
		background-color: #f3f3f3; 
		white-space: pre-wrap;
	}
	
	mark,
	ins {
		padding: 1px 4px;
		border: 1px solid #e1e1e1 ;
		border-radius: 3px;	
		background-color: #f3f3f3; 
		text-decoration: none;
	}
	
	s,
	del { text-decoration: line-through; }
	
	/* Typography Helper Classes */
	
	/**
	 * <div class="hr"></div> acts like an <hr>
	 */
	
	.hr { 
		border-top: 1px solid #9190a5;  
		margin: 30px 0;
	}
	
	.text-left { text-align: left; }
	.text-right { text-align: right; }
	.text-center { text-align: center; }
	.text-justify { text-align: justify; }
	
	.text-uppercase { text-transform: uppercase; }
	
	.text-highlight { color: #1964ee !important; }
	
	.text-highlight.alt { color: #000712 !important; }
        
        #header-top .text-highlight,
        #footer-top .text-highlight,
        #footer .text-highlight,
        #footer-bottom .text-highlight { color: #84adf8 !important; }
	
        .font-cardo { font-family: 'Cardo', serif; }
        
	.text-huge { 
		margin-right: 30px;
		font: 150px 'Cardo'; 
		line-height: 150px; 
		font-weight: 700;
	}
	
	.text-big {
		display: inline-block;
		box-sizing: border-box;
		font: 120px 'Cardo'; 
		line-height: 120px; 
		font-weight: 700;
	}
	
	.custom-text-wrapper {
		padding-left: 30px;
		border-left: 3px solid #1964ee; 
	}

	.mute { color: #999; }
	
	.no-margin-bottom,
	.last { margin-bottom: 0 !important; }
	
	@media (max-width: 1199px) {
		
		.text-huge { 
			font: 100px 'Cardo'; 
			line-height: 100px; 
		}
		
		.text-big {
			font: 90px 'Cardo'; 
			line-height: 90px;
		}
		
	}
	
	@media (max-width: 767px) {

		.no-margin-bottom,
		.last { margin-bottom: 20px !important; }
		
		.text-right { text-align: left; }
		
		.text-huge,
		.text-big { 
			display: block;
			margin-bottom: 30px;
			text-align: center;
		}

	}

/* ==========================================================================
   =Links
   ========================================================================== */
	
	a, 
	a:visited { 
		color: #1964ee; 
		text-decoration: none; 
	}
	
   /**
	* 1. Remove the gray background color from active links in IE 10.
	*/
	
	a:active {
 		background: transparent; /* 1 */
	}
	
	a:active,
	a:hover, 
	a:focus {
		outline: 0; 
		text-decoration: underline;
	}	
	
/* ==========================================================================
   =Lists
   ========================================================================== */
	
	ul, 
	ol { 
		margin-bottom: 20px;
		list-style-position: inside; 
	}
	 
	li > ul, 
	li > ol { 
		margin-bottom: 0; 
		margin-left: 30px; 
	}
	
	li { margin-bottom: 15px; }
	
	ul { list-style-type: disc; }
	ol { list-style-type: decimal; }
	
	dl { margin-bottom: 20px; }

	dt { font-weight: bold; }

	dd  { margin-bottom: 20px; }
	
	/* List Helper Classes */

	ul.last,
	ol.last,
	dl.last { margin-bottom: 0; }
	
	@media (max-width: 767px) {

		ul.last, 
		ol.last { margin-bottom: 20px; }
		
	}
	
/* =Custom lists
   ========================================================================== */	

	/**
 	 * Custom lists
 	 *
	 * 1. unstyled list
	 * 2. list with squares for bullets
	 * 3. list with discs for bullets
	 *
	 */
	 
	ul.unstyled { list-style-type: none; } /* 1 */
	ul.square { list-style-type: square; } /* 2 */
	ul.circle { list-style-type: circle; } /* 3 */
	
	/**
 	 * FontAwesome lists
 	 *
	 * 1. Check list
	 * 2. Plus list
	 * 3. Pin list
	 *
	 */
	 
	ul.check,					/* 1 */
	ul.plus,						/* 2 */
	ul.pin,
	ul.circle-2 { list-style: none; }	/* 3 */
	
	ul.check li:before,
	ul.plus li:before,
	ul.pin li:before,
	ul.circle-2 li:before { 
		position: relative;
		top: -1px;
		width: auto;
		height: auto;
		margin-right: 30px;
		color: #161716;
		font-family: 'FontAwesome';
		font-size: 14px;
		font-style: normal;
	}
	
	ul.check li:before { content: "\f00c"; }
	ul.plus li:before { content: "\f067"; }
	ul.pin li:before { content: "\f08d"; }	
	ul.circle-2 li:before { 
		margin-right: 20px;
		content: "\f111";
		font-size: 10px;
		color: #d6dce1;
		-webkit-transition: all .3s linear;
				transition: all .3s linear;
	}
	
	ul.circle-2 li:hover:before { color: #1964ee; }
	
	/**
 	 * Custom Icon Font lists
 	 *
	 * 1. Disc list
	 *
	 */
	
	ul.arrow { list-style: none; }	/* 1 */
	
	ul.arrow li:before { 
		position: relative;
		top: 0;
		width: auto;
		height: auto;
		margin-right: 8px;
		font-family: 'iconfontcustom';
		font-size: 12px;
		font-weight: 400;
	}
	
	ul.arrow li:before { content: "\e7b0"; }	

/* ==========================================================================
   =Images
   ========================================================================== */
	
	img { 
		max-width: 100%;
		height: auto;
		border: none; 
		vertical-align: middle;
	}
        
        figure { max-width: 100%; }

/* ==========================================================================
   =Tables
   ========================================================================== */

	table,
	th,
	td { border: 2px solid #e1e1e1 ; }

	/**
	 * 1. Prevents HTML tables from becoming too wide
	 */

	table {
		border-collapse: separate;
		border-spacing: 0;
		border-width: 2px 0 0 2px;
		margin-bottom: 20px;
		table-layout: fixed; 	/* 1 */
		width: 100%;
	}

	caption,
	th,
	td {
		font-weight: normal;
		text-align: left;
	}

	caption { margin-bottom: 20px; }
	
	th {
		border-width: 0 2px 2px 0;
		font-weight: 700;
		text-align: center;
	}

	td { 
		border-width: 0 2px 2px 0;
		text-align: center;
	}

	th, 
	td { padding: 15px 8px; }
	
/* ==========================================================================
   =Forms
   ========================================================================== */

	form {}
	
	fieldset { display: block; }

	fieldset legend {
		padding: 0 10px;
		margin: 0;
		margin-left: -2px;
		background: #ffffff;
		font-weight: 700;								
	}
	
	::-moz-placeholder,
	::-webkit-input-placeholder,
	:-ms-input-placeholder {
		color: #999;
	}
	
	form p { position: relative; }
	
	label {
		position: absolute;
		top: 2px;
                z-index: 1;
		bottom: 2px;
		width: 50px;
		border-right: 2px solid #e1e1e1;
		text-align: center;
		box-sizing: border-box;
		color: #353636;
		font-size: 16px;
                line-height: 35px;
		font-style: italic;
	}
        
        form.woocommerce-checkout label,
        table.variations label,
        form.wpcf7-form label {
                color: #e1e1e1;
                font-size: 20px;
                line-height: 42px;
        }
        
	
	label .rotate {
		display: inline-block;
		padding-top: 30px;
                margin-right: 20px;
		color: #353636;
		font-size: 12px;
		font-style: italic;
                margin-left: -15px;
		-webkit-transform: rotate(-90deg);
			-moz-transform: rotate(-90deg);
				transform: rotate(-90deg);
	}
	
	/**
	 * 1. we need to supply the font color for situations when you place the inputs in a div that has color:#fff
	 *    normally because of the #fff the text in inputs would not be visible but giving the color explicitly here ovrwrites that
	 */
	
	input[type="text"],
	input[type="password"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="month"],
	input[type="week"],
	input[type="email"],
	input[type="number"],
	input[type="search"],
	input[type="tel"],
	input[type="time"],
	input[type="url"],
	input[type="color"],
	textarea {
		display: block;
		width: 100%;
		-webkit-appearance: none;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			    box-sizing: border-box;
		padding: 12px 20px 12px 65px;		
		border: 2px solid #e1e1e1;
		margin-bottom: 30px;
		font-size: 12px;
		background-color: #fff;
		color: #353636; /* 1 */
	}

	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="date"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="month"]:focus,
	input[type="week"]:focus,
	input[type="email"]:focus,
	input[type="number"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="time"]:focus,
	input[type="url"]:focus,
	input[type="color"]:focus,
	textarea:focus {
		border-color: #bbb;
		outline: none;
	}
	
	input[type="text"]:disabled,
	input[type="password"]:disabled,
	input[type="date"]:disabled,
	input[type="datetime"]:disabled,
	input[type="datetime-local"]:disabled,
	input[type="month"]:disabled,
	input[type="week"]:disabled,
	input[type="email"]:disabled,
	input[type="number"]:disabled,
	input[type="search"]:disabled,
	input[type="tel"]:disabled,
	input[type="time"]:disabled,
	input[type="url"]:disabled,
	input[type="color"]:disabled,
	textarea:disabled {
		background-color: #f3f3f3;
		cursor: not-allowed;
	}

	input[type="text"][disabled],
	input[type="text"][readonly],
	fieldset[disabled] input[type="text"],
	input[type="password"][disabled],
	input[type="password"][readonly],
	fieldset[disabled] input[type="password"],
	input[type="date"][disabled],
	input[type="date"][readonly],
	fieldset[disabled] input[type="date"],
	input[type="datetime"][disabled],
	input[type="datetime"][readonly],
	fieldset[disabled] input[type="datetime"],
	input[type="datetime-local"][disabled],
	input[type="datetime-local"][readonly],
	fieldset[disabled] input[type="datetime-local"],
	input[type="month"][disabled],
	input[type="month"][readonly],
	fieldset[disabled] input[type="month"],
	input[type="week"][disabled],
	input[type="week"][readonly],
	fieldset[disabled] input[type="week"],
	input[type="email"][disabled],
	input[type="email"][readonly],
	fieldset[disabled] input[type="email"],
	input[type="number"][disabled],
	input[type="number"][readonly],
	fieldset[disabled] input[type="number"],
	input[type="search"][disabled],
	input[type="search"][readonly],
	fieldset[disabled] input[type="search"],
	input[type="tel"][disabled],
	input[type="tel"][readonly],
	fieldset[disabled] input[type="tel"],
	input[type="time"][disabled],
	input[type="time"][readonly],
	fieldset[disabled] input[type="time"],
	input[type="url"][disabled],
	input[type="url"][readonly],
	fieldset[disabled] input[type="url"],
	input[type="color"][disabled],
	input[type="color"][readonly],
	fieldset[disabled] input[type="color"],
	textarea[disabled],
	textarea[readonly],
	fieldset[disabled] textarea {
		background-color: #f3f3f3;
		cursor: not-allowed;
	}

	textarea[rows] { height: auto; }

	/**
	 *  1. Disallow resize out of parent
	 */
	
	textarea { max-width: 100%; /* 1 */ }
	
	/**
	 * 1. we need to supply the font color for situations when you place the inputs in a div that has color:#fff
	 *    normally because of the #fff the text in inputs would not be visible but giving the color explicitly here ovrwrites that
	 */
	
	select {
		padding: 6px 10px;	
		height: 40px;
		width: 100%;
		border: 2px solid #e1e1e1;
		background-color: #fff;
		-webkit-appearance: none !important;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			    box-sizing: border-box;
		color: #444; /* 1 */		
	}

	select:disabled {
		background-color: #f3f3f3;
		cursor: not-allowed;
	}
	
	select:focus { border-color: #bbb; }

	select[multiple] { height: auto; }

	input[type="range"] { width: 100%; }
	
	input[type="file"],
	input[type="checkbox"],
	input[type="radio"],
	select { margin: 0 0 10px; }

	input[type="checkbox"] + label,
	input[type="radio"] + label {
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 0;
		margin-left: 5px;
		vertical-align: baseline;
	}

	input[type="file"] { width: 100%; }
	
	button,
	input[type="reset"],
	input[type="submit"],
	input[type="button"] {
		display: inline-block;
		position: relative;
		padding: 12px 30px; 
		margin: 0 5px 20px 0;
		border-top: none;
		border-bottom: none;
		border-right: none;
		line-height: 18px; 
		font-weight: 600;
		text-decoration: none !important;
		vertical-align: middle;
		cursor: pointer; 
		-webkit-transform: translateZ(0);
			-moz-transform: translateZ(0);
				 transform: translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		-webkit-transition-duration: 0.5s;
				transition-duration: 0.5s;
		-webkit-transition-property: box-shadow, transform;
				transition-property: box-shadow, transform;
	}
	
	input[type="reset"]:hover,
	input[type="submit"]:hover,
	input[type="button"]:hover {
		box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
		-webkit-transform: scale(1.1);
		   -moz-transform: scale(1.1);
				transform: scale(1.1);
	}

/* =Responsive Form Inputs
   ========================================================================== */
	
	/**
	 * 1. Reset float inherited from .span*	
 	 * 2. Change padding inherited from .span* with the one set for inputs
 	 */
	 
	button[class*="span"],
	input[type="reset"][class*="span"],
	input[type="submit"][class*="span"],
	input[type="button"][class*="span"],
	input[type="range"][class*="span"],
	input[type="color"][class*="span"],
	input[type="text"][class*="span"],
	input[type="password"][class*="span"],
	input[type="date"][class*="span"],
	input[type="datetime"][class*="span"],
	input[type="datetime-local"][class*="span"],
	input[type="month"][class*="span"],
	input[type="week"][class*="span"],
	input[type="email"][class*="span"],
	input[type="number"][class*="span"],
	input[type="search"][class*="span"],
	input[type="tel"][class*="span"],
	input[type="time"][class*="span"],
	input[type="url"][class*="span"],
	textarea[class*="span"],
	select[class*="span"] {
		float: none; 		/* 1 */
		padding: 6px 10px;  /* 2 */
	}
	
	@media (min-width: 767px) {
	
		button.span12,
		input[type="range"].span12,
		input[type="color"].span12,
		input[type="reset"].span12,
		input[type="submit"].span12,
		input[type="button"].span12,
		input[type="text"].span12,
		input[type="password"].span12,
		input[type="date"].span12,
		input[type="datetime"].span12,
		input[type="datetime-local"].span12,
		input[type="month"].span12,
		input[type="week"].span12,
		input[type="email"].span12,
		input[type="number"].span12,
		input[type="search"].span12,
		input[type="tel"].span12,
		input[type="time"].span12,
		input[type="url"].span12,
		textarea.span12,
		select.span12 { width: 100%; }
		
		button.span11,
		input[type="range"].span11,
		input[type="color"].span11,
		input[type="reset"].span11,
		input[type="submit"].span11,
		input[type="button"].span11,
		input[type="text"].span11,
		input[type="password"].span11,
		input[type="date"].span11,
		input[type="datetime"].span11,
		input[type="datetime-local"].span11,
		input[type="month"].span11,
		input[type="week"].span11,
		input[type="email"].span11,
		input[type="number"].span11,
		input[type="search"].span11,
		input[type="tel"].span11,
		input[type="time"].span11,
		input[type="url"].span11,
		textarea.span11,
		select.span11 { width: 91.66666667%; }
		
		button.span10,
		input[type="range"].span10,
		input[type="color"].span10,
		input[type="reset"].span10,
		input[type="submit"].span10,
		input[type="button"].span10,
		input[type="text"].span10,
		input[type="password"].span10,
		input[type="date"].span10,
		input[type="datetime"].span10,
		input[type="datetime-local"].span10,
		input[type="month"].span10,
		input[type="week"].span10,
		input[type="email"].span10,
		input[type="number"].span10,
		input[type="search"].span10,
		input[type="tel"].span10,
		input[type="time"].span10,
		input[type="url"].span10,
		textarea.span10,
		select.span10 { width: 83.33333333%; }
		
		button.span9,
		input[type="range"].span9,
		input[type="color"].span9,
		input[type="reset"].span9,
		input[type="submit"].span9,
		input[type="button"].span9,
		input[type="text"].span9,
		input[type="password"].span9,
		input[type="date"].span9,
		input[type="datetime"].span9,
		input[type="datetime-local"].span9,
		input[type="month"].span9,
		input[type="week"].span9,
		input[type="email"].span9,
		input[type="number"].span9,
		input[type="search"].span9,
		input[type="tel"].span9,
		input[type="time"].span9,
		input[type="url"].span9,
		textarea.span9,
		select.span9 { width: 75%; }
		
		button.span8,
		input[type="range"].span8,
		input[type="color"].span8,
		input[type="reset"].span8,
		input[type="submit"].span8,
		input[type="button"].span8,
		input[type="text"].span8,
		input[type="password"].span8,
		input[type="date"].span8,
		input[type="datetime"].span8,
		input[type="datetime-local"].span8,
		input[type="month"].span8,
		input[type="week"].span8,
		input[type="email"].span8,
		input[type="number"].span8,
		input[type="search"].span8,
		input[type="tel"].span8,
		input[type="time"].span8,
		input[type="url"].span8,
		textarea.span8,
		select.span8 { width: 66.66666667%; }
		
		button.span7,
		input[type="range"].span7,
		input[type="color"].span7,
		input[type="reset"].span7,
		input[type="submit"].span7,
		input[type="button"].span7,
		input[type="text"].span7,
		input[type="password"].span7,
		input[type="date"].span7,
		input[type="datetime"].span7,
		input[type="datetime-local"].span7,
		input[type="month"].span7,
		input[type="week"].span7,
		input[type="email"].span7,
		input[type="number"].span7,
		input[type="search"].span7,
		input[type="tel"].span7,
		input[type="time"].span7,
		input[type="url"].span7,
		textarea.span7,
		select.span7 { width: 58.33333333%; }
		
		button.span6,
		input[type="range"].span6,
		input[type="color"].span6,
		input[type="reset"].span6,
		input[type="submit"].span6,
		input[type="button"].span6,
		input[type="text"].span6,
		input[type="password"].span6,
		input[type="date"].span6,
		input[type="datetime"].span6,
		input[type="datetime-local"].span6,
		input[type="month"].span6,
		input[type="week"].span6,
		input[type="email"].span6,
		input[type="number"].span6,
		input[type="search"].span6,
		input[type="tel"].span6,
		input[type="time"].span6,
		input[type="url"].span6,
		textarea.span6,
		select.span6 { width: 50%; }
		
		button.span5,
		input[type="range"].span5,
		input[type="color"].span5,
		input[type="reset"].span5,
		input[type="submit"].span5,
		input[type="button"].span5,
		input[type="text"].span5,
		input[type="password"].span5,
		input[type="date"].span5,
		input[type="datetime"].span5,
		input[type="datetime-local"].span5,
		input[type="month"].span5,
		input[type="week"].span5,
		input[type="email"].span5,
		input[type="number"].span5,
		input[type="search"].span5,
		input[type="tel"].span5,
		input[type="time"].span5,
		input[type="url"].span5,
		textarea.span5,
		select.span5 { width: 41.66666667%; }
		
		button.span4,
		input[type="range"].span4,
		input[type="color"].span4,
		input[type="reset"].span4,
		input[type="submit"].span4,
		input[type="button"].span4,
		input[type="text"].span4,
		input[type="password"].span4,
		input[type="date"].span4,
		input[type="datetime"].span4,
		input[type="datetime-local"].span4,
		input[type="month"].span4,
		input[type="week"].span4,
		input[type="email"].span4,
		input[type="number"].span4,
		input[type="search"].span4,
		input[type="tel"].span4,
		input[type="time"].span4,
		input[type="url"].span4,
		textarea.span4,
		select.span4 { width: 33.33333333%; }
		
		button.span3,
		input[type="range"].span3,
		input[type="color"].span3,
		input[type="reset"].span3,
		input[type="submit"].span3,
		input[type="button"].span3,
		input[type="text"].span3,
		input[type="password"].span3,
		input[type="date"].span3,
		input[type="datetime"].span3,
		input[type="datetime-local"].span3,
		input[type="month"].span3,
		input[type="week"].span3,
		input[type="email"].span3,
		input[type="number"].span3,
		input[type="search"].span3,
		input[type="tel"].span3,
		input[type="time"].span3,
		input[type="url"].span3,
		textarea.span3,
		select.span3 { width: 25%; }
		
		button.span2,
		input[type="range"].span2,
		input[type="color"].span2,
		input[type="reset"].span2,
		input[type="submit"].span2,
		input[type="button"].span2,
		input[type="text"].span2,
		input[type="password"].span2,
		input[type="date"].span2,
		input[type="datetime"].span2,
		input[type="datetime-local"].span2,
		input[type="month"].span2,
		input[type="week"].span2,
		input[type="email"].span2,
		input[type="number"].span2,
		input[type="search"].span2,
		input[type="tel"].span2,
		input[type="time"].span2,
		input[type="url"].span2,
		textarea.span2,
		select.span2 { width: 16.66666667%; }
		
		button.span1,
		input[type="range"].span1,
		input[type="color"].span1,
		input[type="reset"].span1,
		input[type="submit"].span1,
		input[type="button"].span1,
		input[type="text"].span1,
		input[type="password"].span1,
		input[type="date"].span1,
		input[type="datetime"].span1,
		input[type="datetime-local"].span1,
		input[type="month"].span1,
		input[type="week"].span1,
		input[type="email"].span1,
		input[type="number"].span1,
		input[type="search"].span1,
		input[type="tel"].span1,
		input[type="time"].span1,
		input[type="url"].span1,
		textarea.span1,
		select.span1 { width: 8.33333333%; }
		
	}
        
        
/* ==========================================================================
   =Wrap
   ========================================================================== */

	#wrap {
		position: relative;
		background-color: #fff;
	}
	
	.boxed #wrap {
                margin-left: auto;
                margin-right: auto;
        }
        
        .vc_row-fluid.vc_row {
                margin-left: 0;
                margin-right: 0;
        }
	
	@media (max-width: 767px) {

                .boxed #wrap {
                    max-width: 1140px; 
                    margin: 0 auto;
                }
	
                .boxed #header { max-width: 1140px; }

	}
        
        @media (min-width: 1200px) {
		
		.boxed  #wrap {	max-width: 1340px; }
		
		.boxed  #header { max-width: 1340px; }
		
	}
	

/* ==========================================================================
	=Header Top
    ========================================================================== */
   
   #header-top {
		position: relative;
		color: #ffffff;
		background-color: #000712;
		font-size: 13px;
    }
   
   #header-top a { color: #ffffff; }
   
   #header-top a:hover { color: #84adf8; }
   
   @media (max-width: 767px) {

		#header-top {}

	}
   
/* ==========================================================================
   =Header 
   ========================================================================== */
   	
	#header { margin: 0 auto; }
	
/* ==========================================================================
   =Logo
   ========================================================================== */
   
	#logo {  
		padding: 40px 0 34px 0;
	}
	
	/**
	 * 1. we need the <a> to be only the size of it's child <img> element
	 * 2. it shouldn't extend beyond the size of it's parent if it's child <img> is very large e.g 1000x1000 px
	 */
	
	#logo a {
		display: inline-block; /* 1 */
		max-width: 100%; 	   /* 2 */
	}
	
	#logo img { display: block; }	
	
	@media (max-width: 767px) {

		/**
		 * 1. on mobile devices logo padding right needs to be the width of the
		 *	  mobile menu trigger + some spacing so as to not let the logo <a>
		 *    overlap the mobile menu trigger
		 */
	
		#logo {  
			padding-right: 50px; 	/* 1 */
		}
		
	}
	
/* ==========================================================================
   =Menu 
   ========================================================================== */

/* =Menu Basics
   ========================================================================== */
   
	.sf-menu,
	.sf-menu ul {
		padding: 0;
		margin: 0 20px 0 0;
		list-style: none;
	}
	
	.sf-menu li { margin-bottom: 0; }
	
	.sf-menu > li { float: left; }

	.sf-menu > li > a {
		position: relative;
		display: block;
	}
	
	/**
 	 * 1. z-index is 1025 because the sticky menu is 1020
 	 */
	
	.sf-menu .sf-mega,
	.sf-menu li.dropdown ul {
		position: absolute;
		z-index: 1025;		/* 1 */
		top: 100%;
		left: 0;
		display: none;
	}
	
	.sf-menu li.dropdown { position: relative; }
	
	.sf-menu li.dropdown ul ul {
		top: 0;
		left: 100%;
	}
	
	.sf-menu li:hover > .sf-mega,
	.sf-menu li.sfHover > .sf-mega,
	.sf-menu li.dropdown:hover > ul,
	.sf-menu li.dropdown.sfHover > ul { display: block; }
        
        .kalia-no-menu p { margin-bottom: 0; }

/* =Menu Skin
   ========================================================================== */
	
	.sf-menu { float: right; } 
	
	.sf-menu a {
		display: block;
		padding: 15px 0;
		font: 14px 'Open Sans', Arial, sans-serif;
		font-weight: 600;
		color: #353636; 
		text-decoration: none;
		-webkit-transition: color .3s;
				transition: color .3s;
	}
	
	.sf-menu li.dropdown a { padding: 15px 0 15px 25px; }
	
	.sf-menu li:last-child > a { border-bottom: none; }
	
	.sf-menu > li > a,
	.sf-menu > li.dropdown > a {
		padding: 40px 15px 42px;
		border: none;
		color: #353636;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;	
	}
	
	.sf-menu > li a i { margin-right: 5px; }
	
        .sf-menu > li.current > a,
	.sf-menu li.sfHover > a,
	.sf-menu a:hover,
	.sf-menu li.sfHover a:hover,
        .sf-menu li.current-menu-item > a,
        .sf-menu li.current-menu-parent > a {
		color: #1964ee;
		text-decoration: none;	
	}

/* =DropDown
   ========================================================================== */
	
	/**
 	 * 1. allow long menu items to determine submenu width
 	 */
	
	.sf-menu li.dropdown ul {
		min-width: 220px; 	/* 1 */
		margin-top: 2px;
		margin-top: -1px;
		background-color: #fff;
		box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.2);
	}

	.sf-menu > li.dropdown ul { padding: 15px 0; }	
	
	.sf-menu > li.dropdown > ul li a { 
		position: relative;
		font-weight: 600; 
	}	
	
	.sf-menu > li.dropdown  ul li a:before {
		position: absolute;
		left: 0;
		top: 50%;
		content: "";
		width: 4px;
		height: 14px;
		background-color: #1964ee;
		opacity: 0;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
		-webkit-transition: all .3s;
				transition: all .3s;
	}	
	
	.sf-menu > li.dropdown ul li a:hover:before { opacity: 1;  }
		
/* =Mega Menu Section
   ========================================================================== */
	
	.sf-mega {
		width: 100%;
		margin-top: -1px;
		padding: 15px 15px 15px 0;
		box-sizing: border-box;
		background-color: #fff;
		box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.2);
	}

	.sf-mega-section {
		float: left;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	
	.sf-mega-section a { 
		position: relative;
		padding: 15px 0 15px 25px; 
	}
	
	.sf-mega-section ul a:before {
		position: absolute;
		left: 0;
		top: 50%;
		content: "";
		width: 4px;
		height: 14px;
		background-color: #1964ee;
		opacity: 0;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
		-webkit-transition: all .3s;
				transition: all .3s;
	}	
	
	.sf-mega-section ul li a:hover:before { opacity: 1; }
	
	/**
 	 * 1. set mega menu section size, as a percentage of the mega menu width
 	 */
	
	.sf-mega.sf-mega-1-col .sf-mega-section{ width: 100%; } /* 1 */
	
	.sf-mega.sf-mega-2-col .sf-mega-section{ width: 50%; }
	
	.sf-mega.sf-mega-3-col .sf-mega-section{ width: 33.3333333333%; }
	
	.sf-mega.sf-mega-4-col .sf-mega-section{ width: 25%; }
	
	.sf-mega.sf-mega-custom .sf-mega-section { width: 20%; }
	
	.sf-mega.sf-mega-custom .sf-mega-section:last-child { width: 40%; }
	
	.sf-mega-section-title {}
	
/* =Menu Arrows
   ========================================================================== */
	
	.sf-arrows .sf-with-ul:after {
		position: absolute;
		top: 50%;
		right: 0;
		width: 0;
		height: 0;
		border: 4px solid transparent;
		border-top-color: #999;
		margin-top: 0;
		content: "";
		display: none;
	}
		
	.sf-arrows > li > .sf-with-ul:focus:after,
	.sf-arrows > li:hover > .sf-with-ul:after,
	.sf-arrows > .sfHover > .sf-with-ul:after { border-top-color: rgba(0, 0, 0, 0.7); }
		
	.sf-arrows ul .sf-with-ul:after {
		border-color: transparent;
		border-left-color: #999;
		margin-top: -5px;
		margin-right: 15px;
		display: inline;
	}
	
	.sf-arrows ul li > .sf-with-ul:focus:after,
	.sf-arrows ul li:hover > .sf-with-ul:after,
	.sf-arrows ul .sfHover > .sf-with-ul:after { border-left-color: rgba(0, 0, 0, 0.7); }
	
	@media (min-width: 1200px) {
	
		.sf-menu > li > a,
		.sf-menu > li.dropdown > a {
			padding: 40px 15px 42px;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {

		#menu { display: none; }

	}
	
	@media (max-width: 767px) {

		#menu { display: none; }
	
	}
	
/* ==========================================================================
   =Mobile Menu 
   ========================================================================== */
			
	#mobile-menu {
		border-bottom: 1px solid #e1e1e1 ;
		margin-bottom: 0;
	}
	
	#mobile-menu li {	
		display: block;
		margin: 0;
	}
		
	#mobile-menu > li > ul, 
	#mobile-menu > li > ul > li > ul {
		display: none;
		margin-left: 0;
	}
	
	#mobile-menu .sf-mega {
		display: none;
		padding: 0;
		border: none;
		margin: 0;
		box-shadow: none;
	}
	
	#mobile-menu .sf-mega-section {
		float: none;
		width: 100%;
		padding: 0;
		border: none;
	}
	
	#mobile-menu .sf-mega-section ul { 
		margin-left: 0; 
		margin-bottom: 0;
	}

	#mobile-menu li a {
		position: relative;
		display: block;
		padding: 15px 25px;
		border-top: 1px solid #e1e1e1 ;
		color: #353636;
		font: 14px "Open Sans", Arial, sans-serif; 
		text-align: left;
		text-decoration: none;
	}
	
	#mobile-menu ul a { padding-left: 45px; }
	
	#mobile-menu ul a:before { display: none; }
	
	#mobile-menu ul li ul a  { padding-left: 65px; }
	
	#mobile-menu .mobile-menu-submenu-arrow {
		position: absolute;
		top: 0;
		right: 0;
		width: 70px;
		height: 100%;
		border-left: 1px solid #e1e1e1 ;
		color: #353636;
		font-size: 20px;
		line-height: 50px;
		text-align: center;
		cursor: pointer;
		-webkit-transition: all .3s;
				transition: all .3s;
	}
	
	#mobile-menu .mobile-menu-submenu-arrow:hover { 
		color: #ffffff;
		background-color: #1964ee; 
	}
	
	#mobile-menu li a:hover {}
	
	#mobile-menu { display: none; }

/* ==========================================================================
   =Mobile menu trigger
   ========================================================================== */
				
	#mobile-menu-trigger { 
		float: right;
		display: none;
		font-size: 32px;
	}

	@media (min-width: 768px) and (max-width: 991px) {

		#mobile-menu-trigger { 
			display: block;
			margin-top: 36px;
			margin-right: 0;
		}	

	}

	@media (max-width: 767px) {

		#mobile-menu-trigger { 
			position: absolute;
			top: 25px;
			right: 10px;
			display: block;
			padding: 10px;
			margin-top: 0;
		}

	}

	@media only screen and (min-width: 480px) and (max-width: 767px) {

		#mobile-menu-trigger {}
	
	}		
		
/* ==========================================================================
   =Custom search form 
   ========================================================================== */
	
	#custom-search-button { 
		position: absolute;
		top: 5px;
		right: 160px;
		display: none;
		width: 35px;
		height: 35px;
	}
        
        #header-top #custom-search-button {display: block;}
	
	#custom-search-button:after { 
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin-right: auto;
		margin-left: auto;
		font-family: 'iconfontcustom';
		content:"\e775";
		text-align: center;
		color: #cccccc;
		font-size: 16px;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
        
	
	/**
 	 * 1. z-index is 1030 because the menu has a z-index of 1025 
 	 */
	 
        #header-top .searchform,
	#custom-search-form {
		position: absolute;
		z-index: 1030; 	/* 1 */
		top: 4px;
		right: 0;
		background-color: transparent;
	}
	
        #header-top .searchform .search-submit,
	#custom-search-submit { display: none; }
	
        #header-top .searchform .search-input,
	#custom-search-form #s {
		width: 165px;
		padding: 8px 10px;
		border-radius: 0;
		background-color: transparent;
		color: #cccccc;
		font-size: 12px;
		border-color: transparent;
		border-width: 1px;
	}
        
        #header-top .searchform .search-input { 
                font-size:13px;
                color: #fff; 
        }
        
        #header-top .searchform .search-input::-webkit-input-placeholder {
                font-size:13px;
                color: #fff;
        }

        #header-top .searchform .search-input:-moz-placeholder { /* Firefox 18- */
                font-size:13px;
                color: #fff;  
        }

        #header-top .searchform .search-input::-moz-placeholder {  /* Firefox 19+ */
                font-size:13px;
                color: #fff;  
        }

        #header-top .searchform .search-input:-ms-input-placeholder {  
                font-size:13px;
                color: #fff;  
        }
        
        #header-top #custom-search-button:after { color: #fff; }
	
        #header-top .searchform .search-submit,
	#custom-search-form #s:focus { border-color: #e1e1e1; }
	
	
	@media (max-width: 767px) {

		/**
		 * Hide search on mobile
		 */
		 
		/**
		 * 1. !important is needed to overwrite the display:block added by the js
		 */ 
	
		#custom-search-form { 
			display: none !important; /* 1 */
		}
		
		#header-top .searchform #custom-search-button { display: none; }
		
	}
	
/* ==========================================================================
   =Shopping Cart Icon
   ========================================================================== */	
	
	#shopping-cart {
		top: 20px;
		right: 0;
	}
	
	#shopping-cart + nav { margin-right: 30px; }
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		#shopping-cart {
			top: 25px;
			right: 50px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		#shopping-cart {
			top: 25px;
			right: 50px;
		}
		
	}
	
/* ==========================================================================
   =Sticky Header
   ========================================================================== */

	@media (min-width: 1025px) {
		
		/**
		 * 1. The height of the #header-wrap should be increased or decreased to accommodate the logo
		 */
		 
		#header-wrap {
			position: relative;
			height: 102px; /* 1 */
		}
		
		#header {
			position: absolute;
			top: 0; 					
			right: 0;
			left: 0;
			margin: 0 auto; 
			
		}
		
		/**
		 * 1. The z-index has to be 1020 so it is bigger than the back to top buttons z-index that is 1010
		 */
		
		#header.stuck {
			position: fixed;
			z-index: 1020; /* 1 */
			top: 0;
			width: 100%;
			padding: 5px 0 0 0;
			margin: 0 auto;
			box-shadow: 0 18px 30px 0 rgba(0, 0, 0, 0.13);		
			background-color: rgba(255, 255, 255, 1);
			-webkit-transition: padding 0.5s;
					transition: padding 0.5s;
		}
		
		#header.stuck #logo { padding: 40px 0 34px 0; }
		
		#header.stuck .sf-menu > li > a,
		#header.stuck .sf-menu > li.dropdown > a { padding: 40px 15px 40px; }
		
		#header.stuck .sf-mega { margin-top: 0; }

		#header.stuck .sf-arrows .sf-with-ul:after { margin-top: -6px; }		
	
		#header.stuck #custom-search-button { top: 12px; }
		#header.stuck #custom-search-form { top: 52px; }
	
	}
	
/* ==========================================================================
   =Content
   ========================================================================== */
   	
	#content {}

/* ==========================================================================
   =Page Header
   ========================================================================== */
   	
	#page-header { 
		position: relative;
		padding: 110px 0;
		margin-bottom: 90px;
		box-sizing: border-box;
		background: no-repeat center center;
		background-size: cover;
		background-color: #000712;
		color: #ffffff;
		text-align: center;
	}
	
	#page-header h1 { 
		margin-bottom: 10px;
		color: #1964ee; 
		font-size: 60px;
	}
	
	#page-header.page-header-style-2 {}
	
	#page-header.page-header-style-2 h1 {
		font-size: 72px;
		line-height: 100px;
	}
	
	#page-header.page-header-style-2 h4 {
		margin-bottom: 30px;
		font-size: 24px;
		text-transform: uppercase;
	}

/* ==========================================================================
   =Fullwidth Section
   ========================================================================== */
   
    /**
 	 * Full width section
 	 *
	 * 1. background-image must be supplied using inline css as it is different for every .fullwidth-section
	 *
	 */
	 
   .fullwidth-section {
		position: relative;
		overflow: hidden;
		z-index: 0;	
		padding: 40px 0;
		margin-bottom: 40px;
		background-color: #f3f3f3;
		background-attachment: scroll;
		background-repeat: no-repeat; /* 1 */ 
		background-position: 50% 0;		
	}

	.fullwidth-section-content {
		position: relative;
		z-index: 3;
	}
   
   	.fullwidth-section-overlay {
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-repeat: repeat;
		background-position: 0 0;	
		background-color: rgba(0, 7, 18, .9);
	}
	
	.fullwidth-section-video {
		position: absolute;
		overflow: hidden;
		z-index: 1;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(25, 100, 238, .8);
	}
	
	.yt-player { display: none; }
	
	/**
 	 *
	 * 1. We add background-size cover so the parallax looks ok if you provide smaller images
	 *
	 */
	
	.parallax.parallax-enabled { 
		background-attachment: fixed !important;
		-webkit-background-size: cover;
				background-size: cover;	/* 1 */
	}
	
	.horizontal-parallax { background-repeat: repeat-x; }
	
	.animated-parallax { background-repeat: repeat-x; }
	
	@media (max-width: 767px) {

		.fullwidth-section {
			-webkit-background-size: cover;
					background-size: cover;		
		}
		
	}
	
/* ==========================================================================
   =Footer Top
   ========================================================================== */

	#footer-top { 
		color: #fff;
		background-color: #000712; 
	}
	
	#footer-top a { color: #84adf8; }
	
	#footer-top a:hover { color: #84adf8; }
	
	#footer-top-widget-area-1 {}
	#footer-top-widget-area-2 {}
	#footer-top-widget-area-3 {}
	#footer-top-widget-area-4 {}
	
	@media (max-width: 767px) {
	
		#footer-top-widget-area-1 + #footer-top-widget-area-2 { margin-top: 30px; }
		#footer-top-widget-area-2 + #footer-top-widget-area-3 { margin-top: 30px; }
		#footer-top-widget-area-3 + #footer-top-widget-area-4 { margin-top: 30px; }
		
	}
   
/* ==========================================================================
   =Footer
   ========================================================================== */		
	
	#footer { 
		color: #fff;
		background-color: #000712; 
	}
	
	#footer a { color: #fff; }
	
	#footer a:hover { color: #84adf8; }
	
	#footer-widget-area-1 {}
	#footer-widget-area-2 {}
	#footer-widget-area-3 {}
	#footer-widget-area-4 {}
	
	@media (max-width: 767px) {
	
		#footer-widget-area-1 + #footer-widget-area-2 { margin-top: 30px; }
		#footer-widget-area-2 + #footer-widget-area-3 { margin-top: 30px; }
		#footer-widget-area-3 + #footer-widget-area-4 { margin-top: 30px; }
		
	}
	
/* ==========================================================================
   =Footer Bottom
   ========================================================================== */	
  
	#footer-bottom { 
		color: #fff;
		background-color: #00040b;	
	}
	
	#footer-bottom a { color: #fff; }
	
	#footer-bottom a:hover { color: #84adf8; }
	
	#footer-bottom-widget-area-1 {}
	#footer-bottom-widget-area-2 {}
	#footer-bottom-widget-area-3 {}
	#footer-bottom-widget-area-4 {}
	
	@media (max-width: 767px) {
	
		#footer-bottom-widget-area-1 + #footer-bottom-widget-area-2 { margin-top: 30px; }
		#footer-bottom-widget-area-2 + #footer-bottom-widget-area-3 { margin-top: 30px; }
		#footer-bottom-widget-area-3 + #footer-bottom-widget-area-4 { margin-top: 30px; }
		
	}
	
/* ==========================================================================
   =Back to top
   ========================================================================== */

	#back-to-top {
		position: fixed;
		z-index: 1010;
		right: -40px;
		bottom: 20px;
		width: 40px;
		height: 40px;
		border-radius: 3px;
		background-color: #111;
		color: #fafafa;
		font-size: 30px;
		line-height: 40px;
		text-align: center;					
		opacity: 0.5;
		cursor: pointer;
		-webkit-transition: all 0.4s ease 0s;
				transition: all 0.4s ease 0s;
	}
	
	#back-to-top i {
		font-size: 20px;
		line-height: 40px;
		font-weight: normal;
		vertical-align: top;
		-webkit-transition: all 0.4s ease 0s;
				transition: all 0.4s ease 0s;
	}
	
	#back-to-top:hover { background-color: rgba(0, 0, 0, 0.7); text-decoration: none; }
	#back-to-top:hover i { color: #fff; }
	#back-to-top.visible { right: 40px; }
	#back-to-top.gone { right: -40px; }	

/* ==========================================================================
   =Misc
   ========================================================================== */
   
	.javascript-required,
	.modern-browser-required {
	    padding: 15px 0;
		background-color: #d50f25;
		color: #fff;
		font-weight: 700;
		text-align: center;
	}
        

/* ==========================================================================
   =Accordions and Toggles
   ========================================================================== */

/* =Accordion
   ========================================================================== */
	
        .theme-accordion.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a,
        .theme-accordion.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a:visited {
		padding: 15px 25px;
		margin-bottom: 10px;
		font-family: 'Open Sans', serif;
		font-weight: 400; 
		color: #353636;
		background-color: #e8ecf6;
		text-decoration: none;
                font-size: 14px;
		-webkit-transition: all .3s ease-in;
				transition: all .3s ease-in;
	}
	
	.theme-accordion.vc_tta.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-controls-icon:before,
        .theme-accordion.vc_tta.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-controls-icon:after,
        .theme-accordion.vc_tta.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel-title>a:hover .vc_tta-controls-icon:before,
        .theme-accordion.vc_tta.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel-title>a:hover .vc_tta-controls-icon:after {
                border-color: #fff;
        }
	
        .theme-accordion.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a,
        .theme-accordion.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a:hover {
               background-color: #1964ee;
		color: #ffffff;
		text-decoration: none; 
        }
        
        .theme-accordion.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panels .vc_tta-panel-body { 
                padding: 30px 0; 
	}
	
        
        
        .accordion { margin-bottom: 30px; }
	
	.accordion.alt { margin-bottom: 110px; }

	.accordion-item,
	.accordion-item:visited {
		position: relative;
		display: block;
		padding: 15px 25px;
		margin-bottom: 10px;
		font-family: 'Cardo', serif;
		font-weight: 700; 
		color: #353636;
		background-color: #e8ecf6;
		text-transform: uppercase;
		text-decoration: none;
		-webkit-transition: all .3s ease-in;
				transition: all .3s ease-in;
	}
	
	.accordion.alt .accordion-item,
	.accordion.alt .accordion-item:visited {
		padding: 35px;
		margin-bottom: 0;
		background-color: #ffffff;
		font: 18px "Open Sans", Arial, sans-serif; 
		font-weight: 700;
		border: 1px solid #d6dce1;
	}
	
	.accordion-item:after {
		position: absolute;
		top: 15px;
		right: 15px;
		font-size: 18px;
		color: #353636;
		font-family: 'FontAwesome';
		content: "\f107";
		-webkit-transition: all .3s ease-in;
				transition: all .3s ease-in;
	}
	
	.accordion.alt .accordion-item:after { display: none; }
	
	.accordion-item.active:after { 
		content: "\f106"; 
		color: #ffffff;
	}
	
	.accordion-item:hover:after { color: #ffffff; }
	
	.accordion-item:hover,
	.accordion-item.active { 
		background-color: #1964ee;
		color: #ffffff;
		text-decoration: none; 
	}
	
	.accordion.alt .accordion-item:hover,
	.accordion.alt .accordion-item.active { 
		background-color: #ffffff; 
		color: #353636;
	}
	
	.accordion-item-content { 
		display: none; 
		padding: 30px 0; 
	}
	
	.accordion.alt .accordion-item-content {
		padding: 40px 60px 20px 90px;
		border: 1px solid #d6dce1;
	}
	
	/*
	 * 1. Clearfix hack 
	 */
	 
	.accordion-item-content:after { /* 1 */
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;
	}
	
	@media (max-width: 767px) {
		
		.accordion.alt .accordion-item,
		.accordion.alt .accordion-item:visited {
			font: 14px "Open Sans", Arial, sans-serif; 
			font-weight: 700;
		}
		
		.accordion.alt .accordion-item-content { padding: 40px 20px 20px 20px; }
		
	}
	
        
/* ==========================================================================
   =Alerts
   ========================================================================== */

	.alert {
		padding: 12px 20px 12px 35px;
		border: 1px solid #1964ee;
		border-radius: 5px;		
		margin-bottom: 30px;
		background-color: #f3f6f8;
		font-size: 14px;
		font-weight: 600;
		color: #454545;
	}
	
	.alert i {
		position: relative;
		top: 1px;
		margin-right: 7px;
		font-size: 16px;
	}
	
	.alert.info,
	.alert.success,
	.alert.error,
	.alert.warning { border: none; }
	
	
	.alert.info {
		background-color: #1f252c;
		color: #fff;
	}
	
	.alert.success {
		background-color: #009cff;
		color: #fff;
	}
	
	.alert.error {
		background-color: #ed1c24;
		color: #fff;
	}
	
	.alert.warning {
		background-color: #97c0da;
		color: #fff;
	}
	
	.alert span { float: right; }
	
	.alert span:hover { cursor: pointer; }
	
	.alert.info span,
	.alert.success span,
	.alert.error span,
	.alert.warning span { color: #fff; }

/* ==========================================================================
   =Animations
   ========================================================================== */
   
        .animate {
		-webkit-animation-duration: 1s;
				animation-duration: 1s;
		-webkit-animation-fill-mode: both;
				animation-fill-mode: both;
		visibility: hidden;
                z-index: 1;
                position: relative;
	}

	.animate.visible { visibility: visible; }
	.animate.hidden { visibility: hidden; }

/* ==========================================================================
   =Boxes
   ========================================================================== */
   
	.box { 
		padding: 70px; 
		box-sizing: border-box;
	}
	
	.box.position-changed {
		background-color: #ffffff;
		-webkit-transform: translateZ(0);
			-moz-transform: translateZ(0);
				transform: translateZ(0);
	}
	
	.box  > *:last-child { margin-bottom: 0; } 

	.box.box-style-1 {
		border: 2px solid #e1e1e1;
		-webkit-transition: border-color .3s ease-in;
				transition: border-color .3s ease-in;
		}
	
	.box.box-style-1:hover { border-color: #1964ee;  }
	
	.box.box-style-2 { 
		background-color: #e8ecf6;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.box.box-style-2.blue { background-color: #1964ee; }
        
        .box .text-box-date { margin-bottom: 100px; }
	
	.box a.read-more { 
		color: #353636;
                font-weight: 600;
		-webkit-transition: all .3s ease-in;
				transition: all .3s ease-in;
	}
	
	.box a.read-more:hover { 
		text-decoration: none;
		color: #1964ee;
	}
	
	.boxes-section .box {
		position: relative;
		float: left;
		width: 33.333333%;
		margin-bottom: 0;
		box-sizing: border-box;
		padding: 50px 20px;
		-webkit-transition: all .3s ease-in;
				transition: all .3s ease-in;
	}
	
	.box.box-style-2:hover { box-shadow: inset 0 0 20px #000000; }
	
	.boxes-section .box-content {
		position: relative; 
		z-index: 2; 
	}
	
	.boxes-section .box .box-overlay {
		position: absolute;
		z-index: 1; 
		top: 0;
		right: 0; 
		bottom: 0;
		left: 0;
		background-color: #000712;
		opacity: .9;
	} 
	
	.signature-box img {
		position: relative;
		display: inline-block;
		z-index: 3;
		padding: 0 70px;
		border: 2px solid #e1e1e1;
		background-color: #ffffff;
		-webkit-transform: translateY(-60px);
			-moz-transform: translateY(-60px);
				transform: translateY(-60px);
	}
        
        .kalia-triangle:before {
                position: absolute;
		top: 0;
		left: 50%;
		z-index: 1;
		height: 0;
		width: 0;
		content: "";
		border-left: 960px solid transparent;
		border-right: 960px solid transparent;
		border-top: 220px solid #fff;
		-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
				transform: translateX(-50%);
        }
        
        .kalia-triangle2:after {
                position: absolute;
                z-index: 0;
                left: 50%;
                bottom: 0;
                height: 0;
                width: 0;
                content: "";
                border-left: 960px solid transparent;
                border-right: 960px solid transparent;
                border-bottom: 220px solid #fff;
                -webkit-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        }
	
	/*
	 * 1. Clearfix hack 
	 */
	 
	.box:after { /* 1 */
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;
	}
	
	.boxes-section:after { /* 1 */
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;
	}
	
	@media (min-width: 1200px) {
	
		.boxes-section .box { padding: 70px 170px 70px 100px; }
		
		.box.position-changed {
			margin-top: 35px;
			margin-right: -120px;
		}
		
	}
	
	@media (max-width: 1199px) {
		
		#bg-8 + .boxes-section .box { width: 50%; }
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.box { padding: 50px 20px; }
		
	}
	
	@media (max-width: 767px) {
		
		.box { 
			margin-bottom: 20px; 
			padding: 30px;
			text-align: center;
		}
		
		.boxes-section .box {
			float: none;
			width: 100%;
		}
		
		.boxes-section .box-content { text-align: center; }
		
		.boxes-section .box:hover { 
			box-shadow: none; 
			-webkit-transform: none;
				-moz-transform: none;
					transform: none;
		}
		
		.box.position-changed { margin-right: 0; }
		
		#bg-8 + .boxes-section .box { width: 100%; }
		
	}
	
/* ==========================================================================
   =Breadcrumbs
   ========================================================================== */
	
	.breadcrumb.kalia-breadcrumbs {
		display: block;
		list-style-type: none;
		margin-bottom: 0;
                font-size: 14px;
		font-weight: 800;
                color: #ffffff;
	}
	
	.breadcrumb li { display: inline-block; }
        
        .breadcrumb li.breadcrumbs-separator { margin: 0 5px; }
	
	.breadcrumb li,
	.breadcrumb li a { 
		font-size: 14px;
		font-weight: 800;
		text-transform: uppercase;
	}
	
	.breadcrumb li a:hover { text-decoration: none; }
        
        .kalia-breadcrumbs li a { color: inherit;}
	
/* ==========================================================================
   =Buttons
   ========================================================================== */

/* =Default Button
   ========================================================================== */
   
	.btn { 
		display: inline-block; 
		position: relative;
		padding: 12px 30px; 
		margin: 0 5px 20px 0;
		line-height: 18px; 
		font-weight: 600;
		background-color: transparent;
		text-decoration: none !important;
		vertical-align: middle;
		cursor: pointer; 
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		-webkit-transition-duration: 0.5s;
				transition-duration: 0.5s;
		-webkit-transition-property: box-shadow, transform;
				transition-property: box-shadow, transform;
	}
	
	a.btn { color: #353636; }
	
	.btn:focus { outline: 0; }
	
	.btn-large {
		padding: 18px 40px;
		font-size: 16px;
	}
	
	.btn i,
	.btn-large i { 
		position: absolute;
		top: 0;
		bottom: 0;
		left: 100%;
		padding: 10px;
		color: #ffffff;
		font-size: 14px; 
		line-height: 14px; 
	}
	
	.btn:hover {
	 	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
		-webkit-transform: scale(1.1);
		   -moz-transform: scale(1.1);
				transform: scale(1.1); 
	}
	
	.btn.load-more { margin-bottom: 110px; }
	
/* =Lateral Border Buttons
   ========================================================================== */

	.btn.btn-lateral-borders {
		border-left: 12px solid #353636;
		border-right: 12px solid #1964ee;
	}
	
        #header-top .btn.btn-lateral-borders,
        #footer-top .btn.btn-lateral-borders,
        #footer .btn.btn-lateral-borders,
        #footer-bottom .btn.btn-lateral-borders { border-right-color: #84adf8; }
        
	.btn.btn-lateral-borders-2 {
		border-left: 12px solid #1964ee;
		border-right: 12px solid #1964ee;
	} 

/* =Colored Buttons
   ========================================================================== */ 
    
	.btn-color-1,
	.btn-color-2 { color: #ffffff; }
	
	.btn-color-1 { background-color: #1964ee; }
	
	a.btn-color-1 { 
		color: #ffffff;
		background-color: #1964ee;
	}
	
	.btn-color-2 { background-color: #353636; }
	
	a.btn-color-2 { 
		color: #ffffff;
		background-color: #353636;
	}
	
	.btn-color-1 i { background-color: #1964ee; }
	
	.btn-color-2 i { background-color: #353636; }
	
	.btn-white,
	.btn-white.alt { border: 2px solid; }
	
	.btn-white { border-color: #1964ee; }
	
	.btn-white.alt { border-color: #353636; }
	
/* ==========================================================================
   =Callouts
   ========================================================================== */

	.callout {
		padding: 30px 0;
		margin-bottom: 0;
	}	

	.callout-content > *:last-child,
	.callout-action > *:last-child {
		margin-bottom: 0; 
	}

	/*
	 * 1. Clearfix hack 
	 */
	 
	.callout:after { /* 1 */
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;
	}
	
	@media (max-width: 767px) {
		
		.callout { text-align: center; }

		.callout-content { margin-bottom: 30px; }
		
	}

/* ==========================================================================
   =Clients list
   ========================================================================== */

	.clients-list-container { margin-bottom: 110px; }
	
	.clients-list-container.no-margin { margin-bottom: 0; }
   
	.clients-list {
		margin: 0;
		list-style-type: none;
	}
	
	.clients-list li {
		position: relative;
		display: block;
		float: left;
		width: 16.66666%;
		margin-bottom: 0;
		border-right: 1px solid #ffffff;
		box-sizing: border-box;
		background-color: #1964ee;
		-webkit-transition: all .5s;
				transition: all .5s;
	}
	
	.clients-list li:last-child { border-right: none; }
	
		/*
	 * 1. Clearfix hack 
	 */
	 
	.clients-list:after { /* 1 */
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;
	}
	
/* ==========================================================================
   =Company timeline
   ========================================================================== */ 
 
    .timeline-phase { margin-bottom: 50px; }
    
	.timeline-header { margin-bottom: 50px; }
   
	.timeline-header .period {
		display: inline-block;
		box-sizing: border-box;
		float: left;
		margin-right: 25px;
		padding: 10px 35px;
		color: #ffffff;
		background-color: #1964ee;
		font-family: 'Cardo', serif;
		font-size: 18px;
		font-weight: 700; 
	}
	
	.timeline-header h4{
		position: relative;
		top: 8px;
	}
	
/* ==========================================================================
   =Contact form
   ========================================================================== */
  
	#contact-form { 
		overflow: visible; 
		margin-bottom: 30px; 
	}
	
	#contact-form fieldset {}
	
	label.validation-error { 
		color: #d50f25; 
		font-size: 10px;
		line-height: 16px;
	}
	
	input.validation-error,
	textarea.validation-error,
	select.validation-error { border: 2px solid #e1e1e1 ; }
	
	#contact-form #formstatus {}
		
	#contact-form textarea { margin-bottom: 80px; }	
	
	/*
	 * 1. Clearfix hack 
	 */
	#contact-form:after { /* 1 */
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;		
	}

/* ==========================================================================
   =Dividers
   ========================================================================== */

	.divider { margin: 30px 0; }
	
	.divider.single-line { border-top: 1px solid #9190a5; }
	
	.divider.double-line { border-top: 4px double #9190a5; }

/* ==========================================================================
   =Dropcaps
   ========================================================================== */
   
	.dropcap {
		float: left;
		display: block;
		margin: 5px 10px 0 0;
		font-size: 34px;
		line-height: 34px;
	}
	
	.dropcap.dropcap-square {
		width: 34px;
		height: 34px;
		border-radius: 2px;
		background-color: #1964ee;		
		color: #ffffff;
		font-size: 20px;		
		line-height: 34px;
		text-align: center;
		
	}
	
	.dropcap.dropcap-circle {
		width: 34px;
		height: 34px;
		border-radius: 50%;
		background-color: #1964ee;		
		color: #ffffff;
		font-size: 20px;		
		line-height: 34px;
		text-align: center;
	}
   
/* ==========================================================================
   =Galleries
   ========================================================================== */
	
	
	
/* ==========================================================================
   =Google Maps
   ========================================================================== */

	.google-map {
		width: 100%; 
		height: 400px;
	}
	
	/**
	 * 1. needed so that Google Maps controls are not distorted
	 */
	
	.google-map  img { max-width: none; }	/* 1 */
	

/* ==========================================================================
   =Headlines
   ========================================================================== */

	.headline { margin-bottom: 60px; }
	
	.headline.no-margin { margin-bottom: 0; }
        
	.headline h5 {
		position: relative;
		display: inline-block;
		margin-bottom: 25px;
		padding-bottom: 25px;
		color: #1964ee;
	}
	
	.headline h5:after {
		position: absolute;
		bottom: 0;
		content: "";
		width: 27px;
		height: 3px;
		background-color: #1964ee;
	}
	
	.headline.text-center h5:after {
		left: 50%;
		-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
				transform: translateX(-50%);
	}
        
        .headline.text-right h5:after {
		right: 0;
	}
        
        .headline.text-left h5:after {
		left: 0;
	}

/* ==========================================================================
   =Icon Boxes
   ========================================================================== */

/* =Icon Box 1
   ========================================================================== */
   
	.icon-box-1 { 
		position: relative; 
		margin-bottom: 110px;
	}
		
	.icon-box-1 > i { 
		float: left;
		display: block;
		font-size: 50px; 
		line-height: 50px; 
		color: #1964ee;
		-webkit-transition: all .3s ease-in;
				transition: all .3s ease-in;
	} 
	
	.icon-box-1 > img { 
		float: left; 
		display: block; 
	} 
	
	.icon-box-1 .icon-box-content { margin-left: 80px; }
	
	.icon-box-1 .icon-box-content h5 { margin-bottom: 30px; }

	.icon-box-1 .icon-box-content h5 a {
		-webkit-transition: all .3s ease-in;
				transition: all .3s ease-in;
	
	}
	
	.icon-box-1 .icon-box-content h5 a {
		-webkit-transition: all .3s ease-in;
				transition: all .3s ease-in;
	}
	
	.icon-box-1:hover i { 
		-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
				transform: scale(1.1);
	}
	
/* =Icon Box 2
   ========================================================================== */
   
	.icon-box-2 { 
		position: relative; 
		margin-bottom: 30px; 
	}
		
	.icon-box-2 > i { 
		display: inline-block;
		margin-bottom: 20px; 
		padding: 15px;
		font-size: 30px;
		color: #ffffff; 
		background-color: #1964ee; 
		border-radius: 50%;
		-webkit-transition: all .3s ease-in;
				transition: all .3s ease-in;
	}
	
	.icon-box-2 > img { margin-bottom: 10px; }
	
	.icon-box-2 .icon-box-content {}

	.icon-box-2 .icon-box-content h5 a {
		-webkit-transition: all .3s ease-in;
				transition: all .3s ease-in;
	
	}
	
	.icon-box-2 .icon-box-content h5 a {
		-webkit-transition: all .3s ease-in;
				transition: all .3s ease-in;
	}
	
	.icon-box-2:hover i { 
		-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
				transform: scale(1.1);
	}

/* =Icon Box 3
   ========================================================================== */
   
	.icon-box-3 { 
		position: relative; 
		margin-bottom: 50px; 
	}	
	
	.icon-box-3 > i { 
		position: relative;
		float: left;
		top: -15px;
		display: block;
		padding: 10px;
		border: 2px solid #1964ee;
		border-radius: 50%;
		font-size: 40px; 
		line-height: 40px; 
		color: #1964ee;
		-webkit-transition: all .3s ease-in;
				transition: all .3s ease-in;
	} 
	
	.icon-box-3 > i:after {
		position: absolute;
		top: 50%;
		right: 0;
		width: 50px;
		height: 2px;
		content: "";
		background-color: #1964ee;
		-webkit-transform: translateX(50px);
			-moz-transform: translateX(50px);
				 transform: translateX(50px);
		
	}
	
	.icon-box-3 > img { 
		float: left; 
		display: block; 
	} 
	
	.icon-box-3 .icon-box-content { margin-left: 140px; }
	
	.icon-box-3 .icon-box-content h3 { margin-bottom: 30px; }
	
	.icon-box-3 .icon-box-content h3 a { color: #1964ee; }
	
	.icon-box-3:hover i { 
		-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
				transform: scale(1.1);
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.icon-box-3 > i { 
			float: none;
			display: inline-block;
			margin-bottom: 20px;
		} 
		
		.icon-box-3 .icon-box-content { margin-left: 0px; }
		
	}

/* =Icon Box 4
   ========================================================================== */
   
	.icon-box-4 { 
		position: relative; 
		margin: 30px 0; 
	}	
	
	/**
	 * 1. Stop bg color from leaking outside the border	
	 */
	
	.icon-box-4 > i {
		position: absolute;	 
		z-index: 2; 
		left: 50%; 
		width: 60px; 
		height: 60px;
		border: 1px solid #e1e1e1 ;
		border-radius: 50%;
		margin-top: -30px; 
		margin-left: -30px; 			
		background-color: #f3f3f3;
		background-clip: padding-box; /* 1 */		
		color: #353636;
		font-size: 32px;
		line-height: 60px;
		text-align: center; 
	}
	 
	.icon-box-4 .icon-box-content { 
		position: relative;
		z-index: 1;
		padding: 55px 40px 40px;
		border: 1px solid #e1e1e1 ; 
		border-radius: 3px; 
		margin-top: 16px;
		background-color: #f3f3f3;
		text-align: center; 
	}

/* =Icon Box 5
   ========================================================================== */
   
	.icon-box-5 { 
		position: relative; 
		margin-bottom: 30px; 
	}	
		
	.icon-box-5 > i { 
		position: absolute;
		z-index: 2; 
		top: 50%;
		left: 0; 
		width: 60px; 
		height: 60px;
		border: 1px solid #e1e1e1 ;
		border-radius: 50%;
		margin-top: -30px; 
		background-color: #f3f3f3;
		background-clip: padding-box; 
		color: #353636;
		font-size: 32px;
		line-height: 60px;
		text-align: center;  
	} 
	
	.icon-box-5 .icon-box-content { 
		position: relative;
		z-index: 1;
		padding: 40px 40px 40px 55px;
		border: 1px solid #e1e1e1 ; 
		border-radius: 3px;
		margin-left: 30px;	
		background-color: #f3f3f3;
		text-align: center; 
	}					

/* ==========================================================================
   =Image Box
   ========================================================================== */

	.image-box {
		position: relative;
		padding: 50px;
		margin-top: 100px;
		margin-bottom: 30px;	
		border: 1px solid #e1e1e1 ;
		box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.03);
		background-color: #ffffff;
	}
	
	.image-box-img { margin: -50px -50px 50px; }
	
	.image-box-img  img {
		display: block;
		width: 100%;
	}
	
	.image-box > *:last-child { margin-bottom: 0; }
	
	.image-box h3 {
		margin-bottom: 35px;
		font-size: 24px;
		-webkit-transition: all .5s ease-in;
				transition: all .5s ease-in;
	}
	
	.image-box-number {
		position: absolute;
		top: -1px;
		left: 50%;
		padding: 80px;
		color: #ffffff;
		background-color: #1964ee;
		font-size: 30px;
		font-family: 'Cardo', serif;
		font-weight: 700; 
		text-align: center;
		-webkit-transition: all .5s ease-in;
				transition: all .5s ease-in;
		-webkit-transform: translateX(-50%) translateY(-50%);
		   -moz-transform: translateX(-50%) translateY(-50%);
				transform: translateX(-50%) translateY(-50%);
	}
	
	.image-box:hover .image-box-number {
		padding: 40px;
		box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 1); 
		-webkit-transform: translateX(-50%) translateY(0%);
		   -moz-transform: translateX(-50%) translateY(0%);
				transform: translateX(-50%) translateY(0%);	
	}
	
	.image-box:hover h3 { color: #1964ee; }
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.image-box { padding: 50px 20px 50px 20px; }
		
		.image-box-img { margin: -50px -20px 50px; }

		.image-box-number { padding: 40px; }
		
	}
	
/* ==========================================================================
   =Info Box
   ========================================================================== */
	
	.info-box {
		position: relative;
		overflow: hidden;
	}
	
	.info-box-img {
		position: absolute;
		z-index: 0;
		top: 0;
		width: 50%;
		height: 100%;
		background: no-repeat center center;
		-webkit-background-size: cover;
				background-size: cover;
	}
	
	.info-box-bg-left .info-box-img { left: 0; }

	.info-box-bg-right .info-box-img { right: 0; }
	
	.info-box-img img { display: none; }
	
	
	@media (min-width: 1200px) {
	
	}
	
	@media (max-width: 767px) {
		
		.info-box .info-box-img {
			position: relative;
			width: 100%;
			background: none !important;		 
		}
		
		.info-box-bg-left .info-box-img { left: 0; }
		.info-box-bg-right .info-box-img { right: 0; }
		
		.info-box-img img { 
			display: block;
			width: 100%;
		}
		
	}
   	
/* ==========================================================================
   =Milestones
   ========================================================================== */

	.milestone {
		position: relative;
		margin-bottom: 30px;
		text-align: center;
	}
	
	/*
	 * 1. Clearfix hack 
	 */
	.milestone:after { /* 1 */
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;		
	}
	
	.milestone i {
		float: left;
		z-index: 2;
		margin-right: 10px;
		font-size: 32px;
	}
	
	.milestone .milestone-content {
		float: left;
		z-index: 1;
		font-size: 26px;
		line-height: 32px;
	}
	
	.milestone .milestone-value {
		display: block;
		margin-bottom: 30px;
		font-family: 'Cardo', serif;
		font-weight: 700; 
		font-size: 72px;
		line-height: 60px;
	}
	
	.milestone .milestone-description {
		display: inline-block;
		font-size: 24px; 
		font-weight: 700;
		line-height: 30px;
	}
	
	.milestone .milestone-description span {
		font-size: 14px;
		font-style: italic;
		color: #84adf8;
	}

	@media (min-width: 1200px) {
		
		.milestone { text-align: left; }
		
		.milestone .milestone-value {
			float: left;
			margin-right: 20px;
			margin-bottom: 0;
			font-family: 'Cardo', serif;
			font-weight: 700; 
			font-size: 72px;
			line-height: 60px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.milestone { text-align: center; }
		
		.milestone .milestone-content {
			float: none;
			margin-bottom: 50px;
		}
		
		.milestone .milestone-value {
			float: none;
			display: block;
			margin-bottom: 20px;
		}
		
	}
	
/* ==========================================================================
   =Modal window
   ========================================================================== */	
   
	.white-popup {
		position: relative;
		width: auto;
		max-width: 500px;
		padding: 20px;
		margin: 20px auto;
		background: #fff;
	}
	
/* ==========================================================================
   =Our Process
   ========================================================================== */

/* =Horizontal process
   ========================================================================== */

	.horizontal-process-builder { 
		position: relative;
		margin-bottom: 40px;
		list-style: none;
		text-align: center; 
	}
	
	.horizontal-process-builder:before {
		position: absolute;
		z-index: 1;
		top: 60px;
		left: 130px;
		display: block;
		width: 75%;
		border-top: 1px solid #e1e1e1 ;
		content: "";
	}
	
	.horizontal-process-builder li { 
		float: left;
		width: 25%;  
	}
	
	.horizontal-process-builder li i,
	.horizontal-process-builder li h1 {
		position: relative;
		z-index: 2;
		display: block;
		width: 120px; 
		height: 120px;
		overflow: hidden;  
		border: 2px solid #e1e1e1;
		margin: 0 auto 20px;
		outline: 5px solid #fff;
		background-color: #fff;
		background-clip: padding-box;
		color: #353636;
		font-size: 48px; 
		line-height: 120px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s; 
	}
	
	.horizontal-process-builder li:hover i,
	.horizontal-process-builder li:hover h1 { 
		background-color: #1964ee; 
		color: #ffffff;
	}

	.horizontal-process-builder.three-items li { width: 33.3333333333%; }
	.horizontal-process-builder.four-items li { width: 25%; }
	.horizontal-process-builder.five-items li { width: 20%; }
	
	/*
	 * 1. Clearfix hack 
	 */
	.horizontal-process-builder:after { /* 1 */
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;		
	}
	
	@media (max-width: 767px) {
		
		.horizontal-process-builder li { 
			float: none;
			width: 100%;
			margin-bottom: 40px; 
		}
		
		.horizontal-process-builder:before { content: none; }
		
		.horizontal-process-builder.three-items li { width: 100%; }
		.horizontal-process-builder.four-items li { width: 100%; }
		.horizontal-process-builder.five-items li { width: 100%; }
		
	}
	
/* =Vertical process
   ========================================================================== */

	.vertical-process-builder {
		position: relative;
		margin-bottom: 40px;
		list-style: none;
	}
	
	.vertical-process-builder:before {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 26px;
		display: block;
		height: 85%;
		border-left: 1px solid #e1e1e1 ;
		content: "";
	}
	
	.vertical-process-builder li { margin-bottom: 70px; }
	
	.vertical-process-builder li i,
	.vertical-process-builder li h1 {
		position: relative;
		z-index: 2;
		float: left;
		display: block;
		width: 72px;
		height: 72px;
		overflow: hidden;
		border: 2px solid #e1e1e1 ;
		margin-left: -10px;
		outline: 10px solid #fff;
		background-color: #fff;
		background-clip: padding-box;
		font-size: 36px;
		line-height: 72px;
		text-align: center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.vertical-process-builder .process-description { margin-left: 100px; }
	
	.vertical-process-builder li:hover i,
	.vertical-process-builder li:hover h1 { 
		background-color: #1964ee;
		color: #ffffff;
	}
	
	@media (max-width: 767px) {
		
		.vertical-process-builder li i,
		.vertical-process-builder li h1 { margin-left: 0; }
		
		.vertical-process-builder:before { left: 36px; }
		
	}

/* ==========================================================================
   =Pie charts
   ========================================================================== */

	.pie-chart {
		position: relative;	
		margin: 0 auto 20px;
		text-align: center;
	}
	
	.pie-chart canvas {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
	}
	
	.pie-chart i, 
	.pie-chart .pie-chart-custom-text, 
	.pie-chart .pie-chart-percent {
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		color: #353636;
		text-align: center;
	}
	
	.pie-chart img {
		max-width:100%;
		vertical-align: middle;
	}
	
	.pie-chart .pie-chart-custom-text {
		font-size: 18px;
	}
	
	.pie-chart .pie-chart-percent {
		font-size: 20px;
		font-weight: 600;
	}
	
	.pie-chart-description {
		display: block;
		font-size: 12px;
		text-align: center;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.pie-chart .pie-chart-percent { font-size: 12px; }
		
	}

/* ==========================================================================
   =Pricing Tables
   ========================================================================== */

	.pricing-table {
		margin-bottom: 30px;
		box-sizing: border-box;
		text-align: center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.pricing-table-header {}
	
	.pricing-table-header h2 {
		margin-bottom: 0;
		padding: 10px 0;
		font-family: "Open Sans", Arial, sans-serif; 
		font-size: 22px;
		font-weight: 900;
		text-transform: uppercase;
		text-align: center;
		background-color: #141e31;
		color: #ffffff;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.pricing-table-header h1 {
		padding: 40px 0;
		margin-bottom: 0;
		font-size: 60px;
		background-color: #1964ee;
		color: #ffffff;
		text-align: center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.pricing-table-header h1 sup {
		font-size: 25px;
		font-weight: 700;
	}
	
	.pricing-table-header h1 span {
		display: inline-block;
		margin-left: -50px;
		font-size: 14px;
		font-weight: 400;
	}
		
	.pricing-table-offer {
		margin-bottom: 0;
		padding: 40px 0;
		background-color: #e8ecf6;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.pricing-table-offer ul {
		margin-bottom: 0;
		list-style: none;
	}
	
	.pricing-table-offer ul li { 
		margin-bottom: 0;
		padding: 15px 0; 
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	a.pricing-table-order {
		display: block;
		margin-bottom: 0;
		padding: 30px 0;
		background-color: #d2d7e2;
		color: #353636;
		font-weight: 700;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.pricing-table:hover { 
		box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
		-webkit-transform: scale(1.03);
			-ms-transform: scale(1.03);
				transform: scale(1.03);
	}

	.pricing-table:hover .pricing-table-header h2 { background-color: #1964ee; }
	
	.pricing-table:hover .pricing-table-header h1 { background-color: #141e31; }
	
	.pricing-table:hover .pricing-table-offer { background-color: #1964ee; }
	
	.pricing-table:hover .pricing-table-offer li { color: #ffffff; }
	
	.pricing-table:hover a.pricing-table-order {
		color: #ffffff;
		background-color: #1f4fd8; 
	}
	
	@media (max-width: 767px) {
		
		.pricing-table { margin-bottom: 50px; }
		
	}
	
/* ==========================================================================
   =Progress Bar
   ========================================================================== */

	.progress-bar-description {
		display: block;
		margin-bottom: 20px;
		font-weight: 700;	
		overflow: visible;
	}
	
	.progress-bar {
		position: relative;
		display: block;
		height: 7px;
		margin-bottom: 40px;
		background-color: #e8ecf6;
	}
	
	.progress-bar .progress-bar-outer {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		background-color: #1964ee;
	}
	
	.progress-bar .progress-bar-outer .progress-bar-inner {
		position: absolute;
		z-index: 1;
		overflow: hidden;
		top: 0;
		left: 0;
		display: block;
		height: 100%;
		width: 100%;
	}
	
	.progress-bar .percentage {
		position: absolute;
		right: 0;
		top: -40px;
		font-weight: 700;
	}

/* ==========================================================================
   =Revolution Slider
   ========================================================================== */
   
/* =Rev Slider Basics
   ========================================================================== */   
   
	.rev_slider_wrapper { margin-bottom: 110px; }

/* =Rev Slider Pager
   ========================================================================== */

   /**
 	 * 1. changing the z-index from 1000 so that the bullets don't go over the sticky menu
 	 */
   
	.tp-bullets { 
		z-index: 100; /* 1 */
	}
	
	.tp-bullets.default .tp-bullet {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background: #353636;
	}

	.tp-bullets.default .tp-bullet:hover,
	.tp-bullets.default .tp-bullet.selected { background: #1964ee; }

/* =Rev Slider navigation
   ========================================================================== */
	.tp-leftarrow.custom,
	.tp-rightarrow.custom {
		width: 65px;
		height: 240px;
		opacity: 0.1;
		background-color: #1964ee;
		-webkit-transition: all .5s;
				transition: all .5s;
	}

	.tp-leftarrow.custom:hover,
	.tp-rightarrow.custom:hover { 
                opacity: 1;
                background-color: #1964ee;
        }
	
	.tp-leftarrow.custom:before,
	.tp-rightarrow.custom:before {
		color: #fff;
		font-size: 16px;
		line-height: 240px;
                font-weight: 900;
		-webkit-transition: color 0.3s;
				transition: color 0.3s;
	}

	@media (min-width: 768px) and (max-width: 991px) {
		
		.tp-leftarrow.custom,
		.tp-rightarrow.custom { display: none; }
		
	}

	@media (max-width: 767px) {
		
		.tp-leftarrow.custom,
		.tp-rightarrow.custom { display: none; }
		
		.tp-bullets { bottom: 20px !important; }
		
	}
	
/* =Rev Slider typography
   ========================================================================== */	

	.title-huge {
		font: 150px 'Cardo'; 
		line-height: 150px; 
		font-weight: 700;	
	}
	
	.text-large {
		font-family: 'Cardo', serif;
		font-size: 72px;
		font-weight: 700;
		line-height: 60px;
		color: #353636;
	}
        
        .title-large h1 {
                font-size: 72px;
                line-height: 80px;
        }
	
	.text-large.alt { 
		color: #000712; 
		line-height: 70px;
	}
	
	.text-medium {
		font: 24px "Open Sans", Arial, sans-serif;
		text-transform: uppercase;
		font-weight: 700;
	}
	
	.text {}
	
	.text.alt { color: #000712; }
	
	@media (max-width: 767px) {
		
		.rev_slider_wrapper .btn { padding: 6px 12px; }
		
	}
	
/* ==========================================================================
   =Search Results
   ========================================================================== */	
   
        .search-result { margin-bottom: 80px; }
   
        .search-result h5 { margin-bottom: 20px; }
    
        .search-result h4 {
                font-size: 22px;
                line-height: 24px;
        }
   
	.search-result a { 
		text-decoration: none;
		font-weight: 600; 
	}
	
/* ==========================================================================
   =Shop
   ========================================================================== */  
   
        .shop-banner {
                position: relative;
        }

	.shop-banner .text-wrapper {
		position: absolute;
		right: 0;
		bottom: 10%;
		padding: 25px 140px 25px 25px;
		color: #ffffff;
		background-color: #1964ee;
	}
	
	.shop-banner .price-tag {
		position: absolute;
		right: 20px;
		bottom: 50px;
		display: inline-block;
		padding: 45px;
		background-color: #071f4c;
		color: #ffffff;
		text-decoration: none;
		border-radius: 50%;
		text-align: center;
	}
	
	.shop-banner .price-tag h5 {
		margin: 0;
		font: 18px "Open Sans", Arial, sans-serif; 
		font-weight: 600;
		text-transform: uppercase;
	}
   
	.banners-container { }
	
	.banner-image-container { 
		position: relative; 
		display: block;
		text-decoration: none;
		overflow: hidden;
		-webkit-transition: all .5s;
				transition: all .5s;
	}
	
	.banner-image-container:hover { text-decoration: none; }
	
	.banner-image-container img { width: 100%; }
	
	.banner-image-container + a.banner-image-container { margin-top: 30px; }
	
	.banner-image-container .text-wrapper { position: absolute; }
	
	.banner-image-container.large .text-wrapper {
		top: 10%;
		right: 15%;
		color: #ffffff;
	}
	
	.banner-image-container.medium .text-wrapper {
		padding: 35px 0;
		color: #ffffff;
		background-color: rgba(25, 100, 238, .8);
		bottom: 0;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		opacity: 0;
		-webkit-transition: all .3s ease-in;
				transition: all .3s ease-in;
	}
	
	.banner-image-container.medium:hover .text-wrapper { opacity: 1; }
	
	.banner-image-container.small .text-wrapper {
		top: 10%;
		left: 5%;
		color: #353636;
	}
	
	.banner-image-container .text-wrapper .text-extra-large { 
		font: 90px "Open Sans", Arial, sans-serif; 
		font-weight: 900;
	}
	
	.banner-image-container .text-wrapper .text-extra-large span {
		font: 36px "Open Sans", Arial, sans-serif; 
		font-weight: 400;
		color: #1964ee;
	}
	
	.banner-image-container .text-wrapper .text-large {
		font-family: 'Cardo', serif;
		font-size: 60px;
		font-weight: 700;
		color: #ffffff;
		text-transform: uppercase;
	}
	
	.banner-image-container .text-wrapper .text-medium {
		font-family: 'Cardo', serif;
		font-size: 36px;
		font-weight: 700;
		text-transform: uppercase;
	}
        
        #wrap #content ul.products {
                display: block;
		margin: 0;
		padding: 0;
		list-style-type: none;
        }
         
        #wrap #content ul.products li.product {
                position: relative;
		float: left;
		padding: 0 0 35px 0;
		text-align: center;
		-webkit-transition: all .3s ease-in;
				transition: all .3s ease-in;
        }
        
        @media (max-width: 500px) { #wrap #content ul.products li.product { width: 100%; } }
        
        #wrap #content ul.products li.product a img {
                margin-bottom: 65px;
        }
         
        #wrap #content ul.products li.product.last {
                margin-right: 0;
        }
        
        #wrap #content ul.products li.product:hover {
                background-color: #1964ee;
        }
        
        #wrap #content ul.products li.product .onsale {
                position: absolute;
		top: 10px;
		right: 10px;
                left: auto;
		padding: 10px 25px;
                background-color: #fe0b55;
                border-radius: 0;
                margin: 0;
                min-height: 20px;
                min-width: 50px;
		display: inline-block;
		font: 18px "Open Sans", Arial, sans-serif; 
		font-weight: 600;
		text-transform: uppercase;
		color: #ffffff;
        }
        
        #wrap #content ul.products li.product h3 {
                margin-bottom: 20px;
		font: 18px "Open Sans", Arial, sans-serif; 
		font-weight: 600;
		color: #353636;
		-webkit-transition: all .3s linear;
				transition: all .3s linear;
        }
        
        #wrap #content ul.products li.product .star-rating {
                margin-left: auto;
                margin-right: auto;
        }
        
        #wrap #content ul.products li.product .price del {
                display: block;
		font: 18px "Open Sans", Arial, sans-serif;
		font-weight: 600;
		color: #002568;
        }
        
        #wrap #content ul.products li.product .price {
                display: block;
		margin-bottom: 20px;
		color: #1964ee;
		font: 36px "Open Sans", Arial, sans-serif; 
		font-weight: 600;
		-webkit-transition: all .3s linear;
				transition: all .3s linear;
        }
        
        #wrap #content ul.products li.product .price ins {
                padding: 0;
                border: none;
                border-radius: 0;
        }
        
        #wrap #content ul.products li.product .button.add_to_cart_button {
                font: 12px "Open Sans", Arial, sans-serif; 
		font-weight: 900;
		color: #1964ee;
		text-transform: uppercase;
		-webkit-transition: all .3s linear;
				transition: all .3s linear;
                                
		padding: 12px 30px; 
		margin: 0 5px 20px 0;
		line-height: 18px; 
		background-color: transparent;
		vertical-align: middle;
		cursor: pointer; 
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		-webkit-transition-property: box-shadow, transform;
				transition-property: box-shadow, transform;
        }
        
        #wrap #content ul.products li.product .added_to_cart { 
                display: block;
                line-height: 18px;
                font-weight: 900;
        }
        
        #wrap #content ul.products li.product .button.add_to_cart_button:before {
            content: "+ ";
        }
        
        #wrap #content ul.products li.product:hover h3,
        #wrap #content ul.products li.product:hover .button.add_to_cart_button,
        #wrap #content ul.products li.product:hover .price,
        #wrap #content ul.products li.product:hover .added_to_cart {
                color: #ffffff;
        }
        
        #wrap #content ul.products li.product .button.add_to_cart_button:hover {
	 	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
		-webkit-transform: scale(1.1);
		   -moz-transform: scale(1.1);
				transform: scale(1.1); 
	}
	
	
	.page-style-view  a { display: inline-block; }
	
	.page-style-view  a:hover { text-decoration: none; }
	
	.page-style-view  i { 
		font-size: 30px;
		color: #cccccc;
		margin-right: 10px;
	}
	
	.page-style-view  a.active i,
	.pages-tyle-view a:hover i { color: #1964ee; }
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.banner-image-container.large .text-wrapper {
			right: 5%;
			top: 5%;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.banner-image-container { margin-bottom: 30px; }
		
		.banner-image-container.large .text-wrapper {
			right: 0;
			top: 0;
		}

		.banner-image-container .text-wrapper .text-extra-large {
			font: 900 40px "Open Sans",Arial,sans-serif;
		}
		
		.banner-image-container .text-wrapper .text-large {
			font-size: 30px;
		}
		
		.shop-banner { 
			padding: 0; 
			background-image: none;
		}
	   
		.shop-banner .text-wrapper {
			position: relative;
			right: 0;
			bottom: 0;
			padding: 30px;
		}
		
		.shop-banner .price-tag {
			position: relative;
			right: 20px;
			bottom: 0;
			display: inline-block;
			padding: 25px;
			background-color: #071f4c;
			color: #ffffff;
			text-decoration: none;
			border-radius: 50%;
			text-align: center;
		}
		
		.shop-banner .price-tag h5 {
			margin: 0;
			font: 18px "Open Sans", Arial, sans-serif; 
			font-weight: 600;
			text-transform: uppercase;
		}
		
	}
	
/* =Shopping Cart Icon
	========================================================================== */	   
   
        .site-header-cart a.cart-contents {
		position: relative;
		display: block;
		float: right;
		height: auto;
		width: auto;
		line-height: 1.6;
	 	padding: 15px 30px 0px 0; 
	}
	
	.site-header-cart .cart-contents:after {
		position: absolute;
		left: -20px;
		top: 10px;
		width: 100%;
		content: "\e75a";
		font-family: 'iconfontcustom';
		text-align: center;
		font-size: 20px;
		color: #353636;
	}
	
	.site-header-cart a.cart-contents .count {
		position: absolute;
		bottom: -12px;
		left: 0px;
		z-index: 3;
		background-color: #1964ee; 
		width: 18px;
		height: 18px;
		text-align: center;
		line-height: 18px;
		border-radius: 50%;
		color: #fff;
		text-decoration: none;
	}


        .site-header-cart {
		position: absolute;
		display: block;
		width: 290px;
		box-sizing: border-box;
		margin-bottom: 0;
		list-style-type: none;
	}
	
	.site-header-cart ul { list-style-type: none; }
	
	.site-header-cart li {
		display: block;
		margin: 0;
	}
	
	.site-header-cart > li:nth-child(2) {
		position: relative;
		z-index: 999999999999;
		margin-top: 67px;
	}
	
	.site-header-cart .widget_shopping_cart {
		padding: 30px 0;
		box-sizing: border-box;
		background-color: #ffffff;
		box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.4);
		display: none;
	}
        
        .site-header-cart .woocommerce.widget_shopping_cart .cart_list li {
                padding: 0 10px;
                margin-bottom: 20px;
        }
        
        .site-header-cart .widget_shopping_cart .cart_list li.empty {
                text-align: center;
                font-size: 16px;
                font-weight: 700;
                margin-bottom: 20px;
        }
        
        .site-header-cart .woocommerce ul.cart_list li a,
        .site-header-cart .woocommerce ul.product_list_widget li a {
                max-width: 245px;
                color: #353636
        }

        .site-header-cart .woocommerce.widget_shopping_cart .cart_list li a.remove {
                right: 10px;
                left: auto;
                font-size: 20px;
                color: #ffffff !important;
                background-color: #1964ee;
                font-weight: 400;
                line-height: 1;
                border-radius: 0;
        }
        
        .site-header-cart .woocommerce.widget_shopping_cart .cart_list li a.remove:hover {
                color: red !important;
        }
        
        .site-header-cart .woocommerce ul.cart_list li img,
        .site-header-cart .woocommerce ul.product_list_widget li img {
                float: left;
                margin: 0 5px 0 0;
                width: auto;
                max-width: 115px;
        }
        
        .site-header-cart .woocommerce.widget_shopping_cart .total {
                margin-bottom: 15px;
                padding: 20px 10px;
                text-align: right;
                color: #353636;
                background-color: #d6dce1;
                font-weight: 700;
                text-transform: uppercase;
                border: none;
        }
        
        .site-header-cart .woocommerce.widget_shopping_cart .total .amount {
                margin-left: 20px;
        }
        
        .site-header-cart p.buttons { 
                margin-bottom: 0;
                text-align: center;
        }
        
        .site-header-cart .widget_shopping_cart .buttons a.button {
                display: inline-block; 
		position: relative;
		padding: 12px 30px; 
                margin: 0 5px 0 0;
                padding: 5px 25px;
                font-size: 12px;
                font-weight: 700;
		line-height: 18px; 
                color: #ffffff;
		background-color: #1964ee;
		text-decoration: none;
		vertical-align: middle;
                text-transform: uppercase;
		cursor: pointer; 
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		-webkit-transition-duration: 0.5s;
				transition-duration: 0.5s;
		-webkit-transition-property: box-shadow, transform;
				transition-property: box-shadow, transform;
	}
        
        .site-header-cart .widget_shopping_cart .buttons a.button.checkout {
                background-color: #353636;
        }
	
	.site-header-cart .widget_shopping_cart .buttons a.button:hover {
	 	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
		-webkit-transform: scale(1.1);
		   -moz-transform: scale(1.1);
				transform: scale(1.1); 
	}
	
	@media (max-width: 767px) {
		
		.site-header-cart .widget_shopping_cart.widget { left: 30px; }
		
	}
/* =Woocommerce Login
   ========================================================================== */	
	
	 #customer_login { margin-bottom: 110px; }
	
	.woocommerce #customer_login .form-wrapper {
		box-sizing: border-box;
		padding: 60px 50px 40px 50px;
		background-color: #e8ecf6;
	}
	
	.woocommerce #customer_login .form-wrapper.alt { border: 2px solid #353636; }
	
	.woocommerce #customer_login .form-wrapper h4 {
		font: 24px "Open Sans", Arial, sans-serif; 
		font-weight: 700;
		text-transform: uppercase;
	}
	
	@media (max-width: 767px) {
		
		.woocommerce #customer_login .form-wrapper {
			margin-bottom: 40px; 
			padding: 30px 20px 10px 20px;
		}
		
	}

/* =Woocommerce Pagination
   ========================================================================== */	

	.woocommerce .woocommerce-pagination { 
		position: relative; 
		margin-bottom: 110px;
		float: right;
	}
	
	.woocommerce .page-numbers {
		margin: 0;
		list-style-type: none;
	}

	.woocommerce .page-numbers:after { 
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;		
	}
	
	.woocommerce .page-numbers li {
		float: left;
		display: block;
	}
	
	.woocommerce .page-numbers li .page-numbers {
		display: inline-block;
		width: 30px;
		height: 30px;
		margin-right: 10px;
		background-color: #e6e6e6;
		color: #353636;
		text-align: center;
		font-family: 'Cardo', serif;
		font-size: 14px;
		font-weight: 700;
		line-height: 30px;
		-webkit-transition: all .3s;
				transition: all .3s;
	}
	
	.woocommerce .page-numbers li .page-numbers:hover, 
	.woocommerce .page-numbers li .page-numbers.current {
		text-decoration: none;
		background-color: #1964ee;
		color: #fff;
	}
        
        .woocommerce nav.woocommerce-pagination ul.page-numbers,
        .woocommerce nav.woocommerce-pagination ul.page-numbers li {
                border: none;
        }
	
/* =Shop Single Product
   ========================================================================== */		
    
        .woocommerce label { position: relative; }
        
        .single-product.woocommerce #wrap nav.woocommerce-breadcrumb { display: none; }
        
        .woocommerce #wrap div.product div[itemprop="description"] p {
                margin: 50px 0;
        }
        
        .woocommerce #wrap div.product .product_title {
                margin-bottom: 20px;
                font-size: 24px;
                line-height: 30px;
        }
        
        .woocommerce #wrap div.product .onsale {
		top: 10px;
                left: 10px;
		padding: 10px 25px;
                background-color: #fe0b55;
                border-radius: 0;
                margin: 0;
                min-height: 20px;
                min-width: 50px;
		display: inline-block;
		font: 18px "Open Sans", Arial, sans-serif; 
		font-weight: 600;
		text-transform: uppercase;
		color: #ffffff;
        }
        
        .woocommerce #wrap div.product p.price, 
        .woocommerce #wrap div.product span.price {
                font-size: 36px;
                font-weight: 600;
                color: #1964ee;
        }
        
        .woocommerce #wrap div.product p.price ins {
            border: none;
        }
        
        .single-product.woocommerce #wrap .quantity .qty {
                min-width: 150px;
                min-height: 55px;
                margin-right: 10px;
        }
        
        .woocommerce #wrap .star-rating span,
        #wrap .woocommerce .star-rating span {
                color: #009cff;
        }
        
        .woocommerce #wrap div.product .star-rating { margin-bottom: 50px; }
        
        .woocommerce #wrap .summary .variations label { 
                color: #1964ee; 
                border: none;
        }
        
        .woocommerce #wrap div.product form.cart .button {
                font: 16px "Open Sans", Arial, sans-serif; 
		font-weight: 600;
		color: #ffffff;
		padding: 18px 40px;
		margin: 0 5px 20px 0;
		line-height: 18px; 
		background-color: #1964ee;
		vertical-align: middle;
		cursor: pointer; 
                border-radius: 0;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		-webkit-transition-duration: 0.5s;
				transition-duration: 0.5s;
		-webkit-transition-property: box-shadow, transform;
				transition-property: box-shadow, transform;
        }
        
        .woocommerce #wrap div.product form.cart .button:hover {
	 	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
		-webkit-transform: scale(1.1);
		   -moz-transform: scale(1.1);
				transform: scale(1.1); 
	}
        
        #wrap div.product .woocommerce-tabs ul.tabs li:before,
        .woocommerce #wrap div.product .woocommerce-tabs ul.tabs li:after,
        .woocommerce #wrap div.product .woocommerce-tabs ul.tabs:before {
                content: none;
        }
        
        .woocommerce #wrap div.product .woocommerce-tabs .tabs.wc-tabs {
                margin-bottom: 50px;
                padding: 0;
        }
        
        .woocommerce #wrap div.product .woocommerce-tabs ul.tabs li {
                margin-right: 5px;
                padding: 20px 30px;
                border: none;
                border-radius: 0;
                background-color: #e8ecf6;
                color: #353636;
                text-decoration: none;
                font: 13px "Open Sans", Arial, sans-serif;
                font-weight: 700;
                text-transform: uppercase;
        }
        
        .woocommerce #wrap div.product .woocommerce-tabs ul.tabs li a {
                color: #353636;
        }
        
        .woocommerce #wrap div.product .woocommerce-tabs ul.tabs li.active {
                background-color: #1964ee;
        }
        
        .woocommerce #wrap div.product .woocommerce-tabs ul.tabs li.active a {
                color: #fff;
        }
        
        .woocommerce #wrap div.product .woocommerce-tabs #tab-description > h2,
        .woocommerce #wrap div.product .woocommerce-tabs #tab-additional_information > h2,
        .woocommerce #wrap div.product .woocommerce-tabs #comments .woocommerce-Reviews-title {
                display: none;
        }
        
        .woocommerce #wrap div.product .woocommerce-tabs #commentform label {
                position: relative;
                color: #353636;
                width: 100%;
                border: none;
                padding: 0;
        }
        
        .woocommerce #wrap div.product .woocommerce-tabs #commentform textarea { padding: 12px 20px; }
        
        .woocommerce #wrap div.product .woocommerce-tabs #commentform .form-submit #submit {
                background-color: #1964ee;
                color: #ffffff;
        }
        
        .single-product.woocommerce #content div.product .woocommerce-tabs {
                margin-bottom: 100px;
        }
        
        .single-product.woocommerce-page div.product div.images {
                margin-bottom: 100px;
        }
        
        
        .single-product.woocommerce-page #wrap #content .related.products > h2,
        .single-product.woocommerce-page #wrap #content .up-sells.upsells.products > h2 {
                text-align: center;
                margin-bottom: 100px;
        }
        
        .single-product.woocommerce-page #wrap #content .related.products ul li:nth-child(3),
        .single-product.woocommerce-page #wrap #content .up-sells.upsells.products ul li:nth-child(3) {
                margin-right: 0;
        }
	
/* =Shopping Cart
   ========================================================================== */	
	
        #wrap .woocommerce table.shop_table th {
                height: 70px;
                text-align: center;
                vertical-align: middle;
                text-transform: uppercase;
                font-weight: 700;
                color: #353636;
        }
        
        #wrap .woocommerce table.shop_table,
        #wrap .woocommerce table.shop_table th,
        #wrap .woocommerce table.shop_table td {
                border: 2px solid #e1e1e1;
        }
        
        #wrap .woocommerce table.shop_table td {
                padding: 20px 30px;
        }
        
        .woocommerce-cart table.cart td a.remove,
        .woocommerce-checkout table.cart td a.remove {
                display: inline-block;
        }

        #wrap .woocommerce #content table.cart img, 
        #wrap .woocommerce table.cart img, 
        #wrap .woocommerce-page #content table.cart img, 
        #wrap .woocommerce-page table.cart img {
                width:auto;
        }
        
        #wrap .cart_item .remove {
                display: inline-block;
                width: 0;
                font-family: FontAwesome;
                -webkit-transition: all .3s;
                transition: all .3s;
                font-size: inherit;
                visibility:hidden;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
        }
        
        #wrap .cart_item .remove:before {
                content: "\f014"; 
                visibility: initial;
                color: #e0e0e0;
                font-size: 36px;
        }
        
        #wrap .cart_item .remove:hover:before {
                color: red;
        }
        
        #wrap .shop_table .amount {
                font-weight: 700;
                color: #353636;
        }
        
        #wrap .shop_table .product-name a {
                color: #353636;
                text-decoration: none;
        }
        
        #wrap .shop_table .product-name a:hover {
                color: #1964ee;
        }
        
        #wrap .quantity .qty {
                color: #353636;
                padding: 5px 0;
                margin: 0 auto;
                min-width: 55px;
        }
        
        #wrap .shop_table input.button {
                background-color: #353636;
                color: #ffffff;
        }
        
        #wrap .shop_table #coupon_code {
                padding: 0 6px;
                min-height: 31px;
                min-width: 155px;
                border: 2px solid #e1e1e1;
        }
        
        #wrap .cart_totals a.button {
            display: inline-block;
            position: relative;
            padding: 12px 30px;
            margin: 0 5px 20px 0;
            line-height: 18px;
            font-weight: 600;
            color: #ffffff;
            background-color: #1964ee;
            text-decoration: none !important;
            vertical-align: middle;
            cursor: pointer;
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
            -webkit-transition-property: box-shadow, transform;
            transition-property: box-shadow, transform;
        }
        
        #wrap .cart_totals a.button:hover {
	 	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
		-webkit-transform: scale(1.1);
		   -moz-transform: scale(1.1);
				transform: scale(1.1); 
	}
        
        #wrap .cart_totals td { vertical-align: middle; }
        
/* =Woocommerce Checkout
   ========================================================================== */		
	#wrap .woocommerce-checkout .woocommerce-billing-fields p,
        #wrap .woocommerce-checkout .woocommerce-shipping-fields p { position: relative; }
        
        #wrap .woocommerce-checkout .woocommerce-billing-fields p label,
        #wrap .woocommerce-checkout .woocommerce-shipping-fields p label { position: absolute; }
        
        #wrap .woocommerce .login label,
        #wrap .woocommerce-checkout .woocommerce-billing-fields .create-account label.checkbox,
        #wrap .woocommerce-checkout .woocommerce-billing-fields #account_password_field label {
                position: relative;
                color: #353636;
                width: 100%;
                border: none;
        }
        
        #wrap .woocommerce .login { background-color: #e8ecf6; }
        #wrap .woocommerce .login input { padding-left: 20px; }
        #wrap .woocommerce .login .button { background-color: #1964ee; color: #ffffff; }
        
        #wrap .woocommerce-checkout .woocommerce-billing-fields p .fa,
        #wrap .woocommerce-checkout .woocommerce-shipping-fields p .fa { line-height: 46px; }
        
        #wrap .woocommerce-checkout .woocommerce-billing-fields p .required { display: none; }
        
        #wrap .woocommerce-checkout .woocommerce-billing-fields #billing_address_1_field label,
        #wrap .woocommerce-checkout .woocommerce-billing-fields #billing_address_2_field label,
        #wrap .woocommerce-checkout .woocommerce-billing-fields #billing_state_field label,
        #wrap .woocommerce-checkout .woocommerce-billing-fields #billing_city_field label,
        #wrap .woocommerce-checkout .woocommerce-billing-fields #billing_postcode_field label {
                display: inline-block;
                font-family: FontAwesome;
                font-style: normal;
                font-size: 0;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
        }
        
        #wrap .woocommerce-checkout .woocommerce-billing-fields #billing_address_1_field label:before,
        #wrap .woocommerce-checkout .woocommerce-billing-fields #billing_address_2_field label:before,
        #wrap .woocommerce-checkout .woocommerce-billing-fields #billing_state_field label:before,
        #wrap .woocommerce-checkout .woocommerce-billing-fields #billing_city_field label:before,
        #wrap .woocommerce-checkout .woocommerce-billing-fields #billing_postcode_field label:before {
                color: #e0e0e0;
                font-size: 22px;
                line-height: 46px;
        }
        
        #wrap .woocommerce-checkout .woocommerce-billing-fields #billing_address_1_field label:before { content: "\f0b1"; }
        
        #wrap .woocommerce-checkout .woocommerce-billing-fields #billing_address_2_field label:before { content: "\f0b1"; }
        
        #wrap .woocommerce-checkout .woocommerce-billing-fields #billing_state_field label:before { content: "\f0f7"; }
        
        #wrap .woocommerce-checkout .woocommerce-billing-fields #billing_city_field label:before { content: "\f1ad"; }
        
        #wrap .woocommerce-checkout .woocommerce-billing-fields #billing_postcode_field label:before { content: "\f0ea"; }
        
        #wrap .woocommerce-checkout-payment#payment { background: transparent; }
        
        #wrap .woocommerce-checkout .woocommerce-billing-fields #billing_country_field label,
        #wrap .woocommerce-checkout-payment label {
                position: relative;
                color: #353636;
                width: 50%;
                border: none;
                text-align: left;
                padding-left: 0;
        }
        
        #wrap .woocommerce .checkout_coupon .button,
        #wrap .form-row.place-order #place_order { 
                background-color: #1964ee; 
                padding: 12px 30px;
                margin: 0 5px 20px 0;
                line-height: 18px;
                font-weight: 600;
                color: #ffffff;
       }

/* ==========================================================================
   =Social Media
   ========================================================================== */

	a.social-icon {
		float: left;
		display: block;
		width: 40px;
		padding: 10px 0; 
		margin-bottom: 1px;
		color: #ffffff;
		background-color: #1964ee;
		text-align: center;
		-webkit-transition: all .3s ease-in;
				transition: all .3s ease-in;
	}

	a.social-icon:last-child { margin-right: 0; }

	a.social-icon i { font-size: 20px; }
	
	a.social-icon:hover { 
		text-decoration: none; 
		background-color: #000712;
	}
	
	a.facebook-icon:hover { color: #0e59a0 !important; }
	a.twitter-icon:hover { color: #0ea4ff !important; }
	a.dribble-icon:hover { color: #ea73a0 !important; }
	a.pinterest-icon:hover { color: #d73532 !important; }
	a.googleplus-icon:hover { color: #282927 !important; }
	a.tumblr-icon:hover { color: #586980 !important; }
	a.instagram-icon:hover { color: #82685a !important; }
	a.rss-icon:hover { color: #f79638 !important; }
	a.linkedin-icon:hover { color: #018faf !important; }
	a.skype-icon:hover { color: #00b0f6 !important; }
	a.flickr-icon:hover { color: #0061db !important; }
	a.vimeo-icon:hover { color: #63879c !important; }
	a.github-icon:hover { color: #3b3b3b !important; }
	a.youtube-icon:hover { color: #cc181e !important; }
	a.windows-icon:hover { color: #6dc2e9 !important; }
	a.dropbox-icon:hover { color: #007ee5 !important; }
	a.xing-icon:hover { color: #026566 !important; }	
	a.adn-icon:hover { color: #1ea076 !important; }
	a.android-icon:hover { color: #98cb02 !important; }
	a.apple-icon:hover { color: #000000 !important; }
	a.behance-icon:hover { color: #2d9ad2 !important; }
	a.bitbucket-icon:hover { color: #214f81 !important; }
	a.bitcoin-icon:hover { color: #f7931b !important; }
	a.codepan-icon:hover { color: #000000 !important; }
	a.css3-icon:hover { color: #3289ce !important; }
	a.delicious-icon:hover { color: #3399fe !important; }
	a.deviantart-icon:hover { color: #c8da30 !important; }
	a.digg-icon:hover { color: #0080c2 !important; }
	a.drupal-icon:hover { color: #0077b9 !important; }
	a.empire-icon:hover { color: #000000 !important; }
	a.foursquare-icon:hover { color: #daecb0 !important; }
	a.git-icon:hover { color: #f34f29 !important; }
	a.gitti-icon:hover { color: #634c3e !important; }
	a.hacker-news-icon:hover { color: #f18642 !important; }
	a.html5-icon:hover { color: #e54c1f !important; }
	a.joomla-icon:hover { color: #016fb9 !important; }
	a.jsfiddle-icon:hover { color: #4679a4 !important; }
	a.linux-icon:hover { color: #fece0e !important; }
	a.maxcdn-icon:hover { color: #f36f20 !important; }
	a.openid-icon:hover { color: #fe6101 !important; }
	a.pagelines-icon:hover { color: #3783e3 !important; }
	a.pied-piper-icon:hover { color: #0c7b48 !important; }
	a.qq-icon:hover { color: #23286c !important; }
	a.rebel-icon:hover { color: #000000 !important; }
	a.reddit-icon:hover { color: #cee3f8 !important; }
	a.renren-icon:hover { color: #0d81e4 !important; }
	a.share-icon:hover { color: #252525 !important; }
	a.slack-icon:hover { color: #453744 !important; }
	a.soundcloud-icon:hover { color: #fe4e00 !important; }
	a.spotify-icon:hover { color: #80bb41 !important; }
	a.stack-exchange-icon:hover { color: #265a93 !important; }
	a.stackoverflow-icon:hover { color: #fea501 !important; }
	a.steam-icon:hover { color: #191919 !important; }
	a.stumbleupon-icon:hover { color: #f04f23 !important; }
	a.tencent-weibo-icon:hover { color: #0063a7 !important; }
	a.trello-icon:hover { color: #226784 !important; }
	a.vine-icon:hover { color: #00b081 !important; }
	a.vk-icon:hover { color: #50769d !important; }
	a.wechat-icon:hover { color: #a4dc31 !important; }
	a.weibo-icon:hover { color: #d82828 !important; }
	a.wordpress-icon:hover { color: #454442 !important; }
	a.yahoo-icon:hover { color: #4b04a8 !important; }
	
	.social-list {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	
	.social-list .social-link {
		float: left;
		display: block;
		width: 20%;
		margin-bottom: 0;
	}
	
	.social-list .social-link a.social-icon {
		position: relative;
		float: none;
		width: 100%;
		padding: 110px 0;
		background-color: #1964ee;
		text-align: center;
		opacity: 1;
		-webkit-transition: all .3s ease-in;
				transition: all .3s ease-in;
	}
	
	.social-list.alt .social-link a.social-icon:before {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		content: "";
		background: no-repeat center center;
		z-index: -2;
		opacity: 0;
		-webkit-transition: all .3s ease-in;
				transition: all .3s ease-in;
	}
	
	.social-list.alt .social-link a.social-icon:after {
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		content: "";
		background-color: rgba(25, 100, 238, .8);
		-webkit-transition: all .3s ease-in;
				transition: all .3s ease-in;
	}

	.social-list .social-link a.social-icon i { 
		font-size: 40px; 
		color: #ffffff;
		-webkit-transition: all .3s ease-in;
				transition: all .3s ease-in;
	}
	
	.social-list .social-link a.social-icon:hover {
		z-index: 5;
		box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
		-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
				transform: scale(1.1);
	}
	
	.social-list.alt .social-link a.social-icon:hover:before { opacity: 1; }
	
	.social-list.alt .social-link a.social-icon:hover i { color: #ffffff; }
	
		/*
	 * 1. Clearfix hack 
	 */
	.social-list:after { /* 1 */
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;		
	}
	
	@media (max-width: 767px) {
		
		.social-list .social-link a.social-icon { padding: 30px 0; }
		
		.social-list .social-link a.social-icon i { font-size: 20px; }
		
	}

/* ==========================================================================
   =Tabs
   ========================================================================== */

/* =Horizontal tabs
   ========================================================================== */
		
        .theme-tabs.vc_tta-color-grey.vc_tta-tabs .vc_tta-tab>a,
        .theme-tabs.vc_tta-color-grey.vc_tta-tabs .vc_tta-panel .vc_tta-panel-title>a { 
		padding: 20px 30px;
		border-left: none;		
		margin-bottom: -1px; 
		background-color: #000;
		color: #353636;
		text-decoration: none;
		font: 13px "Open Sans", Arial, sans-serif; 
		font-weight: 700;
		text-transform: uppercase;
        }
        
        .theme-tabs.vc_tta-color-grey.vc_tta-tabs .vc_tta-tab>a:hover {
                background-color: #1f252c;
		color: #fff; 
        }

        .theme-tabs.vc_tta-color-grey.vc_tta-tabs .vc_tta-tab.vc_active>a,
        .theme-tabs.vc_tta-color-grey.vc_tta-tabs .vc_tta-panel.vc_active .vc_tta-panel-title>a {
                background-color: #1964ee;
		color: #ffffff; 
        }
   
	
        .theme-tabs.vc_tta-color-grey.vc_tta-tabs.alt .vc_tta-icon {
                display: block;
		margin-bottom: 35px;
		font-size: 30px; 
        }
        
        
        .theme-tabs.vc_tta-color-grey.vc_tta-tabs.alt li.vc_tta-tab,
        .theme-tabs.vc_tta-color-grey.vc_tta-tabs.alt .vc_tta-panel .vc_tta-panel-title {
		width: 20%;
	}
        
        .theme-tabs.vc_tta-color-grey.vc_tta-tabs.alt .vc_tta-tab>a,
        .theme-tabs.vc_tta-color-grey.vc_tta-tabs.alt .vc_tta-panel .vc_tta-panel-title>a {
                float: none;
		width: 100%;
		margin-right: 0;
		padding: 75px 0;
		color: #ffffff;
		background-color: #1964ee;
		text-align: center;
        }
        
        
        .theme-tabs.vc_tta-color-grey.vc_tta-tabs.alt .vc_tta-tab.vc_active>a,
        .theme-tabs.vc_tta-color-grey.vc_tta-tabs.alt .vc_tta-panel.vc_active .vc_tta-panel-title>a {
                background-color: #000; 
		padding: 85px 0;
		margin-top: -10px; 
        }
        
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.tabs-container .tabs-menu li a { 
			padding: 20px;
			font: 13px "Open Sans", Arial, sans-serif; 
			font-weight: 700;
			text-transform: uppercase;
		}
		
	}
	
	@media (max-width: 767px) {
		
                .theme-tabs.vc_tta-color-grey.vc_tta-tabs.alt li.vc_tta-tab,
                .theme-tabs.vc_tta-color-grey.vc_tta-tabs.alt .vc_tta-panel .vc_tta-panel-title {
                        width: 50%;
                        margin-left: auto; 
                        margin-right: auto; 
                }
	}
	
/* =Vertical tabs
   ========================================================================== */
	
	.vertical-tabs-container {
		position: relative;
		border: 1px solid #e1e1e1 ;
		background-color: #f3f3f3;
	}
	
	.vertical-tabs-container .tabs-menu { 
		float: left;
		width: 179px;
		border-right: 1px solid #e1e1e1 ;
		margin-bottom: 0;
		list-style: none;
	}
	
	.vertical-tabs-container .tabs-menu li a { 
		display: block;
		padding: 15px 25px; 
		border-right: 1px solid #e1e1e1 ;	
		border-bottom: 1px solid #e1e1e1 ;
		margin-right: -1px; 
		background-color: #f3f3f3;
		color: #444;
		text-decoration: none;
	}
	
	.vertical-tabs-container .tabs-menu li.active a {
		border-right-color: #fff;
		background-color: #fff;
	}
	
	.vertical-tabs-container .tabs {
		margin-left: 180px;	
		background-color: #fff;
	}
	
	.vertical-tabs-container .tab-content { padding: 25px; }
	
	@media (max-width: 767px) {
		
		.tabs-container { margin-bottom: 50px; }
	
		.tabs-container .tabs-menu { 
			border-bottom: none;
			margin-bottom: 0;
		}
		
		.tabs-container .tabs-menu li { 
			display: block; 
			text-align: center;
		}
	
		.tabs-container .tabs-menu li a { 
			float: none; 
			display: block;
			padding: 20px 25px;
			border: none;
			border-top: none;
			margin: 0;
		}
		
		.tabs-container .tabs-menu li a:hover { text-decoration: none; }
		
		.tabs-container .tabs-menu li.active a {  
			padding: 20px 25px;
			margin: 0;
			background-color: #1964ee;
			color: #ffffff;
		}
		
		.vertical-tabs-container .tabs-menu { 
			float: none;
			width: 100%;
		}
		
		.vertical-tabs-container .tabs { margin-left: 0; }
		
		.vertical-tabs-container .tabs-menu li a { 
			padding: 20px 25px;
			border-right: none;
			margin-right: 0;
		}

		.vertical-tabs-container .tabs-menu li.active a { border-bottom-color: #bbb; }		
	  
	}
	
/* ==========================================================================
   =Testimonials
   ========================================================================== */

	.testimonial { 
		position: relative;
		margin-bottom: 30px;
		padding-top: 80px;
		text-align: center;
	}
	
	.testimonial:before {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		font-family: 'iconfontcustom';
		font-size: 40px;
		content: "\e7d9";
		color: #353636;
	}
	
	.testimonial blockquote { 
		position: relative; 
		padding: 0 20px;
		margin-bottom: 40px;  
	}
	
	.testimonial blockquote p { 
		margin-bottom: 0; 
		font-style: normal; 
	}

	.testimonial img { 
		border-radius: 50%;  
		margin-bottom: 40px;
	}
	
	.testimonial h5 { 
		margin-top: 40px;
		font: 18px "Open Sans", Arial, sans-serif; 
		font-weight: 700;
	}
	
	.testimonial span {
		display: block;
		font: 14px "Open Sans", Arial, sans-serif; 
		font-weight: 600;
		color: #1964ee;
	}
	
	/*
	 * 1. Clearfix hack 
	 */
	.testimonial:after { /* 1 */
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;		
	}
	
/* ==========================================================================
   =Team Member
   ========================================================================== */

	.team-member {
		margin-bottom: 30px;
		text-align: center;
	}
	
	.team-member img {
		display: block;
		width: 100%;
		margin-bottom: 60px;
	}
	
	.team-member h6 { 
		font: 16px "Open Sans", Arial, sans-serif; 
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.team-member p { margin-bottom: 10px; }
	
	.team-member span {
		display: block;
		margin-bottom: 20px;
		text-decoration: none;
		font-size: 24px;
		cursor: pointer;
		color: #1964ee;
	}
	
	.team-member .social-media-container a.social-icon {
		display: inline-block;
		float: none;
		opacity: 0;
		-webkit-transition: all .5s ease-in;
				transition: all .5s ease-in;
	} 
	
	.team-member .social-media-container a.social-icon:nth-child(2) {
		-webkit-transition-delay: .2s;
				transition-delay: .2s;
	}
	
	.team-member .social-media-container a.social-icon:nth-child(3) {
		-webkit-transition-delay: .3s;
				transition-delay: .3s;
	}
	
	.team-member .social-media-container a.social-icon:nth-child(4) {
		-webkit-transition-delay: .4s;
				transition-delay: .4s;
	}
	
	.team-member .social-media-container a.social-icon.faded { opacity: 1; }
	
/* ==========================================================================
   =Bx Slider
   ========================================================================== */
   
/* =Bx Slider reset
   ========================================================================== */
   
	.bx-wrapper { margin: 0 auto 40px; }
	
	.adds-slider .bx-wrapper { margin-bottom: 20px; }
   
	.bx-pager,
	.bx-controls-auto,
	.bx-controls-direction { z-index: 100; }
   
/* =Bx Slider theme
   ========================================================================== */   
   
   .bx-wrapper {		
		border: none;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;		
		background: none;
	}
	
	.testimonial-slider .bx-viewport { padding-top: 20px; }
	
	.testimonial-slider .bx-wrapper img { display: inline-block; }

/* =Bx Slider Pager
   ========================================================================== */ 
   
	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto { bottom: 30px; }
	
/* =Bx Slider Dir Nav
   ========================================================================== */ 
   
	.bx-wrapper .bx-prev {
		left: 0;
		background: #353636 url(././assets/images/left.png) no-repeat center center;
	}
	
	.bx-wrapper .bx-next {
		right: 0;
		background: #353636 url(././assets/images/right.png) no-repeat center center;
	}
	
	.thumbnails-slider .bx-prev {
		left: -40px;
		background-color: #d6dce1;
		background-image: url(././assets/images/left-1.png);
		-webkit-transition: all .3s;
				transition: all .3s;
	}
	
	.thumbnails-slider .bx-next {
		right: -40px;
		background-color: #d6dce1;
		background-image: url(././assets/images/right-1.png);
		-webkit-transition: all .3s;
				transition: all .3s;
	}
	
	.bx-wrapper .bx-prev:hover, 
	.bx-wrapper .bx-next:hover,
	.bx-wrapper .bx-prev:focus,
	.bx-wrapper .bx-next:focus  { background-position: center center; }
	
	.thumbnails-slider .bx-prev:hover,
	.thumbnails-slider .bx-next:hover,
	.thumbnails-slider .bx-prev:focus,
	.thumbnails-slider .bx-next:focus { background-color: #1964ee; }
	
	.thumbnails-slider .slides li {
		border: 3px solid transparent;
		-webkit-transition: all .3s ease-in;
				transition: all .3s ease-in;
	}
	
	.thumbnails-slider .slides li:hover { border-color: #1964ee; }
	
	/*
	 * 1. We are changing the original z-index from 9999 to 1000 so that it doesn't overlap other elements that need to be above this one
	 */
	 
	.bx-wrapper .bx-controls-direction a {
		width: 48px;
		height: 48px;
		z-index: 1000; /* 1 */	
	}	
	
	.thumbnails-slider .bx-wrapper .bx-controls-direction a {
		width: 40px;
		height: 120px;
		top: 50%;
		margin-top: 0;
		-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.testimonial-slider-controls,
	.adds-slider-controls { color: #a3a3a3; }
	
	#testimonial-slider-prev a,
	#testimonial-slider-next a,  
	#adds-slider-prev a,
	#adds-slider-next a { 
		position: relative;
		top: 3px;
		display: inline-block;
		font-size: 20px;
		font-weight: 700;
		text-decoration: none; 
		color: #a3a3a3;
		-webkit-transition: all .3s;
				transition: all .3s;
	}
	
	#testimonial-slider-prev a,
	#adds-slider-prev a { margin-right: 5px; }
	
	#testimonial-slider-next a,
	#adds-slider-next a { margin-left: 5px; }
	
	#testimonial-slider-prev a:hover,
	#testimonial-slider-next a:hover { color: #353636; }

	#adds-slider-prev a:hover,
	#adds-slider-next a:hover { color: #1964ee; }
	
	@media (min-width: 1200px) {

		.thumbnails-slider .bx-prev { left: -70px; }
	
		.thumbnails-slider .bx-next { right: -70px; }
		
	}
	
	@media (max-width: 991px) {
	
		.thumbnails-slider .bx-prev { left: -40px; }
		
		.thumbnails-slider .bx-next { right: -40px; }
			
	}
	
	@media (max-width: 991px) {
		
		.thumbnails-slider .bx-wrapper .bx-controls-direction a { width: 30px; }
		
		.thumbnails-slider .bx-prev { left: 0; }
		
		.thumbnails-slider .bx-next { right: 0; }
		
	}
	
/* ==========================================================================
   =WordPress Default Classes
   ========================================================================== */
   
    .kalia-inline-style { display: none; }
	
	/* Align */

	.alignleft {
		float: left;
		display: inline;
	}

	.alignright {
		float: right;
		display: inline;
	}

	.aligncenter {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	.caption.alignleft,
	img.alignleft {
		margin: 5px 20px 20px 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	.caption.alignright,
	img.alignright {
		margin: 5px 0 20px 20px;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	.caption.aligncenter,
	img.aligncenter {
		margin-top: 5px;
		margin-bottom: 20px;
		clear: both;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter,
	.caption.alignleft,
	.caption.alignright,
	.caption.aligncenter	{
		margin-bottom: 20px;
	}

	/* Caption */

	.caption,	
	.wp-caption {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.wp-caption img[class*="wp-image-"] { margin: 0; }

	.caption-text,
	.wp-caption-text {
		padding: 10px 0;
		color: #bbbbbb;
	}

	/* Gallery */

	.gallery { margin-bottom: 20px; }

	.gallery-item {
		float: left;
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		padding: 1.79104477%;
		text-align: center;
		vertical-align: top;
	}

	.gallery-columns-2 .gallery-item { max-width: 50%; }
	.gallery-columns-3 .gallery-item { max-width: 33.33%; }
	.gallery-columns-4 .gallery-item { max-width: 25%; }
	.gallery-columns-5 .gallery-item { max-width: 20%; }
	.gallery-columns-6 .gallery-item { max-width: 16.66%; }
	.gallery-columns-7 .gallery-item { max-width: 14.28%; }
	.gallery-columns-8 .gallery-item { max-width: 12.5%; }
	.gallery-columns-9 .gallery-item { max-width: 11.11%; }

	.gallery-icon img { margin: 0 auto; }

	.gallery-caption {
		display: block;
		padding: 10px 0;
		color: #bbbbbb;
	}

	.gallery-columns-6 .gallery-caption,
	.gallery-columns-7 .gallery-caption,
	.gallery-columns-8 .gallery-caption,
	.gallery-columns-9 .gallery-caption {
		display: none;
	}
	
	/* Text meant only for screen readers */
	
	.says,
	.screen-reader-text { 
		position: absolute !important;
		overflow: hidden;
		width: 1px;
		height: 1px;
		clip: rect(1px, 1px, 1px, 1px);		
	}

/* ==========================================================================
   =WordPress Post(s) 
   ========================================================================== */
 
        .post { 
            margin-bottom: 50px;
            position: relative; 
        }
   
        .post-thumbnail {
	    position: relative;
		display: block;
		margin-bottom: 50px;
		-webkit-transition: all .5s linear;
				transition: all .5s linear;
	}
	
	.post-thumbnail-overlay {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		-webkit-transition: all .3s ease-in;
				transition: all .3s ease-in;
	}
	
	.post-thumbnail:hover .post-thumbnail-overlay { background-color: rgba(25, 100, 238, .7); }
	
	.post-thumbnail img { display: block; }

	a.post-thumbnail {}
   
	.sticky {
	    padding: 60px 40px 40px;
		border: 1px solid #e1e1e1 ; 
	}
	
	.sticky.has-post-thumbnail { padding-top: 0; }
	
	.sticky.has-post-thumbnail .post-thumbnail {
		margin-right: -40px;
		margin-left: -40px;
	}
	
	.sticky-post {
		position: absolute;
		top: 0;
		padding: 3px 6px;
		background-color: #1964ee;
		color: #fff;
		font-weight: 700;		
		text-transform: uppercase;
	}
	
	.post-header { 
		padding: 0; 
		color: #9d9d9d;
	}

	.post-title {}
	
	.post-title a {
		-webkit-transition: all .3s;
				transition: all .3s;
	}
	
	.post-content,
	.post-summary { padding: 30px 0; }
	
	/*
	 * 1. Clearfix hack 
	 */
	.post-content:after,
	.post-summary:after {	/* 1 */
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	.post-content > :last-child,
	.post-summary > :last-child { margin-bottom: 0; }
	
	.post-content iframe { max-width: 100%; }
	
	.post-content .more-link,  
	.post-footer .more-link {
		position: relative;
		display: block;
		font-weight: 600;
		color: #1964ee;
		text-decoration: none;
	}
	
	.post-content .more-link,
	.post-summary .more-link:after { white-space: nowrap; }

	.post-content .more-link:after,
	.post-summary .more-link:after,
	.post-footer .more-link:after {
		position: relative;
		padding-left: 10px;
		content: "\f105";
		color: #1964ee;
		font-family: 'FontAwesome';
		font-size: 14px;
		font-weight: 600;
		-webkit-transition: all .3s;
				transition: all .3s;
	}
	
	.post-content .more-link:hover:after,  
	.post-footer .more-link:hover:after { padding-left: 15px; } 
	
    .post-footer { padding: 0; }
	
	/*
	 * 1. Clearfix hack 
	 */
	.post-header:after, 
	.post-content:after, 
	.post-summary:after, 
	.post-footer:after { /* 1 */
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;
	}
	
	.sticky .posted-on { display: none; }
	
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.post-format:before,
	.edit-link:before,
	.full-size-link:before {
		position: relative;
		margin-right: 5px;
	}

	.posted-on,
	.byline,
	.cat-links,
	.tags-links,
	.comments-link,
	.post-format,
	.full-size-link {}
	
	.posted-on a,
	.byline a,
	.cat-links a,
	.tags-links a,
	.comments-link a,
	.post-format a,
	.full-size-link a { 
		text-decoration: none;
		color: #353636;
		font-weight: 600;
		-webkit-transition: all .3s;
				transition: all .3s;
	}
	
	.posted-on a:hover,
	.byline a:hover,
	.cat-links a:hover,
	.tags-links a:hover,
	.comments-link a:hover,
	.post-format a:hover,
	.full-size-link a:hover { 
		color: #1964ee;
	}
	
	.posted-on {
		display: block;
		position: relative;
		margin-bottom: 25px;
		padding-bottom: 25px;
		font-family: 'Cardo', serif;
		font-size: 18px;
		font-weight: 700; 
		color: #1964ee; 	
	}
	
	.posted-on:before {
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		width: 30px;
		height: 3px;
		background-color: #1964ee; 
	}
	
	.comments-link { float: right; }
	
	.posted-on:before {}

	.byline:before {}

	.cat-links:before {}

	.tags-links:before {
		font-family: 'FontAwesome';
		content: "\f02c";
	}

	.comments-link:before {}

	.full-size-link:before {
		font-family: 'FontAwesome';
		content: "\f402";
	}

	.edit-link:before {
		font-family: 'FontAwesome';
		content: "\f040";
	}
	
	.comments-link,
	.edit-link { white-space: nowrap; }
        
        .post-header .comments-link { margin-left: 20px; }

        .format-standard .post-format:before {
		font-family: 'FontAwesome';
		content: "\f0f6";
	}
	
	.format-aside .post-format:before {
		font-family: 'FontAwesome';
		content: "\f10c";
	}

	.format-image .post-format:before {
		font-family: 'FontAwesome';
		content: "\f03e";
	}

	.format-gallery .post-format:before {
		font-family: 'FontAwesome';
		content: "\f00a";
	}

	.format-video .post-format:before {
		font-family: 'FontAwesome';
		content: "\f1c8";
	}

	.format-status .post-format:before {
		font-family: 'FontAwesome';
		content: "\f044";
	}

	.format-quote .post-format:before {
		font-family: 'FontAwesome';
		content: "\f10e";
	}

	.format-link .post-format:before {
		font-family: 'FontAwesome';
		content: "\f0c1";
	}

	.format-chat .post-format:before {
		font-family: 'FontAwesome';
		content: "\f18d";
	}

	.format-audio .post-format:before {
		font-family: 'FontAwesome';
		content: "\f027";
	}
	
	.format-aside {}
	
	.format-image {}
	
	.format-video {}
	
	.format-quote {}
	
	.format-gallery {}
	
	.format-status {}
	
	.format-link {}
	
	.format-audio {}
	
	.format-chat {}
	
	@media (max-width: 991px) {
		
		.comments-link { float: none; }
		
	}
	
	@media (max-width: 767px) {
		
		.post{ margin-bottom: 50px; }
		
		.post-thumbnail img { width: 100%;}
		
	}
	
/* =About Blog Author
   ========================================================================== */	
	
	.about-blog-author { margin: 110px 0; }
	
	.about-blog-author h5 { margin-bottom: 80px; }
	
	.blog-author-details {}
	
	.blog-author-details .author-name { 
		position: relative;
		margin-bottom: 0;
		padding-top: 20px;
		text-transform: uppercase;
		font-weight: 700;
	}
	
	.blog-author-details .author-name:before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		width: 30px;
		height: 3px;
		background-color: #1964ee;
	}
	
/* ==========================================================================
   =WordPress pagination and navigation
   ========================================================================== */
   
   .pagination { margin-bottom: 110px; }

	/*
	 * 1. Clearfix hack 
	 */
	.pagination:after { /* 1 */
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;		
	}	
	
	.pagination .nav-links {
		position: relative;
		text-align: left;
	}
	
	.pagination .page-numbers,
	.pagination .prev,
	.pagination .next {
		display: inline-block;
		width: 40px;
		height: 40px;
		margin-right: 10px;
		background-color: #e6e6e6;
		color: #353636;
		text-align: center;
		font-family: 'Cardo', serif;
		font-size: 14px;
		font-weight: 700;
		line-height: 40px;
		-webkit-transition: all .3s;
				transition: all .3s;
	}

	.pagination .page-numbers:hover,
	.pagination .page-numbers.current {
		text-decoration: none;
		background-color: #1964ee;
		color: #fff;
	}

	.pagination .current {
		display: inline-block;
		font-weight: 700;
	}

	.pagination .prev:before,
	.pagination .next:before {
		line-height: 40px;
		position: relative;
		font-family: "FontAwesome";
	}

	.pagination .prev:before { content: "\f104"; }

	.pagination .next:before { content: "\f105"; }	
	
	@media (max-width: 767px) {
		
		.pagination .page-numbers,
		.pagination .prev,
		.pagination .next {
			width: 35px;
			height: 35px;
			font-size: 14px;
			line-height: 35px;
		}
		
		.pagination .prev:before,
		.pagination .next:before { line-height: 35px; }
		
	}	

/* ==========================================================================
   =WordPress Comments
   ========================================================================== */
   
	.comments-area { margin-top: 60px; }
	
	.comment-body {
		position: relative;
		margin-bottom: 50px;
		padding-left: 120px;
	}

	.comments-area > :last-child { margin-bottom: 0; }

	.comment-list + .comment-respond {}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond { padding-top: 60px; }

	.comments-title,
	.comment-reply-title { margin: 0 0 45px 0; }

        .comment-reply-title small { 
            margin-left: 10px;
            font-size: 18px;
        }
        
        .comment-reply-title small a {
            padding: 2px 8px;
            border: solid 1px #353636;
        }
        
        .comment-reply-title small a:hover { border-color: #1964ee; }
        
	.comments-title {}

	.comment-list {
		margin: 0;
		list-style: none;
	}

	.comment-list .pingback,
	.comment-list .trackback {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.comment-list .children {
		margin: 0;
		list-style: none;
	}

	.comment-list .children > li { padding-left: 60px; }

	.comment-author { margin-bottom: 0; }
	
	.comment-author a { 
		font-size: 14px; 
		font-weight: 700;
		text-decoration: none;
	}

	.comment-author a:hover {}

	.comment-author .avatar {
		position: absolute;
		top: 0;
		left: 0;
		width: 95px;
		height: 95px;
		margin-right: 20px; 
	}

	.comment-meta { margin-bottom: 20px; }
	
	.comment-meta a { 
		color: #353636; 
		text-decoration: none;
	}
	
	.comment-metadata,
	.pingback .edit-link {}

	.comment-metadata a,
	.pingback .edit-link a {}

	.comment-metadata a:hover,
	.pingback .edit-link a:hover {}

	.comment-metadata a:hover,
	.comment-metadata a:focus,
	.pingback .edit-link a:hover,
	.pingback .edit-link a:focus {}

	.comment-metadata { margin-bottom: 20px; }

	.comment-metadata .edit-link { margin-left: 15px; }

	.pingback .edit-link { margin-left: 15px; }

	.pingback .edit-link:before { top: 0; }

	.comment-content ul,
	.comment-content ol { margin: 0 0 20px 20px; }

	.comment-content li > ul,
	.comment-content li > ol { margin-bottom: 0; }

	.comment-list .reply { margin-bottom: 20px; }

	.comment-list .reply a { 
		display: inline-block;
		font-size: 14px; 
		font-weight: 700;
		text-decoration: none;
	}

	.comment-list .reply a:hover,
	.comment-list .reply a:focus {}
	
	#content .comment-body .comment-content > p {
		position: relative;
		z-index: 2;
		margin-left: -40px;
		padding: 30px;
		border: 3px solid #e1e1e1;
		box-sizing: border-box;
		background-color: #ffffff;
	}
	
	@media (max-width: 767px) {
	
		.comment-list .children > li { padding-left: 0; }
	
	}

/* ==========================================================================
   =WordPress Comments Navigation
   ========================================================================== */
  
	.comment-navigation { text-transform: uppercase; }

	.comment-navigation a {}

	.comment-navigation a:hover,
	.comment-navigation a:focus {}

	.comment-navigation .nav-previous:not(:empty),
	.comment-navigation .nav-next:not(:empty) { display: inline-block; }

	.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
		margin: 0 10px;
		font-weight: 400;
		content: "\2215";
	}

	.comment-navigation .nav-previous a:before {
		position: relative;
		margin-right: 3px;
		font-family: "FontAwesome";
		content: "\f104";
	}

	.comment-navigation .nav-next a:after {
		position: relative;
		margin-left: 3px;
		font-family: "FontAwesome";
		content: "\f105";
	}

	.comment-navigation {
		padding: 20px 0;
		border-top: 1px solid #e1e1e1 ;
		border-bottom: 1px solid #e1e1e1 ;
	}

	.comments-title + .comment-navigation { border-bottom: 0; }
	
/* ==========================================================================
   =WordPress Comment Form
   ========================================================================== */	
	
        #comments.comments-area { margin-bottom: 110px; }
	
	.comment-form > p { position: relative; }

	.comment-form label {
		position: absolute;
		top: 2px;
		bottom: 2px;
		width: 50px;
		border-right: 2px solid #e1e1e1;
		text-align: center;
		box-sizing: border-box;
		color: #e1e1e1;
		font-size: 20px;
		line-height: 42px;
		font-style: italic;
	}
	
	.comment-form label .rotate {
		display: inline-block;
		color: #353636;
		font-size: 12px;
		font-style: italic;
		-webkit-transform: rotate(-90deg);
			-moz-transform: rotate(-90deg);
				transform: rotate(-90deg);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"],
	.comment-form textarea {
		display: block;
		width: 100%;
		-webkit-appearance: none;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			    box-sizing: border-box;
		padding: 12px 20px 12px 65px;		
		border: 2px solid #e1e1e1;
		margin-bottom: 30px;
		font-size: 12px;
		font-style: italic;
		background-color: #fff;
		color: #353636; 
	}
	
	.comment-form textarea { margin-bottom: 80px; }

	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.form-allowed-tags {}

	.logged-in-as a:hover {}

	.no-comments {
		border-top: 1px solid #e1e1e1 ;
		padding-top: 20px;
	}

	.comment-navigation + .no-comments { border-top: 0; }

	.form-allowed-tags code {}

	.form-submit { margin-bottom: 0; }

	.required { color: #d50f25; }

	.comment-reply-title small {}

	.comment-reply-title small a {}

/* ==========================================================================
   =WordPress Widgets
   ========================================================================== */
	
/* =Widgets default
   ========================================================================== */
	
	.widget { margin-bottom: 80px; }
	
	/**
	 * 1. The last element of every widget shouldn't have a margin bottom. used for spacing purposes
	 */
	
	.widget > :last-child { 
		margin-bottom: 0; /* 1 */
	}
	
	.widget-title { 
		margin-bottom: 50px;
		line-height: 18px;  
	}
        
         h4.widget-title { 
		font-size: 22px;
		line-height: 24px;  
	}
	
	#header-top .widget:first-child { padding-top: 10px; }
	
	#header-top .widget:last-child { 
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	
	#footer-top .widget:first-child { padding-top: 120px; }
	
	#footer-top .widget:last-child { 
		margin-bottom: 0; 
		padding-bottom: 90px;
	}
	
	#footer-top .widget-title {
		margin-bottom: 30px;
		font: 18px "Open Sans", Arial, sans-serif; 
		font-weight: 700;
		text-transform: uppercase;
		color: #84adf8;
	}
	
	#footer .widget:first-child { padding-top: 80px; }
	
	#footer .widget:last-child { 
		margin-bottom: 0;
		padding-bottom: 120px;
	}
	
	#footer .widget-title {
		margin-bottom: 70px;
		font: 16px "Open Sans", Arial, sans-serif; 
		font-weight: 700;
		text-transform: uppercase;
	}
	
	#footer-bottom .widget:first-child { padding-top: 60px; }
	
	#footer-bottom .widget:last-child { 
		margin-bottom: 0; 
		padding-bottom: 60px;
	}
	
	#footer-bottom .widget-title {
		margin-bottom: 70px;
		font: 16px "Open Sans", Arial, sans-serif; 
		font-weight: 700;
		text-transform: uppercase;
	}
	
	@media (max-width: 767px) {

		.widget { margin-bottom: 50px; }
		
		.widget-title {
			margin-bottom: 30px;
		}
	
		#footer-top .widget:last-child {
			padding-bottom: 40px;
		}
		#footer-top .widget:first-child {
			padding-top: 40px;
		}
		
		#footer .widget-title { margin-bottom: 30px; }
		
		#footer-bottom .widget-title { margin-bottom: 30px; }
		
		#footer .widget:last-child {
			padding-bottom: 20px;
		}

		#footer .widget:first-child {
			padding-top: 20px;
		}
		
	}
	
/* =Text Widget
   ========================================================================== */
	
	.widget_text {}
	
	.textwidget {}
	
	/**
	 * 1. The last element inside text widget shouldn't have margin bottom
	 */
	
	.textwidget > :last-child {
		margin-bottom: 0; /* 1 */
	}
	
/* =Search Widget
   ========================================================================== */
	
	.widget_search {}
	
	.searchform { position: relative; }

	.searchform .search-input { 
		display: inline-block; 
		width: 100%;
		margin-bottom: 0;
		padding: 15px 60px 15px 5px;
		border-top: none;
		border-left: none;
		border-right: none;
		box-sizing: border-box; 
		font-size: 12px;
	}
	
	.searchform .search-submit { 
		vertical-align: inherit;
		position: absolute;
		top: 0;
		right: 0;
		height: 47px;
		width: 47px;
		margin: 0;
		padding: 0;
		border: none;
		border-radius: 0;
	 	background: url(././assets/images/bg-search-blue.png) no-repeat center center;
		text-align: center; 
	}
	
	.searchform .search-submit:hover {
		box-shadow: none;
		transform: none;
	}
	
	#footer-top .search-input,
	#footer .search-input,
	#footer-bottom .search-input {
		background-color: transparent;
		color: inherit;
	}
        
        @media (max-width: 767px) { #header-top .widget_search { display:none; } }

/* =Recent Entries Widget
   ========================================================================== */
	
	.widget_recent_entries {}
	
	.widget_recent_entries ul { list-style: none; }
	
	.widget_recent_entries ul li { margin-bottom: 30px; }
	
	.widget_recent_entries ul li:last-child { margin-bottom: 0; }
	
	.widget_recent_entries ul li a {
		font-weight: 600;
		font-style: italic;
		text-decoration: none;
		color: #353636;
		-webkit-transition: all .3s;
				transition: all .3s;
	}
	
	.widget_recent_entries ul li a:hover { color: #1964ee; }
	
	.widget_recent_entries ul li a.title {
		text-transform: uppercase;
		font-weight: 700;
		font-style: normal;
	}
	
	.widget_recent_entries ul li .post-date { 
		display: block;
		margin-bottom: 10px;
		font-size: 12px;
		font-weight: 600;
		color: #1964ee;
		text-transform: uppercase;
	}
        
        #header-top .widget_recent_entries ul li .post-date,
        #footer-top .widget_recent_entries ul li .post-date,
        #footer .widget_recent_entries ul li .post-date,
        #footer-bottom .widget_recent_entries ul li .post-date { color: #84adf8; }
	
	.widget_recent_entries ul li img { margin-bottom: 10px; }
	
	@media (max-width: 767px) {
		
		.widget_recent_entries ul li a { display: block; }
		
	}
		
/* =Pages Widget
   ========================================================================== */
	
	.widget_pages {}
	
	.widget_pages ul { list-style: none; }
	
	.widget_pages ul li { margin-bottom: 20px; }
	
	.widget_pages ul li a {
		font-weight: 600;
		text-decoration: none;
		color: #353636;
		-webkit-transition: all .3s;
				transition: all .3s;
	}
	
	.widget_pages ul li a:hover { color: #1964ee; }
	
	.widget_pages .children {}
	
/* =Archive Widget
   ========================================================================== */
	
	.widget_archive {}
	
	.widget_archive ul { list-style: none; }
	
	.widget_archive ul li { margin-bottom: 20px; } 
	
	.widget_archive ul li a {
		font-weight: 600;
		text-decoration: none;
		color: #353636;
		-webkit-transition: all .3s;
				transition: all .3s;
	}
	
	.widget_archive ul li a:hover { color: #1964ee; }
	
	.widget_archive select {}
	
	.widget_archive option {}
	
/* =Categories Widget
   ========================================================================== */
	
	.widget_categories {}
	
	.widget_categories ul { list-style: none; }
	
	.widget_categories ul li { margin-bottom: 20px; } 
	
	.widget_categories a {
		font-weight: 600;
		text-decoration: none;
		color: #353636;
		-webkit-transition: all .3s;
				transition: all .3s;
	}
	
	.widget_categories ul li a:hover { color: #1964ee; }
	
	.widget_categories ul ul.children {}
	
	.widget_categories select{}
	
	.widget_categories select#cat {}
	
	.widget_categories select.postform {}
	
	.widget_categories option { font-weight: 600; }
	
	.widget_categories .level-0 {}
	
	.widget_categories .level-1 {}
	
	.widget_categories .level-2 {}
	
	.widget_categories .level-3 {}
	
/* =Meta Widget
   ========================================================================== */
	
	.widget_meta {}
	
	.widget_meta ul { list-style: none; }
	
	.widget_meta ul li { margin-bottom: 20px; }
	
	.widget_meta ul li a {
		font-weight: 600;
		text-decoration: none;
		color: #353636;
		-webkit-transition: all .3s;
				transition: all .3s;
	}
	
	.widget_meta ul li a:hover { color: #1964ee; }
	
/* =Recent Comments Widget
   ========================================================================== */
	
	.widget_recent_comments {}
	
	#recentcomments { list-style: none; }
	
	#recentcomments li { margin-bottom: 20px; }
	
	#recentcomments ul li a {
		font-weight: 600;
		text-decoration: none;
		color: #353636;
		-webkit-transition: all .3s;
				transition: all .3s;
	}
	
	#recentcomments li a:hover { color: #1964ee; }
	
	.recentcomments {}
	
/* =Tag Cloud Widget
   ========================================================================== */
	
	.widget_tag_cloud {}
	
	.widget_tag_cloud a {
		background-color: #1964ee;
		color: #fff;
		display: inline-block;
		font-weight: 700;
		margin: 0 3px 6px 0;
		padding: 3px 8px;
		text-decoration: none;
		-webkit-transition: all 0.3s ease 0s;
				transition: all 0.3s ease 0s;
	}
	
	.widget_tag_cloud a:hover {
		box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
		-webkit-transform: scale(1.05);
		   -moz-transform: scale(1.05);
				transform: scale(1.05);
	}
	
	.widget_tag_cloud a:after {}
	
	.widget_tag_cloud a:before {}
	
	#footer-top .widget_tag_cloud a,
	#footer .widget_tag_cloud a,
	#footer-bottom .widget_tag_cloud a { color: #ffffff; }
	
/* =Calendar Widget
   ========================================================================== */
	
	.widget_calendar {}
	
	#calendar_wrap {}
	
	#calendar_wrap th,
	#calendar_wrap td {
		padding: 0;
		line-height: 2.5;
		text-align: center;
	}
	
	#wp-calendar tr td {}
	
	#wp-calendar caption {
		font-weight: 700;
		text-transform: uppercase;
	}
	
	#wp-calendar tbody a {
		display: block;
		background-color: #1964ee;
		color: #fff;
		font-weight: 700;
	}
	
	#wp-calendar #today {}
	
	#wp-calendar #prev {}
	
	#wp-calendar #next {}
	
	#wp-calendar #next a {}
	
	#wp-calendar #prev a {}
	
/* =Nav Menu Widget
   ========================================================================== */
	
	.widget_nav_menu {}	
	
	.widget_nav_menu .menu,
	.widget_nav_menu .menu ul { list-style:none; }
	
	.widget_nav_menu .menu ul li { margin-bottom: 20px; }
	
	.widget_nav_menu .menu li a { 
		font-weight: 600;
		text-decoration: none;
		color: #353636;
		-webkit-transition: all .3s;
				transition: all .3s;
	}
	
	.widget_nav_menu li a:hover { 
		color: #1964ee;
		text-decoration: none;
	}
	
	.widget_nav_menu .sub-menu { margin-left:0; }
	
/* =RSS Widget
   ========================================================================== */
	
	.widget_rss {}

	.widget_rss ul {
		margin: 0;
		list-style: none;
	}

	.widget_rss li { margin-bottom: 20px; }

	.widget_rss ul:last-child,
	.widget_rss li:last-child { margin-bottom: 0; }

	.widget_rss .rsswidget {}

	.widget_rss .rsswidget img { margin-top: -4px; }

	.widget_rss .rss-date,
	.widget_rss cite {
		display: block;
		line-height: 3;
		font-weight: 700;
	}
	
	#footer-top .widget_rss .widget-title a,
	#footer .widget_rss .widget-title a,
	#footer-bottom .widget_rss .widget-title a { color: #fff; }
	
/* ==========================================================================
   =WordPress Custom Widgets
   ========================================================================== */
   
/* =Kalia Twitter widget
   ========================================================================== */
	
	.kalia_widget_latest_tweets{}
	
	.kalia-tweet-list .tweet { word-wrap: break-word; }
	
	.kalia-tweet-list ul { list-style: none; }
	
	.kalia-tweet-list .interact { text-align: center; }
	
	.kalia-tweet-list .interact a { margin-right: 10px; }
	
	.kalia-tweet-list .interact a:last-child { margin-right: 0; }
	
/* =Kalia Flickr widget
   ========================================================================== */
	
	.kalia_widget_flickr {}
	
	.flickr-feed {}
	
	.flickr-feed .flickr_badge_image { display: inline; }
	
	.flickr-feed img { 
		width: 75px; 
		height: auto;
		padding: 0 12px 12px 0; 
		border: none;
	}
	
	@media (max-width: 991px) {
		
		.flickr-feed img { 
			width: 60px; 
			height: auto;
			padding: 0 8px 8px 0; 
			border: none;
		}
		
	}
	
/* =Kalia Contact Info widget
   ========================================================================== */	
	
	.kalia_widget_contact_info {}
	
	.kalia_widget_contact_info ul {
		margin-bottom: 0;
		list-style: none;
	}
	
	.kalia_widget_contact_info ul li {
		position: relative;
		padding-left: 30px;
		margin-bottom: 40px;
		font-weight: 600;
	}
	
	.kalia_widget_contact_info ul li:last-child { margin-bottom: 0; }
	
	.kalia_widget_contact_info ul li i {
		position: absolute;
		top: 7px;
		left: 0;
		font-size: 12px;
	}
	
	.kalia_widget_contact_info ul li a {
		font-weight: 600;
		text-decoration: none;
		color: #353636;
		-webkit-transition: all .3s;
				transition: all .3s;
	}
	
	.kalia_widget_contact_info ul li a:hover { color: #1964ee; }
	
	#header-top .kalia_widget_contact_info ul li {
		display: inline-block;
		margin-bottom: 0;
		padding: 0 20px;
		border-right: 2px solid #ffffff;
		box-sizing: border-box;
		line-height: 1;
	}
	
	#header-top .kalia_widget_contact_info ul li:first-child { padding-left: 0; }
	
	#header-top .kalia_widget_contact_info ul li:last-child { border-right: none; }
	
	#header-top .kalia_widget_contact_info ul li i {
		position: relative;
		top: 2px;
		margin-right: 15px;
		font-size: 14px;
	} 
	
	@media (max-width: 767px) {
		
		#header-top .kalia_widget_contact_info ul {
			display: block; 
			padding: 30px 0;
		}
		
		#header-top .kalia_widget_contact_info ul li {
			padding: 0;
			border-right: none;
		}

		#header-top .kalia_widget_contact_info ul li {
			display: block;
			margin-bottom: 30px;
		}
		
		#header-top .kalia_widget_contact_info ul li:last-child { margin-bottom: 0; }
		
	}
	
/* =Kalia Newsletter subscribe widget
   ========================================================================== */

	.kalia_widget_newsletter {}
	
	.mc4wp-form { position: relative; }
	
	.mc4wp-form input[type="email"] { 
		display: inline-block; 
		width: 100%;
		margin-bottom: 30px;
		padding: 15px 80px 15px 5px;
		border-top: none;
		border-left: none;
		border-right: none;
		box-sizing: border-box; 
		font-size: 12px;
	}
	
	.mc4wp-form input[type="submit"] {
		vertical-align: inherit;
		position: absolute;
		top: 0;
		right: 0;
		height: 47px;
		width: auto;
		margin: 0;
		padding: 0;
		border: none;
		border-radius: 0;
		text-align: center; 
		font-weight: 700;
		color: #1964ee;
		background-color: transparent;
	}
        
        #header-top .mc4wp-form input[type="submit"],
        #footer-top .mc4wp-form input[type="submit"],
        #footer .mc4wp-form input[type="submit"],
        #footer-bottom .mc4wp-form input[type="submit"] { color: #84adf8; }
	
	.mc4wp-form input:hover {
		box-shadow: none;
		transform: none;
	}
	
	#footer-top .mc4wp-form input[type="email"],
	#footer .mc4wp-form input[type="email"],
	#footer-bottom .mc4wp-form input[type="email"] {
		background-color: transparent;
		color: inherit;
	}
	
	#footer-top .mc4wp-form p,
	#footer .mc4wp-form p,
	#footer-bottom .mc4wp-form p { color: #fff; }

/* =Kalia Latest posts widget
   ========================================================================== */

	.kalia_widget_latest_posts {}
	
	.kalia_widget_latest_posts ul { list-style: none; }
	
	.kalia_widget_latest_posts ul li { margin-bottom: 30px; }
	
	.kalia_widget_latest_posts ul li:last-child { margin-bottom: 0; }
	
	.kalia_widget_latest_posts ul li img { 
		float: left; 
		margin-right: 15px;
		margin-bottom: 15px;
                max-width: 85px;
                max-height: 85px;
	}
	
	.kalia_widget_latest_posts ul li a.title {
		position: relative;
		display: block;
		padding-bottom: 15px;
		font-size: 15px;
		text-decoration: none;
		color: #353636;
		-webkit-transition: all .3s;
				transition: all .3s;
	}

	.kalia_widget_latest_posts ul li a.title:before {
		position: absolute;
		bottom: 0;
		content: "";
		width: 15px;
		height: 3px;
		background-color: #1964ee;
	}
	
	.kalia_widget_latest_posts ul li a.title:hover { color: #1964ee; }

	/*
	 * 1. Clearfix hack 
	 */
	 
	.kalia_widget_latest_posts ul li:after { /* 1 */
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;
	}
	
/* =Kalia Navigation widget
   ========================================================================== */
	
	.kalia_widget_navigation {}
	
	.kalia_widget_navigation ul {  
		list-style-type: none; 
		list-style-position: outside; 
	}
	
	.kalia_widget_navigation li { border-bottom: 1px solid #e1e1e1 ; }
	
	.kalia_widget_navigation li:last-child { border-bottom: none; }
	
	.kalia_widget_navigation li a { 
		display: block; 
		padding: 10px 0; 
		font-size: 15px;
		text-decoration: none;
		color: #353636;
		-webkit-transition: all .3s;
				transition: all .3s;
	}
	
	.kalia_widget_navigation li a:hover { 
		text-decoration: none;
		color: #1964ee;
	}

/* =Kalia Social media widget
   ========================================================================== */
	
	.kalia_widget_social_media {}
	
	/*
	 * 1. Clearfix hack 
	 */
	 
	.kalia_widget_social_media:after { /* 1 */
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;
	}
	
	#footer-top .kalia_widget_social_media .social-icon,
	#footer .kalia_widget_social_media .social-icon,
	#footer-bottom .kalia_widget_social_media .social-icon { color: #ffffff; }

/* =Kalia Recommended posts widget
   ========================================================================== */

	.kalia_widget_recommended_posts {}
	
	.kalia_widget_recommended_posts ul { list-style: none; }
	
	.kalia_widget_recommended_posts ul li { margin-bottom: 30px; }
	
	.kalia_widget_recommended_posts ul li:last-child { margin-bottom: 0; }
	
	.kalia_widget_recommended_posts ul li img { margin-bottom: 20px; }
	
	.kalia_widget_recommended_posts ul li a.title {
		position: relative;
		display: block;
		padding-bottom: 15px;
		font-size: 15px;
		text-decoration: none;
		color: #353636;
		-webkit-transition: all .3s;
				transition: all .3s;
	}

	.kalia_widget_recommended_posts ul li .title:before {
		position: absolute;
		bottom: 0;
		content: "";
		width: 15px;
		height: 3px;
		background-color: #1964ee;
	}
	
	.kalia_widget_recommended_posts ul li .title:hover { color: #1964ee; }

	/*
	 * 1. Clearfix hack 
	 */
	 
	.kalia_widget_recommended_posts ul li:after { /* 1 */
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;
	}
	
/* =Kalia Adds slider widget
   ========================================================================== */	
   
   .kalia_widget_slider {}
	
	/*
	 * 1. Clearfix hack 
	 */
	 
	.kalia_widget_slider:after { /* 1 */
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;
	}
/* ==========================================================================
   =WordPress extra
   ========================================================================== */
   
        .pingback .comment-body { margin-bottom: 0; }
        
        .comments-nav.navigation { margin-bottom: 70px; }
        
        .comments-nav.navigation .nav-previous,
        .comments-nav.navigation .nav-previous {
                margin-right: 20px;
                float: left;
        }
        
        .bypostauthor {}
        
        #wrap .post-password-form label {
                position: relative;
                width: 100%;
                border: none;
                padding: 0;
        }
        
        #wrap .post-password-form input {
                max-width:50%;
        }

/* ==========================================================================
   =Custom Color Section
   ========================================================================== */

        .font-white {
                color: #ffffff;
        }
        
        @media (max-width: 767px) { .progress-bar-boders-r .progress-bar { border: solid 1px #fff; } }

        .custom-color-selected a,
	.custom-color-selected h1,
	.custom-color-selected h2,
	.custom-color-selected h3,
	.custom-color-selected h4,
	.custom-color-selected h5,
	.custom-color-selected h6,
        .custom-color-selected .testimonial span,
	.custom-color-selected .accordion-item:hover,
	.custom-color-selected .accordion-item.active,
	.custom-color-selected .toggle-item:hover,
	.custom-color-selected .toggle-item.active,
	.custom-color-selected .icon-box-1 > i,
	.custom-color-selected .pie-chart .pie-chart-percent,
	.custom-color-selected .pricing-table:hover .pricing-table-offer li,
	.custom-color-selected .pricing-table:hover a.pricing-table-order,
	.custom-color-selected .testimonial:before,
	.custom-color-selected .kalia_widget_latest_posts ul li a.title,
	.custom-color-selected .kalia_widget_recommended_posts ul li a.title,
	.custom-color-selected .widget_nav_menu .menu li a,
        .custom-color-selected .icon-box-3 > i,
        .custom-color-selected .icon-box-1 .icon-box-content h5 a,
        .custom-color-selected a.read-more,
        #wrap #content .custom-color-selected ul.products li.product h3,
	.custom-color-selected ul.products li.product h5 { color: inherit; }
	
	.custom-color-selected .headline h5:after { background-color: #ffffff; }
	
	.custom-color-selected .accordion-item,
	.custom-color-selected .accordion-item:visited,
	.custom-color-selected .toggle-item,
	.custom-color-selected .toggle-item:visited { color: #353636; }
	
        .custom-color-selected .box.box-style-2,
	.custom-color-selected .box.box-style-2 .headline h5,
	.custom-color-selected .box.box-style-2 .headline h3,
        .custom-color-selected .box.box-style-2 a,
        .custom-color-selected .box.box-style-2 p,
	.box.box-style-2 .custom-color-selected a.read-more,
	.box.box-style-2 .custom-color-selected .headline h5,
	.box.box-style-2 .custom-color-selected .headline h3,
        .box.box-style-2 .custom-color-selected a,
        .box.box-style-2 .custom-color-selected p,
	.box.box-style-2 .custom-color-selected a.read-more { color: inherit; }
	
        .box.box-style-2 .custom-color-selected a.read-more:hover,
	.custom-color-selected .box.box-style-2 a.read-more:hover {color: inherit; }
        
	.box.box-style-2 .custom-color-selected .headline h5:after,
	.custom-color-selected .box.box-style-2 .headline h5:after { background-color: inherit; }

	.custom-color-selected .icon-box-1:hover i { color: #1964ee; } 
	
	.custom-color-selected .icon-box-1 .icon-box-content h5 a:hover,
	.custom-color-selected .icon-box-2 .icon-box-content h5 a:hover { color: #1964ee; }
	
	.custom-color-selected .horizontal-process-builder li i,
	.custom-color-selected .horizontal-process-builder li h1 { outline: 5px solid transparent; }
	
	.custom-color-selected .horizontal-process-builder li h1 { color: #353636; }
	
	.custom-color-selected .horizontal-process-builder li:hover h1 { color: #ffffff; }
	
	.custom-color-selected .vertical-process-builder li i,
	.custom-color-selected .vertical-process-builder li h1 { 
		outline: 10px solid transparent; 
		color: #353636; 
	}
	
	.custom-color-selected .vertical-process-builder li h1 { color: #353636; }
	
	.custom-color-selected .vertical-process-builder li:hover i,
	.custom-color-selected .vertical-process-builder li:hover h1 { color: #ffffff; }
	
	.custom-color-selected .pricing-table .pricing-table-offer li,
	.custom-color-selected .pricing-table a.pricing-table-order { color: #353636; }

	.custom-color-selected .testimonial span { color: inherit; }
	
	.custom-color-selected .portfolio-item-preview + .portfolio-item-description h5 a:hover { color: #1964ee; }
	
	.custom-color-selected .portfolio-pagination .page-numbers,
	.custom-color-selected .portfolio-pagination .prev,
	.custom-color-selected .portfolio-pagination .next,
	.custom-color-selected .pagination .page-numbers,
	.custom-color-selected .pagination .prev,
	.custom-color-selected .pagination .next { color: #353636; }
	
	.custom-color-selected .portfolio-pagination .page-numbers:hover,
	.custom-color-selected .portfolio-pagination .page-numbers.current,
	.custom-color-selected .pagination .page-numbers:hover,
	.custom-color-selected .pagination .page-numbers.current { color: #fff; }

	.custom-color-selected .kalia_widget_latest_posts ul li a.title:hover { color: #1964ee; }

	.custom-color-selected .kalia_widget_recommended_posts ul li .title:hover { color: #1964ee; }
	
	.custom-color-selected #newsletter-subscribe-form input[type="text"],
	.custom-color-selected #s1 { 
		background-color: transparent;
		color: inherit;
	}

	.custom-color-selected .widget_nav_menu li a:hover { color: #1964ee; }

        
/* =Visual composer
   ========================================================================== */

        .vc_row { 
                background-position: center 100%;
                background-repeat: no-repeat; 
        }
        
        .vc_row-o-content-middle>.container {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
        }
        
        .vc_row-o-content-bottom>.container {
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translate(-50%, 0);
        }
        
        .vc_row .wpb_content_element {
            margin-bottom: 0;
        }
        
        .kalia-top-shadow {box-shadow: inset 0 30px 30px 0 rgba(0, 0, 0, 0.1);}
        
        
        @media (min-width: 768px) {
            
                #wrap .vc_row.background-right { 
                        background-position: right !important;
                        background-repeat: no-repeat !important;
                        background-size: 55% 100% !important;
                }

                #wrap .vc_row.background-left { 
                        background-position: left !important;
                        background-repeat: no-repeat !important;
                        background-size: 55% 100% !important;
                }
        
        }
        
        .wpb_column.vc_col-has-fill>.vc_column-inner {
                padding-top: 0;
        }
        
        .gradient-background {
		background-color: grey;
		background-image: -moz-linear-gradient(left, #e8ecf6 50%, #141e31 50%);
		background-image: -webkit-linear-gradient(left, #e8ecf6 50%, #141e31 50%);
		background-image: -ms-linear-gradient(left, #e8ecf6 50%, #141e31 50%);
		background-image: -o-linear-gradient(left, #e8ecf6 50%, #141e31 50%);
		background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(50%,#e8ecf6), color-stop(50%,#141e31));
	}
        
        @media (max-width: 767px) {
                .gradient-background {
                        background-color: grey;
                        background-image: -moz-linear-gradient(top, #e8ecf6 50%, #141e31 50%);
                        background-image: -webkit-linear-gradient(top, #e8ecf6 50%, #141e31 50%);
                        background-image: -ms-linear-gradient(top, #e8ecf6 50%, #141e31 50%);
                        background-image: -o-linear-gradient(top, #e8ecf6 50%, #141e31 50%);
                        background-image: -webkit-gradient(linear, top bottom, bottom bottom, color-stop(50%,#e8ecf6), color-stop(50%,#141e31));
                }
        }
        
        @media (min-width: 768px) { .push-right120 { margin-right:-120px; } }
        
/* =Spacing
   ========================================================================== */  
     
        @media (max-width: 767px) { 
            .vc_row.padding200-sm { padding-top:200px !important; } 
            
            .kalia-triangle:before {
                    border-left: 260px solid transparent;
                    border-right: 260px solid transparent;
                    border-top: 150px solid #fff;
            }
        }

        .mb-30 { margin-bottom: 30px; }
        
        .row.mb-30 input { margin-bottom: 0; }
        
        .pos-relative { position: relative; }

        .container { max-width: 100%; }
        
        .recent-posts-container  {
                margin-left: -15px;
                margin-right: -15px;
        }

        .image-p-absolute img { position: absolute; }

        /*.wpb_text_column p { margin-bottom: 0; } */
        
        .container-fluid .container > .row, 
        .container-fluid.vc_row, 
        .container > .vc_row {
                margin-left: 0;
                margin-right: 0;
        }

        .container.blog-1-col > .row,
        .container.blog-2-col > .row,
        .container.blog-3-cols > .row {
                margin-left: 0;
                margin-right: 0; 
        }
        
        .container.clear-padding {
                padding-left: 0;
                padding-right: 0; 
        }